@charset "utf-8";

/*
	SLIDER (idem pour carte sauf mobile)
		• desktop : 2 x 1920 native size | jpeg 0-10%
		• portrait : crop 3000x1700 -> rz 1500*850 | jpeg 0-10% | 56.666vw
		• mobile : 2400x1700 -> rz 900*638 | jpeg 0-10% | 70.888vw
*/


:root{
	--colBleuPuce: #189dd9;
	--colViolet: #b32594;
	--colVioletFonce: #8c1e74;
	--colNoir: #0F0F0F;
	--colVert: #c7d10c;
	--degradeSombre: linear-gradient(180deg, #0000 0%, rgba(0,0,0, 0.13) 25%, rgba(0,0,0, 0.25) 100%);
	--degradeSombreHover: linear-gradient(180deg, #0000 0%, rgba(0,0,0, 0) 85%, rgba(0,0,0, 0) 100%);
	--bgLightbox: #0008;
	--colCTA: var(--colVioletFonce);
	
	--zIndexSlider: 10;
	--zIndexSliderBullets: 11;
	--zIndexLightbox: 50;
	--zIndexPastilleForm: 100;
	--zIndexForm: 99;
	
	--fzMenuD: 1.2vw; /* D18px | Ppx | Mpx */
	--fzH1H2D: 1.7vw; /* D33px | Ppx | Mpx */
	--fzPD: 1.25vw; /* D24px | Ppx | Mpx */
		--fzMenuP: 2.2vw; /* D18px | Ppx | Mpx */
		--fzH1H2P: 2.4vw; /* D33px | Ppx | Mpx */
		--fzPP: 2.25vw; /* D24px | Ppx | Mpx */
			--fzMenuM: 2.4vw; /* D18px | Ppx | Mpx */
			--fzH1H2M: 3.4vw; /* D33px | Ppx | Mpx */
			--fzPM: 3.25vw; /* D24px | Ppx | Mpx */
	
	--fzCTA: 1.3vw; /* D20px | Ppx | Mpx */
	
	--respSeuilDesktop: 960; /*px*/
	--respSeuilPortrait: 600; /*px*/
	--respSeuilDesktopPx: 960px; /*px*/
	--respSeuilPortraitPx: 600px; /*px*/
}


/* width */
.windows ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer;
}
/* Track */
.windows ::-webkit-scrollbar-track:window-inactive {
  background: #f1f1f1;
}
/* Handle */
.windows ::-webkit-scrollbar-thumb {
  background: #a7a9a7;
}
/* Handle on hover */
.windows ::-webkit-scrollbar-thumb:hover {
  background: var(--colVert);
}

@font-face {
    font-family: 'Futura';
	src: url('fonts/Futura-Bold.woff') format('woff');
	/*
    src: url('fonts/futura-bold-webfont.woff2') format('woff2'),
         url('fonts/futura-bold-webfont.woff') format('woff');
	*/
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
	
    src: url('fonts/Futura-Book.woff') format('woff');
	/*
    src: url('fonts/futura-book-webfont.woff2') format('woff2'),
         url('fonts/futura-book-webfont.woff') format('woff');
	*/
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
	src: url('fonts/Futura-Light.woff') format('woff');
	/*
    src: url('fonts/futurabt-light-webfont.woff2') format('woff2'),
         url('fonts/futurabt-light-webfont.woff') format('woff');
	*/
    font-weight: 300;
    font-style: normal;
}



body{
    font-family: 'Futura', sans-serif;
    font-weight: normal;
    color: var(--colNoir);;
    background-color: #FFF;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	text-align: center;
}

*, *:before, *:after {	-webkit-box-sizing: border-box;	box-sizing: border-box;	margin:0;	padding:0;	}

a, img{    border:none;	}
.wrapper-resp {
    max-width: 960px;
    margin: 0 auto;
    position:relative;
}
.blur{
	-webkit-filter: blur(6px);
	        filter: blur(6px);
}
/* SELECT STYLING */
select {
    display: block;
    font-size: 12px;
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    color: #7c7b7b;
    line-height: 1.0;
    padding: .3em 1.4em .3em .8em;
    width: 100%;
    max-width: 100%; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    margin: -6px 0 0 0;
    border: 1px solid #aaa;
	border: none;

    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	
    background-color: transparent;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237C7B7B%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;

}
select::-ms-expand {    display: none;	}
select:hover {    border-color: #888;	}
select:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
            box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
select option {    font-weight:normal;	}
/* End Of.. SELECT STYLING*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
h1, h2{
	font-size: var(--fzH1H2D);		
	text-align: center;
	margin-bottom: 1em;
	display: inline-block;
	text-transform: uppercase;
}
h1{
	margin: 2em;
	padding: 1rem;
	border: 1px solid var(--colVioletFonce);
}
h3{
	font-weight: bold;
}
p{
	font-size: var(--fzPD);
}
.cta{
	margin: 1em;
	display: inline-block;
	padding: 0.5em 1em;
	font-weight: bold;
	color: #fff;
	background-color: var(--colCTA);
	cursor: pointer;
	font-size: 1.2em;
}
.bg-vert{
	background-color: var(--colVert);
}
.none{
	display: none;
}
.light{
	font-weight: 300 !important;
}




/* ==== HEADER ====*/
header{
	position: relative;
	padding: 1.82vw 4.95vw; /*RESP*/
	height: 9.63vw; /*RESP*/
}
#logo-head{
	max-height: 100%;
	display: block;
}
header nav ul{
	position: absolute;
	top: calc((100% - 1em) / 2 );
	right: 15vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	list-style-type: none;
	font-size: var(--fzMenuD); /*RESP*/
}
	header nav ul li{
		margin-left: 4vw;
		padding-bottom: 0.1vw;
        border-bottom: 3px solid rgba(0,0,0,0);
	}
	nav .active{
		border-bottom: 3px solid var(--colVert);
	}
	nav a{
		text-decoration: none;
		color: inherit;
	}
#toggleForm{
	position: fixed;
	top: 1.82vw; /*RESP*/
	right: 4.95vw; /*RESP*/
	height: 5.99vw;
	z-index: var(--zIndexPastilleForm);
	cursor: pointer;
/*	animation: pulse-animation, ease-in-out;*/
	-webkit-animation: 3s linear .5s infinite normal pulse-animation;
	        animation: 3s linear .5s infinite normal pulse-animation;
}

