body {
	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;
		}

	  li {list-style-type: none !important;}
		ol {padding-left:15px !important;}
	  	ol, ol li {list-style-type: decimal !important}

/* -- MASQUE -- */

	 /* .masque {
		  overflow: hidden;
	  }
*/ 

@font-face {
  font-family: Nunito ;
  src: url('Nunito/static')  format('truetype');
}
/* -- 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: 1150px;
}

/* -- 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;
	}


/* -- NAV -- */
.nav {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: white;
	align-items: center;
	padding: 30px 0 !important;
}

.nav .logo {
	width: fit-content;
	height: fit-content;
}

.nav .logo img {
	width: 200px;
	height: auto;
}

.nav .ctas {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.nav .ctas a {
	border-radius: 34px;
	background-color: #ecb62f;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:10px;
	color: #163860;
	font-size: 18px;
	font-weight: bold;
	font-family: Nunito;
	padding: 10px 20px;
	text-decoration: none;
}

.nav .ctas a:nth-child(2) {
	display: none;
}

.info-pop {
	border-radius: 34px;
	background-color: #efefef;
	padding: 10px;
}

.info-pop:hover {
	cursor: pointer;
}

.nav .ctas a img, .nav .ctas .info-pop img{
	width: 26px;
	height: 26px;
}

/* -- HEADER -- */

.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	height: fit-content;
	max-width: 1200px;
	background: #eff4fa;
}

.header-box::after {
	background-image: url('images/triangle.png');
    background-size: 80px;
	background-position: top center;
    display: inline-block;
	background-repeat: no-repeat;
    width: 100%; 
    height: 40px;
    content:"";
}
.bg {
	background-color: #eff4fa;
	width: 100%;
}
.infos {margin-top: 20px;}
.header .title {
	width: calc(100% - 500px);
}

.header .title h1{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	color: #163860;
	font-family: Nunito;
}

.header .title h1 span{
	color: white;
	background-color: #17a2b7;
	font-family: Nunito;
}

.header .title p{
	font-size: 22px;
	font-weight: lighter;
	color: #163860;
	font-family: Nunito;
}

.header .title p strong{
	font-family: Nunito;
}

.header .visu{
	width: fit-content;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.header .visu img:nth-child(1){
	height: 350px;
	width: 420px;
}

.header .visu img:nth-child(2){
	position: absolute;
	width: 160px;
	height: 160px;
	bottom: -20px;
}

/* -- CONTENU -- */

.section_B {
	margin-top: 0px;
}

.contenu {
	max-width: 900px;
    margin: 0 auto !important;
	background-color:white;
}

.contenu .title h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: #163860;
	font-family: Nunito;
	margin: 0 auto;
	text-align: center;
}

.contenu .title h2 span{
	font-size: 26px;
	font-family: Nunito;
	font-weight: bold;
}

.contenu .content {
	position: relative;
	min-width: 710px;
}

.contenu .content .tabs {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 30px;
	padding: 20px 0 0;
	position: sticky;
	top: 0px;
	background-color: white;
	z-index: 10;
}

.contenu .content .tabs li {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-bottom: #efefef solid 6px;
	align-items: center;
	justify-content: center;
	padding-bottom: 6px;
	cursor: pointer;
}
.contenu .content .tabs li:hover {
	border-bottom: #1a385f solid 6px;
}

.contenu .content .tabs li.selected {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Nunito;
	border-bottom: #17a2b9 solid 6px;
}

.contenu .content .tabs li input[type=radio]{
	visibility: hidden;
	display: none;
}

.contenu .content .tabs li label {
	display: flex;
	flex-direction: row;
	gap: 10px;
	text-transform: uppercase;
	color: #a0adc0;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Nunito;
}

.contenu .content .tabs li.selected {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Nunito;
    border-bottom: #17a2b9 solid 6px;
	position: relative;
}

.contenu .content .tabs li.selected::after {
    content: url('images/triangle_active.png');
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: auto;
}

.contenu .content .tabs li label.label-selected {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #163860;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Nunito;
}

.contenu .content .tabs li label img{
	width: 40px;
	height: 40px;
}
.contenu .content .list_area li:nth-child(odd) {
	background: #ffffff;
}
.contenu .content .list_area li:nth-child(even) {
	background: #efefef;
}
.contenu .content .infos_crits {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 50px;
	position: relative;
}
.tab_1 ul, .tab_2 ul, .tab_3 ul, .tab_4 ul {
	padding-left: 0;
}
.tab_1 ul li:nth-child(1), .tab_2 ul li:nth-child(1), .tab_3 ul li:nth-child(1), .tab_4 ul li:nth-child(1) {
	padding-left: 0;
}
.merci {
	width: 100%;
	text-align: center;
	padding: 30px;
}

.merci h2 {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #163860;
    font-family: Nunito;
    margin: 0 auto 20px auto;
    text-align: center;
}

