/* vert clair : #387D7A
 vert foncé :  #395E66
   */ 

html{
    height: 100%;
}

.row{
    margin : 0;
    padding	: 0;
  }

body{
    font-family: 'Lato', sans-serif;
    height: 100%;
    padding: 0;
    margin: 0;
}

#icon-arrow-back{ 
    width : 12em;
    position: absolute;
    top : 5%;
    z-index : 1;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 80px;
    
}

#icon-arrow-back-min-screen{
    display: none;
}

/*---------DIV GAUCHE-------------*/

.img_reseaux{
    width: 4%; 
}

#text-div-left{
    color:white;
    width: 3vw;
    position : static; 
}

#slogan{
    font-size: 5vw;
    color: white;
    position : static; 
}



#div-left{
min-height: 100vh;
position: relative;
background: #387D7A;
background: linear-gradient(158deg,#387D7A,#387D7A 65%,rgba(56,125,122,.9) 0,rgba(56,125,122,.9) 85%,rgba(56,125,122, 0.103) 0,rgba(56,125,122,.8));
padding: 70px;
padding-bottom: 5px;
padding-top: 5px;
width: 40%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 100%;
}


/*---------DIV DROITE-------------*/

#div-right{
padding: 50px;
min-width: 400px;
}

#style-warning{
    color: red;
}

/*INPUT*/
input[type="text"], input[type="email"],input[type="password"] {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #387D7A;
    width: 100%;
    margin-bottom: 3%;
  }

input[type="email"]{
    background-image: url(../IMAGES/mail-send.png);
    background-position: 7px 0px;
    background-size: 30px;
    background-repeat: no-repeat;
    padding-left:45px;
}

input[type="password"]{
    background-image: url(../IMAGES/key.png);
    background-position: 7px 0px;
    background-size: 26px;
    background-repeat: no-repeat;
    padding-left:45px;
}

#nom {
    background-image: url(../IMAGES/account_circle_black.png);
    background-position: 7px 0px;
    background-size: 26px;
    background-repeat: no-repeat;
    padding-left:45px;
}

#code_promo {
    background-image: url(../IMAGES/promo.png);
    background-position: 7px 0px;
    background-size: 26px;
    background-repeat: no-repeat;
    padding-left:45px;
}

.input{
    margin-top:2em;
    margin-bottom:2em;
}

.input-bottom{
    margin-bottom: 2em;
}

.input-top{
    margin-top: 1.5em;
}

.d-block{
    margin-right:1em;
    margin-left:1em;
    margin-top : -1em;

}



#bouton-valider{
    background-color: #395E66;
}

#bouton-valider :hover{
    background-color: #387D7A;
}

#text{
    color : #395E66;
}

#text-alert{
    font-size : 100%;
    color : red;
}

#div-hauteur{
    height: 100%;
}


#lien-souligne{
    text-decoration: underline;
    color: #395E66;
}


body .footer {
   position: absolute;
    bottom: 5%;
    width: 50em;
    padding: 0 80px;
    z-index: 1;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }

.icons {
align-items: center;
}

.icon{
    width: 1.5em;
    margin-right : 0.5em;
}

.gris{
    opacity: 0.4;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
} 


input[type=number]:focus::-webkit-inner-spin-button, 
input[type=number]:focus::-webkit-outer-spin-button, 
input[type=number]:hover::-webkit-inner-spin-button, 
input[type=number]:hover::-webkit-outer-spin-button { 
    -webkit-appearance: inner-spin-button; 
    margin: 0 2px 0 0 ; 
} 


input[type=number] { 
    -moz-appearance:textfield; 
} 


@media (max-width: 1024px){
#div-left{
    display: none;
}

body .footer{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
    position: static;
    font-size: 12px;
    padding: 0;
    width: 100%;
    text-align: center;
}

#icon-arrow-back{ 
    display : none;
    
}

#icon-arrow-back-min-screen{
    display: block;
    width : 1em;
    margin-right: 1%;
    margin-top: 0.5%;
    float:left;

}

} 


@media (max-width: 470px){

    /*INPUT*/
input[type="email"]{
    background-image: url(../IMAGES/mail-send.png);
    background-position: 7px 0px;
    background-size: 1.5em;
    background-repeat: no-repeat;
    padding-left:45px;
}

input[type="password"]{
    background-image: url(../IMAGES/key.png);
    background-position: 7px 0px;
    background-size: 1.2em;
    background-repeat: no-repeat;
    padding-left:45px;
}

#codepromo {
    background-image: url(../IMAGES/promo.png);
    background-position: 7px 0px;
    background-size: 1.2em;
    background-repeat: no-repeat;
    padding-left:45px;
}

#pseudo {
    background-image: url(../IMAGES/account_circle_black.png);
    background-position: 7px 0px;
    background-size: 1.2em;
    background-repeat: no-repeat;
    padding-left:45px;
}

.text-mobile{
    font-size : 0.8em;
}


#div-right{
    margin :0;
    }

}

@media (max-width: 320px){
    html{
        height: 100%;
        width: 100%;
        margin:0;
    }
}