@-webkit-keyframes pulse-animation{
  from {	-webkit-transform: scale(1);	transform: scale(1);	}
  40% {		-webkit-transform: scale(1.2);		transform: scale(1);	}
  60% {		-webkit-transform: scale(1.2);		transform: scale(1.2);	}
  70% {		-webkit-transform: scale(1.2);		transform: scale(1.0);	}
  90% {		-webkit-transform: scale(1.2);		transform: scale(1.2);	}
  to {		-webkit-transform: scale(1.2);		transform: scale(1.0);	}
}

@keyframes pulse-animation{
  from {	-webkit-transform: scale(1);	transform: scale(1);	}
  70% {		-webkit-transform: scale(1.2);		transform: scale(1);	}
  78% {		-webkit-transform: scale(1.2);		transform: scale(1.2);	}
  86% {		-webkit-transform: scale(1.2);		transform: scale(1.0);	}
  94% {		-webkit-transform: scale(1.2);		transform: scale(1.2);	}
  to {		-webkit-transform: scale(1.2);		transform: scale(1.0);	}
}
/* ==== End Of : HEADER ====*/






/* ===== CARROUSEL ===== */
#carrousel-container{
	max-width: 100vw;
	max-width: 100%; /* https://stackoverflow.com/questions/23367345/100vw-causing-horizontal-overflow-but-only-if-more-than-one/23367686 */
	position: relative;
	text-align: left;
}
#ref-slider-pic img{
	width: 100%;
	height: auto;
	visibility: hidden;
} /* Picture de référence pour la taille de la zone ; invisible */
#carrousel{
/*	position: absolute;*/
	top: 0;
	width: 100vw;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x:scroll;
	-webkit-scroll-snap-type: x mandatory;
	    -ms-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
} /*positionné par dessus la picture de référence*/
#carrousel picture{
/*	position: absolute;*/
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100vw;
        flex-basis: 100vw;
	scroll-snap-align: start;
    font-size: 0;
}
#carrousel picture *{
	width: 100%;
	height: auto;
}
#carrousel-pastilles{
	position: absolute;
	width: 100%;
	bottom: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}
