*{
    margin:0;
    transition: 0.1s;
}

button:active
{
    opacity: 0.8;
    transform: scale(0.95);
}

html{
    scroll-behavior: smooth;  /*effet smooth sur toutes les ancres*/
}

body
{
    margin:0;
    padding:0;
    font-family: 'Chakra Petch',sans-serif;
    background-color: white; /*#f6f6f6*/
    box-sizing: border-box;
    width:100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;  /*effet smooth sur toutes les ancres*/
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: grayscale(1) blur(0px) brightness(0.5);
    z-index: -1;
    border-radius: 50px;
    padding: 40px;
    box-sizing: border-box;
}

.giantbox
{
    width: 100%;
    height: 100vh;
    top:0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header
{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header h2
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:800;
    font-size:30px;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    opacity: 0.8;
    /*font-style: italic;*/
    user-select: none;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7));
}

.header h2 img
{
    height: 30px;
    box-sizing: border-box;
    margin-right: 2px;
    /*transform: rotate(7deg);*/
    user-select: none;
    pointer-events: none;
}

.header h2 span
{
    margin-top:-4px;
}

.header h1
{
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    font-size: 94px;
    color: white;
    /* font-style: italic; */
    text-transform: uppercase;
    line-height: 87px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
}

.header button
{
    padding:15px;
    padding-left:20px;
    padding-right:20px;
    border:0;
    background-color: rgb(0 255 230);
    font-family: 'Chakra petch',sans-serif;
    font-size:20px;
    font-weight:800;
    color:black;
    border-radius:8px;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
}

.header button img
{
    width:20px;
    margin-right: 5px;
    box-sizing: border-box;
}

.benefitgiantbox
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.benefitbox
{
    width: 800px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.benefitbox h2
{
    font-size: 40px;
    color: #1b1b1b;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
}

.benefitbox p
{
    font-size: 21px;
    color: grey;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.benefitvideo
{
    width: 700px;
    box-sizing: border-box;
}

.benefitvideo video
{
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: #101010;
}

.pricingbox
{
    width: 100%;
    box-sizing: border-box;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.pricingboxoff
{
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: white;
    background-color: #101010;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
}

.pricingboxperiod
{
    margin-bottom:30px;
}

.pricings
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:50px;
}

.pricing
{
    width:400px;
    box-sizing: border-box;
    background-color: rgb(0 255 230);
    border-radius:10px;
    padding:30px;
}

.pricing:first-child
{
    background-color: rgb(229 229 229);
}

.pricingtitle h2
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:600;
    font-size:25px;
    color:#101010;
}

.pricingtitle p
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:400;
    font-size:20px;
    color:#101010;
}

.pricingamount
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pricingamount h2
{
    font-weight:500;
    font-size:20px;
    color:grey;
}

.pricingamount h2 span
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:800;
    font-size:50px;
    color:#101010;
    margin-right:10px;
}

.pricingfeaturestitle
{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.pricingfeaturestitle h2
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:600;
    font-size:20px;
    color:#101010;
}


.pricingfeatures
{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.pricingfeatures h2
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:500;
    font-size:15px;
    color:#101010;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pricingfeatures h2 img
{
    width: 16px;
    margin-right:8px;
    user-select: none;
    pointer-events: none;
    opacity: 0.9;
}

.pricingfeaturesupgrade
{
    width: 100%;
    box-sizing: border-box;
}

.pricingupgrade a
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:500;
    font-size:20px;
    color:rgb(0 255 230);
    padding:15px;
    width: 100%;
    box-sizing: border-box;
    border-radius:10px;
    border:0;
    background-color:#101010;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    user-select: none;
}

.pricingupgrade a img
{
    width:20px;
    margin-right:5px;
    user-select: none;
    pointer-events: none;
}

.pricingupgrade a:active
{
    opacity: 0.8;
    transform: scale(0.95);
}

.pricing:first-child .pricingupgrade a
{
    color:#e5e5e5;
}

.switch-container {
    display: inline-block;
}

.switch {
    position: relative;
    width: 180px;
    height: 50px;
    background-color: #101010;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.label {
    font-family: 'Chakra Petch',sans-serif;
    font-size: 18px;
    color: #e5e5e5; /* Le texte par défaut est blanc */
    user-select: none;
    z-index: 1;
    font-weight: 600;
}

#label-monthly {
    margin-left: 9px;
}

#label-annually {
    margin-right: 15px;
}

.slider {
    position: absolute;
    width: 95px;
    height: 40px;
    background-color: rgb(0 255 230);
    border-radius: 6px;
    top: 5px;
    left: 5px;
    transition: left 0.3s ease;
}

