/**************************************************************************
            FOOTER
**************************************************************************/
#footer,
footer {
    width: auto;
    clear: both;
    margin: auto;
    text-align: center;
}
footer {
    width: 960px;
}
#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#shorcuts_nav {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    background: none;
    color: white;
    width: 960px;
    height: 20px;
    display: inline-block;
}
#shorcuts_nav ul {
    display: inline-block;
    height: 30px;
    margin: auto;
    padding: 0;
    color:#555353;
}
#shorcuts_nav li {
    list-style: none;
    float: left;
    padding: 0px;
    display: inline;
    margin: 0 11px;
}
#shorcuts_nav li:nth-child(even) {
    margin: 0px;
}

#shorcuts_nav li.last,
#menu_footer_secondaire ul li.last,
#menu_footer_primaire ul li.last {
    margin-right: 0px;
}
#shorcuts_nav li a {
    color: white;
    font-weight: 700;
    font-size: 11px;
    padding: 0;
}
#shorcuts_nav li a:hover {
    color: #eeeeee;
    text-decoration: underline;
}
#menu_footer_secondaire,
#menu_footer_primaire {
    border-top: 1px solid #CCC;
    margin: 10px auto auto;
    text-align: center;
    display: inline-block;
    width: 960px;
}
#menu_footer_primaire {
    clear: both;
    margin: auto;
    font-size: 12px;
}
#menu_footer_primaire ul {
    margin: auto;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
#menu_footer_primaire ul li {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
    line-height: 20px;
}
#menu_footer_primaire ul li a {
    color: #4d5458;
    font-size: 12px;
    font-weight: 700;
}
#menu_footer_primaire ul li a:hover {
    color: #005997;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 700;
}
#menu_footer_secondaire {
    clear: both;
    margin: auto;
    font-size: 12px;
    margin-top: 10px;
}
#menu_footer_secondaire ul {
    margin: auto;
}
#menu_footer_secondaire ul.premier {
    margin: auto;
    padding-top: 8px;
    height: 20px;
    display: inline-block;
}
#menu_footer_secondaire ul.deuxieme {
    margin: auto;
    padding-top: 8px;
    height: 20px;
    display: inline-block;
}
#menu_footer_secondaire ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin-right: 15px;
    font-weight: 700;
}
#menu_footer_secondaire ul li a {
    color: #4d5458;
    font-size: 12px;
    font-weight: 700;
}
#menu_footer_secondaire ul li a:hover {
    color: #005997;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 700;
}

#footer {
    background-color: #292928;
    color:white;
    z-index: 1;
    position: relative;
}

#footer:after {
    clear:both;
    content:" ";
}

#footer .contacts {
    background: url("../images/gray_bg.png") repeat-x ;
    height: 30px;
}

#footer .contacts nav ul li {
    float: right;
    width: 21px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
}
#footer .contacts nav ul li.separator {
    width: 5px;
    color: #5c5c5c;
    font-size: 17px;
    margin: 0px;
}

#footer .contacts nav ul li.contactus {
    width: 110px;
}

#footer .contacts nav ul li.contactus a {
    font-family: Arial, Serif;
}
#footer .contacts nav ul li a {
    color:white;
}

#footer .contacts nav ul li img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    padding-left: 2px;
    padding-right: 2px;
}



#footer ul#footer-menu > li.menu-item {
    display: block;
    width: 20%;
    float: left;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 5px;
    border-right: 1px solid #353535;
    margin-bottom: 30px;
    min-height: 220px;
    background: none;
    background-color: transparent;
    text-align: left;
    border-color: #353535;
}

#footer ul#footer-menu > li.menu-item a {
    color: white;
}

#footer ul#footer-menu > li.menu-item .sub-menu > li.menu-item {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 15px;
    list-style:none;
    border:0;
    display: block;
    float: none;
    background:transparent;
}
#footer ul#footer-menu > li.menu-item .sub-menu > li.menu-item a {
    line-height: 14px;
    font-size: 12px;
    text-transform: inherit;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    padding: 0;
    text-align: left;
    letter-spacing: 0;
    display: block;
    background: none;
}

#footer ul#footer-menu > li.menu-item .sub-menu > li.subMenu a,
#footer ul#footer-menu > li.menu-item > a {
    text-transform: uppercase;
    border-left: 4px solid white;
    line-height: 19px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12px;
    padding: 0;
    padding-left: 10px;
    background-color: transparent;
    background: none;
    text-align: left;
    font-family: Arial, Serif;
}

#footer ul#footer-menu > li.menu-item .sub-menu > li.subMenu a{
    margin-top: 30px;
}

#footer ul#footer-menu > li.menu-item .sub-menu > li.menu-item a:hover,
#footer ul#footer-menu > li.menu-item .sub-menu > li.menu-item a:active,
#footer ul#footer-menu > li.menu-item .sub-menu > li.menu-item a:focus {
    text-decoration: underline;
}


#footer ul#footer-menu > li.menu-item .sub-menu > li.menu-item.subMenu > ul.sub-menu li a{
    border: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
    line-height: 12px;
    font-size: 11px;
}

.copyrights {
    background-color: #dfdfdf;
    color: #333333;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 992px) {
    body footer,
    body #footer {
        width: 100%;
    }
    body #footer {
        height: auto;
    }
    #shorcuts_nav {
        width:auto;
    }
    #footer ul#footer-menu > li.menu-item {
        width:20%;
        min-height: auto;
    }
    #footer #shorcuts_nav,
    #footer #footer-menu {
        display: block !important;
    }
    #footer #shorcuts_nav {
        margin: 20px 12px;
        height: auto;
    }
    #footer #shorcuts_nav ul {
        height: auto;
    }
}
@media (max-width: 640px) {
    #footer #shorcuts_nav,
    #footer #footer-menu {
        height: auto;
        margin-bottom: 45px;
    }
    #footer ul#footer-menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    #footer ul#footer-menu > li.menu-item {
        display: inline-block!important;
        width: 100%;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        min-height: auto;
        float: none;
    }
}