.carrousel-pastille{
	width: 0.8em;
	height: 0.8em;
	margin: 0 0.3em;
	border-radius:50%;
	background-color: #fff;
/*	border: 1px solid pink;*/
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.carrousel-pastille-active{
	background-color: var(--colBleuPuce);
}

 /* animation du carrousel */
@-webkit-keyframes carrousel {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes carrousel {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ===== End of: CARROUSEL ===== */





/* ===== ARGU ===== */
#argu{
	padding: 0.5em 7vw;
	max-width: 1515px;
	margin: auto;
}
#zone-vignettes-argu{
	margin-top: 3em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
/*	grid-template-rows: 1fr 1fr;*/
	grid-gap: 0.883vw; /* D16px */
}
	.vignette-argu{
		cursor: pointer;
	}
		.visuel-argu{
			position: relative;
			background-color: aqua;
		}
		.visuel-argu img{
			width: 100%;
			height: auto !important;
		}
		.vignette-argu{
			position: relative;
			width: 100%;
		/*	height: ;*/
		}
		.hover-argu{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: var(--degradeSombre);
			-webkit-transition: opacity 0.6s;
			transition: opacity 0.6s;
		}
			.vignette-argu:hover .hover-argu{
				opacity: 0;
			}
		.visuel-argu img{
			max-width: 100%;
			display: block;
		}
	.vignette-titre{
		position: absolute;
		width: 80%;
		left: 10%;
		top: 37%;
	}
	.vignette-chevron{
		position: absolute;
		bottom: 1em;
		width: 8%;
		left: 46%;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}
		.vignette-argu:hover .vignette-chevron{
/*			bottom: 0.5em;*/
			-webkit-transform: rotate(-90deg);
			        transform: rotate(-90deg); /*RESP*/
		}
	.detail-argu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 1em 2em;
	}
	.vignette-titre-open{
		width: 80%;
		margin-bottom: 1.6em;
	}
	.detail-argu ul{
		list-style-type: none;
		margin-left: 3em;
		width: 90%;
		padding-right: 10%;
	}
		.detail-argu p{
			margin-left: 3em;
			margin-bottom: 2em;
			width: 90%;
			padding-right: 10%;
		}
	
	.detail-argu li:before{
		position: relative;
		content: " ";
		width: 1em;
		height: 1em;
		background: url('images/chevron-droite-noir@2x.png');
		background-color: red;
	}
	.detail-argu li{
		font-weight: 300;
		text-align: left;
		margin-bottom: 2em;
	}

/* ===== End of: ARGU ===== */



/* ===== ARGU 2 ====== */
#argu2{
	padding: 4em 0;
	text-align: left;
	max-width: 1000px;
	margin: auto;
	text-align: center;
}
#argu2 h3{
	display: inline-block;
	border-bottom: 3px solid var(--colVert);
	margin-bottom: 1em;
}

#listes-argu{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5em;
	text-align: left;
}
#listes-argu > *{
	font-weight: 100;
}
#listes-argu li{
/*	list-style-image: url('images/chevron-droite-violet@2x.png');*/
	list-style: none;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
#listes-argu li::before{
	content: '';
	display: inline-block;
	height: 1em;
	width: 1.5em;
	background-image: url('images/chevron-droite-violet@2x.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -1.5em;
	vertical-align: middle;
}
/* ===== End of : ARGU 2 ====== */








/* ==== CARTE ==== */
#zone-carte{
	overflow-x: auto;
}
#zone-carte picture > *{
	width: 100vw;
	max-width: 100%;
	height: auto;
	display: block;
}




/* ==== end of : CARTE ==== */








/* ===== MODALBOX ===== */
#modalbox{
	background-color: #0008;
	position: fixed;
	z-index: var(--zIndexLightbox);
	top: 0;
	left: 0;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.popup{
	max-width: 1460px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #fff;
	margin: 4em !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
}
.visuel-popup-zone{
	position: relative;
}
.visuel-popup{
	width: 100%;
	display: block;
}
.close-popup{
	position: absolute;
	top: 1em;
	left: 1em;
	width: 6vw;
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}
.close-popup:hover{
	background-color: #fff;
	-webkit-transform: rotate(90deg) scale(1.2);
	        transform: rotate(90deg) scale(1.2);
}

#modalbox li:before{
	content: "";
	width: 1em;
	height: 1.4em;
	position: absolute;
	left: -0.2em;
	background-color: transparent;
	background-image: url("images/chevron-droite-noir@2x.png");
	background-size: contain;
	background-repeat: no-repeat;
}
#modalbox ul{
	
}
#modalbox li{
	position: relative;
	display: block;
	padding-left: 1em;
}

.popup-ma-crea p{
	margin-left: 2em;
}

.popup-transmission p{
	margin: 0 0 0.8em 1.9em;
}
	.popup-transmission ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 1em;
        
	}
    .popup-transmission ul li{
		margin-bottom: 1em;        
	}
    .popup-transmission .vignette-titre-open {
       margin-bottom: 0.8em;
    }
	.avantages{
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: center;
	}
	.avantages img{
		width: 5em;

	}
	.mentions-fiscales{
		font-size: 70%;
		margin-top: 2em;
	}
