/* Menu haut */
@media (min-width: 991px) {

    #menu-haut-de-page li.is-promoted {
        position: fixed;
    }
    
}
#menu-haut-de-page li.is-promoted a {
    width: 100%;
}
#menu-haut-de-page li.text {
    font-size: 14px;
    text-align: center;
    padding-top: 1em;
    background: #c4cf2d;
}

#menu-haut-de-page li.text a {
    color: #fff;
    background: #464646;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* Formulaire de recherche */
.header-tools form .search-field {
    opacity: 0;
}

.header-tools form .search-field:focus,
.header-tools form:hover .search-field,
.header-tools form:focus .search-field {
    opacity: 1;
}

.admin-bar .pre-header-navigation .info {
    margin-top: 32px;
}

.pre-header-navigation .info {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}

.pre-header-navigation .info .telephone {
    background: url(../images/phone-dark.svg) 10px center no-repeat;
    background-color: #c4cf2d;
    color: #464646;
    position: relative;
    z-index: 9999;
    text-align: center;
    padding: 1rem;
    font-size: 0.9em;
    background-size: 12%;
    padding-left: 60px;
}

.pre-header-navigation .info .horaire {
    background: #464646;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 1em;
    font-size: 0.8em;
}
.pre-header-navigation .info b {
    font-size: 1.25em;
}

@media (max-width: 1119px) {
    
    .secondary-navigation {
        display: none;
    }

}

@media (min-width: 1200px) {

    .site-header {
        /* margin-top: 50px; */
    }
}