/* Style custom */
body {
    background-color: #1a1a1a !important;
}

.navbar2 .reseau {
    background-color: #2c3e5000;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #ffffff;
}

.logo {
    max-height: 100px;
}

#container-faq-galerie-contenu {
    margin: 70px auto;
}

.titreGalerieFaqPage {
    border-bottom: 2px solid var(--second-color);
    font-size: 1.5rem;
    width: fit-content;
    padding-bottom: 4px;
    margin-bottom: 20px;
    color: white;
}

#direction {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    background-color: #ffffff00;
}

.menu_gauche li a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar_logo_centre.is-mobile-centered .pages_droite .icon2 {
    color: white;
}

.menu_droite li a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
}

#tarteaucitronIcon #tarteaucitronManager img {
    display: none;
}

.menu_droite {
    gap: 25px;
}

.navbar2 .reseau .col-md-8 a {
    font-size: 16px;
}

.navbar2 .reseau .col-md-8 a i {
    font-size: 19px !important;
}

.navbar2 .reseau .col-md-4 ul li a {
    font-size: 16px;
}

.navbar2 .reseau .col-md-4 ul li i {
    font-size: 19px;
}

.slideraccueil {
    margin-top: -45.5px;
}

.slideraccueil .contenue {
    background-color: #0000009E;
}

.slideraccueil .contenue {
    min-height: 100vh;
}


.container-fixe {
    bottom: 20px;
    background-color: var(--second-color);
    border: 2px solid white !important;
}

.container-fixe>a {
    color: #ffffff !important;
}


.slideraccueil h1,
.slideraccueil h2 {
    margin-top: 30px;
    max-width: 50%;
    line-height: 1.4;
    font-size: 3rem;
    margin-top: 0px;
}

.slideraccueil p {
    max-width: 50%;
    line-height: 1.6;
    margin-top: 10px;
}

/* Bas du slider */
.features-bar {
    justify-content: space-between;
    gap: 0px;
    text-align: center;
    padding: 20px 0px;
    background-color: #ffffff38;
    max-width: 1200px;
    width: 1200px;
    bottom: 15px;
    margin: 0 auto;
    position: fixed;
    display: flex;
    border-radius: var(--border-radius);
}

.feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    position: relative;
    width: 100%;
}

.feature+.feature::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 2px;
    background-color: #ffffff;
}

.feature p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.presentation1 .row:has(.col-md-3:nth-child(n + 3)) {
    grid-template-columns: repeat(2, 1fr);
}

.presentation1 .col-md-3::after {
    background: rgb(0 0 0 / 65%);
}

.section-title_accueil {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    margin-top: 60px;
}

.section-title_accueil h2 {
    font-size: 2rem;
    color: #ffffff;
}

.section-title_accueil p {
    color: white;
}

.container-avis {
    background-color: #1a1a1a;
}

.testimonials .write h2 {
    font-size: 2rem;
    color: white;
}

.rating p {
    color: white;
}

.sous_menu {
    width: 300%;
}

.footer3 .row span {
    padding: 15px 0;
}

.back_to_top {
    bottom: 26%;
    border: 2px solid white !important;
}

.footer3 .row:first-child {
    background-color: #1a1a1a;
}

.footer3 .row:last-child {
    background-color: #1a1a1a;
}

.footer3 .row .col-md-3 h3 {
    color: #fff;
}

.acceuil3 {
    height: 550px;
    margin-top: -45.5px;
    background-blend-mode: darken !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
}

.acceuil3 nav {
    margin-top: 110px;
    margin-bottom: 25px;
}

.acceuil3 h1 {
    font-size: 2.5rem;
    padding-bottom: 15px;
}

.map-container iframe {
    height: 300px;
}

.contact_page .row:nth-child(1) {
    box-shadow: none;
    border: 2px solid var(--second-color);
    border-radius: 15px;
}

.contact_page .row:nth-child(1) .col-md-8 form h3 {
    color: white;
}

.additonVerifbot label {
    color: white;
}

.contact_page .row:nth-child(1) .col-md-8 form input,
.contact_page .row:nth-child(1) .col-md-8 form textarea,
.contact_page .row:nth-child(1) .col-md-8 form select {
    color: #000000;
}

.faq-container h2 {
    color: white;
}

.faq-toggle {
    background-color: #1a1a1a;
    color: white !important;
}

.faq-question {
    background-color: #e2e2e2;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
}

.faq-question:hover {
    background-color: #cdcdcd;
    cursor: pointer;
}

.faq-title {
    font-weight: 600;
}

.faq-question.active .faq-title {
    color: #1a1a1a;
}

.faq-question.active {
    background-color: #cdcdcd;
}

@media screen and (max-width: 768px) {
    .navbar2 .icon {
        color: #ffffff;
    }

    .slideraccueil h1,
    .slideraccueil h2 {
        max-width: 100%;
        font-size: 1.7rem;
        margin-top: 80px;
    }

    .slideraccueil .contenue {
        padding: 20px;
        min-height: 600px;
        padding-bottom: 5px;
    }

    .slideraccueil p {
        max-width: 100%;
        margin-top: 10px;
    }

    .slideraccueil {
        height: 600px;
        padding-top: 0px;
    }

    .acceuil3 h1 {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }


    .acceuil3 {
        height: 400px;
    }

    .acceuil3 nav {
        margin-bottom: 6px;
    }

    .feature p {
        font-size: 1rem;
        margin-top: 0px !important;
        white-space: normal;
        width: 80%;
        font-weight: 500;
    }

    .navbar2 .reseau {
        background-color: #1a1a1a;
    }

    .features-bar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
        background-color: #ff000000;
        position: relative;
    }

    .navbar2 .reseau span {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }

    .navbar2 .logo {
        height: 80px;
        margin-left: 0px;
    }

    #direction {
        height: 75px;
    }

    .navbar2 .icon2 {
        color: #ffffff;
    }

    .feature+.feature::before {
        display: none;
    }

    .feature {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0px;
        position: relative;
        width: 100%;
        padding: 5px 10px;
        background-color: #dddddd38;
        border-radius: var(--border-radius);
        align-content: flex-start;

    }

    .faq-container {
        margin-top: 30px !important;
    }

    .faq-title {
        font-size: 0.9em;
    }

    .faq-text {
        margin: 10px 0 0;
        font-size: 0.9rem;
    }

    .faq-toggle {
        top: 13px;
    }

    .section-title_accueil {
        padding: 0px 20px;
        margin-bottom: 5px;
        margin-top: 40px;
    }

    .section-title_accueil h2 {
        font-size: 1.6rem;
    }

    .acceuil3 p {
        display: none;
    }

    .testimonials .write h2 {
        font-size: 1.6rem;
    }

    .back_to_top {
        bottom: 0%;
    }

    .nav-mobile2 {
        background-color: #1a1a1a;
    }

    .close_second_menu {
        background-color: #1a1a1a;
    }

    .close_second_menu i {
        color: #ffffff;
    }

    .navbar2 .nav-mobile2 ul li a {
        color: #ffffff;
    }

    .nav-mobile2 li>i.fa-arrow-right {
        color: white;
    }

    .nav-mobile2 li.has-submenu>i {
        color: white;
    }

    .nav-mobile2 ul.sous_menu2.active li a {
        color: #ffffff;
    }

    .nav-mobile2 ul.sous_menu2.active li a i {
        color: #ffffff;
    }
}

.feature img{
    height: auto;
    position: relative;
    width: 95px;
}