#header,
.menu-header-container {
    flex-direction: column;
    display: flex;
    align-items: center;
    background-color: white;
}

#header #menu_burger,
.menu-header-container #menu-burger {
    display: none;
}

#header #logo_mobile,
.menu-header-container #logo_mobile {
    display: none;
}

#primary-menu {
    display: flex;
    justify-content: center;
}

#header-navigation,
#primary-menu.nav-menu {
    display: flex;
    justify-content: space-around;
    max-width: 1280px;
    width: 1280px;

    /* width: calc(100% - 46px); */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
}

#primary-menu.nav-menu li {
    list-style-type: none;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

#primary-menu.nav-menu li .sub-menu li {
    padding: 10px;
}

#primary-menu.nav-menu li .sub-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top:50px;opacity: 0;
    display: none;
}
#primary-menu.nav-menu li:hover .sub-menu,
#primary-menu.nav-menu li .sub-menu:hover {
    display: block;z-index: 10;
    opacity: 1;
    top: 40px;
    transition: 500ms opacity linear,500ms top linear;
}

#header.sticky_menu,
.menu-header-container.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0px 2px 15px #ccc;
}

#header.sticky_menu #info-topside {
    display: none;
}

#header-navigation #menu_ordinateur,
.menu-header-container #menu_ordinateur {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

/* #header-navigation #menu_ordinateur.visible a,
#site-navigation .menu-header-container #primary-menu>li.menu-item>a {
    width: 300px;
} */
/*
#header-navigation #lien-recherche {
    padding-left: 10px;
    padding-right: 20px;
}*/

/*Barre de recherche pour le futur*/
/*
#header-navigation #lien-recherche form {
    position: relative;
}

#header-navigation #lien-recherche form input {
    position: absolute;
    right: 0;
    top: 150%;
    border-radius: 15px;
    display: none;
}

#header-navigation #lien-recherche form input.visible {
    display: block;
}

#header-navigation #lien-recherche form input:focus {
    outline: 0;
}*/
/*FIN Barre de recherche pour le futur*/

#header-navigation #menu_telephone {
    display: flex;
    align-items: center;
}

#header-navigation a,
#primary-menu.nav-menu li a {
    font-size: 16px;
    color: #1a332b;
    text-decoration: none;
    display: block;
    font-family: opensans-light;
}

#header-navigation a:hover,
#primary-menu.nav-menu li a:hover {
    color: #6ae8ce
}

#header-navigation button.bouton_agenda,
#primary-menu.nav-menu>li:last-child>a {
    background-color: #6ae8ce;
    border: 0;
    width: 90px;
    border-radius: 5px;
    color: white;
    height: 33px;
    font-size: 17px;
    cursor: pointer;
    font-family: barlow-light;
    display: flex;
    justify-content: center;
    align-content: center;
    text-transform: lowercase;
    line-height: 29px;
}

#primary-menu.nav-menu>li:last-child>a:hover {
    background-color: white;
    color: #6AE8CE;
    border: 1px solid #EEEDED;
    /* height: 28px; */
    /* padding-top: 2px; */
}

#primary-menu>.nav-menu li:last-child a {
    color: white;
}

.menu-toggle {
    display: none;
}

/* #search_header{display: none;} */
@media(max-width:1280px) {

    #header-navigation,
    #primary-menu.nav-menu,
    .menu-header-container,
    #site-navigation,
    #site-navigation .wrapper_menu {
        width: 100%;
    }
}

@media(max-width:1200px) {

    #header-navigation,
    #primary-menu.nav-menu {
        width: 100%;
        padding-top: 15px;
        max-width: 100%;
        flex-direction: column;
    }


    #header #logo_mobile {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        padding-left: 80px;
    }

    #header #menu_burger {
        display: block;
    }

    #primary-menu>li {
        display: none;
    }

    body.menu_mobile_visible #primary-menu {

        z-index: 555;
        right: 0;
        /* width: 300px; */
        position: fixed;
        background-color: rgba(250, 250, 250, 1);
        top: 0;
        justify-content: flex-start;
        height: 100%;
        padding-top: 0px;
        padding-left: 40px;
        width: 260px;
        bottom: 0;
    }

    body.menu_mobile_visible #primary-menu>li {
        display: block;
        width: 260px;
        line-height: 50px;
    }

    body #primary-menu>li:last-child,
    #primary-menu.nav-menu>li:last-child>a {
        width: 210px
    }

    body.menu_mobile_visible #primary-menu>li:last-child {
        display: none;
    }

    #header #site-navigation {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    #header #site-navigation>.wrapper_menu {
        display: flex;
        width: 210px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 80px;
        padding-top: 37px;
    }

    body.menu_mobile_visible {
        overflow: hidden;
    }

    body.menu_mobile_visible #arriere_plan_menu_display {
        background-color: rgba(250, 250, 250, 0.5);
        position: fixed;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }


    .icon-loupe {
        font-size: 67px;
    }

    #header-navigation #menu_ordinateur {
        display: none;
        transform: translateX(100%);
        transition: transform 3000ms linear;
    }

    body.menu_mobile_visible #header-navigation #menu_ordinateur {
        display: flex;
        flex-direction: column;
        position: fixed;
        background-color: rgba(250, 250, 250, 1);
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 15;
        width: 300px;
        align-items: flex-end;
        transform: translateX(0);
        justify-content: flex-start;
    }

    #header-navigation #menu_telephone {
        width: 210px;
        flex-wrap: wrap;
        flex-direction: row;
        padding-right: 80px;
        justify-content: space-between;
        position: relative;
    }

    #header-navigation button.bouton_agenda {
        width: 100%;
        margin-top: 30px;
    }

    /* #header-navigation #lien-recherche form {
        position: static;
    } */

    #header-navigation #lien-recherche form input {
        left: 0;
        bottom: -30%;
        right: 0;
        top: auto;
        width: 202px;
    }

    body.menu_mobile_visible #header-navigation #menu_ordinateur a {
        width: 260px;
        line-height: 50px;
    }
    #primary-menu.nav-menu li .sub-menu{
        position: relative;
        top: 0 !important;
        background: transparent;
        height: 0;
        overflow: hidden;
    /* }
    #primary-menu.nav-menu li:hover .sub-menu{ */
     height: 100%;
     top: 0;
     transition: 500ms height linear;
     display: block;
     opacity: 1;

    }
}


@media(max-width:800px) {
    #header-navigation #menu_telephone {
        padding-right: 40px;
    }

    #header #site-navigation>.wrapper_menu {
        padding-right: 40px;
    }

    #header #logo_mobile {
        padding-left: 40px;
    }
}


@media(max-width:500px) {
    #header #logo_mobile {
        padding-left: 20px;
    }

    #header-navigation #menu_telephone,
    #site-navigation #menu_telephone {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header #site-navigation>.wrapper_menu {
        padding-right: 20px;
    }

    #header-navigation #menu_telephone>a,
    #site-navigation .wrapper_menu a img {
        width: 60px;
    }

    #header-navigation #menu_telephone .icon-loupe,
    #site-navigation .wrapper_menu .icon-loupe {
        font-size: 40px;
        position: relative;
        top: 2px;
    }

    #header #site-navigation>.wrapper_menu {
        padding-top: 47.84375px;
    }

    #header-navigation,
    #primary-menu.nav-menu {
        position: relative;
        bottom: 6px;
    }
}