@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

:root {
  	--font-text: "League Spartan", sans-serif;
	--font-titre: "Italiana", sans-serif;
	--white:#f9f4e6;
	--marine: #7b6849;
	--body-bg: #f0ded0;
	--bleu-bg: #164194;
	--bleu-bg-2: #1068aa;
	--bleu-bg-3: #165ca9;
	--bleu-bg-4:#dbeaf7;
	--primaire:#4d281a;
	--secondaire:#eeddca;
	--tertiaire:#8c6856;
	--color-primary: #86FFB0;
  	--rotator-wrap-height: 110px;
  	--rotator-fontsize: 100px;
  	--rotator-fontsize-mb: 48px;
}

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(--primaire);
	background-color: var(--body-bg);
	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: 2rem;
	line-height: 1.25;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	p {font-size: 1.8rem; line-height: 1.5; letter-spacing: 0px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	p {font-size: 1.8rem; line-height: 1.5; letter-spacing: 0px;}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	p {font-size: 2rem; line-height: 1.35; letter-spacing: 0px;}
}

a {
	outline:0 !important;
	text-decoration: none;
	color: var(--primaire);
}
a:hover {
	color: var(--secondaire);
}

.green {color: green;}
.secondaire {color: var(--secondaire) !important;}

/*****************************************************************************
* 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-100 {padding-top: 100px;}
.padTop-110 {padding-top: 110px;}
.padTop-120 {padding-top: 120px;}
.padTop-130 {padding-top: 130px;}
.padTop-140 {padding-top: 140px;}
.padTop-150 {padding-top: 150px;}
.padTop-160 {padding-top: 160px;}
.padTop-170 {padding-top: 170px;}
.padTop-180 {padding-top: 180px;}
.padTop-190 {padding-top: 190px;}
.padTop-200 {padding-top: 200px;}

.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;}

.mTopMob {margin-top: 0px;}

@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.padTop-180 {
	  padding: 120px 0 100px;
	}
	.padTop-200 {padding: 100px 0;}
}
@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;}
}


/*****************************************************************************
* BOUTONS
*****************************************************************************/
.line_butt {
	position: relative;
  	display: inline-block;
  	vertical-align: middle;
  	width: auto;
  	margin: 0;
	padding: 16px 0;
	color: var(--white);
  	font-size: 1.4rem;
  	line-height: 2em;
  	letter-spacing: .1em;
  	font-weight: 700;
  	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: 24px;
  	background-color: var(--white);
  	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(--secondaire);
  	background-color: #2d2924;
  	padding: 16px 22px;
  	border-radius: 100px;
  	text-decoration: none;
  	transition: all 0.3s;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: var(--font-text);
}
.btn_main:hover {
	color: #2d2924;
  	background-color: var(--secondaire);
}

