/* ===================================
    Crafto - Logistics 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* variable */
:root {
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #312783;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-grey: rgba(255, 255, 255, 0.4);
    --primary-color: #312783;
    --hover-color: #4a3ba0;
    --light-gray: #f8f9fa;
    --text-gray: #6c757d;


}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    /* empêche le scroll horizontal */
}



/* Maintenir la couleur de la navbar pendant le défilement */
.navbar {
    background-color: #312783 !important;
    transition: all 0.3s ease;
}

.navbar.sticky {
    background-color: #312783 !important;
}



/* Assurer que le logo reste blanc même en mode sticky */
.navbar.sticky .navbar-brand img.alt-logo {
    opacity: 0;
}

.navbar.sticky .navbar-brand img.default-logo {
    opacity: 1;
}

/* Amélioration du menu responsive */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #312783;
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    de .navbar-toggler {
        padding: 10px;
        border: none;


    }

    /* .navbar-toggler-line {
        background-color: #fff;
    } */


    .navbar-toggler-line {
        display: block;
        width: 25px;
        height: 2px;
        margin: 5px 0;
        background-color: white;
        /* <-- ici la couleur blanche */
    }




    .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        padding: 0;
    }

    .dropdown-item {
        color: #fff;
        padding: 10px 20px;
    }
}

/* reset */
body {
    font-size: 18px;
    line-height: 30px;
}

a:hover {
    color: var(--dark-gray);
}



.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* header */
/* .navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    border-radius: 16px;
}  .navbar-nav .nav-link:hover {
            color: white !important;
            background-color: rgba(255,255,255,0.1);
            transform: translateY(-1px);
        }

.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .navbar-brand img {
    max-height: 30px;
}
.header-top-bar div>a {
    color: var(--light-gray);
}
.header-top-bar div>a:hover {
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
} */
/* header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}
header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
header .btn.btn-small {
    font-size: 15px; 
    padding: 10px 18px;
} */
/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}

.btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}

.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}

.btn.btn-large {
    font-size: 0.9rem !important;
    padding: 14px 18px !important;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 12px 24px;
}

.btn.btn-small {
    font-size: 15px;
}

.btn.btn-very-small {
    font-size: 14px;
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}

.review-star-icon i {
    color: var(--base-color);
}

/* footer style */
footer ul li {
    margin-bottom: 1px;
}

footer p {
    line-height: 28px;
}

/* page title */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem;
}

.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.bg-jungle-green {
    background-color: #2ebb79;
}
.bg-base-color{
    background-color: var(--base-color) !important;
}

.bg-white {
    background-color: white !important;
}

/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}

/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}

@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }

    .xl-w-180px {
        width: 180px;
    }
}

@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }
}

@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }
}


/* Section Rénovation */
.renovation-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    padding: 80px 40px;
    /* min-height: 100vh; */
}

.mega-menu .dropdown-menu {
    display: none;
    position: absolute;
    width: 800px;
    padding: 40px 20px 30px;
    top: 100% !important;
    left: 0;
    background-color: var(--base-color);
    z-index: 1000;
}

.mega-menu .dropdown-menu .row {
    margin: 0;
}

.mega-menu .dropdown-menu li {
    list-style: none;
    margin-bottom: 20px !important;
}

