* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    /* évite les scrollbars horizontales si vous utilisez 100vw */
}


/* ------------top nav------------ */
top-bar {
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    /* 14px */
    color: #000;
    border-bottom: 0.0625rem solid #e0e0e0;
    /* 1px */
}

.top-bar .container {
    max-width: 75rem;
    /* 1200px */
    margin: 0 auto;
    padding: 0.5rem 1rem;
    /* 8px 16px */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    /* 8px */
}

/* Liste de contacts et icônes */
.contact-list,
.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    /* 16px */
}

@media (max-width: 861px) {

    /* ≤768px */
    .contact-list {
        /* display: flex; */
        /* flex-direction: column;   */
        align-items: flex-start;
        /* gap: 0.5rem;            */
    }

    .contact-list li {
        width: 100%;
        /* chaque item prend toute la largeur */
    }

    .contact-link {
        justify-content: flex-start;
        /* alignement du contenu */
    }

    .contact-icon,
    .social-icon {
        display: block;
        max-width: 1rem;
        /* 16px par défaut */
        width: 1rem;
        /* fixe largeur à 16px */
        height: auto;
        /* calcule la hauteur automatiquement */
    }


}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    /* 6px */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    /* 16px */
    line-height: 2.25rem;
    /* 36px */
    color: #000;
}


.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    /* espace entre items */
}

.contact-list li {
    margin: 0;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* espace icône ↔ texte */
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    /* 16px */
    color: #000;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.contact-icon,
.social-icon {
    display: block;
    max-width: 1rem;
    /* 16px par défaut */
    width: 1rem;
    /* fixe largeur à 16px */
    height: auto;
    /* calcule la hauteur automatiquement */
}

.social-icon {
    max-width: 1.2rem;
    /* 16px par défaut */
    width: 1.2rem;
}

.contact-list li i {
    font-size: 1rem;
    /* 16px */
}

/* Texte central */
.top-bar .tagline {
    flex: 1;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    /* 16px */
    line-height: 2.25rem;
    /* 36px */
    color: #000;
}

/* Réseaux sociaux */
.social-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    /* 28px */
    height: 1.75rem;
    /* 28px */
    text-decoration: none;
}

.social-list li a i {
    font-size: 1.0625rem;
    /* ~17px */
}

/* --------– Responsive mobile --------– */
@media (max-width: 861px) {

    /* 768px */
    .top-bar .container {
        flex-direction: column;
        /* align-items: center; */
        gap: 0.75rem;
    }

    .contact-list {
        gap: 0.75rem;
        /* width: 94%; */
    }

    .social-list {
        gap: 1.95rem;

    }

    .social-list {
        justify-content: space-around;
    }

    .top-bar .tagline {
        font-size: 0.875rem;
        /* un peu plus petit si besoin */
        line-height: 1.5rem;
    }

    .container,
    .top-bar {
        padding: 0 !important;
    }
}

@media (max-width: 370px) {
    .contact-list {
        /* margin-left: 25px;
         flex-wrap: wrap; */
    }
}

/* ----------fin top nav----------- */

/* Boutons */
.btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border-radius: 24px;
    line-height: 1;
}

.btn--primary {
    background-color: #e20000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
}

.btn--secondary {
    background-color: #00c800;
    color: #fff;
    padding: 0.75rem 2rem;
    margin-top: 1.5rem;
    width: 431px;
    border-radius: 35px;
    background-color: #009b04;
    position: relative;
    top: 25px;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    width: 531px;
}

.btn--outline {
    border: 2px solid #ed1c24;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    background-color: #ed1c24;
}

/* HERO */
.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: url('/assets/pat-laplante.ca/image/maison-bg.jpg') center/cover no-repeat; */
    /* height: 149vh; */
    background: url('/assets/pat-laplante.ca/image/maison-noir3.png') center/cover no-repeat;
    height: 194vh;
    width: 100%;
    color: #fff;
}

.hero__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 0 1rem;
    box-sizing: border-box;
}




@media screen and (min-width: 990px) {

    /* décale légèrement vers la droite : */
    .hero__inner {
        top: 39%;
        left: 78%;
    }
}


@media screen and (min-width: 1200px) {

    /* décale légèrement vers la droite : */
    .hero__inner {
        top: 36%;
        left: 71%;
    }
}


@media screen and (min-width: 2200px) {

    /* décale légèrement vers la droite : */
    .hero__inner {
        top: 36%;
        left: 71%;
    }
}

/* Écran 4K */
@media screen and (min-width: 3000px) {
    .hero__inner {
        top: 37%;
        left: 65%;
    }
}




