#connexion_box {
    background-color: #eee;
    overflow: hidden;
    height: 100%;
}


/* EN TETE FORMULAIRE */
#en_tete_form {
	height: 73px;
	text-align: center;
	margin-top: 8%;
}

#en_tete_form h1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}


#connexion_box .block-ic label {
    display: inline-block ;
    width : 150px ;
}

input.bigOrangeButton {
	width: 265px;
	height: 60px;
	background: #DB4B4B;
	color: white;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	border:none;
        border-radius: 15px;
}

input.bigOrangeButton:hover {
	background: #F99393;
}

/* INPUT FORM */
#bloc_input {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.formErrorDiv {
    margin-left: 55px;
}
#footer{
    display: none;
}
#copyright{
    display: none;
}
section{
    height: 666px !important;
}
#input_responsive{
    display:flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
}
#img_responsive_mon_compte{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
#img_responsive_mon_compte img{
    width: 30%;
}
.responsive_text{
    
}
#connexion_email_utilisateur, #connexion_mot_de_passe{
    height: 60px !important;
    width: 280px !important;
    margin-bottom: 25px;
    border-radius: 20px;
    text-align: center;
}
#oublie_compte{
    display:flex;flex-direction: column;width: 50%;margin-left: auto;margin-right: auto;text-align: center;margin-top: 50px;
}
#menu_responsive{
    background-color: #eee !important;
}
@media all and (min-width: 700px) and (max-width: 1280px){
    section{
        height: 1000px !important;
    }
}