.mega-menu .dropdown-menu a {
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.mega-menu .dropdown-menu i {
    margin-right: 8px;
    color: white;
    /* couleur des icônes */
}

.mega-menu.open .dropdown-menu {
    display: block !important;
}


/* Partie texte */
.renovation-text {
    flex: 1;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    max-width: 500px;
    justify-self: end;
    padding-right: 40px;
}

.renovation-tagline {
    color: #e63946;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.renovation-tagline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #e63946;
}

.renovation-title {
    color: #3a1c71;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.renovation-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

/* Partie images */
.renovation-gallery {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    height: 450px;
    ;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 500px;
    justify-self: start;
    padding-left: 40px;
}

.gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: auto;
}

.gallery-item.vertical {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Media Queries pour la responsivité */
@media (max-width: 992px) {
    .renovation-section {
        flex-direction: column;
    }

    .renovation-text {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .renovation-title {
        font-size: 28px;
    }

    .renovation-gallery {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .renovation-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        height: auto;
        gap: 15px;
    }

    .gallery-item.vertical {
        grid-column: 1;
        grid-row: 3;
        height: 350px;
    }

    .renovation-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .renovation-section {
        padding: 30px 15px;
    }

    .renovation-title {
        font-size: 22px;
    }

    .renovation-description {
        font-size: 14px;
    }

    .gallery-item.vertical {
        height: 300px;
    }
}

/* Ajustement du texte pour mobile */
@media (max-width: 767px) {
    .mobile-text-adjust {
        font-size: 32px !important;
        line-height: 1.3 !important;
        margin-top: 60px !important;
    }

    .fs-20 {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .btn.btn-large {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .mobile-text-adjust {
        font-size: 28px !important;
        margin-top: 40px !important;
    }

    .fs-20 {
        font-size: 14px !important;
    }

    .btn.btn-large {
        font-size: 13px;
        padding: 8px 16px;
    }
}




/* Section Projets */
.projets-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.projets-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.projets-title {
    color: #3a1c71;
    font-size: 28px;
    font-weight: 700;
}

.projets-filters {
    display: flex;
    gap: 15px;
}

.filter-btn {
    padding: 8px 15px;
    border-radius: 20px;
    border: none;
    background-color: #f0f0f7;
    color: #555;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn.active {
    background-color: #6a5acd;
    color: white;
}

.projets-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    height: 350px;
}

.projet-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.projet-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.projet-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
}

.projet-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 25px;
}

.projet-description {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
}

/* Premier projet en largeur double */
.projet-card:first-child {
    grid-column: span 1;
}

/* Media Queries */
@media (max-width: 992px) {
    .projets-gallery {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
    }

    .projet-card {
        height: 250px;
    }

    .projet-card:first-child {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .projets-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .projets-filters {
        margin-top: 15px;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .projets-gallery {
        grid-template-columns: 1fr;
    }

    .projet-card {
        height: 220px;
    }
}



/* Section Pourquoi Choisir */
.pourquoi-choisir-section {
    background-color: #352486;
    /* Couleur violet foncé */
    color: #fff;
    padding: 60px;
    position: relative;
    max-height: full-height;
}

.pourquoi-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pourquoi-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.pourquoi-title {
    font-size: 1.75rem;
    font-weight: 700;
    max-width: 500px;
    line-height: 1.3;
}

.btn-bg-white,
.cta-devis {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-bg-white {
    background-color: white;
    color: var(--base-color);
    border: 1px solid var(--base-color);
}

.btn-bg-white:hover {
    background-color: var(--base-color);
    border: 1px solid white;
    color: #fff;
}

.cta-devis:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-bg-white .icon,
.cta-devis .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 15px;
}

.btn-bg-white .icon {
    background-color: var(--base-color);
}

.btn-bg-white .icon svg,
.cta-devis .icon svg {
    width: 14px;
    height: 14px;
    fill: #352486;
}

.btn-bg-white .icon svg {
    fill: white;
}

.avantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.avantage-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avantage-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #352486;
}

.avantage-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #352486;
}

.avantage-description {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.5;
    color: #352486
}

.video-showcase {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.video-showcase img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #352486;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

/* Media Queries */
@media (max-width: 992px) {
    .avantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pourquoi-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-devis {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .pourquoi-title {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .avantages-grid {
        grid-template-columns: 1fr;
    }

    .video-showcase {
        height: 250px;
    }
}


/* Section Projet Passion */
.projet-passion-section {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.projet-image-container {
    flex: 1;
    position: relative;
    overflow: hidden;
    /* border-radius: 6px; */
    max-height: 1000px !important;
    /* border: 1px solid #0a97b7; */
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
}

.projet-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 90%;
}

.projet-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.projet-tagline {
    color: #e63946;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.projet-tagline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #e63946;
}

.projet-title {
    color: #3a1c71;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.projet-description {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.service-card {
    display: flex;
    flex-direction: column;
}

.service-icon {
    width: 50px;
    height: 50px;
    /* background-color: #f8f9fa; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
}

.service-icon svg {
    width: 24px;
    height: 24px;
    fill: #3a1c71;
}

.service-title {
    color: #3a1c71;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 35px;
}

.service-description {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

/* Media Queries */
@media (max-width: 992px) {
    .projet-passion-section {
        flex-direction: column;
    }

    .projet-image-container {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .projet-title {
        font-size: 28px;
    }

    .projet-description {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .projet-passion-section {
        padding: 40px 15px;
    }

    .projet-image-container {
        height: 300px;
    }

    .projet-title {
        font-size: 24px;
    }
}


/* Styles généraux */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

/* Section témoignages */






/* Info client */
.client-info {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-name {
    font-weight: 600;
    color: #412686;
}

/* Style pour le carrousel */
.testimonials-slider {
    display: flex;
    transition: transform 0.5s ease;
}

/* Pour les appareils mobiles */
@media (max-width: 768px) {
    .testimonials-container {
        flex-direction: column;
    }

    .testimonials-image,
    .testimonials-content {
        width: 100%;
        max-width: 100% !important;
    }

    .testimonials-image {
        margin-bottom: 2rem;
        height: 250px;
    }
}



/*fooooooter css modifs  pages d'accueil*/

.footer {
    background-color: #f8f9fa;
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;
}

.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="rgba(230, 231, 246, 0.3)" fill-opacity="1" d="M0,160L48,154.7C96,149,192,139,288,154.7C384,171,480,213,576,218.7C672,224,768,192,864,165.3C960,139,1056,117,1152,117.3C1248,117,1344,139,1392,149.3L1440,160L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');
    background-size: cover;
    background-position: top center;
    opacity: 0.8;
    pointer-events: none;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    padding: 0 15px;
}

/* Company Info Styles */
.footer-logo {
    display: block;
    margin-bottom: 15px;
}

.footer-logo-img {
    height: 50px;
    width: auto;
}

.company-description {
    font-size: 14px;
    line-height: 1.6;
    color: #2a1a60;
}

/* Footer Links Styles */
.footer-heading {
    color: #2a1a60;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #2a1a60;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: #312783;
}

/* Social Links Styles */
.social-links-list {
    margin-bottom: 20px;
    font-size: 14px;
    color: #2a1a60;
}

.social-link {
    color: #2a1a60;
    text-decoration: none;
    transition: color 0.2s;
}

.social-link:hover {
    color: #312783;
}

.contact-section {
    margin-top: 25px;
}

.contact-email {
    color: #2a1a60;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.contact-email:hover {
    color: #312783;
}

/* Newsletter Styles */
.newsletter-description {
    font-size: 14px;
    margin-bottom: 15px;
    color: #2a1a60;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
}

.newsletter-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
    background-color: white;
    color: #2a1a60;
    cursor: pointer #2a1a60;
    transition: all 0.3s;
    width: 100%;

}

.newsletter-submit:hover {
    background-color: rgba(42, 26, 96, 0.05);
}

.arrow-icon {
    width: 24px;
    height: 24px;
    stroke: #ffffff;
    fill: #312783;
    padding: auto;



}

/* Copyright Section */
.copyright {
    text-align: center;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    color: #2a1a60;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.copyright-link {
    color: #2a1a60;
    text-decoration: none;
    font-weight: 500;
}

.copyright-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-container {
        flex-wrap: wrap;
    }

    .footer-column {
        flex: 1 0 50%;
    }
}

@media (max-width: 768px) {
    .footer-column {
        flex: 1 0 100%;
    }
}

.footer {
    position: relative;
    background-color: #f5f8fc;
    /* adjust to your footer background if needed */
    padding-top: 60px;
}

.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/wave-footer.png');
    /* adjust path */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 0;
    opacity: 0.8;
    /* Optional for a soft look */
    pointer-events: none;
}

.footer-container,
.copyright {
    position: relative;
    z-index: 1;
}

/* Grid System */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 76px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    /* Half of gutter width */
}

/* Column classes */
[class*="col-"] {
    padding: 0 10px;
    /* Half of gutter width */
    box-sizing: border-box;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

/* Responsive columns */
@media (max-width: 1200px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    [class*="col-"] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    [class*="col-"] {
        width: 100%;
    }
}







/* css nav bar */




.navbar-custom {
    background: linear-gradient(135deg, #4A3B8C 0%, #3D2F7A 100%);
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    color: white !important;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 2rem;
}

.brand-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.brand-icon i {
    color: white;
    font-size: 16px;
}

.brand-subtitle {
    font-size: 0.65rem;
    font-weight: 400;
    opacity: 0.8;
    letter-spacing: 1px;
    margin-top: -4px;
}

.navbar-nav .nav-link {
    /* color: rgba(255,255,255,0.9) !important; */
    font-weight: 500;
    font-size: 0.95rem;
    /* padding: 8px 18px !important; */
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 2px;
    border-radius: 15px;

}


.navbar-nav .nav-link:hover {
    /* color: white !important; */
    background-color: rgba(255, 255, 255, 0.1);

}


.navbar-nav .nav-link.active {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-toggle::after {
    margin-left: 8px;
    font-size: 0.8rem;

}

.dropdown-menu {
    background: white;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    margin-top: 8px;
    min-width: 220px;
}

.dropdown-item {
    color: #333;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 0;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #4A3B8C;
    padding-left: 25px;
}

.btn-appointment {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

.btn-appointment:hover {
    background: white;
    color: #4A3B8C;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-toggler {
    border: none;
    color: white;
    padding: 6px 10px;
    align-items: center;
    float: right;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 1400px) {
    .saja {
        flex: 0 0 auto;
        width: 45% !important;
    }
}

/* Centrer le texte de la section hero sur mobile */
@media (max-width: 767px) {
    .saja {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 20px;
        margin-top: 20px;
        backdrop-filter: blur(10px);
    }

    .navbar-nav .nav-link {
        text-align: center;
        margin: 5px 0;
        padding: 12px 20px !important;
    }

    .btn-appointment {
        margin-top: 15px;
        text-align: center;
        display: block;
    }

    .dropdown-menu {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .brand-subtitle {
        font-size: 0.6rem;
    }
}





/* Style chatbot */
/* Chat Icon Styles */
.chat-widget {
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    z-index: 1060;
    cursor: pointer;
}

.chat-icon-container {
    width: 70px;
    height: 70px;
    position: relative;
}

/* Outer container with light purple background */
.chat-outer-container {
    width: 100%;
    height: 100%;
    background: #d4d0e6;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Middle container with medium purple */
.chat-middle-container {
    width: 56px;
    height: 56px;
    background: #b8b0d9;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Inner container with dark purple */
.chat-inner-container {
    width: 42px;
    height: 42px;
    background: #4c3e8a;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Chat bubble */
.chat-bubble {
    width: 21px;
    height: 17px;
    background: white;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Chat bubble tail */
.chat-bubble::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 4px;
    width: 6px;
    height: 6px;
    background: white;
    transform: rotate(45deg);
    border-radius: 0 0 1px 0;
}

/* Inner chat bubble for the dark area */
.chat-inner {
    width: 14px;
    height: 10px;
    background: #4c3e8a;
    border-radius: 3px;
    position: relative;
    margin-top: -1px;
}

/* Small tail inside the chat bubble */
.chat-inner::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 3px;
    width: 3px;
    height: 3px;
    background: #4c3e8a;
    transform: rotate(45deg);
    border-radius: 0 0 1px 0;
}

/* Hover effects */
.chat-widget:hover .chat-outer-container {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Pulse animation for attention */
.chat-widget::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 20px;
    background: rgba(212, 208, 230, 0.4);
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .chat-widget {
        bottom: 20px;
        right: 20px;
    }

    .chat-icon-container {
        width: 60px;
        height: 60px;
    }

    .chat-middle-container {
        width: 48px;
        height: 48px;
    }

    .chat-inner-container {
        width: 36px;
        height: 36px;
    }
}





/* CSS Responsive pour la section rénovation */

.renovation-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    padding: 80px 40px;
    /* min-height: 100vh; */
}

.renovation-text {
    max-width: 500px;
    justify-self: end;
    padding-right: 40px;
}

.renovation-tagline {
    color: #e74c3c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.renovation-tagline::before {
    content: '— ';
    margin-right: 5px;
}

.renovation-title {
    font-size: 38px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 30px;
}

.renovation-description {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.renovation-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 500px;
    justify-self: start;
    padding-left: 40px;
}

.gallery-item {
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:first-child {
    grid-row: 1 / 2;
}

.gallery-item.vertical {
    grid-row: 1 / 3;
}

.gallery-item:last-child {
    grid-row: 2 / 3;
}

/* RESPONSIVE BREAKPOINTS */

/* Tablettes et écrans moyens (1200px et moins) */
@media (max-width: 1200px) {
    .renovation-section {
        max-width: 1200px;
        gap: 60px;
        padding: 60px 30px;
    }

    .renovation-title {
        font-size: 42px;
    }

    .renovation-text {
        padding-right: 20px;
    }

    .renovation-gallery {
        padding-left: 20px;
        height: 450px;
    }
}

/* Tablettes (992px et moins) */
@media (max-width: 992px) {
    .renovation-section {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
        padding: 60px 30px;
    }

    .renovation-text,
    .renovation-gallery {
        justify-self: center;
        padding: 0;
    }

    .renovation-text {
        max-width: 600px;
        margin: 0 auto;
    }

    .renovation-title {
        font-size: 28px;
    }

    .renovation-gallery {
        max-width: 600px;
        height: 400px;
        margin: 0 auto;
    }
}

/* Mobiles et petites tablettes (768px et moins) */
@media (max-width: 768px) {
    .renovation-section {
        padding: 50px 20px;
        gap: 40px;
        min-height: auto;
    }

    .renovation-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .renovation-description {
        font-size: 15px;
        line-height: 1.6;
    }

    .renovation-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 200px);
        height: auto;
        gap: 15px;
        max-width: 400px;
    }

    .gallery-item.vertical {
        grid-row: auto;
    }

    .gallery-item:first-child,
    .gallery-item:last-child {
        grid-row: auto;
    }
}

/* Petits mobiles (480px et moins) */
@media (max-width: 480px) {
    .renovation-section {
        padding: 40px 15px;
        gap: 30px;
    }

    .renovation-title {
        font-size: 28px;
        line-height: 1.2;

    }

    .renovation-tagline {
        font-size: 14px;
    }

    .renovation-description {
        font-size: 14px;
        line-height: 1.5;
    }

    .renovation-gallery {
        grid-template-rows: repeat(3, 180px);
        gap: 12px;
        /* max-width: 300px; */
    }
}

/* Très petits mobiles (360px et moins) */
@media (max-width: 360px) {
    .renovation-section {
        padding: 30px 10px;
    }

    .renovation-title {
        font-size: 24px;
    }

    .renovation-gallery {
        grid-template-rows: repeat(3, 160px);
        max-width: 280px;
    }
}


/* CSS pour la section témoignages */

.testimonials-section {
    padding: 80px 0;
    /* background-color: #f8f9fa; */
}

.testimonials-container {
    max-width: 2200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.testimonials-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonials-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.testimonials-content {
    max-width: 600px;
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.testimonials-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #312783;
    margin: 0;
}

.testimonials-nav {
    display: flex;
    gap: 10px;
}

.nav-btn {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #312783;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background-color: #312783;
    transform: scale(1.05);
}

.nav-btn:disabled {
    background-color: #ddd;
    cursor: not-allowed;
    transform: none;
}

.testimonials-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.testimonials-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-card {
    min-width: 100%;
    padding: 40px;
    background: #F1F5F8;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: none;
}

.testimonial-card.active {
    display: block;
}

.testimonial-rating {
    font-size: 18px;
    color: #312783;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-rating::before {
    content: '★';
    color: #ffd700;
    margin-right: 5px;
}

.testimonial-quote {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
}

.testimonial-quote::before {
    content: '"';
    font-size: 60px;
    color: #312783;
    position: absolute;
    top: -20px;
    left: -20px;
    opacity: 0.3;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #312783;
}

.client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

/* Responsive */
@media (max-width: 1200px) {
    .testimonials-container {
        gap: 60px;
        padding: 0 30px;
    }

    .testimonials-title {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .testimonials-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .testimonials-header {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .testimonials-title {
        font-size: 38px;
    }

    .testimonials-image img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-container {
        padding: 0 20px;
        gap: 40px;
    }

    .testimonials-title {
        font-size: 32px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .testimonial-quote {
        font-size: 15px;
    }

    .nav-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .testimonials-image img {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .testimonials-title {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 25px 15px;
    }

    .client-avatar {
        width: 50px;
        height: 50px;
    }

    .client-name {
        font-size: 16px;
    }
}



/* style chatbot */



.chat-widget {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: "Montserrat", sans-serif;
}

.chat-widget-button {
    width: 54px;
    height: 54px;
    background-color: #3B3B8C;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.3s ease;
}

.chat-widget-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.chat-widget-button i {
    font-size: 32px;
}

.chat-dimensions {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    opacity: 0.7;
}

.chat-widget-container {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 350px;
    height: 450px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.chat-header {
    background-color: #3B3B8C;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-title {
    font-weight: bold;
    font-size: 16px;
}

.chat-close {
    cursor: pointer;
}

.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.message {
    max-width: 80%;
    padding: 12px 15px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.bot-message {
    align-self: flex-start;
    background-color: #f0f0f0;
    color: #333;
    border-bottom-left-radius: 5px;
}

.user-message {
    align-self: flex-end;
    background-color: #3B3B8C;
    color: white;
    border-bottom-right-radius: 5px;
}

.chat-input-container {
    display: flex;
    padding: 15px;
    border-top: 1px solid #eee;
}

.chat-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
}

.chat-send {
    width: 40px;
    height: 40px;
    background-color: #3B3B8C;
    color: white;
    border: none;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.chat-send:hover {
    background-color: #2d2d6e;
}

/* end style chatbot */


/* end style chatbot */





/* Hero Section Nos Réalisations */
.realisations-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;

}

.realisations-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.realisations-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.2) 30%,
            rgba(0, 0, 0, 0.4) 70%,
            rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 60px 80px 60px;
}

/* Breadcrumbs */
.breadcrumbs {
    align-self: flex-end;
    margin-top: auto;
    /* Pour compenser le header */
}

.breadcrumbs-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.realisations-hero-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centrer verticalement */
    height: 100%;
    padding-left: 60px;
    gap: 30px;
    /* Espace entre breadcrumbs et titre */
}

.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.breadcrumbs a:hover {
    opacity: 1;
    text-decoration: none;
    color: #ffffff;
}

.breadcrumbs .separator {
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 300;
}

.breadcrumbs .current {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    opacity: 1;
}

/* Titre principal */
.realisations-hero-title {
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    align-self: flex-start;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    line-height: 1.1;
    letter-spacing: -1px;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .realisations-hero-title {
        font-size: 56px;
        margin-bottom: 0px;
    }

    .realisations-hero-overlay {
        padding: 40px 50px 70px 50px;
    }
}

@media (max-width: 1199px) {
    .realisations-hero {
        height: 80vh;
        min-height: 550px;
    }

    .realisations-hero-title {
        font-size: 48px;
    }

    .realisations-hero-overlay {
        padding: 35px 40px 60px 40px;
    }

    .breadcrumbs {
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    .realisations-hero {
        height: 70vh;
        min-height: 500px;
    }

    .realisations-hero-title {
        font-size: 40px;
    }

    .realisations-hero-overlay {
        padding: 30px 35px 50px 35px;
    }

    .breadcrumbs {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .realisations-hero {
        height: 60vh;
        min-height: 450px;
        margin-top: 20px;
    }

    .realisations-hero-title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .realisations-hero-overlay {
        padding: 25px 25px 40px 25px;
    }

    .breadcrumbs {
        margin-top: 50px;
    }

    .breadcrumbs a,
    .breadcrumbs .current {
        font-size: 13px;
    }

    .breadcrumbs .separator {
        font-size: 13px;
        margin: 0 4px;
    }
}

@media (max-width: 575px) {
    .realisations-hero {
        height: 55vh;
        min-height: 400px;
    }

    .realisations-hero-title {
        font-size: 28px;
    }

    .realisations-hero-overlay {
        padding: 20px 20px 35px 20px;
    }

    .breadcrumbs {
        margin-top: 40px;
    }

    .breadcrumbs a,
    .breadcrumbs .current {
        font-size: 12px;
    }

    .breadcrumbs .separator {
        font-size: 12px;
    }
}




/* Animation au chargement */
.realisations-hero-title {
    animation: fadeInUp 1s ease-out 0.3s both;
}

.breadcrumbs {
    animation: fadeInDown 1s ease-out 0.5s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Effet hover sur les breadcrumbs */
.breadcrumbs a {
    position: relative;
}

.breadcrumbs a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.breadcrumbs a:hover::after {
    width: 100%;
}



/*   style section 2 page Réalisations */


.category-navigation {
    background-color: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #e6e6e6;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Filter Button Styles */
.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 25px;
    border: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2a1a60;
    cursor: pointer;
    margin-top: 126px;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.filter-btn:hover {
    background-color: rgba(42, 26, 96, 0.1);
}

.filter-btn.active {
    background-color: #d9d6e9;
}

/* Gallery Styles */
.projects-gallery .row {
    margin-left: -19px;
    /* Half of 38px */
    margin-right: -19px;
    row-gap: 38px;
    /* For Bootstrap 5+ */
}

.projects-gallery .col-4 {
    padding-left: 19px;
    padding-right: 19px;
}

.gallery-item {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 0;
    /* spacing handled by row-gap */
}

.gallery-item:hover {
    transform: translateY(-5px);
}


@media (max-width: 768px) {
    .gallery-item {
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .gallery-item {
        width: calc(50% - 25px);
        height: 450px;
    }
}

@media (max-width: 768px) {
    .projects-gallery {
        padding: 40px 16px;
        /* Adjust for tablet view */
    }

    .gallery {
        gap: 20px;
    }

    .gallery-item {
        width: 100%;
        height: 400px;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .projects-gallery {
        padding: 30px 15px;
    }

    .gallery {
        gap: 15px;
    }

    .gallery-item {
        width: 100%;
        height: 350px;
    }

    .filter-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}


.pagination-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    position: relative;
    max-width: calc(1400px - 152px);
    margin: 0 76px;
    /* Match gallery margins */
}

.page-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2a1a60;
    text-decoration: none;
    padding: 10px 5px;
    position: relative;
    transition: all 0.3s ease;
}

.page-number:hover {
    opacity: 0.8;
}

.page-number.active {
    color: #2a1a60;
}

.page-number.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2a1a60;
}

@media (max-width: 1200px) {
    .pagination {
        margin: 0 40px;
        /* Match gallery responsive margins */
    }
}

@media (max-width: 768px) {
    .pagination {
        margin: 0 20px;
        /* Match gallery responsive margins */
    }
}

@media (max-width: 576px) {
    .pagination {
        gap: 15px;
        margin: 0 15px;
        /* Match gallery mobile margins */
    }

    .page-number {
        font-size: 16px;
    }
}

/*  -end section-  */



/* Style pour la page rénovation habitations */




/* Section Styles */
.section-padding {
    padding: 5rem;
    background-color: #F1F5F8;

}

.section-white {
    background-color: white;
}

.section-gray {
    background-color: #ffffff;
    /* height: 1000px !important; */
}

.section-white {
    background-color: white;
}

.section-purple {
    background-color: var(--primary-color);
    color: white;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--base-color);
    /* padding-left: 66px; */

}

.section-purple .section-title {
    color: white;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--base-color);
    margin-bottom: 3rem;
    line-height: 1.7;
    /* padding-left: 66px; */
}

.section-purple .section-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

/* Image Cards */
.image-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 250px;
}

.tall {
    grid-row: span 2;
    height: 100%;
}

.image-card:hover {
    transform: translateY(-5px);
}

.image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    /* margin-bottom: 3rem; */
}

.image-grid-extend {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    grid-auto-flow: dense;
}

.image-grid-one-bellow {
    grid-template-columns: 1fr;
}

/* Buttons */
.btn-primary-custom {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    gap: 10px;
}

.btn-primary-custom span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 100%;
}

/*  section-title, section-subtitle, btn-outline-custom   anuuler padding version mobile   */


@media (max-width: 767.98px) {

    .section-title,
    .section-subtitle {
        /* padding-left: 16px; */
        margin-left: 0;
    }

    /* Media query isolée pour mobile */
    @media (max-width: 767.98px) {
        .btn-primary-custom {
            margin-left: 10px !important;
        }
    }

    /* Media query isolée pour mobile */
    @media (max-width: 767.98px) {
        .btn-outline-custom {
            margin-left: 10px !important;
        }
    }
}


/* end section-title, section-subtitle, btn-outline-custom   anuuler padding version mobile   */
.btn-primary-custom:hover {
    background-color: var(--hover-color);
    transform: translateY(-2px);
    color: white;
}

.btn-outline-custom {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    gap: 10px;
    margin-left: 66px;
}

.btn-outline-custom span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 100%;
}

.btn-outline-custom:hover {
    background-color: var(--hover-color);
    color: white;
}

/* Contact Form */
.contact-form {
    background: var(--primary-color);
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(49, 39, 131, 0.25);
}

.section-chalet .grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.image-full-width {
    grid-column: 1 / -1;
}

.image-full-width img {
    height: 100%;
    width: 100%;
}

/* Trust Badges */
.trust-badge {
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.trust-badge:hover {
    transform: translateY(-3px);
}

.trust-icon sm-mx-0 {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-custom .navbar-collapse {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.35s ease;
    }

    .navbar-custom .navbar-collapse:not(.show) {
        display: none;
    }

    .btn-appointment {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }

    .hero-section {
        min-height: 50vh;
        text-align: center;
    }

    .section-padding {
        padding: 3rem 0;
    }

    .contact-form {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .navbar-custom .navbar-brand {
        font-size: 1.5rem;
    }

    .house-icon {
        width: 30px;
        height: 30px;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .image-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/*    end  */


/*   style page renovation */



/* Section Styles */
.section {
    padding: 60px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
}

.section-content {
    flex: 1;
}

.section-title {
    color: #2c2c6c;
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #6c63ff;
}

.section-text {
    color: #444;
    margin-bottom: 20px;
    line-height: 1.6;
}

.features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
}

.feature-item::before {
    content: "✓";
    color: #6c63ff;
    margin-right: 10px;
    font-weight: bold;
}

.section-image {
    flex: 1;
    height: 300px;
    background: url('https://images.pexels.com/photos/6489083/pexels-photo-6489083.jpeg') no-repeat center;
    background-size: cover;
    transition: transform 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.section-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.quote-btn {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5;
    color: #2c2c6c;
    border: 1px solid #2c2c6c;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.quote-btn:hover {
    background-color: #2c2c6c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.quote-btn-circle {
    width: 20px;
    height: 20px;
    background-color: #6c63ff;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.quote-btn:hover .quote-btn-circle {
    background-color: white;
}

.quote-btn-circle::after {
    content: "→";
    color: white;
    font-size: 0.9rem;
}

.quote-btn:hover .quote-btn-circle::after {
    color: #2c2c6c;
}

/* Highlight Section */
.highlight-section {
    background-color: #2c2c6c;
    color: white;
    padding: 60px;
    display: flex;
    gap: 40px;
}

.highlight-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    flex: 1;
}

.highlight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.highlight-image:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.highlight-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.highlight-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
}

.highlight-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #6c63ff;
}

.highlight-text {
    margin-bottom: 30px;
    line-height: 1.6;
}

.quote-btn-light {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.quote-btn-light:hover {
    background-color: white;
    color: #2c2c6c;
}

.quote-btn-light .quote-btn-circle {
    background-color: white;
}

.quote-btn-light .quote-btn-circle::after {
    color: #2c2c6c;
}

.quote-btn-light:hover .quote-btn-circle {
    background-color: #2c2c6c;
}

.quote-btn-light:hover .quote-btn-circle::after {
    color: white;
}

/* Chat Bubble */
.chat-bubble {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #2c2c6c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
}

.chat-bubble:hover {
    transform: scale(1.1);
    background-color: #6c63ff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.chat-bubble.active {
    transform: scale(1.1);
    background-color: #6c63ff;
}

/* Light Background Section */
.light-bg {
    background-color: #f5f5f5;
}

/* Image Grids */
.murs-images,
.sdb-images,
.garage-images {
    flex: 1;
    display: grid;
    grid-gap: 10px;
}

.murs-images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.murs-image {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    min-height: 150px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.murs-image:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.murs-image-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-image: url('https://images.pexels.com/photos/276583/pexels-photo-276583.jpeg');
}

.murs-image-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background-image: url('https://images.pexels.com/photos/1457842/pexels-photo-1457842.jpeg');
}

.murs-image-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    background-image: url('https://images.pexels.com/photos/2082087/pexels-photo-2082087.jpeg');
}

.sdb-images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.sdb-image {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    min-height: 150px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sdb-image:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.sdb-image-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    background-image: url('https://images.pexels.com/photos/6585764/pexels-photo-6585764.jpeg');
}

.sdb-image-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background-image: url('https://images.pexels.com/photos/7061071/pexels-photo-7061071.jpeg');
}

.sdb-image-3 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    background-image: url('https://images.pexels.com/photos/6969866/pexels-photo-6969866.jpeg');
}

.garage-images {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}

.garage-image {
    background-size: cover;
    background-position: center;
    min-height: 150px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.garage-image:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.garage-image-1 {
    grid-row: 1 / 2;
    background-image: url('https://images.pexels.com/photos/210557/pexels-photo-210557.jpeg');
}

.garage-image-2 {
    grid-row: 2 / 3;
    background-image: url('https://images.pexels.com/photos/5490302/pexels-photo-5490302.jpeg');
}

/* New Sections Styles */
.section-white {
    background-color: white;
    color: #352a78;
    margin-bottom: 5px;
}

.section-purple {
    background-color: #352a78;
    color: white;
    margin-bottom: 5px;

}

.section-content2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 40px;
}

/* Text Content */
.text-content {
    flex: 1;
    padding: 20px;
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
    color: inherit;
    position: relative;
}

.section-white h2::after,
.section-purple h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: currentColor;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}

.description {
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 15px;
    opacity: 0.9;
}

/* Services List */
.services {
    margin-top: 20px;
    margin-bottom: 30px;
}

.service-item-3,
.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateX(5px);
}

.check-icon {
    color: #7eb8ff;
    margin-right: 10px;
    font-weight: bold;
}

.section-white .check-icon {
    color: #6b5dcd;
}

/* Image Gallery */
.image-gallery {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cuisine-gallery {
    display: flex;
    gap: 12px;
}

.cuisine-gallery .main-image {
    width: 60%;
    height: auto;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cuisine-gallery .side-image {
    width: 35%;
    height: auto;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cuisine-gallery img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.chambre-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 12px;
}

.chambre-gallery .main-image {
    grid-column: 1 / 3;
    grid-row: 1;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.chambre-gallery .side-image1,
.chambre-gallery .side-image2 {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.chambre-gallery img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.bureau-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 12px;
}

.bureau-gallery .main-image {
    grid-column: 1 / 3;
    grid-row: 1;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bureau-gallery .side-image1,
.bureau-gallery .side-image2 {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bureau-gallery img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

img {
    /* border-radius: 5px; */
    object-fit: cover;
}

/* Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    background-color: #352a78;
    color: white;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.section-purple .cta-button {
    background-color: white;
    color: #352a78;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.button-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #6b5dcd;
    color: white;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 14px;
}

.section-purple .button-icon {
    background-color: #352a78;
    color: white;
}

.section-indigo {
    background-color: indigo;
    color: white;
}

.section-indigo .section-title,
.section-indigo .section-text,
.section-indigo .feature-item,
.section-indigo .quote-btn {
    color: white;
}

.section-indigo .quote-btn {
    border: 1px solid white;
    background-color: transparent;
}

.section-indigo .quote-btn:hover {
    background-color: white;
    color: indigo;
}

.section-indigo .quote-btn-circle {
    background-color: white;
}


.ceiling-section {
    background-color: #1a1a80;
    color: white;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.ceiling-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    gap: 30px;
}

.ceiling-gallery {
    display: grid;
    grid-template-areas:
        "main column"
        "bottom column";
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    flex: 1 1 60%;
}

.ceiling-main-img {
    grid-area: main;
}

.ceiling-column-imgs {
    grid-area: column;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ceiling-bottom-img {
    grid-area: bottom;
}

.ceiling-gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.ceiling-info {
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.ceiling-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ceiling-description {
    font-size: 16px;
    line-height: 1.6;
}

.ceiling-btn {
    background-color: white;
    color: #1a1a80;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ceiling-btn-dot {
    width: 10px;
    height: 10px;
    background-color: #1a1a80;
    border-radius: 50%;
}


.salon-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Image Gallery */
.salon-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.salon-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* Info Section */
.salon-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.salon-title {
    color: #3a2b84;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.salon-description {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 450px;
}

.salon-prestations h4 {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.salon-prestations ul {
    list-style: none;
}

.salon-prestations li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.salon-prestations li::before {
    content: "✓";
    color: #3a2b84;
    background-color: #e8e5f7;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
}

.calculate-button {
    background-color: #3a2b84;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 20px;
}

.calculate-button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233a2b84'%3E%3Cpath d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

/* Trust Section */
.trust-section {
    margin-bottom: 30px;
}

.trust-title {
    margin-top: 15px;
    color: #3a2b84;
    font-size: 30px;
    margin-bottom: 20px;
}

.trust-features {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.trust-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-icon sm-mx-0 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f0eeff;
}

.trust-icon sm-mx-0 svg {
    width: 24px;
    height: 24px;
    fill: #3a2b84;
}

.trust-text {
    font-size: 13px;
    color: #3a2b84;
    font-weight: 600;
}

/* Quote Form */
.quote-form-section {
    background-color: #3a2b84;
    padding: 30px;
    border-radius: 15px;
    color: white;
}

.quote-form-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.form-grid .form-full {
    grid-column: span 2;
}

.form-control {
    position: relative;
}

.form-control select,
.form-control input,
.form-control textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.form-control select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7,10L12,15L17,10H7Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}

.form-control textarea {
    min-height: 100px;
    resize: vertical;
}

.form-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.form-submit button {
    background-color: white;
    color: #3a2b84;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.form-submit button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #3a2b84;
    border-radius: 50%;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .salon-gallery {
        grid-template-columns: 1fr;
    }

    .trust-features {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-grid .form-full {
        grid-column: span 1;
    }
}





/* style amenagement interieur */


/* Bureau Section */
.bureau-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.bureau-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.bureau-text {
    padding-right: 40px;
}

.bureau-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 30px;
    line-height: 1.2;
}

.bureau-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4A5568;
    margin-bottom: 40px;
    font-weight: 400;
}

.cta-estimate {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgb(49, 39, 131);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.cta-estimate:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4);
}

.arrow-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.cta-estimate:hover .arrow-icon {
    transform: translateX(5px);
}

/* Gallery Grid */
.bureau-gallery {
    position: relative;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    height: 500px;
}

.gallery-item {
    /* border-radius: 15px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.item-1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.item-2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.item-3 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.item-4 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

/* Animation d'apparition */
.bureau-text {
    animation: fadeInLeft 1s ease-out;
}

.gallery-item {
    animation: fadeInRight 1s ease-out;
}

.gallery-item:nth-child(1) {
    animation-delay: 0.1s;
}

.gallery-item:nth-child(2) {
    animation-delay: 0.2s;
}

.gallery-item:nth-child(3) {
    animation-delay: 0.3s;
}

.gallery-item:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Bureau Section */
@media (max-width: 1024px) {
    .bureau-content {
        gap: 60px;
    }

    .bureau-title {
        font-size: 2.5rem;
    }

    .gallery-grid {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .bureau-section {
        padding: 60px 0;
    }

    .bureau-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .bureau-text {
        padding-right: 0;
    }

    .bureau-title {
        font-size: 2.2rem;
    }

    .bureau-description {
        font-size: 1rem;
    }

    .gallery-grid {
        height: 350px;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .bureau-title {
        font-size: 1.8rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        height: 600px;
    }

    .item-1,
    .item-2,
    .item-3,
    .item-4 {
        grid-column: 1;
    }

    .item-1 {
        grid-row: 1;
    }

    .item-2 {
        grid-row: 2;
    }

    .item-3 {
        grid-row: 3;
    }

    .item-4 {
        grid-row: 4;
    }
}

/* Chambre Section */
.chambre-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #4C1D95 0%, #6366F1 100%);
    color: white;
}

.chambre-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.chambre-text {
    padding-left: 40px;
}

.chambre-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    line-height: 1.2;
}

.chambre-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-weight: 400;
}

.cta-estimate-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #4C1D95;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-estimate-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: #f8fafc;
}

.cta-estimate-white .arrow-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.cta-estimate-white:hover .arrow-icon {
    transform: translateX(5px);
}

/* Chambre Gallery Grid */
.chambre-gallery {
    position: relative;
}

.chambre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    height: 450px;
}

.chambre-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    height: 100%;
}

.chambre-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.chambre-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.chambre-item:hover img {
    transform: scale(1.05);
}

.chambre-item.item-1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.chambre-item.item-2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.chambre-item.item-3 {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
}

/* Animation chambre */
.chambre-text {
    animation: fadeInRight 1s ease-out;
}

.chambre-item {
    animation: fadeInLeft 1s ease-out;
}

.chambre-item:nth-child(1) {
    animation-delay: 0.1s;
}

.chambre-item:nth-child(2) {
    animation-delay: 0.2s;
}

.chambre-item:nth-child(3) {
    animation-delay: 0.3s;
}

/* Responsive Chambre Section */
@media (max-width: 1024px) {
    .chambre-content {
        gap: 60px;
    }

    .chambre-title {
        font-size: 2.5rem;
    }

    .chambre-grid {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .chambre-section {
        padding: 60px 0;
    }

    .chambre-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .chambre-text {
        padding-left: 0;
        order: -1;
    }

    .chambre-title {
        font-size: 2.2rem;
    }

    .chambre-description {
        font-size: 1rem;
    }

    .chambre-grid {
        height: 350px;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .chambre-title {
        font-size: 1.8rem;
    }

    .chambre-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        height: 500px;
    }

    .chambre-item.item-1 {
        grid-column: 1;
        grid-row: 1;
    }

    .chambre-item.item-2 {
        grid-column: 1;
        grid-row: 2;
    }

    .chambre-item.item-3 {
        grid-column: 1;
        grid-row: 3;
    }
}

/* Cuisine Section */
.cuisine-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.cuisine-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.cuisine-text {
    padding-right: 40px;
}

.cuisine-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 30px;
    line-height: 1.2;
}

.cuisine-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4A5568;
    margin-bottom: 40px;
    font-weight: 400;
}

/* Cuisine Gallery Grid */
.cuisine-gallery {
    position: relative;
}

.cuisine-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    height: 480px;
}

.cuisine-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.cuisine-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cuisine-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cuisine-item:hover img {
    transform: scale(1.05);
}

.cuisine-item.item-1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.cuisine-item.item-2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.cuisine-item.item-3 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.cuisine-item.item-4 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

/* Animation cuisine */
.cuisine-text {
    animation: fadeInLeft 1s ease-out;
}

.cuisine-item {
    animation: fadeInRight 1s ease-out;
}

.cuisine-item:nth-child(1) {
    animation-delay: 0.1s;
}

.cuisine-item:nth-child(2) {
    animation-delay: 0.2s;
}

.cuisine-item:nth-child(3) {
    animation-delay: 0.3s;
}

.cuisine-item:nth-child(4) {
    animation-delay: 0.4s;
}

/* Responsive Cuisine Section */
@media (max-width: 1024px) {
    .cuisine-content {
        gap: 60px;
    }

    .cuisine-title {
        font-size: 2.5rem;
    }

    .cuisine-grid {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .cuisine-section {
        padding: 60px 0;
    }

    .cuisine-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .cuisine-text {
        padding-right: 0;
    }

    .cuisine-title {
        font-size: 2.2rem;
    }

    .cuisine-description {
        font-size: 1rem;
    }

    .cuisine-grid {
        height: 350px;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .cuisine-title {
        font-size: 1.8rem;
    }

    .cuisine-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        height: 600px;
    }

    .cuisine-item.item-1,
    .cuisine-item.item-2,
    .cuisine-item.item-3,
    .cuisine-item.item-4 {
        grid-column: 1;
    }

    .cuisine-item.item-1 {
        grid-row: 1;
    }

    .cuisine-item.item-2 {
        grid-row: 2;
    }

    .cuisine-item.item-3 {
        grid-row: 3;
    }

    .cuisine-item.item-4 {
        grid-row: 4;
    }
}

/* Combles Section */
.combles-section {
    padding: 100px 0;
    background-color: #f1f5f9;
}

.combles-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.combles-text {
    padding-left: 40px;
}

.combles-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 30px;
    line-height: 1.2;
}

.combles-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4A5568;
    margin-bottom: 40px;
    font-weight: 400;
}

/* Combles Gallery Grid */
.combles-gallery {
    position: relative;
}

.combles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    height: 420px;
}

.combles-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.combles-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.combles-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.combles-item:hover img {
    transform: scale(1.05);
}

.combles-item.item-1 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
}