.hero__nav {
    max-width: 1220px;
    margin: 0rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.hero__logo {
    display: block;
    height: clamp(100px, 8vw, 190px);
    filter: drop-shadow(0.175px 9.998px 13.5px #000000);
    margin-top: 25px;
}


/* 1) Styles du bouton hamburger */
.hero__toggle {
    display: none;
    /* caché par défaut (desktop) */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    /* pousse le bouton à droite du logo */
}

/* Barres du hamburger */
.hero__toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


/* 3) Media query pour passer en mobile sous 1045px */
@media (max-width: 1045px) {

    /* Afficher le bouton hamburger */
    .hero__toggle {
        display: flex;
    }

    /* Cacher le menu horizontal */
    .hero__menu {
        display: none;
    }

    .hero__nav {
        margin: unset !important;
    }
}


.hero__menu {
    list-style: none;
    display: flex;
    gap: 2.8rem;
    align-items: baseline;
    margin: 0;
    padding: 0;
}


.hero__menu a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-size: 16px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins";
    text-align: right;
    text-decoration: none;
    margin-left: 25px;
}

.hero__content {
    text-align: right;
    max-width: 640px;
}

.hero__title {
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: 57px;
    letter-spacing: 1px;
    line-height: 64px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-family: Raleway;
    text-align: right;
    display: block;
}


.hero__menu.mobile-active {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    /* largeur du menu latéral */
    max-width: 80%;
    /* ou 80% si l’écran est très étroit */
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    padding-top: 4rem;
    /* pour laisser de l’espace au logo ou au close */
    box-sizing: border-box;
    z-index: 1000;
    overflow-y: auto;
}

/* Style des items dans le side menu */
.hero__menu.mobile-active li {
    margin: 1rem 0;
    text-align: center;
}

.hero__menu.mobile-active a {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
}

.hero__menu.mobile-active a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* 5) Overlay semi-transparent derrière le side drawer */
.hero__menu-overlay {
    display: none;
    /* masqué par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

/* Quand actif, on affiche l’overlay */
.hero__menu-overlay.active {
    display: block;
}

/* 6) Animation du bouton hamburger en “X” quand menu ouvert */
.hero__toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hero__toggle.open span:nth-child(2) {
    opacity: 0;
}

.hero__toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Overlay dégradé “rond” en bas du hero */
.hero__overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 200px;
    background: radial-gradient(closest-side at 50% 0, rgba(0, 0, 0, 0.8), transparent);
    bottom: -1px;
    pointer-events: none;
}

