*{
    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: 'Inter',sans-serif;
    background-color: #1f1f1f; /*#f6f6f6*/
    box-sizing: border-box;
    width:100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;  /*effet smooth sur toutes les ancres*/
}

.header
{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background-color: #1f1f1f;
    border-bottom:1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: center;
}

.innerheader
{
    width: 800px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#headerlogo
{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.5px;
    color: #d1d0cf;
    text-decoration: none;
}

#headerlogo img {
    width: 20px;
    margin-right: 3px;
    box-sizing: border-box;
    user-select: none;
    poInter-events: none;
}

#headerlink
{
    text-decoration: none;
    font-size:15px;
    font-weight:500;
    color:#d1d0cf;
    background-color: #363636;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    border-radius:5px;
    border:1px solid rgba(255,255,255,0.1);
}

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

.giantbox h1
{
    font-size:55px;
    font-weight:600;
    color:#d1d0cf;
    letter-spacing: -1px;
}

.giantbox h1 span
{
    color:#e16540;
}


.giantbox p
{
    font-family: 'Inter',sans-serif;
    font-weight:500;
    font-size:20px;
    color:grey;
    margin-top: 10px;
    text-align: center;
    max-width: 612px;
}

#giantboxget
{
    border:0;
    background-color: #e16540;
    border-radius:5px;
    font-family: 'Inter',sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: white;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    cursor: poInter;
    user-select: none;
    margin-top: 50px;
    text-decoration: none;
    
}

#giantboxget img
{
    width:17px;
    box-sizing: border-box;
    margin-right: 5px;
    user-select: none;
    poInter-events: none;
}

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

#giantboxchrome
{
    cursor: pointer;
}

#giantboxchrome img
{
    width: 218px;
    border-radius: 5px;
    margin-top: 20px;
    user-select: none;
    pointer-events: none;
}

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

.giantboxvideo
{
    width: 700px;
    box-sizing: border-box;
    margin-top: 80px;
    padding:20px;
}

.giantboxvideo img
{
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: #101010;
    border: 1px solid rgba(255, 255, 255, 0.1);
    user-select: none;
    pointer-events: none;
}

.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: #d1d0cf;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: center;
}

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

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

.pricingboxoff
{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: white;
    background-color: #e16540;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricingboxtitle
{
    margin-bottom: 50px;
}

.pricingboxtitle h2
{
    color:#d1d0cf;
    font-family: 'Inter',sans-serif;
    font-weight:600;
    font-size:40px;
    text-align: center;
}

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

.pricing
{
    box-sizing: border-box;
    border-radius:10px;
    padding:30px;
    width: 400px;
    position: relative;
}

.pricingpopular
{
    position: absolute;
    left:0;
    top:0;
    right:0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.pricingpopular h2
{
    color:white;
    background-color: #e16540;
    font-family: 'Poppins',sans-serif;
    font-weight:600;
    font-size:12px;
    padding:1px;
    padding-left:6px;
    padding-right:6px;
    margin-top: -8px;
    border-radius:3px;
}

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

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

.pricingamount
{
    margin-bottom: 20px;
}

.pricingamount h2
{
    font-weight:400;
    font-size:13px;
    color:grey;
}

.pricingamount h2 span
{
    font-family: 'Poppins',sans-serif;
    font-weight:600;
    font-size:48px;
    color:#101010;
    margin-right:5px;
}

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

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


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

.pricingfeatures h2
{
    font-family: 'Poppins',sans-serif;
    font-weight:500;
    font-size:15px;
    color:#d1d0cf;
    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;
}

.pricingfeatures h2 span
{
    background-color: #e1654047;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 4px;
}

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

.pricingupgrade a
{
    font-family: 'Inter',sans-serif;
    font-weight:600;
    font-size:15px;
    color:#d1d0cf;
    padding:15px;
    width: 100%;
    box-sizing: border-box;
    border-radius:8px;
    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);
}

.pricingupgrade p
{
    font-family: 'Inter',sans-serif;
    font-size:12px;
    font-weight:500;
    color:grey;
    margin-top: 10px;
    text-align: center;
}

.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: 'Inter',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 .pricingtitle h2, .pricing .pricingtitle p, .pricing .pricingamount h2 span, .pricing .pricingfeaturestitle h2, .pricing .pricingfeatures h2
{
    color:#d1d0cf;
}

.pricing .pricingupgrade a
{
    background-color: #e16540;
    color:white;
}

.pricing:last-child
{
    border:1px solid #e16540;
}




.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: #d1d0cf;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: center;
    
}

.faqboxtitle p
{
    font-size: 21px;
    color: grey;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    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: #d1d0cf;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.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: 'Inter', 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: #1f1f1f;
}

.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: 'Inter',sans-serif;
    font-weight:600;
    font-size:15px;
    color:grey;
}

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

.footerelement a
{
    font-family: 'Inter',sans-serif;
    font-weight:500;
    font-size:15px;
    color:#d1d0cf;
    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) {
    .innerheader
    {
        width: 100%;
        padding-left:20px;
        padding-right:20px;
    }
    .giantbox
    {
        padding-top:50px;
        padding-bottom:50px;
    }
    .giantbox h1
    {
        font-size:46px;
    }
    .giantboxvideo
    {
        width: 100%;
    }
    .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;
    }
    .pricingboxtitle h2
    {
        font-size:30px;
    }
    .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;
    }

}