/* ===== End of: LIGHTBOX ===== */










/* ==== FORMULAIRE ====*/
#formulaire-zone{
	padding: 0;
	text-align: center;
	position: relative;
	background-color: #E5E5E5;
}
#formulaire-zone a{
	color: inherit;
}
#formulaire-zone p{
	font-weight: bold;
}
#formulaire-zone.sub-pages p {
    font-weight: normal;
    font-size:inherit;
}
.fixedForm{
	position: fixed !important;
	top:0;
	right:0;
	z-index: var(--zIndexForm);
	width: 100%;
	height: 100vh;
	background-color: #0008 !important;
}
	.fixedForm .effective-formulaire-form{
		position: absolute;
		top:0;
		right:0;
		width: 43%;
		min-width: 550px;
		background-color: #fff;
		height: 100vh;
		overflow-y: scroll !important;
	}
	.fixedForm .fiche-formulaire{
		padding: 1em;
	}
	.fixedForm .form-entete{
		width: 74%;
		text-align: left;
	}
	.fixedForm .identite{
		display: block;
	}
	.fixedForm h2{
		color: transparent;
		line-height: 0.5em;
	}
	.fixedForm h2:after{
		content:"CONTACTEZ-NOUS";
		display: block;
		color: var(--colNoir);
		font-size: inherit;
	}

.fiche-formulaire{
	background-color: #fffC;
	max-width: 1220px;
	width: 80%;
	display: inline-block;
	padding: 4em 8em;
	position: relative;
}
#inscriptionForm{
	
}
.identite{
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 3em;
/*	background-color: red;*/
}
.projet{
	text-align: left;
	font-weight: 100;
	
}

	.identite li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 17px 5px 6px;
		margin: 10px 0px;
		border-bottom: 1px solid #b0b0b0;	border-top: 0;	border-left: 0;	border-right: 0;
		color: #7c7b7b;
	}
	.identite label{
		font-size: 13px;
		text-align: left;
/*		background-color: aqua;*/
		padding-right: 10px;
		font-weight: 300;
	}
	 .identite input{
/*		font-size: 19px;*/
		background-color: transparent;
		border: 0;
		-webkit-box-flex: 1;
			-ms-flex: 1;
				flex: 1;
		 min-width: 100px;
		 color: #7c7b7b !important;
		 margin-top: -3px;
	}

.fieldset{
	border:none;
	margin-bottom: 1.4em;
}
.interligne-special{
		line-height: 1.8em !important;
}

#validerBtn{
	border: none;
}
.fieldset p{
	margin: 1.2em 0 0.8em;

}
.fieldset label {
	margin-right: 1em;
	font-weight: 300;
	display: inline-block;
}
/* Style de checkbox et radio */
	.fieldset label input {
		visibility: hidden;/* <-- Hide the default checkbox. The rest is to hide and allow tabbing, which display:none prevents */
		display: block;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
[for="alerte"]{
	font-size: 0.7em;
}
	.fieldset label span {/* <-- Style the artificial checkbox */
		height: 1.3em;
		width: 1.3em;
		border: 1px solid grey;
		display: inline-block;
		vertical-align: middle
	}
	input[type="checkbox"]:checked + span {/* <-- Style its checked state */
		background: var(--colVioletFonce);
		-webkit-box-shadow:inset 0px 0px 0px 2px #fff;
		        box-shadow:inset 0px 0px 0px 2px #fff;
	}

	[type=radio]:checked + span {/* <-- Style its checked state */
		background: var(--colVioletFonce);
		-webkit-box-shadow:inset 0px 0px 0px 2px #fff;
		        box-shadow:inset 0px 0px 0px 2px #fff;
	}


.asterisque{
	text-align: left;
	font-size: 60%;
}

.identite.lowercase label{
	font-weight:100 !important;
	margin-top: -5px;
	text-transform: none !important;
}
.info-form{
	text-align: left;
	color: #0008;
	font-weight: 300 !important;
	font-size: 90% !important;
}



.feedback{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.not-displayed{
	display: none !important;
}
.fiche-feedback{
	width: 320px;
	background-color: #fff;
	padding: 30px 30px;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
}
#close-feedback{
	position: absolute;
	top: 1em;
	right: 1em;
	background-color: #fff9;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.4em;
	width: 2em;
	height: 2em;
	border-radius:50%;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
#close-feedback:hover{
	background-color: #fff;
	-webkit-transform: scale(1.2) rotate(90deg);
	        transform: scale(1.2) rotate(90deg);
}
h4{
	font-size: 120%;
	font-weight: inherit;
}
.feedback-cta{
	width: 200px;
	height: auto;
}


/* ==== End Of : FORMULAIRE ====*/







/* ==== FOOTER ====*/
footer{
	text-align: center;
	padding: 4em;
}
footer .contact{
	text-align: center;
	margin-bottom: 2em;
}
footer .contact a{
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
	color: inherit;
	text-decoration: none;
}
footer .logos{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}
footer hr{
	display: inline-block;
	border-color: rgba(0,0,0,0.2);
	width: 90%;
	margin: 2em 0 1em;
}
.footer-item{
/*	height: auto !important;*/
	font-size: 12px;
	font-family: "Arial", sans-serif;
	color: rgb(86, 86, 85);
	line-height: 1.167;
	text-align: left;
	margin: 10px;
	margin: 0 4.2em;
/*	max-height: 80px;*/
	max-width: 9%;
}
.footer-item.item-eiffage {
    max-width: 12%;
}
.footer-item:before, .footer-item:after {
    content:"";
    height:100%;
}
.footer-item:before, .footer-item:after, .footer-item img{
    display:inline-block;
    vertical-align:middle;
}
.footer-item img{
	width: 100%;
}


.mentions , .mentions a, .mentions a:visited{
	text-align: center;
	color: #7c7b7b !important;
	font-size: 13px;
/*	text-align: justify;*/
	padding: 0 2em 2em 2em;
	font-size: 11px;
	font-weight: 100;
}
.mentions  ul {	padding-left: 2em;	}
.mentions > *{	margin-bottom: 10px;	}

.P4 {
   font-size: 1.8em !important;
}
.P1 {
    margin:1em 0;
    font-size:1.2em;
}
.P3.merged {
    margin:1em 0 0 0;
}
#mentions-completes{
	
}
/* ==== End of : FOOTER ====*/







