body{
	font-family: 'Open Sans', sans-serif;
	background-image:url(fond.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100%;
	background-position: 50% 100px;
	z-index:1;
	margin:0;
	padding:0;
}



#container{
	margin:0;
	padding:0;
	z-index:0;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: auto;
	background: #660099;
}

.h1Strong{
	font-weight:800;
}

#logoMobile img{
	display:block;
	width:90%;
	margin:10px auto 0 auto;
}

#logoDesktop img{
	display:none;
}

#section1{
	display:flex;
	flex-direction:column;
	padding:10px;
}

#pictoChrono{
	position:absolute;
}


#flecheGauche{
	display:none;
}

#guide{
	width: 100%;
	text-align: center;
}

#guide img{
	width:100%;
	margin:auto;
}

.vert{
	color:#559bc5;
}

#avantages {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	line-height: 26px;
	background: rgba(255,255,255,0.80);
	padding: 20px;
}

ul {
	list-style-image: url('check.png');
	margin-left: 30px;
	margin-top: 0;
}

.droite {
	margin-bottom: 10px;
}

#formulaire{
	background:#fff;
	margin-bottom: 20px;
	margin-top: -20px;
	-webkit-box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.35);
}

iframe{
	height:410px;
	background:#fff;
	border:none;
}

#instruction{
	position:relative;
}

#picto_chrono{
	position: absolute;
	right: 0;
	z-index: 100;
}

#instruction p {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 120px;
	text-align: left;
	padding-bottom: 10px;
	background: rgba(255,255,255,0.85);
}

#titre{
	text-align:center;
	margin-bottom: 20px;
}

.titreMoyen{
	font-size:35px;
	line-height:40px;
}

.titreGros {
	font-size: 45px;
	line-height:50px;
}

.imgTitre{
	width:100%;
}

h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	text-align:center;
}

h3{
	font-size:24px;
	font-weight:800;
	line-height:30px;
	color: #559bc5;
}

h4{
	font-size:24px;
	font-weight:800;
	line-height:30px;
	color: #fff;
	text-align:center;
}


h5{
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

h6{
	color: #559bc5;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	padding: 0 10px 0 10px;
	margin: 20px;
}

.section5Txt{
	color: #333;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	text-align: center;
	padding: 0 10px 10px 10px;
}


#pictos {
	text-align:center;
	background:#fff;
	padding: 10px 5px 10px 5px;
}



#pictos img {
	width: 100%;
	margin: auto;
}

#pictosDesktop{
	display:none;
}

.bold{
	font-weight:800;
}

#section2{
	height:100px;
}

#section3{
	padding:10px;
	background:#fff;
}

#section4{
	background:#fff;
	padding-top:50px;
}

.bold{
	font-weight:800;
}

.type {
	padding: 20px;
	text-align: center;
	color: #333;
	background-color: #e5e5e5;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	line-height: 24px;
	margin: 30px 20px 20px 20px;
	padding: 30px 20px 20px 20px;
}

#section5{
	padding:10px;
	background:#fff;
	display:none;
}

#section6{
	padding:10px;
}

.bouton {
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #660099;
	text-align: center;
	margin: auto;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition-duration: 0.5s;
	cursor:pointer;
}

.bouton img{
	margin-top:5px;
}

.bouton:hover {
	background-color: #99cc33;
	
	transition-duration: 0.5s;
}

footer{
	text-align:justify;
	background:#ebebeb;
	margin-top:20px;
	font-size:12px;
	padding:10px 20px 20px 20px;
}

.signature{
	text-align:center;
}

.signature a{
	font-weight:600;
	color:#660099;
	text-decoration:none;
	transition-duration: 0.5s;
}

.signature a:hover{
	color:#99cc33;
	transition-duration: 0.5s;
}

#pictoTexte {
	display:flex;
	justify-content: space-between;
}

#pictoTexte img{
	width:80px;

}

.imgTitre {
	//width: 85%;
}

.pictosGauche{
	display: none;
}




/*//////////////BREAKPOINT768PX//////////////*/

