@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');/*font-family: 'Open Sans Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');/*  font-family: "Raleway", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');/* font-family: "Cinzel Decorative", serif;*/
/*Font bouton custom*/
@import url("https://fonts.googleapis.com/css?family=Roboto:900");
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}


body {
    line-height:1.4em;overflow-x: hidden;
}


.sticky-menu {
    position: sticky;
    z-index: 1020;
}


.container {
    max-width: 1170px;
}




#infos-top { background:#fff; color:#000; font-family: "Raleway", sans-serif; }
#infos-top a { color:#000 }

/* HEADER */
#header { background:#fff; width: 100%; height: 190px; background-size:100%; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) ;}

@media (max-width: 992px) {
    #header { background:#fff; width: 100%; height: auto}
    #header img {
        width: 60% !important;
    }
}
/*HEADER*/


/*MENU*/
.bg-light {
    background-color: #fff !important;
}

.navbar-brand {
    display: none!important
}
.navbar-brand.scrolled{
    display: block!important
}

@media (max-width: 992px) {
    .navbar-nav {margin: 20px 0px;}
    .bg-light {background-color: #fff !important;}
}
.navbar-nav.active { display: block}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #FF9800;
    background-color:  #000;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size:1em;
    border-bottom:2px solid #fff
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #FF9800;
    background-color:  #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}




.dropdown-item {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size:1em
}



.dropdown-item:focus, .dropdown-item:hover {
    color: #FF9800;
    background-color:#fff;
    border-bottom:2px solid #FF9800
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(233, 83, 1, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/*Custom ouverture menu mobile*/
@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
        background-color:#fff;height: 900px;
        text-align: center;
    }
}
/*MENU*/



/*INTEGRATION*/
a, a:hover {color:#000; text-decoration: none}

#section1 {background: #000}
#section1 h1 {color:#fff; line-height: 1.6em}
#section1 h2 {color:#fff; line-height: 1.4em}
#section1 h3 {color:#FF9800; line-height: 1.4em}
#section1 h4 {color:#fff; line-height: 1.4em}
#section1 p {color:#fff;}

#section2 {background: #fff}
#section2 h1 {color:#161515; line-height: 1.4em}
#section2 h2 {color:#161515; line-height: 1.4em}
#section2 h3 {color:#161515; line-height: 1.4em}
#section2 h4 {color:#161515; line-height: 1.4em}
#section2 h5 {color:#161515; line-height: 1.4em}
#section2 p {color:#161515;}

#section3 {background: none}
#section3 h1 {color:#333333; line-height: 1.4em}
#section3 h2, h3, h4 {color:#333333; line-height: 1.4em}
#section3 h5 {color:#333333 !important; line-height: 1.4em}
#section3 p {color:#000;}

#section4 {background: none}
#section4 h1 {color:#333333; line-height: 1.4em}
#section4 h2, h3, h4, h5 {color:#333333; line-height: 1.4em}
#section4 p {color:#000;}


#section5 {
    background: #ffffff;
    border-radius: 60px 60px 0 0;
    position: relative;
    z-index: 1;
    margin-top: -60px; /* tire la section vers le haut pour coller au noir */
}
#section5 h1 {color:#000; line-height: 1.4em}
#section5 h2 {color:#000; line-height: 1.4em}
#section5 h3 {color:#000 !important; line-height: 1.4em}
#section5 h4 {color:#000 !important; line-height: 1.4em}
#section5 h5 {color:#000 !important; line-height: 1.4em}
#section5 p {color:#000;}


#section6 {
    background: #000;
    border-radius: 60px 60px 0 0;
    position: relative;
    z-index: 1;
    margin-top: -60px; /* tire la section vers le haut pour coller au noir */
}
#section6 h1 {color:#fff; line-height: 1.4em}
#section6 h2 {color:#fff; line-height: 1.4em}
#section6 h3 {color:#fff !important; line-height: 1.4em}
#section6 h4 {color:#fff !important; line-height: 1.4em}
#section6 h5 {color:#fff !important; line-height: 1.4em}
#section6 p {color:#fff;}


#section7 {
    background: #ffffff;
    border-radius: 0px 0px 0 0;
    position: relative;
    z-index: 1;
    margin-top: 0px; /* tire la section vers le haut pour coller au noir */
}
#section7 h1 {color:#000; line-height: 1.4em}
#section7 h2 {color:#ed6102; line-height: 1.4em}
#section7 h3 {color:#ed6102 !important; line-height: 1.4em}
#section7 h4 {color:#ed6102 !important; line-height: 1.4em}
#section7 h5 {color:#ed6102 !important; line-height: 1.4em}
#section7 p {color:#000;}



#section8 {
    background: #000;
    border-radius: 60px 60px 0 0;
    position: relative;
    z-index: 1;
    margin-top: -60px; /* tire la section vers le haut pour coller au noir */
}
#section8 h1 {color:#fff; line-height: 1.4em}
#section8 h2 {color:#fff; line-height: 1.4em}
#section8 h3 {color:#fff !important; line-height: 1.4em}
#section8 h4 {color:#fff !important; line-height: 1.4em}
#section8 h5 {color:#fff !important; line-height: 1.4em}
#section8 p {color:#000;}