.infos_crits > section {
    display: none;
	background-color: white;
}

input[type="radio"]:checked + label + .tab-content {
    display: block;
}

.contenu .content .infos_crits .tab_1 ul {
	/*Commenté par Yoann
	display: flex;
	flex-direction: column;
	gap: 10px;*/
	padding: 0;
}

.contenu .content .infos_crits ul li{
	line-height: 160%;
    padding-left: 2.1em;
	font-size: 20px;
	color: #163860;
	font-family: Nunito;
	font-weight: bold;
}

.contenu .content .infos_crits ul:nth-child(1) li.dot_1{
	background: url("images/dot_1.png") no-repeat left 0px;
	background-size: 30px;
	overflow: visible;
}

.dot_2{
	background: url("images/dot_2.png") no-repeat left 0px;
	background-size: 30px;
	overflow: visible;
}

.contenu .content .infos_crits ul .actions {
	display: flex;
	flex-direction: row;
	gap : 20px;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.contenu .content .infos_crits ul .actions a {
	background-color: #eff4fa;
	border-radius: 34px;
	display: flex;
	flex-direction: row;
	gap : 10px;
	align-items: center;
	padding: 4px 14px;
	font-size: 16px;
	font-family: Nunito;
	color: #747474;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease
}

.contenu .content .infos_crits ul .actions a:hover {
	background-color: #d6e6f9;
}

.contenu .content .infos_crits ul .actions a img, #div_range_value img{
	width: 24px;
	height: 24px;
}

.contenu .content .infos_crits .logos{
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: flex-end;
}

.contenu .content .infos_crits .logos img{
	height: 60px;
	width: auto;
}

.contenu .content .infos_crits .cta{
	position: sticky;
	bottom: 20px;
	width: fit-content;
	margin: 0px auto;
	
}

.contenu .content .infos_crits .cta a{	
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	gap : 20px;
	align-items: center;
	padding: 8px 14px;
	font-size: 22px;
	font-family: Nunito;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	background-color: #17a2b9;
	width: fit-content;
	margin: 0 auto;
}

.contenu .content .infos_crits .cta a img{
	width: 32px;
	height: auto;
}

.contenu .content .infos_crits .cta .pop-up {
	position: absolute;
	bottom: 60px;
	left: 30px;
	width: fit-content;
	margin: 0 auto;
	display: none;
}

.contenu .content .infos_crits .cta span{
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	align-items: center;
	padding: 8px 14px;
	font-size: 18px;
	font-family: Nunito;
	color: #163860;
	font-weight: bold;
	text-decoration: none;
	background-color: #ecb630;
	font-style: italic;
	width: fit-content;
}

.contenu .content .infos_crits .cta .pop-up::after {
	background-image: url('images/triangle_pop.png');
    background-size: 20px;
	background-position: 10% 0%;;
    display: inline-block;
	background-repeat: no-repeat;
    width: 100%; 
    height: 20px;
    content:"";
}

/* -- FORM -- */

.section_B .gabarit {
	display: flex;
	flex-direction: column;
}


.main_content {
	width: 650px;
    margin: 0 auto !important;
	background-color:white;
}

.form .title h2{
	font-weight: 400;
	font-size: 20px;
	color: #163860;
	font-family: Nunito;
	margin: 0 auto;
	text-align: center;
}

.form .title h2 span{
	font-size: 26px;
	font-family: Nunito;
	font-weight: bold;
}

.formulaire {
	background-color: #28a2b9;
	margin: 30px auto 60px auto !important;
	border-radius: 12px;
	width: 700px;
	padding-left: 0;
}

.formulaire .gabarit {
	background-color: #28a2b9;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulaire .gabarit .col_A{
	width: 100% !important;
}

.logos2{
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	width: 100%;
	margin-bottom: 60px;
}

.logos2 img{
	height: 60px;
	width: auto;
}
.back{
	position: relative;
	margin: 0 0 20px 0;
	width: fit-content;
}

.back a{
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	gap : 20px;
	align-items: center;
	padding: 8px 14px;
	font-size: 18px;
	font-family: Nunito;
	color: #1f385d;
	font-weight: 400;
	text-decoration: none;
	background-color: #f0f4f9;
	width: fit-content;
}

.back a img{
	width: 32px;
	height: auto;
}
#div_range_value {margin-top: 10px;}

#div_range_value #cp {
	background:#eff4fa!important;
	text-align: center;
	padding: 10px;
	color: #163860;
}
/* -- FOOTER -- */
.section_D {
		background-color: #153b68;

}
.footer {
	display: flex;
	flex-direction: row;
	width:100%;
	z-index: 10;
	justify-content: space-between;
	padding: 20px 30px !important;
}

.footer .logos{
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}

.footer .logos img{
	height: 10px;
	width: auto;
}

