@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"');

:root {
    --white: #fcfdff;
    --black: #1C274C;
    --grey: #e5e6e7;
    --dark: #131b22;
    --accent: #ffafcc;
    --accent2: #196ede;


    --bg-color1: var(--white);
    --bg-color2: var(--accent);
    --bg-color3: var(--grey);


    --color1: var(--black);
    --color2: var(--accent);
    --color3: var(--dark);


    --border-radius-full: 9999px;
    --border-radius: 12px;


    --automatic-container: min(1200px, 100% - 8rem);
}



@media (max-width: 1024px) {
    :root {
        --automatic-container: calc(100% - 4rem);
    }
}

@media (max-width: 596px) {
    :root {
        --automatic-container: calc(100% - 2rem);
    }
}

html {
    background-color: var(--bg-color1);
    color: var(--color1);
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: "Poppins", sans-serif;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}





* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

mark {
    background-color: transparent;
}

main {
    margin-top: 5rem;
    margin-bottom: 5rem;

    @media (width >=48rem) {
        margin-top: 6.5%;
    }
}

main.accueil-page {
    margin-top: 5rem;
    margin-bottom: initial;

    @media (width >=48rem) {
        margin-top: 6.5%;
        margin-bottom: initial;
    }
}

.accueil-page .contact-section {
    padding-bottom: 1rem;
}

main>* {
    max-width: var(--automatic-container);
    margin-inline: auto;
    display: block;
    padding-block: 5%;
}

main .contact-section,
.hero-about,
.line,
.stats,
.produits,
.contact {
    max-width: 100%;
    padding-block: initial;
}

.line {
    max-width: var(--automatic-container);
    background-color: var(--grey);
    height: 0.25px;
}

.stats,
.produit-container {
    max-width: var(--automatic-container);
    padding-block: 5%;
}

.contact-section .contact-container,
.container-avis,
.produit-container {
    max-width: var(--automatic-container);
    margin-inline: auto;
    padding-block: 5rem;

}

.contact-section .footer-container {
    max-width: var(--automatic-container);
    margin-inline: auto;
}

.special-section {
    margin-block: 7.5%;
    background-color: var(--grey);
    color: var(--color1) !important;
    border-radius: 5vw;
    padding-inline: calc(0.05 * var(--automatic-container));
}

.special-section mark {
    /* transform: translateX(25px); */
    color: var(--bg-color1) !important;
    border-color: var(--bg-color1);
}

.special-section .cta {
    /* transform: translateX(25px); */
    color: var(--color1) !important;
    background-color: var(--bg-color1);
}

.special-section .cta:hover {
    /* transform: translateX(25px); */
    color: var(--bg-color1) !important;
    background-color: var(--bg-color2);
}


/* EN FONCTION DE LA TAILLE DES TEXTES */

/* TYPOGRAPHIE */
h1 {
    font-size: 5.5rem;
    line-height: 110%;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

p,
span {
    font-size: 0.85rem;
}

.nav-link,
button,
.cta-nav {
    font-size: 2.5rem;
}


@media (max-width: 1024px) {

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
        margin-bottom: 2.5vw;
    }

    p,
    span {
        font-size: 1rem;
    }

    .nav-link,
    button,
    .cta-nav {
        font-size: 1.25rem;
    }
}

@media (max-width: 596px) {

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
        margin-bottom: 5vw;
    }

    p,
    span {
        font-size: 0.9rem;
    }

    .nav-link,
    button,
    .cta-nav {
        font-size: 1rem;
    }
}

.page-title {
    font-size: 4.5rem;
}

.section-title {
    font-size: 2.25rem;
}

.note {
    font-size: 1.1rem;
}

.card-title {
    font-size: 1.5rem;
}

.nav-link,
.cta {
    font-size: 1.25rem;
}

@media (max-width: 1024px) {
    .page-title {
        font-size: 3.5rem;
    }

    /* .section-title {
        font-size: 1.85rem;
    } */

    .note {
        font-size: 1rem;
    }

    .card-title {
        font-size: 1.25rem;
    }

    .nav-link,
    .cta {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }

    /* .section-title {
        font-size: 2.25rem;
    } */

    .note {
        font-size: 0.9rem;
    }

    .card-title {
        font-size: 1.5rem;
    }

    .nav-link,
    .cta {
        font-size: 1rem;
    }
}

/* FIN CONCERNANT LA TAILLE DES TEXTES */


.cta {
    background-color: var(--bg-color2);
    padding: 12px 32px;
    color: var(--bg-color1);
    border-radius: 5px;
    font-weight: 600;
    transition: 0.2s ease background-color;
}


.cta:hover {
    background-color: var(--color1);
}


.logo {
    color: var(--color2);
    font-weight: 800;
    font-size: 2rem;
}

section.main {
    display: grid;
    place-items: center;
    gap: 2vw;
    grid-template-columns: repeat(3, 1fr);
    padding: 2vw;
}

.card-1:nth-child(1) {
    background-color: var(--bg-color2);
}