.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: var(--primaire);
  	padding: 12px 36px;
  	border: 1px solid var(--primaire);
  	border-radius: 30px;
  	text-decoration: none;
  	transition: all 0.3s;
}
.btn_fill--main:hover {
	color: var(--white);
  	background-color: var(--primaire);
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.btn_main {
		margin-bottom: 10px;
	}
	.btn_main:last-child {
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.btn_main {
		margin-bottom: 10px;
	}
	.btn_main:last-child {
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.btn_main {
		width: 100%;
		margin-bottom: 12px;
	}
	.btn_main:last-child {
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.btn_main {
		width: 100%;
		margin-bottom: 12px;
	}
	.btn_main:last-child {
		margin-bottom: 0px;
	}
}

/*******************************************************************
* BG COLORS  + COLORS
*******************************************************************/
.bgPrimaire {background-color: var(--primaire); color: white;}
.bgSecondaire {background-color: var(--secondaire);}
.bgTertiaire {
	background-color: #84543d;
  padding: 180px 12.5vw 160px;
  color: #f4e4d5;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.bgTertiaire {
		padding: 80px 7.5vw;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.bgTertiaire {
		padding: 80px 10vw;
	}
}

.bgCoul_01 {
	position: relative;
	background-color: #fdf9ec;
}
.bgCoul_02 {
	position: relative;
background-color: #f2f7e5;
}

.bgCoul_03 {
	position: relative;
	background-color: #e4f7d6;
}

.bgCoul_01::before, .bgCoul_02::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -40px;
  background-color: var(--primaire);
  z-index: 1;
}

/*******************************************************************
* STYLE TYPOS
*******************************************************************/

.bigTexte_1 {
	font-size: 3.8rem;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 40px !important;
  font-family: var(--font-titre);
}

.bigTexte_2 {
	font-family: var(--font-titre);
	font-size: 9rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 90px !important;
}

.bigTexte_3 {
	font-size: 3rem;
	line-height: 1.5;
}
.bigTexte_4 {
	font-size: 1.8rem;
	line-height: 1.5;
}

.bigTexteSerif_1 {
	font-family: var(--font-titre);
	font-size: clamp(1.5em, 2vw, 4em);
	line-height: 1.35;
}

.bigTexteSerif_2 {
	font-family: var(--font-titre);
	font-size: 3.6rem;
	line-height: 1.2;
}

.bigTexteSerif_3 {
	font-family: var(--font-titre);
	font-size: 4.2rem;
	line-height: 1.25;
}

.bigTexteSerif_5 {
	font-family: var(--font-titre);
  font-size: 3.6rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1px;
	margin-bottom: 18px;
}

.bigParagraph {
	font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}


.preTitre_1 {
	font-family: var(--font-text);
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}


.titreUppercase_1 {
	font-size: 4.8rem;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 23px;
  font-family: var(--font-titre);
}
.titreUppercase_2 {
	display: flex;
  align-items: center;
	font-size: 1.5rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 23px;
}
.titreUppercase_2::before {
  content: '';
  width: 37px;
  height: 1px;
  border-radius: 2px;
  background-color: var(--white);
  margin-right: 14px;
}

.titreUppercase_3 {
	display: flex;
  align-items: center;
	font-size: 1.5rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 30px !important;
}
.titreUppercase_3::before {
  content: '';
  width: 37px;
  height: 1px;
  border-radius: 2px;
  background-color: var(--marine);
  margin-right: 14px;
}

.specialP {
	font-size: 2.6rem;
  max-width: 80%;
  margin-left: 4%;
	margin-bottom: 30px;
}

.primCoul {
	color: var(--primaire);
}
.lightCoul {
	color: var(--secondaire);
}
.whiteCoul {
	color: #fff;
}

.titreLine, .titreLine_white {
	display: flex;
  align-items: center;
	font-size: 1.5rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 23px;
}
.titreLine::before {
  content: '';
  width: 37px;
  height: 1px;
  border-radius: 2px;
  background-color: var(--primaire);
  margin-right: 14px;
}

.titreLine_white::before {
  content: '';
  width: 37px;
  height: 1px;
  border-radius: 2px;
  background-color: var(--white);
  margin-right: 14px;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.titreLine {
		font-size: 1.3rem;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.titreLine {
		font-size: 1.3rem;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.titreLine {
		font-size: 1.3rem;
	}
	.titreLine::before {
	  width: 17px;
	}
}

.txt_center {text-align: center;}
.txt_left {text-align: left;}
.txt_right {text-align: right;}
.txt_justify {text-align: justify;}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.bigTexte_1 {
	  font-size: 3.8rem;
	  line-height: 1.35;
	  margin-bottom: 40px !important;
	}
	
	.bigTexte_2 {
		font-size: 7.2rem;
		margin-bottom: 90px !important;
	}
	.bigTexteSerif_5 {
		font-size: 3rem;
		line-height: 1.25;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.bigTexte_1 {
	  font-size: 3.6rem;
	  line-height: 1.35;
	  margin-bottom: 40px !important;
	}
	.bigTexte_2 {
		font-size: 6.8rem;
		margin-bottom: 80px !important;
	}
	.bigTexteSerif_3 {
		font-family: var(--font-titre);
		font-size: 3.6rem;
		line-height: 1.25;
	}
	.bigTexteSerif_5 {
		font-size: 3rem;
		line-height: 1.25;
	}
	
	.specialP {
		font-size: 2.4rem;
	  max-width: 80%;
	  margin-left: 4%;
		margin-bottom: 30px;
	}
	

}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.bigTexte_1 {
	  font-size: 3rem;
	  line-height: 1.35;
	  margin-bottom: 30px !important;
	}
	.bigTexte_2, .bigTexte_3 {
		font-size: 5rem;
		line-height: 1.2;
		margin-bottom: 35px !important;
	}
	.bigTexteSerif_5 {
		font-size: 3rem;
		line-height: 1.25;
	}
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	.bigTexte_1 {
	  font-size: 2.6rem;
	  line-height: 1.35;
	  margin-bottom: 30px !important;
	}
	.bigTexte_2, .bigTexte_3 {
		font-size: 4.2rem;
		line-height: 1.2;
		margin-bottom: 35px !important;
	}
	.bigTexte_4 {
	  font-size: 1.8rem;
	}
	.bigTexteSerif_5 {
		font-size: 3rem;
	}
	.txt_justify {text-align: left;}
	.txt_right {text-align: left;}
	
	.specialP {
		font-size: 2rem;
	  max-width: 80%;
	  margin-left: 4%;
		margin-bottom: 30px;
	}
}


/*******************************************************************
* MAIN
*******************************************************************/
main {
	position: relative;
	width: 100%;
  	z-index: 1;
	background-color: var(--body-bg);
	box-shadow: -2px 2px 50px -25px rgb(70, 28, 24);
}

.bgBlanc {background: #e5eaf0 !important;}
.noShadow {box-shadow:none;}


/*******************************************************************
* HEADER
*******************************************************************/


.header--scrolldown {
	top: -140px;
	transition: ease 0.3s;
}

.home_header--scrolled {
	background-color: var(--marine);
	transition: ease 0.3s;
}


/*******************************************************************
* SECTION INTRO VIDEO HOME
*******************************************************************/
#heroVideo {
    position: relative;
    width: 100%;
    height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#heroVideo::after {
	content: "";
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #643324;
    opacity: 0.35;
	z-index: 1;
}

#heroVideo video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    width: 100vw;
	height: 100vh;
}

#heroVideo .heroVideoPreface {
	position: relative;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	color: var(--white);
	z-index: 2;
}

#heroVideo .heroVideoPreface h2 {
	font-family: var(--font-titre);
  	font-size: 12rem;
  	font-weight: 400;
  	line-height: 0.9;
  	letter-spacing: 0px;
  	text-transform: none;
	margin: 20px 0;
}
#heroVideo .heroVideoPreface p {
  	font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 7px;
	text-transform: uppercase;
	
}
#heroVideo .heroVideoPreface h1 {
  	font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--secondaire);
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	#heroVideo .heroVideoPreface h2 {
		font-size: 10rem;
		margin: 16px 0;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	#heroVideo .heroVideoPreface {;
		width: 100%;
		max-width: 100%;
		padding: 0 5vw;
	}
	#heroVideo .heroVideoPreface h2 {
		font-size: 7rem;
		margin: 10px 0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	#heroVideo .heroVideoPreface {;
		width: 100%;
		max-width: 100%;
		padding: 0 8vw;
	}
	#heroVideo .heroVideoPreface h1 {
		font-size: 1.3rem;
    	line-height: 1.5;
    	margin: auto;
    	width: 70%;
    	text-align: center;
	}
	#heroVideo .heroVideoPreface h2 {
	  font-size: 6.8rem;
		margin: 40px auto 16px;
	}
	#heroVideo .heroVideoPreface p {
	  font-size: 1.5rem;
	  color: var(--white);
	  font-weight: 700;
	  line-height: 1;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	}

}

/*******************************************************************
* SECTION INTRO VIDEO HOME
*******************************************************************/
#coverVideo {
    position: relative;
    width: 100%;
    height: 90vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}
