body {
	background-color:#f1ebeb;
	padding:0;
	margin:0;
	color:#333333;
	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:#666666 !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;
	  }

/* -- SECTION */
/* -- SECTION */
	
.section {
	padding:0;
}
	  
/* 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: 1200px;
}
.info {
	position:fixed!important;
	right:0 !important;
	top:30% !important;
	line-height: 60px !important;
	width:60px !important;
	color:white !important;
	background-color:black !important;
	z-index: 8 !important;
	text-align: center !important;
	font-size:40px !important;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-decoration:none;
	font-style: italic;
	-webkit-border-radius:10px 0 0 10px !important;
	border-radius:10px 0 0 10px !important;
	overflow: hidden !important;
	display:none !important;
}

.ancre {
	position:fixed!important;
	left:50% !important;
	margin-left:-80px !important;
	bottom:30px !important;
	line-height: 30px !important;
	width:160px !important;
	color:white !important;
	background-color:black !important;
	z-index: 8 !important;
	text-align: center !important;
	font-size:16px !important;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration:none;
	-webkit-border-radius:15px !important;
	border-radius:15px !important;
	overflow: hidden !important;
	display:none !important;
}

.info:hover, .ancre:hover {
	background-color:#333333 !important;
}
/* -- 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%;
}
#myVideo {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width:700px;
	height: auto;
	z-index: 5;
}
.logo-mobile {
	display: none;
}
.down-picto {
	width: 28px;
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -14px;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	z-index: 7;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
/* -- CONTENU -- */
/* -- CONTENU -- */
.contenu {
	width:calc(100% - 570px) !important;
	margin-top: 30px!important;
}
.bloc > li {
	background-color: #5ab4e6;
	font-size: 15px;
	color: #ffffff;
	text-align: justify;
	width: 100%;
	margin-bottom: 30px;
}
.bloc > li:nth-child(even) {
	background-color: #e56c30;
}
.bloc li .picto-bloc {
	width: 94px;
}
.bloc li .bloc-text {
	width: calc(100% - 120px);
}

/* -- FORMULAIRE -- */
/* -- FORMULAIRE -- */
.formulaire {
	width:540px !important;
	background: #ffffff;
	margin-top: 30px !important;
	z-index: 10;
}
.formulaires {
	padding: 0 30px 30px 30px;
}
	.col {width:100%;}
.entete {
	background-color: #e56c30;
	color: #ffffff;
	padding: 15px 30px;
	margin-bottom: 50px;
}	
.lb {
	position: absolute;
	width: 200px;
	left: 20px;
	top: -75%;
}
.entete h2 {
	padding-left: 180px;
}

/* -- FOOTER -- */
/* -- FOOTER -- */
.footer {
	width:100%;
	background-color:yellow;
}

/* -- MENTIONS -- */
/* -- MENTIONS -- */
.mentions{
	width:100%;
	background-color:mediumpurple;
}
	.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 */

.bloc-merci li {
	width: calc(50% - 30px);
	margin: 30px auto;
	background: #ffffff;
}
.bloc-merci li p {
	font-size: 15px!important;
	line-height: 130%!important;
}
.contenu-merci {
	margin: 0 auto!important;
	max-width: 900px;
}
.logo {
	width: 150px;
	margin-left: 30px;
}
.section_C .structure {
	background: url("images/bg_thanks.jpg") top center no-repeat;
	background-size: cover;
}
.header-thanks {
	min-height: 600px;
}
.btn-merci {
	padding: 10px;
	display: block;
	text-decoration: none;
	background-color: #de6d39;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
}

.btn-merci:hover {
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
	background: #65b4e3;
}
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 1150px), screen and (max-width: 1150px) {
	/* TAILLE DES ZONES */
	.contenu, .formulaire {width:calc(50% - 30px) !important;}
	
}

/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 880px), screen and (max-width: 880px) {
	/* TAILLE DES ZONES */
	.contenu, .formulaire {width:100% !important;}
	.br_none {display: none;}
	.lb {
    position: absolute;
    width: 150px;
    left: 20px;
    top: -50%;
}
		.info, .ancre {
	display:block !important;
}
	
.header-thanks {
	min-height: 300px;
}
	.bloc-merci li {
	width: 90%;
		margin: 30px auto 30px auto!important;
		
}
}




/* FORMAT MOBILE */
/* FORMAT MOBILE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
	.down-picto {display: none;}
	.col_A, .col_B {
			width:100% !important;
			}
	.contenu {
		margin-top: 0!important;
		padding: 30px!important;
	}
	.section_B > ul {
		padding: 0!important;
	}
	.header-thanks {
	min-height: 500px;
}
}
@media screen and (max-device-width: 400px), screen and (max-width: 400px) {
	.bloc li .bloc-text, .bloc li .picto-bloc {
		width: 100%;
	}
	.bloc li .picto-bloc {
		width: 50px; display: block; margin: 20px auto;
	}
	.bloc li.padding {
		padding: 30px 50px!important;
	}
}
