<style>
@import url('https://fonts.googleapis.com/css?family=Roboto');
</style>
/* général style */
* {
  font-family: font-family: 'Roboto', sans-serif;
}
body{
	background-color: #204;
}
.content{
	width: 100%;
	max-width:1030px;
	margin: 0 auto;
}
.btn{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color:#0A6992;
	border: none;
	width: 100%;
	padding: 15px 15px 15px;
	display: block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration: none;
	transition: all 0.5s ease 0.1s;
	white-space: normal;
}
.uppercase{
	text-transform: uppercase;
}
.btn:hover, .btn:focus{
	background-color: #3593b3;
	color: #555;
	cursor: pointer;
}
.mobile{
	display:none;
}
/* header */
header{
	padding-top:30px;
	min-height: 145px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #fff;
}
header h1{
	margin: 0;
	display:inline;
	float: left;
	margin-right: 35px;
}
header h2, header p{
	margin: 0;
	color: #636260;
	font-size: 1.5em;
	line-height: 1.3;
}
.confirmation header h2, .confirmation header p{
	margin: 0;
	color:  #6a6a6a;
	font-weight: normal;
}
header p{
	color: #636260;
	font-size: 1.40em;
	}
.confirmation main p{
	color: #000;
	font-size: 1.45em;
	text-align: center;
}
.header-title{
	display: inline-block;
	padding:  20px 35px 20px;
	border-left: 2px solid #c4c4c4;
}
.header-title.mobile{
	display: none;
}
/* main */
main{
	background:#ededed Url('../images/bg_main.jpg') center center no-repeat;
	background-size: cover;
}
main:after{
	content: "";
	display: block;
	clear: both;
}
section.right{
	width: 60%;
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
section.right aside.top{
	width: 100%;
	padding: 10% 5% 0 2%;
	position: relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
section.right aside.top .pastille{
	position:absolute;
	left: 160px;
	top: 2px;
	font-size: 0.95em;
	width: 80px;
	height: 80px;
	color: #fff;
	text-align: center;
	padding: 25px 0 0;
	background-color: #0A6992;
	-webkit-box-shadow: 3px 3px 5px #333;
	-moz-box-shadow: 3px 3px 5px #333;
	box-shadow: 3px 3px 5px #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
section.right aside.top .pastille strong{
	display: block;
	text-transform: uppercase;
}
section.right aside.top img{
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	max-width: 204px;
}
section.right aside.top p{
	font-size: 1.6em;
	line-height: 1.8;
	color:#282828;
}

section.right .bottom{
	clear: both;
	color: #fff;
	padding: 20px 10px 20px 25px;
	width: 100%;
	background: url("../images/pxl_transp_content.png") 0 0 repeat;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}


.modal-body p
{
color:#000;
font-size:14px;
}


section.right .bottom p{
	font-size: 1.125em;
	margin: 0 0 15px;
}
section.right .bottom p strong{
	-webkit-text-shadow: -1px 1px 1px #b3aca7;
	-moz-text-shadow: -1px 1px 1px #b3aca7;
	text-shadow: -1px 1px 1px #b3aca7;
}
section.right .bottom ul{
	margin: 0;
	padding: 0;
}
section.right .bottom li{
	list-style: none;
	margin: 0 0 6px 0;
}
section.right .bottom li:before{
	content: url("../images/puce_arrow.png");
	display:inline;
	margin-right: 5px;
}
section.form{
	width: 38%;
	float: right;
	color: #fff;
	padding: 20px 15px;
	background: url("../images/pxl_transp_form.png") 0 0 repeat;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
section.form legend{
	line-height: 1.3em;
	display: inline-block;
	margin-bottom: 25px;
	font-size:1em;
	border-bottom: 0px;
}
section.form label{
	display: block;
	clear: both;
	margin-bottom: 3px;
	font-size: 1em;
	font-weight:400;
}
section.form label.question_yn{
	float:left;
	display: inline-block;

	clear: both;

}
section.form legend strong{
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
section.form .form-group .checkbox{
	margin: 15px 0;
}
section.form .form-group .checkbox label{
	font-size: 0.95em;
	display: inline-block;
}
section.form input, section.form select{
	display: block;
	margin-bottom: 7px;
	width:100%;
	height: 39px;
	font-size: 0.875em;
	border: solid 1px #b9b9b9;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	color: #000;
	padding: 5px 10px;
	transition: all 0.5s ease 0.1s;
}
section.form .form-group .form-control{
		color:#000 !important;
}
.form-control::placeholder{
		color:#000 !important;
}
section.form legend{
    margin-bottom: 3px;
	color:#fff;
}
section.form .question_yn > label{
    display: inline-block;
    margin-right: 10px;
	color:#fff;
}
section.form .question_yn input[type="radio"]{
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 5px;
		color:#fff;
}
.question_yn{
	margin-top:0px;
	border:0px;
	padding:0;
	background-color:transparent;
	background-image:none;
	box-shadow:none;
	font-size:1em;
}

section.form select#dt_nai_jj,
section.form select#dt_nai_mm,
section.form select#dt_nai_aa{
	width:32%;
	margin-right: 2%;
	float: left;
}
section.form select#dt_nai_aa{
	margin-right: 0;
}
section.form input:focus, section.form select:focus{
		background-color: #bbcede;
		color: #000;
}
section.form input[type="checkbox"]{
	width: auto;
	height: auto;
	float: left;
	margin: 3px 10px 10px 0;
	border:none;
}
section.form p{
	font-size: 0.95em;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 10px;
	color: #000;
}

/* footer */
footer{
	background-color: #153540;
	color: #fff;
	padding: 10px 0;
	font-size: 17 px;
}

footer p{
	font-size: 0.85em;
	margin: 5px 0;
	font-size: 17 px;
}

footer a{
    color: #fff;
	font-size: 0.85em;
	margin: 5px 0;
	font-size: 17 px;
}

.footer-content{
	color: #fff;
	padding: 5px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration: none;
}
footer .modal-content,
footer .modal-content a{
	color: #000;
}

/* Page confirmation */

.confirmation h3{
	margin: 0;
	font-size: 1.4em;
}
.confirmation main{
	padding: 40px 0 80px;

}
.confirmation main section{
	width: 865px;
	height: 425px;
	margin: 0 auto;

}
.confirmation main section ul{
	padding: 0 0 0 5px;
}
.confirmation main section li, .confirmation h3 span{
	list-style: none;
	margin: 0 10px 25px;
	font-size: 18px;
	font-weight:normal;
}
.confirmation h3 span{
	margin: 0 0 15px;
	display: block;

}
.confirmation main section li:before{
	content: url("../images/puce_arrow_b.png");
	display:inline;
	margin-right: 5px;
}
.confirmation main section .visuel{
	width: 300px;
	height: 100%;
	background-color: #fff;
	float: left;
	padding: 60px 0;
	text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
}
.confirmation main section .visuel img{
	max-width: 224px;
}
.confirmation main section .visuel:before {
	content: url("../images/download-pic.png");
	display: block;
	position: absolute;
	top: 150px;
	left: 85px;
	filter : alpha(opacity=5);
	opacity : 0.5;

}
.confirmation main section .visuel:hover::before{
	display:block;
	cursor: pointer;
	filter : alpha(opacity=100);
	opacity : 1;
	}
.confirmation main section .confirmation-text{
	width: 560px;
	height: 100%;
	padding: 55px 80px 55px 20px;
	background-color: #fff;
	float: right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.confirmation main section .confirmation-text a{
	text-decoration: none;
	display: block;
	width: 80%;
	margin: 30px auto;
}
.confirmation main section .confirmation-text:after{
	content: "";
	display: block;
	clear: both;
}
/* =============== */
/* == Specifics == */
/* =============== */
@media only screen and (max-width: 880px) {
	header{
		min-height: 150px;
		height: auto;
	}
	header h1{
		float: none;
		text-align:center;
		margin: 0 auto;
		display: block;
	}
	.header-title{
		width: 80%;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
		border:none;
		padding: 10px 0 25px;
		border-top: 1px solid #c4c4c4;
	}
	header h2, header p{
		font-size:110%;
	}
	.confirmation header h2, .confirmation header p{
			font-size:110%;
	}
	section.right aside.top p {
		font-size: 1.6em;
		line-height: 1.1;
	}
	section.right aside.top .pastille {
		position: absolute;
		left: 115px;
		top: 25px;
	}
	section.right .bottom li {
		display: block;
	}
	/* confirmation page */
	.confirmation h3{
		font-size: 1.1em;
	}
	.confirmation main section{
		background-color: #fff;
		height: 410px;
		width: 100%;
	}
	.confirmation main section .visuel{
		height: auto;
		width: 250px;
		padding-top: 30px;
	}
	.confirmation main section .visuel:before {
		left: 60px;
		top: 110px;
	}
	.confirmation main section .visuel img{


	}
	.confirmation main section .confirmation-text{
		width: 55%;
		padding: 30px 20px 80px;
	}
}
@media only screen and (max-width: 670px) {

}
@media only screen and (max-width: 580px) {
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	main{
		background-position: center 15%;
		background-size: cover;
	}
	.header-title.mobile{
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	border:none;
	padding: 10px 0 25px;
	border-top: 1px solid #c4c4c4;
}
	header h2{
		font-size: 130%;
		font-weight: bold;
	}
	.confirmation header p{
		font-size: 1.4em;
	}
	section.right{
		width: 100%;
	}
	section.right aside.top{
		padding: 0;
		background-color: #6d6153;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.right aside.top p{
		color: #fff;
		font-size: 100%;
		margin: 0;
		padding: 10px;
	}
	section.right aside.top p:after{
		content: "";
		display: block;
		clear: both;
	}
	section.right aside.top p{
		color: #fff;
		font-size: 110%;
		margin: 0;
		padding: 10px 20px 10px 10px;
		line-height: 1.3;
	}
	section.right aside.top img{
		width: 90px;
		margin: 10px 10px 0;
	}
	section.right aside.top .pastille{
		width: 50px;
		height:50px;
		font-size: 60%;
		padding-top: 15px;
		left: 55px;
		top: 0;
	}
	section.right a.btn{
		text-decoration: none;
		width:85%;
		margin: 50px auto 50px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border:solid 1px #fff;
	}

	section.form{
		width: 100%;
		font-size: 14px;
	}
	section.form aside{
	}
	section.form ul{
		padding: 0;
		margin: 10px 0 0;
		font-size: 12px;
	}
	section.form li{
		list-style: none;
	}
	section.form li:before{
	content: url("../images/puce_arrow2.png");
	display:inline;
	margin-right: 5px;
	}
	footer{
		padding: 0;
	}

	/* confirmation page */
	.confirmation main{
		padding: 10px 0;
	}
	.confirmation main section{
		height: auto;
	}
	.confirmation main section .visuel{
		width: 245px;
		display:block;
		float: none;
		text-align: center;
		padding: 10px;
		margin: 0 auto 3px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	.confirmation main section .visuel:before {
		left: 25%;
	}
	.confirmation main section .visuel img{
		width: auto;

	}
	.confirmation main section .confirmation-text{
		width: 100%;
		padding: 20px;
	}
}