.header {
    background-color: #58473f ;
    justify-content: space-between;
    width: 100%;
    min-height: 113px;
    height: 113px;

}

.logo-container {
    padding-left: 3%;
}

.logo-couleurs {
    margin-top: 10px;
    width: 94px;
}

.logo-vignerons{
    width: 257px;
    margin-left: 10px;
}

.menu-container {
    display: flex;
    justify-content: center;
    margin-top: 75px;
    text-align: center;
}

.nav-link {
    height: 50px;
}

.menu-container ul {
    display: flex;
    justify-content: center; 
    padding: 0; 
    list-style-type: none; 
}

.menu-container ul li {
    list-style: none;
}

.menu-container ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 18px 16px;
    margin: 0 2px;
}

.menu-container ul li a:hover {
    background: #9B5150;
}

.menu-container ul li .active {
    background: #9B5150;
}

.menu-flags-container {
    padding-right: 3%;
    margin-top: 51px;
}

.menu-flags-container ul {
    display: flex;
    justify-content: center; 
    padding: 0; 
    list-style-type: none; 
}

.menu-flags-container ul img {
    width: 40px;
    min-width: 37px;
    margin-right: 7px;
}

#icone_loupe {
    width: 27px!important;
    min-width: 27px!important;
}

.presentation-menu:hover #presentation-sub-menu {
    display: flex;
}

#presentation-sub-menu {
    background: #9B5150;
    position: absolute;
    z-index: 2;
    width: 720px;
    margin-top: 14px;
    padding-right: 50px;
    padding: 2px 0;
    display: none;
    margin-left: -100px;
}

#presentation-sub-menu li a {
    padding : 0px 20px;
}

#presentation-sub-menu li a:hover {
    text-decoration: underline;
}

.show-responsive-menu {
    color : white;
}

#responsive-menu-long-text {
    display: none;
}

#responsive-menu-short-text {
 display: none;
}

#responsive-menu-container {
    display: none;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 50%;
    z-index: 9999;
    background-color: #28373c;
    text-align: center;
    padding-top: 69px;
    transform: translateX(-100%); 
    transition: transform 0.5s ease;
}

#reponsive-menu-text {
    color: white;
    font-size: 33px;
    margin-bottom: 20px;
}

.pointer {
    cursor: pointer;
}

#responsive-menu-container ul {
    text-align: left;
    margin-right: 10px;
}

#responsive-menu-container ul li {
    list-style: none;
    cursor: pointer;
    padding: 5px;
}

#responsive-menu-container ul li.active {
    background-color: #9B5150;
}

.icone-caret-menu {
    color: white;
}

.texte_menu_resp {
    text-decoration: none;
    font-family: "hallosansblack";
    font-size: 20px;
    line-height: 45px;
    color: white;
}

.image-modal {
    width: 75px;
}

.image-modal-actu {
    max-height: 190px;
}

.custom-margin {
    margin: 0 100px;
}

#searchResults {
    width: 70vw;
}

.form-search-bar {
    width: 50vw;
    height: 50px;
}


#searchForm {

    button {
        height: 50px;
        width: 50px;
    }
}

@media screen and (max-width: 1074px  ) {
    .logo-container {
        display: none;
    }

    .header {
        justify-content: space-between!important;
    }

   #responsive-menu-long-text {
    display: block;
   }

   #responsive-menu-long-text a {
    font-size: 1.5rem;
    background-color: #28373C!important ;


    }
    .menu {
        display: none;
    }

    .menu-container {
        margin-top: 51px;
    }
}

@media screen and (max-width: 770px  ) {

   #responsive-menu-long-text {
    display: none;
   }

   #responsive-menu-short-text {
    display: block;
   }
   #responsive-menu-short-text a {
    font-size: 1.5rem; 
    background-color: #28373C!important ;

  }




}

@media screen and (max-width: 536px)
{
    #responsive-menu-container {
        width: 80%;
    }

}




