@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: #2089ff;
    --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 (width <=1024px) {
    :root {
        --automatic-container: calc(100% - 4rem);
    }
}

@media (width <= 596px) {
    :root {
        --automatic-container: calc(100% - 2rem);
    }

    .audience-chip {
        font-size: 0.95rem;
    }
}

html {
    background-color: var(--bg-color1);
    color: var(--color1);
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1024px) {
    html {
        scroll-behavior: smooth;
    }
}

.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: 3rem;

    @media (width >=48rem) {
        padding-block: 3%;
    }
}

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,
.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: 1rem;
}

.nav-link,
button,
.cta-nav {
    font-size: 2.5rem;
}


@media (max-width: 1024px) {

    h1 {
        font-size: 3rem;
        line-height: 1.15;
    }

    h2 {
        font-size: 1.85rem;
        line-height: 1.2;
    }

    h3 {
        font-size: 1.35rem;
        margin-bottom: 2.5vw;
    }

    p,
    span {
        font-size: 1.1rem;
    }

    .nav-link,
    button,
    .cta-nav {
        font-size: 1.25rem;
    }
}

@media (max-width: 1024px) {
    /* Solution */
    .solution-header h2 {
        font-size: 1.85rem;
    }

    .solution-card h2 {
        font-size: 1.05rem;
    }

    .solution-card-right h2 {
        font-size: 1.3rem;
    }

    .solution-result {
        font-size: 0.95rem;
    }

    /* Audience */
    .audience-title {
        font-size: 2.2rem;
    }

    .audience-footnote {
        font-size: 1.3rem;
    }

    /* Pricing */
    .pricing-description {
        font-size: 1.1rem;
    }

    .pricing-price {
        font-size: 2.05rem;
    }

    .pricing-interval {
        font-size: 1rem;
    }

    /* Application */
    .application-title {
        font-size: 2.3rem;
    }

    .application-subtitle {
        font-size: 0.98rem;
    }

    .application-cta {
        font-size: 1.1rem;
    }

    .application-side {
        font-size: 1.6rem;
    }

    .application-item {
        font-size: 1.05rem;
    }

    /* Avis */
    .avis-card-header .author-name {
        font-size: 1.1rem;
    }

    .avis-card p {
        font-size: inherit;
    }

    /* Contact */
    .contact-title {
        font-size: 2.3rem;
    }

    .contact-description {
        font-size: 1.1rem;
    }
}

@media (width <= 596px) {

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
        margin-bottom: 5vw;
    }

    p,
    span {
        font-size: 2rem;
    }

    .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 (width <= 1024px) {
    .page-title {
        font-size: 3rem;
        line-height: 1.15;
    }

    /* .section-title {
        font-size: 1.85rem;
    } */

    .note {
        font-size: 0.95rem;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .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.is-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    justify-content: center;
    text-align: center;
    padding: 10px 24px;
    font-size: 1.05rem;
    max-width: 280px;
    width: 100%;
    background-color: #25D366;
}

.cta.is-whatsapp .cta-icon {
    width: 1.1em;
    height: 1.1em;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.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-position: 65% 100%;
    background-size: cover;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 0.15s 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.25);
    height: 75px;
}

.video_header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.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;
}

.availability-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    cursor: default;
}

.availability-flags {
    display: flex;
    align-items: center;
    gap: 0;
}

.availability-flag {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    flex-shrink: 0;
    overflow: hidden;
    background-color: #ffffff;
    display: block;
    position: relative;
}

.availability-flag + .availability-flag {
    margin-left: -10px;
}

.availability-flag:nth-child(1) {
    z-index: 3;
}

.availability-flag:nth-child(2) {
    z-index: 2;
}

.availability-flag:nth-child(3) {
    z-index: 1;
}

.availability-flag * {
    vector-effect: non-scaling-stroke;
}

.availability-text {
    color: var(--bg-color1);
    font-weight: 600;
    line-height: 1.4;
    font-size: 16px;
}

