@font-face {
	font-family: 'Ubuntu';
	src: url('../datas/v2r-ubuntu-r-webfont.woff2') format('woff2'),
		url('../datas/v2r-ubuntu-r-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'V2RFontLight';
	src: url('../datas/opensans-light-webfont.woff2') format('woff2'),
		url('../datas/opensans-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'V2RFont';
	src: url('../datas/opensans-regular-webfont.woff2') format('woff2'),
		url('../datas/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'V2RFontBold';
	src: url('../datas/opensans-bold-webfont.woff2') format('woff2'),
		url('../datas/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.noSelection {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome and Opera */
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #ffffff;

}

.coronaInfo {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #eee;
	color: #444;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
	text-align: justify;
	padding: 10px;
}

.refDesignBody {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #eee;
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
}

.refDesignerButton {
	display: inline-block;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000000;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 16px;
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
}

.refDesignerButtonLittle {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000000;
	cursor: pointer;
	margin-left: 4px;
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
}

div {
	box-sizing: border-box;
	position: relative;
}

.domaineSel {
	color: #9c1b37;
	position: absolute;
	top: 70px;
	left: 19px;
	font-family: V2RFontLight, Arial;
	font-size: 18pt;
	text-align: left;
}

.global {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0px;
	background: #ffffff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: 320px;
	#opacity: 0;
}

#page {
	width: 100%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	#margin-bottom: 10px;
	flex: 1;
	overflow: hidden;
}

#pageContent {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	font-family: V2RFont, Arial;
	font-size: 10pt;
}

#header {
	display: block;
	position: relative;
	width: 100%;
	height: 136px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	z-index: 8;
}

#footer {
	display: block;
	position: relative;
	width: 100%;
	font-family: V2RFont, Arial;
	font-size: 8pt;
	background: #005e56;
	color: #ffffff;
	padding: 2px;
	padding-right: 8px;
	text-align: right;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.4);
	display: none;

}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../datas/ENSEMBLE_LOGOS_GROUPE_I2D-RVB_I2D.png?v=2");
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

#city {
	position: absolute;
	top: 17px;
	right: 0px;
	background-image: url("../datas/city.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1200px;
	height: 120px;

}

#menu {
	z-index: 10;
	width: 100%;
	background: #005e56;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 96px;
	max-height: 40px;
	height: 40px;
	will-change: transform, opacity;
}

#mainContener {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	overflow-y: auto;
	-webkit-transition: opacity 800ms;
	transition: opacity 800ms;
	opacity: 0;
	scroll-behavior: smooth;
	text-align: center;
}

