@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=Poppins:wght@300&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
/*font-family: 'Yeseva One', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700;800&display=swap'); /*font-family: 'Montserrat', sans-serif;*/


/* HEADER */
/*#header { background:#fff; width: 100%; height: 200px; background-size:100%;}*/

body {background:#000}


/*HEADER VIDEO*/
#header {
    background: #fff;
    background-size: 100%;
    min-height: 200px;
    color: #fff
}

#logo {
    margin-top: 10px
}

#slogan p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #0A0A0A;
    line-height: 1.2em
}

#slogan p a {
    color: #0A0A0A;
}

#slogan p a:hover {
    text-decoration: none
}

#slogan .icone {
    text-align: right;
    padding: 5px 0px
}

#slogan .icone a {
    color: #fff
}

#slogan .icone a:hover {
    text-decoration: none;
    color: #000
}

#slogan .langue p {
    text-align: center;
    font-size: 14px;
    margin-top: 0px
}


@media (max-width: 1400px) {


    #logo {
        text-align: center; width:60%; margin:0 auto;
    }

    #slogan p {
        font-size: 14px;
        text-align: right;
        margin-top: 10px
    }

}


@media (max-width: 767px) {
    #header {
        background: #fff;
        background-size: 100%;
        height: auto;
        color: #fff
    }

    #logo {
        text-align: center; width:60%; margin:0 auto;
    }

    #slogan p {
        font-size: 14px;
        text-align: center;
        margin-top: 10px
    }

    #slogan p a {
    }

    #slogan .icone {
        text-align: center;
        padding-top: 15px
    }

    #slogan .langue p {
        text-align: center;
        font-size: 14px;
        margin-top: 0px
    }
}

/*HEADER*/



.encart-slider {position: relative; margin-top: -80px; z-index: 10;}
@media (max-width: 992px) {
.encart-slider {position: relative; margin-top: 20px; z-index: 10;}
}



  /* Sur mobile, une seule carte par slide */
  @media (max-width: 767px) {
    .carousel-inner .carousel-item > .row > div:not(:first-child) {
      display: none;
    }
  }


/*MENU*/

.navbar {padding:0!important; margin:0!important}

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

.navbar-brand {
    display: none !important
}

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

/*.navbar-nav {
    margin: 0 auto
}*/

@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: #0A0A0A;
    background-color: #fff;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    border-top: 5px solid #000;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    border-top: 5px solid orange;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-item {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #0A0A0A;
}

.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(0, 0, 0, 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: 40px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%; z-index: 999999
    }

    .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*/


/*BIG MENU (mega-menu repris de la charte cheminees)*/
.sticky-menu {
    position: sticky;
    top: 0;
    z-index: 1030;
}

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

#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: orange;
    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;
    border: none !important;
}

#menu .rubrique2 {
    cursor: default;
}

#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%;
        left: 70%;
        transform: translate(-50%, 8px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
        min-width: 800px;
        overflow: hidden;
    }

    #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;
        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: #f9e2c0;
        color: orange !important;
        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;
        transition: opacity 0.2s ease;
    }
}

/* 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 !important;
    }

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

    #menu .rubrique2 {
        flex-wrap: wrap;
    }

    /* Fleches des sous-menus plus grandes + zone tactile elargie sur mobile */
    #menu .rubrique2 > a[data-bs-toggle="dropdown"] {
        padding: 6px 14px;
        line-height: 1 !important;
    }

    #menu .rubrique2 svg {
        width: 26px;
        height: 26px;
    }

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

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

    #menu .nav-item {
        width: 100%;
        justify-content: center;
        padding: 0.7rem 0;
    }

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

    #menu .nav-item::after {
        bottom: 0.3rem;
    }
}
/*BIG MENU*/


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

h1, h2, h3, h4, h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

#section1 {
    background: #000
}

#section1 h1 {
    color: #fff;
    line-height: 1.4em;
    font-size: 60px
}

@media (max-width: 992px) {
    #section1 h1 {
        color: #fff;
        line-height: 1.4em;
        font-size: 30px
    }

}

#section1 h2 {
    color: #fff !important;
    line-height: 1.4em
}

#section1 h3 {
    color: #fff !important;
    line-height: 1.4em
}

#section1 h4 {
    color: #fff !important;
    line-height: 1.4em
}

#section1 h5 {
    color: #fff !important;
    line-height: 1.4em
}

#section1 h4 {
    color: #ffff !important;
    line-height: 1.4em
}

#section1 p {
    color: #fff;
}

#section2 {
    background: #fff;
    background-color: #fff;
    background-size: 100%
}