.switch.active .slider {
    left: 100px;
}

/* Quand le switch est activé (Annually), le texte de Monthly devient blanc */
.switch.active #label-monthly {
    color: #e5e5e5;
}

/* Quand le switch est activé (Annually), le texte de Annually devient noir */
.switch.active #label-annually {
    color: #101010;
}

/* Quand le switch est inactif (Monthly), le texte de Monthly est noir */
.switch #label-monthly {
    color: #101010;
}

/* Quand le switch est inactif (Monthly), le texte de Annually est blanc */
.switch #label-annually {
    color: #e5e5e5;
}

.pricing:first-child
{
    background-color: #101010;
}

.pricing:first-child .pricingtitle h2, .pricing:first-child .pricingtitle p, .pricing:first-child .pricingamount h2 span, .pricing:first-child .pricingfeaturestitle h2, .pricing:first-child .pricingfeatures h2
{
    color:#e5e5e5;
}

.pricing:first-child .pricingupgrade a
{
    background-color: rgb(0 255 230);
    color:#101010;
}




.faqgiantbox
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.faqbox
{
    width: 800px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faqboxtitle
{
    margin-bottom: 50px;
}

.faqboxtitle h2
{
    font-size: 40px;
    color: #1b1b1b;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 45px;
    
}

.faqboxtitle p
{
    font-size: 21px;
    color: grey;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.faqboxtitle p a
{
    color:grey;
}

.faqboxlist
{
    width: 600px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.faq
{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.faqheader
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;   
    align-items: center; 
}

.faqname
{
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.faqrond
{
    width: 15px;
    height: 2px;
    border-radius: 1px;
    background-color: rgb(255 116 0);
    box-sizing: border-box;
    margin-right: 20px;
}

.faqname h2
{
    font-size: 20px;
    color: #1b1b1b;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
}

.faqopen button
{
    width:20px;
    height:20px;
    border:0;
    background-color: transparent;
    cursor: pointer;
    margin:0;
    padding: 0;
    display: flex;
    align-items: center;

}

.faqopen button img
{
    width:100%;
    user-select: none;
    pointer-events: none;
}

.faqcontent
{
    width: 100%;
    box-sizing: border-box;
    padding-top:10px;
    padding-left:35px;
    display: none;
}

.faqcontent p
{
    font-size: 17px;
    color: grey;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
}

.faqcontent p a
{
    color:grey;
}


.footerbox
{
    width: 100%;
    border-top: 0px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: white;
}

.footer
{
    width: 1000px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap:30px;
}

.footerelement img
{
    width:150px;
    box-sizing: border-box;
    user-select: none;
    pointer-events: none;
    margin-bottom: 10px;
}

.footerelement p
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:600;
    font-size:15px;
    color:grey;
}

.footerelement h2
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:800;
    font-size:15px;
    color:grey;
    margin-bottom: 10px;
}

.footerelement a
{
    font-family: 'Chakra Petch',sans-serif;
    font-weight:500;
    font-size:15px;
    color:#101010;
    text-decoration: none;
    display: flex;
    margin-bottom: 10px;
}

.footerelement a:hover
{
    text-decoration: underline;
}

#listmyai
{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}


@media screen and (max-width: 1000px) {
    .background-video{
        padding:0;
        border-radius: 0;
    }
    .giantbox
    {
        padding:20px;
    }
    .header h1{
        font-size: 63px;
        line-height: 59px;
    }
    .benefitgiantbox
    {
        padding:20px;
    }
    .benefitbox
    {
        width: 100%;
    }
    .benefitbox h2
    {
        font-size: 27px;
        line-height: 32px;
    }
    .benefitbox p
    {
        font-size: 18px;
    }
    .benefitvideo
    {
        width: 100%;
    }
    .benefitvideo video
    {
        border-radius:5px;
    }
    .pricingamount h3
    {
        float:none !important;
    }
    .pricings
    {
        grid-template-columns: 1fr;
        grid-gap:20px;
    }
    .pricing
    {
        width: 100%;
    }
    .faqbox
    {
        width: 100%;
        padding:20px;
    }
    .faqboxtitle h2
    {
        font-size: 27px;
        line-height: 32px;
    }
    .faqboxtitle p
    {
        font-size: 18px;
    }
    .faqboxlist
    {
        width: 100%;
    }
    .footer
    {
        width: 100%;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footerelement a
    {
        justify-content: center;
    }
    #listmyai
    {
        margin:0 auto;
        margin-top:15px;
    }

}