body {
	background-color:#003349;
	padding:0;
	margin:0;
	color:#01141a;
	text-align: left;
		}
	  .separ {
			clear: both;
			margin:0;
			border:0;
			height:0;
			padding:0;
			background:none;
			opacity:0;
		}
		img {
			width:100%;
			height: auto;
		}
		p, p a, #zeMedcomp, ol, ol li {color:#f5f5f5 !important; font-size:10px !important; line-height: 14px !important; opacity: 1 !important; }
	  li {list-style-type: none !important;}
		ol {padding-left:15px !important;}
	  	ol, ol li {list-style-type: decimal !important}

/* -- MASQUE -- */

	  .masque {
		 /* overflow: hidden; */
		  display: flex;
			-webkit-flex-direction: row;
			-moz-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-justify-content: space-between;
			-moz-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
			-webkit-flex-flow: wrap;
			-moz-flex-flow: wrap;
			-ms-flex-flow: wrap;
			flex-flow: wrap;
		  	/*-webkit-align-items: flex-start;
		 	-moz-align-items: flex-start;
		  	-ms-align-items: flex-start;
		  	align-items: flex-start;*/
			position:relative;
			padding:0;
			margin:0 auto;
			list-style-type: none;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
	  }
.ancre {
	width:60px;
	height: 60px;
	line-height: 60px;
	font-size:40px;
	position: fixed;
	z-index: 5;
	background-color:#ffffff;
	color:#09db09 !important;
	text-align: center;
	right:0%;
	top:20%;
	-webkit-border-radius:50% 0 0 50%;
	border-radius:50% 0 0 50%;
	-wekbit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px black;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	overflow: hidden;
	padding-top:5px !important;
	display:none !important;
}
.ancre:hover {
	background-color:#f5f5f5;
}
/* -- SECTION */
/* -- SECTION */
.section {
	padding:0;
	width:100%;
}
	.section_A {background-color:white;}
	.section_B {background-color:#000000; background-image: url(images/index_background.jpg); min-height:270px; background-position: center top; background-repeat: no-repeat; background-size:auto 270px; color:white !important;}
	.section_C {background-color:#09db09; padding-bottom:40px !important;}
	.section_D {background-color:#F5F5F5;}
	.section_F {}
	  
/* STRUCTURE - GABARIT */	
/* STRUCTURE - GABARIT */	
	  .gabarit {
			display: flex;
			-webkit-flex-direction: row;
			-moz-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-justify-content: space-between;
			-moz-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
			-webkit-flex-flow: wrap;
			-moz-flex-flow: wrap;
			-ms-flex-flow: wrap;
			flex-flow: wrap;
		  	/*-webkit-align-items: flex-start;
		 	-moz-align-items: flex-start;
		  	-ms-align-items: flex-start;
		  	align-items: flex-start;*/
			position:relative;
			padding:0;
			margin:0 auto;
			list-style-type: none;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		}
		.gabarit li {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			padding:0;
			margin:0;
			position:relative;
		}
	 

.structure {
	margin:0 auto;
	max-width: 1400px;
}

/* -- ZONE + PADDING -- */
/* -- ZONE + PADDING -- */
.zone {}
	/* Padding horizontal + vertical */
.padding{
	padding:30px !important;
}
	/* Padding horizontal */
	.padding-x{
		padding:0 30px !important;
	}
	/* Padding vertical */
	.padding-y{
		padding:30px 0 !important;
	}


/* -- HEADER -- */
.header {
	width:100%;
}
.logo {width:110px; display:block; margin:0 auto !important;}

/* SECTION TITRE */
.visuel_mobile {
	display:none !important;
}

.accroche {
	width:calc(100% - 430px) !important;
	font-size:35px;
	color:white !important;
	padding-top:50px !important;
}
.accroche strong {
	display:block;
	margin-bottom:5px;
	font-size:80%;
	color:#09db09;
}


/* -- CONTENU -- */
/* -- CONTENU -- */
.contenu, .contenu2 {
	width:calc(100% - 430px) !important;
}

.visuel_PDF {
	width:260px;
}
.visuel_PDF img {
	display:block;
	margin-top:-50px;
}
.sommaire {
	width:calc(100% - 280px) !important;
}
.intro_sommaire {
	font-size:20px !important;
	font-weight: bold;
	display:block;
	margin-bottom:13px !important;
}

.liste {
	padding-left:0px;
	margin-bottom:30px;
}
.liste li {
	font-size:16px;
	margin-top:7px;
	padding-left:25px !important;
	background-image:url(images/index_check.png);
	background-size:15px auto;
	background-repeat: no-repeat;
	background-position:left 3px;
}

.intro_avantages {
	margin-top:10px !important;
	font-size:20px !important;
	font-weight: bold !important;
	display:block !important;
	text-align: center !important;
}
.avantages {
	width:100% !important;
	margin-top:-80px !important;
}
.avantages li {
	width:calc(33% - 30px) !important;
	padding:25px 15px 0px !important;
	text-align: center !important;
	background-color:white !important;
	font-size:14px !important;
}
.avantages li strong {
	font-size:125%;
	display:block;
	margin-bottom:10px;
}

/* -- FORMULAIRE -- */
/* -- FORMULAIRE -- */
.formulaire {
	width:400px !important;
	background-color:white;
	position:absolute !important;
	right:30px !important;
	top:-60px !important;
	padding-bottom:40px !important;
	z-index: 1000
}

	.intro_form {
		text-align:center !important;
		color:#333333 !important;
		padding-bottom:20px !important;
		margin-bottom:20px !important;
		font-size:13px !important;
		border-bottom:1px solid #01141a !important;
	}
	.intro_form strong {
		display:block !important;
		font-size:22px !important;
		color:#01141a !important;
		margin-bottom:5px !important;
	}
#q_2 {margin-bottom:20px !important;}
#q_2 li {
	width:calc(50% - 10px);
	border:1px solid #666666 !important;
	color:#333333 !important;
	text-align:center !important;
	font-size:15px !important;
	padding:10px !important;
}
#q_2 li:hover {background-color:#eeecec;}
#q_2 li img {display:block; margin:0 auto 10px !important; width:70px;}
#q_2 li label {text-align:center !important;}
#q_2 li input {position:absolute; left:3px; top:3px !important; background-color:#eeecec;}
	.col {width:100%;}
	.col_A, .col_B {
			width:calc(50% - 10px) !important;
			}
	
.rcheck label {
	margin-top: 20px;
	font-size: 10px!important;
	line-height: 130%!important;
}
.rcheck label a, .rchech label a:visited {color:#0bdc0c;}


/* -- MENTIONS -- */
/* -- MENTIONS -- */
.mentions{
	width:100%;
	padding-top:50px !important;
}
	.mentions, .mentions p, .mentions li  {
		color: #333333;
		line-height: 12px;
		font-size: 10px;
		text-align: justify;
	}
	.mentions li{margin-bottom: 0px;}
	.mentions p {text-align: justify;}

/* FIN */

/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 1000px), screen and (max-width: 1000px) {
	/* TAILLE DES ZONES */
	.contenu, .contenu2, .formulaire {width:100% !important;}
	
	.formulaire {
		position:relative !important;
	right:0px !important;
	top:0px !important;
	}

	.section_A {order:1 !important;}
	.section_B {order:2 !important; background-size:auto 100% !important;}
	.section_C {order:3 !important;}
	.section_D {order:4 !important;}
	.section_F {order:5 !important;}
	.mentions {order:6 !important;}
	.accroche {width:calc(100% - 250px) !important; font-size:30px !important;}
	.ancre {display:block !important;}
}




/* FORMAT MOBILE */
/* FORMAT MOBILE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
	.section_B {
		min-height: auto !important;
		background-image:none !important;
	}
	.visuel_mobile {display:block !important; width:100% !important;}
	.visuel_PDF {display:none !important;}
	.accroche {
		width:100% !important;
		text-align: center !important;
		font-size:23px !important;
		padding-top:0px !important;
	}
	.sommaire {width:100% !important;}
	.intro_sommaire {text-align:center !important;}
	
	.avantages li {
		width:100% !important;
		margin-bottom:20px !important;
	}
	.avantages li img {
		display:block;
		margin:0 auto;
		max-width:150px !important;
	}
	
	.intro {font-size:21px !important;}
	
	
	.col_A, .col_B {
			width:100% !important;
			}
}