#section2 h1 {
    color: #000;
    line-height: 1.4em
}

#section2 h2, h3, h5 {
    color: #000 !important;
    line-height: 1.4em
}

#section2 h4 {
    color: #000 !important;
    line-height: 1.4em
}

#section2 p {
    color: #000;
}

#section2 i {
    color: #000;
}

#section3 {
    background: none
}

#section3 h1 {
    color: #333333;
    line-height: 1.4em
}

#section3 h2, h3, h4, h5 {
    color: #333333 !important;
    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 !important;
    line-height: 1.4em
}

#section4 p {
    color: #000;
}

#section5 {
    background: #0A0A0A
}

#section5 h1 {
    color: #fff;
    line-height: 1.4em
}

#section5 h2 {
    color: #fff;
    line-height: 1.4em
}

#section5 h3, h4 {
    color: #0A0A0A !important;
    line-height: 1.4em
}

#section5 h5 {
    color: #333333 !important;
    line-height: 1.4em
}

#section5 p {
    color: #fff;
}


#section-parallax img {
    padding-top: 200px;
}

#section-parallax h2 {
    color: #000;
    text-align: center
}


@media (max-width: 1400px) {
    #section-parallax h2 {
        padding-top: 50px
    }

    #section-parallax img {
        padding-top: 70px;
    }

}


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

    #section-parallax img {
        padding-top: 70px;
    }

}

.top-services {
    top: 15%;
}

.parallax {
    /* The image used */
    background-image: url("../../media/charte/theme13/cheminees/img-parallax.jpg");
    /* 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*/
}



.btn-primary:hover {
    color: #fff;
    background-color: #4fb9ca!important;
    border-color: #4fb9ca;
}


/*fin boutons custom bootstrap*/


/*boutons custom bootstrap*/
.button {
    flex: 1 1 auto;
    margin: 0px;
    padding: 20px;
    border: 1px solid #0A0A0A;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    color: #fff; background: #0A0A0A; border-radius: 16px;font-family: 'Montserrat', sans-serif; font-weight: 300;
}

.button:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #000;
}

.button:hover:nth-of-type(1) {
    border-radius: 16px;background: #fff;color: #0A0A0A;
}

.button:hover:nth-of-type(1):after {
    width: 0%;
}

.button:hover {
    cursor: pointer;
}

.button:hover:after {
    width: 100%;
    left: 0;
}

/*Fin Boutons*/

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

/*survol sur le photobox*/


/*FIN INTEGRATION*/


/*FOOTER*/
footer {
    background: #fff;
    padding: 20px;
    min-height: 100px;
}

footer h2 {
    color: #000;
    font-size: 18px
}

footer p {
    color: #000;
    font-size: 14px
}

footer p a {
    color: #000;
}

footer p a:hover {
    color: #000;
    text-decoration: none
}

footer hr {
    border-color: orange;
    margin: 0rem 0 !important;
}

footer ul.list-unstyled li a {
    color: #fff
}

footer .rubrique {
    color: #fff
}

/*FOOTER*/


.encart {
    border: 5px solid #eee;
    padding: 20px;
    transition: all 0.3s ease; /* Ajout de la transition */
	min-height: 200px
}

.encart:hover {
    border: 0px solid #eee;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px #eee;
}



 .zoom-container {
        position: relative;
        overflow: hidden;
    }

    .zoom {
        transition: transform 0.3s ease; /* Transition pour un zoom fluide */
    }

    .zoom-container:hover .zoom {
        transform: scale(1.1); /* Zoom au survol */
    }

    /* Effet de dégradé du transparent au noir sur le bas de l'image */
    .zoom-container:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%; /* Ajustez la hauteur de la zone de dégradé */
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)); /* Dégradé transparent à noir */
        transition: background 0.3s ease; /* Transition douce de l'effet de couleur */
    }

    .zoom-container:hover:after {
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8)); /* Dégradé plus sombre au survol */
    }

    /* Position du titre par-dessus l'image */
    .image-title {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        font-size: 18px;
        font-weight: bold;
        z-index: 2; /* S'assurer que le titre soit au-dessus de l'image */
        text-align: center;
        width: 100%;
    }


.nav-tabs {border:0px }

   .tabs-custom .nav-link {
            color: #9b9b9b;
            font-weight: bold;
            text-transform: uppercase;
        }

        .tabs-custom .nav-link.active {
            color: #4fb9ca;
            background-color: #fff;
			border:0px
        }

        .tabs-custom .tab-content {
            margin-top: 20px;
        }

        .tabs-custom .tab-pane {
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 5px;
        }