#coverVideo::after {
	content: "";
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
    /*background: #0d2614;*/
	background: #093507;
    opacity: 0.55;
	z-index: 1;
}

#coverVideo video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    width: 100vw;
	height: 100vh;
}

#coverVideo .coverVideoPreface {
	position: relative;
	margin-left: 15vw;
  margin-right: auto;
  width: 100%;
	max-width: 70%;
	text-align: center;
	color: var(--white);
	z-index: 2;
}

#coverVideo .coverVideoPreface .coverVideoPreface_Titre {
	font-family: var(--font-titre);
  	font-size: 5rem;
  	font-weight: 400;
  	line-height: 1.2;
  	letter-spacing: 0px;
  	text-transform: none;
	margin:25px 0 10px;
}
#coverVideo .coverVideoPreface h2 {
  	font-size: 4.8rem;
  	font-weight: 400;
  	line-height: 1;
	
}
/*
#coverVideo .coverVideoPreface p {
  	font-size: 1.8rem;
  	font-weight: 700;
  	line-height: 1;
  	letter-spacing: 1px;
  	text-transform: uppercase;
}*/

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	#coverVideo .coverVideoPreface {
		max-width: 1000px;
	}
	#coverVideo .coverVideoPreface h1 {
		font-size: 9rem;
		margin-bottom: 15px;
	}
	#coverVideo .coverVideoPreface h2 {
	  font-size: 4rem;
	  font-weight: 400;
	  line-height: 1;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	#coverVideo .coverVideoPreface {
		max-width: 900px;
	}

	#coverVideo .coverVideoPreface .coverVideoPreface_Titre {
		font-size: 4.2rem;
		margin-bottom: 15px;
	}
	#coverVideo .coverVideoPreface h2 {
	  font-size: 4rem;
	  font-weight: 400;
	  line-height: 1;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	#coverVideo .coverVideoPreface {;
		width: 100%;
		max-width: 100%;
		padding: 0 5vw;
	}
	#coverVideo .coverVideoPreface h1 {
		font-size: 4rem;
		line-height: 1;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	#coverVideo .coverVideoPreface {;
		width: 100%;
		max-width: 100%;
		padding: 0 5vw;
	}
	#coverVideo .coverVideoPreface h1 {
		font-size: 5rem;
    	line-height: 1;
		margin-bottom: 20px;
	}
	#coverVideo .coverVideoPreface h2 {
	  font-size: 2.6rem;
	}
	#coverVideo .coverVideoPreface p {
	  font-size: 1.4rem;
	  color: var(--white);
	  font-weight: 700;
	  line-height: 1;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	}

}


/*******************************************************************
* SECTION INTRO VIDEO HOME
*******************************************************************/
#coverVideo_Obj {
    position: relative;
    width: 100%;
    height: 85vh;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	overflow: hidden;
}
#coverVideo_Obj::after {
	content: "";
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
    /*background: #0d2614;*/
	background: #343507;
    opacity: 0.55;
	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: 10vw;
  margin-right: auto;
	margin-bottom: 120px;
  width: 100%;
	max-width: 60%;
	text-align: left;
	color: var(--white);
	z-index: 2;
}

.coverTitre {
	font-family: var(--font-titre);
  	font-size: 5rem;
  	font-weight: 400;
  	line-height: 1.2;
  	letter-spacing: 0px;
  	text-transform: none;
}
#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 only screen and (min-width: 1369px) and (max-width: 1440px) {
	#coverVideo_Obj .coverVideoPreface {
		max-width: 1000px;
		margin-bottom: 80px;
	}
	#coverVideo_Obj .coverVideoPreface h1 {
		font-size: 9rem;
		margin-bottom: 15px;
	}
	#coverVideo_Obj .coverVideoPreface h2 {
	  font-size: 4rem;
	  font-weight: 400;
	  line-height: 1;
	}
	
	#coverVideo_Obj .coverObjPreface {
		margin-bottom: 80px;
	}
	
	.coverTitre {
		font-size: 4.2rem;
	}
	.titreRubrique {
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	#coverVideo_Obj .coverVideoPreface {
		max-width: 900px;
		margin-bottom: 70px;
	}

	.coverTitre {
		font-size: 3.8rem;
	}
	.titreRubrique {
		margin-bottom: 15px;
	}
	#coverVideo_Obj .coverObjPreface {
		margin-bottom: 70px;
	}
	#coverVideo_Obj .coverVideoPreface h2 {
	  font-size: 4rem;
	  font-weight: 400;
	  line-height: 1;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	#coverVideo_Obj .coverVideoPreface {;
		width: 100%;
		max-width: 100%;
		padding: 0 5vw;
	}
	#coverVideo_Obj .coverVideoPreface h1 {
		font-size: 4rem;
		line-height: 1;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	#coverVideo_Obj .coverVideoPreface {;
		width: 100%;
		max-width: 100%;
		padding: 0 5vw;
	}
	#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: 5vw;
	  margin-bottom: 70px;
	  width: 100%;
	  max-width: 85%;
	}
	
	.coverTitre {
		font-size: 2.8rem;
	}

}

.coverIll {
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/bg-fleur.jpg");
}

.coverIll-02 {
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/bg-fleur-02.jpg");
}

/*******************************************************************
* ANIMATION SCROLLDOWN INTRO VIDEO HOME
*******************************************************************/
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 60px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 3;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  animation: fade_move_down 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@keyframes fade_move_down {
	0% {
		transform: translate(0, -20px) rotate(45deg);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px) rotate(45deg);
		opacity: 0;
	}
}


.boxObjectifs {
	display: flex;
  	flex-direction: column;
  	padding: 5% !important;
}

.boxObjectifs_titre {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
}

.boxObjectifs_desc {
	font-family: var(--font-text);
  text-align: justify;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.boxObjectifs {
		padding: 15% 5% !important;
	}
	.boxObjectifs_desc {
	  text-align: left;
	}
	.bgCoul_01::before, .bgCoul_02::before {
	display: none;
	}
}

