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

header {
		position: relative;
	}

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

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

.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-reverse;
	padding:10px;
	max-width: 600px;
    margin: auto;
}

#pictoChrono{
	position:absolute;
}


#flecheGauche{
	display:none;
}

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

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

.vert{
	color:#559bc5;
}

#avantages {
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    line-height: 30px;
    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{
	position: relative;
	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);
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}


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

#instruction{
	position:relative;
}

#picto_chrono {
        position: absolute;
    top: 57px;
    right: 2px;
    transform: rotate(20deg);
    z-index: 1000;
    height: 72px;
}

  #picto_puce {
    height: 110px;
    margin-left: 56%;
    transform: rotate(20deg);
    display: none;
}

	#picto_puce2 {
	position: absolute;
    display: block;
    height: 105px;
    top: 47px;
    right: 5px;
    z-index: 1000;
    transform: rotate(20deg);
}

.mob{
	display: block;
}

.tabdesk{
display: none;
}



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

#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;
    line-height: 26px;
    text-align: center;
    color: #417dd8;
    font-weight: 800;
    margin-left: 5px;
    margin-right: 5px;
}

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;
	max-width: 500px;
	margin: auto;
}



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

#pictosDesktop{
	display:none;
}

.bold{
	font-weight:800;
}

#section2{
	height:100px;
}

#section3{
	padding:10px;
	line-height: 23px;
	background:#fff;
}

#section4{
	background: rgba(255,255,255,0.90);
	padding-top:50px;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
position: relative;
}

.bold{
	font-weight:800;
}

.type {
	padding: 10px;
	text-align: center;
	color: #333;
    background-color: #6cc04a24;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	line-height: 24px;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
margin-bottom: 10px;
	}
}

.type img{
	width: 100px;
	height: 100px;
}

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

#section6{
	padding:10px;
}

.bouton {
    width: 290px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #417dd8;
    text-align: center;
    margin: auto;
    font-weight: 800;
    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;
	line-height: 20px;
}

.signature{
	text-align:center;
}

.signature a{
	font-weight:600;
	color:#417dd8;
	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%;
}

#flecheHaut{
		margin-left:15px;
		position: relative;
		z-index: 1000;
	}


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

@media (min-width: 768px){

.mob{
	display: none;
}

.tabdesk{
display: block;
}

	body{
		font-family: 'Open Sans', sans-serif;
		background-image:url(fond_4.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;
	}

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

	#ciel{
		background-size:100%;
	}

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

	header {
		//height: 80px;
	}

	#picto_puce3 {
position: absolute;
    z-index: 1000;
    height: 98px;
    box-shadow: 10px;
    top: -52px;
    left: -25px;
    transform: rotate(-20deg);
    display: block;
}



	#picto_puce2 {
 display:none;
}



	ul {
		margin-top: 40px;
	}

	.gauche{
		border: none;
		width: 26%;
		margin: 0 10px 0 0;
		
	}

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

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

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

	#section4{
		padding-top: 1px;
		padding-bottom: 5px;
	}

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

	#gaucheSection6{
		width:45%;
	}

	#droiteSection6{
		width:45%;
	}

	#pictos {
	max-width: unset;
}

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

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

	#section3{
		background:#fff;
	}

	#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 {	
		text-align: center;
    color: #333;
    background-color: #e5e5e5;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    margin: 11px;
    width: 70%;
	}

	.typeTabDesk {	
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    color: #333;
    background-color: #6cc04a24;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 5px 0 5px;
    width: 95%;
    padding: 5px;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
	}

		.typeTabDesk img {	
    width: 50px;
    height: 50px;
    margin-right: 10px;
	margin-top: 10px;
}



	.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;
	}
	


#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;
}

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

	#gauche{
		width:20%;
		margin:auto;
	}

	#droite{
		width:70%;
		margin:auto;
	}


}


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


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

@media (min-width: 992px){


	

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

	#container{
		//max-width: 992px;
	}


	h2 {
    font-size: 30px;
    line-height: 36px;
}

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

	iframe{
		width:80%;
	}

	#section3{
		display:none;
	}

	#section5{
		padding:10px;
		background:#fff;
		display:block;
		line-height: 23px;
	}

	#avantages {
		padding: 30px;
	}

	#formulaire {
		padding: 20px;
	}

	#gaucheSection1 {
		margin-top: 5vw;
	}

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

	#gauche{
		width:30%;
		margin:auto;
	}

	#droite{
		width:60%;
		margin:auto;
	}

	#droiteSection1 {
		margin-top: 5vw;
	}

	
	#flecheGauche img {
		margin-top: -35px;
		margin-left: 318px;
	}
	
	#picto_puce {
  
    height: 150px;
    top: 70px;
    right: 50px;
 
}

	#picto_puce3 {

    height: 130px;
    top: -100px;
    left: -25px;
}

	.type{
		//width:39%;
	}




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

@media (min-width: 1320px){

	h1 {
		font-size: 40px;
		line-height: 50px;
	}
/*
	#section1 {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1330px;
    margin: auto;
}

.type {
    width: 85%;
}
*/
}