@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');

:root {
  	--font-text: "Nunito Sans", sans-serif;
	--font-titre: "Baskervville", serif;
	--white:#fdf8ec;
	--bg-dark: #000000;
	--dark: #111;
	--dark-2: #262626;
	--bleu-bg: #495166;
	--primaire-1:#fdedab;
	--primaire:#eedb8a;
	--secondaire:#b6b6b6;
}

html, body{
  width: 100%;
  min-height: 100%;
}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}
html {
	font-size: 62.5%;
	font-optical-sizing: auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
}

body {
  	margin: 0;
  	padding: 0;
  	font-size: 1.6rem;
	font-family: var(--font-text);
	font-weight: normal;
	font-optical-sizing: auto;
	color: var(--white);
	background-color: var(--bg-dark);
	/*overflow-x: hidden;*/
}
/* ================================================================
* BASIC LENIS
* ============================================================== */
html.lenis, html.lenis body {
	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}

p {font-size: 1.8rem; line-height: 1.5;}

a { color: var(--white);  outline:0 !important; text-decoration: none;}
a:hover { color: var(--secondaire);}
.underlineBtn {text-decoration: underline;}

ul {list-style: none;}

/*****************************************************************************
* BACKGROUND COLOR SECTION
*****************************************************************************/
.padTB-100 {padding: 100px 0;}
.padTB-110 {padding: 110px 0;}
.padTB-120 {padding: 120px 0;}
.padTB-130 {padding: 130px 0;}
.padTB-140 {padding: 140px 0;}
.padTB-150 {padding: 150px 0;}
.padTB-160 {padding: 160px 0;}
.padTB-170 {padding: 170px 0;}
.padTB-180 {padding: 180px 0;}
.padTB-190 {padding: 190px 0;}
.padTB-200 {padding: 200px 0;}

.padTop-50 {padding-top: 50px;}
.padTop-60 {padding-top: 60px;}
.padTop-100 {padding-top: 100px;}

.padBot-100 {padding-bottom: 100px;}
.padBot-110 {padding-bottom: 110px;}
.padBot-120 {padding-bottom: 120px;}
.padBot-130 {padding-bottom: 130px;}
.padBot-140 {padding-bottom: 140px;}
.padBot-150 {padding-bottom: 150px;}
.padBot-160 {padding-bottom: 160px;}
.padBot-170 {padding-bottom: 170px;}
.padBot-180 {padding-bottom: 180px;}
.padBot-190 {padding-bottom: 190px;}
.padBot-200 {padding-bottom: 200px;}

.padHome-01 {
	padding: 120px 0 104px;
}

.padHome-02 {
	padding: 0 0 130px;
}

