body {
	background-color:#262e43;
	padding:0;
	margin:0;
	color:#232e42;
	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;
}
.section_A {
	padding-top: 30px!important;
}
	.section_A .structure {background-color:#ffffff;}
	.section_B .structure {background:url("images/index_bg.jpg") top center no-repeat;background-size: cover;}
	  
/* 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%;
	padding: 10px 30px!important 
}
.logo {
	width: 120px;
}
.header span {
	    float: right;
    font-size: 14px;
    color: #242e44;
    padding-top: 50px;
}
/* -- CONTENU -- */
/* -- CONTENU -- */
.contenu {
	width:calc(100% - 370px) !important;
}
.accroche {
	width: 100%;
}
.accroche li {
	width: calc(100% - 610px);
	text-align: right;
}
.accroche li.title {
	width: 610px;
	text-align: left;
}

h1 {
	color: #ffffff;
	font-size: 30px;
	padding-right: 100px;
	font-weight: normal;
	font-family: 'Be Vietnam Pro', sans-serif;
}
h1 span {
	color: #6fad27;
	font-weight: bold;
}
.title-box {
	width: 100%;
	padding-bottom: 0!important;
}
.liste-box {
	width: 470px;
    margin-left: 220px;
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
    z-index: 5;
    position: relative;
}
h2 {
	font-size: 19px;
	font-family: 'Be Vietnam Pro', sans-serif;
}
.liste {
	padding-left: 0!important;
}
.liste li {
        font-size: 15px;
    padding-left: 28px;
    background-image: url(images/puce_perso.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 0 -2px;
    width: 100%;
    padding-bottom: 16px;
}
.lb_box img {
	width: 55%;
	top: -10px;
	
}
/* -- FORMULAIRE -- */
/* -- FORMULAIRE -- */
.formulaire {
	width: 370px;
	z-index: 10;
	padding-right: 30px;
	margin-bottom: 40px!important;

}
.inner_form {
	border: 2px solid #162056;
	border-radius: 30px;
	width:350px !important;
	padding: 20px 30px!important;
	background-color: #e9e9e9;
}
h3 {
	font-size: 18px;
	text-align: center;
	font-family: 'Be Vietnam Pro', sans-serif;
}
h3 span {
	display: block;
margin: 5px auto;
font-size: 10px;}
	.col {width:100%;}
		.col_A, .col_B {
			width:calc(50% - 10px) !important;
			}
.model {
	    width: 319px;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2;
}

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

/* -- MENTIONS -- */
/* -- MENTIONS -- */
.mentions{
	width:100%;
}
	.mentions, .mentions p, .mentions li  {
		color: #999!important;
		line-height: 12px;
		font-size: 10px;
		text-align: justify;
	}
	.mentions li{margin-bottom: 0px;}
	.mentions p {text-align: justify;}
.ipad, .mobile {
		display: none;
	}
#popup1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 30;
}

.fermer {
	visibility: hidden;
  opacity: 0;
}
/* Toggle this class - hide and show the popup */
.show {
  visibility: visible;
   opacity: 1;	
  -webkit-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 25px;
  width: 35%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  transition: all 200ms;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
	display: block;
	margin: 10px auto;
	background: #6fad27;
	padding: 20px 40px;
	text-align: center;
	width: 200px;
	font-size: 21px;
	border-radius: 15px;
}
.popup .close:hover {
  background: #666666;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.liste li a {
	color: #6fad27!important;
}
.lb_box .pastille {
	position: absolute;
	right:-10px;
	width: 120px;
}
.pastille {
	    position: absolute;
    left: -120px;
    width: 150px;
    top: -20px;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
/* FIN */

/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 1180px), screen and (max-width: 1180px) {
	/* TAILLE DES ZONES */
.lb_box img {
    width: 384px; 
    top: -10px;
}
	.section_B .structure {
    background: url(images/index_bg.jpg) top center no-repeat;
    background-size: 1240px auto;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 25px;
  width: 45%;
  position: relative;
  transition: all 5s ease-in-out;
}	
	.pastille {
		top: -90px;
    left: -120px;
	}
}

/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 1080px), screen and (max-width: 1080px) {
	/* TAILLE DES ZONES */
	.liste-box {
       width: calc(100% - 140px);
    margin-left: 140px;
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
    z-index: 5;
    position: relative;
}
	.model {
		left: -30px;
	}
	.accroche li.title {
    width: 500px;
    text-align: left;
}
	h1 {
    color: #ffffff;
    font-size: 28px;
    padding-right: 0px;
    font-weight: normal;
}
	.accroche li {
    width: calc(100% - 500px);
}
	.accroche {
		min-height: 195px;
	}
	
}

/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 980px), screen and (max-width: 980px) {
	/* TAILLE DES ZONES */
	.pastille {
		left: -90px;
	}
	
}
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 900px), screen and (max-width: 900px) {
	/* TAILLE DES ZONES */
	.contenu, .formulaire {width:100% !important;}
	.inner_form {
		width: 100%!important;
		background-color: #e9e9e9;
	}
	.model {
    width: 230px;
    left: 20px;
}
	.lb_box img {
    width: 100%;
    top: -10px;
}
		.section_B .structure {
    background: url(images/index_bg.jpg) top center no-repeat;
    background-size: 1440px auto;
}
	.popup {
  width: 55%;
}
	.pastille {
		left: 0;
	}
	
}


/* FORMAT MOBILE */
/* FORMAT MOBILE */
/* FORMAT TABLETTE */
@media screen and (max-device-width: 860px), screen and (max-width: 860px) {
	
	.section_B .structure {
    background: #e9e9e9;
}
	.accroche li.title{
    width: 100%;
		text-align: center;
}
	.liste-box {
		margin-right: auto;
		margin-left: auto!important;
		margin-top: 0;
		margin-bottom: 30px;
		width: 80%
	}
	.accroche li:last-of-type, .model {
		display: none;
	}
	.formulaire .pastille {
		display: none;
	}
	.ipad {
		display: block;
	}.ipad .pastille {
	position: absolute;
	right:0px;
	width: 120px;
		top: 0;
		left: auto;
}
	
	h1 {
		color: #232e42;
		text-align: center;
	}
	.accroche {
		min-height: auto;
	}
	.title-box {
    padding-top: 0!important;
}
	.inner_form {
    width: 90%!important;
    margin: 0 auto;
}
	
}

/* 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;
			}
	h1 {
    font-size: 24px;
}
	.ipad {
		display: none;
	}
	.mobile {
		display: block;
	}
	.mobile  .pastille {
	position: absolute;
	right:0px;
	width: 100px;
		top: 0;
		left: auto;
}
	.liste-box {
    width: 100%;
}
	.header span {
    float: none;
		display: block;
    font-size: 14px;
    color: #242e44;
    padding-top: 0px;
    margin: 20px auto!important;
    width: 100%;
    text-align: center;
}
	.logo {
   
    margin: 0 auto;
    display: block;
}
		.popup {
  width: 85%;
}
	
}
