body {
	padding:0;
	margin:0;
	color:#081226;
	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:#001329 !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:30% !important;
	line-height: 60px !important;
	width:60px !important;
	color:white !important;
	background-color:black !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:black !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:#333333 !important;
}

/* -- SECTION */
/* -- SECTION */
	
.section {
	padding:0;
}
	.section_A {background: url("images/lp_bg.jpg"); background-size: cover; background-position: top right; background-repeat: no-repeat;}
.mobile {
	display: none;
}  
/* 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: 1300px;
}

/* -- 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%;
}

.header img {
	width: 200px;
	height: auto;
}

.header h1 {
	color: white;
	font-size: 35px;
	margin-top: 160px;
	width: 55%;
	letter-spacing: 0.5px;
	line-height: 150%;
}

.header h1 span{
	color: white;
	font-size: 90%;
	font-weight: 300;
	letter-spacing: 0.8px;
}

/* -- CONTENU -- */
/* -- CONTENU -- */
.contenu {
	width:calc(100% - 450px) !important;
	background-color:white;
}

.offer {
	background-color: #ff4c29;
	display: flex;
	flex-direction: row;
	color: white;
	gap: 20px;
	letter-spacing: 0.5px;
	padding: 20px 30px;
}

.offer span{
	font-weight: bold;
	font-size: 200%;
}

.offer img {
	width: 30px;
	height: 30px;
}

h3 {
	font-size: 26px;
	font-weight: 400;
}
.contenu p {
	font-size: 18px!important;
	line-height: 130%!important;
}
.welcome-o {
	border-radius: 10px;
	padding: 30px;
	padding: 30px 30px 30px 350px;
	color: #ffffff;
	background: url("images/bg_offer.png") left center no-repeat;
	background-size: cover;
	margin: 30px 30px 0 30px;
}
.welcome-o span {
	font-size: 20px;
	line-height: 130%;
}
.list li {
    width: 100% !important;
    margin-top: 12px !important;
    font-size: 17px !important;
    padding-left: 20px !important;
    background-image: url("images/dot.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 10px auto !important;
	line-height: 130%;
}

h4 {
	font-size: 18px;
}
.atouts {
	background-color: #eef8fa;
	padding: 30px;
	overflow: hidden;
}
.atouts h3 span {
	display: block;
	color: #848b93;
	font-size: 90%;
	margin-top: 10px;
}
.chiffre-bg {
	width: 300px;
	position: absolute;
	right: -50px;
	bottom:-50px;
}
.liste-2 > li {
	width: 100%;
	align-items: flex-start;
}
ul.nombre {
	justify-content: flex-start!important;
	gap: 10px;
	margin-bottom: 10px;
	align-items: center;
	
}
.nombre li:first-child {
	font-size: 50px;
	color: #ff4c29;
	font-weight: 900;
}

/* -- FORMULAIRE -- */

#q_3 {
	color: #aaaaaa !important;
}
/* -- FORMULAIRE -- */

.widgetform_touchvibes {
    font-size: 14px;
    padding:0px !important;
    border: none !important;
    background: transparent !important;
    background: -moz-linear-gradient(transparent)!important;
    background: -webkit-gradient(transparent)!important;
    background: -webkit-linear-gradient(transparent)!important;
    background: -o-linear-gradient(transparent)!important;
    background: -ms-linear-gradient(transparent)!important;
    background: linear-gradient(transparent)!important;
}
.widgetform_header {
	padding: 30px 30px 10px 30px ;
}
 
.jWidgetForm1 {
	padding: 10px 30px 10px 30px ;
}
.formulaire {
	width:400px !important;
	background-color:white;
	border-radius: 10px;
	z-index: 10;
	margin-right: 50px !important;
	margin-top: -50px !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	height: fit-content !important;
}
	
.sticky_form {
	position:sticky !important;
	top:0 !important;
}

.widgetform_touchvibes .widgetform_title {
    text-transform: inherit !important;
	color: #001329;
	font-size:25px !important;
	margin-bottom:20px !important;
	text-align: center;
	font-weight: bold;
}
.widgetform_touchvibes .widgetform_title span {
    text-transform: inherit !important;
	color: #001329;
	font-size:16px !important;
	margin-bottom:20px !important;
	text-align: center;
	font-weight: 300;
	display: block;
	margin: 10px auto 0 auto;
}

