/** Centrage du loader **/ 
#loader {
    margin: 2rem auto;
}

#connexion_loader h2 {
    text-align: center;
}


/** Iframe de connexion **/
iframe#iframeCo {
    height: 2025px;
}

.sollicitation h3, .sollicitation p {
    font-family: "Source Sans Pro", Sans-serif;
}

.sollicitation h3 {
    text-transform : uppercase;
}

.sollicitation button {
    border: 1px solid #0d1d2d;
    background-size: cover;
    color: #0d1d2d;
    text-decoration: rgb(13, 29, 45);
    text-transform: uppercase;
    border-radius: 0;
    background-color: white;
}

@media screen and (max-width: 787px) {
    iframe#iframeCo {
        height: 2400px;
    }
}

/** Iframe de compte**/
iframe#iframeCompte{
    height: 1050px;
}

@media screen and (max-width: 1335px) {
    iframe#iframeCompte {
        height: 1200px;
    }
}