.hero__menu {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero__menu.mobile-active {
    transform: translateX(0);
    opacity: 1;
}

@media (max-width: 1045px) {
    .hero__menu {
        display: none;
    }

    .hero__toggle {
        display: flex;
    }
}


/* RESPONSIVE */
@media (max-width: 1024px) {

    /* réduire légèrement la max-width si tu le souhaites */
    .hero__inner {
        max-width: 90%;
    }

    .hero__title {
        font-size: clamp(1.75rem, 7vw, 3.5rem);
    }
}


@media (max-width: 988px) {
    .hero__inner {
        position: static;
        transform: none;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 1rem;
    }

    .hero__title {
        font-size: clamp(1.5rem, 8vw, 3rem);
    }

    .btn--primary {
        display: block;
        margin: 1rem auto 0;
    }
}

@media (max-width: 480px) {
    .hero__title {
        /* font-size: clamp(1.25rem, 10vw, 2.5rem); */
    }

    .btn--primary {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .intro {
        background: black;
    }
}


/* INTRO SECTION */
.intro {
    text-align: center;
    color: #a3ede4;
}

.intro__title {
    margin-bottom: 1.5rem;
    font-size: 63px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #669497;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    line-height: 1.2;
    margin-bottom: 43px;
}

.intro__text {
    width: 1169px;
    height: 100px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    margin: 1rem auto;
    margin-bottom: 30px;

}

.intro__subtitle {
    margin-top: 2rem;
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 60px;
}

.intro__offer {
    font-size: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #009b04;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media (max-width: 1200px) {

    .intro__text {
        width: unset;
        height: unset;
    }

    .btn--secondary {
        width: unset;
    }

}

/* Tablette paysage / petits desktops (≤ 1024px) */
@media (max-width: 1024px) {
    .intro {
        padding: 3rem 1rem;
    }

    .intro__title {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
        margin-bottom: 1.25rem;
    }

    .intro__text {
        max-width: 90%;
        /* plus fluide */
        font-size: clamp(1rem, 3.5vw, 1.2rem);
        margin: 1rem auto;
    }

    .intro__subtitle {
        font-size: clamp(1.25rem, 5vw, 1.75rem);
        margin-top: 1.5rem;
    }

    .intro__offer {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-top: 1.25rem;
    }

    .btn--secondary {
        font-size: clamp(0.9rem, 3vw, 1.1rem);
        padding: 0.6rem 1.5rem;
        margin-top: 1.5rem;
        position: relative;
        top: 65px;
    }
}

/* Tablette portrait / grands mobiles (≤ 768px) */
@media (max-width: 768px) {
    .intro {
        padding: 2.5rem 1rem;
    }

    .intro__title {
        font-size: clamp(1.5rem, 8vw, 2rem);
        margin-bottom: 1rem;
    }

    .intro__text {
        font-size: clamp(0.95rem, 4vw, 1.1rem);
        margin: 0.75rem auto;
        line-height: 1.5;
    }

    .intro__subtitle {
        font-size: clamp(1.125rem, 6vw, 1.5rem);
        margin-top: 1rem;
    }

    .intro__offer {
        font-size: clamp(1.25rem, 7vw, 1.75rem);
        margin-top: 1rem;
    }

    .btn--secondary {
        font-size: clamp(0.85rem, 4vw, 1rem);
        padding: 0.5rem 1.25rem;
        margin-top: 1rem;
        position: relative;
        top: 54px;
    }
}

/* Mobile plus petit (≤ 480px) */
@media (max-width: 480px) {
    .intro {
        padding: 2rem 0.5rem;
    }

    .intro__title {
        font-size: clamp(1.25rem, 10vw, 1.75rem);
        margin-bottom: 0.75rem;
    }

    .intro__text {
        font-size: clamp(0.9rem, 5vw, 1rem);
        margin: 0.5rem auto;
        line-height: 1.4;
    }

    .intro__subtitle {
        font-size: clamp(1rem, 7vw, 1.25rem);
        margin-top: 0.75rem;
    }

    .intro__offer {
        font-size: clamp(1.125rem, 8vw, 1.5rem);
        margin-top: 0.75rem;
    }

    .btn--secondary {
        font-size: clamp(0.8rem, 5vw, 0.9rem);
        padding: 0.4rem 1rem;
        margin-top: 0.75rem;
        position: relative;
        top: 47px;
    }
}


/* ----START----EXPERTISE-------------- */


.expertise-section {
    background-color: #ffffff;
    padding: 4rem 1rem;
    /* espace en haut/bas, et padding latéral pour mobile */
    box-sizing: border-box;
    height: 720px;
}

.expertise-container {
    max-width: 1220px;
    /* limite la largeur du texte sur grand écran */
    margin: 0 auto;
    text-align: center;
}

/* Titre principal */
.expertise-title {
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 50px;
}

/* Sous-titres (h3) */
.expertise-subtitle {
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    margin-top: 25px;
}

/* Texte courant */
.expertise-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #333333;
    /* Taille de paragraphe confortable */
    font-size: 23.89px;
    margin: 0 auto 1.5rem;
    margin-top: 25px;
    width: 1122px;
}

/* Optionnel : si tu veux un séparateur fin entre sections */
.expertise-subtitle+.expertise-text {
    /* rien de spécial, les marges gèrent l’espacement */
}

/* Media queries d’ajustement */

/* Tablette paysage ou desktop plus petit */
@media (max-width: 1024px) {
    .expertise-section {
        padding: 3rem 1rem;
    }

    .expertise-container {
        max-width: 90%;
    }

    .expertise-title {
        margin-bottom: 1.5rem;
    }

    .expertise-subtitle {
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .expertise-text {
        margin-bottom: 1.25rem;
        width: unset;
    }

    .expertise-section {
        height: unset;
    }
}

/* Tablette portrait / grands mobiles */
@media (max-width: 768px) {
    .expertise-section {
        padding: 2.5rem 1rem;
    }

    .expertise-title {
        font-size: clamp(1.25rem, 6vw, 2rem);
        margin-bottom: 1.25rem;
        margin-top: 25px;
    }

    .expertise-subtitle {
        font-size: clamp(1rem, 5vw, 1.25rem);
        margin-top: 1.25rem;
        margin-bottom: 0.5rem;
    }

    .expertise-text {
        font-size: clamp(0.9rem, 3.5vw, 1rem);
        margin-bottom: 1rem;
    }


}

/* Mobile plus petit */
@media (max-width: 480px) {
    .expertise-section {
        padding: 2rem 0.5rem;
    }

    .expertise-title {
        font-size: clamp(1.125rem, 8vw, 1.75rem);
        margin-bottom: 1rem;
    }

    .expertise-subtitle {
        font-size: clamp(0.9rem, 6vw, 1.125rem);
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .expertise-text {
        font-size: clamp(0.8rem, 4vw, 0.95rem);
        margin-bottom: 0.75rem;
    }
}



/* ----START------SECTION PEINTURE RESIDENTIEL  */

.peinture-residentielle {
    padding: 4rem 2rem;
    background: #000 url('/assets/pat-laplante.ca/image/mais-noir-black-bg.png') center/cover no-repeat;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 152px;
}

/* Titre principal */
.pr-title {
    font: 600 48px/1 "Poppins", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

/* Galerie 6 images */
.pr-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.5rem;
    justify-items: center;
    margin: 0 auto 3rem;
    /* ← centré horizontalement + margin-bottom */
    max-width: 1200px;
    /* largeur max identique à ton titre/container */
    width: 100%;
    /* prend tout l’espace disponible jusqu’à 1200px */
}

/* 2 colonnes quand on descend sous 1024px */
@media (max-width: 1024px) {
    .pr-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

.peinture-residentielle {
    padding: 2rem 0rem;
}

/* 1 colonne quand on descend sous 640px */
@media (max-width: 640px) {
    .pr-gallery {
        grid-template-columns: 1fr;
    }
}


.pr-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pr-item p {
    margin-top: 0.5rem;
    font: 400 18px/24px "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

/* Sous-titre matériaux */
.pr-subtitle {
    text-align: center;
    margin: 6rem 0 2rem;
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}

/* Cercle des matériaux */
.pr-materials {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.pr-mat-item {
    text-align: center;
}

.pr-mat-item img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    border-radius: 50%;
}

.pr-mat-item p {
    margin-top: 0.75rem;
    font: 400 18px/24px "Montserrat", sans-serif;
    text-transform: uppercase;
}

/* Bloc environnement */
.pr-environnement {
    width: 1033px;
    height: 246px;
    margin: 0 auto 4rem;
    text-align: center;
}

.pr-environnement h4 {
    font: 600 24px/1 "Montserrat", sans-serif;
    color: #00c800;
    margin-top: 6rem;
}

.pr-environnement p {
    font: 400 23px "Montserrat", sans-serif;
    margin: 0.5rem 0;
}

.pr-environnement-cta {
    margin-top: 1rem;
    width: 650px;
    margin-right: auto !important;
    margin-left: auto !important;
    font-weight: bold !important;
    margin-top: 25px !important;
}

.pr-environnement-line {
    position: relative;
    height: 2px;
    /* on réserve la hauteur de la ligne */
    background: #00c800;
    /* la ligne en background */
    margin: 1.5rem 0;
}

/* la ligne couvre toute la largeur */
.pr-environnement-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #00c800;
}

/* on pose la feuille au centre vertical, et à droite */
.pr-environnement-line img {
    position: absolute;
    right: 114px;
    transform: translate(50%, -50%);
    width: 181px;
    height: auto;
}



/* Tablette (≤ 992px) */
@media (max-width: 1100px) {
    .pr-environnement {
        padding: 0 2rem;
        width: auto;
    }

    .pr-environnement p,
    .pr-environnement-cta {
        font-size: 0.875rem;
        width: auto;
    }

    .pr-environnement h4 {
        font-size: 1.25rem;
    }

    .pr-environnement p,
    .pr-environnement-cta {
        font-size: 1rem;
    }

    .pr-environnement-line img {
        width: 2.75rem;
        margin-left: -0.875rem;
    }

    .pr-subtitle {
        font: 600 48px/1 "Poppins", sans-serif;
    }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
    .pr-environnement h4 {
        font-size: 1.125rem;
    }

    .pr-environnement p,
    .pr-environnement-cta {
        font-size: 0.875rem;
    }

    .pr-environnement-line img {
        width: 1.5rem;
        margin-left: -0.75rem;
    }
}

/* ========== Structure générale ========== */
.pr-benjamin {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    /* espace entre images et texte */
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
    /* respirer sur mobile */
    box-sizing: border-box;
}

/* ========== Colonne images ========== */
.pr-benjamin-images {
    position: relative;
    flex: 1 1 40%;
    /* 40 % de la largeur, pousse à min 1px */
    max-width: 360px;
    /* ne grossit pas au-delà */
    min-width: 200px;
    /* ne rétrécit pas trop */
    height: auto;
}

/* style commun aux deux images */
.pr-benjamin-images img {
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Fini mat (au-dessus) */
.pr-benjamin-images img:first-of-type {
    position: absolute;
    width: 70%;
    /* 70% de .pr-benjamin-images */
    top: 10%;
    /* décale vers le bas 10% de la hauteur container */
    left: -20%;
    /* à gauche */
    z-index: 2;
}

/* Fini peu lustré (en-dessous) */
.pr-benjamin-images img:last-of-type {
    position: absolute;
    width: 65%;
    bottom: 0;
    right: -16px;
    top: -28px;
    z-index: 1;
}

/* ========== Colonne texte ========== */
.pr-benjamin-text {
    flex: 1 1 55%;
    /* 55% de la largeur */
    min-width: 250px;
    /* ne rétrécit pas sous cette valeur */
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}

.pr-p {
    line-height: 1.5;
    font-size: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    width: 503px;
}

.pr-benjamin-finitions {
    margin-top: 1rem;
    font-size: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
}

.pr-benjamin-text img {
    margin-top: 1.5rem;
    max-width: 100%;
    height: auto;
}

/* ========== Réponsivité ========== */
/* Tablette & petits écrans */
@media (max-width: 1100px) {
    .pr-benjamin {
        flex-direction: column;
        align-items: center;
        padding: 2rem 1rem;
    }

    .pr-benjamin-images {
        flex: 1 1 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }

    .pr-benjamin-images img {
        position: static;
        /* annule le absolute */
        width: 80%;
        /* image plus petite que le container */
        margin: 0 auto 1rem;
    }

    .pr-benjamin-text {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
    }

    .pr-benjamin-text img {
        width: 50%;
        /* logo plus petit */
        margin: 1.5rem auto 0;
    }

    .pr-benjamin-images img:first-of-type {
        position: relative;
    }

    .pr-p {
        width: unset;
    }
}

/* Mobile (≤ 480px) */
@media (max-width: 480px) {

    .pr-p,
    .pr-benjamin-finitions {
        font-size: 0.9rem;
    }

    .pr-benjamin-text img {
        width: 60%;
    }
}



/* ======== SECTION CALFEUTRAGE ======== */
.calfeutrage-section {
    background-color: #d9d9d4;
    /* gris clair de fond */
    padding: 80px 20px;
    box-sizing: border-box;
    padding-bottom: 130px;
}

/* En-tête centré */
.calfeutrage-entete {
    max-width: 1167px;
    margin: 0 auto 0px;
    text-align: center;
}


.calfeutrage-entete h2 {
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #686868;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}



.calfeutrage-entete h3 {
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #5f5f5f;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}

.calfeutrage-entete h5 {
    max-width: 1167px;
    height: 144px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    margin-top: 50px;

}

.calfeutrage-entete p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    max-width: 700px;
    margin: 0 auto;
}

/* Conteneur principal en deux colonnes */
.calfeutrage-container {
    max-width: 1200px;
    margin: 0 auto;
    /* centre horizontalement */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

/* Colonne de texte */
.calfeutrage-content {
    flex: 1 1 55%;
    /* 55% de la rangée flex */
    max-width: 600px;
    /* facultatif : limite la largeur */
    box-sizing: border-box;
    margin: 0;
    /* tu peux centrer avec auto si tu veux */
    padding: 0;
    /* espace interne si besoin */
}

.calfeutrage-content h4,
.calfeutrage-content p {
    width: 688px;
}

.calfeutrage-content h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
    color: #222222;
    font-weight: bold;
}

.calfeutrage-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 23.89px;
    color: #333333;
    margin-top: 30px;
}

.calfeutrage-confiance {
    color: #000000 !important;
    font-weight: 700 !important;
    font-family: "Montserrat";
    font-size: 26px !important;
    width: 600px !important;
}

.calfeutrage-petit {
    width: 567px !important;
}

.calfeutrage-content .calfeutrage-cta {
    margin-top: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fb1111;
    /* rouge */
    text-transform: uppercase;
    /* width: 390px !important; */
}

.calfeutrage-cta {
    width: 610px !important;
}

/* Colonne d’images */
.calfeutrage-images {
    flex: 0 0 45%;
    position: relative;
    min-height: 500px;
    margin-top: 20px;
    justify-content: end;
    display: flex;
}

/* Image de base */
.calfeutrage-images .img-base {
    display: block;
    width: 80%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Images en superposition */
.calfeutrage-images .img-overlap {
    position: absolute;
    width: 70%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* En haut à gauche, chevauchant légèrement */
.calfeutrage-images .img-overlap-left {
    top: 80%;
    right: 49%;
    transform: translate(10%, -10%);
}

/* En bas à droite, chevauchant légèrement */
.calfeutrage-images .img-overlap-bottom {
    bottom: -55%;
    right: 7%;
    transform: translate(10%, 10%);
}

/* ======== RÉPONSIVE ======== */
/* Tablette et petits écrans */
/* ======= RÉPONSIVE ======= */
/* Tablette */
@media (max-width: 1220px) {
    .calfeutrage-images .img-overlap {
        width: 70%;
    }

    .calfeutrage-images .img-overlap-left {
        top: 88%;
    }

    .calfeutrage-images .img-overlap-bottom {
        bottom: -55%;
    }

    .calfeutrage-container {
        display: block;
    }

    .calfeutrage-confiance {
        width: auto !important;
    }

    .calfeutrage-container {
        flex-direction: column;
    }

    .calfeutrage-content {
        max-width: unset !important;
    }

    .calfeutrage-images {
        min-height: unset;
    }

    .calfeutrage-images {
        order: -1;
        /* image avant le texte si besoin */
    }

    .calfeutrage-images .img-base,
    .calfeutrage-images .img-overlap {
        position: static;
        width: 31%;
        margin: 1rem auto;
        transform: none;
        height: 350px;
    }

    .calfeutrage-entete h5 {
        height: auto;
    }

    .calfeutrage-content h4,
    .calfeutrage-content p {
        width: auto;
    }

    .calfeutrage-content {
        /* padding-left: 21px;
        padding-right: 21px; */
    }

    .calfeutrage-petit {
        width: unset !important;
    }

    .calfeutrage-cta {
        width: unset !important;
    }



}

/* Mobile */
@media (max-width: 576px) {
    .calfeutrage-entete h2 {
        font-size: 2.25rem;
    }

    .calfeutrage-entete h3 {
        font-size: 1.25rem;
    }

    .calfeutrage-entete h5 {
        font-size: 1rem;
    }

    .calfeutrage-content h4 {
        font-size: 0.9rem;
        margin-top: 1.5rem;
    }

    .calfeutrage-entete>h5 {
        text-align: initial;
    }

    .calfeutrage-confiance {
        font-size: 0.9rem !important;
    }

    .calfeutrage-content p,
    .calfeutrage-content .calfeutrage-cta {
        font-size: 0.875rem;
    }

    .calfeutrage-content .calfeutrage-cta {
        /* width: 250px !important; */
    }



    .calfeutrage-images {
        flex-direction: column;
    }

    .calfeutrage-images .img-base,
    .calfeutrage-images .img-overlap {
        width: 100%;
        height: 350px;
    }

    .calfeutrage-container {
        align-items: center;
    }

    .calfeutrage-entete h5 {
        width: auto;
    }
}

@media only screen and (min-width: 360px) and (max-width: 430px) {

    .calfeutrage-content .calfeutrage-cta {
        /* width: 250px !important; */
    }

    /* .calfeutrage-confiance
.calfeutrage-cta */




    .calfeutrage-content h4 {
        font-size: 1rem;
        /* ~16px */
        margin-top: 1.5rem;
    }

    .calfeutrage-content p {
        font-size: 0.95rem;
        /* ~15px */
        line-height: 1.5;
        margin-top: 0.75rem;
    }

    .calfeutrage-content .calfeutrage-confiance {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .calfeutrage-content .calfeutrage-cta {
        font-size: 0.95rem;
        margin-top: 1.5rem;
    }
}






/* ===========================
   FORM SECTION - Soumission
   =========================== */

/* 1. Scroll-margin pour l’ancre */
#soumission {
    scroll-margin-top: 4rem;
}

/* 2. Champ honeypot (caché aux utilisateurs) */
.honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
}

/* 3. Section et conteneur */
.form-section {
    background: url('/assets/pat-laplante.ca/image/form-maison-bg.png') center/cover no-repeat;
    background-size: cover;
    padding: 5rem 0;
    /* 80px haut-bas */
}

.form-container {
    max-width: 76.8rem;
    /* 1100px */
    margin: 0 auto;
    padding: 0 1rem;
    /* 16px */
    text-align: center;
}

/* 4. Titre de la section */
.form-title {
    font-family: 'Gotham', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    /* 48px */
    color: #fff;
    margin-bottom: 2.5rem;
    /* 40px */
    text-transform: uppercase;
}

/* 5. Mise en page du formulaire */
.submit-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* 16px entre lignes */
}

/* 5.1 Trois colonnes → une colonne sur mobile */
.three-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
    /* min 220px, s’étire */
    gap: 1rem;
    /* 16px */
}

/* 6. Styles des champs (input, textarea, select) */
.submit-form input,
.submit-form textarea,
.submit-form select {
    width: 100%;
    padding: 0.875rem 1rem;
    /* 14px 16px */
    border: none;
    border-radius: 0.25rem;
    /* 4px */
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    /* 16px */
    line-height: 1.4;
}

.submit-form textarea {
    resize: vertical;
    min-height: 7.5rem;
    /* 120px */
}



/* 7. Wrappers et pseudo-éléments pour les astérisques */
.input-wrapper {
    position: relative;
    width: 100%;
    /* height: 58px; */
}

.required-asterisk-name,
.required-asterisk-email,
.required-asterisk-phone,
.required-asterisk-adresse,
.required-asterisk-select,
.required-asterisk-textarea {
    color: red;
    font-size: 1rem;
    /* 16px */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Ajustements de position horizontale (à affiner si nécessaire) */
.required-asterisk-name {
    left: 9.375rem;
    /* 150px */
}

.required-asterisk-email {
    left: 5.5625rem;
    /* 89px */
}

.required-asterisk-phone {
    left: 6.6rem;
    /* 105px */
}

.required-asterisk-adresse {
    left: 6.5625rem;
    /* 105px */
}

.required-asterisk-select {
    left: 3.875rem;
    /* 62px */
}

.required-asterisk-textarea {
    left: 5.8125rem;
    /* 93px */
    top: 16%;
}

/* 8. Sélecteur personnalisé */
.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper select {
    appearance: none;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding-right: 2rem;
    /* laisse de la place pour la flèche */
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 1rem;
    /* 16px depuis la droite */
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 0.875rem;
    /* 14px */
    color: #555;
}

/* 9. Section fichier */
.flex-file {
    display: flex;
    align-items: center;
    gap: 1rem;
    /* espace entre éléments */
}

.file-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    /* 8px 16px */
    border-radius: 1rem;
    /* 16px arrondi */
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    /* 14px */
    color: #333;
    position: relative;
}

.file-label input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

/* Conteneur affichant le nom du fichier joint */
.file-attached-container {
    border: 0.125rem solid #fff;
    /* 2px bord blanc */
    border-radius: 0.5rem;
    /* 8px arrondi */
    /* width: 65%; */
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

.file-attached-text {
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    /* 14px */
}

#file-name-to-show {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    /* 14px */
}

/* Texte “Obligatoire” à droite */
.obligatoire-wrapper {
    flex: 1;
    /* prend tout l’espace restant */
    text-align: right;
}

.obligatoire {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    /* 14px */
    margin: 0;
    width: 6.25rem;
    /* 100px */
}

/* Note sur les formats acceptés */
.file-note {
    margin-top: 0.25rem;
    /* 4px */
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    /* 14px */
    color: #fff;
    margin-right: auto;
}

/* 10. Bouton Envoyer */
.form-actions {
    margin-top: 1rem;
    /* 16px */
}

.form-actions button {
    width: 11.25rem;
    /* 180px */
    height: 4.5625rem;
    /* 73px */
    background-color: #179502;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    /* 4px */
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    /* 16px */
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.form-actions button:hover {
    background-color: #218838;
}

.m-r {
    margin-right: auto;
}

/* 11. Responsive (<768px) */
@media (max-width: 48rem) {

    /* 48rem = 768px */
    .form-container {
        padding: 0 0.5rem;
        /* 8px */
    }

    .three-cols {
        grid-template-columns: 1fr;
        /* passe en une seule colonne */
    }

    .file-label {
        width: 100%;
    }

    .form-actions button {
        width: 100%;
        max-width: none;
    }

    .m-r {
        width: 100%;
    }

    .file-note {
        text-align: left;
    }

    .flex-file {
        display: block;
        /* empile les éléments verticalement */
    }

    .obligatoire {
        text-align: initial;
        /* remet l’alignement par défaut */
    }

    .file-attached-container {
        margin-top: 25px;
    }


}

/* ----END---------------FORMULAIRE--------------------- */


/* -----START------SECTION A PROPOS ------------------------- */

.a-propos-section {
    position: relative;
    display: block;
    /* ou flex si tu veux caler autrement */
    width: 100%;
    max-height: 1140px;
}

.a-propos-section>div:first-child {
    position: relative;
}

.a-propos-section>div:first-child img {
    display: block;
    /* width: 100%; */
    height: auto;
    max-height: 1140px;
}

.a-propos-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* 
    to left  → origine du dégradé à droite, direction vers la gauche
    rgba(179,42,28,0.9) 0%    → rouge à 90 % d’opacité, positionné à l’extrémité droite
    rgba(179,42,28,0.6) 20%   → encore rouge mais un peu plus transparent
    rgba(179,42,28,0.3) 40%   → rouge très léger
    rgba(179,42,28,0) 60%     → transparent à partir de 60 % (tu commences à voir ton image)
  */
    background: linear-gradient(to left, rgba(179, 42, 28, 0.9) 0%, rgba(179, 42, 28, 0.6) 100%, rgba(179, 42, 28, 0.3) 100%, rgba(179, 42, 28, 0) 0%);
    z-index: 1;
    pointer-events: none;
}

.red-bg {
    width: 590px;
}

/* Pour les écrans ≤ 1920px */
@media screen and (max-width: 1920px) {
    .a-propos-section>div:nth-child(2) {
        right: 18% !important;
    }
}

/* Pour les écrans de 1921px à 2560px */
@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .a-propos-section>div:nth-child(2) {
        right: 26% !important;
    }
}

/* Écran 4K */
@media screen and (min-width: 3000px) {
    .a-propos-section>div:nth-child(2) {
        right: 30% !important;

    }
}

.a-propos-section>div:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    width: calc(502 / 1920 * 100)vw;
    /* padding: 60px 40px; */
    color: white;
    z-index: 2;
    height: 100%;
    /* background: linear-gradient(to left,
            rgba(179, 42, 28, 0.8) 60%,
            rgba(179, 42, 28, 0) 100%
        ); */
}

.a-propos-section h2 {
    font-size: 91px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    margin-top: 50px;
}

.a-propos-section p {
    font-size: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
}

.a-propos-section p {
    margin-top: 25px;
}

.a-propos-section button {
    margin-top: 50px;
    cursor: pointer;
}

.social-list-apropos {
    width: 2.8rem !important;
    height: unset !important;
}

.a-propos-section button {
    width: 468px;
    height: 64px;
    border-radius: 32px;
    background-color: #500b04;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    border: none;
    /* supprime la bordure par défaut */
    outline: none;
    /* supprime l’outline au focus */
}

/* ========== TABLETTE (≤1024px) ========== */
/* ========== TABLETTE & MOBILE (≤1324px) ========== */
@media (max-width: 1324px) {
    .a-propos-section {
        display: flex;
        /* on active le flex */
        flex-direction: column;
        /* colonne : image au-dessus, texte en dessous */
        position: relative;
        /* on annule l’absolu */
        width: 100%;
        max-height: none;
    }

    /* Premier enfant : l’image */
    .a-propos-section>div:first-child {
        position: relative;
        /* on annule l’absolu */
        width: 100%;
    }

    .a-propos-section>div:first-child img {
        width: 100%;
        height: auto;
        max-height: none;
    }

    /* Deuxième enfant : le bloc texte */
    .a-propos-section>div:nth-child(2) {
        position: relative;
        /* plus d’absolu ni de transform */
        top: auto;
        right: auto !important;
        transform: none;
        width: 100%;
        /* texte full width */
        padding: 40px 20px;
        /* padding intérieur pour respirer */
        box-sizing: border-box;
    }

    /* Ajustements typographiques pour tablette/mobile */
    .a-propos-section h2 {
        font-size: 48px;
        margin-top: 20px;
        text-align: center;
    }

    .a-propos-section p {
        font-size: 18px;
        line-height: 1.6;
        margin-top: 16px;
        text-align: center;
    }

    .a-propos-section button {
        width: 100%;
        max-width: 400px;
        margin: 30px auto 0;
        display: block;
        font-size: 16px;
    }

    .a-propos-section .social-list-f {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .red-bg>p {
        text-align: initial;
    }

    .a-propos-section>div:nth-child(2) {
        right: auto !important;
    }
}



/* ----START---------------FOOTER--------------------- */

.site-footer {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

/* FOOTER HAUT */
.footer-top {
    background-color: #e6e6e6;
    padding: 30px 0;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Colonne */
.footer-column {
    /* flex: 1 1 280px; */
    /* min-width 280px, s’étend */
}

.h3-footer {
    margin-top: 35px;
    margin-bottom: 16px;
    color: #424243;
    font-weight: 400;
    font-family: "Viga";
    text-transform: uppercase;
    font-size: 18px !important;
}

/* 1) About */
.footer-about .footer-logo {
    max-width: 280px;
    margin-bottom: 16px;
    margin-top: 22px;
}

.footer-about p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
    width: 300px;
}

.footer-about .rbq {
    font-size: 17px;
    color: #424243;
    font-weight: 400;
    font-family: "Chivo";
}

/* 2) Contact & Réseaux */
.footer-contact h3,
.footer-hours h3 {

    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.contact-list-li,
.social-list-f,
.hours-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;

}

.hours-list {
    width: 180px;
}

.contact-list-li li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    margin-bottom: 8px;

}

.contact-list-li li i {
    color: #555;
}

.social-list-f {
    display: flex;
    gap: 12px;
}

.social-list-f a {
    color: #555;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.social-list-f a:hover {
    color: #3e68a3;
}

.social-icon-f {
    display: block;
    width: 1.75rem;
    /* 28px */
    height: 1.75rem;
    /* 28px */
}

.social-list-f {
    display: flex;
    gap: 1rem;
    /* espace entre les icônes */
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-icon-li {
    width: 12px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

/* 3) Horaires */
.hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 2) Chaque ligne devient un flex container */
.hours-list li {
    display: flex;
    justify-content: space-between;
    /* Jour à gauche, horaire à droite */
    margin-bottom: 0.5rem;
    /* espace vertical entre les lignes */
    font-size: 16px;
    color: #424243;
    font-weight: 400;
    font-family: "Chivo";
}

/* 3) Le jour prend toute sa place à gauche */
.semaineDay {
    flex: 1;
    /* occupe tout l’espace nécessaire à gauche */
    text-align: left;
    /* alignement à gauche */
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    /* 14–16px selon votre goût */
    color: #333;
}

/* 4) L’horaire est à l’extrémité droite */
.hours-list li span:last-child {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #333;
}

/* FOOTER BAS */
.footer-bottom {
    background-color: #cc2229;
    text-align: center;
    padding: 12px 0;
}

.footer-bottom p {
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Responsive mobile */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 10px;
        flex: 1 1 180px;
    }

    .contact-list-li li,
    .hours-list li {
        justify-content: center;
    }

    .social-list-f {
        justify-content: center;
    }

    .semaineDay {
        margin-right: 25px;
    }

    .hours-list {
        width: 100%;
        /* pour que le flex de li fonctionne sur toute la largeur dispo */
        max-width: 20rem;
        /* ajustez au besoin pour ne pas que ce bloc soit trop large */
        margin: 0 auto;
    }
}


/* -----END-----------FOOTER--------------- */



.thankyou-section {
    background: url('/assets/pat-laplante.ca/image/mais-noir-black-bg.png') no-repeat center/cover;
    background-size: cover;
    padding: 5rem 1rem;
    text-align: center;
    height: 500px;
}

.thankyou-section .container {
    max-width: 40rem;
    /* 640px */
    margin: 0 auto;
}

.thankyou-section h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1rem;
}

.thankyou-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    color: white;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.thankyou-section .btn-cta {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.thankyou-section .btn-cta:hover {
    background-color: #c21517;
}





.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 50px;
    z-index: 1000;
    display: none;
}


@media (max-width: 576px) {

    .back-to-top {
        bottom: 90px!important;

    }
}