

body{
    background:
    radial-gradient(ellipse 90% 140% at 20% 40%, #cfeeff 0%, transparent 30%),   
    radial-gradient(ellipse 90% 100% at 75% 70%, #d0f0ff 0%, transparent 30%),  
    #ffffff; 
    background-attachment: fixed;
}

/* HERO SECTION */


.surlignage{
    text-transform: uppercase;
}

.titre-cta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    
}

.titre-cta h1{
    font-size: 70px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    margin: 0;
    max-width: 90%;
}

.titre-cta h2{
    color: #6B7280;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: 60%;
    margin: 50px 0 50px 0;;
}

/* CARDS HEADER */

.container-cards-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 80px 0 80px 0;
}

.cards-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    height: 20%;
    padding: 40px;
    background-color: white;
    border-top: 3px solid rgba(0, 163, 255, 0.4);
    border-radius: 25px;
    box-shadow: 
    0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cards-header:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.svg-cards-header{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
    45deg,
    rgba(0, 163, 255, 0.15) 0%,
    rgba(0, 163, 255, 0.10) 50%,
    rgba(15, 38, 139, 0.1) 100%
    );
    width: 80px;
    height: 80px;
    border-radius: 100px;
}

.title-cards-header{
    font-size: 18px;
    font-weight: 400;
    color: #0F268B;
    text-align: center;
}

.text-cards-header{
    font-size: 16px;
    font-weight: 400;
    color: #364153;
    text-align: center;
}

/* FIN CARDS HEADER */

/* FIN HERO SECTION */



/* WHY US */

.why-us{
    display: flex;
    flex-direction: column;
    margin: 100px 0 100px 0;
}

.why-us h2{
    font-family: 'Karla';
    font-size: 90px;
    font-weight: 600;
    color: #0F268B;
    text-transform: uppercase;
    padding-left: 4.5%;
    margin: 0;
}

.text-wu-trans{
    width: 100%;
    background-color: transparent;
    padding: 1% 0 1% 5%;
}

.text-wu-blue{
    width: 100%;
    background-color: #0F268B;
    padding: 1% 0 1% 5%;
}

.text-wu-trans p{
    font-family: 'Karla';
    font-size: 42px;
    text-transform: uppercase;
    width: 80%;
    color: black;
}

.text-wu-blue p{
    font-family: 'Karla';
    font-size: 42px;
    text-transform: uppercase;
    width: 80%;
    color: white;
}

/* FIN WHY US */



/* BAR COUNTER */

.bar-counter{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.counter{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 60px;
    font-weight: 600;
    color: #00A3FF;
}

.order-mobile3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: -50px;
}

.sss{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sssvg{
    width: 105px;
}



.text-counter{
    font-size: 16px;
    color: #364153;
}

/* FIN BAR COUNTER */

.faq{
    margin-top: 60px;
}





@media (max-width: 1220px){
    .titre-cta h1{
        font-size: 52px;
    }

}



@media (max-width: 900px){
    .titre-cta h1{
        font-size: 42px;
    }

    .titre-cta h2{
        font-size: 16px;
        width: 70%;
    }

    .container-cards-header{
        flex-direction: column;
        gap: 40px;
        
    }

    .cards-header{
        width: 60%;
    }

    .why-us h2{
        font-size: 70px;
    }

    .text-wu-trans p{
        font-size: 32px;
    }

    .text-wu-blue p{
        font-size: 32px;
    }

}



@media (max-width: 700px){
    .titre-cta h1{
        font-size: 32px;
    }

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

    .order-mobile1{
        order: 1;
    }    

    .order-mobile3{
        order: 1;
    }

    .sssvg{
        width: 125px;
    }

    .counter{
        font-size: 90px;  
    }

}


@media (max-width: 500px){
    .cards-header{
        width: 60%;
    }

    .why-us h2{
        font-size: 36px;
    }

    .text-wu-trans p{
        font-size: 22px;
    }

    .text-wu-blue p{
        font-size: 22px;
    }
}