.card-1:nth-child(1) .icon-1 {
    color: var(--color2);
}

.card-1:nth-child(2) {
    background-color: var(--color1);
}

.card-1:nth-child(3) {
    background-color: var(--bg-color2);
}

.card-1:nth-child(3) .icon-1 {
    color: var(--bg-color1);
    background-color: var(--color1);
}

.card-1:nth-child(4) {
    background-color: var(--color1);
}

.card-1:nth-child(4) .icon-1 {
    color: var(--bg-color1);
    background-color: var(--color2);
}

.cards-container .card-1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: start;
    /* min-width: 2OOpx; */
    width: 100%;
    min-width: 280px;
    height: auto;
    /* height: 320px; */
    gap: 1.5rem;
    padding-top: 24px;
    padding-inline: 24px;
    padding-bottom: 30px;
    border-radius: 0.5rem;
    color: var(--bg-color1);
}

.card-1-note {
    font-size: 1rem;
}

.card-1-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-1 h3 {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: initial;
}

.icon-1,
.icon-2,
.icon-6 {
    border-radius: 50%;
    background-color: var(--bg-color1);
    color: var(--color1);
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    padding: 0.5rem;
}

.icon-2 {
    border-radius: 50%;
    background-color: var(--bg-color1);
    color: var(--color1);
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0.5rem;
    transition: 0.25s ease background-color, 0.25s ease color;
}


.icon-2:hover {
    background-color: var(--color1);
    color: var(--bg-color1);
}

.icon-2>* {
    transition: .5s ease transform;
}

.icon-2:hover>* {
    transform: rotate(90deg);
}

.card-2 {
    display: grid;
    place-items: end;
    min-height: 250px;
    background-image: url(../assets/img/anton-mishin-_m-rXiCdUEI-unsplash_2_11zon.webp);
    background-position: 65% 100%;
    background-size: cover;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 0.5s ease transform;
}

.card-2-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1rem;
    background-color: rgba(25, 25, 25, 0.15);
    height: 75px;
}

.card-2-note {
    max-width: 80%;
    color: var(--bg-color1);
    font-size: 1.5rem;
    line-height: 105%;
    font-weight: 700;
}

a.card-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1rem;
    border-radius: 0.5rem;
}


.card-3 .hero-social-icon {
    display: flex;
    align-items: center;
    justify-content: end;
}

.card-3 .hero-social-icon img {
    width: 70px;
    height: 70px;
    border: 2px solid var(--bg-color1);
    border-radius: 50%;
}

.card-3 .hero-social-icon img:first-child {
    margin-right: -1.5rem;
}


.card-4 {
    height: 350px;
    width: 100%;
    padding: 1rem;
    display: grid;
    gap: 1rem;
    padding: 0.25rem;
    background-color: var(--bg-color1);
    border-radius: 1rem;
}

.card-4 h3 {
    font-size: 2rem;
    text-transform: capitalize;
}

.card-4-img {
    width: 100%;
    aspect-ratio: 5/6;
    border-radius: 0.25rem;
}


.card-5 {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: firebrick;
    min-width: 500px;
    padding: 1rem;
    border-radius: 0.5rem;
}

.card-5 .card-5-number {
    font-size: 5.5rem;
    line-height: 80%;
    width: 250px;
}

.card-5 .card-5-mark {
    font-size: 2rem;
    width: 250px;
}

.card-5 .card-5-note {
    width: 250px;
}

