*{
    margin: 0;
    padding: 0;
}



.form{
    width: 70%;
}

.main{
    display: flex;
    height: 100%;
}

.main img{
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    z-index: 1;
}

.contour{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-image: url(../img/fond_form.jpg) !important;
    background-position: center;
    background-size: cover;

}
.container{
    max-height: 670px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    box-shadow:  -30px 0px 60px #c7c7c7,
                -30px 0px 60px #ffffff;
    border-radius: 50px;
    padding: 5%;
}

.info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#subscriber_level{
    width: auto;
}

@media only screen and (max-width: 768px) {
    .main img {
        display: none; /* Supprime l'image pour les tablettes */
    }
}

/* Pour les écrans de petite taille (téléphones mobiles) */
@media only screen and (max-width: 576px) {
    .main img {
        display: none; /* Supprime l'image pour les téléphones mobiles */
    }
    .form {
        width: 100%; /* Ajuste la largeur du formulaire pour les mobiles */
    }
}
