#login-form, #login-password-form, #forgot-password-form, #signup-form, #verif-block, #code-form, #password-form, #sucess-login {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    position: relative;
}
#login-form {
    display: flex;
}
#popup-connexion {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}
.close-popup {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 15px;
    cursor: pointer;
}
.back:hover, .close-popup:hover, .btn-other:hover {
    color: #DA091B;
}
.back {
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 15px;
    cursor: pointer;
}

#signup-form, #verif-block {
    background: white;
    font-size: 15px;
}
#message-block {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    display: none;
}
.form-input-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#link-create-account {
	text-decoration: underline;
	cursor: pointer;
}
.cursor-pointer {
	cursor: pointer;
}

#block-rgpd img {
	width: 130px;
}
.h-title{
    font-size: 2em;
    font-weight: bold;
}
body .block-popup .signup--fb {
    margin: 15px auto!important;
}

.altcha-container {display: flex;justify-content: center;margin-top:20px;}