.card-6 {
    background-color: greenyellow;
    border-radius: 0.5rem;
    padding-block: 2rem;
    padding-inline: 1rem;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-6 .card-6-left {
    font-size: 1rem;
}

.card-6 .card-6-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-6 .card-6-right img {
    width: 75px;
    height: 75px;
}







section.section-note {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2vw;
}

.section-note .section-paragraphe {
    max-width: 60%;
}

.txt-center {
    text-align: center;
}

.note-centered {
    align-self: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
}

.note-disposed {
    display: grid;
    grid-template-columns: 80px 0.9fr 1fr;
    grid-template-rows: 50px 1fr;
    grid-template-areas: "lead blank blank" "title title note";
    column-gap: 5vw;
    row-gap: 0.5rem;
}

.note-disposed .leading-note {
    grid-area: lead;
    place-self: center;
}

.note-disposed .section-title {
    grid-area: title;
    line-height: 100%;
}

.note-disposed .section-paragraphe {
    grid-area: note;
    place-self: end;
}

.note-disposed .section-paragraphe {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.note-disposed .section-paragraphe p {
    font-size: 1.2rem;
}

.section-paragraphe {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.section-paragraphe p {
    font-size: 1.2rem;
}



section.classic-section {
    display: flex;
    flex-direction: column;
    gap: 5vw;
}

section.onboarding .onboarding-icon {
    width: 100px;
    height: 100px;
    border-radius: 0.5rem;
    background-color: #0f70f2;
    margin-bottom: 1rem;
}


section.onboarding-section section.onboarding {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    justify-content: space-around;
    gap: 1rem;

}

section.onboarding-section .onboarding-card {
    background-color: #ecf4fe;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 380px;
    height: 350px;
    align-items: center;
}

section.onboarding-section .onboarding-card-title {
    display: flex;
    align-items: center;
    gap: 1rem;
}





.leading-note {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
    text-transform: capitalize;
    color: var(--color1);
    padding-inline: 0.75rem;
    padding-block: 0.375rem;
    border-radius: 99px;
    font-size: 1rem;
    font-weight: 800;
    border: 1px solid var(--color1);
    white-space: nowrap;
}



/* #region header */
footer,
header.header {
    padding-inline: calc(calc(100% - var(--automatic-container)) / 2);
}

header.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(0);
    opacity: 1;
    background-color: var(--bg-color1);
    box-shadow: 0 1px 5px 2.5px rgba(25, 25, 25, 0.05);
    z-index: 50;
}

.mobile-menu.open {
    transform: translateX(0);
}

/* Le reste de votre CSS reste inchangé */
header.header .cta {
    display: none;
}

header.header.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.header .navigation,
.nav-links {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.header .navigation {
    display: none;
}

.menu-icon button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.menu-icon button svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: currentColor;
    color: var(--color2);
}

.menu-icon {
    display: flex;
}

@media (width >=48rem) {
    .header .navigation {
        display: block;
    }

    .menu-icon {
        display: none;
    }

    header.header .cta {
        display: flex;
    }
}

.navigation .nav-link {
    color: var(--color1);
}

.navigation .nav-link:hover {
    color: var(--color2);
}

/* #endregion header */

/* --- BURGER --- */
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1002;
}

.burger span {
    width: 35px;
    height: 5px;
    background: var(--color1);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.burger.open span:nth-child(1) {
    transform: translate(7.5px, 10px) rotate(45deg);
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: translate(7.5px, -10px) rotate(-45deg);
}

/* --- OVERLAY MENU (mobile uniquement) --- */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: var(--bg-color1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 1000;
}

.nav-overlay.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.nav-overlay .over-l1 {
    display: flex !important;
    flex-direction: column;
    font-size: 1.5rem;
    text-decoration: none;
    color: var(--color1);
    text-align: center;
    cursor: pointer;
}


section.section-content {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.platform-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Card styles */
.platform-card {
    flex: 1 1 300px;
    border-radius: 12px;
    padding: 20px;
    color: #000;
    text-align: left;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: #f2f2f2;
    position: relative;
}

.platform-card h3 {
    margin-top: 0;
    font-size: 1.5rem;
}

.platform-card p {
    font-size: 0.95rem;
    margin: 10px 0 20px;
}

.platform-card button {
    background-color: #000;
    color: #fff;
    padding: 10px 14px;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
}

.platform-card1 {
    min-width: 60%;
    background: linear-gradient(to right, #fff 50%, transparent 0), #ffe9c9;
    background-blend-mode: multiply;
    background-image: url('../assets/img/jewad-alnabi-trBCmF4UgqQ-unsplash_6_11zon.webp');
    background-size: cover;
}

.platform-card2 {
    background-color: #f9c700;
}

.platform-card3 {
    background-color: #00b2ff;
    color: white;
}

.platform-card-img {
    min-width: 60%;
}

.platform-card-img img {
    width: 100%;
    aspect-ratio: 9/4;
    object-fit: cover;
    border-radius: 12px;
}

.bg-section {
    flex: 1;
    height: 500px;
}

.about-img {
    background-image: url("./a-propos/WhatsApp\ Image\ 2025-09-18\ at\ 20.00.24.jpeg");
    border-radius: 2.5vw;
}


/* #region header section */

body.menu-open {
    overflow: hidden;
    /* bloque le scroll */
}

.mobile-menu {
    position: fixed;
    inset: 0;
    /* background-color: var(--black); */
    /* fond noir transparent */
    transform: translateX(-100%);


    /* top: 0; */
    /* left: 0; */
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    transform: translateX(-100%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;

}

.mobile-menu-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.875rem;
    z-index: 9999;
    cursor: pointer;
    color: #fcfdff;
}

.mobile-menu .nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 20px;
    color: var(--white);
    justify-content: center;
    margin-block-start: 1.5rem;
    margin-block-end: 1.5rem;
    padding-inline: 2rem;
    z-index: 50;
}

.mob-link {
    font-size: 2rem;
    color: var(--white);
}

/* #endregion header Section */

/* #region hero section */

.accueil-page {
    margin-top: 80px;

    @media (width >=48rem) {
        margin-top: 6.5%;
    }
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--bg-color1);
}

.hero-content {
    max-width: 950px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero h1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.hero h1 span {
    display: inline-block;
    line-height: 32px;
    font-size: 3rem;
    font-weight: 800;

    @media (width >=48rem) {
        line-height: 64px;
        font-size: 80px;
    }
}

.span-h1 {
    color: var(--black);
}

/* touch icon */
.icon {
    /* width: 3rem;
    height: 3rem; */

    /* transform: translateY(-12.5%); */
    color: var(--color2);

    @media (width >=48rem) {
        /* width: 5rem;
        height: 5rem; */
    }
}

.title-icon {
    /* w-10 h-10 mt-3 fill-current text-[#0f70f2] */
    width: 4Opx;
    height: 40px;
    /* margin-top: 36px; */
    display: flex;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    color: var(--accent);

    @media (width >=48rem) {
        /* margin-top: 12px; */
    }

}

.subtext {
    font-size: 1rem;
    color: var(--color1);
    opacity: 0.7;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive typography */
@media (min-width: 768px) {
    .hero h1 {
        font-size: 3.5rem;
    }

    .subtext {
        font-size: 1.1rem;
    }

    .icon {
        font-size: 2.5rem;
    }
}

.cardies {
    padding-top: initial;
    padding-bottom: 5%;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "cardy1"
        "cardy2"
        "cardy3"
        "cardy4";
}

/* Tablette */
@media (min-width: 640px) {
    .cardies {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "cardy1 cardy2"
            "cardy1 cardy3"
            "cardy4 cardy4";
    }
}

/* Bureau */
@media (min-width: 1024px) {
    .cardies {
        grid-template-columns: 1.3fr 1fr 1fr;
        grid-template-rows: 1fr 100px;
        grid-template-areas:
            "cardy1 cardy2 cardy4"
            "cardy1 cardy3 cardy4";
    }
}

.cardy1 {
    grid-area: cardy1;
    background-image: url(../assets/images/IMG_4003.webp);
}

.cardy2 {
    grid-area: cardy2;
    background-image: url(../assets/images/IMG_4030.webp);
}

.cardy3 {
    grid-area: cardy3;
    color: var(--bg-color1);
    background-color: var(--bg-color2);
    border-radius: 0.5rem;
    transition: 0.5s ease transform;
}

.accueil-page .cardy3:hover,
.accueil-page .card-2:hover {
    transform: scale(0.95);
    cursor: pointer;
}

.cardy4 {
    grid-area: cardy4;
    background-image: url(../assets/images/IMG_4069.webp);
}

/* #endregion hero section */

/* #region Video Section */
main .video-section {
    background-color: #1C274C;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    max-width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.note-centered {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    gap: 2rem;

    @media (width >=48rem) {
        gap: 1rem;
    }
}

.note-centered h1 {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    /* margin-bottom: 1.5rem; */
}

.note-centered span {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;

    /* margin-bottom: 1.5rem; */
    @media (width >=48rem) {
        flex-direction: row;
        gap: 1rem;
    }
}

.section-paragraphe {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
}

.video {
    max-width: var(--automatic-container);
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .note-centered h1 {
        font-size: 2.75rem;
    }

    .section-paragraphe {
        max-width: 66%;
    }
}

/* #endregion Video Section */

/* #region about us section  */
.about-section {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 3rem;
    padding-block: 5rem;
}

.about-section .left-section .coord-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 24px;
}

.about-section .left-section .coord-items .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.about-section .left-section .coord-items .item span {
    background-color: var(--color2);
    padding: 8px;
    border-radius: 100%;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section .left-section .coord-items .item span svg {
    width: 1rem;
    height: 1rem;
    color: var(--white);
    fill: currentColor;
}

.about-section .left-section .coord-items .item h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0%;
}

iframe {
    /* border-radius: 1rem; */
    /* box-shadow: var(--shadow); */
    width: 100%;
    height: 100%;
    /* min-height: 400px; */
}

/* Partie gauche */
.left-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-section .left-section .cta {
    margin-top: 2rem;
    width: min-content;
    white-space: nowrap;
}

/* Badge "À propos" */
/* .badge {
    border: 1px solid var(--color1);
    font-size: 1rem;
    padding: 4px 1rem;
    border-radius: var(--border-radius-full);
    width: fit-content;
    font-weight: 500;
} */

/* Titre principal */
.title {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 1.5rem;
}

/* Paragraphe */
.description {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: var(--color1);
}

/* Section des fonctionnalités */
.features {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Carte de fonctionnalité */
.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

.feature-icon svg {
    color: var(--color1);
    fill: currentColor;
}

.feature-title {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.feature-description {
    color: var(--gray-text);
    font-size: 1rem;
}

/* Partie droite avec image */
.right-section {
    height: 100%;
    position: relative;
}

.image-container {
    border-radius: 1rem;
    box-shadow: var(--shadow);
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 400px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Boutons overlay */
.buttons-overlay {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.overlay-button {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    color: var(--white);
    font-weight: bold;
    padding: 0.75rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    gap: 0.5rem;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.overlay-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.button-icon {
    width: 1rem;
    height: 1rem;
}

.button-icon svg {
    color: var(--color2);
    fill: currentColor;
}

/* Responsive pour tablettes et desktop */
@media (min-width: 768px) {
    .about-section {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .title {
        font-size: 2.75rem;
    }
}

/* Responsive pour très petits écrans */
@media (max-width: 480px) {
    .title {
        font-size: 1.875rem;
    }

    .description {
        font-size: 1.125rem;
    }

    .buttons-overlay {
        bottom: 1.5rem;
        left: 1.5rem;
        right: 1.5rem;
    }

    .overlay-button {
        padding: 0.75rem 1rem;
    }
}

/* #endregion about us section  */

/* #region contact us section */

.contact-section {
    background-color: var(--bg-color3);
    width: 100%;
    height: auto;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 5rem;
}

/* Partie gauche */
.contact-left {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1.5rem;
}

.badge {
    border: 1px solid var(--color1);
    color: var(--color1);
    font-size: 1rem;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-full);
    width: fit-content;
    font-weight: 500;
}

.contact-title {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.contact-description {
    font-size: 1.25rem;
    color: var(--color1);
}

/* Images empilées */
.images-container {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.image-stack {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: relative;
}

.stacked-image {
    height: 18rem;
    border-radius: 0.5rem;
    box-shadow: var(--shadow);
    object-fit: cover;
    transition: 0.5s ease transform;
}

.stacked-image svg {
    width: 3rem;
    height: 3rem;
    fill: currentColor;
    color: white;
}

/* .stacked-image:hover {
    transform: scale(0.95);
} */

.image-back {
    /* transform: rotate(2deg) translateX(3.5rem) translateY(3rem); */
    flex: 1;
}

.image-front {
    /* margin-top: -16rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 1rem;
    background-color: var(--accent);
}

/* Partie droite - Formulaire */
.contact-right {
    width: 100%;
}

.form-container {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    /* border-radius: 1rem;
    padding: 1.5rem; */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color1);
    margin-bottom: 1.5rem;
}

/* Formulaire */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color1);
    margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--color1);
    border-radius: 0.5rem;
    color: var(--color1);
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--placeholder-color);
    /* font-size: 1rem; */
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: transparent;
    box-shadow: 0 0 0 2px var(--color2);
}

.form-textarea {
    resize: none;
    height: 8rem;
}

/* Bouton d'envoi */
.submit-button {
    width: 100%;
    background: var(--accent);
    color: var(--white);
    font-weight: 600;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.submit-button:hover {
    /* background: linear-gradient(to right, var(--accent2), var(--accent)); */
    transform: scale(1.02);
    background: var(--black);
}

.button-icon {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
}

.submit-button:hover .button-icon {
    transform: translateX(0.25rem);
}

/* Responsive pour tablettes et desktop */
@media (min-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }

    .contact-title {
        font-size: 2.75rem;
    }

    .images-container {
        display: flex;
    }

    /* .form-container {
        padding: 2rem;
    } */

    .image-front {
        margin-top: 0;
    }
}

/* Responsive pour très petits écrans */
@media (max-width: 480px) {


    .contact-title {
        font-size: 1.875rem;
    }

    .contact-description {
        font-size: 1.125rem;
    }

    /* .form-container {
        padding: 1.25rem;
    } */
}

/* #endregion contact us section */

/* #region faqs section */

section.faqs {
    padding-block: 5rem;
}

/* flex justify-between */

.faq-title {
    display: flex;
    justify-content: space-between;
}

.faq-title strong span {
    padding-inline: 2rem;
}

.faq-title svg {
    fill: currentColor;
    color: var(--accent);
    width: 48px;
    height: 48px;
    transform: rotate(90deg);
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.faq-item {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 2rem;

}


.faq-item summary {
    /* md:text-2xl font-bold */

    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    /* list-style: none; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* C’est ce bloc qui affiche le + à droite */
.faq-item summary::after {
    content: "+";
    font-size: 35px;
    color: var(--accent);
    font-weight: 800;
    transition: transform 0.3s ease;
    margin-left: 2rem;
    /* margin-right: 3rem; */
}

/* Et celui-ci le transforme en − quand c’est ouvert */
.faq-item[open] summary::after {
    content: "−";
    transform: rotate(180deg);
}

.faq-item p {
    font-size: 1.2rem;
    margin-top: 5vw;
}

.faqs .title {
    font-size: 2.25rem;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--accent);

    @media (width >=48rem) {
        font-size: 44px;
    }
}

/* #endregion faqs section */

/* #region footer section */

.footer-section {
    background-color: var(--color1);
    width: 100%;
    height: auto;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.footer-container .logo {
    order: 1;
}

.footer-container .copyright {
    order: 3;
}

.footer-container .social-links {
    order: 2;
}

.footer-container .logo img {
    height: 112px;
    width: 112px;
}

/* Copyright */
.copyright {
    color: var(--white);
    text-align: center;
    order: 1;
}

.copyright a {
    color: var(--white);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.copyright a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Réseaux sociaux */
.social-links {
    display: flex;
    gap: 1rem;
    order: 1;
}

.social-link {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-link:hover {
    transform: translateY(-2px);
}

.social-icon {
    width: 2rem;
    height: 2rem;
    color: var(--white);
    fill: currentColor;
}

.social-icon:hover {
    color: var(--accent);
}

/* Responsive pour desktop */
@media (min-width: 768px) {
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 2.5rem 2rem;
    }

    .copyright {
        order: 2;
        text-align: left;
    }

    .social-links {
        order: 2;
    }

    .footer-container .logo {
        order: 1;
    }

    .footer-container .copyright {
        order: 2;
    }

    .footer-container .social-links {
        order: 3;
    }
}

/* Responsive pour très petits écrans */
@media (max-width: 480px) {
    .footer-container {
        padding: 2rem 1rem;
        gap: 1.5rem;
    }

    .social-links {
        gap: 0.75rem;
    }

    .social-icon {
        width: 1.75rem;
        height: 1.75rem;
    }

    .copyright {
        font-size: 0.9rem;
    }
}

/* #endregion footer section */

/* #region avantage section */

.accueil-page .classic-section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.av-header {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* text-4xl md:text-[44px] leading-[48px] font-semibold mt-6 */
.av-header .av-title h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 24px;
}

@media (width >=48rem
    /* 768px */
) {
    .av-header {
        flex-direction: row;
        justify-content: space-between;
    }

    .av-header .av-title h1 {
        font-size: 44px;
    }
}

.accueil-page .classic-section .av-header .section-paragraphe .cta-container,
.accueil-page .about-section .left-section .cta-container {
    display: flex;
    justify-content: end;
    width: 100%;

    @media (width >=64rem) {
        justify-content: start;
    }
}

.accueil-page .classic-section .av-header .section-paragraphe .cta-container .cta,
.accueil-page .about-section .left-section .cta-container .cta {
    width: min-content;
    white-space: nowrap;
}

/* #endregion avantage section */

/* #region about page */
span .svg-actif {
    width: 50px;
    height: 50px;

    @media (width >=64rem) {
        width: 80px;
        height: 80px;
    }
}

.about-page {
    margin-top: 80px;

    @media (width >=48rem) {
        margin-top: 6.5%;
    }
}


.about-page .hero-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding-block: 5rem;

    @media (width >=64rem) {
        flex-direction: row;
        gap: 40px;
    }
}

.about-page .hero-container .hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;

    @media (width >=64rem) {
        gap: 0px;
    }
}

.container {
    width: 100%;
    display: flex;
}

.stats,
.equipe-cards-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;

    @media (width >=48rem) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.stats .card {
    /* background-color: color-mix(in oklab, #0f70f2 10%, transparent); */
    /* background-color: var(--accent); */
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 0.5rem;
    padding-block: 24px;
    padding-bottom: 60px;
    padding-inline: 24px;
    font-size: 20px;
    line-height: 1.4;
    color: white;
}

.stats .card:nth-child(1) {
    background-color: var(--accent);
}

.stats .card:nth-child(2) {
    background-color: var(--color1);
}

.stats .card:nth-child(2) .icon-container {
    background-color: white;
}

.stats .card:nth-child(2) .icon-container svg {
    color: var(--color1);
}

.stats .card:nth-child(3) {
    background-color: var(--accent);
}

.stats .card:nth-child(4) {
    background-color: var(--color1);
}

.stats .card:nth-child(4) .icon-container {
    background-color: white;
}

.stats .card:nth-child(4) .icon-container svg {
    color: var(--color1);
}

.stats .card .icon-container {
    width: min-content;
    padding: 4px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: calc(infinity * 1px);
}

.stats .card .icon-container svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
    color: var(--accent);
}

.value {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
}

.value .number {
    font-size: 5rem;
    line-height: 1;
    color: white;
    font-weight: 700;
}

.number-unity-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 12px;
    margin-top: 16px;
    /* background-color: color-mix(in oklab, #0f70f2 30%, transparent); */
    border-radius: calc(infinity * 1px);
    height: min-content;
}

.number-unity {
    /* absolute text-xl text-[#0f70f2] font-bold */
    position: absolute;
    font-size: 20px;
    /* color: var(--accent); */
    color: white;
    font-weight: bold;
}


.cardies-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 100px;
    grid-template-areas:
        "cardy1 cardy2"
        "cardy3 cardy3";
    gap: 1rem;

    @media (width >=64rem) {
        width: calc(1/2 * 100%);
    }
}

.cardies-about .cardy1 {
    grid-area: cardy1;
    background-image: url(../assets/images/IMG_4005.webp);
}

.cardies-about .cardy2 {
    grid-area: cardy2;
    background-image: url(../assets/images/IMG_4030.webp);
}

.cardies-about .cardy3 {
    grid-area: cardy3;
    color: var(--bg-color1);
    background-color: var(--bg-color2);
    border-radius: 0.5rem;
    transition: 0.5s ease transform;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardies-about .cardy3:hover,
.cardies-about .card-2:hover {
    transform: scale(0.95);
    cursor: pointer;
}

.cardies-about .hero h1 span {
    display: inline-block;
    line-height: 32px;
    font-size: 3rem;
    font-weight: 800;

    @media (width >=48rem) {
        line-height: 64px;
        font-size: 64px;
    }
}

.cardy3-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 32px;
    width: 100%;
}

.cardy3-container h2 {
    font-size: 30px;
    font-weight: bold;
}

.team {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-block: 5rem;
}

/* Section titre */
.team .note-centered {
    text-align: center;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.team .note-centered h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1C274C;
}

.team .section-paragraphe p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* Container des cartes */
.equipe-cards-container {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .equipe-cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Style des cartes */
.equipe-cards-container .card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #1C274C;
    padding: 1rem;
    border-radius: 0.75rem;
    /* équivalent rounded-xl */
}

/* Partie texte de la carte */
.equipe-cards-container .card-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.equipe-cards-container .role {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.75rem;
    padding: 0.25rem 0.5rem;
    width: max-content;
    white-space: nowrap;
    font-size: 0.875rem;
}

.equipe-cards-container .name {
    font-size: 1.875rem;
    /* text-3xl */
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
}

/* Image */
.equipe-cards-container .card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
    width: 100%;
    border-radius: 0.75rem;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    /* équivalent gap-2 */
}

.partner-card {
    height: 8rem;
    /* équivalent h-32 */
    border-radius: 0.375rem;
    /* équivalent rounded-md */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    /* équivalent p-4 */
    box-sizing: border-box;
}

.partner-card.bg-gray {
    background-color: #efeff5;
    /* équivalent bg-zinc-300 */
}

.partner-card.bg-white {
    background-color: #ffffff;
}

.partner-card img {
    width: 5rem;
    /* équivalent w-20 */
    height: 5rem;
    /* équivalent h-20 */
    object-fit: contain;
}

.vision-image {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* gap-4 */
    width: 100%;
    height: 100%;
}

.vision-image .image {
    flex: 1;
}

.vision-image .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
}

.vision-image .arrow {
    background-color: var(--accent);
    padding: 1rem;
    /* p-4 */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    /* rounded-lg */
    height: 5rem;
    /* h-20 */
    width: 100%;
}

.vision-image .arrow svg {
    width: 2rem;
    height: 2rem;
    fill: currentColor;
    color: white;
}



.mission-image {
    display: flex;
    gap: 1rem;
    /* gap-4 */
    width: 100%;
    height: 100%;
    align-items: stretch;
    /* items-stretch */
    order: 2;
    /* par défaut */
}

@media (min-width: 768px) {
    .mission-image {
        order: 1;
        /* md:order-1 */
    }
}

.mission-image .image {
    flex: 1;
    /* l’image prend tout l’espace dispo */
}

.mission-image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    /* rounded-lg */
    display: block;
}

.mission-image .arrow {
    background-color: var(--accent);
    padding: 1rem;
    /* p-4 */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    /* rounded-lg */
    width: 5rem;
    /* w-20 */
}

.mission-image .arrow svg {
    width: 2rem;
    height: 2rem;
    fill: currentColor;
    color: white;
}



/* #endregion about page */

/* #region features page */
.feature-page {
    margin-top: 80px;

    @media (width >=48rem) {
        margin-top: 6.5%;
    }
}

.feature-page .hero-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding-block: 5rem;

    @media (width >=64rem) {
        flex-direction: row;
        gap: 40px;
    }
}