/* ------------- MEDIA QUERIES ------------ */


/* TABLETTE MOBILE */
@media only screen and (max-width:479px) {
	h1, h2{
		font-size: var(--fzH1H2M) !important;
	}
	p{
		font-size: var(--fzPM) !important;
	}
	header nav ul{
		font-size: var(--fzMenuM) !important;
	}
	#zone-vignettes-argu{
		grid-template-columns: 1fr !important;
	}
	
	#zone-carte picture{
		overflow-x: scroll;
	}
	#zone-carte picture *{
		max-width: none;
		width: 200vw;
	}
	.fiche-formulaire{
		padding: 3em 2em !important;
	}
	.popup{
		padding: 1em;
		margin:  1em !important;
	}
	footer .logos{
		display: block;
	}
	 .footer-item{
		margin: 1.5em !important;
		 max-width: none;
		 max-height: none;
	}
	.footer-item img{
		max-width: 12% !important;
	}
	.mentions a{
		padding-left: 0.7em;
		padding-right: 0.7em;
	}
	.spacers{
		display: none;
	}
}


/* TABLETTE PORTRAIT */
@media only screen and (max-width:960px) {
	h1, h2{
		font-size: var(--fzH1H2P);
	}
	p{
		font-size: var(--fzPP);
	}
	header nav ul{
		font-size: var(--fzMenuP);
	}
	#zone-vignettes-argu{
		grid-template-columns: 1fr 1fr;
	}
	#listes-argu{
		grid-template-columns: 1fr;
		grid-row-gap: 1em;
	}
	
    .fiche-formulaire {
        width: 100%;
/*		padding: 25px 20px;*/
    }
	.identite{
		display: block;
	}
	#formulaire-zone{
/*		padding: 30px 0 50px !important;*/
	}
    
    .not-on-mobile{
        display:none;
    }
	.popup{
		display: block;
		padding: 2em 1em;
		margin:  2em !important;
	}
	.visuel-popup{
		display: none;
	}
	.close-popup{
		left: 0.3em;
		top: 0.3em;
		-webkit-filter: drop-shadow(2px 2px 7px #0004);
		        filter: drop-shadow(2px 2px 7px #0004)
	}
	footer{
		padding: 0.5em;
	}
	footer .logos{
		display: block;
	}
	 .footer-item{
		margin: 1.55em;
		max-width: none;
		max-height: none;
	}
    .footer-item.item-eiffage {
        max-width: none;
    }
	.footer-item img{
		max-width: 16%;
	}
    .footer-item.item-eiffage img {
        max-width: 20% !important;
    }
	.spacers{
		font-size: 50% !important;
	}

    #argu2 h2 {
        font-size: 1.4em !important;
    }
}
