@media only screen and (max-width: 768px) {    
    .text-list-cgu {
        font-size: 14px !important;
    }
}

.logo-text {
    color: white;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.logo-subtext {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
}

.banner-text-title {
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    background: -webkit-linear-gradient(45deg,#ffffff, #65BFF1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media all and (max-width: 991px){
    .banner-text-title{
        font-size: 30px;
        line-height: 1;
    }
}


.banner-text-list
{
    list-style: initial;
    margin: initial;
    padding: 0 0 0 20px;
}

.banner-desc {
    color: white;
}

.feature-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-text {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.email {
    color: #0075A7 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.contact .email {
    color: white !important;
}

.text-list-cgu {
    text-align: start;
    color: #818992;
    font-size: 16px;
}

.text-info-cgu {
    text-align: start;
    color: #aaafb5;
    font-size: 14px !important;
    padding-top: 8px;
    text-align: justify;
}

.text-cookie {
    text-align: justify;
    color: #818992;
    font-size: 16px !important;
}

.contact-text-cgu {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}