.rgpd_image, .new_partner_image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_partner_titre, .rgpd_titre {
    align-items:center;
    font-weight: bold;
    color: black;
    }

.rgpd_text, .new_partner_text {
    text-align: justify;
    font-size: 0.8em;
    color: black;
}

.cta_cool {float: right;}
.cta_pascool {float: left; color:#E6B697;}





#RGPD_warning {
    display: none;
    position: absolute;
    width: 50%;
    bottom: 5%;
    right: 15%;
    z-index: 9980;
    font-size: small;
    text-align: center;
    border: 0.1rem solid;
    border-color: #D64E26;
    border-radius: 10px;
    background-color: #FBE5D6;
}


#new_partner {
    display: none;
    position: absolute;
    width: 50%;
    top: 20%;
    right: 15%;
    z-index: 9999;
    font-size: small;
    text-align: center;
    border: 0.1rem solid;
    border-color: #688D8A;
    border-radius: 10px;
    background-color: #C7D6D5;
}




#you_can_zoom {
    display: none;
    position: absolute;
    width: 50%;
    top: 30%;
    right: 28%;
    z-index: 9990;
    font-size: small;
    color: black;
    text-align: center;
    border: 0.1rem solid;
    border-color: #D64E26;
    border-radius: 10px;
    background-color: #FBE5D6;
}

@media screen and (min-width: 1281px) {
    .new_partner_text, .rgpd_text {font-size: 1.2em;}
    .new_partner_titre, .rgpd_titre {font-size: 1.4em;}
    .logopagesponsors, .logorgpd {max-height: 15em; max-width: auto;}
}

@media screen and (min-width: 989px) and (max-width: 1280px) {
    .logorgpd {max-height:10em;}
}

@media screen and (min-width: 768px) and (max-width: 990px) {

}


@media screen and (max-width: 768px) {
    .logopagesponsors, .logorgpd {margin-top: 1em; max-height: 10em;}
    .NONRGPD {font-size: 0.8em;}

    #new_partner {
        bottom: 10%;
        left: 50%;
        width: 90%;
        transform: translate(-50%, 0);
    }

    #RGPD_warning {
        bottom: 20%;
        left: 50%;
        width: 90%;
        transform: translate(-50%, 0);
    }

    @keyframes RGPD_animation {
      0%   {bottom: -100px;}
      100% {bottom: 20%;}
    }

    
    #you_can_zoom {
    width: 90%;
    top: 45%;
    right: 5%;
    font-size: small;
    }

}


/* YOU CAN ZOOM */