.footer .logos span{
	height: 40px;
	width: auto;
	border: 0.5px solid #c2c2c2;
}

.footer .logos p{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	font-size: 12px;
	color: #c2c2c2;
	font-style: italic;
	font-family: Nunito;
}

.footer .logos p img{
	height: 30px;
	width: auto;
}

.footer .mentions{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer .mentions ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.footer .mentions ul img{
	height: auto;
	width: 20px;
}

.footer .mentions ul li{
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #ffffff;
	font-family: Nunito;
}

#range_ok {
		display: none;
	}
	.merci {
		display: none;
	}

/* METHODO POP-UP */

#home_container {
    width: 100%;
    height: 100%;
    background-color: rgba(53, 74, 100, 0.86);
    position: fixed;
    z-index: 1000;
    top: 0;
}

.encart {
    margin: -2px;
    border-radius: 3px;
    border: 3px solid #18181E;
}

#home_container > div {
    position: relative;
    background-color: white;
    margin: auto;
    width: 80%;
    max-width: 800px;
    z-index: 1000;
    border-radius: 20px;
    padding: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-center {
    text-align: center;
}

.align-vert {
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 !important;
}

.margin-left-10 {
    margin-left: 1rem;
	text-transform: uppercase!important;
}

ol.classic {
    counter-reset: repas;
}

ol.classic li {
    list-style-type: none !important;
    counter-increment: repas;
    margin-bottom: 10px;
    padding: 0px 0 0 28px;
    position: relative;
	line-height: 140%;
}

ol.classic li span{
	text-transform: uppercase;
	font-size: 13px !important;
}

ol.classic li:before {
    content: counter(repas);
    background: none repeat scroll 0 0 #18181E;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    left: 15px;
    margin-right: 8px;
    padding: 0px 7px 0px 7px;
    position: absolute;
    left: 0px;
    top: 0px;
    vertical-align: top;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
}

#home_container h4 {
    font-family: 'Signika', Arial, Helvetica, sans-serif;
    text-align: left;
    position: relative;
    margin: 3.5rem 0 1.5rem !important;
	text-transform: uppercase!important;
}

#home_container h4::before {
    content: '';
    background-color: #F9AF17;
    border-radius: 10px;
    height: 5px;
    width: 40%;
    position: absolute;
    top: -1rem;
}

.old-icon img {
    height: 100px;
    width: auto;
}

.mon_menu_carre {
    display: block;
	padding-left:  0 !important;
}

.mon_menu_carre .col {
    width: 25%;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}

.mon_menu_carre .col a {
    width: 90% !important;
    /* min-height: 100px; */
    padding: 1rem 1rem !important;
    text-align: center !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    border: 2px solid #18181e !important;
    display: inline-block !important;
    padding-right: 2.5rem !important;
    border-radius: 100px;
    font-family: 'Signika', Arial, Helvetica, sans-serif;
    font-size: 15px;
	text-transform: uppercase!important;
	text-decoration: none!important;
	color: black !important;
}

.mon_menu_carre .col a img {
    float: right;
    margin-right: -2rem !important;
    height: 40px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.old-icon-sm img {
    height: 2.5rem;
    width: auto;
    padding: 0 5px;
}

hr.separ {
    clear: both;
    border: 0px;
}

.separ {
    clear: both;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: none;
    height: 0;
}

ul.pictos li {
    list-style-type: none;
}

/* METHODO POP-UP */

@media only screen and (min-device-width: 1px) and (max-device-width: 1080px) {
    #home_container > div {
        margin: 0px;
        width: 100%;
        max-width: 700px;
        z-index: 1000;
        border-radius: 20px;
        padding: 2rem;
        top: -1px;
        left: -1px;
        -webkit-transform: none;
        -ms-transform: translateY(-50%);
        transform: none;
        overflow-y: auto;
        max-height: 100vh;
        box-sizing: border-box;
        border-radius: 0px;
    }
	
    .mon_menu_carre .col {
        width: 100%;
        float: none;
        display: block;
    }
}
/* FIN */
@media screen and (min-device-width: 1630px), screen and (min-width: 1630px) {
	

	
	.header .title h1 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 36px;
		color: #163860;
		font-family: Nunito;
	}
	
	.header .title p {
		font-size: 22px;
		font-weight: lighter;
		color: #163860;
		font-family: Nunito;
	}
	
	.back{
		position: relative;
		margin: 0 0 40px 0;
		width: fit-content;
	}

	.back a{
		display: flex;
		flex-direction: row;
		border-radius: 8px;
		gap : 20px;
		align-items: center;
		padding: 8px 14px;
		font-size: 18px;
		font-family: Nunito;
		color: #1f385d;
		font-weight: 400;
		text-decoration: none;
		background-color: #f0f4f9;
		width: fit-content;
	}

	.back a img{
		width: 32px;
		height: auto;
	}
}