.feature-page .hero-container .hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;

    @media (width >=64rem) {
        gap: 32px;
    }
}

.cardies-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 colonnes */
    grid-template-rows: 1fr 100px;
    /* 2 lignes */
    grid-template-areas:
        "cardy1 cardy2"
        "cardy1 cardy3";
    gap: 1rem;

    @media (width >=64rem) {
        width: calc(3/5 * 100%);
    }
}

.svg-cardy {
    width: 36px;
    height: 36px;
    fill: currentColor;
    color: white;
}

.cardies-feature .cardy1 {
    grid-area: cardy1;
    background-image: url(../assets/images/IMG_4003.webp);
}

.cardies-feature .cardy2 {
    grid-area: cardy2;
    background-image: url(../assets/images/IMG_4063.webp);
}

.cardies-feature .cardy3 {
    grid-area: cardy3;
    color: var(--bg-color1);
    background-color: var(--bg-color2);
    border-radius: 0.5rem;
    transition: 0.5s ease transform;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardies-feature .hero h1 span {
    display: inline-block;
    line-height: 32px;
    font-size: 3rem;
    font-weight: 800;

    @media (width >=48rem) {
        line-height: 64px;
        font-size: 64px;
    }
}


/* Conteneur principal */
.container-avis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    /* équiv. gap-8 */
}