#section-parallax img {padding-top:200px;}
#section-parallax h2 { color:#000; text-align: center }

@media (max-width: 992px) {
    #section-parallax h2 {padding-top:50px}
    #section-parallax img {padding-top:70px;}
}

.parallax {
    /* The image used */
    background-image: url("../../../assets/theme2/charte/img-parallax.webp");
    /* Set a specific height */
    height:600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
        height:300px;
    }
}

/*boutons custom bootstrap*/
.btn-custom {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #333;
    border-color: #333; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/


/*boutons custom bootstrap*/
.button {
    flex: 1 1 auto;
    margin: 0px;
    padding: 20px;
    border: 0px solid #FF9800;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s; color:#FF9800; background:#000;     border-radius: 30px;
}
.button:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #FF9800;   border-radius: 30px;
}
.button:hover:nth-of-type(1) {
    border-radius: 30px;
    margin-left:10px
}
.button:hover:nth-of-type(1):after {
    width: 0%;
}
.button:hover {
    cursor: pointer;
}
.button:hover:after {
    width: 100%;
    left: 0;
}
/*Fin Boutons*/


/*boutons custom bootstrap*/
.button2 {
    flex: 1 1 auto;
    margin: 0px;
    padding: 20px;
    border: 0px solid #FF9800;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s; color:#000; background:#FF9800 ; border-radius: 30px;
}
.button2:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #FF9800;   border-radius: 30px;
}
.button2:hover:nth-of-type(1) {
    border-radius: 30px;
    margin-left:10px
}
}
.button2:hover:nth-of-type(1):after {
    width: 0%;
}
.button2:hover {
    cursor: pointer;
}
.button2:hover:after {
    width: 100%;
    left: 0;
}
/*Fin Boutons*/

/*survol sur le photobox*/
.survol {color:#fff}
/*survol sur le photobox*/


/*FIN INTEGRATION*/


/*FOOTER*/
footer {
    background: #000;
    padding: 20px;
    min-height: 100px;
}
footer h2 {color: #fff; font-size:18px}
footer p {color: #fff; font-size:14px}
footer p a {color: #fff; }
footer p a:hover {color:#fff; text-decoration: none}
footer hr {border-color:#fff;margin: 0rem 0 !important;}
footer ul.list-unstyled li a {color: #fff}
footer .rubrique { color: #fff}
/*FOOTER*/



.encart { background-color: #9e9e9e;border: 1px solid #eee; padding:20px; border-radius: 10px}



.avis-wrapper { padding: 2rem 1.5rem; }
.avis-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.avis-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 500; font-size: 14px; flex-shrink: 0;
}
.avis-header { display: flex; align-items: center; gap: 10px; }
.avis-name { font-weight: 500; font-size: 14px; color: #111; margin: 0; }
.avis-date { font-size: 12px; color: #6b7280; margin: 0; }
.avis-stars { color: #f4a400; font-size: 14px; letter-spacing: 1px; }
.avis-text { font-size: 13px; color: #6b7280; line-height: 1.6; flex: 1; }
.google-badge {
    display: flex; align-items: center; gap: 6px;
    font-size: 11px; color: #9ca3af;
    margin-top: auto; padding-top: 8px;
    border-top: 1px solid #f3f4f6;
}
.google-g {
    width: 16px; height: 16px; border-radius: 50%;
    background: #4285F4; color: white;
    font-size: 10px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.carousel-control-prev.google,
.carousel-control-next.google {
    width: 36px; height: 36px;
    top: 50%; transform: translateY(-50%);
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    opacity: 1;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
}
.carousel-control-prev.google:hover,
.carousel-control-next.google:hover { background: #f9fafb; opacity: 1; }
.carousel-control-prev.google { left: -18px; }
.carousel-control-next.google { right: -18px; }
.chevron-icon { width: 18px; height: 18px; flex-shrink: 0; }
.slider-outer { position: relative; padding: 0 24px; }

/* Ouverture au survol */
@media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    /* Curseur pointer sur le span parent */
    .nav-item.dropdown > span.nav-link {
        cursor: default;
    }
}

@media (max-width: 991px) {
    #navbarSupportedContent .navbar-nav {
        text-align: center;
    }
    #navbarSupportedContent .navbar-nav .nav-link,
    #navbarSupportedContent .navbar-nav .dropdown-item {
        justify-content: center;
    }
    #navbarSupportedContent .navbar-nav span.nav-link {
        justify-content: center;
    }
    #navbarSupportedContent .dropdown-menu {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .dropdown-item {
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-size:1em
    }
}

/*SLIDER PAGE CHEMINEES*/

.col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    height: 100%;
}
.col-left h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}
.col-left .sous-titre {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
}
.nav-btn {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
}
.nav-btn:hover { background: #f3f4f6; }
.slide-counter { font-size: 13px; color: #9ca3af; }
.carousel-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/3;
    width: 100%;
}
.carousel-img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}
.slide-info { margin-top: 18px; }
.slide-info h3 { font-size: 18px; font-weight: 600; margin-bottom: 6px; }
.slide-info p { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0; }
.btn-savoir {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    padding-bottom: 2px;
}
.btn-savoir:hover { color: orange; border-color: orange; }
@media (max-width: 767px) {
    .col-left { gap: 16px; margin-bottom: 24px; }
    .col-left h2 { font-size: 24px; }
    .sous-titre { display: none; }
}
/*SLIDER PAGE CHEMINEES*/

/*BIG MENU*/
#menu {
    padding: 0 2rem;
}

#menu .navbar-nav {
    gap: 1.5rem;
}

#menu .nav-item {
    position: relative;
    padding: 1.4rem 0;
    display: flex;
    align-items: center;
}

#menu .nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1.1rem;
    width: 0;
    height: 2px;
    background: #FF9800;
    transition: width 0.25s ease;
}

#menu .nav-item:hover::after {
    width: 100%;
}

#menu .nav-link,
#menu .rubrique2 a {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000 !important;
    padding: 0;
}

#menu .rubrique2 {
    cursor: default;
}