@media screen and (max-device-width: 1340px), screen and (max-width: 1340px) {
	
	.header {
		padding: 0 30px !important;
	}
	.nav {
			padding: 30px!important;

	}
	
	.back {
        position: relative;
        margin: 0 0 40px 1vw;
        width: fit-content;
    }
	
	
	.header .title h1 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 30px;
		color: #163860;
		font-family: Nunito;
	}
	
	.header .title p {
		font-size: 20px;
		font-weight: lighter;
		color: #163860;
		font-family: Nunito;
	}
	
	.contenu .content {
		padding: 0 ;
	}

	.footer .logos{
		display: flex;
		flex-direction: row;
		gap: 20px;
		align-items: center;
	}

	.footer .logos img{
		height: 16px;
		width: auto;
	}

	.footer .logos p{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap:20px;
		font-size: 16px;
		color: #c2c2c2;
		font-style: italic;
		font-family: Nunito;
	}

	.footer .logos p img{
		height: 30px;
		width: auto;
	}

}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

@media screen and (max-device-width: 1120px), screen and (max-width: 1120px) {
	
	.header .title h1 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 28px;
		color: #163860;
		font-family: Nunito;
	}
	
	.header .title p {
		font-size: 18px;
		font-weight: lighter;
		color: #163860;
		font-family: Nunito;
	}

}