/* Grille des cartes */
.avis-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2.5rem;
    width: 100%;
}

@media (min-width: 768px) {
    .avis-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Carte */
.avis-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2.5rem 2.5rem 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.avis-card-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    align-items: center;
}

.avis-card-header svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: var(--black);
    flex-shrink: 0;
}

.avis-card-header .author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.avis-card-header .author-name {
    font-size: 1.25rem;
    font-weight: 700;
}

.avis-card-header .author-role {
    opacity: 0.5;
    font-size: 0.875rem;
}

.avis-card p {
    font-size: 1rem;
    line-height: 1.5;
    color: #111827;
}

.produits {
    background-color: #e5e6e74d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produits .produit-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}


.produits .cards-container,
.classic-section .cards-container {
    display: flex;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* padding-left: 1rem; */
    padding-right: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.produits .cards-container::-webkit-scrollbar {
    display: none;
}

.right-section-vedette {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .right-section-vedette {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .right-section-vedette {
        grid-template-columns: repeat(3, 1fr);
    }
}

.produits .cards-container:active {
    cursor: grabbing;
}

.produits .cards-container .card {
    display: flex;
    flex-direction: column;
    flex: none;
    width: calc(100% - 50px);
    /* min-width: 18rem; */
    gap: 1rem;
    border-radius: 12px;
    border: 1px solid #E4E7E9;
    background-color: #fff;
    padding: 21px;
    box-sizing: border-box;

    @media (min-width: 640px) {
        width: calc(1/3 * 100% - 50px);
    }
}

.right-section-vedette .card {
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 1rem;
    border-radius: 12px;
    border: 1px solid #E4E7E9;
    background-color: #fff;
    padding: 21px;
    box-sizing: border-box;
}

.right-section-vedette .card img {
    object-fit: cover;
    border-radius: 0.5rem;
    pointer-events: none;
    width: 100%;
    height: auto;
}

.produits .cards-container .card img {
    object-fit: cover;
    width: 100%;
    border-radius: 0.5rem;
    pointer-events: none;
}


.produits .cards-container .card h2.text-actif,
.right-section-vedette .card h2.text-actif {
    font-size: 2.25rem;
    color: var(--accent);
    font-weight: 700;
}

.produits .cards-container .card h2.text-gray,
.right-section-vedette .card h2.text-gray {
    font-size: 1.25rem;
    color: #929FA5;
}

.produits .cards-container .card h5,
.right-section-vedette .card h5 {
    font-size: 1.5rem;
    font-weight: 600;
}

.produits .cards-container .card a.cta,
.right-section-vedette .card a.cta {
    margin-top: 1rem;
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

.cta-container {
    display: flex;
    justify-content: center;
}

.produits .cards-container .card .details .price,
.right-section-vedette .card .details .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}


/* #endregion features page */

/* #region contact page */
.contact-page {
    margin-top: 80px;

    @media (width >=48rem) {
        margin-top: 6.5%;
    }
}


.contact-page .hero-container,
.accueil-page .hero-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding-block: 5rem;
}

.contact-page .hero-container .hero .hero-content,
.accueil-page .hero-container .hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;

    @media (width >=64rem) {
        gap: 0px;
    }
}

.contact-page .hero-container .hero .hero-content h1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    @media (width >=64rem) {
        flex-direction: row;
    }
}

