/* HEADER */

.header-top #GTranslateDesktop #GTranslate .left-topbar:first-child {
    position: relative;
    /* Nécessaire pour positionner le pseudo-élément */
}

.header-top #GTranslateDesktop #GTranslate .left-topbar:first-child::before {
    content: "";
    position: absolute;
    left: -6px;
    /* Ajuste la position à gauche de l'icône */
    top: 50%;
    width: 2px;
    /* Épaisseur de la bordure */
    height: 50%;
    /* Plus petit que l'icône */
    background-color: white !important;
    transform: translateY(-50%);
}

.header-top {
    display: none;
}

/* .header-main {
    background-color: #5a5a5a;
} */

#header-boutique .logo-container-main img {
    max-width: 80px;
}

/* .megamenu li a:hover, .megamenu li:hover a {
    color: #eba59f;
} */

.fixed-header .header-main {
    height: 100px !important;
}

/* MAIN */

/* p, h1, h2, h3, h4, h5, h6, .megamenu li a, .main-slider-2-title.font-dancing-script, .main-slider-2-text {
    font-family: 'Montserrat', sans-serif;
} */
.bloc-title-container .bloc-title {
    color: #eba59f;
}

.BFW-cmsV02 iframe {
    height: 100% !important;
    margin-top: -50px;
}

body .dark-filter.FormContactV02::before {
    background: rgba(0, 0, 0, 0.6) !important;
}

.imgPARTENAIRE {
    filter: none;
}

/* FOOTER */

.footer-101-footer {
    background-color: #5a5a5a !important;
}