/* Ce fichier est aussi pour /compte/connexion/index.php */

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

@media screen and (max-width: 700px)
{
    body {
        font-family: 'Arial', sans-serif;
        background-color: #ffffff;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }
}

a
{
    color: initial;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.container { /* => Div container one */
    width: 450px;
    height: auto;
    min-height: 500px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
}

@media screen and (max-width: 700px)
{
    .container { /* => Div container one */
        margin-top: -50px;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0px 0px transparent;
    }
}

.div_logo_titre /* => Div pour le logo et le titre */
{
    height: 40px;
    min-width: 180px;
    width: 400px;
    max-width: 450px;
    border: 0;
    margin-left: 25px; /* 90px */
    margin-top: 22.5px;
    margin-bottom: 15px;
    background-color: transparent;
}

.image_logo /* => Image pour le logo */
{
    height: 40px;
    width: auto;
}

.dlt_h1 /* => Titre a côté (a droite) du logo (-)*/
{
    float: left;
    font: 400 25px Helvetica;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0;
}

.dlt_em /* => (R) a droite du titre (-) */
{
    font: 400 10px Helvetica;
}

h2 { /* => h2 2ieme titre */
    color: #333;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

h3{
    font: 400 15px arial;
}

.divaform
{
    /*display: flex;*/
    margin-top: 10px;
    width: auto;
    height: auto;
}

/* (!) class input in label.css */

.mdpo
{
    text-align: left;
    font: 400 15px arial;
    color: rgb(29, 29, 29);
    margin-top: 0px;
    margin-left: 70px;
    margin-right: 70px;
    height: 25px;
    width: auto;
    background-color: transparent;
    opacity: 1;
    padding-top: 5px;
}

.mdpo_p
{
    margin: 0;
    text-decoration: none;
    width: auto;
    float: left;
}

.mdpo_p:hover
{
    text-decoration: underline;
}

.div_me /* <= Div message erreur */
{
    text-align: left;
    font: 600 14px arial;
    color: rgb(217, 48, 37);
    margin-top: 0px;
    margin-left: 70px;
    margin-right: 70px;
    height: 30px;
    background-color: transparent;
    opacity: 1;
}

.div_me_svg /* <= svg de me */
{
    float: left;
    color: rgb(217, 48, 37);
    margin-right: 10px;
    height: 16px;
    width: 16px;
}

.div_me_p /* <= text a côté du svg */
{
    float: left;
    margin: 0;
}

.buttonconnect
{
    float: left;
    margin-top: 15px;
    margin-left: 70px;
    color: rgb(0, 144, 185);
    background-color: transparent;
    height: 35px;
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.buttonconnect:hover
{
    background-color: rgba(0 144 185 / 5%);
}

input[type="submit"], .submit, .input_as_sub_two { 
    float: right;
    height: 35px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(0, 144, 185);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-right: 70px;
    margin-top: 15px;
}

input[type="submit"]:hover, .submit:hover, .input_as_sub_two:hover {
    background-color: rgb(0, 108, 137);
}

.div_footer
{
    float: left;
    margin-top: 50px;
    width: 100%;
    height: 15px;
    color: rgb(71, 71, 71);
    background-color: transparent;
    font: 400 12px arial;
}

.div_footer p
{
    margin: 0;
    padding: 0;
}

.levraifooter
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: -1;
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 700px)
{
    .levraifooter
    {
        height: 80px;
        box-shadow: 0 0px 0px transparent;
    }
}

.theversion1
{
    position: absolute;
    left: 0;
    text-align: left;
    height: 15px;
    width: auto;
    font: 400 12px arial;
    margin-left: 15px;
    margin-top: 20px;
    z-index: -1;
}

@media screen and (max-width: 700px)
{
    .theversion1
    {
        position: absolute;
        left: 0;
        text-align: left;
        height: 15px;
        width: auto;
        font: 400 12px arial;
        margin-left: 15px;
        margin-top: 20px;
        z-index: -1;
        /* pour l'instant: */
        display: none;
    }
}

.the_copyright {
    text-align: center;
    height: 15px;
    width: 100%;
    font: 400 12px arial;
    margin-top: 20px;
}

@media screen and (max-width: 700px)
{
    .the_copyright {
        position: absolute;
        bottom: 0;
        text-align: center;
        height: 15px;
        width: 100%;
        font: 400 12px arial;
        margin-bottom: 10px;
    }
}