.cardies .cardy3 {
    cursor: default;
    display: flex;
    align-items: center;
}


.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: inherit;
}

.section-paragraphe {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.section-paragraphe p {
    font-size: inherit;
}



section.classic-section {
    display: flex;
    flex-direction: column;
    gap: 5vw;
}

.solution-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.solution-header h2 {
    font-size: 2.1rem;
    max-width: 680px;
    text-align: center;
    color: var(--color1);
    margin-bottom: 55px;
}

.solution-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-inline: auto;
    max-width: 1190px;
    width: 100%;
    align-items: stretch;

}

.solution-card {
    border-radius: 24px;
    padding: clamp(2.2rem, 3.6vw, 3.2rem) clamp(1.75rem, 3vw, 2.6rem);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    min-height: 280px;
    /* max-width: 520px; */
}

.solution-card-left {
    background: #f2f2f2;
    color: var(--color1);
}

.solution-card-right {
    background: var(--color2);
    color: var(--bg-color1);
}

.solution-card h2 {
    font-size: 1.7rem;
    line-height: 1.2;
    display: inline-block;
}

.solution-card-right h2 {
    font-size: 2.4rem;
    font-weight: 650;
}

.solution-divider {
    height: 2px;
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    margin-top: 1rem;
    margin-bottom: 1.4rem;
}

.solution-card-right .solution-divider {
    background: rgba(255, 255, 255, 0.45);
}

.solution-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.solution-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
}

.solution-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.solution-card-right .solution-icon {
    border-color: rgba(255, 255, 255, 0.6);
}

.solution-icon.is-check {
    color: var(--bg-color1);
}

.solution-icon.is-x {
    color: rgba(0, 0, 0, 0.6);
}

.solution-result {
    margin-top: auto;
    opacity: 0.6;
    font-weight: 600;
}

@media (max-width: 596px) {
    .solution-result {
        padding-top: 1rem;
    }
}

.solution-cta {
    margin-top: 2.2rem;
    align-self: stretch;
    background: #ffffff;
    color: var(--color2);
    padding: 0.7rem 1.25rem;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.solution-cta:hover {
    background-color: var(--color1);
    color: var(--bg-color1);
}

@media (min-width: 768px) {
    .solution-cards {
        grid-template-columns: 1fr 1fr;
    }
}

section.audience-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.audience-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--color1);
    max-width: 900px;
    margin-bottom: 55px;
}

.audience-marquee {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 55px;
}

.audience-row {
    display: flex;
    gap: 0;
    width: max-content;
    align-items: center;
    animation: audience-marquee 40s linear infinite;
}

.audience-row.is-reverse {
    animation-direction: normal;
    animation-duration: 40s;
    animation-delay: -20s;
}

.audience-track {
    display: flex;
    gap: 1.6rem;
    padding-inline: 0;
    padding-right: 1.6rem;
}

.audience-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    background: #f1f1f1;
    border-radius: 14px;
    font-weight: 600;
    color: var(--color1);
    white-space: nowrap;
}

.audience-chip-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2f7df6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.audience-chip.is-selected .audience-chip-dot {
    background: #2f7df6;
    border: none;
}

.audience-chip.is-selected .audience-chip-dot::after {
    content: none;
}

.audience-footnote {
    /* align-self: flex-end; */
    text-align: center;
    max-width: 700px;
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    font-weight: 700;
    color: var(--color1);
}

@keyframes audience-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .audience-row {
        animation: none;
    }
}

/* Application section */
.application-section {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.application-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2.5rem;
}

.application-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 720px;
}

.application-title {
    font-size: clamp(2rem, 3.6vw, 2.7rem);
    font-weight: 800;
    color: #1c274c;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.application-subtitle {
    font-size: 1.3rem;
    color: #1c274c;
    white-space: nowrap;
}