.combles-item.item-2 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.combles-item.item-3 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

/* Animation combles */
.combles-gallery {
    animation: fadeInLeft 1s ease-out;
}

.combles-text {
    animation: fadeInRight 1s ease-out;
}

.combles-item:nth-child(1) {
    animation-delay: 0.1s;
}

.combles-item:nth-child(2) {
    animation-delay: 0.2s;
}

.combles-item:nth-child(3) {
    animation-delay: 0.3s;
}

/* Responsive Combles Section */
@media (max-width: 1024px) {
    .combles-content {
        gap: 60px;
    }

    .combles-title {
        font-size: 2.5rem;
    }

    .combles-grid {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .combles-section {
        padding: 60px 0;
    }

    .combles-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .combles-text {
        padding-left: 0;
        order: -1;
    }

    .combles-title {
        font-size: 2.2rem;
    }

    .combles-description {
        font-size: 1rem;
    }

    .combles-grid {
        height: 300px;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .combles-title {
        font-size: 1.8rem;
    }

    .combles-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        height: 450px;
    }

    .combles-item.item-1 {
        grid-column: 1;
        grid-row: 1;
    }

    .combles-item.item-2 {
        grid-column: 1;
        grid-row: 2;
    }

    .combles-item.item-3 {
        grid-column: 1;
        grid-row: 3;
    }
}

/* Garage Section */
.garage-section {
    padding: 100px 0;
    background-color: #F1F5F8;
}

.garage-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.garage-text {
    padding-right: 40px;
    padding-left: 60px;
}

.garage-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 30px;
    line-height: 1.2;
    padding-left: 66px;
}