.cardies-contact {
    padding-top: initial;
    padding-bottom: 5%;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "cardy1"
        "cardy2"
        "cardy3"
        "cardy4";

    @media (min-width: 640px) {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "cardy1 cardy2"
            "cardy1 cardy3"
            "cardy4 cardy4";
    }

    @media (min-width: 1024px) {
        grid-template-columns: 1fr 1.5fr 1fr;
        grid-template-rows: 100px 1fr;
        grid-template-areas:
            "cardy1  cardy3 cardy4"
            "cardy1 cardy2 cardy4";
    }
}

.cardies-contact .cardy1 {
    grid-area: cardy1;
    background-image: url(../assets/images/IMG_4030.webp);
}

.cardies-contact .cardy4 {
    grid-area: cardy4;
    background-image: url(../assets/images/IMG_4060.webp);
}

.cardies-contact .cardy2 {
    grid-area: cardy2;
    background-image: url(../assets/images/IMG_4069.webp);
}

.cardies-contact .cardy3 {
    grid-area: cardy3;
    color: var(--bg-color1);
    background-color: var(--bg-color2);
    border-radius: 0.5rem;
    transition: 0.5s ease transform;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 1rem;
}

.cardies-contact .cardy3:hover,
.cardies-contact .card-2:hover {
    transform: scale(0.95);
    cursor: pointer;
}

.cardies-contact .hero h1 span {
    display: inline-block;
    line-height: 32px;
    font-size: 3rem;
    font-weight: 800;

    @media (width >=48rem) {
        line-height: 64px;
        font-size: 64px;
    }
}

.cardy3-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 32px;
    width: 100%;
}

/* #endregion features page */


/* #region animation */
.scroll-anim {
    opacity: 0;
    transform: scale(0.8);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    will-change: transform, opacity;
}

/* Bloc 1 */
.anim-1.active {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}

/* Bloc 2 avec scale plus petit */
.anim-2.active {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
}

/* Bloc 3 avec un scale plus grand */
.anim-3.active {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
}

/* #endregion animation */