.application-cta {
    background: #2f7df6;
    color: #ffffff;
    font-weight: 700;
    padding: 1.2rem 3rem;
    border-radius: 5px;
    font-size: 1.2rem;
    min-width: 260px;
    text-align: center;
    transition: 0.2s ease background-color;
}

.application-cta:hover {
    background-color: var(--color1);
}

.application-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 540px);
    align-items: center;
    gap: 2.5rem;
}

.application-side {
    font-size: clamp(1.4rem, 2.6vw, 1.9rem);
    font-weight: 500;
    color: #1c274c;
    max-width: 400px;
    line-height: 1.15;
}

.application-card {
    background: #f2f2f2;
    border-radius: 20px;
    margin-top: 50px;
    padding: 1.6rem 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    min-width: min(520px, 100%);
    min-height: 240px;
    justify-content: center;
}

.application-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-weight: 500;
    color: #1c274c;
    font-size: 1.25rem;
}

.application-item span {
    font-size: inherit;
}

.application-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #2f7df6;
    display: inline-block;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .application-header {
        grid-template-columns: 1fr;
    }

    .application-cta {
        align-self: flex-start;
    }

    .application-bottom {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .application-card {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .application-title,
    .application-subtitle {
        white-space: normal;
    }

    .application-cta {
        width: 100%;
        min-width: 0;
    }

    .application-card {
        min-width: 0;
    }
}

@media (min-width: 1024px) {
    .solution-card {
        min-height: 320px;
    }
}

.pricing-section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    text-align: center;
}

.pricing-header {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: center;
}

.pricing-description {
    font-size: 1.3rem;
    color: var(--color1);
    max-width: 720px;
    font-weight: 600;
    opacity: 0.85;
}

@media (max-width: 596px) {
    .pricing-description {
        font-size: 1rem;
        line-height: 1.35;
    }
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: stretch;
    width: 100%;
}

.pricing-card {
    border: 1px solid var(--bg-color3);
    border-radius: 22px;
    padding: 2rem;
    background-color: var(--bg-color1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 260px;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
    color: var(--color1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    --pricing-divider-inset: 7.5%;
}


.pricing-period {
    font-weight: 600;
    color: var(--color1);
    opacity: 0.55;
    line-height: initial;
}

.pricing-price {
    font-size: clamp(2.6rem, 3.4vw, 3.2rem);
    font-weight: 800;
    color: var(--color1);
    line-height: 1.1;
    white-space: nowrap;
}

.pricing-note {
    font-size: 0.95rem;
    color: var(--color1);
    opacity: 0.8;
    line-height: normal;
}

.pricing-badge {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    padding: 0.3rem 0.8rem;
    border-radius: 9999px;
    width: fit-content;
    align-self: center;
}

.pricing-card.is-recommended {
    background: var(--color2);
    color: var(--bg-color1);
    border-color: transparent;
    min-height: 400px;
    transform: translateY(-12px);
    box-shadow: 0 18px 38px rgba(32, 137, 255, 0.25);
    padding-bottom: 4rem;
    margin-top: 55px;
}

.pricing-card.is-recommended .pricing-price {
    color: var(--bg-color1);
}

.pricing-card.is-recommended .pricing-period,
.pricing-card.is-recommended .pricing-note {
    color: var(--bg-color1);
}

.pricing-card.is-recommended .pricing-interval {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-card.is-recommended .pricing-badge {
    background: transparent;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 3rem;
}

.pricing-divider {
    width: calc(100% - (2 * var(--pricing-divider-inset)));
    height: 2px;
    background: var(--bg-color3);
    border-radius: 999px;
    margin-top: 0.5rem;
    margin-inline: auto;
}

.pricing-card.is-recommended .pricing-divider {
    background: rgba(255, 255, 255, 0.7);
    margin-inline: auto;
}

.pricing-period,
.pricing-price,
.pricing-note,
.pricing-badge,
.pricing-savings,
.pricing-interval {
    margin-left: var(--pricing-divider-inset);
    margin-right: var(--pricing-divider-inset);
}

.pricing-savings {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}

.pricing-interval {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bg-color1);
}

.pricing-features {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    gap: 0;
}

.pricing-card.is-recommended .pricing-features {
    margin-top: 10px;
}

.pricing-card.is-recommended .pricing-features span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.05;
}

.pricing-card.is-recommended .pricing-features span.is-continuation::before {
    content: none;
}

.pricing-card.is-recommended .pricing-features span.is-continuation {
    margin-left: calc(20px + 6px + 0.5rem);
    margin-top: 0.05rem;
    margin-bottom: 0.9rem;
}

.pricing-card.is-recommended .pricing-features span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    display: inline-block;
    flex-shrink: 0;
}

