body {
	background-color:#027f67;
	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;
	  }
*/ 

.info {
	position:fixed!important;
	right:0 !important;
	top:45% !important;
	line-height: 60px !important;
	width:60px !important;
	color:white !important;
	background-color:#a0b61d !important;
	z-index: 5 !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:#a0b61d !important;
	z-index: 5 !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:#DAFF00 !important;
}

/* -- SECTION */
/* -- SECTION */
	
.section {
	padding:0;
}
	.section_A {background-color:#ffffff;}
	.section_C {
		background-color:#027f67;
		background-repeat: no-repeat !important;
		background-image:url("images/background-min.jpeg");
		background-position: left center !important;
		background-size:cover !important;
		padding-top:70px !important;
		padding-bottom:200px !important;
}
	  
/* 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;
}

/* -- 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%;
}
.accroche {
	color:white !important;
	font-size:35px !important;
	margin-left:40% !important;
	-webkit-text-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
	text-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
}
.accroche span {
	display:inline-block !important;
	padding:5px 10px !important;
	font-size:80% !important;
	margin-bottom:10px !important;
	background-color:#a0b61d !important;
	-webkit-text-shadow: 0 0 10px rgba(0,0,0,0) !important;
	text-shadow: 0 0 10px rgba(0,0,0,0) !important;
}

.logo {
	width:170px !important;
}
/* -- CONTENU -- */
/* -- CONTENU -- */
.contenu {
	width:calc(100% - 430px) !important;
	background-color:white;
	margin-top:-130px !important;
	overflow: hidden !important;
	-webkit-border-radius:30px !important;
	border-radius:30px !important;
	padding-bottom:40px !important;
}
h2 {
	color:#a0b61d !important;
	font-size:18px !important;
}
.liste {
	margin-bottom:20px !important;
}
.liste li {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	font-size:15px !important;
	padding-left:15px !important;
	background-image: url("images/index_puce.png");
	background-size:7px auto !important;
	background-repeat: no-repeat !important;
	background-position:left 7px !important;
	margin-bottom:10px !important;
	text-align: justify !important;
}
.liste li strong {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
}
.blocs li {
	width:calc(33% - 15px) !important;
	padding:20px !important;
	overflow: hidden;
	-webkit-border-radius:20px !important;
	border-radius:20px !important;
	background-color:#E9E9E9 !important;
	font-size:13px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	text-align: center !important;
}
.blocs li strong {
	color:#027f67 !important;
	font-size:110% !important;
	display:block !important;
	margin-bottom:5px !important;
}
.blocs li img {
	display:block !important;
	margin:0 auto 10px !important;
	max-width:60px !important;
}
/* -- FORMULAIRE -- */
/* -- FORMULAIRE -- */
.formulaire {
	width:400px !important;
	z-index: 10;
	margin-top:-130px !important;
}
	
.sticky_form {
	position:sticky !important;
	top:0 !important;
	background-color:white !important;
	
	overflow: hidden !important;
	-webkit-border-radius:30px !important;
	border-radius:30px !important;
}

.intro_form {
	font-size:20px !important;
	margin-bottom:20px !important;
}
.intro_form span {
	font-size:13px !important;
	display:block;
	margin-top:3px !important;
}
	.col {width:100%;}
	
.widgetform_touchvibes .ccmcss_form {
	margin:0 !important;
}

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

/* -- MENTIONS -- */
/* -- MENTIONS -- */
.mentions{
	width:100%;
	background-color:#027f67;
	z-index: 10;
}
	.mentions, .mentions p, .mentions li  {
		color: #cccccc;
		line-height: 12px;
		font-size: 10px;
		text-align: justify;
	}
	.mentions li{margin-bottom: 0px;}
	.mentions p {text-align: justify;}

/* FIN */

.merci {
	display:block;
	text-align: center !important;
	color:#000000;
	background-color:white !important;
	max-width:600px !important;
	width:100% !important;
	margin:30px auto !important;
}
.merci div {
	padding:10px !important;
	background-color:black !important;
	margin-bottom:30px !important;
	color:white !important;
}

/* WIDGET */ 


.widgetform_touchvibes {
    font-size: 14px;
    border: 0 !important;
	padding:0 !important;
}

.widgetform_touchvibes .ccmcss_form.ccmcss_form--w25 .ccmcss_form__line>.grid_left, .widgetform_touchvibes .w25 {
    width: 10% !important;
}

.widgetform_touchvibes .ccmcss_form.ccmcss_form--w25 .ccmcss_form__line--no_col {
    padding-left: 0 !important;
	margin:  0 auto !important;
	width: fit-content;
	align-items: center!important;
	display: flex !important;
	flex-direction: column !important;
}

.widgetform_touchvibes .ccmcss_form footer button, .widgetform_touchvibes .ccmcss_form footer input[type=button], .widgetform_touchvibes .ccmcss_form footer input[type=submit] {
     margin-right: 0 !important; 
}
.widgetform_touchvibes .ccmcss_form input[type=text], #additionalField25166, #additionalField25167 {
	border-radius:0 !important;
	 font-family: "Libre Baskerville", serif !important;
	font-size:13px !important;
}
.widgetform_touchvibes .widgetform_openform, .widgetform_touchvibes .widgetform_submit, .widgetform_touchvibes .widgetform_tooltip {
    text-align: center;
    text-transform: uppercase;
    padding: 14px 40px !important;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    color: #ffffff !important;
	font-size: 20px !important;
	font-weight: 500 !important;
}

