/* Recherche */
/*#section-recherche .btn-recherche .icon-recherche {
    cursor: pointer;
}

#section-recherche .btn-recherche {
    background: none !important;
    border: 1px solid #4b4b4b;
    height: 39px !important;
    padding: 1px 60px 1px 5px !important;
    position: absolute;
    right: -4px !important;
    top: 28px !important;
    width: 48px;
}

#section-recherche .btn-recherche {
    background: none;
    border: 1px solid #4b4b4b;
    height: 40px;
    padding: 1px 7px 1px 5px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 48px;
}

#section-recherche .bouton {
    background: #00a176;
}*/

#section-recherche .champ-recherche,
.nav-mobile-recherche input {
    margin: 0px;
}
/*
#section-recherche {
    padding: 0 15px;
    position: fixed !important;
    top: 120px !important;
}*/

.pied-page [class^="icon-"]:before,
.entete-ul [class^="icon-"]:before,
#section-recherche [class^="icon-"]:before,
.nav-mobile-recherche [class^="icon-"]:before,
.entete-ul [class*=" icon-"]:before,
.pied-page [class*=" icon-"]:before,
#section-recherche [class*=" icon-"]:before,
.nav-mobile-recherche [class*=" icon-"]:before {
    font-family: 'iconesUL';
    margin-left: 0px;
    margin-right: 3px;
}

.pied-page .liens a,
.pied-page .bloc-adresse a,
.pied-page .telephone span {
    color: #00a176 !important;
}

.pied-page .communication .bouton {
    background: #00a176;
}

.pied-page .communication .bouton:hover {
    background: #00a176;
}

div.bigmenuUL {
    background-color: transparent;
    border: medium none;
    clear: both;
    color: #fff;
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0px 0px 0px 30px;
    position: absolute;
    /*width: 100%;*/
    z-index: 1;
}

.background-nav {
    background-color: #2e2e2e;
}

.bigmenuUL .contenu {
    /*background-color: #fff;*/
    background: #5c5c5c;
    margin: 0 auto;
    position: relative;
    width: 1140px;
    padding: 30px 0px 0px 10px;
}

.bigmenuUL .sous-menu {
    display: table;
    list-style-image: none;
    margin: 0;
    padding: 0px 0px 30px 0px;
}

.bigmenuUL .colonne ul {
    display: block;
}

.bigmenuUL .colonne ul li {
    margin-bottom:7px;
}

.bigmenuUL .colonne {
    display: table-cell;
    width: 220px;
    vertical-align: top;
    padding-left: 10px;
}

.bigmenuUL h4 {
    margin-bottom: 5px;
}

.bigmenuUL a {
    color: #fff;
}

.bigmenuUL a:hover {
    text-decoration: underline;
}



/* Accès Rapides */
div.acces-rapide {
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    display: none;
    padding: 25px 10px 25px 30px;
    position: absolute;
    right: 0;
    top: 35px;
    width: 400px;
    z-index: 10000;
}

.acces-rapide .blocContenu {
    display: table;
    margin: 0;
    padding: 0px 0px 30px 0px;
    float: left;
    width: 230px;
}

.acces-rapide .colonne {
    display: table-cell;
    width: 200px;
    vertical-align: top;
    padding-left: 10px;
}

.acces-rapide colonne p {
    font-size: 15px;
    margin: 0;
}

.acces-rapide .blocContenu .colonne ul {
    display: block;
    margin: 7px 0 15px;
}

.acces-rapide .blocContenu .colonne ul li {
    display: block;
    float: none;
    margin-bottom: 7px;
    position: static;
}

.acces-rapide .blocContenu .colonne a {
    margin: 0px;
    font-family: 'Source Sans Pro',Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.acces-rapide .blocContenu .colonne a:hover {
    color: #00a176;
}

.acces-rapide .blocSocial {
    float: right;
    width: 120px;
}

.acces-rapide .blocSocial .communication {
    padding-left: 15px;
}

.acces-rapide .blocSocial .communication a[class^="icon"],
.acces-rapide .blocSocial .communication a[class^="icon"]:hover {
    display: block;
    float: left;
    font-size: 41px;
    line-height: 45px;
    margin-right: 3px;
    font-family: 'iconesUL';
    margin-left: 0px;
}
.acces-rapide .blocSocial .communication a[class^="icon"] {
    color: #00a176;
}

.entete-ul .switch-langue span {
    color: #8d8b8c;
    font: 300 18px 'Source Sans Pro', sans-serif;
    line-height: 36px;
    text-decoration: none;
}

.nav-mobile-wrapper ul.sub{
    z-index:100;
}


/* Fix header mobile */
@media screen and (max-width : 990px){
    .entete-ul .faculte {
        margin-top: 15px;
    }
}

.nav-mobile-wrapper .nav-mobile.dropdown-is-active {
    z-index: 100;
}

.nav-mobile-wrapper .nav-mobile-recherche .switch-langue span {
    background: none;
    border: 1px solid #a7a7a7;
    color: #a7a7a7 !important;
    display: inline-block;
    font: 300 15px 'Source Sans Pro', sans-serif;
    height: 40px;
    line-height: 35px;
    margin: 0 10px 0 0;
    padding: 1px 9px 1px 8px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    width: 40px;
}

@media screen and (min-width : 991px) {
    /* Sticky menu générique */
    .sticky-header-active .sticky-menu {
        position: fixed;
        top: 0px;
        z-index: 1000;
        left: 0px;
        width: 100%;
    }
}

.header-filler {
    min-height: 0px;
}

@media screen and (max-width : 990px) {
    .header-filler {
        min-height: 110px;
    }
    
    .sticky-header-active-mobile .header {
        position: fixed !important;
        width: 100%;
    }
    
    /* Sticky menu mobile générique */
    .sticky-header-active-mobile .sticky-menu-mobile {
        position: fixed;
        top: 0px;
        z-index: 1000;
        left: 0px;
        width: 100%;
    }
}

/* Footer */
.pied-page .copyright {
    overflow: hidden;
}

.pied-page .copyright > div {
    max-width: 1180px;
    margin: 0 auto;
}

.pied-page.charcoal .copyright a {
    color: #fff;
}