.pricing-features span {
    color: var(--bg-color1);
}

.pricing-card.is-recommended .pricing-features span {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 480px) {
    .pricing-card {
        padding: 1.5rem;
    }

    .pricing-price {
        font-size: clamp(2rem, 10vw, 2.6rem);
        white-space: normal;
    }

    .pricing-period {
        font-size: 0.95rem;
        line-height: 1.25;
    }

    .pricing-interval {
        font-size: 0.95rem;
    }

    .pricing-savings {
        font-size: 0.75rem;
    }

    .pricing-card.is-recommended .pricing-features span {
        font-size: 0.9rem;
        line-height: 1.25;
    }

    .pricing-card.is-recommended .pricing-features span.is-continuation {
        margin-bottom: 0.6rem;
    }
}

@media (min-width: 768px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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 {
    padding-block: 20px;
    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);
}

.logo-mobile {
    display: none !important;
}

.logo-desktop {
    display: block !important;
    width: 120px;
    height: auto;
}

/* --- Sur Mobile (Moins de 768px) --- */
@media (width <=64rem) {
    .logo-desktop {
        display: none !important;
    }

    .logo-mobile {
        display: block !important;
        width: 30px;
        /* Ajuste la taille de ton icône ici */
        height: auto;
    }
}

/* 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: inherit;
    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 */
}

body {
    padding-bottom: 0;
}

.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: 1.1;
    font-size: clamp(1.6rem, 4.5vw, 3rem);
    font-weight: 800;

    @media (width >=48rem) {
        line-height: 1.1;
        font-size: clamp(2.6rem, 5.8vw, 5rem);
    }
}

.hero h1 span.span-h1-small {
    font-size: 0.85em;
}