@media (min-width: 768px){

	
	h1 {
		font-size: 34px;
		line-height: 38px;
	}

	#ciel{
		background-size:100%;
	}

	#container{
		background-size:100%;
		background-position:top;
	}

	header {
		//height: 80px;
	}

	ul {
		margin-top: 40px;
	}

	#flecheHaut{
		margin-left:15px;
	}

	.gauche{
		border: none;
		width: 80%;
		margin: auto;
	}

	.gauche2{
		border: none;
		width: 45%;
		margin: auto;
	}

	#gaucheSection1{
		margin-top: 93px;
	}

	.droite {
		width: 80%;
		margin: auto;
	}

	.droite2 {
		width: 45%;
		margin: auto;
	}
	#droiteSection1{
		margin-top: 0px;
	}

	#section6 {
		padding: 10px;
		display: flex;
		justify-content: space-around;
	}

	#gaucheSection6{
		width:45%;
	}

	#droiteSection6{
		width:45%;
	}

	#pictos img {
    width: 50%;
    margin: auto;
}


	#logoMobile img {
		display: block;
		width: 300px;
		margin: 10px 0 0 20px;
	}

	#section1{
		//	flex-direction:row;
		//	justify-content: space-between;
	}

	#section3{
		background:#fff;
		//width:100%;
	}

	#containerSection3{
		display:flex;
		flex-direction:row;
		justify-content: space-around;
		max-width:992px;
		margin:auto;
	}

	#containerSection3 .droite{
		width:45%;
	}

	#containerSection4{
		display:flex;
		flex-direction:row;
		justify-content: space-around;
		max-width:992px;
		margin:auto;
		flex-wrap: wrap;
	}


	#containerSection5{
		max-width:992px;
		margin:auto;
	}

	#containerSection6{
		display:flex;
		flex-direction:row;
		justify-content: space-between;
		max-width:992px;
		margin:auto;
	}

	.type{
		width:26%;
	}

	.type {
		padding: 20px;
		text-align: center;
		color: #333;
		background-color: #e5e5e5;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		line-height: 24px;
		margin: 10px 10px 10px 10px;
		padding: 7px;
	}

	.titreMoyen {
		font-size: 1.25em;
	}

	.titreGros {
		font-size: 1.4em;
	}

	#flecheGauche {
		display: block;
		text-align: center;
	}

	#flecheGauche img {
		margin: auto;
		width: 150px;
		margin-top: -15px;
		margin-left: 164px;
	}

	#avantages {
		//margin-top: -50px;
		//background: none;
		//color: #fff;
	}

	
}

#instruction {
	color: #559bc5;
	font-size: 20px;
	line-height: 20px;
}

#instruction p{
	padding-bottom: 10px;
	margin-left: 0;
	text-align: center;
}

#pictoTexte{
	display:flex;
	flex-direction:row;
}


@media (min-width: 879px){
	#flecheGauche img {
		margin-top: -24px;
		margin-left: 238px;
	}
}


/*//////////////BREAKPOINT992PX//////////////*/

@media (min-width: 992px){


	body{
		font-family: 'Open Sans', sans-serif;
		background-image:url(fond.png);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-size: contain;
		background-position: 50% 100px;
		z-index:1;
		margin:0;
		padding:0;
	}

	#container{
		margin:auto;
	}


	h2 {
		font-size: 35px;
		line-height: 40px;
	}

	#bandeauBleu{
		width:992px;
		margin:auto;
	}

	iframe{
		width:80%;
	}

	#section3{
		display:none;
	}

	#section5{
		padding:10px;
		background:#fff;
		display:block;
	}

	#avantages {
		padding: 30px;
	}

	#formulaire {
		padding: 20px;
	}

	#gaucheSection1 {
		margin-top: 20vw;
	}

	#section1{
		flex-direction:row;
		justify-content: space-between;
		max-width:1014px;
		margin:auto;
	}

	.gauche{
		width:35%;
		margin:auto;
	}

	.gauche2{
		width: 100%;
	}

	.droite{
		width:63%;
		margin:auto;
	}

	#droiteSection1 {
		margin-top: 20vw;
	}

	
	#flecheGauche img {
		margin-top: -35px;
		margin-left: 318px;
	}
	
#containerSection3 {
	display: block;
 
    margin: auto;
}

#section4{
	display: none;
}

.type {
    width: auto;
    display: flex;
    text-align: left;
    margin: 6px auto;
}

.type img {
    height: 60px;
    margin: 10px 20px 10px 5px;
}

.pictosGauche{
	display: block;
	margin-top: 40px;
}
	
}



/*//////////////BREAKPOINT1100PX//////////////*/

@media (min-width: 1300px){

	h1 {
		font-size: 40px;
		line-height: 50px;
	}

}