.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.saira {
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

/* --- RESET ET BASE --- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body {

    background-color: #1E1E1E;

}

.navbar {
    padding: 40px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    background-color: #1E1E1E;
    font-size: #1E1E1E;
}

.burger {
    display: none;
}

.logo {
    font-family: "Bebas Neue";
    font-size: 40px;
    font-weight: 400;
    /* On prépare un dégradé plus large pour l'animer */
    background: linear-gradient(90deg, #8BBAFF, #F192FF, #8BBAFF);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Animation infinie */
    animation: shine 4s linear infinite;
    text-decoration: none;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    gap: 40px;
    display: flex;
    align-items: center;
}

.nav-links_client {
    color: #FFF;
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

/* État de base du bouton */
.nav-links_contact {
    color: #000 !important;
    /* Force le noir pour la lisibilité sur le dégradé */
    font-family: Saira, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    display: inline-flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-decoration: none;

    /* Animation du dégradé */
    background: linear-gradient(90deg, #8BBAFF, #F192FF, #8BBAFF);
    background-size: 200% auto;
    /* Important pour que le dégradé puisse "bouger" */
    box-shadow: 0 0 10.8px 1px rgba(241, 146, 255, 0.49);
    transition: all 0.5s ease;
}

/* Animation au Hover */
.nav-links_contact:hover {
    background-position: right center;
    /* Déplace le dégradé */
    box-shadow: 0 0 20px rgba(241, 146, 255, 0.8);
    /* Glow plus intense */
}

.nav-links_insta svg {
    width: 30px;
    height: 30px;
    fill: white;

}

.nav-links_insta svg {
    width: 30px;
    height: 30px;
    /* On utilise transition pour que le changement de couleur soit fluide */
    transition: all 0.3s ease-in-out;
}

.nav-links_insta svg {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
}

.nav-links_insta:hover svg {
    filter: drop-shadow(0 0 6px rgba(241, 146, 255, 0.6));
}

.nav-links_insta:hover svg path {
    fill: #F192FF;
}

.content-index {
    padding: 0 0px;
}

.content-index h1 {
    font-family: "Bebas Neue";
    padding: 0 40px;
    font-size: 167.208px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #8BBAFF 0%, #F192FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 80px 0;
    text-align: center;
}


/* contact */
.content-contact {}

.hero-contact h1 {
    font-family: "Bebas Neue";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(-179deg, #8BBAFF 0%, #F192FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;


}

.hero-contact {
    margin: 0px auto;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-contact p {
    max-width: 808px;
    color: #FFF;
    font-family: "Saira", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.hero-links {
    padding: 0 40px;
    display: flex;
    gap: 110px;
    flex-direction: row;
    justify-content: space-evenly;
    list-style: none;
    margin-bottom: 40px;
}

.hero-contact ul li {}

.hero-links li a {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none
}

.hero-links li a:hover {
    text-decoration: underline;
}

footer {
    padding: 80px 40px 40px 40px;
    display: flex;
    justify-content: space-between;
}

.bottom {
    flex-direction: column;
    gap: 30px;
}

.nav-links {
    list-style: none;
    top: 100%;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 32px 0;
    gap: 32px;
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: all 0.3s ease-in-out;
    /* z-index: -1; */
    justify-content: flex-end;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.nav-links li a:not(.nav-links_contact) {
    position: relative;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

.nav-links li a:not(.nav-links_contact)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    /* Départ à 0 */
    height: 2px;
    background: linear-gradient(90deg, #8BBAFF 0%, #F192FF 100%);
    transition: width 0.3s ease;
}

.nav-links li a:not(.nav-links_contact):hover::after {
    width: 100%;
}

.nav-links li a.active-link::after {
    width: 100%;
}

.nav-links li a.active-link {
    color: #F192FF;
}

.nav-links_client {
    position: relative;
    text-decoration: none;
    padding-bottom: 2px;
}

.nav-links_client::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #8BBAFF 0%, #F192FF 100%);
    transition: width 0.3s ease-in-out;
}

.nav-links_client:hover::after {
    width: 100%;
}

.nav-links_client:hover {
    text-shadow: 0 0 8px rgba(241, 146, 255, 0.3);
    transition: all 0.3s ease;
}

.nav-links-footer {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.flexdem-1 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;

}

.flexdem-1>div {
    flex: 0 0 50%;

    max-width: 50%;

}

.flexdem-1 p {
    color: #E4E4E4;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
    /* 120% */
}

.flexdem-1 h2 {
    color: #E4E4E4;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;

    /* 128.571% */
}

.flexdem-1 img {
    width: 100%;
    height: auto;
    display: block;
}

.flexdem-1-2 {
    padding: 40px;
}

.flexdem-1-2_title {
    display: flex;
    align-items: center;
    gap: 20px;

}

.flexdem-1-2_underline {
    margin-bottom: 60px;
    margin-top: -3px;
}

.second p,
.second h2 {

    color: black;
}

.second {
    background: white;
}

.offres h2 {
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    /* 128.571% */
    margin-top: 80px;
    margin-bottom: 160px;
}

.mieux {
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    /* 128.571% */
    margin-top: 80px;
    margin-bottom: 160px;
}

.mieux svg {
    position: absolute;
    left: 0;
    width: 100%;
    top: 90%;
}

.container-bouton {
    text-align: center;
    width: 100%;
}

.pricing-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    perspective: 1000px;
}

.pricing-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 80px 24px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-out;
    transform-style: preserve-3d;
    will-change: transform, box-shadow;

}


.pricing-card:hover {
    box-shadow:
        -7px 7px 15px rgba(139, 186, 255, 0.8),
        7px -7px 15px rgba(241, 146, 255, 0.8),
        0 0 25px rgba(139, 186, 255, 0.9),
        0 0 25px rgba(241, 146, 255, 0.9);
}

.card-header {
    text-align: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}

.card-header h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.card-header .duration {
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.card-header .frequency {
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    color: #666;
    min-height: 20px;
}

.card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.card-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

.card-image-placeholder {
    position: absolute;
    left: 50%;

    top: 0;
    transform: translate(-50%, -50%);
}

/* Le fameux V violet (::before) */
.card-list li::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;

    /* L'IMAGE À REMPLACER */
    background-image: url('images/check-mark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}




.interess {
    margin: 80px auto;
    text-align: center;
    border-radius: 28px;
    padding: 8px 27px;
    gap: 10px;
    color: #000;
    font-family: "Saira";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 191.667% */
    text-decoration: none;
    background: linear-gradient(90deg, #8BBAFF, #F192FF, #8BBAFF);
    background-size: 200% auto;

    box-shadow: 0 0 10.8px 1px rgba(241, 146, 255, 0.49);
    transition: all 0.5s ease;
}

.interess:hover {
    background-position: right center;

    box-shadow: 0 0 20px rgba(241, 146, 255, 0.8);

}

.title-faq {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 113px;
    text-align: center;
    margin-top: 80px;
    /* 117.708% */
}

.faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 16px 24px;
    padding: 0 40px;
    max-width: 1000px;

    margin: 0 auto;

    align-items: start;
}


.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #fff;

    border-radius: 12px;
    color: #fff;

    font-size: 18px;
    font-family: 'Saira', sans-serif;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
    /* Animation fluide */
}


.faq-question:hover,
.faq-question.active {

    background: linear-gradient(90deg, #8BBAFF 0%, #F192FF 100%);
    color: #000;

    border-color: transparent;

}


.icon-arrow {
    transition: transform 0.3s ease;
}


.faq-question.active .icon-arrow {
    transform: rotate(180deg);
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;

}


.faq-answer-content {
    padding: 16px 24px;
    color: #fff;

    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

#logo-clothilde path {
    stroke-width: 1.5px;
    stroke: url(#paint0_linear_197_270);
    fill-opacity: 0;
}

#logo-clothilde {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 20px auto;
}

/* --- DESKTOP (Ecrans larges : plus de 768px) --- */
@media screen and (max-width: 1000px) {

    .hero-links {
        display: block;
        padding-bottom: 50px;
    }

    .hero-links li {
        margin-bottom: 30px;
    }

    .hero-contact p {
        max-width: inherit;
        padding: 0 40px;
    }

    footer {
        display: inherit;
    }

    .nav-links {
        /*justify-content: end;*/
        top: 0;
        height: 100vh;

    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 30px;
    }

    .nav-links_client {
        padding-bottom: 20px;
    }

    .nav-links_insta svg {
        width: 60px;
        height: 60px;
        transition: all 0.3s ease-in-out;
        padding-top: 20px;
    }

    .burger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        position: relative;
        z-index: 12;
    }


    .barre {
        display: block;
        width: 25px;
        height: 3px;
        background: linear-gradient(90deg, #8BBAFF 0%, #F192FF 100%);
        transition: all 0.3s ease;
    }


    .nav-links {
        list-style: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #1E1E1E;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 32px;


        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        z-index: 10;
    }

    .nav-links.active {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0);
        visibility: visible;

    }


    .burger.active .barre:nth-child(2) {
        opacity: 0;
    }

    .burger.active .barre:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .burger.active .barre:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero-contact h1 {
        font-size: 50px;
        padding: 0 40px;
        text-align: center;
    }

    .content-index h1 {
        font-size: 80px;
        padding: 0 40px;
        text-align: center;
    }

    .nav-links-footer {
        display: flex;
        justify-content: end;
        gap: 20px;
    }

    .pricing-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


@media screen and (max-width: 768px) {
    #logo-clothilde {
        max-width: 100%;

    }

    .faq-container {
        grid-template-columns: 1fr;
    }

    .flexdem-1 {
        display: inline;
    }

    .flexdem-1>div {
        flex: inherit;
        max-width: inherit;
    }

    .flexdem-1 img {
        height: 700px;
        object-fit: cover;
    }

    .second {
        flex-direction: column-reverse;
        display: flex;
    }

    .flexdem-1-2_underline {
        width: 100%;
    }

    .flexdem-1-2_title svg {
        display: none;
    }

    .pricing-container {

        gap: 120px;
    }
}