.mTopMob {margin-top: 0px;}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	.padTop-200 {padding: 80px 0;}
	.padTop-180 {
	  padding: 120px 0 60px;
	}
	.padTop-150 {
	  padding: 100px 0 250px;
	}
	.mTopMob {margin-top: 220px;}
	
	.padHome-01 {
		padding: 80px 0 65px;
	}
	.padHome-02 {
		padding: 0 0 80px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.padHome-01 {
		padding: 80px 0 65px;
	}
	.padHome-02 {
		padding: 0 0 60px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.padTop-180 {
	  padding: 120px 0 100px;
	}
	.padTop-200 {padding: 100px 0;}
	.padHome-01 {
		padding: 90px 0 74px;
	}
	.padHome-02 {
		padding: 0px 0 100px;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.padHome-01 {
		padding: 100px 0 84px;
	}
}


/*****************************************************************************
* BOUTONS
*****************************************************************************/
.line_butt {
	position: relative;
  	display: inline-block;
  	vertical-align: middle;
  	width: auto;
  	margin: 0;
	padding: 16px 0;
	color: var(--bleu);
  	font-size: 1.3rem;
  	line-height: 2em;
  	letter-spacing: 1px;
  	font-weight: 800;
  	text-transform: uppercase;
  	outline: 0;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  	-o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}

.line_butt::before {
  	content: '';
  	position: relative;
  	vertical-align: middle;
  	height: 1px;
  	width: 32px;
  	background-color: var(--primaire);
  	display: inline-block;
  	margin-right: 11px;
}

.line_butt:hover {
	color: var(--primaire);
}

.btn_blanc {
	display: inline-block;
	color: var(--white);
  	padding: 12px 36px;
  	background-color: #fbf7e9;
  	border-radius: 30px;
  	text-decoration: none;
  	transition: all 0.3s;
}
.btn_blanc:hover {
	color: #fbf7e9;
  	background-color: var(--white);
}

.btn_main {
	display: inline-block;
	color: var(--dark);
  	padding: 16px 40px;
	background-color: var(--white);
  	border-radius: 100px;
  	text-decoration: none;
	margin-top: 20px;
  	transition: all 0.3s;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
}
.btn_main:hover {
	color: var(--white);
  	background-color: var(--dark-2);
}

.btn_fill--blanc {
	display: inline-block;
	color: #fbf7e9;
  	padding: 12px 36px;
  	border: 1px solid #fbf7e9;
  	border-radius: 30px;
  	text-decoration: none;
  	transition: all 0.3s;
}
.btn_fill--blanc:hover {
	color: #111d16;
  	background-color: #fbf7e9;
}

.btn_fill--main {
	display: inline-block;
	color: #fbf7e9;
  	padding: 12px 36px;
  	border: 1px solid var(--main-color);
  	border-radius: 30px;
  	text-decoration: none;
  	transition: all 0.3s;
}
.btn_fill--main:hover {
	color: #fbf7e9;
  	background-color: var(--main-color);
}
@media screen  and (device-aspect-ratio: 3/2) {
	.btn_main {
		padding: 14px 26px;
	}
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.btn_main {
		padding: 12px 20px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.btn_main {
		padding: 10px 20px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.btn_main {
		padding: 10px 30px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.btn_main {
		padding: 10px 30px;
	}
}

/*******************************************************************
* STYLE TYPOS
*******************************************************************/
.bigTexte_1 {
	font-family: var(--font-titre);
	font-size: 3.6rem;
	line-height: 1.35;
}

.bigTexte_2 {
	font-family: var(--font-titre);
  font-size: 3.6rem;
  line-height: 1.25;
  text-align: center;
  font-style: italic;
}

.bigTexte_3 {
	font-family: var(--font-titre);
	font-size: 3rem;
	line-height: 1.5;
}


.preTitre_1 {
	font-family: var(--font-text);
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 4px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--white);
}


.blockquote {
  	width: 100%;
  	padding: 10px 0 10px 25px;
  	border-left: 2px solid var(--primaire);
}
.blockquote h1, .blockquote p {
	font-family: var(--font-titre);
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.5px;
}
.blockquote span {
	display: block;
	color: var(--primaire);
	font-family: var(--font-text);
  	font-size: 1.5rem;
  	font-weight: 800;
  	letter-spacing: 2px;
  	line-height: 1.2;
  	text-transform: uppercase;
  	margin-bottom: 20px;
}

.signature {
	font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
	text-align: center;
	font-size: 4rem;
	line-height: 1;
	margin-top: 40px;
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.signature {
		font-size: 3.6rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.signature {
		font-size: 3.6rem;
	}
}

blockquote.tweet-this .tweet-quote {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 26px;
  margin-top: -13px;
  margin-left: -36px;
  transition: all 0.2s ease;
}

.gap-1 {
	display: block;
	width: 100%;
	height: 50px;
}
		

.blocMaxWidth {width:100%; max-width: 1140px; margin: auto;}

.primCoul {
	color: var(--primaire);
}
.lightCoul {
	color: #a69242;
}
.whiteCoul {
	color: #fff;
}

.coulDark {color: var(--bleu);}

.txt_center {text-align: center;}
.txt_left {text-align: left;}
.txt_right {text-align: right;}
.txt_justify {text-align: justify;}

.styleList ul {
  	line-height: 1.5em;
  	margin: 0 0 15px;
  	padding: 0;
}

.styleList li {
  	list-style: none;
  	position: relative;
  	padding: 0 0 10px 20px;
	font-size: 1.7rem;
  	line-height: 1.5;
  	letter-spacing: 0.03em;
}
    
.styleList li::before {
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 10px;
  	width: 8px;
  	height: 8px;
  	background-color: var(--primaire);
	border-radius: 0;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.bigTexte_1 {
		font-size: 2.4rem;
	}
	.bigTexte_2, .bigTexte_3 {
		font-size: 2.4rem;
	}
	.txt_justify {text-align: left;}
	
	.blockquote h1, .blockquote p {
		font-size: 3.6rem;
	}
	.gap-1 {
		height: 0px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.bigTexte_1 {
		font-size: 2.4rem;
	}
	.bigTexte_2, .bigTexte_3 {
		font-size: 2.4rem;
	}
	.blockquote h1, .blockquote p {
		font-size: 3.6rem;
	}
	.gap-1 {
		height: 45px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.bigTexte_1 {
		font-size: 3rem;
	}
	.bigTexte_2, .bigTexte_3 {
		font-size: 3rem;
	}
	.blockquote {
		padding: 10px 0 10px 20px;
	}
	.blockquote h1, .blockquote p {
		font-size: 3.6rem;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.bigTexte_1 {
		font-size: 3rem;
	}
	.bigTexte_2, .bigTexte_3 {
		font-size: 3.6rem;
	}
	.blockquote {
		padding: 10px 0 10px 20px;
	}
	.blockquote h1, .blockquote p {
		font-size: 4.2rem;
	}
}

.padColTxt {
	padding: 50px 0 100px;
}
.padColTxt p {
	font-size: 1.8rem;
	text-align: justify;
}

@media screen  and (device-aspect-ratio: 3/2) {
	.padColTxt {
		padding: 10px 0 80px;
	}
}
@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.padColTxt {
		padding: 30px 0 80px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.padColTxt {
		padding: 10px 0 80px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.padColTxt {
		padding: 10px 0 80px;
	}
	.padColTxt p {
		font-size: 1.7rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.padColTxt {
		padding: 0 0 60px;
	}
	.padColTxt p {
		font-size: 1.7rem;
		text-align: center;
	}
}


/*******************************************************************
* MAIN
*******************************************************************/
main {
	position: relative;
	width: 100%;
  	z-index: 1;
	background-image:url("../images/bg-safari.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background: var(--bg-dark);*/
}

.bgBlanc {background: #fcf9f5;}
.bgDark {background: var(--bleu) !important;}
.noShadow {box-shadow:none;}


/*******************************************************************
* LOGO HEADER
*******************************************************************/
#logoHeader {width:100%; max-width: 150px;}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	#logoHeader {width:100%; max-width: 140px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	#logoHeader {width:100%; max-width: 130px;}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	#logoHeader {width:100%; max-width: 100px;}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	#logoHeader {width:100%; max-width: 110px;}
}



/****************************************************************************
* PREFACE HOME
****************************************************************************/
.prefaceHome {
	padding: 90px 0 40px;
	text-align: center;
}
.prefaceHomeNoPad {
	padding: 0;
}
.prefaceHome h3 {
	font-family: var(--font-titre);
	font-size: 4.8rem;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 30px;
}
.prefaceHome h2 {
	font-family: var(--font-titre);
	font-size: 3.6rem;
	font-weight: 400;
	font-style: italic;
	margin: 40px 0 20px;
}
.prefaceHome .txt3 {
	font-size: 2.6rem;
}

.prefaceHome .txt2 {
	font-size: 2.3rem;
}

.prefaceHome h1 {
	font-size: 2.6rem;
	font-weight: 800;
}

/*
@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 267dpi){*/

@media screen  and (device-aspect-ratio: 3/2) {
	.prefaceHome {
		padding: 70px 0 40px;
	}
	.prefaceHome h3 {
		font-size: 4.2rem;
	}
	.prefaceHome .txt3 {
		font-size: 2.3rem;
	}
	.prefaceHome .txt2 {
		font-size: 2.1rem;
	}
}
   

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.prefaceHome h3 {
		font-size: 3.6rem;
	}
	.prefaceHome .txt3 {
		font-size: 2.6rem;
	}
	.prefaceHome .txt2 {
		font-size: 2.1rem;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.prefaceHome {
		padding: 80px 0 20px;
		text-align: center;
	}
	.prefaceHome h3 {
		font-size: 3.6rem;
	}
	.prefaceHome .txt3 {
		font-size: 2.4rem;
	}
	.prefaceHome .txt2 {
		font-size: 2rem;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.prefaceHome {
		padding: 70px 0 30px;
	}
	.prefaceHome h2, .prefaceHome h3 {
		font-size: 2.8rem;
	}
	.prefaceHome .txt3 {
		font-size: 1.8rem;
	}
	.prefaceHome .txt2 {
		font-size: 1.7rem;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.prefaceHome {
		padding: 10px 0 40px;
	}
	.prefaceHome h2, .prefaceHome h3 {
		font-size: 2.8rem;
	}
	.prefaceHome .txt3 {
		font-size: 1.9rem;
	}
	.prefaceHome .txt2 {
		font-size: 1.7rem;
	}
	
	.prefaceHome h1 {
		font-size: 1.9rem;
		line-height: 1.5;
	}
}

/****************************************************************************
* SLIDER HOME
****************************************************************************/
.home-slider {
	position: relative;
  	padding-top: 0 !important;
  	width: 100%;
  	height: 100vh;
	overflow-x: hidden;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	overflow: hidden;
}

.swiper-slide.centered {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}

.swiper-slide.video-wrapper {
  	background-color: #fff;
}
.swiper-slide video {
  	min-height: 100vh;
  	min-width: 100vw;
}

@media (min-aspect-ratio: 16/9) {
	.swiper-slide video {
    	margin-left: 0;
  	}
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	transition: all .65s ease;
}
  .swiper-slide-duplicate-active .overlay,
  .swiper-slide-active .overlay {
	  opacity: .5;
  }
  .slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
  }
.sliderHero .slide-inner--image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	opacity: .2;
	transform: scale(1.1);
	-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
	-moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
	transition: opacity .6s ease-in-out, transform 2s ease .7s;
}

.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
	opacity: 1;
	transform: scale(1);
}
  
/* 4.1 Slider navigation buttons */
.sliderHero .swiper-button-next, .sliderHero .swiper-button-prev {
	position: absolute;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	top: calc(50% - 45px);
	/*transform: translateY(-50%);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);*/
  	width: 60px;
  	height: 60px;
  	cursor: pointer;
  	color: var(--white);
  	background-color: var(--bg-dark);
	transition: background-color 0.3s;
	z-index: 10;
}
.sliderHero .swiper-button-next:hover, .sliderHero .swiper-button-prev:hover {
	color: var(--bleu-bg);
  	background-color: var(--white);
}
.sliderHero .swiper-button-next::after, .sliderHero .swiper-button-prev::after {
	font-family: swiper-icons;
  	font-size: 2.2rem;
  	text-transform: none !important;
  	letter-spacing: 0;
  	font-variant: initial;
  	line-height: 1;
}

.sliderHero .swiper-button-prev {
	left: 2vw;
	border-radius: 100%;
}
.sliderHero .swiper-button-next {
	right: 2vw;
	border-radius: 100%;
}
  
/* Slider inner info */
.slide-inner--info {
	position: absolute;
	min-height: 50px;
	left: 50%;
	top: 50%;
  	transform: translate(-50%, -50%) scale(0.95);
  	width: 60%;
	color: var(--white);
	z-index: 1;
	opacity: 0;
	transition: opacity 1s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.swiper-slide-active .slide-inner--info {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	text-align: center;
	transition: all 1s ease 1s;
}
.slide-inner--info .titreSliderHome {
	font-family: var(--font-titre);
	font-size: 9rem;
	line-height: 1;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -1px;
	font-style: italic;
	margin-bottom: 10px;
}
.slide-inner--info .descSliderHome {
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 700;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.slide--info__link {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 2px;
}
.swiper-slide--bottom {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

  
/* 4.3 Pagination */
.sliderHero .expanded-timeline {
	  position: absolute;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  z-index: 3;
	  bottom: 3.6em;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 50vh;
}
.sliderHero .swiper-pagination-progress {
	  z-index: 4;
	  width: 85%;
	  left: 0;
	  right: 0;
	  height: 1px;
	  background-color: rgba(255, 244, 223, .5);
  }
.sliderHero .swiper-pagination-progressbar {
	  background: rgba(255, 244, 223, .35) !important;
}
.sliderHero .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--white) !important;
}
.sliderHero .expanded-timeline__counter span {
	  text-align: center;
	  margin-left: 1.8em;
	  margin-right: 100%;
	  padding: .4em 0;
	  color: #fff;
	  display: block;
}
  .scroll-message {
	  position: absolute;
	  right: 0;
	  color: #fff;
	  opacity: .5;
	  font-size: 12px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  text-align: center;
	  letter-spacing: .15em;
  }
  .scroll-svg {
	  width: 24px;
	  margin: 0 auto 1.2em;
	  display: block;
  }

.sliderHero .swiper-pagination-progressbar.swiper-pagination-horizontal, .sliderHero .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
{
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}

/* Smartphone MODE PORTRAIT
*******************************************************************/
@media screen  and (device-aspect-ratio: 3/2) {
	.slide-inner--info .titreSliderHome {
	  	font-size: 7.2rem;
    	line-height: 1.1;
	}
	.slide-inner--info p {
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.swiper-nav-btn {display: none;}
	.slide-inner--info {
		width: 90%;
	}
	.slide-inner--info .titreSliderHome {
	  	font-size: 4rem;
    	line-height: 1.1;
	}
	.slide-inner--info p {
		font-size: 1.6rem;
	}
	.sliderHero .expanded-timeline {
	  	width: 30vh;
  	}
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.swiper-nav-btn {display: none;}
	.slide-inner--info {
	  width: 80%;
	  }
	.slide-inner--info .titreSliderHome {
	  font-size: 3.8rem;
		margin-bottom: 6px;
	}
	.slide-inner--info p {
		font-size: 1.6rem;
	}
	.sliderHero .expanded-timeline {
	  bottom: 1em;
  	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.sliderHero .swiper-button-next, .sliderHero .swiper-button-prev {
		width: 70px;
		height: 70px;
		top: calc(50% - 35px);
	}
	.sliderHero .swiper-button-prev {
		left: 0;
	}
	.sliderHero .swiper-button-next {
		right: 0;
	}
	.slide-inner--info {
		width: 65%;
	}
	.slide-inner--info .titreSliderHome {
	  	font-size: 7.2rem;
	}
	.slide-inner--info p {
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.sliderHero .swiper-button-next, .sliderHero .swiper-button-prev {
		width: 70px;
		height: 70px;
		top: calc(50% - 35px);
	}
	.sliderHero .swiper-button-prev {
		left: 0;
	}
	.sliderHero .swiper-button-next {
		right: 0;
	}
	.slide-inner--info {
		width: 60%;
	}
	.slide-inner--info .titreSliderHome {
	  	font-size: 7.2rem;
	}
	.slide-inner--info p {
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.slide-inner--info .descSliderHome {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.slide-inner--info .descSliderHome {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
}

/*************************************************************************
* SECTION PREFACE HOME
*************************************************************************/
.preface {padding-bottom: 100px;}
.boxPreface {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--white);
	/*background-color: #7eac86;*/
	background-color: var(--bleu);
	height: 75vh;
	padding: 0 5vw;
	overflow: hidden;
}
.boxPreface_txt {
	position: relative; 
	z-index: 1;
}
.boxPreface_quote {
	font-family: var(--font-titre);
  	font-size: 2.6rem;
  	line-height: 1.25;
	margin-bottom: 30px;
}
.boxPreface_auteur {
	font-family: var(--font-text);
  	font-size: 1.4rem;
  	font-weight: 800;
  	letter-spacing: 2px;
  	line-height: 1.2;
  	text-transform: uppercase;
  	color: var(--primaire);
}
.bgEtoiles {
	position: absolute; 
	z-index: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	max-height: 60vh;
	opacity: .06;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.boxPreface {
		height: 100%;
		padding: 80px 5vw;
	}
	.boxPreface_quote {
		font-size: 2.4rem;
		line-height: 1.25;
		margin-bottom: 30px;
		text-align: center;
	}
	.boxPreface_auteur {
		font-size: 1.3rem;
		text-align: center;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.boxPreface_quote {
		font-size: 2.4rem;
		line-height: 1.25;
		margin-bottom: 30px;
		text-align: center;
	}
	.boxPreface_auteur {
		font-size: 1.3rem;
		text-align: center;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.boxPreface_quote {
		font-size: 2.3rem;
		line-height: 1.25;
		margin-bottom: 30px;
	}
	.boxPreface_auteur {
		font-size: 1.3rem;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.boxPreface_quote {
		font-size: 2.4rem;
		line-height: 1.25;
		margin-bottom: 30px;
	}
	.boxPreface_auteur {
		font-size: 1.3rem;
	}
}


.boundary {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0;
}

.boundary a {
  padding: 0 !important;
}

.boundary a:hover .main-title {
  background-size: 100% 1px;
}

.boundary img {
	display: block;
	width: 100%;
  	height: 100%;
  	object-fit: cover;
	aspect-ratio: 1/1;
	transition: all ease-out 0.5s; 
}
.boundary a:hover img {
  transform: scale(1.1)
}


.boundary .text-overlay {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  bottom: 0;
  left: 0;
  padding: 0 40px 70px;
	width: 100%;
	text-align: center;
}
.boundary .text-overlay .main-title {
	font-family: var(--font-titre);
  font-size: 3.6rem;
  font-weight: 300;
  color: var(--white);
	font-style: italic;
	letter-spacing: -0.5px;
  line-height: 1;
  display: inline;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0;
  background-repeat: no-repeat;
}
.boundary .text-overlay .main-desc {
  font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 2px;
  color: var(--white);
  display: block;
	text-transform: uppercase;
  margin-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.boundary .text-overlay {
		padding: 0 30px 40px;
	}
	.boundary .text-overlay .main-title {
		font-size: 2.8rem;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.boundary .text-overlay {
		padding: 0 30px 40px;
	}
	.boundary .text-overlay .main-title {
		font-size: 2.6rem;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.boundary .text-overlay .main-title {
		font-size: 3rem;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.boundary .text-overlay .main-title {
		font-size: 3.4rem;
	}
}


/*************************************************************************
/* FLEX COVER 80VH  
*************************************************************************/
.txtCoverBG {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	overflow: hidden;
	height: 100vh;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.txtCoverBG::before {
	content: '';
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
    background: linear-gradient(180deg, rgb(43, 30, 11) 0%, rgb(0, 0, 0) 100%);
  	z-index: 1;
  	opacity: .4;
}

.posZ {
	position: relative;
  z-index: 1;
}




/*************************************************************************
/* FLEX COVER 80VH  
*************************************************************************/
.zoomCover {
	position: relative;
	display: flex;
  	width: 100%;
  	height: 90vh;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	overflow: hidden;
}
.zoomCover::before {
	content: '';
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 40%;
  	background: #222420;
    background: linear-gradient(180deg, rgba(6, 5, 1, 0) 0%, rgba(6, 5, 1, 1) 100%);
  	z-index: 1;
}
.zoomEnd {justify-content: flex-end;}

.zoomCover_100 {
  	height: 100%;
	padding: 14% 0;
}
.zoomCover_90 {
  	height: 90vh;
}
.zoomCover_85 {
  	height: 85vh;
}
.zoomCover_80 {
  	height: 80vh;
}
.zoomCover_75 {
  	height: 75vh;
}
.zoomCover_70 {
  	height: 70vh;
}
.zoomCover img {
	position: absolute;
	top: 0;
	display:block;
    width:100%;
    height:100%;
    object-fit: cover;
  	opacity: 1;
	transition: all 0.6s ease-out;
  	z-index: 0;
}

.zoomCover_textes {
	text-align: center;
	z-index:2;
}

.zoomCover_textes h1 {
	font-family: var(--font-titre);
	font-weight: 400;
	font-size: 6rem;
	color:var(--primaire);
	line-height: 1;
	margin-bottom: 10px;
}
.zoomCover_textes p {
	color:var(--white);
	width: 100%;
	max-width: 960px;
	margin: auto;
}

.lineLeftCol {
	border-left: 8px solid var(--primaire);
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	.zoomCover {
		width: 100%;
		height: 70vh;
	}
	.lineLeftCol {
		border-left:none;
	}
	.zoomCover_textes h1 {
		font-size: 3.6rem;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.zoomCover {
		width: 100%;
		height: 100vh;
	}
	.zoomCover_textes h1 {
		font-size: 3.6rem;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.zoomCover_textes h1 {
		font-size: 4.2rem;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.zoomCover_textes h1 {
		font-size: 5rem;
	}
}

.titreRubrique {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

/*************************************************************************
* FS COVER
*************************************************************************/
.fsCover {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}
.fsCover::after {
	content: '';
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: rgb(20, 32, 59);
    /*background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0) 100%);*/
  	z-index: -1;
  	opacity: 0.2;
}

.colBlur {
	display: flex;
	flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 50px !important;
  border-right: 1px solid rgba(220,245,242,.3);
  -webkit-backdrop-filter: blur(12px);
	background-color: rgba(20, 32, 59,.2);
  backdrop-filter: blur(12px) brightness(129%);
	color: white;
}
.colBlur:last-child {
  border-right: none;
}

.titrePrimaire {
	font-family: var(--font-titre);
	font-size: 3rem;
	color: var(--primaire);
	margin-bottom: 20px;
}

.titreSecondaire {
	font-family: var(--font-titre);
	font-size: 3rem;
	color: var(--secondaire);
	margin-bottom: 20px;
}


.sliceBG {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.sliceBG::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40vh;
  background-color: var(--white);
}

.sliceZ {position: relative; z-index: 1;}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.fsCover {
		width: 100%;
		height: 100%;
		padding: 100px 0 100px;
	}
	.sliceBG::after {
		height: 10vh;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.fsCover {
		width: 100%;
		height: 100%;
		padding: 100px 0 100px;
	}
	.sliceBG::after {
		height: 50vh;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.sliceBG::after {
		height: 35vh;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.sliceBG::after {
		height: 35vh;
	}
}

/*************************************************************************
* FOOTER
*************************************************************************/
#footer {
  	position: relative;
	width: 100%;
	padding: 60px 5vw 50px;
	background-color: var(--bg-dark);
}

.lineCol {
	border-left:1px solid #282828;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.lineCol {
		border-left:none;
		border-top:1px solid #282828;
	}
}

.site-footer {
	margin-bottom: 20px;
}
#logoFooter {max-width: 150px;}

.widget-title {
	font-family: var(--font-titre);
  	color: var(--white) !important;
  	font-size: 2.2rem !important;
  	font-weight: 400;
  	letter-spacing: 0;
	margin-bottom: 10px;
}

.widget-title span {
  	background: var(--white);
  	display: block;
  	height: 1px;
  	margin-top: 20px;
  	position: relative;
  	width: 100%;
}
.widget-title span::after {
  	background: inherit;
  	content: "";
  	height: inherit;
  	position: absolute;
  	top: -4px;
  	width: 90%;
}
.site-footer p {
	font-size: 1.4rem;
	color: #b6b6b6;
	line-height: 1.5;
}
.site-footer a {
	font-size: 1.4rem;
	color: #b6b6b6;
}
.site-footer a:hover{
  	color:var(--secondaire);
  	text-decoration:none;
}

.copyright-footer {
	border-top: 1px solid #282828;
	padding: 5px 0;
}
.copyright-footer p {
	font-size: 1.3rem;
	color: #b6b6b6;
	letter-spacing: 0.5px;
}
.footer-links {
	padding-left:0;
  	list-style:none;
}
.footer-links li {
	display:block;
	padding-bottom: 10px;
}
.footer-links a {
	color: #b6b6b6;
	text-decoration:none;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover {
  	color:var(--white);
}

.social-icons {
	padding-left:0;
  	margin-bottom:0;
  	list-style:none;
	text-align: right;
}
.social-icons li {
  	display:inline-block;
}
.social-icons li.title {
  	margin-right:15px;
  	text-transform:uppercase;
  	color:#96a2b2;
  	font-weight:700;
  	font-size:13px
}
.social-icons a {
  	background-color:transparent;
  	color: var(--white);
  	font-size:1.6rem;
  	display:inline-block;
  	line-height:44px;
  	width:44px;
  	height:44px;
  	text-align:center;
  	margin-right:8px;
  	border-radius:100%;
  	-webkit-transition:all .2s linear;
  	-o-transition:all .2s linear;
  	transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover {
  	color:#fff;
  	background-color:#29aafe
}
.social-icons.size-sm a {
  	line-height:34px;
  	height:34px;
  	width:34px;
  	font-size:14px
}
.social-icons a.facebook:hover {
  	background-color:#3b5998;
}
.social-icons a.twitter:hover {
  	background-color:#00aced
}
.social-icons a.linkedin:hover {
  	background-color:#007bb6;
}
.social-icons a.dribbble:hover {
  	background-color:#ea4c89
}
.social-icons a.instagram:hover {
  	background-color:#ea2c59;
}
.social-icons a.youtube:hover {
	background-color: #a82400;
}


/*
* Responsive
*******************************************************************/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	#logoFooter {
		max-width:140px;
	}
	.widget-title {
		font-size: 1.9rem !important;
		margin-bottom: 12px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	#logoFooter {
		max-width:130px;
	}
	.widget-title {
		font-size: 1.8rem !important;
		margin-bottom: 12px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.site-footer {
		margin-bottom: 0;
	}
	#logoFooter {
		max-width:100px;
		margin-bottom: 20px;
	}
	.site-footer h6 {
	  	font-size: 1.6rem;
	  	margin-bottom: 20px;
	}
	.widget-title {
		margin-bottom: 8px;
		font-size: 1.8rem !important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.site-footer {
		margin-bottom: 0;
	}
	#logoFooter {
		max-width:110px;
		margin-bottom: 8px;
	}
	.widget-title {
		margin-bottom: 8px;
		font-size: 2rem !important;
	}
	.social-icons {
	  text-align: left;
	}
}


/*************************************************************************
* BOUTON BACK TO TOP
*************************************************************************/
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	mix-blend-mode: difference;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f062';
	text-align: center;
	line-height: 46px;
	font-size: 1.5rem;
	font-weight: normal;
	color: var(--white);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f062';
	text-align: center;
	line-height: 46px;
	font-size: 1.8rem;
	font-weight: normal;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--white), var(--white));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--white);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.progress-wrap {
		display: none;
	}
}


/****************************************************************************
* FORMS
****************************************************************************/
.contact-form {
 	list-style-type: none;
}
.contact-form li div {
  	margin-bottom: 2.5em;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
  	margin: 0;
  	padding-bottom: 1em;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	border-top: 0px;
  	border-right: 0px;
  	border-left: 0px;
  	border-bottom: 1px solid var(--bleu);
  	background: transparent;
  	color: var(--bleu);
  	font-weight: 400;
  	font-size: 1.7rem;
  	transition: ease-in-out 0.25s;
}
.contact-form select {
  	cursor: pointer;
	background: #181525;
}
.contact-form textarea {
  	min-height: 50px;
  	max-height: 500px;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	resize: vertical;
  	overflow: hidden;
}
.contact-form ::-webkit-input-placeholder {
  	font-size: 12px;
  	color: slategrey;
  	text-transform: uppercase;
  	font-weight: 400;
}
.contact-form label {
  	font-size: 12px;
  	color: slategrey;
  	text-transform: uppercase;
  	font-weight: 400;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.contact-form button:focus {
  	outline: none;
  	resize: none;
	color: var(--bleu);
  	border-bottom: 1px solid var(--primaire);
}

.contact-form button {
	cursor: pointer;
  	color: #fff;
  	background: var(--bleu);
  	border: 3px solid var(--bleu);
	border-radius: 3px;
  	height: 48px;
  	width: 180px;
  	float: right;
  	font-weight: 700;
  	font-size: 12px;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	transition: ease-in-out 0.25s;
}
.contact-form button span {
  	transition: ease-in-out 0.25s;
}
.contact-form button:hover {
  	background: var(--primaire);
  	color: var(--bleu);
	border: 3px solid var(--primaire);
}
.contact-form button:hover span {
  	padding-left: 10px;
  	color: var(--white);
}

/*******************************************************************
* SECTION INTRO VIDEO HOME
*******************************************************************/
#coverVideo_Obj {
    position: relative;
    width: 100%;
    height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}
#coverVideo_Obj::after {
	content: "";
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
    /*background: #0d2614;
	opacity: 0.25;
	*/
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 1;
}

#coverVideo_Obj video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    width: 100vw;
	height: 100vh;
}

#coverVideo_Obj .coverObjPreface {
	position: relative;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 120px;
  	width: 100%;
	max-width: 50%;
	text-align: center;
	color: var(--white);
	z-index: 2;
}

.coverTitre {
	font-family: var(--font-titre);
  	font-size: 6rem;
	font-style: italic;
  	font-weight: 400;
  	line-height: 1.1;
  	letter-spacing: 0px;
  	text-transform: none;
	margin-bottom: 0px;
}
.coverTitre_10 {
	font-family: var(--font-titre);
  	font-size: 6.8rem;
	font-style: italic;
  	font-weight: 400;
  	line-height: 1.1;
  	letter-spacing: 0px;
  	text-transform: none;
	margin-bottom: 0px;
}
.coverText {
	font-size: 3rem;
}

.lineText {
	display: block;
	width: 1px;
	height: 100px;
	background: var(--white);
	margin: 0 auto 40px;
	opacity: .4;
}
#coverVideo_Obj .coverObjPreface h2 {
  	font-size: 4.8rem;
  	font-weight: 400;
  	line-height: 1;
}

.titreRubrique {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
/*
#coverVideo .coverVideoPreface p {
  	font-size: 1.8rem;
  	font-weight: 700;
  	line-height: 1;
  	letter-spacing: 1px;
  	text-transform: uppercase;
}*/

@media screen  and (device-aspect-ratio: 3/2) {
	.coverTitre_10 {
		font-size: 5.2rem;
		margin-bottom: 0px;
	}
	.coverTitre {
		font-size: 5.2rem;
		margin-bottom: 0px;
	}
	.lineText {
		height: 100px;
	}
	#coverVideo_Obj .coverObjPreface {
		max-width: 65%;
	}
	.coverText {
		font-size: 2.3rem;
	}
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	#coverVideo_Obj .coverObjPreface {
		max-width: 60%;
	}
	#coverVideo_Obj .coverVideoPreface h1 {
		font-size: 9rem;
		margin-bottom: 15px;
	}
	#coverVideo_Obj .coverVideoPreface h2 {
	  font-size: 4rem;
	  font-weight: 400;
	  line-height: 1;
	}
	
	.coverTitre {
		font-size: 4.2rem;
		margin-bottom: 0px;
	}
	.titreRubrique {
		margin-bottom: 15px !important;
	}
	.coverText {
		font-size: 2.6rem;
	}
	
	.coverTitre_10 {
		font-size: 4.8rem;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	#coverVideo_Obj .coverObjPreface {
		max-width: 65%;
	}

	.coverTitre {
		font-size: 3.8rem;
		margin-bottom: 0px;
	}
	.titreRubrique {
		margin-bottom: 15px !important;
	}

	#coverVideo_Obj .coverVideoPreface h2 {
	  font-size: 4rem;
	  font-weight: 400;
	  line-height: 1;
	}
	.coverText {
		font-size: 2.4rem;
	}
	.coverTitre_10 {
		font-size: 4.8rem;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	#coverVideo_Obj {
		height: 100vh;
	}
	#coverVideo_Obj .coverVideoPreface {
		width: 100%;
		max-width: 100%;
		padding: 0 5vw;
	}
	#coverVideo_Obj .coverVideoPreface h1 {
		font-size: 4rem;
		line-height: 1;
		margin-bottom: 20px;
	}
	
	
	#coverVideo_Obj .coverObjPreface {
		position: relative;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 70px;
		width: 100%;
		max-width: 90%;
	}
	
	.coverTitre {
		font-size: 3.4rem;
	}
	.coverTitre_10 {
		font-size: 3.4rem;
	}
	.titreRubrique {
		margin-bottom: 10px;
	}
	
	.coverText {
		font-size: 1.8rem;
	}
	
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	#coverVideo_Obj {
		height: 90vh;
	}
	#coverVideo_Obj .coverVideoPreface {
		width: 100%;
		max-width: 100%;
		padding: 0 5vw;
		margin-bottom: 100px;
	}
	#coverVideo_Obj .coverVideoPreface h1 {
		font-size: 5rem;
    	line-height: 1;
		margin-bottom: 20px;
	}
	#coverVideo_Obj .coverVideoPreface h2 {
	  font-size: 2.6rem;
	}
	#coverVideo_Obj .coverVideoPreface p {
	  font-size: 1.4rem;
	  color: var(--white);
	  font-weight: 700;
	  line-height: 1;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	}
	
	#coverVideo_Obj .coverObjPreface {
	  margin-left: 7.5vw;
	  margin-bottom: 100px;
	  width: 100%;
	  max-width: 85%;
	}
	
	.coverTitre {
		font-size: 3.4rem;
	}
	.coverTitre_10 {
		font-size: 3.4rem;
	}
	.coverText {
		font-size: 2rem;
		line-height: 1.15;
	}
}


.prefacePartners {
	padding: 40px 0 30px;
	text-align: center;
}
.padPartners {
	padding: 0 0 100px;
}

.boxPartners {
	width: 100%;
	border: 1px solid #282828;
	padding: 30px;
	text-align: center;
}
.boxPartners p {
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.boxPartners img {
	max-width: 300px;
	margin: auto;
}

.preOwned {
	height: 75vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.preOwned h2 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 400;
	font-family: var(--font-titre);
}

.pageContact {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.boxContact {
	width: 100%;
	border: 1px solid #282828;
	padding: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.boxContact h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: 400;
	font-family: var(--font-titre);
	margin-bottom: 20px;
}
.boxContact p {
	font-size: 1.6rem;
	margin-bottom: 12px;
}
.boxContact a {
	text-decoration: underline;
	margin-bottom: 10px;
}
.infosContact {
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.preOwned h2 {
		font-size: 2.8rem;
	}
	.padPartners {
		padding: 0 0 60px;
	}
	
	.boxPartners img {
	  max-width: 240px;
	  margin: auto;
	}
	
	.boxContact h2 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.padPartners {
		padding: 0;
	}
	
	.boxPartners img {
	  max-width: 240px;
	  margin: auto;
	}
	
	.preOwned h2 {
		font-size: 3rem;
	}
}

.specsListe  {
  	line-height: 1.5em;
  	margin: 15px 0 30px;
  	padding: 0;
}

.specsListe li {
	color: var(--color-primaire);
  	list-style: none;
  	position: relative;
  	padding: 0 0 6px 6px;
  	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 6px;
	border-bottom: 1px dotted rgba(255, 255, 255,0.7);
}
  
/*
.specsListe li::before {
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 8px;
  	width: 6px;
  	height: 6px;
  	background-color: var(--white);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
*/

.specsTitre-1 {
	font-family: var(--font-titre);
  font-size: 3.6rem;
  font-weight: 400;
  font-style: italic;
	margin-top: 10px;
}

.specsTitre-2 {
  font-size: 2rem;
  font-weight: 700;
	border-bottom: 4px solid #fdf8ec;
	padding-bottom: 10px;
}