/*AVIS CLIENTS (bloc "Ils nous ont fait confiance")*/
.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; }

@media (max-width: 767px) {
    .avis-wrapper .col-4 { flex: 0 0 100%; max-width: 100%; }
}
/*AVIS CLIENTS*/


/*GALERIE SHOWROOM (bloc cf-gallery)*/
/* ===== DESKTOP ===== */
.cf-gallery {
    display: flex;
    gap: 4px;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.cf-col {
    position: relative;
    flex: 1;
    overflow: hidden;
    transition: flex 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
}
.cf-gallery:hover .cf-col        { flex: 0.55; }
.cf-gallery .cf-col:hover        { flex: 2.8; }
.cf-col img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1), filter 0.55s ease;
    filter: brightness(0.75) saturate(0.8);
}
.cf-col:hover img {
    transform: scale(1.06);
    filter: brightness(0.45) saturate(1.1);
}
.cf-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 24px;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 55%, transparent 100%);
}
.cf-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 8px;
}
.cf-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: font-size 0.45s cubic-bezier(0.77, 0, 0.175, 1), margin 0.45s ease;
}
.cf-col:hover .cf-title { font-size: 42px; margin-bottom: 10px; }
.cf-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    max-width: 260px;
    transition: max-height 0.45s ease 0.1s, opacity 0.4s ease 0.15s;
}
.cf-col:hover .cf-desc { max-height: 80px; opacity: 1; }
.cf-cta {
    display: inline-flex;
    margin-top: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 3px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease 0.2s, opacity 0.35s ease 0.25s;
}
.cf-col:hover .cf-cta { max-height: 40px; opacity: 1; }
.cf-tag {
    position: absolute;
    top: 22px; left: 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 4px 10px;
    border-radius: 2px;
    z-index: 3;
}
/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .cf-gallery { display: block; height: 420px; overflow: hidden; }
    .cf-gallery:hover .cf-col { flex: unset; }
    .cf-gallery .cf-col:hover { flex: unset; }
    .cf-col:hover img          { transform: none; filter: brightness(0.75) saturate(0.8); }
    .cf-col:hover .cf-title    { font-size: 28px; margin-bottom: 0; }
    .cf-col:hover .cf-desc     { max-height: 0; opacity: 0; }
    .cf-col:hover .cf-cta      { max-height: 0; opacity: 0; }
    .cf-col {
        position: absolute;
        inset: 0;
        width: 100%; height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease;
        pointer-events: none;
    }
    .cf-col.cf-active { opacity: 1; pointer-events: all; }
    .cf-col.cf-active .cf-desc { max-height: 80px; opacity: 1; }
    .cf-col.cf-active .cf-cta  { max-height: 40px; opacity: 1; }
    .cf-col.cf-active .cf-title { font-size: 36px; margin-bottom: 8px; white-space: normal; }
    .cf-arrows {
        position: absolute;
        top: 50%; left: 0; right: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0 12px;
        z-index: 10;
        pointer-events: none;
    }
    .cf-arrow-btn {
        pointer-events: all;
        width: 38px; height: 38px;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.3);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(4px);
        transition: background 0.2s;
    }
    .cf-arrow-btn:hover { background: rgba(255,255,255,0.3); }
    .cf-dots { display: flex; justify-content: center; gap: 8px; padding: 12px 0 4px; }
    .cf-dot {
        width: 8px; height: 8px;
        border-radius: 50%;
        background: #dee2e6;
        border: none;
        cursor: pointer;
        padding: 0;
        transition: background 0.3s, transform 0.3s;
    }
    .cf-dot.active { background: #4fb9ca; transform: scale(1.3); }
}
/* Cache dots/fleches sur desktop */
@media (min-width: 769px) {
    .cf-dots   { display: none; }
    .cf-arrows { display: none; }
}
/*GALERIE SHOWROOM*/


/*BOUTON2 + SLIDER CHEMINEES (zone reprise de la page cheminees)*/
.button2 {
    flex: 1 1 auto;
    margin: 0;
    padding: 20px;
    border: 0 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; }

.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: #0A0A0A;
    border-bottom: 1px solid #0A0A0A;
    text-decoration: none;
    padding-bottom: 2px;
}
.btn-savoir:hover { color: #4fb9ca; border-color: #4fb9ca; }
@media (max-width: 767px) {
    .col-left { gap: 16px; margin-bottom: 24px; }
    .col-left h2 { font-size: 24px; }
    .sous-titre { display: none; }
}
/*BOUTON2 + SLIDER CHEMINEES*/
