body {
	background: #030B1F;
background: -webkit-linear-gradient(180deg, rgba(3, 11, 31, 1) 0%, rgba(13, 28, 84, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(3, 11, 31, 1) 0%, rgba(13, 28, 84, 1) 100%);
background: linear-gradient(180deg, rgba(3, 11, 31, 1) 0%, rgba(13, 28, 84, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030B1F", endColorstr="#0D1C54", GradientType=0);
	padding:0;
	margin:0;
	color:#ffffff;
	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:30% !important;
	line-height: 60px !important;
	width:60px !important;
	color:white !important;
	background-color:#2532f0 !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:#FBFBFB !important;color: #030b1f!important;
}

/* -- 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: 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;
	}
.section_B {
	  align-items: center; /* Centre verticalement le contenu enfant (.structure) */
}

/* -- HEADER -- */
.header {
	width:100%;
}
.contenu .Logo {
  max-width: 150px; /* Limite la taille du logo */
  margin-bottom: 25px; /* Espace sous le logo */
  align-self: flex-start; /* Aligne le logo au début (à gauche) */
}

.contenu h1 {
  font-size: 2.5em; /* Taille du titre */
  line-height: 1.2;
  margin-bottom: 20px;
	font-weight: 900;
}

.contenu p {
  font-size: 1em!important;
	line-height: 150%!important;
  max-width: 600px; /* Limite la largeur du texte pour la lisibilité */
	color: #ffffff!important;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"!important;
}
.carte {
	width: 100%;
}

/* -- CONTENU -- */
/* -- CONTENU -- */
.contenu {
	width:calc(50% - 40px) !important;
	padding-bottom: 50px !important;
}
.picto-img > li {
	width: calc(100% - 50px);
	align-self: center!important;
}
.bloc-picto li.picto {
	width: 40px;	
}
.bloc-picto > li {
	width: 100%;
	margin-bottom: 20px;
}
.box-p > li {
	width: calc(50% - 10px);
}
.picto-big {
	width: 80px;
	display: block;
	margin: 0 auto 20px auto;
}
.lieu {
	padding: 30px!important;
	text-align: center;
	border: 1px solid #ffffff;
}
.bg-dt {
	position: absolute;
	right: -20%;
	height: 100%;
	width: auto
}
.date {
	background-color: #2532f0;
	width: 100%;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	font-size: 120%;
	margin-bottom: 30px;
}
/* -- FORMULAIRE -- */
/* -- FORMULAIRE -- */
.formulaire {
	width:calc(50% - 40px)  !important;
	background-color:#ffffff;
	z-index: 10;
}
	
.sticky_form {
	position:sticky !important;
	top:0 !important;
	margin-top: 50px !important;
}
.widgetform_touchvibes {
	max-width: 400px;
	margin: 0 auto;
}
.intro_form {
	font-size:20px !important;
	margin-bottom:20px !important;
	text-align: left;
}
.intro_form span {
	font-size:13px !important;
	display:block;
	margin-top:3px !important;
}
	.col {width:100%;}
	


/* -- FOOTER -- */
/* -- FOOTER -- */
.footer {
	width:100%;
	background-color:yellow;
	z-index: 10;
}

/* -- MENTIONS -- */
/* -- MENTIONS -- */
.mentions{
	width:100%;
	z-index: 10;
}
	.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 */

.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: 1270px), screen and (max-width: 1270px) {
	/* TAILLE DES ZONES */
	.bg-dt {
		display: none;
	}
	.contenu {
  width: calc(100% - 500px) !important;
  padding-bottom: 50px !important;
}
	.formulaire {
		width: 500px!important;
	}
	.carte iframe {
		width: 100%!important;
	}
}

/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 1000px), screen and (max-width: 1000px) {
	/* TAILLE DES ZONES */
	.contenu, .formulaire {width:100% !important;}
		.col_A, .col_B {
			width:calc(50% - 10px) !important;
			}
	
	.info, .ancre {
	display:block !important;
}
	.sticky_form {
  margin-top: 0px !important;
}
	.widgetform_touchvibes {
  max-width: 100%;
}
	.contenu p {
		max-width: 80%!important;
	}
		.widgetform_touchvibes .widgetform_title {
 
  text-align: center !important;
 
}
	.widgetform_touchvibes .widgetform_catchphrase {
  text-align: center !important;
}
}




/* FORMAT MOBILE */
/* FORMAT MOBILE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
	
	.col_A, .col_B {
			width:100% !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;
}
	.box-p > li {
  width: 100%!important;
}
	.contenu h1 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 900;
}
.contenu {
		width: calc(100% - 60px)!important;
	}
	.contenu p {
		max-width: 100%!important;
	}
	.widgetform_touchvibes .widgetform_title {
  font-size: 20px !important;
  font-weight: 900 !important;
  margin: 0 auto !important;
  text-align: center !important;
  color: #030b1f;
  line-height: 120%;
}
	.widgetform_touchvibes .widgetform_catchphrase {
  margin: 10px auto !important;
  text-align: center !important;
  color: #0d1c54;
  font-size: 20px !important;
}
	
}