.stickIt {
	position: -webkit-sticky;
	position: sticky;
	top: 25vh;
}
.stickIt_2 {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
}
@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.stickIt, .stickIt_2 {
		position: -webkit-relative;
		position: relative;
		top: 0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.stickIt, .stickIt_2 {
		position: -webkit-relative;
		position: relative;
		top: 0;
	}
}

.blurBG {
	width: 100%;
  	padding: 80px 7% 60px;
	color: var(--white);
  	border-color: rgba(220,245,242,.45);
  	-webkit-backdrop-filter: blur(16px) brightness(128%);
  	backdrop-filter: blur(16px) brightness(128%);
	border-radius:5px;
	text-align: center;
}

.blurTitre {
	font-family: var(--font-titre);
	font-size: 3.6rem;
  	margin-bottom: 25px;
	font-weight: 700;
	color: var(--secondaire) !important;
}

.blurBG h2 {
	font-size: 3rem;
  	line-height: 1.35;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	font-weight: 700;
  	margin-bottom: 16px;
}
.blurTarifs {
	width: 90%;
	margin: 0 auto 14px;
  	border-top: 1px solid rgba(255,255,255, 0.2);
  	padding-top: 15px;
}

.blurDuree {
	font-size: 2.2rem;
  	line-height: 1;
  	font-weight: 700;
	margin-bottom: 4px;
}

.maxWidthText {width: 100%; max-width: 1140px;}

.padSection {padding: 120px 0;}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.padSection {
		padding: 90px 0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.padSection {
		padding: 90px 0;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.padSection {
		padding: 90px 0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.padSection {
		padding: 80px 0;
	}
	.blurBG {
		padding: 50px 7% 40px;
	}
	
	.blurBG h3 {
		font-size: 2rem;
	  line-height: 1;
	  text-transform: uppercase;
	  letter-spacing: -1px;
	  font-weight: 700;
	  margin: 0 0 16px;
	  display: flex;
	  background: var(--primaire);
	  border-radius: 10px;
	  width: 90px;
	  height: 90px;
	  align-items: center;
	  justify-content: center;
	  color: var(--white);
	}
}

.blocLine {
	width:100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px solid #9f725c;
}


.blocLine h3 {
	font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
}
.blocLine p {

}

/*
* Responsive
*******************************************************************/
@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.blurBG h2 {
	  font-size: 2.4rem;
	  line-height: 1.35;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  font-weight: 700;
	  margin-bottom: 16px;
	}
	.blocLine h3 {
		font-size: 1.9rem;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.blurBG h2 {
	  font-size: 2.4rem;
	  line-height: 1.35;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  font-weight: 700;
	  margin-bottom: 16px;
	}
	.blocLine h3 {
		font-size: 1.8rem;
	}
	.maxWidthText {width: 100%; max-width: 1024px;}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.blurBG h2 {
	  font-size: 2.2rem;
	  line-height: 1.35;
	  margin-bottom: 16px;
	}
	.padSection {padding: 100px 0;}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.blurBG h2 {
	  font-size: 2.2rem;
	  line-height: 1.35;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  font-weight: 700;
	  margin-bottom: 16px;
	}
	.blocLine h3 {
		font-size: 1.8rem;
	}
	.padSection {padding: 100px 0;}
}


/*************************************************************************
* SECTION BG APPLAT
*************************************************************************/
.bgAplat_01 {
	position: relative;
  	width: 100%;
  	height: 100%;
	padding: 100px 0;
}
.bgAplat_01::before {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 45%;
  	height: 60vh;
  	background-color: var(--bleu-bg-4);
}
.bgAplat_02 {
	position: relative;
  	width: 100%;
  	height: 100%;
	padding: 100px 0;
}
.bgAplat_02::before {
  	content: "";
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	width: 45%;
  	height: 60vh;
  	background-color: var(--bleu-bg-2);
}

/*
* Responsive
*******************************************************************/
@media only screen and (min-width: 1369px) and (max-width: 1440px) {

}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {

}
@media only screen and (min-width: 481px) and (max-width: 1023px) {

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.bgAplat_01, .bgAplat_02 {
		padding: 80px 0;
	}
	.bgAplat_01::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 80%;
		height: 75vh;
		background-color: var(--bleu-bg-4);
	}
	.bgAplat_02::before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 80%;
		height: 75vh;
		background-color: var(--bleu-bg-2);
	}
}

/*************************************************************************
* SECTION PREFACE HOME
*************************************************************************/
.preface {
	position: relative;
  	width: 100%;
  	height: 100%;
	padding: 160px 0;
}
.preface::before {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 86%;
  	height: 60vh;
  	background-color: var(--bleu-bg-4);
}
.boxPreface {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--bleu-bg-3);
	height: 75vh;
	padding: 0 5vw;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.boxPreface {
		height: 100%;
		padding: 80px 40px 70px;
	}
}


