@CHARSET "UTF-8";

html {
	width:100%;
	height:100%;
}

body {
	padding: 0;
	margin: 0;
 	font-family: 'Arial';
}

.syspad_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 950px;
	width: 950px;
	height: 100%;
}
	
.ancv_bandeau_accueil {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 150px;
	background-image: url('../images/banniere_formulaire.png');
	background-size: contain;
    background-repeat: no-repeat;
}

.ancv_logo {
	width: 250px;
	height: 150px;
	background-size: 150px 100px;	
	background-repeat: no-repeat;
    background-position: center; 
}

.ancv_titre {
	width: 650px;
		height: 150px;
	top: 0;
	right: 0;
	position: absolute;
}

.ancv_titre p {
	font-family: "Arial";
	color: white;
	margin-left: 50px;
	padding-top: 6px;
	font-size: 33px;
    font-weight: 400;
}

.ancv_fil_ariane {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100px;
}

.ancv_step {
	width: 316.5px;
	height: 100px;
	float: left;
}

.ancv_step p {
	font-family: "Arial";
	/*color: #003F7D;*/
	color: #E84835;
	padding-top: 0px;
	font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.ancv_current_step {
	/*background-color: #003F7D;*/
	background-color: #E84835;
}

.ancv_current_step p {
	color: white;
}

.ancv_content {
	height: 800px;
	margin-top: 10px;
}

.ancv_deconnexion {
	height: 35px;
	width: 100px;
	top: 14px;
	right: -12%;
	background-color: #D4021D;
	position: absolute;
	cursor: pointer;
}

.ancv_deconnexion p {
	color: white;
	text-align: center;
	line-height: 5px;
}

.ancv_deconnexion:hover {
	background-color: #D4021D;
}

.ancv_login_screen_valid {
	background-color: #D4021D;
    height: 35px;
    width: 100px;
    float: right;
    cursor: pointer;
}

.ancv_login_screen_valid {
	background-color: #D4021D;
    height: 35px;
    width: 100px;
    float: right;
    cursor: pointer;
}

.ancv_login_screen_valid_step2 {
	background-color: #D4021D;
    height: 75px;
    width: 250px;
    float: right;
    cursor: pointer;
    margin-bottom: 10px;
}

.ancv_login_screen_valid:hover {
	background-color: #D4021D;
}

.ancv_login_screen_valid_step2:hover {
	background-color: #D4021D;
}
	
.ancv_login_screen_valid p {
	color: white;
	text-align: center;
	line-height: 5px;
}


.ancv_login_screen_valid_step2 p {
	color: white;
	text-align: center;
	line-height: 5px;
	font-size: x-large;
}

.ancv_login_screen_precedent {
	background-color: #D4021D;
    height: 35px;
    width: 100px;
    float: left;
    cursor: pointer;
}

.ancv_login_screen_precedent:hover {
	background-color: #D4021D;
}
	
.ancv_login_screen_precedent p {
	color: white;
	text-align: center;
	line-height: 5px;
}

.ancv_login_screen_retour_accueil {
	background-color: #D4021D;
    height: 35px;
    width: 150px;
    float: left;
    cursor: pointer;
}

.ancv_login_screen_retour_accueil:hover {
	background-color: #D4021D;
}
	
.ancv_login_screen_retour_accueil p {
	color: white;
	text-align: center;
	line-height: 5px;
}

.single_input {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: table;
    width: 99%;
}

.single_input_connexion {
    margin-top: 20px;
    padding-left: 200px;
    padding-right: 100px;
    display: table;
    width: 50%;
}

.label_input {
	display: table-cell;
    text-align: left;
    width: 25%;
    font-size: 15px;
    vertical-align: top;
    margin-left: 10px;
    padding-top: 3px;
}

.the_input {
	display: table-cell;
    width: 70%;
    text-align: left;
    vertical-align: top;
    min-height: 50px;
}

.the_input input[type=text], .the_input input[type=password], .the_input input[type=number], .the_input select {
	background: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff) ); /* Webkit */
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px ;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	width: 98%;
}

.the_input input[type=text], .the_input input[type=text], .the_input input[type=password] {
	background: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff) ); /* Webkit */
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px ;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	width: 100%;
}

.the_input_textarea {
	display: block;
	cursor: pointer;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #aaa;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	font-size: 12px;
	background-color: white;
	padding: 5px;
	min-height: 45px;
	height: 150px;
	max-height: 150px;
	text-align: left;
	overflow: hidden;
    width: 695px;
    max-width: 695px;
    margin-left: 10px;
}

.mail_preview_body {
	border-style: groove;
	/*max-height: 1000px;*/
	/*height: 1000px;*/
}

.mail_preview_header {
	max-height: 75px;
	height: 75px;
	font-family: "Arial";
}

.mail_preview_animation {
	max-height: 475px;
	height: 475px;
	text-align: center;
}

.mail_preview_message {
	font-family: "Arial";
	max-height: 100px;
	min-height: 100px;
}

#cke_msg {
	margin-left: 12px;
}

#image_etoile {
	background-image: url('../images/header_etoile_full.jpg');
}

@media only screen and (max-width: 601px){
	       
	.full { 
	width: 100% !important;
	}
	
	img { 
	height: auto !important;
	}
  
	.deviceWidth{ 
	width: 96% !important;
	}
	
	.center { 
	text-align: center !important;
	}
   
}

@media only screen and (max-width: 480px) {
	.deviceWidth {
		width: 99% !important;
	}
	.full {
		width: 100% !important;
	}
	img {
		height: auto !important
	}
	.invisible {
		display: none !important;
	}
	.padding {
		padding-bottom: 5% !important;
		line-height: 30px !important;
	}
	.text {
		font-size: 19px !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
	 .text1 {
		font-size: 20px !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
	.text2 {
		font-size: 27px !important;
	}
   }