/* FORMAT TABLETTE */
@media screen and (max-device-width: 1000px), screen and (max-width: 1000px) {
	/* TAILLE DES ZONES */
	
	.formulaire, .form {
		width:80% !important;
	}
	
	.main_content {
		width: 100%;
		margin: 0  !important;
		background-color: white;
	}

	.back{
		position: relative;
		margin: 20px auto 40px;
		width: fit-content;
	}

	.back a{
		display: flex;
		flex-direction: row;
		border-radius: 8px;
		gap : 20px;
		align-items: center;
		padding: 8px 14px;
		font-size: 18px;
		font-family: Nunito;
		color: #1f385d;
		font-weight: 400;
		text-decoration: none;
		background-color: #f0f4f9;
		width: fit-content;
	}

	.back a img{
		width: 32px;
		height: auto;
	}
	
	.form {
		padding: 0 !important;
		margin: 20px auto !important;
	}
	
	.form .title h2 {
		font-weight: 400;
		font-size: 18px;
		color: #163860;
		font-family: Nunito;
		margin: 0 ;
		text-align: center;
	}
	
	.form .title h2 span{
		font-size: 20px;
	}
	
	.logos2 {
		margin:  0 !important;
	}
	
	.contenu {width:100% !important;}
		.col_A, .col_B {
			width:calc(50% - 10px) !important;
			}
	
	.info, .ancre {
		display:block !important;
	}
	
	
	.header {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		height: fit-content;
	}

	.section_A .gabarit:nth-child(2)::after {
		background-image: url('images/triangle.png');
		background-size: 80px;
		background-position: top center;
		display: inline-block;
		background-repeat: no-repeat;
		width: 100%; 
		height: 50px;
		content:"";
	}

	.header .title {
		width: 100%;
	}

	.header .title h1{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 26px;
		color: #163860;
		font-family: Nunito;
	}

	.header .title p{
		font-size: 18px;
		font-weight: lighter;
		color: #163860;
		font-family: Nunito;
	}

	.header .visu{
		display: none
	}

	.header .visu img:nth-child(1){
		display: none
	}

	.header .visu img:nth-child(2){
		position: absolute;
		width: 100px;
		height: 100px;
		bottom: -20px;
		right: 20px;
	}
	
	

	.section_B {
		margin-top: 0px;
	}

	.contenu {
		width: 90%;
		margin: 0 auto !important;
		background-color:white;
	}

	.contenu .title h2{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
		color: #163860;
		font-family: Nunito;
		margin: 0 auto;
		text-align: center;
	}

	.contenu .title h2 span{
		font-size: 26px;
		font-family: Nunito;
	}

	.contenu .content .infos_crits {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 40px;
		position: relative;
	}

	.contenu .content .infos_crits ul li{
		line-height: 180%;
		padding-left: 2.1em;
		font-size: 18px;
		color: #163860;
		font-family: Nunito;
		font-weight: bold;
	}

	.contenu .content .infos_crits ul:nth-child(1) li{
		/*commente yoann background: url("images/dot_1.png") no-repeat left 3px;
		background-size: 25px;
		overflow: visible;*/
	}

	.contenu .content .infos_crits ul:nth-child(2) li:nth-child(1){
		/*commente yoann background: url("images/dot_2.png") no-repeat left 3px;
		background-size: 25px;
		overflow: visible;*/
	}

	.contenu .content .infos_crits .cta{
		bottom: 30px;
		width: fit-content;
		margin: 60px auto 0px;
	}

	.contenu .content .infos_crits .cta a{
		display: flex;
		flex-direction: row;
		border-radius: 8px;
		gap : 20px;
		align-items: center;
		padding: 8px 14px;
		font-size: 22px;
		font-family: Nunito;
		color: #ffffff;
		font-weight: 400;
		text-decoration: none;
		background-color: #17a2b9;
		width: fit-content;
		margin: 0 auto;
	}
	
	.contenu .content .infos_crits .cta .pop-up {
		position: absolute;
		bottom: 60px;
		left: 30px;
		width: fit-content;
		margin: 0 auto;
	}

	.contenu .content .infos_crits .cta span{
		display: flex;
		flex-direction: column;
		border-radius: 8px;
		align-items: center;
		padding: 8px 14px;
		font-size: 16px;
		font-family: Nunito;
		color: #163860;
		font-weight: bold;
		text-decoration: none;
		background-color: #ecb630;
		font-style: italic;
		width: fit-content;
	}


	/* -- FOOTER -- */
	.footer {
		display: flex;
		flex-direction: column;
		width:100%;
		background-color: #153b68;
		z-index: 10;
		margin-top: 40px !important;
		justify-content: space-between;
		align-items: center;
		padding: 20px 30px !important;
	}
	
	.footer .structure{
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0 !important;
		width: 100%;
		align-items: center;
		padding: 20px !important;
	}

	.footer .logos{
		display: flex;
		flex-direction: row;
		gap: 20px;
		align-items: center;
	}

	.footer .logos img{
		height: 12px;
		width: auto;
	}

	.footer .logos span{
		height: 60px;
		width: auto;
		border: 0.5px solid #c2c2c2;
	}

	.footer .logos p{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap:20px;
		font-size: 18px;
		color: #c2c2c2;
		font-style: italic;
		font-family: Nunito;
	}

	.footer .logos p img{
		height: 40px;
		width: auto;
	}

	.footer .mentions{
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.footer .mentions ul{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}

	.footer .mentions ul img{
		height: auto;
		width: 20px;
	}

	.footer .mentions ul li{
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #ffffff;
		font-family: Nunito;
	}

}
@media screen and (max-device-width: 710px), screen and (max-width: 710px) {
.contenu .content {
	min-width: 100%;
}
}
/* FORMAT MOBILE */
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
	
	.col_A, .col_B, .formulaire, .form {
		width:100% !important;
		margin: 0 !important;
		}
	
	.form {
		padding: 0 !important;
		margin-bottom: 20px !important;
	}
	
	.form .title h2 {
		font-weight: 400;
		font-size: 18px;
		color: #163860;
		font-family: Nunito;
		margin: 0 ;
		text-align: center;
	}
	
	.form .title h2 span{
		font-size: 19px;
	}
	
	.logos2 {
		margin-top: 40px !important;
	}

	/* -- NAV -- */
	.nav {
		width:100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		background-color: white;
		align-items: center;
		padding: 20px !important;
	}

	.nav .logo img {
		width: 200px;
		height: auto;
	}


	.nav .ctas a {
		border-radius: 34px;
		background-color: #ecb62f;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap:10px;
		color: #163860;
		font-size: 18px;
		font-weight: bold;
		font-family: Nunito;
		padding: 10px ;
		text-decoration: none;
	}

	.nav .ctas a:nth-child(1) {
		display: none;
	}
	
	.nav .ctas a:nth-child(2) {
		display: flex;
	}

	.header {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		height: fit-content;
	}

	.section_A .gabarit:nth-child(2)::after {
		background-image: url('images/triangle.png');
		background-size: 80px;
		background-position: top center;
		display: inline-block;
		background-repeat: no-repeat;
		width: 100%; 
		height: 50px;
		content:"";
	}

	.header .title {
		width: 100%;
	}

	.header .title h1{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 24px;
		color: #163860;
		font-family: Nunito;
	}

	.header .title p{
		font-size: 18px;
		font-weight: lighter;
		color: #163860;
		font-family: Nunito;
	}
	    .contenu .content .infos_crits ul:nth-child(1) li {
        padding-left: 0;
    }
	.contenu .content .infos_crits > ul:nth-child(1) li.dot_1 {
		padding-left: 40px!important;
	}

	.contenu {
		width: 100%;
		margin: 0 auto !important;
		background-color:white;
	}

	.contenu .title h2{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		color: #163860;
		font-family: Nunito;
		margin: 0 auto;
		text-align: center;
	}

	.contenu .title h2 span{
		font-size: 22px;
		font-family: Nunito;
	}


	.contenu .content .tabs li {
		display: flex;
		flex-direction: row;
		width: 100%;
		border-bottom: #efefef solid 4px;
		align-items: center;
		justify-content: center;
		padding-bottom: 6px;
		margin-bottom: 20px;
	}

	.contenu .content .tabs li.selected {
		display: flex;
		flex-direction: row;
		gap: 10px;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-family: Nunito;
		border-bottom: #17a2b9 solid 6px;
	}

	.contenu .content .tabs li input[type=radio]{
		visibility: hidden;
		display: none;
	}

	.contenu .content .tabs li label {
		display: flex;
		flex-direction: row;
		gap: 10px;
		text-transform: uppercase;
		color: #a0adc0;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		font-family: Nunito;
	}

	.contenu .content .tabs li.selected {
		display: flex;
		flex-direction: row;
		gap: 10px;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		font-family: Nunito;
		border-bottom: #17a2b9 solid 6px;
	}

	.contenu .content .tabs li label.label-selected {
		display: flex;
		flex-direction: row;
		gap: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #163860;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		font-family: Nunito;
	}

	.contenu .content .tabs li label img{
		width: 20px;
		height: 20px;
	}

	.contenu .content .infos_crits {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 40px;
		position: relative;
	}
	
	.contenu .content .infos_crits ul {
		padding: 0;
	}

	.contenu .content .infos_crits ul li{
		padding-left: 40px;
		font-size: 15px;
		color: #163860;
		font-family: Nunito;
		font-weight: bold;
        line-height: 130%;
	}

	.contenu .content .infos_crits ul .actions {
		display: flex;
		flex-direction: row;
		gap : 10px;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
		padding: 0;
	}

	.contenu .content .infos_crits ul .actions a {
		background-color: #eff4fa;
		border-radius: 34px;
		display: flex;
		flex-direction: row;
		gap : 10px;
		align-items: center;
		padding: 4px 14px;
		font-size: 16px;
		font-family: Nunito;
		color: #747474;
		font-weight: 400;
		text-decoration: none;
	}

	.contenu .content .infos_crits ul .actions a img{
		width: 20px;
		height: 20px;
	}


	.contenu .content .infos_crits .cta a{
		display: flex;
		flex-direction: row;
		border-radius: 8px;
		gap : 20px;
		align-items: center;
		padding: 8px 14px;
		font-size: 16px;
		font-family: Nunito;
		color: #ffffff;
		font-weight: 400;
		text-decoration: none;
		background-color: #17a2b9;
		width: fit-content;
		margin: 0 auto;
	}
	    .contenu .content .infos_crits ul:nth-child(2) li:nth-child(1) {
        padding-left: 0px;
    }

	/* -- FOOTER -- */
	.footer {
		display: flex;
		flex-direction: column;
		width:100%;
		background-color: #153b68;
		z-index: 10;
		margin-top: 40px !important;
		justify-content: space-between;
		align-items: center;
		padding: 20px 30px !important;
	}
	
	.footer .structure{
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0 !important;
		justify-content: space-between;
		width: 100%;
		padding: 0 40px;
	}

	.footer .logos{
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}

	.footer .logos img{
		height: 10px;
		width: auto;
	}

	.footer .logos span{
		height: 0px;
		width: 90%;
		border: 0.5px solid #c2c2c2;
		margin: 4px 0;
	}

	.footer .logos p{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap:20px;
		font-size: 14px;
		color: #c2c2c2;
		font-style: italic;
		font-family: Nunito;
		margin: 0 0 20px;
	}

	.footer .logos p img{
		height: 30px;
		width: auto;
	}

	.footer .mentions{
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.footer .mentions ul{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}

	.footer .mentions ul img{
		height: auto;
		width: 20px;
	}

	.footer .mentions ul li{
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #ffffff;
		font-family: Nunito;
	}
	.contenu .content .tabs li label img {       
        display: none;
    }
 .list_area [type="checkbox"]:not(:checked) + label,
			[type="checkbox"]:checked + label {
			  position: relative; /* permet de positionner les pseudo-éléments */
			  padding-left: 28px; /* fait un peu d'espace pour notre case à venir */
			  cursor: pointer;    /* affiche un curseur adapté */
			  padding-right: 28px;
				        line-height: 33px;
        min-height: 36px;
			}
	#div_range_value #cp {
    width: 100%;
}
.infos_crits .logos {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
    order: 4;
}
	.contenu .content .infos_crits ul li.dot_1, .contenu .content .infos_crits ul li.dot_2 {
		padding-left: 40px!important;
	}
	
}

