@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.logo-header {
    width: 70px;
    height: 70px;
}
.navbar-frontend-header {
    background: #ffffff;
    padding: 10px 120px;
}
.others-items-header {
    justify-content: flex-end;
}
.custom-nav-item {
    padding: 0 20px;
}
.custom-nav-header.active,
.show > .custom-nav-header {
    color: #f48238 !important;
    font-weight: 600 !important;
}
.custom-nav-header {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #313131 !important;
}
.border-right-none {
    border-right: none !important;
}
.custom-nav-header:focus,
.custom-nav-header:hover {
    color: rgba(255, 255, 255, 0.8);
}
.custom-nav-header.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #09c1a0;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem #09c19f15;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/icons/menu.png);
    width: 20px;
    height: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
}
.dropdown:hover {
    cursor: pointer;
}

.dropdown.custom-nav-header {
    padding-right: 2rem !important;
    transition: 0.2s ease-in-out;
}

.dropdown.custom-nav-header {
    border-bottom: 0px solid transparent !important;
}
.dropdown-content-header {
    display: none;
    position: absolute;
    background-color: #7a2d05;
    min-width: 250px;
    box-shadow: 1px 9px 13px -3px rgb(0 0 0 / 20%);
    z-index: 1;
    text-align: left;
}

.dropdown-content-header .link-dropdown-content-header {
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    white-space: nowrap;
}

.dropdown-content-header a:hover {
    background-color: #fff;
    color: #7a2d05 !important;
    transition: 0.2s ease-in-out;
}

.dropdown:hover .dropdown-content-header {
    display: block;
}
.container-dropdown-entreprise {
    display: flex;
    justify-content: space-between;
}
.content-dropdown-entreprise-item {
    padding: 10px;
    border-left: 1px solid #9e3803;
}
.content-dropdown-entreprise-item:last-child {
    border-left: none;
}
.link-subtitle-dropdown-content-header {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.entreprise-dropdown-content-header {
    /* left: -550px; */
    left: -400%;
}
@media (min-width: 992px) {
    .height-header {
        height: 100px;
    }
}


/********* HEADER LANG CHOOSER **************/
.current-lang {
    width: 50%;
}
#select-langage {
    width: 15%;
    position: relative;
}
.link-dropdown-content-header span {
    color: #272727;
    font-weight: 600;
    display: block;
    font-family: "Arial";
    font-size: 14px;
}
.content-selected-language .link-dropdown-content-header {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    
}
.link-dropdown-content-header.showing span {
    color: #000000;
}
.scrolled a.link-dropdown-content-header.showing span {
    color: #272727;
}
.lang-to-choose {
    border: 1px solid #fff;
    border-radius: 50%;
}
.content-selected-language .dropdown-content-header {
    box-shadow: 1px 9px 13px -3px rgb(0 0 0 / 20%);
    z-index: 9999;
    text-align: left;
    right: 1%;
    width: 100%;
    border: 1px solid #f48238;
    background: #f48238;
    min-width: initial !important;
    top: 90% !important;
}
.lang-choice-ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.language__container .lang__wrapper a {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.language__container img {
    width: 16px;
    height: 16px;
}
/********* END HEADER LANG CHOOSER **************/