.widgetform_touchvibes .widgetform_openform, .widgetform_touchvibes .widgetform_submit {
    width: fit-content !important;
    display: block;
    margin: 10px 0;
    background: #a0b61d !important;
	font-size:15px !important;
	padding:10px 20px !important;
}
.app_mandatory_field {
	  color: #a0b61d !important;
}
.jWidgetFormTitle {
	width: fit-content;
	margin: 0 auto !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #027f67 !important;
	text-align: center !important;
}

.jWidgetFormCatchphrase {
	width: fit-content;
	margin: 15px auto 30px  !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-align: center !important;
}

.widgetform_touchvibes .ccmcss_form .ccmcss_form__line {
    margin-bottom: 10px !important;
}

.widgetform_touchvibes .ccmcss_form .ccmcss_form__input, .widgetform_touchvibes .ccmcss_form input[type=color], .widgetform_touchvibes .ccmcss_form input[type=date], .widgetform_touchvibes .ccmcss_form input[type=datetime-local], .widgetform_touchvibes .ccmcss_form input[type=datetime], .widgetform_touchvibes .ccmcss_form input[type=email], .widgetform_touchvibes .ccmcss_form input[type=month], .widgetform_touchvibes .ccmcss_form input[type=number], .widgetform_touchvibes .ccmcss_form input[type=password], .widgetform_touchvibes .ccmcss_form input[type=search], .widgetform_touchvibes .ccmcss_form input[type=tel], .widgetform_touchvibes .ccmcss_form input[type=text], .widgetform_touchvibes .ccmcss_form input[type=time], .widgetform_touchvibes .ccmcss_form input[type=url], .widgetform_touchvibes .ccmcss_form input[type=week], .widgetform_touchvibes .ccmcss_form select, .widgetform_touchvibes .ccmcss_form textarea {
    width: 100%;
    padding: 8px 10px;
    border: none !important;
	border-bottom: 1px solid black !important;
    border-radius: 2px;
    outline: 0;
}

.widgetform_touchvibes .ccmcss_form .ccmcss_form__input, .widgetform_touchvibes .ccmcss_form input[type=color], .widgetform_touchvibes .ccmcss_form input[type=date], .widgetform_touchvibes .ccmcss_form input[type=datetime-local], .widgetform_touchvibes .ccmcss_form input[type=datetime], .widgetform_touchvibes .ccmcss_form input[type=email], .widgetform_touchvibes .ccmcss_form input[type=month], .widgetform_touchvibes .ccmcss_form input[type=number], .widgetform_touchvibes .ccmcss_form input[type=password], .widgetform_touchvibes .ccmcss_form input[type=search], .widgetform_touchvibes .ccmcss_form input[type=tel], .widgetform_touchvibes .ccmcss_form input[type=text], .widgetform_touchvibes .ccmcss_form input[type=time], .widgetform_touchvibes .ccmcss_form input[type=url], .widgetform_touchvibes .ccmcss_form input[type=week], .widgetform_touchvibes .ccmcss_form select, .widgetform_touchvibes .ccmcss_form textarea, .widgetform_touchvibes .ccmcss_gradient_1 {
    background: transparent !important;
}

.widgetform_touchvibes .ccmcss_form label {
    display: none !important;
}

.widgetform_touchvibes .ccmcss_form .ccmcss_form__line.ccmcss_form__line--checkbox .grid_last label, .widgetform_touchvibes .ccmcss_form .ccmcss_form__line.ccmcss_form__line--radio .grid_last label {
    display: inline-block !important;
    margin: 0 10px 0 0;
    font-weight: 400;
    text-align: left;
}
.jMsg {font-size:10px !important;}
.widgetform_touchvibes .ccmcss_form .ccmcss_form__line {
    margin-bottom: 0.6em;
}
.widgetform_touchvibes {
	background:none !important;
}

.widgetform_thanks {
	font-size:23px !important;
	color:#027f67 !important;
	line-height: 130% !important;
}
.widgetform_thanks p {
	font-size:16px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	line-height: 130% !important;
}
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 1000px), screen and (max-width: 1000px) {
	.accroche {
		font-size:30px !important;
	}
	
	/* TAILLE DES ZONES */
	.contenu, .formulaire, .sticky_form {width:100% !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	}
	.formulaire {
		margin-top:0 !important;
		
	}
		.col_A, .col_B {
			width:calc(50% - 10px) !important;
			}
	
	.info, .ancre {
	display:block !important;
}
	
}




/* FORMAT MOBILE */
/* FORMAT MOBILE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
	
		.section_C {
		background-color:#027f67;
		background-repeat: no-repeat !important;
		background-image:url("images/background-min.jpeg");
		background-position: -150px center !important;
		background-size:auto 100% !important;
		padding-top:30px !important;
		padding-bottom:480px !important;
}
	.blocs li {
		width:100% !important;
		margin-bottom:10px !important;
	}
	.col_A, .col_B {
			width:100% !important;
			}
	.accroche {margin-left:0 !important; font-size:25px !important;}
	.merci {
	display:block;
	text-align: center !important;
	color:#000000;
	background-color:white !important;
	max-width:600px !important;
	width:100% !important;
	margin:0px auto 30px !important;
}
	
}