@media (width <= 596px) {
    .hero-content {
        gap: 1rem;
    }

    .hero h1 {
        row-gap: 0.3rem;
        column-gap: 0.35rem;
        margin-bottom: 0.75rem;
        max-width: 10ch;
        text-wrap: balance;
        overflow-wrap: anywhere;
    }

    .hero h1 span {
        font-size: clamp(1.7rem, 8vw, 2.35rem);
        line-height: 1.1;
        display: inline;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .hero h1 span.span-h1-small {
        font-size: clamp(1.3rem, 7vw, 1.6rem);
    }

    .hero h1 span.span-h1-line {
        display: block;
        flex-wrap: wrap;
        max-width: 100%;
        white-space: normal;
    }

    .subtext {
        font-size: clamp(0.9rem, 3.6vw, 1rem);
        max-width: 32ch;
    }
}

@media (width <= 1024px) {
    .hero h1 {
        max-width: 26ch;
        text-wrap: balance;
    }

    .hero h1 span {
        display: block;
        line-height: 1.2;
    }
}

.span-h1 {
    color: var(--black);
}

.hero h1 span.span-h1-line {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

@media (width <= 596px) {
    .hero h1 span.span-h1-line {
        display: inline;
        white-space: normal;
        flex-wrap: wrap;
    }
}

/* 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;
    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;
}

.cardy2 {
    grid-area: cardy2;
    background-image: url(../assets/img/3.png);
    background-position: top;
}

.cardy3 {
    grid-area: cardy3;
    color: var(--bg-color1);
    background-color: var(--bg-color2);
    border-radius: 0.5rem;
    transition: 0.01s ease transform;
}

.accueil-page .card-2:hover {
    transform: scale(0.95);
    cursor: pointer;
}

.accueil-page .cardy3 {
    transition: none;
    cursor: default;
}

.cardy4 {
    grid-area: cardy4;
    background-image: url(../assets/images/ios-app3.png);
}

/* #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;
    justify-content: center;
}

.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: 3rem;

    @media (width >=48rem) {
        padding-block: 3%;
    }
}

.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-carte {
    border-radius: 1rem;
    box-shadow: var(--shadow);
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 400px;
    background-color: #E4E7E9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: 600;
}

.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 (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;
}

.contact-container > * {
    min-width: 0;
}

/* 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);
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 0;
    margin: 2.5rem 0 0;
    padding-left: 3.5rem;
}

.about-features li {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-weight: 600;
    color: var(--color1);
}

.about-feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2f7df6;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.form-actions .submit-button {
    width: auto;
    flex: 1;
}

/* 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;
    width: 100%;
}

.stacked-image {
    height: 18rem;
    width: 100%;
    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-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
}

.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: 5px;
    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 (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: inherit;
    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: 50px;
    width: 150x;
}

/* Copyright */
.copyright {
    color: var(--white);
    text-align: center;
    order: 1;
}

.copyright a {
    color: #ffffff;
    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: 1.75rem;
    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-mail {
    width: 2rem;
    height: 2rem;
    color: var(--white);
    fill: none;
}

.social-icon:hover,
.social-icon-mail: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 {
    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;
    margin-inline: auto;

    @media (width >=64rem) {
        width: calc(1/2 * 100%);
    }
}

.cardies-about .cardy1 {
    grid-area: cardy1;
    background-image: url(../assets/images/Mockup_1.png);
}

.cardies-about .cardy2 {
    grid-area: cardy2;
    background-image: url(../assets/images/BG_2.png);
}

.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: inherit;
    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(2, 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;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.footer-legal a {
    color: #b0b0b0;
}

.footer-legal a:hover {
    color: #b0b0b0;
}

.footer-legal-sep {
    opacity: 0.5;
}

.footer-section .copyright .footer-legal {
    justify-content: center;
    margin-top: 0.35rem;
}

.footer-section .footer-legal a {
    color: #b0b0b0;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1.5rem;
}

.modal.open {
    display: flex;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.modal-content {
    position: relative;
    background: var(--bg-color1);
    color: var(--color1);
    border-radius: 16px;
    width: min(800px, 100%);
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--grey);
}

.modal-header h3 {
    font-size: 1.25rem;
}

.modal-close {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--color1);
}

.modal-body {
    padding: 1.25rem 1.5rem;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 1.6;
    font-size: 0.95rem;
}

@media (width <= 596px) {
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal-content {
        max-height: 85vh;
    }

    .modal-body {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .modal-body p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

.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;
}

.feature-page .hero-container .hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;


}

@media (width >=64rem) {

    .feature-page .hero-container .hero .hero-content {
        gap: 32px;
    }

    .feature-page .hero-container{
        flex-direction: row;
        gap: 40px;
    }

}

.cardies-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 colonnes */
    grid-template-rows: 1fr 0.5fr;
    /* 2 lignes */
    grid-template-areas:
        "cardy1 cardy1"
        "cardy2 cardy3";
    gap: 1rem;
}

@media (width >=64rem) {
    .cardies-feature {
        width: calc(3/5 * 100%);
        grid-template-rows: 1fr 100px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "cardy1 cardy2"
            "cardy1 cardy3";
    }

}

.svg-cardy {
    width: 36px;
    height: 36px;
    fill: currentColor;
    color: white;
}

.cardies-feature .cardy1 {
    grid-area: cardy1;
    background-image: url(../assets/images/ios-app3.png);
}

.cardies-feature .cardy2 {
    grid-area: cardy2;
    background-image: url(../assets/img/3.png);
}

.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%;
}

.avis-grid > * {
    min-width: 0;
}

.avis-card-header .author {
    min-width: 0;
}

@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-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    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: inherit;
    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;
    -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);
    }
}