/* FORMAT MOBILE */
@media screen and (max-device-width: 320px), screen and (max-width: 320px) {
	
	.col_A, .col_B, .formulaire, .form {
		width:100% !important;
		margin: 0 !important;
		}
	
	.form {
		padding: 0 !important;
		margin-bottom: 20px !important;
	}
	
	.form .title h2 {
		font-weight: 400;
		font-size: 16px;
		color: #163860;
		font-family: Nunito;
		margin: 0 ;
		text-align: center;
	}
	
	.form .title h2 span{
		font-size: 18px;
	}
	
	.logos2 {
		margin-top: 40px !important;
	}

	/* -- NAV -- */
	.nav {
		width:100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		background-color: white;
		align-items: center;
		padding: 20px !important;
	}

	.nav .logo img {
		width: 150px;
		height: auto;
	}

	.nav .ctas {
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

	.nav .ctas a {
		border-radius: 34px;
		background-color: #ecb62f;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap:4px;
		color: #163860;
		font-size: 18px;
		font-weight: bold;
		font-family: Nunito;
		padding: 10px ;
		text-decoration: none;
	}
	
	.nav .ctas a img {
		width: 20px;
		height: 20px;
	}

	.header {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		height: fit-content;
	}

	.section_A .gabarit:nth-child(2)::after {
		background-image: url('images/triangle.png');
		background-size: 50px;
		background-position: top center;
		display: inline-block;
		background-repeat: no-repeat;
		width: 100%; 
		height: 50px;
		content:"";
	}

	.header .title {
		width: 100%;
	}

	.header .title h1{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
		color: #163860;
		font-family: Nunito;
	}

	.header .title p{
		font-size: 16px;
		font-weight: lighter;
		color: #163860;
		font-family: Nunito;
	}

	.contenu {
		padding: 10px !important;
	}
	
	.contenu .title h2{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		color: #163860;
		font-family: Nunito;
		margin: 0 auto;
		text-align: center;
	}

	.contenu .title h2 span{
		font-size: 18px;
		font-family: Nunito;
	}

	

	.contenu .content .tabs li {
		display: flex;
		flex-direction: row;
		width: 100%;
		border-bottom: #efefef solid 4px;
		align-items: center;
		justify-content: center;
		padding-bottom: 6px;
		margin-bottom: 20px;
	}

	.contenu .content .tabs li.selected {
		display: flex;
		flex-direction: row;
		gap: 10px;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-family: Nunito;
		border-bottom: #17a2b9 solid 6px;
	}

	.contenu .content .tabs li input[type=radio]{
		visibility: hidden;
		display: none;
	}

	.contenu .content .tabs li label {
		display: flex;
		flex-direction: row;
		gap: 10px;
		text-transform: uppercase;
		color: #a0adc0;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-family: Nunito;
	}

	.contenu .content .tabs li.selected {
		display: flex;
		flex-direction: row;
		gap: 10px;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-family: Nunito;
		border-bottom: #17a2b9 solid 6px;
	}

	.contenu .content .tabs li label.label-selected {
		display: flex;
		flex-direction: row;
		gap: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #163860;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-family: Nunito;
	}

	.contenu .content .tabs li label img{
		width: 30px;
		height: 30px;
	}

	.contenu .content .infos_crits {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
		position: relative;
	}
	
	.contenu .content .infos_crits .logos img {
		height: 40px;
		width: auto;
	}
	
	.contenu .content .infos_crits ul {
		padding: 0;
	}

	.contenu .content .infos_crits ul li{
		line-height: 160%;
		padding-left: 2.1em;
		font-size: 16px;
		color: #163860;
		font-family: Nunito;
		font-weight: bold;
	}
	
	.contenu .content .infos_crits ul:nth-child(1) li {
        /*commente yoann background: url(images/dot_1.png) no-repeat left 3px;
        background-size: 20px;
        overflow: visible;*/
    }
	
	.contenu .content .infos_crits ul:nth-child(2) li:nth-child(1) {
        /*commente yoann background: url(images/dot_2.png) no-repeat left 3px;
        background-size: 20px;
        overflow: visible;*/
    }

	.contenu .content .infos_crits ul .actions {
		display: flex;
		flex-direction: column;
		gap : 10px;
		width: 100%;
		align-items: center;
		margin-top: 10px;
		padding: 0;
	}

	.contenu .content .infos_crits ul .actions a {
		background-color: #eff4fa;
		border-radius: 34px;
		display: flex;
		flex-direction: row;
		gap : 10px;
		align-items: center;
		padding: 4px 14px;
		font-size: 16px;
		font-family: Nunito;
		color: #747474;
		font-weight: 400;
		text-decoration: none;
		justify-content: center;
	}

	.contenu .content .infos_crits ul .actions a img{
		width: 20px;
		height: 20px;
	}

	.contenu .content .infos_crits .cta{
		position: relative;
		bottom: 20px;
				width: 95%;
		margin: 60px auto 0px;
	}

	.contenu .content .infos_crits .cta a{
		display: flex;
		flex-direction: row;
		border-radius: 8px;
		gap : 10px;
		align-items: center;
		padding: 8px 14px;
		font-size: 14px;
		font-family: Nunito;
		color: #ffffff;
		font-weight: 400;
		text-decoration: none;
		background-color: #17a2b9;
		width: 100%;
		margin: 0 auto;
	}
	
	.contenu .content .infos_crits .cta a img {
		width: 22px;
		height: auto;
	}

	/* -- FOOTER -- */
	.footer {
		display: flex;
		flex-direction: column;
		width:100%;
		background-color: #153b68;
		z-index: 10;
		margin-top: 40px !important;
		justify-content: space-between;
		align-items: center;
		padding: 20px 30px !important;
	}
	
	.footer .structure{
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0 !important;
		justify-content: space-between;
		width: 100%;
		padding: 0 40px;
	}

	.footer .logos{
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}

	.footer .logos img{
		height: 10px;
		width: auto;
	}

	.footer .logos span{
		height: 0px;
		width: 90%;
		border: 0.5px solid #c2c2c2;
		margin: 4px 0;
	}

	.footer .logos p{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap:20px;
		font-size: 14px;
		color: #c2c2c2;
		font-style: italic;
		font-family: Nunito;
		margin: 0 0 20px;
	}

	.footer .logos p img{
		height: 30px;
		width: auto;
	}

	.footer .mentions{
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.footer .mentions ul{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}

	.footer .mentions ul img{
		height: auto;
		width: 20px;
	}

	.footer .mentions ul li{
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #ffffff;
		font-family: Nunito;
	}
	
	
}

		/*Checkboxes*/

			/* Cachons la case à cocher */
			[type="checkbox"]:not(:checked),
			[type="checkbox"]:checked {
			  position: absolute;
			  left: -9999px;
			}
			/* on prépare le label */
			[type="checkbox"]:not(:checked) + label,
			[type="checkbox"]:checked + label {
			  position: relative; /* permet de positionner les pseudo-éléments */
			  padding-left: 28px; /* fait un peu d'espace pour notre case à venir */
			  cursor: pointer;    /* affiche un curseur adapté */
			}
			/* Aspect des checkboxes */
			/* :before sert à créer la case à cocher */
			[type="checkbox"]:not(:checked) + label:before,
			[type="checkbox"]:checked + label:before {
			 content: '';
				position: absolute;
				left: 3px;
				top: 7px;
				width: 15px;
				height: 15px;
				border: 1px solid #e3e7e9;
				background: white;
				border-radius: 20px;
			}
			[type="checkbox"]:checked + label:before{
					background: #354a64;
				}
			/* Aspect général de la coche */
			[type="checkbox"]:not(:checked) + label:after,
			[type="checkbox"]:checked + label:after {
			  content: '';
			  position: absolute;
			  top: 8px;
			  left: 5px;
			  font-size: 1px;
			  width: 14px; height: 9px; /* dim. de la case */
			  border-radius: 200px; /* angles arrondis */
			  transition: all .2s; /* on prévoit une animation */
			  background:  url(../images/icon_checkbox.png) center no-repeat;
			     background-size: 84%;
			}
			/* Aspect si "pas cochée" */
			[type="checkbox"]:not(:checked) + label:after {
			  opacity: 0; /* coche invisible */
			  transform: scale(0); /* mise à l'échelle à 0 */
			}
			/* Aspect si "cochée" */
			[type="checkbox"]:checked + label:after {
			  opacity: 1; /* coche opaque */
			  transform: scale(1); /* mise à l'échelle 1:1 */
			}


	/******************************************************/
	.tab_1 ul:nth-child(2) {
		margin-top: 50px;
	}
	#range_value {
		margin-left: 20px;
		color: #17a2b9;
		font-weight: bold;
}#range_value .cancel img {
	top: 3px;
}
		
	.sous-cat{
		display: none;
	}

	.infos_crits .sous-cat-aff{
		display: block;
	}
	.listderoul {
		display: block;
		background-position: center center;
		height: 15px;
		margin-right: 5px;
		width: 15px;
		position: absolute;
		right: 0px;
		top: 5px;
		background-image: url('images/icon_fleche_deroul_bottom.png');
		background-repeat: no-repeat;
		z-index: 2;
		border-radius: 4px;
	}
	.listderoulOn {
    background-image: url('images/icon_fleche_deroul_top.png');
	}

	#contenuzone {

	}
	#formzone {width: 100%;}
	#formzone, #cta {
		display: none;
	}

	/* Jauge kilometrique */
	input[type="range"] {
		position: relative;
		margin-left: 1em;
		width: 50%;
	}
	input[type="range"]:after,
	input[type="range"]:before {
		position: absolute;
		top: 1em;
		color: #aaa;
	}
	input[type="range"]:before {
		left:0em;
		content: attr(min);
	}
	input[type="range"]:after {
		right: 0em;
		content: attr(max);
	}
	.zone_grise { 
		filter: grayscale(100%); 
		opacity: 0.2;
	}
	#cp {
		width: auto;
	}