/*************************************************************************
* ITEM IMAGE PARALLAX
*************************************************************************/
.item {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.125rem;
  display: flex;
  position: relative;
}
.item_info {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  color: white;
}
.item_info h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.item_info p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: serif;
  font-size: 0.875rem;
  line-height: 1.4;
}
.item_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.item_image img {
  width: 100%;
  height: 150%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.item_image .mask {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.item {
	  height: 50vh;
	}
}


/*************************************************************************
/* FLEX COVER 80VH  
*************************************************************************/
.zoomCover {
	position: relative;
	display: flex;
  	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	overflow: hidden;
}
.zoomCover::before {
	content: '';
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
    background: linear-gradient(20deg, rgb(119, 102, 77) 0%, rgb(17, 12, 1) 100%);
  	z-index: 1;
  	opacity: .3;
}
.zoomEnd {justify-content: flex-end;}

.zoomCover_100 {
  	height: 100%;
	padding: 18% 0;
}
.zoomCover_90 {
  	height: 90vh;
}
.zoomCover_85 {
  	height: 85vh;
}
.zoomCover_80 {
  	height: 80vh;
}
.zoomCover_75 {
  	height: 75vh;
}

.zoomCover img {
	position: absolute;
	display:block;
    width:100%;
    height:100%;
    object-fit: cover;
  	opacity: 1;
	transition: all 0.6s ease-out;
  	z-index: 0;
}

.zoomCover_textes {
	z-index:2;
	color: var(--white);
}

.zoomCover_textes-mb {
	margin-bottom: 110px;
}

.zoomCover_textes h1 {
	font-family: var(--font-titre);
	font-weight: 400;
	font-size: 4.8rem;
	color:var(--primaire);
	line-height: 1.25;
	margin-bottom: 20px;
}
.zoomCover_textes p {
	color:var(--white);
}

.lineLeftCol {
	border-left: 8px solid var(--primaire);
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.zoomCover_textes-mb {
		margin-bottom: 80px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.zoomCover_textes-mb {
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.zoomCover {
		padding: 80px 0;
	}
	.zoomCover_100, .zoomCover_85 {
		height: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.lineLeftCol {
		border-left:none;
	}
	.zoomCover {
		padding: 160px 0;
	}
	.zoomCover_100 {
		height: 100%;
	}
	.zoomCover_85 {
		height: 100%;
	}
}

.bgMarine{background-color:var(--marine);}
.textesCover p {margin-bottom: 10px;}
.textesColBloc {padding: 80px 5vw;}
.textesColBloc p {text-align:justify; margin-bottom: 10px;}

.blocParagraph p {text-align:justify; margin-bottom: 15px;}


/*************************************************************************
* FOOTER
*************************************************************************/
#footer {
	position: sticky;
	width: 100%;
	padding: 60px 5vw 50px;
	background-color: #79423d;
  	inset-block-end: 0;
	-webkit-translate: 0 200%;
  	translate: 0 200%;
  	animation: smooth-footer 1ms linear both;
  	animation-timeline: view(block 100% 0);
}

@keyframes smooth-footer {
  	to {
	  	-webkit-translate: 0;
		translate: 0;
  	}
}

.lineCol {
	display: flex;
	flex-direction: column;
	border-left:1px solid #9f725c;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.lineCol {
		border-left:none;
		border-top:1px solid #9f725c;
	}
}

.site-footer {
	margin-bottom: 20px;
}



#logoFooter {
	max-width: 120px;
}

.widget-title {
  	color: var(--secondaire) !important;
  	font-size: 1.5rem !important;
  	font-weight: 700;
  	text-transform: uppercase;
  	letter-spacing: 0.1em;
	margin-bottom: 10px;
	margin-top: 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.6rem;
	color: var(--white);
	line-height: 1.5;
}
.site-footer a {
	font-size: 1.4rem;
	color:var(--white);
	margin-bottom: 6px;
}
.site-footer a:hover{
  	color:var(--secondaire);
  	text-decoration:none;
}

.copyright-footer {
	border-top: 1px solid #9f725c;
	padding: 5px 0;
}
.copyright-footer p {
	font-size: 1.3rem;
	color: var(--white);
	letter-spacing: 0.5px;
}
.footer-links {
	padding-left:0;
  	list-style:none;
}
.footer-links li {
	display:block;
	padding-bottom: 10px;
}
.footer-links a {
	color: var(--white);
	text-decoration:none;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover {
  	color:var(--secondaire);
}

.atCopy {
	text-align: right;
}

.atCopy a {
	color: var(--white);
	text-decoration:none;
	font-size: 1.6rem;
}
.atCopy a:hover {
	color: var(--primaire);
	text-decoration:none;
}
.atCopy a:first-child {
	margin-right: 15px;
}

.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:var(--secondaire);
  	color: var(--primaire);
  	font-size:1.6rem;
  	display:inline-block;
  	line-height:40px;
  	width:40px;
  	height:40px;
  	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:var(--white);
  	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: 1369px) and (max-width: 1440px) {
	footer {
		padding: 60px 5% 50px;
	}
	#logoFooter {max-width: 130px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	footer {
		padding: 60px 5% 50px;
	}
	#logoFooter {max-width: 130px;}
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
	footer {
		padding: 40px 5% 50px;
	}
	.site-footer {
		margin-bottom: 0;
	}
	#logoFooter {max-width: 90px;}
	.site-footer h6 {
	  	font-size: 1.6rem;
	  	margin-bottom: 20px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	#footer {
		padding: 80px 5vw;
	}
	.site-footer {
		margin-bottom: 0;
	}
	
	#logoFooter {max-width: 130px;}

	.atCopy {
	  text-align: left;
	}
}


/*************************************************************************
* BOUTON BACK TO TOP
*************************************************************************/
.progress-wrap {
	position: fixed;
	right: 20px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(247,194,38,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	mix-blend-mode: difference;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	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;
	}
}


/*************************************************************************
* SECTION PREFACE HOME
*************************************************************************/
.padIntroHome {
	padding:150px 0 140px;
}

.boxPartenaire {
	color: var(--primaire);
background-color: #f0ebd9;
	padding: 60px 40px;
	border-bottom-right-radius: 120px;
  border-top-left-radius: 120px;
}
.boxPartenaire p {
text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
	margin-bottom: 16px;
}
.boxPartenaire img {
	display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  max-width: 200px;
	margin: auto;
}

/*************************************************************************
* SECTION ONCOLOGIE
*************************************************************************/
.bgOncologie {
	padding-bottom: 150px;
	/*background-color: #c7d3d5;*/
}