@media (max-width: 1023px) {
    .produits .cards-container,
    .classic-section .cards-container {
        cursor: grab;
    }

    .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: 1px solid #E4E7E9;
    background-color: #fff;
    padding: 21px;
    box-sizing: border-box;

    @media (min-width: 640px) {
        width: calc(1/3 * 100% - 50px);
    }
}

.card .image {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.card .image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
}

.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-top: 5rem;
    padding-bottom: 2rem;
}

@media (max-width: 596px) {
    .contact-page .hero-container {
        padding-block: 3rem;
        gap: 3rem;
    }

    .contact-page .hero-container .hero .hero-content h1 span {
        font-size: clamp(2.4rem, 9.5vw, 3.2rem);
        line-height: 1.1;
    }
}

.contact-page .hero-container .hero .hero-content,
.accueil-page .hero-container .hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;


}

.hero-content h1 .icon-accueil {
    display: none;
    color: var(--color2);
    vertical-align: middle;
}

.icon-accueil {
    display: none;
    vertical-align: middle;
    color: var(--color2);
}

.icon-accueil-mobile {
    display: inline-flex;
    vertical-align: middle;
    color: var(--color2);
}

/* Grand ?cran uniquement */
@media (min-width: 1024px) {
    .hero-content h1 .icon-accueil {
        display: inline-flex;
        color: var(--color2);
        vertical-align: middle;
    }

    .icon-accueil {
        display: inline-flex;
    }

    .icon-accueil-mobile {
        display: none;
    }
}



.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) {
    .cardies-contact {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "cardy1 cardy2"
            "cardy1 cardy3"
            "cardy4 cardy4";
    }
}

@media (min-width: 1024px) {
    .cardies-contact {
        grid-template-columns: 1.3fr 1fr 1fr;
        grid-template-rows: 1fr 100px;
        grid-template-areas:
            "cardy1 cardy2 cardy4"
            "cardy1 cardy3 cardy4";
    }
}

.cardies-contact .cardy1 {
    grid-area: cardy1;
    background-image: url(../assets/images/ios-app3.png);
}

.cardies-contact .cardy4 {
    grid-area: cardy4;
    background-image: url(../assets/images/Mockup_2.png);
}

.cardies-contact .cardy2 {
    grid-area: cardy2;
    background-image: url(../assets/images/BG_2.png);
}

.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 */

/* #region download fab */
.download-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    background: var(--bg-color2);
    color: var(--bg-color1);
    display: grid;
    place-items: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.download-fab:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.download-fab-icon svg {
    width: 28px;
    height: 28px;
    display: block;
}

.download-fab-tooltip {
    position: absolute;
    right: 76px;
    bottom: 8px;
    background: var(--bg-color1);
    color: var(--color1);
    border-radius: 16px;
    padding: 20px 12px;
    font-size: 0.85rem;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(4px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.download-fab-title {
    font-weight: 700;
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}

.download-fab-desc {
    display: block;
    font-weight: 400;
}

.download-fab-tooltip::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: var(--bg-color1);
    transform: translateY(-50%) rotate(45deg);
}

.download-fab:hover .download-fab-tooltip {
    opacity: 1;
    transform: translateY(0);
}

@media (width <= 596px) {
    .download-fab {
        width: 56px;
        height: 56px;
        right: 14px;
        bottom: 14px;
    }

    .download-fab-tooltip {
        display: none;
    }

    .download-fab-icon svg {
        width: 24px;
        height: 24px;
    }

    .download-fab-tooltip {
        right: 68px;
        font-size: 0.8rem;
        white-space: normal;
        max-width: 220px;
    }
}
/* #endregion download fab */
.pricing-card:not(.is-recommended) {
    margin: auto 0;
}


@charset "UTF-8";