.garage-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #312783;
    margin-bottom: 40px;
    font-weight: 400;
    padding-left: 66px;
}

@media (max-width: 768px) {
    .garage-description {
        padding-left: 10px !important;
    }
}



/* Garage Gallery */
.garage-gallery {
    position: relative;
    padding-right: 60px;
}

.garage-image {
    width: 100%;
    /* height: 600px; */
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.garage-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.garage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.garage-image:hover img {
    transform: scale(1.05);
}

/* Animation garage */
.garage-text {
    animation: fadeInLeft 1s ease-out;
}

.garage-image {
    animation: fadeInRight 1s ease-out;
    animation-delay: 0.2s;
}

/* Responsive Garage Section */
@media (max-width: 1024px) {
    .garage-content {
        gap: 60px;
    }

    .garage-title {
        font-size: 2.5rem;
        padding-left: 10px;

    }

    .garage-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .garage-section {
        padding: 60px 0;
    }

    .garage-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: start;
    }

    .garage-text {
        padding-right: 0;
        padding-left: 10px;
    }

    .garage-title {
        font-size: 2.2rem;
    }

    .garage-description {
        font-size: 1rem;
    }

    .garage-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .garage-title {
        font-size: 1.8rem;
    }

    .garage-image {
        height: 400px;
        width: 400px;
    }
}

