h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

h1 {
	font-weight:bold;
	color:#2d323e;
}

.champ_formulaire {
	display:inline-block;
	margin-bottom:10px;
}

.erreur_log {
	color:#e36a4b;
	font-family:'Raleway-light', Geneva, sans-serif;
	font-size:16px;
	text-align: center;
	background-color: #fff;
}

.message_log {
	color:#83c497;
	font-family:'Raleway-light', Geneva, sans-serif;
	font-size:16px;
	text-align: center;
	background-color: #fff;
	padding:5px;
	border:1px solid #ccc;
}


.btn_bleu, .btn_bleu a, a .btn_bleu {
	cursor:pointer;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    background-color:#2d323e;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #2d323e;
    display: inline-block;
    padding: 0 6px;
    margin: 6px 8px;
    min-height: 36px;
    min-width: 88px;
    text-align: center;
    -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    opacity:0.8;
    text-decoration: none;
    color:#fff;
    font-weight:bold;
}

.btn_bleu:hover {
	opacity:1;
	background-color:#fff;
	color:#000;
}

.btn_bleu table {
	color:#fff;
	font-weight:bold;
}

.btn_bleu:hover table {
	color:#2d323e;
}


.btn_bleu_clair {
    cursor:pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    color: rgb(255,255,255);
    background-color: #5ca3c0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    display: inline-block;
    padding: 0 6px;
    margin: 6px 8px;
    line-height: 36px;
    min-height: 36px;
    min-width: 88px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    opacity:0.8;
}

.btn_bleu_clair:hover {
    opacity:1;
}

.btn_creation_compte {
	cursor:pointer;
	color:#4a4742;
}

.retour_crea_compte {
	padding:30px;
	background-color: #fff;
	border:1px solid #ccc;
	margin-top:25px;
	text-align: center;
	max-width: 500px;
	display: inline-block;
}


@media screen and (min-width:320px) {
	.cadre_login {
		width:250px;
		margin:auto;
	}

	.sous_titre_bleu {
		color:#2d323e;
		font-size:15px;
	}

	.label_formulaire {
		display:inline-block;
		font-size:14px;
		color:#424242;
		width:100%;
		text-align: center;
		margin-bottom:10px;
	}

	.input_login {
		border:none;
		background-color:#dedede;
		padding:16px;
		width:200px;
		text-align: center;
		font-size:12px;
		font-weight:normal;
		font-family: 'Source Sans Pro', sans-serif;
	}

	/* Check box slide */
	input[type=checkbox] {
		visibility: hidden;
	}

	.btn_bleu {
		width:100px;
		height:46px;
		font-size:12px;
	}

	.slideOne {
		width: 50px;
		height: 13px;
		background: #fff;
		margin: 20px auto;
		border:1px solid #dfe2ea;
		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
		border-radius: 80px;
		position: relative;
	}

	.slideOne label {
		display: block;
		width: 20px;
		height: 20px;

		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;

		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		cursor: pointer;
		position: absolute;
		top: -6px;
		left: -6px;
		border:2px solid #8995b7;
		background: #fff;
	}

	.slideOne input[type=checkbox]:checked + label {
		left: 30px;
		background-color:#8995b7;
	}


	.slideOne_mini {
		width: 50px;
		height: 13px;
		background: #fff;
		margin: 20px auto;
		border:1px solid #dfe2ea;
		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
		border-radius: 80px;
		position: relative;
	}

	.slideOne_mini label {
		display: block;
		width: 20px;
		height: 20px;

		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;

		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		cursor: pointer;
		position: absolute;
		top: -6px;
		left: -6px;
		border:2px solid #8995b7;
		background: #fff;
	}

	.slideOne_mini input[type=checkbox]:checked + label {
		left: 30px;
		background-color:#8995b7;
	}
}

@media screen and (min-width:740px) {
	.cadre_login {
		width:300px;
		margin:auto;
	}

	.sous_titre_bleu {
		color:#2d323e;
		font-size:16px;
	}

	.input_login {
		border:none;
		background-color:#dedede;
		padding:16px;
		width:250px;
		text-align: center;
		font-size:12px;
		font-weight:normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
}

@media screen and (min-width:1100px) {
	.cadre_login {
		width:550px;
		margin:auto;
	}

	.sous_titre_bleu {
		color:#2d323e;
		font-size:19px;
	}

	.label_formulaire {
		display:inline-block;
		font-size:16px;
		color:#424242;
		width:150px;
		text-align: left;
		margin-bottom:10px;
	}

	.input_login {
		border:1px solid #c7c7c7;
		background-color:#fff;
		padding:11px;
		width:250px;
		text-align: center;
		font-size:18px;
		font-weight:normal;
		font-family: 'Source Sans Pro', sans-serif;
	}

	.btn_bleu {
		width:150px;
		height:45px;
		font-size:14px;
	}

	/* Check box slide */
	input[type=checkbox] {
		visibility: hidden;
	}



	.slideOne {
		width: 80px;
		height: 20px;
		background: #dfe2ea;
		margin: 20px auto;

		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
		border-radius: 80px;
		position: relative;
	}

	.slideOne label {
		display: block;
		width: 30px;
		height: 30px;

		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;

		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		cursor: pointer;
		position: absolute;
		top: -6px;
		left: -6px;
		border:1px solid #8995b7;
		background: #fff;
	}

	.slideOne input[type=checkbox]:checked + label {
		left: 50px;
		background-color:#8995b7;
	}
}

.cadre_login {
	text-align: center;
	margin-top:50px;
	background-color: rgba(255, 255, 255, 0.8);
	padding:10px;
	border-radius:10px;
}

.cadre_identifie {
	cursor:pointer;
	position:relative;
}

.sous_cadre_identifie {
	display:none;
	position:absolute;
	top:30px;
	right:0px;
	background-color:#fff;
	border:1px solid #ddd;
	z-index:99;
	border-radius:5px;
	padding:3px;
}

.btn_sous_cadre_identfifie {
	cursor:pointer;
	padding:7px;
	color:#666666;
	font-size:12px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	border-radius:5px;
}

.btn_sous_cadre_identfifie:hover {
	background-color:#373c47;
	color:#fff;
}

.btn_down_identifier {
	background-image:url('../images/down.png');
	background-repeat:no-repeat;
	background-position:right 5px;
	padding-right:20px;
	opacity:0.7;
	cursor:pointer;
	color:#666666;
}

.btn_down_identifier:hover {
	opacity:1;
}

.btn_retour_crea {
	cursor:pointer;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    background-color:#2d323e;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #2d323e;
    display: inline-block;
    padding: 0 6px;
    margin: 6px 8px;
    min-height: 36px;
    min-width: 88px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    opacity:0.8;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 8px;
}