.widgetform_touchvibes .widgetform_catchphrase {
    margin: 0 !important;
	font-size:14px !important;
	display:block;
	margin-top: -10px !important;
	text-align: center;
	background: #cadff0;
	padding: 10px;
	color: #000;
	font-weight: bold;
}

.widgetform_touchvibes .ccmcss_form.ccmcss_form--w25 .ccmcss_form__line>.grid_left, .widgetform_touchvibes .w25 {
    width: 0% !important;
}

.widgetform_touchvibes .ccmcss_form .ccmcss_form__line .grid_col, .widgetform_touchvibes .ccmcss_form .ccmcss_form__line .grid_left {
    padding-right: 0px !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 {
    border-radius: 0px !important;
    outline: 0;
	margin:0px 0px 10px 0px !important;
	font: normal 14px/100% Arial, sans-serif !important;
	width: 100%;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#f3f5f5 !important;
	background: linear-gradient(180deg, #f3f5f5 0, #f3f5f5 50%, #f3f5f5 0, #f3f5f5) !important;
	color: #999999 !important;
	border: none !important ;
	padding: 5px 10px !important;
	height: 30px;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
}

.widgetform_touchvibes .ccmcss_form__line--date input+.ccmcss_form__placeholder {
    width: 100%;
	padding: 5px 10px !important;
    position: absolute;
    top: 1px;
    left: 1px;
	color: #696969 !important;
	font: normal 14px/100% Arial, sans-serif !important;
    pointer-events: none;
    background: #f3f5f5 !important;
    background: -moz-linear-gradient(top,#f3f5f5 0,#f3f5f5 50%,#f3f5f5 50%,#f3f5f5 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f5f5), color-stop(50%, #f3f5f5), color-stop(50%, #f3f5f5), color-stop(100%, #f3f5f5)) !important;
    background: -webkit-linear-gradient(top, #f3f5f5, #f3f5f5 50%, #f3f5f5 0, #f3f5f5) !important;
    background: -o-linear-gradient(top,#f3f5f5 0,#f3f5f5 50%,#f3f5f5 50%,#f3f5f5 100%) !important;
    background: -ms-linear-gradient(top,#f3f5f5 0,#f3f5f5 50%,#f3f5f5 50%,#f3f5f5 100%) !important;
    background: linear-gradient(180deg, #f3f5f5 0, #f3f5f5 50%, #f3f5f5 0, #f3f5f5) !important;
}

.widgetform_touchvibes .ccmcss_form .ccmcss_form__line {
    margin-bottom: 0.25em !important;
}

.widgetform_touchvibes .ccmcss_form.ccmcss_form--w25 .ccmcss_form__line--no_col {
    padding-left: 0% !important;
}

.widgetform_touchvibes .widgetform_openform, .widgetform_touchvibes .widgetform_submit, .widgetform_touchvibes .widgetform_tooltip {
    text-align: center;
    text-transform: inherit !important;
    cursor: pointer;
	font-size:18px;
	background-size:100% 100%;
	-webkit-border-radius:30px !important;
	-moz-border-radius:30px !important;
	-ms-border-radius:30px !important;
	border-radius:30px !important;
	overflow: hidden !important;
	background-color:#ff4c29 !important;
	background: linear-gradient(180deg, #ff4c29 0, #ff4c29) !important;
	margin:20px auto 0 !important;
	width: 100%;
	position:relative;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
	display:block;
	font-weight:normal;
	color:#ffffff !important;
	padding:10px !important;
	border:none !important;
}

.app_mandatory_field {
    text-align: center;
	color: #696969 !important;
}

.widgetform_touchvibes .ccmcss_form .ccmcss_form__line.ccmcss_form__line--checkbox, .widgetform_touchvibes .ccmcss_form .ccmcss_form__line.ccmcss_form__line--radio:nth-child(2) {
	display: flex;
	flex-direction: column !important;
}

.widgetform_touchvibes .ccmcss_form.ccmcss_form--w25 .ccmcss_form__line>.grid_left, .widgetform_touchvibes .w25:nth-child(2) {
    width: 100% !important;
}

.widgetform_touchvibes .ccmcss_form .ccmcss_form__line .grid_col label, .widgetform_touchvibes .ccmcss_form .ccmcss_form__line .grid_left label {
    margin-top: .5em;
    margin-bottom: 0;
    text-align: left !important;
	font-weight: inherit !important;
}

.widgetform_touchvibes .jFieldadditionalField25771 .grid_last .value  {
	display: flex;
    margin-top: .5em;
	flex-direction: column !important;
}
.jFieldadditionalField25772 .grid_col {
	width: 100%;
}
.widgetform_thanks {
	padding: 30px!important;
}
.widgetform_thanks h3 {
    font-size: 20px !important;
    text-align: center !important;
    font-weight: bold !important;
    margin-top: 0 !important;
}

.widgetform_thanks p {
    font-size: 14px !important;
	line-height: 130% !important;
}

.btn_thanks {
	font-size:18px !important;
	background-size:100% 100%;
	-webkit-border-radius:30px !important;
	-moz-border-radius:30px !important;
	-ms-border-radius:30px !important;
	border-radius:30px !important;
	overflow: hidden !important;
	background-color:#ff4c29 !important;
	margin: 20px auto ;
	width: fit-content;
	position:relative;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
	display:block;
	font-weight:normal;
	color:#ffffff !important;
	text-decoration: none !important;
	text-align: center !important;
	padding: 14px 60px;
	border:none;
}


/* -- FOOTER -- */
/* -- FOOTER -- */
.footer {
	width:100%;
	z-index: 10;
}

/* -- MENTIONS -- */
/* -- MENTIONS -- */
.mentions{
	width:100%;
	z-index: 10;
}
	.mentions, .mentions p, .mentions li  {
		color: #333333;
		line-height: 130%;
		font-size: 14px!important;
		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;
}

/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
	/* TAILLE DES ZONES */
	.header h1 {
		color: white;
		font-size: 26px;
		margin-top: 160px;
		width: 55%;
		letter-spacing: 0.5px;
		line-height: 150%;
	}

	.header h1 span{
		color: white;
		font-size: 85%;
		font-weight: 300;
		letter-spacing: 0.8px;
	}
	.contenu {
  width: calc(100% - 400px) !important;
  background-color: white;
}
	.formulaire {
		margin-right: 0!important;
	}
}


/* FORMAT TABLETTE */
@media screen and (max-device-width: 1060px), screen and (max-width: 1060px) {
	/* TAILLE DES ZONES */
	.contenu, .formulaire {width:100% !important;}
		.col_A, .col_B {
			width:calc(50% - 10px) !important;
			}
	
	.info, .ancre {
		display:block !important;
	}	
	
	.section_A {background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0) ), url("images/lp_bg.jpg"); background-size: cover; background-position: top right; background-repeat: no-repeat;}
	  
	.header h1 {
		color: white;
		font-size: 32px;
		margin-top: 160px;
		width: 100%;
		letter-spacing: 0.5px;
		line-height: 150%;
	}

	.header h1 span{
		color: white;
		font-size: 85%;
		font-weight: 300;
		letter-spacing: 0.8px;
	}
	
	.formulaire {
		background-color:white;
		border-radius: 0px;
		z-index: 10;
		margin-right: 0px !important;
		margin-top: 0px !important;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	}

	.sticky_form {
		position:sticky !important;
		top:0 !important;
	}
	
} 

/* FORMAT TABLETTE */
@media screen and (max-device-width: 700px), screen and (max-width: 700px) {
	
	.col_A, .col_B {
		width:100% !important;
		}
	
	.header h1 {
		color: white;
		font-size: 26px;
		margin-top: 160px;
		width: 100%;
		letter-spacing: 0.5px;
		line-height: 150%;
	}
	
	.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;
	}

}

/* FORMAT TABLETTE */
@media screen and (max-device-width: 700px), screen and (max-width: 700px) {
	
	.col_A, .col_B {
		width:100% !important;
		}
	
	.header h1 {
		color: white;
		font-size: 26px;
		margin-top: 160px;
		width: 100%;
		letter-spacing: 0.5px;
		line-height: 150%;
		text-align: center;
	}

	.header h1 span{
		color: white;
		font-size: 85%;
		font-weight: 400;
		letter-spacing: 0.8px;
	}
	
	.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;
	}
	.welcome-o {
		max-width: 500px;
		margin: 30px auto;
  border-radius: 10px;
  padding: 30px;
  padding: 0;
  color: #ffffff;
  background: #131f35;
		text-align: center;
		overflow: hidden;
}
	.welcome-o li {
		padding: 30px;
	}
	.mobile {
		display: block;
	}
	.welcome-o .mobile {
		margin: 0 auto 10px auto;
		padding: 0!important;
		width: 100%;
	}

}