/* Section Dressing avec arrière-plan blanc */
.dressing-section {
    padding: 100px 0;
    background-color: white;
}

.dressing-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.dressing-gallery {
    flex: 1;
}

.dressing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    height: 450px;
}

.dressing-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dressing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.dressing-item.item-1,
.dressing-item.item-2 {
    height: 200px;
}

.dressing-item.item-3 {
    grid-column: 1 / -1;
    height: 250px;
}

.dressing-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dressing-item:hover img {
    transform: scale(1.05);
}

.dressing-text {
    flex: 1;
    max-width: 500px;
}

.dressing-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 30px;
    line-height: 1.2;
}

.dressing-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4B5563;
    margin-bottom: 40px;
}

.cta-estimate-white {
    background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.cta-estimate-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.4);
    background: linear-gradient(135deg, #1E40AF 0%, #2563EB 100%);
}

.cta-estimate-white .arrow-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.cta-estimate-white:hover .arrow-icon {
    transform: translateX(5px);
}

/* Responsive pour la section Dressing */
@media (max-width: 1024px) {
    .dressing-content {
        flex-direction: column;
        gap: 60px;
        text-align: center;
    }

    .dressing-title {
        font-size: 2.5rem;
    }

    .dressing-grid {
        height: 400px;
    }

    .dressing-item.item-1,
    .dressing-item.item-2 {
        height: 180px;
    }

    .dressing-item.item-3 {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .dressing-section {
        padding: 80px 0;
    }

    .dressing-content {
        gap: 40px;
    }

    .dressing-title {
        font-size: 2rem;
    }

    .dressing-description {
        font-size: 1rem;
    }

    .dressing-grid {
        grid-template-columns: 1fr;
        height: auto;
        gap: 15px;
    }

    .dressing-item.item-1,
    .dressing-item.item-2,
    .dressing-item.item-3 {
        grid-column: 1;
        height: 200px;
    }
}

/* Section Escalier et Verrière avec fond violet */
.escalier-verriere-section {
    background: rgb(49, 39, 131);
    padding: 100px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.escalier-verriere-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Escalier */
.escalier-content {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.escalier-content.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.escalier-gallery {
    flex: 1;
    max-width: 450px;
}

.escalier-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 200px 150px;
    gap: 12px;
    height: 362px;
}

.escalier-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.escalier-item.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

.escalier-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.escalier-item.item-1 {
    grid-column: 1 / -1;
    grid-row: 1;
}

.escalier-item.item-2 {
    grid-column: 1;
    grid-row: 2;
}

.escalier-item.item-3 {
    grid-column: 2;
    grid-row: 2;
}

.escalier-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.escalier-item:hover img {
    transform: scale(1.05);
}

.escalier-text {
    flex: 1;
    max-width: 500px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.escalier-text.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

.escalier-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    line-height: 1.1;
}

.escalier-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

/* Section Verrière */
.verriere-content {
    display: flex;
    align-items: center;
    gap: 80px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.verriere-content.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.verriere-text {
    flex: 1;
    max-width: 500px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.verriere-text.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

.verriere-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    line-height: 1.1;
}

.verriere-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

.verriere-gallery {
    flex: 1;
    max-width: 450px;
}

.verriere-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 200px 150px;
    gap: 12px;
    height: 362px;
}

.verriere-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.verriere-item.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

.verriere-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.verriere-item.item-1 {
    grid-column: 1 / -1;
    grid-row: 1;
}

.verriere-item.item-2 {
    grid-column: 1;
    grid-row: 2;
}

.verriere-item.item-3 {
    grid-column: 2;
    grid-row: 2;
}

.verriere-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.verriere-item:hover img {
    transform: scale(1.05);
}

/* Boutons CTA pour fond violet */
.cta-estimate-purple {
    background: rgb(49, 39, 131);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.cta-estimate-purple:hover {
    background: rgb(49, 39, 131);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.cta-estimate-purple .arrow-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.cta-estimate-purple:hover .arrow-icon {
    transform: translateX(5px);
}

/* Effet ripple */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: rippleEffect 0.6s linear;
    pointer-events: none;
}

@keyframes rippleEffect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Responsive */
@media (max-width: 1024px) {

    .escalier-content,
    .verriere-content {
        flex-direction: column;
        gap: 60px;
        text-align: center;
    }

    .escalier-content {
        margin-bottom: 100px;
    }

    .escalier-title,
    .verriere-title {
        font-size: 2.8rem;
    }

    .escalier-grid,
    .verriere-grid {
        height: 320px;
        grid-template-rows: 180px 130px;
    }
}

@media (max-width: 768px) {
    .escalier-verriere-section {
        padding: 80px 0;
    }

    .escalier-content {
        margin-bottom: 80px;
        gap: 40px;
    }

    .verriere-content {
        gap: 40px;
    }

    .escalier-title,
    .verriere-title {
        font-size: 2.2rem;
    }

    .escalier-description,
    .verriere-description {
        font-size: 1rem;
    }

    .escalier-grid,
    .verriere-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 200px);
        height: auto;
        gap: 15px;
    }

    .escalier-item.item-1,
    .escalier-item.item-2,
    .escalier-item.item-3,
    .verriere-item.item-1,
    .verriere-item.item-2,
    .verriere-item.item-3 {
        grid-column: 1;
    }

    .escalier-item.item-1,
    .verriere-item.item-1 {
        grid-row: 1;
    }

    .escalier-item.item-2,
    .verriere-item.item-2 {
        grid-row: 2;
    }

    .escalier-item.item-3,
    .verriere-item.item-3 {
        grid-row: 3;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .escalier-content,
    .verriere-content,
    .escalier-item,
    .verriere-item,
    .escalier-text,
    .verriere-text {
        animation: none;
        transition: none;
    }

    .escalier-content,
    .verriere-content {
        opacity: 1;
        transform: none;
    }

    .escalier-item,
    .verriere-item,
    .escalier-text,
    .verriere-text {
        opacity: 1;
        transform: none;
    }
}









/*   style page A propos  */






.profession {
    background: linear-gradient(135deg, #312783 0%, #312783 100%);
    padding: 60px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.profession::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.profession-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.profession-image {
    position: relative;
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;


}


.profession-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}


.profession-description {
    font-size: 16px;
    margin-bottom: 32px;
    opacity: 0.95;
    line-height: 1.6;
}

.specialties-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #e0e7ff;
}

.services-list {
    list-style: none;
}

.services-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.services-list li:hover {
    transform: translateX(8px);
    opacity: 1;
}

.services-list li::before {
    content: '✓';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: white;
    font-weight: bold;
    font-size: 12px;
    margin-top: 2px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

/* Responsive Design */
@media (max-width: 968px) {
    .profession-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .profession-content h2 {
        font-size: 2rem;
        /* text-align: center; */
    }
}

@media (max-width: 768px) {
    .profession {
        padding: 50px 0;
    }

    .profession-content h2 {
        font-size: 1.8rem;
    }

    /* .profession-content p {
        text-align: center;
    } */

    .profession-description {
        font-size: 1rem;
    }

    .profession-image img {
        height: 500px;
        max-width: 850px;
        width: 100%;

    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .profession-content h2 {
        font-size: 1.8rem;

    }

    .services-list li {
        font-size: 0.9rem;
    }

    .btn {
        padding: 12px 24px;
        font-size: 1rem;
    }
}

/* Additional hover effects for the image */
.profession-image {
    transition: transform 0.3s ease;
}

.profession-image:hover {
    transform: scale(1.02);
}

.profession-image img {
    transition: filter 0.3s ease;
}

.profession-image:hover img {
    filter: brightness(1.1);
}

.feco-team-section {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.feco-content {
    padding-right: 20px;
}

.feco-main-title {
    color: #312783;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.3;
}

.feco-description {
    color: #312783;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.feco-commitments-title {
    color: #312783;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feco-commitments-list {
    list-style: none;
}

.feco-commitments-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2px;
    padding: 4px 0;
    color: #312783;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.3s ease;

}

.feco-commitments-list li:hover {
    transform: translateX(8px);
    opacity: 1;
}

.feco-commitments-list li:before {
    content: "✓";
    color: #312783;
    font-size: 18px;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

.feco-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 100%;
}

.feco-gallery-item {
    overflow: hidden;
    position: relative;
}

.feco-gallery-item:first-child {
    grid-row: 1 / 2;
}

.feco-gallery-item:nth-child(2) {
    grid-row: 1 / 3;
}

.feco-gallery-item:last-child {
    grid-row: 2 / 3;
}

.feco-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;

}


/* Placeholder for images */
.feco-gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0.1;
}

.feco-gallery-item:first-child::after {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.feco-gallery-item:nth-child(2)::after {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.feco-gallery-item:last-child::after {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

/* Placeholder content for demo */
.feco-gallery-item {
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 768px) {
    .feco-team-section {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 20px;
    }

    .feco-content {
        padding-right: 0;
    }

    .feco-main-title {
        font-size: 26px;
    }

    .feco-description {
        font-size: 15px;
    }

    .feco-gallery {
        height: 300px;
    }
}

/* Section Pourquoi nous faire confiance - Design amélioré */
.trust-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.trust-title {
    text-align: start;
    color: #312783;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
}

/* .trust-title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #e63946;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
} */

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.trust-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 8px;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: white;
}

.trust-icon sm-mx-0 {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.trust-item:hover .trust-icon sm-mx-0 {
    transform: scale(1.1);
}

.trust-icon sm-mx-0 img {
    width: 35px;
    height: auto;
}

.trust-icon sm-mx-0 i {
    color: white;
    font-size: 28px;
}

.trust-item h3 {
    color: #312783;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    transition: all 0.3s ease;
    line-height: 1.3;
}



/* Responsive */
@media (max-width: 1200px) {
    .trust-grid {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }

    .trust-section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .trust-title {
        font-size: 30px;
        margin-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trust-title {
        font-size: 28px;
    }

    .trust-section {
        padding: 60px 0;
    }
}


/* end style page A propos */








/* CSS pour la section portfolio  page accueil  */

.text-dark-purple {
    color: #3e2a84;
    /* ou la couleur exacte de ton design */
}

.portfolio-filter li a {
    padding: 8px 16px;
    border-radius: 20px;
    /* background: #f5f5f5; */
    color: #3e2a84;
    text-decoration: none;
    transition: all 0.3s ease;
}

.portfolio-filter li.active a {
    background-color: #D0CDE2;
    color: var(--base-color);
}






/* css Portfolio page d'accuei*/



.portfolio-box {
    position: relative;
    overflow: hidden;
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96, 78, 158, 0.5);
    /* Plus doux et plus transparent */
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.4s ease;
    /* border-radius: 6px; */
    text-align: left;

}

.portfolio-box:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay h5 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.portfolio-overlay p {
    font-size: 14px;
    margin: 0;
}




/*  css logo **/

.logo-main {
    height: auto;
    max-height: 50px;
    /* Ajustez selon vos besoins */
    transition: opacity 0.3s ease;
    width: auto;
}








/*------css fléche navbar----*/

.align-icon {
    position: relative;
    top: 4px;
    /* ajuste ici pour descendre ou monter */
    margin-left: 3px;
}





/* modifs css 1er section index */


@media (max-width: 768px) {
    .renovation-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        height: auto;
        gap: 15px;
        margin-bottom: 40px;
        /* ✅ Ajout pour espacer du bas */
    }

    .gallery-item {
        height: 300px;
    }

    .gallery-item.vertical {
        grid-column: 1;
        grid-row: 3;
        height: 350px;
    }
}

/* Style pour l'image unique qui remplace les deux images  page RENOVATIONEXTERIEURE */
.image-grid-extend .image-card.single-tall {
    grid-row: span 2;
    /* Occupe la hauteur des deux images */
    height: 100%;

}

.image-card.single-tall .image-placeholder {
    height: 100%;
    max-height: 1250px;
}

.image-card.single-tall .image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}






/* pagination page realisations */

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    /* ou flex-start pour aligner à gauche */
    gap: 12px;
    font-family: "Montserrat", sans-serif;
    margin-top: 40px;
}

.page-num {
    color: #312783;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.page-num:hover {
    color: #1e1564;
    /* couleur plus foncée au survol */
}

.page-num.active {
    font-weight: bold;
}

.line-separator {
    width: 30px;
    height: 1px;
    background-color: #312783;
    opacity: 0.6;
}



/*--------------------------*/



.contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    align-items: start;
}

.contact-form-area {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-question-header {
    color: #e74c3c;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-main-title {
    color: #4a4a7a;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}

.contact-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-field-group {
    position: relative;
}

.contact-field-group.contact-full-width {
    grid-column: 1 / -1;
}

.contact-field-input {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 16px;
    background: #fafafa;
    transition: all 0.3s ease;
    outline: none;
}

.contact-field-input:focus {
    border-color: #6c5ce7;
    background: white;
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.1);
}

.contact-field-input::placeholder {
    color: #999;
    font-weight: 400;
}

.contact-message-textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

.contact-submit-button {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    gap: 10px;
}


.contact-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
}

.contact-submit-button:active {
    transform: translateY(0);
}

.contact-arrow-symbol {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c5ce7;
    font-weight: bold;
}

.contact-info-sidebar {
    background: linear-gradient(135deg, #312783 0%, #312783 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.contact-info-sidebar::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: contact-float 6s ease-in-out infinite;
}

@keyframes contact-float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.contact-info-block {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.contact-info-block:last-child {
    margin-bottom: 0;
}

.contact-info-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

.contact-social-container {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.contact-social-button {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.contact-social-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.contact-chat-bubble {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-fields-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-area {
        padding: 30px 20px;
    }

    .contact-info-sidebar {
        padding: 30px 20px;
    }
}




/* css Rénovation énergétique  */





/* Animation au chargement */
.realisations-hero-title {
    animation: fadeInUp 1s ease-out 0.3s both;
}

.breadcrumbs {
    animation: fadeInDown 1s ease-out 0.5s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Effet hover sur les breadcrumbs */
.breadcrumbs a {
    position: relative;
}

.breadcrumbs a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.breadcrumbs a:hover::after {
    width: 100%;
}

/* Styles mis à jour pour la section chauffage */
.heating-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ps-5rem {
    padding-left: 5rem !important;
}

.section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

/* Left Column - Text Content */
.text-content {
    padding-right: 2rem;
}

.section-title {
    font-size: 2.2rem;
    color: #312783;
    /* Couleur violette comme dans l'image */
    font-weight: 600;
    margin-bottom: 3rem;
    line-height: 1.3;
}

/* Nouvelle mise en page pour les éléments de service */
.service-item-3,
.service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    /* max-width: 250px; */
}

/* Suppression de service-header qui n'est plus nécessaire */

/* Icon Styles - Carrés arrondis violets comme dans l'image */
.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
}

.service-item:hover .service-icon {
    transform: scale(1.05);
}

/* SVG Icons en blanc */
.icon-boiler,
.icon-heating,
.icon-water-heater {
    width: 54px;
    height: 54px;

    stroke: #ffffff;
    /* Icônes blanches */
    stroke-width: 2;
    border-right: 1px solid var(--base-color);
    border-radius: 10px;
    border-left: 1px solid var(--base-color);
}

.service-title {
    font-size: 1.25rem;
    color: #312783;
    /* Violet pour les titres */
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.service-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Mise en page des services en grille */
.text-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.service-item-3,
.section-title {
    grid-column: 1 / -1;
}

/* Make the third service item span full width */
.service-item:nth-child(4) {
    grid-column: 1;
    max-width: 100%;
    margin: 0 auto;
}

.cta-container {
    grid-column: 1 / -1;
    margin-top: 2rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .text-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .text-content {
        grid-template-columns: 1fr;
    }

    .service-item-3,
    .service-item {
        max-width: 100%;
    }
}

.service-content {
    flex: 1;
}

.service-title {
    font-size: 1.25rem;
    color: #312783;
    /* Violet pour les titres */
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service-description {
    color: #666;
    font-size: 0.95rem;
    text-align: left !important;
}

/* CTA Button */
.cta-container {
    margin-top: 3rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #312783;
    color: white;
    padding: 12px 24px;
    border: 2px solid #312783;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-button:hover {
    background-color: white;
    color: #312783;
}

.cta-arrow {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.cta-button:hover .cta-arrow {
    transform: translateX(3px);
}

/* Right Column - Images */
.images-content {
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 1rem;
    height: auto;
}

.image-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.main-image {
    width: 100%;
    max-height: 355px;
    object-fit: cover;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    /* margin-top: 1rem; */
}

.grid-image {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

/* Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-item-3,
.service-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInStaggered 0.5s ease forwards;
}

.service-item:nth-child(1) {
    animation-delay: 0.2s;
}

.service-item:nth-child(2) {
    animation-delay: 0.4s;
}

.service-item:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeInStaggered {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .text-content {
        padding-right: 0;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 768px) {
    .heating-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .icon-boiler,
    .icon-heating,
    .icon-water-heater {
        width: 24px;
        height: 24px;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }

    .main-image,
    .grid-image {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .heating-section {
        padding: 40px 0;
    }

    .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .service-header {
        gap: 1rem;
    }

    .service-icon {
        width: 45px;
        height: 45px;
    }

    .icon-boiler,
    .icon-heating,
    .icon-water-heater {
        width: 20px;
        height: 20px;
    }
}

/* Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-item-3,
.service-item {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
}

.service-item.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Main climate section styles */

.climate-section1 {
    padding: 80px 0;
    background-color: #312783;
    color: #ffffff;
}

.section-content1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Images content - now on the left */
.images-content1 {
    order: 1;
    /* This moves images to the left */
}

.image-container1 {

    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.image-container1:hover {
    transform: translateY(-5px);
}

.main-image1 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 14px;
}

.grid-image1 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 12px;
    margin-top: 20px;
}

/* Text content - now on the right */
.text-content1 {
    order: 2;
    /* This moves text to the right */

}

.section-title fade-in1 {
    color: #ffffff;
}


.section-title1 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.2;
}

.service-item1 {
    margin-bottom: 2rem;
}

.service-icon1 {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.service-icon1 svg {
    width: 24px;
    height: 24px;
    stroke: #ffffff;
}

.service-title1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.service-description1 {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
}

.cta-container1 {
    margin-top: 2rem;
}

.cta-button1 {
    background-color: #ffffff;
    color: #312783;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.cta-button:hover1 {
    transform: translateY(-2px);
}

.cta-arrow1 {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.cta-button1:hover .cta-arrow {
    transform: translateX(4px);
}

.fade-in1 {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-content1 {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .images-content1 {
        order: 1;
        /* Images first on mobile */
    }

    .text-content1 {
        order: 2;
        /* Text second on mobile */
    }
}

@media (max-width: 768px) {
    .section-title1 {
        font-size: 2rem;
    }

    .service-title1 {
        font-size: 1.25rem;
    }

    .main-image1 {
        height: 250px;
    }

    .grid-image1 {
        height: 180px;
    }
}

/* Common styles for both sections */
.solar-section {
    padding: 84px 84px;
    padding-bottom: 60px;
    background-color: #F1F5F8;
}


.roofing-section {
    padding-left: 84px;
    padding-right: 84px;
    padding-top: 0px;
    padding-bottom: 84px;
    background-color: #F1F5F8;
}

.section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-content.reverse {
    direction: rtl;
}

.section-content.reverse>* {
    direction: ltr;
}

.image-content {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.section-image {
    max-width: 938px;
    max-height: 535px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-content:hover .section-image {
    transform: scale(1.05);
}

.text-content {
    padding: 20px;
}

.category-tag {
    display: inline-block;
    color: #FF0000;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
    position: relative;
    text-align: left;
}

.category-tag::before {
    content: '—';
    margin-right: 8px;
    color: inherit;
}

.section-title {
    font-size: 1.75rem;
    color: #312783;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.section-description {
    color: #312783;
    font-size: 20px;
    margin-bottom: 2rem;
}

/* Replace the existing button styles with: */
.service-button {
    display: inline-flex;
    align-items: center;
    background: white;
    color: #312783;
    padding: 18px 30px;
    padding-right: 70px;
    border: 1px solid #312783;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    min-height: 56px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-button:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-button::after {
    content: '→';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #312783;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.service-button:hover::after {
    background: #252060;
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .image-content {
        height: 300px;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {

    .solar-section,
    .roofing-section {
        padding: 60px 0;
    }

    .image-content {
        height: 250px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 1rem;
    }
}

.trust-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.trust-title {
    text-align: start;
    color: #312783;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
}

/* .trust-title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #e63946;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
} */

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.trust-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 8px;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: white;
}

.trust-icon sm-mx-0 {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.trust-item:hover .trust-icon sm-mx-0 {
    transform: scale(1.1);
}

.trust-icon sm-mx-0 img {
    width: 35px;
    height: auto;
}

.trust-icon sm-mx-0 i {
    color: white;
    font-size: 28px;
}

.trust-item h3 {
    color: #312783;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    transition: all 0.3s ease;
    line-height: 1.3;
}



/* Responsive */
@media (max-width: 1200px) {
    .trust-grid {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }

    .trust-section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .trust-title {
        font-size: 30px;
        margin-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trust-title {
        font-size: 28px;
    }

    .trust-section {
        padding: 60px 0;
    }
}

/* FORM SECTION  */


.form-section {
    background: #312783;
    padding: 72px;
    border-radius: 33px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 80px;
    box-shadow: 0 8px 32px rgba(49, 39, 131, 0.3);
}

.form-title {
    color: white;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 38px;
}

.form-grid {
    display: grid;
    gap: 38px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

input,
textarea {
    padding: 12px 15px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    background: white;
    color: #333;
    transition: all 0.3s ease;
    font-family: inherit;
}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-size: 14px;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

textarea {
    min-height: 80px;
    resize: vertical;
}

.submit-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.submit-btn {
    background: white;
    color: #312783;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.submit-btn:hover {
    background: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn::after {
    content: "→";
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.submit-btn:hover::after {
    transform: translateX(2px);
}

@media (max-width: 600px) {
    .form-section {
        padding: 25px 20px;
        margin: 20px 10px;
        border-radius: 25px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-title {
        font-size: 18px;
    }
}




/*      effet souligné page amenag exter           */







.section-intro {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* padding-left: 66px; */
}

/* Media query pour annuler le padding-left en version mobile */
@media (max-width: 767.98px) {
    .section-intro {
        padding-left: 20px !important;
    }
}

.section-line {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: red;
    /* ou autre couleur adaptée à ton fond */
    margin-right: 10px;
}

.section-lead {
    font-size: 14px;
    color: red;
    /* adapte selon ton design */
    margin: 0;

}




.section-title {
    text-decoration: none;
    border-bottom: none;
}

.section-title::after {
    display: none;
}




/* grid css images  */


.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
}

.image-card {
    overflow: hidden;
    /* border-radius: 15px; */
    height: 100%;
}

.image-card.tall {
    grid-row: span 2;
    height: 100%;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

/* Responsive : tablette */
@media (max-width: 991px) {
    .image-grid {
        grid-template-columns: 1fr !important;
        grid-auto-rows: auto;
    }

    .image-card.tall {
        grid-row: auto;
    }
}

/* Responsive : mobile */
@media (max-width: 576px) {
    .image-grid {
        gap: 15px;
    }

    .image-card {
        height: auto;
    }

    .image-placeholder img {
        height: auto;
    }
}





/* ajustement du contenu avec les images page Aménagement extérieur */




.section-title {
    font-size: 3.5rem;
    /* Au lieu de 2.5rem */
    font-weight: 700;
    margin-bottom: 2rem;
}

.section-subtitle {
    font-size: 1.4rem;
    /* Au lieu de 1.1rem */
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: var(--base-color);
}

.mt-10 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    padding-top: 40px;
}

/* end   ajustement du contenu avec les images page Aménagement extérieur    */




.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--base-color);
}

/* Media query pour annuler le padding-left en version mobile */
@media (max-width: 767.98px) {
    .check-list {
        padding-left: 10px !important;
    }
}

.text-primary-title {
    color: #003366;
    /* même couleur que ton <h2> Portail */
}

.services-subtitle {
    color: #312783;
    padding-left: 66px;
}

/* Media query pour annuler le padding-left en version mobile */
@media (max-width: 767.98px) {
    .services-subtitle {
        padding-left: 10px !important;
    }
}





/*   css section escalier page aménagement extérieur        */


.image-grid-escalier {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 colonnes */
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.image-grid-escalier .image-card {
    /* height: 350px; */
    /* Ajuste à la taille souhaitée */
    overflow: hidden;
    /* border-radius: 10px; */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);

}

.image-grid-escalier .image-full-width {
    grid-column: span 2;
    /* height: 350px; */
    /* plus grande image au-dessus */
    width: 100%;

}

.image-grid-escalier img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    gap: 0.5rem;
}




/* Grille par défaut (desktop) déjà définie */

@media (max-width: 992px) {

    /* Tablette */
    .image-grid-escalier {
        grid-template-columns: 1fr;
        /* une seule colonne */
    }

    .image-grid-escalier .image-full-width {
        grid-column: span 1;
        height: 200px;
        /* réduit un peu sur tablette */
    }

    .image-grid-escalier .image-card {
        height: 180px;
    }
}

@media (max-width: 576px) {

    /* Mobile */
    .image-grid-escalier .image-full-width {
        height: 180px;
    }

    .image-grid-escalier .image-card {
        height: 160px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .btn-outline-custom {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}


/*   end  css section escalier/verrirer page aménagement extérieur       important ce code  */

.image-grid-extend .image-card {
    height: 250px;
    /* ou 220px selon ton besoin */
}

.image-grid-extend .image-card.tall {
    height: 520px;
    /* légèrement plus haute pour équilibrer */
}

.image-grid-extend img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}




/* Bouton "Prendre rendez-vous" (version desktop) */
.header-button a {
    display: inline-block;
    white-space: nowrap;
    /* Empêche le retour à la ligne */
    padding: 12px 24px;
    /* Espace intérieur du bouton */
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    /* Forme bien arrondie */
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* Bordure blanche semi-transparente */
    color: #ffffff;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.header-button a:hover {
    background-color: #ffffff;
    color: #312783;
    /* Bleu foncé (couleur de ton fond) */
}





/* Corriger les éléments du menu principal */
.navbar-nav>li {
    white-space: nowrap;
    /* Ne pas couper les mots */
    margin: 0 12px;
    /* Espacement horizontal */
    display: flex;
    align-items: center;
    /* Aligne verticalement */
}

/* Les liens du menu */
.navbar-nav>li>a.nav-link {
    padding: 10px 0;
    /* Espacement haut/bas du lien */
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

/* Aligner tout le menu au milieu verticalement */
.navbar-collapse {
    display: flex !important;
    align-items: center;
}



/* ✅ Ajustements pour les petits écrans d’ordinateurs (entre 992px et 1280px) */
@media (min-width: 992px) and (max-width: 1280px) {
    .navbar-nav>li {
        margin: 0 8px;
        /* Réduit l’espacement horizontal */
    }

    .navbar-nav>li>a.nav-link {
        font-size: 14px;
        /* Réduit légèrement la taille de police */
        white-space: nowrap;
        /* Force le texte sur une seule ligne */
    }

    .header-button a {
        padding: 10px 18px;
        /* Réduit la taille du bouton */
        font-size: 14px;
        white-space: nowrap;
    }

    .navbar-brand img {
        max-width: 120px;
        /* Réduit un peu le logo si nécessaire */
    }
}









/* Logo : taille adaptative */
.logo-main {
    max-height: 50px;
    /* taille par défaut */
}

@media (max-width: 991.98px) {

    /* < lg */
    .logo-main {
        max-height: 40px;
    }
}



/* Bouton "Prendre rendez-vous" desktop */
@media (min-width: 992px) {

    /* >= lg */
    .header-button a.btn {
        font-size: 1.1rem;
        padding: 12px 25px;
    }
}

/* Espacement entre les liens en mobile/tablette */
@media (max-width: 767.98px) {

    /* < md */
    .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}











/* ===== CSS COMPLET POUR NAVBAR FECO ===== */

/* Correction des icônes multiples dans la navbar */
.dropdown-with-icon-style02 .nav-link.dropdown-toggle::after {
    display: none !important;
}

/* Supprimer les pseudo-éléments qui pourraient créer des icônes supplémentaires */
.dropdown-with-icon-style02 .nav-link::before {
    display: none !important;
    content: none !important;
}

/* Garder et styliser l'icône FontAwesome */
.dropdown-with-icon-style02 .nav-link i.fa-angle-down {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    display: inline-block !important;
}

/* Animation de rotation pour l'icône quand le dropdown est ouvert */
.dropdown-with-icon-style02 .nav-link[aria-expanded="true"] i.fa-angle-down {
    transform: rotate(180deg);
}

/* Assurer que la fonctionnalité dropdown reste active */
.dropdown-with-icon-style02 .nav-link.dropdown-toggle {
    cursor: pointer;
}

/* Ajustements généraux pour la navbar */
.navbar-nav {
    max-width: 100%;
    overflow: visible;
}

/* Ajuster l'espacement des éléments de navigation */
.navbar-nav .nav-item {
    margin: 0;
}

/* Contrôler la largeur maximale des liens dropdown */
.navbar-nav .nav-link {
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
}

/* Ajustement spécifique pour les dropdowns longs */
.dropdown-with-icon-style02 .nav-link {
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Assurer que les dropdowns s'affichent correctement */
.dropdown-menu {
    min-width: 200px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-top: 0.5rem;
}

/* Correction pour mobile - assurer que les dropdowns fonctionnent */
@media (max-width: 991.98px) {
    .dropdown-with-icon-style02 .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #312783 !important;
        border: none;
        box-shadow: none;
    }

    .dropdown-with-icon-style02 .dropdown-item {
        padding: 0.5rem 1.5rem;
        color: white !important;
    }

    .dropdown-with-icon-style02 .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
    }

    /* Ajustements navbar mobile */
    .navbar-nav .nav-item {
        margin: 0 0.25rem;
    }

    .navbar-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.5rem;
    }
}

/* Ajustement pour écrans moyens */
@media (max-width: 1199.98px) and (min-width: 992px) {
    .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.5rem;
    }
}

/* Ajustement pour grands écrans */
@media (min-width: 1200px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

/* Correction spécifique pour le débordement */
.navbar-collapse {
    max-width: 100%;
    overflow: visible;
}

/* Assurer que le container ne force pas un débordement */
.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Alternative: réduire l'espacement du bouton CTA si nécessaire */
@media (max-width: 1399.98px) {
    .btn-large {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

/* Si le problème d'icônes multiples persiste, utilisez cette règle plus stricte */
.navbar-nav .dropdown-toggle::after {
    display: none !important;
}

/* Forcer l'affichage d'une seule icône FontAwesome */
.dropdown-with-icon-style02 .nav-link .fa-solid {
    display: inline-block !important;
}

/* Styles pour le bouton hamburger (si nécessaire) */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Styles pour les boutons CTA */
.btn-transparent-white-light {
    transition: all 0.3s ease;
}

.btn-transparent-white-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

/* Assurer la lisibilité sur tous les backgrounds */
.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}


/* Solutions pour les problèmes de dropdown responsive */

/* 1. Assurer que les dropdowns s'affichent correctement sur mobile */
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin-top: 0 !important;
        background-color: #312783 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    /* Styling des items du dropdown sur mobile */
    .navbar-nav .dropdown-item {
        padding: 12px 20px !important;
        color: white !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-nav .dropdown-item:hover,
    .navbar-nav .dropdown-item:focus {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: white !important;
    }

    /* Ajuster l'icône de la flèche */
    .navbar-nav .dropdown-toggle::after {
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }
}

/* 2. Si le problème persiste, forcer l'affichage des dropdowns */
@media (max-width: 991.98px) {
    .navbar-collapse .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* 3. Améliorer l'espacement et la lisibilité sur mobile */
@media (max-width: 767.98px) {
    .navbar-nav .nav-link {
        padding: 15px 20px !important;
        font-size: 16px;
    }

    .navbar-nav .dropdown-item {
        padding: 15px 30px !important;
        font-size: 15px;
    }
}

/* 4. Correction pour les problèmes de z-index si nécessaire */
.navbar-nav .dropdown-menu {
    z-index: 1050 !important;
}

/* 5. Animation douce pour l'ouverture/fermeture */
.navbar-nav .dropdown-menu {
    transition: all 0.3s ease-in-out;
}

/* 6. Correction spécifique pour Bootstrap 5 */
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu[data-bs-popper] {
        position: static !important;
        margin-top: 0 !important;
    }
}






/* Styles pour la navigation */
.navbar {
    background: rgba(49, 39, 131, 0.9);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    /* Empêche le logo de rétrécir */
    min-width: 120px;
    /* Largeur minimale pour le logo */
}

.logo-main {
    max-height: 50px;
    width: auto;
}

/* Navigation responsive améliorée */
.navbar-nav {
    flex-wrap: nowrap;
    /* Empêche le wrap des éléments */
}

.nav-link {
    color: white !important;
    padding: 0.5rem 0.75rem !important;
    white-space: nowrap;
    /* Empêche les retours à la ligne */
    font-size: 0.95rem;
}

.nav-link:hover {
    color: #ffd700 !important;
}

/* Dropdown styles */
.dropdown-menu {
    background-color: #312783 !important;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    color: white;
    padding: 0.5rem 1rem;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffd700;
}

/* Bouton CTA */
.btn-transparent-white-light {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-transparent-white-light:hover {
    background: white;
    color: #312783;
}

/* Hamburger menu */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler-line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: white;
    margin: 4px 0;
    transition: 0.3s;
}

/* Media queries pour une meilleure responsivité */
@media (max-width: 1200px) {
    .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.6rem !important;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        background: rgba(49, 39, 131, 0.95);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 10px;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-item {
        width: 100%;
        margin: 0.25rem 0;
    }

    .dropdown-menu {
        position: static !important;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.1) !important;
        margin-left: 1rem;
    }
}

/* Solution pour éviter le chevauchement */
.navbar>.container-fluid {
    flex-wrap: nowrap;
    /* Empêche le wrap du container */
}

.navbar-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    /* Permet la compression */
}

.nav-menu-container {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
}

.nav-cta-container {
    flex-shrink: 0;
    margin-left: 1rem;
}

/* Style pour simuler votre logo */
.demo-logo {
    background: white;
    color: #312783;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: bold;
}




/* css pourquoi nous choisir index  */

/* Section Pourquoi Choisir */
.pourquoi-choisir-section {
    background-color: #352486;
    /* Couleur violet foncé */
    color: #fff;
    padding: 60px;
    position: relative;
}

.pourquoi-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.pourquoi-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.pourquoi-title {
    font-size: 1.75rem;
    font-weight: 700;
    max-width: 600px;
    line-height: 1.3;
    color: #fff;
}


.cta-devis {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-devis:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Grille des avantages */
.avantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}

.avantage-card {
    background: #fff;
    color: #333;
    border-radius: 15px;
    padding: 30px 20px;
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.avantage-card:hover {
    transform: translateY(-5px);
}

.avantage-icon {
    height: 60px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avantage-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #312783;
}

.avantage-description {
    font-size: 14px;
    color: #555;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .avantage-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media screen and (max-width: 575px) {
    .pourquoi-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .avantage-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}






/*  padding section Nos Derniers Projets index   */

/* Container élargi avec des marges internes confortables */
.saja2 {
    padding-left: 80px;
}



/*  changment img vers le coté drloite   section grange page renov habit*/


.climate-section2 {
    background-color: #ffffff;
    padding: 60px 0;
}

.section-content2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.text-content2 {
    flex: 1;
    order: 1;
    padding-right: 30px;
    color: #312783;
}

.images-content2 {
    flex: 1;
    order: 2;
    padding-left: 30px;
}

.section-title2,
.service-title2,
.service-description2 {
    color: #312783;
}

.service-icon2 img {
    max-width: 40px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(10%) sepia(20%) saturate(600%) hue-rotate(240deg);
}

.service-button2 {
    background-color: #312783;
    color: white;
    padding: 12px 24px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.service-button2:hover {
    background-color: #231a5c;
}

/* Responsive */
@media (max-width: 768px) {
    .section-content2 {
        flex-direction: column;
    }

    .text-content2,
    .images-content2 {
        order: initial;
        padding: 0;
    }

    .service-button2 {
        width: 100%;
        text-align: center;
    }
}


.images-content2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* espace vertical entre les deux images */
}


/*  ajustements Panneaux solaires  pages rénovations énergétique      */


.solar-section {
    padding: 80px 0;
    background-color: #f2f6f9;
    /* même fond que le reste de la page */
}

.section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.image-content {
    flex: 1 1 45%;
    display: flex;
    justify-content: flex-end;
}

.section-image {
    max-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.text-content2 {
    flex: 1 1 45%;
}

.category-tag {
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #211d74;
    margin-bottom: 20px;
}

.section-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
}

.service-button {
    padding: 10px 25px;
    border: 1px solid #211d74;
    border-radius: 30px;
    color: #211d74;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.service-button::after {
    content: "→";
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.service-button:hover::after {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .section-content {
        flex-direction: column-reverse;
        text-align: center;
    }

    .image-content {
        justify-content: center;
    }

    .text-content2 {
        margin-top: 30px;
    }
}


/* end  ajustements Panneaux solaires  pages rénovations énergétique      */


/* annule ou réduit le padding */


.climate-section2 {
    padding: 60px 0;
    background-color: #F1F5F8;
}

.section-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #312783;
    text-align: left;
}

.section-subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #312783;
}



.btn-primary-custom:hover {
    background-color: #1f1c5c;
}

.images-content2 img {
    object-fit: cover;
    height: auto;
}

@media (max-width: 768px) {
    .section-content2 {
        flex-direction: column;
    }

    .images-content2 {
        margin-top: 30px;

    }
}




.img-fluid {
    max-height: 400px;
}

/* ajout une marge sous le bouton  */

@media (max-width: 767px) {
    .btn-primary-custom {
        margin-bottom: 20px;
        margin-top: 40px;
        /* Ajoute une marge en haut pour l'espacement */
    }
}



.climate-section2 img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}






/* Taille max pour éviter qu’elles prennent tout l’écran */
.climate-section2 .col-lg-6 img {
    max-height: 300px;
}


.card2 {
    max-height: 400px !important;
}


.saja4 {
    color: white;
}


/* ajustement porfolio  page relisations */
.portfolio-image img {
    width: 100%;
    height: 600px !important;
    object-fit: cover;
    display: block;
    /* border-radius: 6px; */
}

/* end  ajustement porfolio  page relisations */
/* Masquer les <br> sur mobile */





/* Écrans de taille moyenne (tablettes en paysage, ≤ 1024px) page accue*/
@media (max-width: 1024px) {
    .image-grid-extend .image-card.tall {
        height: 600px;
    }
}

/* Tablettes en portrait et petits laptops (≤ 768px) */
@media (max-width: 768px) {
    .image-grid-extend .image-card.tall {
        height: 450px;
    }
}

/* Smartphones (≤ 576px) */
@media (max-width: 576px) {
    .image-grid-extend .image-card.tall {
        height: 300px;
    }
}









/*              */
.sj5 {
    color: white;
    padding-left: 0px !important;
}

/*   */

/* Par défaut : on cache la version mobile */
.mobile-title {
    display: none;
}

/* En responsive (par exemple max 768px) */
@media (max-width: 768px) {
    .desktop-title {
        display: none;
    }

    .mobile-title {
        display: block;
    }
}


/*  renov energ ajustement images  */
.heating-section {
    padding: 80px 0;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}

.text-content {
    flex: 1 1 45%;
}

.images-content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.image-container {
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.grid-image {
    width: 100%;
    max-height: 400px !important;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
}


@media (max-width: 768px) {
    .section-content {
        flex-direction: column;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }
}
/* Pop-up */
.form-check-input{
    margin-top: 0 !important;
    margin-right: 1rem;
}

.portfolio-item {
      display: none;
    }
    .portfolio-item.active {
      display: block;
    }
    .portfolio-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 15px;
    }
    .btn-outline-primary:hover, .btn.active, .btn-filter.active {
      background-color: #D0CDE2 !important;
      color: var(--base-color) !important;
      border: 0 !important;
    }
    .btn-outline-primary{
        color: var(--base-color) !important;
        background-color: transparent !important;
        border: 0 !important;
    }