.boxEncologie {
	position: relative;
	z-index: 1;
	margin-top: -100px;
	background-color: #d0a7a4;
	padding: 80px 2.5vw;
	border-radius: 4px;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.boxEncologie {
		margin-top: -50px;
		padding: 40px 5vw;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.boxEncologie {
		padding: 50px 6vw 40px;
	}
}


/*************************************************************************
* SECTION PREFACE PAGE
*************************************************************************/
.introPage {
	width: 100%;
	margin: auto;
	padding:20vh 10vw 100px;
}
.introPage p {margin-bottom: 20px;}
.introPage p:last-child {margin-bottom: 0px;}

.bandeau {
	position: relative;
  	width: 100%;
  	height: 100%;
	padding: 120px 0 140px;
}
.bandeau::before {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 60vh;
  	background-color: var(--bleu-bg-4);
}

.boxEncarts {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.introPage {
		padding:25vh 10vw 30px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.introPage {
		padding:25vh 10vw 30px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.introPage {
		padding:35vh 10vw 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	
}


.jobsBG {
	position: relative;
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: flex-end;
	overflow: hidden;
	width: 100%;
	height:85vh;
	padding: 0 40px 130px;
	background-color: #dbeaf7;
}
.jobs {
	position: relative;
	width: 100%;
	text-align: center;
	color: var(--white);
	z-index: 2;
}
.jobsTitre {
	font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: none;
  font-family: var(--font-titre);
}

.imgMap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}


.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-65deg, #2871c2 50%, #165ca9 50%, #073b88 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 0;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}


/*
* Responsive
*******************************************************************/
@media only screen and (min-width: 1369px) and (max-width: 1440px) {
	.padIntroHome {padding: 120px 0 60px;}
	.bandeau {
		padding: 120px 0 60px;
	}
	.jobsTitre {
	  font-size: 3.6rem;
	}
	.preface {
	  padding: 120px 0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
	.padIntroHome {
		padding:100px 0 60px;
	}
	.bandeau {
		padding: 90px 0 110px;
	}
	.preface {
	  padding: 110px 0;
	}
	
	.jobsTitre {
	  font-size: 3.6rem;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.padIntroHome {
		padding: 80px 0;
	}
	.bandeau {
		padding: 70px 0 80px;
	}
	.pariteBG, .jobsBG {
		justify-content: center;
		height:80vh;
		padding: 0 30px !important;
	}
	.jobs {
		justify-content: center;
		padding: 0 20px !important;
	}
	.jobsTitre {
	  font-size: 3rem;
	}
	.preface {
	  padding: 80px 0;
	}
	.boxPreface {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  background-color: var(--bleu-bg-3);
	  height: 100%;
	  padding: 70px 5vw;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.padIntroHome {
		padding-top:80px;
		padding-bottom:70px;
	}
	.bandeau {
		padding: 80px 0 80px;
	}
	.bandeau::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: var(--bleu-bg-4);
	}
	.preface {
	  padding: 90px 0;
	}
	.pariteBG, .jobsBG {
		justify-content: center;
		height:50vh;
		padding: 120px 0 !important;
	}
	.jobs {
		justify-content: center;
		padding: 0 40px !important;
	}
	.jobsTitre {
	  font-size: 3.3rem;
		line-height: 1.2;
	}
	.sliderTestimonials .swiper-slide--inner .slide-avatar {
	  margin-bottom: 20px;
	}
}


.boxImg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 120px 100px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.boxImg {
		padding: 80px 5vw;
	}
}

.coverAnimation {
	width: 100%;
	height: 100vh;
	background-image: url('https://images.unsplash.com/photo-1503945438517-f65904a52ce6?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
  background-size:cover;
	
	
        -webkit-animation: slidein 100s;
        animation: slidein 100s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
}

@-webkit-keyframes slidein {
from {background-position: top; background-size:1000px; }
to {background-position: -100px 0px;background-size:2750px;}
}

@keyframes slidein {
from {background-position: top;background-size:3000px; }
to {background-position: -100px 0px;background-size:2750px;}

}



.kenburnBloc {
	position: relative;
	display: flex;
	align-items: center;
  	width: 100%;
	height: 80vh;
  	margin: 0 auto;
  	overflow: hidden; 
}

.kenburnBloc::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(20deg, rgb(5, 61, 102) 0%, rgb(4, 61, 130) 100%);
  z-index: 1;
  opacity: .4;
}

.kenburnBlocText {
	position: relative; 
	z-index: 1; 
	color: var(--white);
	padding-left: 12.5vw;
  	max-width: 60vw;
}

.kenburnBlocText h3 {
	font-family: var(--font-titre);
  font-size: 6rem;
  text-transform: none;
  font-weight: 400;
}

.kenburnBloc img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 0;
  -ms-animation: move 5s ease infinite alternate;
  -webkit-animation: move 5s ease infinite alternate;
  -moz-animation: move 5s ease infinite alternate;
	animation: move 5s ease infinite alternate;
}

@-webkit-keyframes move {
	0% {
		-ms-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-o-transform: scale(1.0);
		-moz-transform: scale(1.0);
		transform-origin: center;
    	transform: scale(1.0);
  	}
  	100% {
    	-ms-transform: scale(1.1);
    	-webkit-transform: scale(1.1);
    	-o-transform: scale(1.1);
    	-moz-transform: scale(1.1);
		transform: scale(1.1);
  	}
}


/*************************************************************************
/* FLEX COVER 80VH  
*************************************************************************/
.txtCoverBG {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	overflow: hidden;
	height: 100%;
	padding: 12% 0;
	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(60deg, rgb(43, 17, 11) 0%, rgb(96, 43, 17) 100%);
  	z-index: 1;
  	opacity: .35;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.txtCoverBG {
		background-position: 60% 50%;
		padding: 100px 0;
	}
}



/****************************************************************************
* MENTIONS LEGALES
****************************************************************************/
.pageMentions {
    padding-top: 9%;
	 padding-bottom: 40px;
	background-color: #fff8e0;
}

.typoMentions h1 {
	color: var(--primaire);
  	font-family: var(--font-titre);
  	font-size: 7.2rem;
  	font-weight: 400;
  	line-height: 1;
  	text-transform: none;
  	letter-spacing:0;
	margin-bottom: 16px;
}
.typoMentions h2 {
  	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.25;
}

.typoMentions h3 {
  	font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.typoMentions h4 {
  	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.25;
}
.typoMentions h5 {
  	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.25;
}

.typoMentions a {
	color: green;
}
.typoMentions a:hover {
	text-decoration: underline;
}

.typoMentions ul {
  	line-height: 1.5em;
  	padding: 0;
}

.typoMentions li {
  	list-style: none;
  	position: relative;
  	padding: 0 0 4px 20px;
  	font-size: 1.8rem;
}
              
.typoMentions li::before {
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 8px;
  	width: 8px;
  	height: 8px;
  	background-color: var(--secondaire);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.typoMentions h2, .typoMentions h3, .typoMentions h4,
.typoMentions h5, .typoMentions p, .typoMentions ul {
	margin: 16px 0;
}

/****************************************************************************
* CARDS MEMBRES
****************************************************************************/
.gridLineBot {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.card-wrapper {
  /*display: block;
  float: left;
  position: relative;
  margin: 0;*/
  width: 100%;
  height: auto;
  padding: 0;
  perspective: 700px;
	aspect-ratio: 4/5;
}
.card-object {
  color: #FFF;
  
  /*float: left;
  position: absolute;
  top: 6%;
  left: 6%;*/
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.card-object.card-1 .front {
  background: #222;
	
}



.card-object.flip-in.cardBloc {
	-webkit-animation: flip-2-hor-top-fwd 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-2-hor-top-fwd 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.card-object.flip-out.cardBloc {
	animation: flip-2-hor-top-fwd 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) reverse both;
}

.card-object-hf .back {
  transform: rotateX(180deg);
}
.face {
  color: var(--white);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.face.front {
  z-index: 9;
  overflow: hidden;
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
}
.face.front::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: "";
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(253, 249, 236, 0) 60%) no-repeat;
  opacity: 0.7;
  z-index: 20;
  transition: opacity 0.2s ease;
}
.face.front::after {
  position: absolute;
  top: 7%;
  right: 7%;
  bottom: 7%;
  left: 7%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 100;
  content: "";
	border-radius: 20px;
}
.face.front .title-wrapper {
  position: absolute;
	width: 80%;
  bottom: 3%;
  left: 10%;
  right: 10%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  z-index: 100;
  transform: translateY(0);
  transition: transform 0.28s ease;
}
.face.front .title-wrapper .title {
  position: relative;
  font-family: var(--font-titre);
  width: 100%;
  text-transform: none;
  font-size: 2.4rem;
  line-height: 1;
  opacity: 1;
	margin-bottom: 12px;
  transition: opacity 0.2s ease;
}
.face.front .title-wrapper .fonction {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3rem;
	font-weight: 600;
  line-height: 1;
	letter-spacing: 1px;
  opacity: .8;
  transition: opacity 0.2s ease;
}
.face.front .title-wrapper .fonction::after {
  display: block;
  margin: 4% auto 4% auto;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.5;
  transform: scale(0);
  transition: transform 0.15s;
}
.face.front .title-wrapper .subtitle {
	color: var(--secondaire);
  font-size: 1.6rem;
	font-weight: 400;
  line-height: 1;
  text-transform: none;
  opacity: 0;
  transition: opacity 0.15s;
}
.face.front:hover::before {
  opacity: 0.9;
}
.face.front:hover .title-wrapper {
  transform: translateY(-50%);
}
.face.front:hover .title-wrapper .fonction {
  opacity: 1;
}
.face.front:hover .title-wrapper .fonction::after {
  transform: scale(1);
  opacity: 0.5;
  transition-delay: 0.15s;
  transition-duration: 0.2s;
}
.face.front:hover .title-wrapper .subtitle {
  opacity: 1;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}
.face.back {
  color: var(--white);
  background: #1d3330;
  z-index: 10;
	border-radius: 20px;
	overflow-y: auto;
}
.info-container {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  top: 6%;
  right: 6%;
  bottom: 6%;
  left: 6%;
  padding: 0;
}


.info-wrapper {
  padding: 10%;
}
.info-title {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
}

.localite {
	margin-top: 20px;
  color: var(--secondaire);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}


/* ----------------------------------------------
 * Generated by Animista on 2025-3-6 15:36:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation flip-2-hor-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes flip-2-hor-top-fwd {
  0% {
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
            transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: translateY(-100%) translateZ(-60px) rotateX(-180deg);
            transform: translateY(-100%) translateZ(-60px) rotateX(-180deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes flip-2-hor-top-fwd {
  0% {
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
            transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: translateY(-100%) translateZ(-60px) rotateX(-180deg);
            transform: translateY(-100%) translateZ(-60px) rotateX(-180deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}



/*****************************************************************************
* NAV
*****************************************************************************/
#headerSite {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	width: 100%;
	z-index: 10;
	padding: 30px 7.5%;
	/*border-bottom: 1px solid rgba(255,255,255,0.4);*/
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	#headerSite {
		padding: 20px 5%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	#headerSite {
		padding: 20px 5%;
	}
}

.nav-bar {
	position: relative;
	z-index: 3;
	text-align: right;
  }
  @media only screen and (min-width: 768px) {
	.nav-bar {
	  margin: 0;
	}
  }
  
  .nav-bar_open nav {
	transform: translate(-100%, 0);
  }
  @media only screen and (min-width: 1024px) {
	.nav-bar_open nav {
	  transform: translate(0, 0);
	}
  }
  .nav-bar_open .nav-bar__menu-btn {
	transform: translate(-280px, 0);
	background-color: #79423d;
	color: var(--white);
	transition: background 0.1s linear, transform 0.28s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
  .nav-bar_open .nav-bar__menu-btn span {
	opacity: 0;
  }
  .nav-bar_open .nav-bar__menu-btn:before {
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 24px;
	margin: 0;
  }
  .nav-bar_open .nav-bar__menu-btn:after {
	transform: translate(-50%, -50%) rotate(45deg);
	width: 24px;
	margin: 0;
  }
  
  .nav-bar__nav {
	position: fixed;
	z-index: 2;
	left: 100%;
	top: 0;
	height: 100%;
	overflow: hidden;
	background-color: #79423d;
	transition: transform 0.25s cubic-bezier(0.4, 0.2, 0.2, 1);
	transform: translate(0, 0);
  }
  @media only screen and (min-width: 1024px) {
	.nav-bar__nav {
	  display: inline-block;
	  background: none;
	  position: static;
	  transition: none;
	}
  }
  .nav-bar__nav ul {
	width: 300px;
	padding: 38px 12% 0;
	margin: 0;
	list-style: none;
  }
  @media only screen and (min-width: 768px) {
	.nav-bar__nav ul {
	  width: 321px;
	}
  }
  @media only screen and (min-width: 1024px) {
	.nav-bar__nav ul {
	  display: inline-block;
	  width: auto;
	  padding: 0;
	}
  }
  .nav-bar__nav ul li {
	display: block;
  }
  
  @media only screen and (min-width: 1024px) {
	.nav-bar__nav ul li {
	  display: inline-block;
	}
  }
  .nav-bar__nav ul a {
	display: block;
	transition: opacity 0.1s linear;
  }
  .nav-bar__nav ul a:hover {
	opacity: 0.75;
  }
  
  .nav-bar__logo {
	position: absolute;
	left: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #c53f3f;
  }
  @media only screen and (min-width: 768px) {
	.nav-bar__logo {
	  left: 72px;
	}
  }
  
  .nav-bar__search-btn {
	position: absolute;
	z-index: 1;
	right: 72px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
  }
  @media only screen and (min-width: 768px) {
	.nav-bar__search-btn {
	  right: 120px;
	}
  }
  @media only screen and (min-width: 1024px) {
	.nav-bar__search-btn {
	  right: 72px;
	}
  }
  
  .nav-bar__menu-btn {
	/*position: absolute;*/
	z-index: 3;
	display: inline-block;
	right: 0;
	cursor: pointer;
	transition: background 0.1s 0.1s linear, transform 0.28s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
  @media only screen and (min-width: 768px) {
	.nav-bar__menu-btn {
	  /*right: 72px;*/
	}
  }
  @media only screen and (min-width: 1024px) {
	.nav-bar__menu-btn {
	  display: none;
	}
  }
  .nav-bar__menu-btn:before, .nav-bar__menu-btn:after,
  .nav-bar__menu-btn span {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	background-color: #fcf3d8;
	height: 2px;
	width: 40px;
	transform: translate(-50%, -50%) translateZ(0);
	content: "";
  }
  .nav-bar__menu-btn:before {
	margin-top: -7px;
  }
  .nav-bar__menu-btn:after {
	margin-top: 7px;
  }
  
  nav {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 0.9em;
  }
  
  nav a {
	  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  background: transparent;
  line-height: 1;
  }
  .aLight {color: #faf7ed;}
  
  button {
	display: inline-block;
	vertical-align: center;
	width: 48px;
	height: 48px;
	border: none;
	background: none;
  }

.btnResa {
  background: var(--white);
  color: var(--primaire);
	border-radius: 4px;
	margin-left: 10px;
}



#logo {
	max-width: 120px;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	#logo {
		max-width: 90px;
	}
	nav a {
	  font-size: 1.8rem;
	}
	.btnResa {
		margin-left: 0px;
		background: none;
  		color: var(--secondaire);
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	nav a {
	  font-size: 2rem;
	}
	.btnResa {
		margin-left: 0px;
		background: none;
  		color: var(--secondaire);
	}
}


.photosSlider {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 10%;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	.photosSlider {
		padding: 80px 5%;
	}
	.photosSlider h3 {
	  font-size: 3rem;
	}
}

.slider2 {
	position: relative;
  	height: 60vh;
  	width: 100%;
	overflow: hidden;
  	padding-bottom: 85px;
}

.swiper {
	width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.mySwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.mySwiper .swiper-slide {
      width: 80%;
    }

.mySwiper .swiper-slide:nth-child(2n) {
      width: 80%;
    }

.mySwiper .swiper-slide:nth-child(3n) {
      width: 40%;
    }
.mySwiper .swiper-slide:nth-child(4n) {
      width: 40%;
    }
.mySwiper .swiper-slide:nth-child(5n) {
      width: 40%;
    }
.mySwiper .swiper-slide:nth-child(6n) {
      width: 40%;
    }
.mySwiper .swiper-slide:nth-child(7n) {
      width: 40%;
    }
.mySwiper .swiper-slide:nth-child(8n) {
      width: 40%;
    }

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
	position: absolute;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	top: calc(50% - 40px);
	/*transform: translateY(-50%);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);*/
  	width: 80px;
  	height: 80px;
  	cursor: pointer;
  	color: var(--secondaire);
  	background-color: #79423d;
	z-index: 10;
}
.mySwiper .swiper-button-next::after, .mySwiper .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 2rem;
	font-weight: bold;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.mySwiper .swiper-button-prev {
	left: 0px;
}
.mySwiper .swiper-button-next {
	right: 0px;
}

.mySwiper .swiper-pagination {
  	position: relative;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 85px;
	bottom:0px;
  	left:0;
  	width:100%
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
  	width: 15px;
  	height: 5px;
  	display: inline-block;
  	background: #020103;
  	opacity: 0.2;
  	margin: 0 4px;
  	border-radius: 0px;
  	transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  	transition-delay: 0.5s, 0.5s, 0s;
}
.mySwiper .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  	cursor: pointer;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  	opacity: 1;
  	background: #020103;
  	width: 100px;
  	transition-delay: 0s;
}



@media only screen and (min-width: 1369px) and (max-width: 1440px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
		top: calc(50% - 30px);
		width: 60px;
		height: 60px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
		display: none;
	}
}