#menu .rubrique2 a {
    padding: 0;
}

#menu .rubrique2 svg {
    transition: transform 0.25s ease;
}

#menu .nav-item.dropdown:hover .rubrique2 svg {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    #menu .mega-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        border: none;
        border-radius: 8px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
        padding: 0;
        margin-top: 0;
        top: 100%;              /* <-- ajouté : colle le menu juste sous son parent */
        left: 70%;
        transform: translate(-50%, 8px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
        min-width: 800px;
        overflow: hidden;
    }



    #menu .mega-menu-links .dropdown-item {
        font-size: 0.85rem;
        padding: 0.65rem 2rem;
        color: #000 !important;
        transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
    }

    #menu .mega-menu-links .dropdown-item:hover {
        background: #f8f1f0;
        color: #b23b2e !important;
        padding-left: 2.4rem;
    }

    #menu .nav-item.mega-dropdown:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
    }

    #menu .mega-menu-inner {
        display: flex;
        align-items: stretch;
    }

    #menu .mega-menu-links {
        list-style: none;
        margin: 0;
        padding: 1.5rem 0;
        flex: 1 1 20%;
    }

    #menu .mega-menu-links .dropdown-item {
        font-size: 0.85rem;
        padding: 0.65rem 2rem;
        transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
    }

    #menu .mega-menu-links .dropdown-item:hover {
        background: #f8f1f0;
        color: #b23b2e;
        padding-left: 2.4rem;
    }

    #menu .mega-menu-photo {
        flex: 1 1 45%;
        min-height: 220px;
    }

    #menu .mega-menu-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

/* ===== MOBILE : ferme par defaut, s'ouvre uniquement au clic ===== */
@media (max-width: 991.98px) {
    #menu .mega-menu {
        display: none !important;
        position: static !important;
        width: 100%;
        min-width: 100%;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid #eee;
        color:#000
    }

    #menu .mega-menu.show {
        display: block !important;
    }

    #menu .mega-menu-inner {
        display: block;
    }

    #menu .mega-menu-photo {
        display: none;
    }

    #menu .mega-menu-links {
        list-style: none;
        margin: 0;
        padding: 0.5rem 0;
    }

    #menu .mega-menu-links .dropdown-item {
        padding: 0.6rem 1.5rem;
        font-size: 0.85rem;
        color: #000;
    }

    #menu .mega-menu-links .dropdown-item:hover {
        background: #000;
        color: #fff;
    }

    #menu .mega-menu-links .dropdown-item {
        color: #000 !important;
    }

    #menu .mega-menu-links .dropdown-item:hover {
        color: #fff !important;
    }


}

@media (max-width: 991.98px) {
    #menu .rubrique2 {
        flex-wrap: wrap;
    }

    #menu .mega-menu {
        flex-basis: 100%;
        order: 10;
    }
}

@media (max-width: 991.98px) {
    #menu .navbar-nav {
        gap: 0.5rem;
    }

    #menu .nav-item {
        padding: 0.7rem 0;
    }

    #menu .nav-link {
        padding: 0 !important;
    }
}

@media (max-width: 991.98px) {
    #menu .nav-item {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    #menu .nav-item::after {
        bottom: 0.3rem;
    }
}
/*BIG MENU*/



.projet-etapes {
    flex-wrap: nowrap;
}

.projet-etape {
    flex: 1 1 0;
}

.projet-legende {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.projet-fleche {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF9800;
    flex: 0 0 auto;
}

/* Mobile : étapes empilées, flèches à la verticale */
@media (max-width: 767.98px) {
    .projet-etapes {
        flex-wrap: wrap;
    }

    .projet-etape {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .projet-fleche {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 0.5rem 0;
    }

    .projet-fleche svg {
        transform: rotate(90deg);
    }
}

label {color:#fff!important}

.infoss {color:#fff!important}
.infoss p {color:#fff!important}
.infoss a {color:#fff!important}