.facebook {
	display: block;
	width: 26px;
	height: 26px;
	background-image: url("../datas/svg_facebookw.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	position: absolute;
	top: 7px;
	right: 205px;
	opacity: 0.35;
	cursor: pointer;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	will-change: transform, opacity;

}

.lienMailContact {
	cursor: pointer;
	color: #212121;
	text-decoration: underline;
	font-family: V2RFont, Arial;
}

.lienTelContact {
	color: #212121;
	text-decoration: underline;
	font-family: V2RFont, Arial;
}

.zoneClient {
	display: block;
	width: 26px;
	height: 26px;
	background-image: url("../datas/svg_cirrusw.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	position: absolute;
	top: 7px;
	right: 263px;
	opacity: 0.35;
	cursor: pointer;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	will-change: transform, opacity;
}

.mapContact {
	position: relative;
	width: 100%;
	padding-top: 100%;
	margin-top: 20px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
}

.boutonMapContact {
	display: inline-block;
	position: relative;
	font-family: V2RFontLight, Arial;
	font-size: 7pt;
	background-color: #414141;
	color: #ffffff;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	margin-right: 6px;
	margin-top: 0px;
	vertical-align: top;
	margin-top: 0px;
}

.boutonMapContact:hover {
	background-color: #ffffff;
	color: #414141;
}

.zoneClientUG {
	display: block;
	width: 26px;
	height: 26px;
	background-image: url("../datas/svg_urbangridw.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	position: absolute;
	top: 7px;
	right: 234px;
	opacity: 0.35;
	cursor: pointer;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	will-change: transform, opacity;
}


.facebook:hover {
	opacity: 0.75;
}

.zoneClient:hover {
	opacity: 0.75;
}

.zoneClientUG:hover {
	opacity: 0.75;
}

.zoneRecherche {
	display: block;
	position: absolute;
	top: 7px;
	right: 0px;
	width: 198px;

}

.pictureView {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.90);
	z-index: 110;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0;
	cursor: zoom-out;
	pointer-events: none;
}

.pictureViewImage {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.boutonRecherche {
	display: block;
	width: 26px;
	height: 26px;
	background-image: url("../datas/svg_loupe.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	position: absolute;
	top: 3px;
	right: 4px;
	cursor: pointer;
	opacity: 0.35;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	will-change: transform, opacity;
}

.inputmotsclefs {
	position: absolute;
	border: 0;
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
	width: 190px;
	padding: 4px;
	top: 0px;
	left: 0px;
	opacity: 0.35;
	border-radius: 4px;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	will-change: transform, opacity;
}

.inputmotsclefs:hover {
	opacity: 0.75;
}

.boutonRecherche:hover {
	opacity: 0.75;
}

.svg_icon {
	vertical-align: -2px;
}

.svg_icon2 {
	vertical-align: -2px;
	opacity: 1;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.svg_icon2:hover {
	vertical-align: -2px;
	opacity: 0.5;
}

.textAgence {
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
	padding-left: 5px;
	border-left: 1px solid #ddd;
	text-align: left;
}

.logoAgence {
	width: 100px;
}

.logoAgenceTd {
	text-align: center;
	width: 119px;
}

.ligneAgence {
	vertical-align: center;
	height: 70px;
}

.tableAgences {
	margin: 0px;
}

.conteneurAgenceContact {
	display: inline-block;
	width: 49%;
	margin-bottom: 30px;
}

.enconstruction {
	display: block;
	position: absolute;
	top: 12px;
	right: 76px;
	#width: 250px;
	#height: 60px;
	background-color: #ff0000;
	color: #ffffff;
	font-family: V2RFontBold, Arial;
	font-size: 9pt;
	text-align: center;
	padding: 5px;
	border-radius: 8px;
	opacity: 0.4;
	border: 2px solid #aa0000;
	pointer-events: none;
	z-index: 100;
}

.linkDiv {
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	-webkit-transition: all 250ms;
	transition: all 250ms;

}

.linkDiv:hover {
	color: #caefad;
}

.boutonMenuRecrute {
	height: 40px;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	color: #ff0;
	line-height: 40px;
	display: inline-block;
	font-family: V2RFont, Arial;
	font-size: 12pt;
	cursor: pointer;
	text-decoration: underline;
	padding-bottom: 0px;
	border-top: 2px solid #005e56;
	border-bottom: 2px solid #005e56;
	background-color: #005e56;
	-webkit-transition: background-color 250ms;
	transition: background-color 250ms;
}

.boutonMenuRecrute:hover {
	background-color: #006f66;
}

@keyframes pulse {
	0% {
		transform: scale(0.85);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.85);
	}
}

.boutonMenu {
	height: 39px;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	line-height: 40px;
	display: inline-block;
	font-family: V2RFontLight, Arial;
	font-size: 11pt;
	cursor: pointer;
	text-decoration: none;
	padding-bottom: 0px;
	border-top: 2px solid #005e56;
	border-bottom: 2px solid #005e56;
	background-color: #005e56;
	-webkit-transition: background-color 250ms;
	transition: background-color 250ms;
}

.boutonMenu:hover {
	background-color: #006f66;
}

.boutonMenuOn {
	height: 40px;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	line-height: 40px;
	display: inline-block;
	font-family: V2RFontLight, Arial;
	font-size: 11pt;
	cursor: pointer;
	padding-bottom: 0px;
	border-top: 2px solid #005e56;
	border-bottom: 2px solid #005e56;
	background-color: #005e56;
	text-decoration: none;
}

.fermerRef {
	height: 32px;
	width: 32px;
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background-image: url("../datas/close.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	opacity: 0.75;
}

.fermerRef:hover {
	opacity: 1;
}

.conteneurBoutonMenu {}

#boutonDerouleMenu {
	height: 32px;
	width: 32px;
	display: inline-block;
	font-family: V2RFont, Arial;
	font-size: 10pt;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	background-image: url("../datas/menu.svg");
	background-position: top left;
	background-repeat: no-repeat;
}

.slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	will-change: transform, opacity;
}

.sliderImage {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.sliderTexte {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	z-index: 3;
	padding: 12px;
	text-align: center;
}

.slider_flecheGauche {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	background-image: url("../datas/flecheGauche.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	bottom: 50%;
	left: 32px;
	z-index: 2;
	cursor: pointer;
	opacity: 0.25;
	will-change: transform, opacity;
}

.slider_flecheDroite {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	background-image: url("../datas/flecheDroite.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	bottom: 50%;
	right: 32px;
	z-index: 2;
	cursor: pointer;
	opacity: 0.25;
	will-change: transform, opacity;
}

.slider_swipe {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	background-image: url("../datas/swipe.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	bottom: 48px;
	left: 50%;
	z-index: 2;
	opacity: 0.25;
	margin-left: -32px;
	margin-top: -32px;
	will-change: transform, opacity;
}

.slider_flecheGauche:hover {
	opacity: 0.7;
}

.slider_flecheDroite:hover {
	opacity: 0.7;
}

.colonneLegale {
	font-family: V2RFontLight, Arial;
	font-size: calc(0.9vw);
	margin: 0%;
	width: 99%;
	text-align: justify;
	background-color: #414141;
	color: #A1A1A1;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.flexGridView {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.checkInBounds {
	position: relative;
	visibility: hidden;
}

.titreLarge {
	font-family: V2RFontLight, Arial;
	font-size: 48pt;
	padding: 0;
	margin: 0;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 34px;
	width: 100%;
	text-align: center;
	width: 100%;
}

.titreNosMetiers {
	position: relative;
	font-family: V2RFontLight, Arial;
	font-size: 18pt;
	display: inline-block;
	width: 265px;
	height: 105px;
	margin-left: 4px;
	margin-top: 10px;
}

.titreNosMetiers2 {
	position: relative;
	font-family: V2RFontLight, Arial;
	font-size: 18pt;
	display: inline-block;
	width: calc(100% - 16px);
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
}

.titreNosMetiersNew {
	position: relative;
	font-family: V2RFontLight, Arial;
	font-size: 18pt;
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
}

.lienPage {
	margin-top: 16px;
	font-size: 18pt;
	cursor: pointer;
	text-align: center;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
}

.colonne {
	width: 42%;
	margin: 1%;
	text-align: left;
}

.soustitreCentre {
	font-family: V2RFontLight, Arial;
	font-size: 9pt;
	width: 100%;
	text-align: center;
	color: #818181;
	margin-bottom: 30px;

}

.titreColonne {
	font-family: V2RFontLight, Arial;
	font-size: 18pt;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 4px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.textColonne {
	font-family: V2RFontLight, Arial;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: justify;
}

.imgColonne {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: justify;
	margin-top: 20px;
}

.titre_section_gris {
	display: inline-block;
	width: 35%;
	text-align: right;
	color: #444444;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 22pt;
	vertical-align: top;
	margin-right: 20px;
	text-shadow: 2px 2px 2px #dddddd;
}

.conteneurFond {
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 2000ms;
	transition: opacity 2000ms;
}

.imageFond {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	top: 0%;
	left: 0%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity 4000ms;
	transition: opacity 4000ms;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	opacity: 0;
	perspective-origin: center;
	-webkit-perspective-origin: center;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 150px;
	-webkit-perspective: 150px;
	#perspective: 1200px;
	#-webkit-perspective: 1200px;

}

.imageFond_image {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	top: 0%;
	left: 0%;
	#margin-top: -50%;
	#margin-left: -50%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-transition: transform 20000ms;
	-webkit-transition-timing-function: ease-out;
	-webkit-transform: translate3d(0px, 0px, 0px);

	transition: transform 20000ms;
	transition-timing-function: ease-out;
	transform: translate3d(0px, 0px, 0px);

	-moz-transform: rotate(0.02deg);
}

.imageFond_image_on {

	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	top: 0%;
	left: 0%;
	#margin-top: -50%;
	#margin-left: -50%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-transition: transform 16000ms;
	-webkit-transition-timing-function: ease-out;
	-webkit-transform: translate3d(0px, 0px, 10px);

	transition: transform 16000ms;
	transition-timing-function: ease-out;
	transform: translate3d(0px, 0px, 10px);

	-moz-transform: rotate(0.02deg);
}

.imageFond_image_off {

	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	top: 0%;
	left: 0%;
	#margin-top: -50%;
	#margin-left: -50%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-transition: transform 100ms;
	-webkit-transition-timing-function: ease-out;
	-webkit-transform: translate3d(0px, 0px, 0px);

	transition: transform 100ms;
	transition-timing-function: ease-out;
	transform: translate3d(0px, 0px, 0px);

	-moz-transform: rotate(0.02deg);
}

.imageFond_video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.conteneurSlideApercu {
	position: absolute;
	display: block;
	top: 40px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	height: 200px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 1000ms;
	transition: opacity 1000ms;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	border: 1px solid #ffffff;
	border-radius: 32px;
}


.middleInfosTexte {
	position: absolute;
	top: 30%;
	left: 0%;
	width: 100%;
}

.middleInfosFond {
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	background-color: #ffffff;
	opacity: 0.5;
}

.middleInfosMini {
	position: relative;
	font-family: V2RFontLight;
	font-weight: normal;
	font-size: calc(1.0vw + 1.0vh);
	color: #ffffff;
	text-align: center;
	height: 64px;
	line-height: 64px;
}

.accroche {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 64px;
	line-height: 64px;
	opacity: 0;
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.middleInfosTop {
	position: relative;
	font-family: V2RFontBold;
	font-weight: normal;
	font-size: calc(2.0vw + 2.0vh);
	color: #555555;
	text-align: center;
	margin-top: 30px;
}

.middleInfosInscription {
	display: inline-block;
	position: relative;
	font-family: V2RFontBold;
	font-weight: normal;
	font-size: 16pt;
	background-color: #212121;
	color: #ffffff;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	cursor: pointer;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	vertical-align: top;
	opacity: 0.8;
}

.middleInfosInscription:hover {
	background: #ffffff;
	/* Old browsers */
	color: #414141;
}

.middleInfosInscriptionAcc {
	display: block;
	position: absolute;
	font-family: V2RFontBold;
	font-weight: normal;
	font-size: 16pt;
	background-color: #212121;
	color: #ffffff;
	cursor: pointer;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	bottom: 8px;
	left: 50%;
	width: 400px;
	#height: 45px;
	margin-left: -200px;
	opacity: 0.8;
	margin-top: 8px;
}

.middleInfosInscriptionAccV2 {
	display: block;
	position: absolute;
	font-family: V2RFontBold;
	font-weight: normal;
	font-size: 16pt;
	background-color: #212121;
	color: #ffffff;
	cursor: pointer;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	top: 50%;
	left: 0px;
	right: 0px;
	height: 80px;
	opacity: 0.8;
}

.middleInfosInscriptionAccSub {
	font-family: V2RFontLight;
	font-weight: normal;
	font-size: 10pt;
	background-color: #212121;
	color: #ffffff;
}

.middleInfosInscriptionAcc:hover {
	background: #ffffff;
	/* Old browsers */
	color: #414141;
}

.middleInfosInscriptionMission {}

.conteneur_vignette {
	position: relative;
	width: 948px;
	padding: 0px;
	margin: 0;
	color: #000000;
	text-align: left;
}

.conteneur_vignette_mission {
	position: relative;
	width: 948px;
	padding: 0px;
	margin: 0;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.myShadowSlide {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
}


.myShadow {
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
}

.myLittleShadow {
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.vignetteShadow {
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.vignetteHigh {
	position: relative;
	width: 20%;
	overflow: hidden;
	display: inline-block;
	#border: 1px solid #ff0000;
}

.vignette {
	position: relative;
	width: 300px;
	height: 224px;
	#margin: 8px;
	color: #000000;
	background-color: #ffffff;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	margin-bottom: -2px;
	margin-left: 2px;

}

.vignette_mission {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 8px;
	color: #000000;
	background-color: #EEEEEE;
	overflow: hidden;
	#box-shadow: 0px 0px 5px #555555;
	display: inline-block;
}

.vignette_fond {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	/* transition when the mouse over */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

.vignette_points {
	position: absolute;
	width: 36px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	bottom: 4px;
	right: 4px;
	background-image: url(../datas/3points.png);
	background-size: 36px 12px;
}

.vignette_titre_conteneur {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.vignette_titre_conteneur_mission {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.vignette_titre {
	position: relative;
	font-family: 'V2RFont', sans-serif;
	font-size: 15pt;
	text-align: center;
	width: 100%;
	padding: 4px;
	color: #ffffff;
}

.vignetteRef_titre {
	position: relative;
	font-family: 'V2RFontBold', sans-serif;
	font-size: 12pt;
	text-align: left;
	width: 100%;
	padding: 2px;
	padding-left: 5px;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.vignetteRef_soustitre {
	font-family: 'V2RFontLight', sans-serif;
	font-size: 9pt;
}

.vignette_titre_fond {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #9e1d3b;
	opacity: 0.5;
}

.vignette_titre_fondRef {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #9e1d3b;
	opacity: 0.45;
}

.vignette_texte_conteneur {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11pt;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	/* transition when the mouse over */
}

.infosMission {
	margin-bottom: 4px;
	text-align: left;
}

.vignette_texte_conteneur_mission {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11pt;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	/* transition when the mouse over */
}

.vignette:hover .vignette_texte_conteneur {
	opacity: 1;
}

.vignette:hover .vignette_fond {
	-ms-transform: scale(1.075, 1.075);
	/* IE 9 */
	-webkit-transform: scale(1.075, 1.075);
	/* Safari */
	transform: scale(1.075, 1.075);
}


.vignette_mission:hover .vignette_texte_conteneur {
	#opacity: 1;
}

.vignette_mission:hover .vignette_fond {
	# -ms-transform: scale(1.075, 1.075);
	/* IE 9 */
	# -webkit-transform: scale(1.075, 1.075);
	/* Safari */
	# transform: scale(1.075, 1.075);
}

.vignette_texte_fond {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;

	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0.6)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.6) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.6) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.6) 100%);

	opacity: 1;
}

.contenerRefs {
	width: 100%;
	height: 100%;
	padding: 15px;
	display: inline-block;
	text-align: left;
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	/* transition when the mouse over */

}

.myInputSelectNoArrowMini {
	#height: 26px;
	font-family: V2RFontLight, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14pt;
	border: 0;
	text-align: left;
	background: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #222222;
	width: 280px;
	border-bottom: 1px solid #888888;

}

.myInput {
	#height: 26px;
	font-family: V2RFontLight, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14pt;
	border: 0;
	text-align: left;
	background: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #222222;
	width: 790px;
	border-bottom: 1px solid #888888;
	margin-left: 0px;
}

.enSouligne {
	text-decoration: underline;
}

.contenerCriteresRefs {
	position: relative;
	width: 100%;
	margin-top: 16px;
	text-align: left;
	padding-left: 8px;
}

.refsErreur {
	font-family: V2RFontLight, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 30pt;
	color: #222222;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}

.infosSelect {
	display: inline-block;
	font-family: V2RFontLight, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14pt;
	color: #222222;
	text-align: left;
	width: 108px;
	margin-right: 5px;
	margin-bottom: 8px;
}

.contenerMotClef {
	margin-bottom: 8px;
	#background-color: #ffffff;
	padding: 2px;
	margin-right: 24px;
	text-align: left;
	margin-left: 3px;
	width: 98%;
}

.infoMission {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

.infoMission2 {
	display: block;
	position: absolute;
	#bottom: 29px;
	#left: 2px;
}


.infoDomaine {
	display: block;
	position: absolute;
	top: 2px;
	#left: 2px;
}

.infoMissionTexte {
	padding: 4px;
	color: #ffffff;
	font-family: V2RFontLight, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	text-shadow: 1px 1px 1px #000000;
}

.infoDomaineHover {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url("../datas/hover.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.25;
}

.infoMissionFond {
	display: block;
	position: absolute;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0.75;
	#border-right: 1px solid #616161;
	#border-bottom: 1px solid #616161;
}

.retourDomaine {
	display: inline-block;
	position: absolute;
	bottom: 17px;
	right: -80px;
	font-family: V2RFontLight, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: left;
	margin-right: 4px;
	background-color: #414141;
	#border-radius: 4px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	margin-bottom: 8px;
}

.domaineTitre {
	color: #161616;
	font-size: 5vw;
	margin-bottom: 10px;
	margin-top: -16px;

}

.principalesRefs {
	color: #9c1b37;
	font-size: 2.5vw;
}

.buttonRetour {
	display: inline-block;
	font-family: V2RFontLight, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 10pt;
	color: #141414;
	text-align: left;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #ffffff;
	#border-radius: 4px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.buttonRetour:hover {
	color: #818181;
}

.motclef {
	display: inline-block;
	font-family: V2RFontLight, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: left;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #414141;
	#border-radius: 4px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	opacity: 0.25;
}

.motclef:hover {
	opacity: 1;
}

.image0_texte1 {
	display: block;
	position: absolute;
	bottom: 10%;
	left: -100%;
	opacity: 0;
	font-family: V2RFontBold, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: calc(5vw);
	color: #ffffff;
	text-align: right;
	-webkit-transition: left 2s, right 2s, top 2s, bottom 2s, opacity 1s;
	transition: left 2s, right 2s, top 2s, bottom 2s, opacity 1s;
}

.image0_texte2 {
	display: block;
	position: absolute;
	top: 8%;
	right: -100%;
	opacity: 0;
	font-family: Ubuntu, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: calc(2.5vw);
	color: #ffffff;
	text-align: left;
	text-shadow: 2px 2px 2px #444444;
	-webkit-transition: left 2s, right 2s, top 2s, bottom 2s, opacity 1s;
	transition: left 2s, right 2s, top 2s, bottom 2s, opacity 1s;

}

.conteneurSlideBoutons {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 32px;
	text-align: center;
	margin-top: 6px;
	margin-left: 4px;
	z-index: 7;
}


.boutonSlideContener {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.boutonSlide {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	border-radius: 16px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	background-position: center;
	background-repeat: no repeat;
	background-size: cover;
	border: 1px solid #ffffff;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.boutonSlideNew {
	display: block;
	position: absolute;
	top: 2px;
	left: 50%px;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	border-radius: 16px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
	background-position: center;
	background-repeat: no repeat;
	background-size: cover;
	border: 1px solid #ffffff;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.boutonSlide:hover {
	opacity: 1 !important;
}

.accrocheGras {
	color: #9e1d3b;
	font-family: Ubuntu, Arial, Helvetica Neue, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #ffffff;
}

.readArticle {
	position: absolute;
	bottom: 45px;
	right: 12px;
	color: #9e1d3b;
	font-family: V2RFont, Arial;
	vertical-align: center;
	font-size: 14pt;
	width: 100%;
	text-align: right;
	margin-top: 0px;
}

.logoAccueilGroupe {
	width: 20%;
}

.vignette_texte_texte {
	font-family: 'V2RFontLight', sans-serif;
	position: absolute;
	width: 300px;
	height: 100%;
	margin: 0px;
	padding: 10px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	color: #555555;
	text-align: justify;
}

.vignette_texte_texteRef {
	font-family: 'V2RFontLight', sans-serif;
	position: absolute;
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 10px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	color: #555555;
	text-align: left;
	padding-top: 16px;
}

.vignette_texte_titre {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18pt;
	color: #9e1d3b;
	font-weight: bold;
}

.PiedPageTitreColonne {
	font-family: V2RFont, Arial;
	font-size: 13pt;
	border-bottom: 2px solid #444444;
	font-weight: bold;
	margin-bottom: 18px;
	padding-bottom: 10px;
	width: 100%;

}

.linkPiedDePage {
	color: #555555;
	text-decoration: none;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-weight: bold;
}

.linkPiedDePage:hover {
	color: #888888;
}

.infosAdresses {
	color: #777777;
	font-size: calc(0.9vw);
	line-height: 1.2;
}

.linkPiedDePage2 {
	color: #555555;
	text-decoration: none;
	-webkit-transition: all 1s;
	transition: all 1s;
	#font-weight: bold;
}

.linkPiedDePage2:hover {
	color: #888888;
}

.PiedDePageCell {
	display: flex;
	width: 100%;
}

.conteneurAgence {
	display: inline-block;
	width: 49%;
	height: 80px;
}

.logoAgenceDiv {
	width: 100px;
}

.infosAgence {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
	padding-left: 5px;
	border-left: 1px solid #ddd;

}

.colonneContact1 {
	margin: 1%;
	text-align: left;
	width: 30%;
}

.colonneContact2 {
	margin: 1%;
	text-align: left;
	width: 53%;
}

.PiedDePageCellContent {
	text-align: justify;
	#margin-right: 4px;
	margin-bottom: 4px;
	font-size: calc(1vw);
	line-height: 1;
}

.transparentFull {
	#position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
	overflow: hidden;
	margin: 0 auto;
}

.afficheRef {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 18;
	#background-color: #ffffff;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0;
	padding: 6px;
	overflow-y: auto;
	pointer-events: none;
}

.slideLeft {
	height: 128px;
	width: 64px;
	display: block;
	position: absolute;
	top: 80%;
	left: 0px;
	cursor: pointer;
	background-image: url("../datas/slideLeft.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 64px 128px;
	opacity: 0.2;
	margin-top: -64px;
	-webkit-transition: all 600ms;
	transition: all 600ms;
}

.slideRight {
	height: 256px;
	width: 64px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	cursor: pointer;
	background-image: url("../datas/slideRight.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 64px 256px;
	opacity: 0.1;
	margin-top: -128px;
	-webkit-transition: all 600ms;
	transition: all 600ms;
}

.slideLeft:hover {
	opacity: 0.5;
}

.slideRight:hover {
	opacity: 0.5;
}

.philoTitre {
	font-family: V2RFont, Arial;
	font-size: 12pt;
	margin-bottom: 8px;
}

.philoTexte {
	font-family: V2RFontLight, Arial;
	font-size: 12pt;
	color: #414141;
	margin-bottom: 16px;
}

.refsTitre {
	margin-bottom: 0px;
	border-bottom: 4px solid #9c1b37;
	color: #414141;
}

.titreRef {
	font-family: V2RFontBold, Arial;
	font-size: 26pt;
}

.catTitre {
	font-family: V2RFontLight, Arial;
	font-size: 12pt;
	color: #414141;
	margin: 0;
	margin-left: 2px;
	color: #616161;

}

.refsTitreMo {
	font-family: V2RFontLight, Arial;
	font-size: 18pt;
	color: #414141;
}

.refsTitreMission {
	display: inline-block;
	position: relative;
	font-family: V2RFont, Arial;
	font-size: 9pt;
	border-right: 1px solid #eee;
	padding-right: 6px;
	margin-right: 6px;
}

.refsTitreMissionTexte {
	font-family: V2RFontLight, Arial;
	font-size: 12pt;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #414141;
}

.conteneurRefs {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	width: 100%;
	#padding: 15px;
	-webkit-transition: opacity 600ms;
	transition: opacity 600ms;
	text-align: left;

}

.infosCriteres {
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 10px;
	color: #414141;
}

.conteneurRefsLoad {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0.25;
	z-index: 20;
}

.afficheRefDatas {
	position: relative;
	top: 0px;
	bottom: 0px;
	overflow-y: auto;
	padding: 8px;
	background-color: #ffffff;
	max-width: 1280px;
	margin: 0 auto;
	height: 100%;
}

.afficheRefFond {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	background: #000000;
	opacity: 0.8;
}

.refsTitreTexte1 {
	width: 48%;
	display: inline-block;
	font-family: V2RFontLight, Arial;
	font-size: 12pt;
	text-align: justify;
	vertical-align: top;
	margin-right: 32px;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 16px;
}

.refsTitreTexte2 {
	width: 48%;
	display: inline-block;
	font-family: V2RFontLight, Arial;
	font-size: 12pt;
	text-align: justify;
	vertical-align: top;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 16px;
}


.refsImage {
	display: inline-block;
	width: 48%;
	max-width: 460px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	margin-left: 8px;
	vertical-align: top;
	margin-bottom: 8px;
}

.refsImage2 {
	display: block;
	width: 50%;
	max-width: 460px;
	margin: 0px auto;
	vertical-align: top;
}

.refsImage3 {
	display: block;
	width: 85%;
	margin: 0px auto;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	vertical-align: top;
}

.refsImage4 {
	display: block;
	width: 100%;
	margin: 0px auto;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	vertical-align: top;
}

.sk-fading-circle {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -80px;
	margin-top: -80px;
	#bottom: 16px;
	#left: 16px;
}

.sk-fading-circle-mini {
	margin-top: 0px;
	margin-left: 0px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0%;
	left: 0%;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.shadowRef {
	-webkit-box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.41);
	box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.41);
}

.ref_background_image {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 188px;
	left: 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: blur(3px);
	/* Safari 6.0 - 9.0 */
	filter: blur(3px);
}

.ref_background_map {
	display: inline-block;
	width: 100%;
	height: 250px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	vertical-align: top;
	margin-bottom: 16px;
	margin-top: 16px;
}

.ref_background_image_cache {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 186px;
	opacity: 0.6;
}

.ref_title_box {
	display: block;
	position: absolute;
	top: 98px;
	left: 15px;
	max-width: 800px;
	min-width: 500px;
	margin-top: -80px;
	#border-radius: 0px 10px 60px 0px;
	#background-color: #ffffff;
	padding-bottom: 12px;
	padding-right: 22px;
}

.ref_title_domaine {
	font-family: V2RFontLight, Arial;
	font-size: 13pt;
	text-align: left;
	color: #414141;
	padding-left: 18px;
	margin-top: 18px;
}

.ref_title_titre {
	font-family: V2RFontLight, Arial;
	font-size: 26pt;
	text-align: left;
	color: #414141;
	padding-left: 16px;
	width: 100%;
	overflow: hide;
}

.ref_title_annee {
	display: inline-block;
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 25pt;
	text-align: left;
	color: #414141;
	padding-left: 14px;
}

.ref_title_box_bg {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.ref_title_mo {
	display: inline-block;
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 9pt;
	text-align: left;
	color: #414141;
	padding-left: 4px;
	margin-top: 1px;
}

.ref_texte_content {
	position: absolute;
	top: 186px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 20px;
}

.gradientContenerRef {
	position: absolute;
	top: 184px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../datas/fond-triangle-gris3.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.2;

}

.ref_colonne_content {
	position: relative;
	display: inline-block;
	width: 49%;
	padding: 20px;
	padding-left: 8px;
	padding-bottom: 5px;
	font-family: V2RFontLight, Arial;
	font-size: 12pt;
	text-align: justify;
	color: #818181;
	vertical-align: top;

}

.ref_sous_titre_num {
	vertical-align: top;
	font-family: V2RFont, Arial;
	font-size: 25pt;
	text-align: left;
	color: #818181;
	margin: 0px;
	padding: 0px;
	line-height: 25pt;
}

.ref_sous_titre_texte {
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 25pt;
	color: #9c1b37;
	border-bottom: 1px solid #818181;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-left: 0px;
	line-height: 25pt;
	text-align: left;
	padding-top: 15px;
}

.ref_contener_texte {
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 12pt;
	color: #818181;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	padding-left: 4px;
}

.bbold {
	font-weight: bold;
}

.ref_contener_texte2 {
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
	color: #818181;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	padding-left: 0px;
}


.ref_contener_note {
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 9pt;
	color: #aaaaaa;
	font-style: italic;
}

.ref_image_1 {
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	vertical-align: top;
	margin-bottom: 16px;
	margin-top: 16px;
	cursor: zoom-in;
}

.ref_image_2 {
	display: inline-block;
	width: 48%;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	margin-left: 0px;
	vertical-align: top;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 1%;
	margin-left: 1%;
	cursor: zoom-in;
}

.RDvignette {
	display: inline-block;
	width: 300px;
	height: 200px;
	border: 1px solid #000;
	background-image: url("../datas/vignetteRef0.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ref_image_3 {
	display: inline-block;
	width: 70%;
	margin-left: 0px;
	vertical-align: top;
	margin-bottom: 8px;
	margin-top: 8px;
	cursor: zoom-in;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
}

.ref_image_logo {
	display: inline-block;
	width: 20%;
	height: 54px;
	margin-left: 0px;
	vertical-align: top;
	margin-bottom: 8px;
	margin-top: 4px;
	margin-right: 0px;
	background-image: url("");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ref_contener_INFO {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
	color: #818181;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	padding-left: 5px;
	margin-bottom: 16px;
}

.ref_image_4 {
	display: inline-block;
	width: 95%;
	margin-left: 0px;
	vertical-align: top;
	margin-bottom: 8px;
	margin-top: 8px;
	cursor: zoom-in;
}

.image0_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.ref_fermer {
	height: 38px;
	width: 38px;
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-image: url("../datas/closeRefBW.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.8;
	z-index: 100;
}

.ref_fermer:hover {
	opacity: 1.0;
}

.ref_puces_contener {
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 6px;
}

.ref_puce {
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	flex-grow: 0;
	/* do not grow   - initial value: 0 */
	flex-shrink: 0;
	/* do not shrink - initial value: 1 */
	background-image: url("../datas/dot.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6px 6px;
	margin-left: 8px;
	margin-right: 4px;
	opacity: 0.35;
}

.ref_texte_cache {
	position: absolute;
	top: 184px;
	left: 0px;
	right: 0px;
	height: 8px;
	background: rgba(0, 0, 0, 0.7);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);

}

.conteneurMissionHigh {
	vertical-align: top;
	display: inline-block;
	width: 25%;
	text-align: center;
	#padding-top: 8px;
	#padding-bottom: 8px;
}


.conteneurMission {
	vertical-align: top;
	display: inline-block;
	width: 306px;
	height: 300px;
	cursor: pointer;
	#margin: 8px;
	text-align: center;
	#border: 1px solid #eee;
}

.conteneurMission:hover .conteneurImage {
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari */
	transform: scale(1.1, 1.1);
}

.conteneurMissionTexte {
	position: absolute;
	vertical-align: top;
	font-family: V2RFontBold, Arial;
	font-size: 18pt;
	color: #818181;
	margin: 0px;
	padding: 0px;
	top: 40px;
	width: 100%;
	text-align: center;
	top: 197px;
}

.conteneurMissionListe {
	display: inline-block;
	#position: absolute;
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 9pt;
	color: #818181;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 12px;
	top: 60px;
	width: 100%;
	max-width: 400px;
	height: 52px;
	text-align: center;
	top: 232px;
}

.conteneurImage {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: scale 1s;
	transition: scale 1s;
	/* transition when the mouse over */
}

.conteneurVignettesMissions {
	display: inline-block;
	width: 1230px;
	text-align: left;
}

.newContenerRefs {
	text-align: left;
	width: calc(100% - 16px);
	margin-left: 16px;
}

.SlideCacheImage {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-image: url("../datas/slideCache2.svg");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.SlideBandeauHaut {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	#height: 120px;
	font-family: V2RFontLight, Arial;
	font-size: 24pt;
	color: #aaaaaa;
	padding: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: right;
}

.SlideBandeauBas {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	#height: 120px;
	color: #ccc;
	#background-color: #ffffff;
	font-family: V2RFontBold, Arial;
	font-size: 50pt;
	padding-left: 20px;

}

.SlideBandeau {
	position: absolute;
	top: 60%;
}

.SlideBandeau1 {
	display: inline-block;
	position: relative;
	background: #612525;
	color: #fedfc3;
	font-family: V2RFontBold, Arial;
	font-size: 24pt;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 0px 16px 16px 0px
}

.SlideBandeau2 {
	display: inline-block;
	position: relative;
	background: #fedfc3;
	color: #612525;
	font-family: V2RFontLight, Arial;
	font-size: 16pt;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 0px 16px 16px 0px
}

.conteneurMission2 {
	vertical-align: top;
	display: inline-block;
	width: 300px;
	height: 300px;
	cursor: pointer;
	text-align: center;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.titreNosMetiers3 {
	position: relative;
	font-family: Ubuntu, Arial;
	font-size: 5vw;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	padding-left: 20px;
	color: #454545;
}

.titreNosMetiers3_soustitre {
	position: relative;
	font-family: Ubuntu, Arial;
	font-size: 2vw;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #888888;
}


.conteneurMission3_box {
	vertical-align: top;
	display: inline-block;
	width: 300px;
	height: 300px;
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding: 0;
	margin: 8px;
	perspective: 1200px;
	-webkit-perspective: 1200px;
	perspective-origin: center;

}

.conteneurMission3 {
	vertical-align: top;
	display: block;
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	border: 1px solid #888888;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.64);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.64);
}

.conteneurMission3_titre {
	position: absolute;
	font-family: Ubuntu, Arial;
	font-size: 20pt;
	top: 25px;
	left: 0px;
	right: 0px;
	text-align: center;
	color: #fefeff;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
}

.conteneurMission3_texte_fond {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;

	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 8%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(8%, rgba(255, 255, 255, 0.5)), color-stop(32%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 8%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 8%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%);

	opacity: 0.9;
}

.conteneurMission3_texte_texte {
	padding-top: 80px;
}

.conteneurMission3_texte {
	position: absolute;
	font-family: V2RFontLight, Arial;
	font-size: 13pt;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	text-align: center;
	padding: 10px;
	color: #000000;
	opacity: 0;
	-webkit-transition: all 750ms;
	transition: all 750ms;

}

.conteneurMission3_box:hover .conteneurMission3 {
	-webkit-transform: rotateX(-5deg) rotateY(5deg) rotateZ(-2deg) translate3d(-10px, -10px, 40px);
	transform: rotateX(-5deg) rotateY(5deg) rotateZ(-2deg) translate3d(-10px, -10px, 40px);
	-webkit-box-shadow: 10px 10px 25px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 25px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 25px -3px rgba(0, 0, 0, 0.75);
}

.conteneurMission3_box:hover .conteneurMission3_texte {
	opacity: 1;
}

.motsMetiers {
	#display: inline-block;
	#margin-right: 5px;
	#margin-left: 5px;

}

.titreNosMetiers4 {
	position: relative;
	font-family: Ubuntu, Arial;
	font-size: 4vw;
	text-align: left;
	margin: 0;
	padding-left: 16px;
	margin-top: 20px;
	padding-top: 16px;
	color: #454545;
}

.titreNosMetiers4_soustitre {
	position: relative;
	font-family: V2RFontLight, Arial;
	font-size: 1.5vw;
	text-align: left;
	padding-left: 18px;
	margin-bottom: 10px;
	color: #888888;
}

.contenerNosMetiers {
	display: block;
	position: relative;
	text-align: left;
}

.conteneurMission4_box {
	vertical-align: top;
	display: inline-block;
	position: relative;
	padding: 16px;
	font-family: V2RFont, Arial;
	width: 350px;
	height: 370px;
	cursor: pointer;
}

.conteneurMission4_image {
	display: block;
	position: relative;
	width: 100%;
	height: 190px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.64);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.64);

}

.conteneurMission4_titre {
	font-family: Ubuntu, Arial;
	display: block;
	position: relative;
	width: 100%;
	font-size: 17pt;
	margin-left: -1px;
	margin-top: 18px;
	text-align: left;
	color: #000000;
}

.conteneurMission4_texte {
	font-family: Ubuntu, Arial;
	display: block;
	position: relative;
	width: 100%;
	font-size: 10pt;
	margin-top: 10px;
	text-align: left;
	color: #555555;
	line-height: 17pt;
}

.conteneurMission4_consulter {
	font-family: V2RFont, Arial;
	display: block;
	position: absolute;
	bottom: 2px;
	right: 16px;
	font-size: 12pt;
	color: #000000;
}

.contenerMissions {
	width: 100%
}

.conteneurMission4_box:hover .conteneurMission4_image {
	-webkit-transform: rotateX(-5deg) rotateY(5deg) rotateZ(-2deg) translate3d(-14px, -16px, 40px);
	transform: rotateX(-5deg) rotateY(5deg) rotateZ(-2deg) translate3d(-14px, -16px, 40px);
	-webkit-box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0.5);

}

.gradientContener {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../datas/slide00.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.1;
}

.mission_conteneur {
	vertical-align: top;
	display: inline-block;
	position: relative;
	padding: 5px;
	font-family: V2RFont, Arial;
	width: 350px;
	height: 255px;
	cursor: pointer;
	overflow: hidden;
}

.mission_conteneur_image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.64);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.64);

}

.mission_conteneur_bottombar {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 196px;
	opacity: 0.8;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.mission_conteneur_bottombar_text {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 197px;
	opacity: 1;
	font-family: V2RFont, Arial;
	color: #ffffff;
	font-size: 17pt;
	padding-top: 8px;
	padding-left: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.ref_conteneur_bottombar_text {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 197px;
	opacity: 1;
	font-family: V2RFont, Arial;
	color: #ffffff;
	font-size: 14pt;
	padding-top: 0px;
	padding-left: 0px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	vertical-align: middle;
}

.mission_conteneur_cat {
	display: block;
	position: absolute;
	left: 10px;
	top: 7px;
	opacity: 1;
	font-family: V2RFont, Arial;
	color: #000;
	font-size: 10pt;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.75);
}

.mission_conteneur_bottombar_text_cache {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 197px;
	opacity: 0;
	font-family: V2RFont, Arial;
	color: #ffffff;
	font-size: 17pt;
	padding-top: 9px;
	padding-left: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.ref_conteneur_bottombar_text_cache {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 7px;
	top: 199px;
	opacity: 0;
	font-family: V2RFont, Arial;
	color: #ffffff;
	font-size: 14pt;
	padding-top: 9px;
	padding-left: 5px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.mission_conteneur_bottombar_dot {
	display: block;
	position: absolute;
	top: 180px;
	right: 5px;
	height: 69px;
	opacity: 1;
	font-family: V2RFontBold, Arial;
	color: #ffffff;
	font-size: 41pt;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.mission_conteneur_bottombar_dot_text {
	display: block;
	position: absolute;
	top: 219px;
	right: 56px;
	height: 24px;
	opacity: 0;
	font-family: V2RFontLight, Arial;
	color: #000000;
	font-size: 14pt;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.mission_conteneur_bottombar_text2 {
	display: block;
	position: absolute;
	top: 255px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-family: V2RFont, Arial;
	font-size: 13pt;
	color: #000000;
	opacity: 0;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	overflow: hidden;
}

.ref_conteneur_bottombar_text2 {
	display: block;
	position: absolute;
	top: 255px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-family: V2RFont, Arial;
	font-size: 11pt;
	color: #000000;
	opacity: 0;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	overflow: hidden;
}

.ref_conteneur_bottombar_text_centre {
	position: relative;
	padding-left: 5px;
	vertical-align: middle;
	vertical-align: -moz-middle-with-baseline;
	line-height: 17pt;
	width: 349px;
	display: inline-block;
}

.mission_conteneur:hover .mission_conteneur_bottombar {
	top: 0px;
	background-color: #ffffff !important;
}

.mission_conteneur:hover .mission_conteneur_bottombar_text {
	opacity: 0;
	top: 7px;
}

.mission_conteneur:hover .ref_conteneur_bottombar_text {
	opacity: 0;
	top: 7px;
}

.mission_conteneur:hover .mission_conteneur_bottombar_text_cache {
	top: 7px;
	opacity: 1;
}

.mission_conteneur:hover .ref_conteneur_bottombar_text_cache {
	top: 7px;
	opacity: 1;
}

.mission_conteneur:hover .mission_conteneur_bottombar_text2 {
	top: 56px;
	opacity: 0.8;
}

.mission_conteneur:hover .ref_conteneur_bottombar_text2 {
	top: 70px;
	opacity: 0.8;
}

.mission_conteneur:hover .mission_conteneur_bottombar_dot {
	color: #000000;
}

.mission_conteneur:hover .mission_conteneur_bottombar_dot_text {
	opacity: 1;
}

.ref_title_box2 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	z-index: 10;
}

.ref_texte_content2 {
	position: relative;
	display: inline-block;
	width: 100%;
}

.ref_background_image2 {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ref_title_box_bg2 {
	display: inline-block;
	position: relative;
	margin: 0px;
	width: 100%;
}

.ref_title_domaine2 {
	font-family: V2RFont, Arial;
	font-size: 16pt;
	text-align: left;
	color: #414141;
	padding-left: 16px;
	margin-top: 10px;
}

.textShadowW {
	#text-shadow: 1px 1px 3px white;
	#text-shadow: #FFF 1px 0 10px;
	text-shadow: 1px 1px #FFF;
}

.textShadowB {
	text-shadow: 1px 1px 3px #000000;
}

.ref_title_box_bg3 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 255, 255, 0) 100%);
	opacity: 1;
}

.ref_title_box_bg4 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ref_title_titre2 {
	font-family: V2RFont, Arial;
	font-size: 28pt;
	text-align: left;
	color: #414141;
	padding-left: 16px;
	width: 100%;
	overflow: hide;
}

.ref_title_annee2 {
	display: inline-block;
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 25pt;
	text-align: left;
	color: #414141;
	padding-left: 14px;
}

.ref_title_mo2 {
	display: inline-block;
	vertical-align: top;
	font-family: V2RFontLight, Arial;
	font-size: 9pt;
	text-align: left;
	color: #414141;
	padding-left: 4px;
	margin-top: 1px;
	padding-top: 7px;
}



.middleInfos {
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 100px;
	font-family: V2RFontBold;
	font-weight: normal;
	font-size: calc(2.0vw + 2.0vh);
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.middleInfosBackground {
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 110px;
	margin-top: -117px;
	font-family: V2RFontLight;
	font-weight: normal;
	font-size: calc(2.0vw + 2.0vh);
	background-color: #ffffff;
	opacity: 0.5
}

.logoAgenceAcc {
	vertical-align: middle;
	height: 60px;
	cursor: pointer;
}

.logoAgenceAccB {
	vertical-align: middle;
	height: 60px;
	cursor: pointer;

}

.middleInfosMini {
	position: relative;
	font-family: V2RFontLight;
	font-weight: normal;
	font-size: calc(1.3vw + 1.3vh);
	color: #ffffff;
	text-align: center;
	height: 64px;
	line-height: 64px;
}

.accroche {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 64px;
	line-height: 64px;
	opacity: 0;
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.middleInfosTop {
	position: relative;
	font-family: V2RFontLight;
	font-weight: normal;
	font-size: calc(1.8vw + 1.8vh);
	color: #222222;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.middleInfosTopLogo {
	position: absolute;
	display: none;
	font-family: V2RFontBold;
	font-weight: normal;
	font-size: 20pt;
	color: #ffffff;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	top: 0px;
	left: 0px;
}

.middleInfosInscription {
	position: relative;
	font-family: V2RFontBold;
	font-weight: normal;
	font-size: calc(1.0vw + 1.0vh);
	width: 400px;
	height: 64px;
	line-height: 47px;
	background-color: #ff9326;
	border-radius: 30px;
	margin: auto;
	margin-top: 20px;
	cursor: pointer;
}