@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700;800&display=swap');


*, *:after, *:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
}

:root {
  	--font-text: 'Nunito Sans', sans-serif;
	--font-titre: 'Titillium Web', sans-serif;
	--bronze:#915e5e;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #fbf7e9;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--grey-dark: #333333;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
	--light-bodybg: #f2f1ea;
	--dark-bodybg: #161616;
	--black-bodybg: #000000;
	--white-bodybg: #212c39;
	--beige-bodybg: #f6ece0;
}
  
  
html {width: 100%; height: 100%; overflow-x: hidden;}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
}

body {
  	margin: auto;
  	padding: 0;
  	font-family: var(--font-text);
  	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	/*color: #0b2761;*/
	color: #1d3356;
	background-color: #212c39;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: 0.1s ease-out;
	-webkit-transition: 0.1s ease-out;
			transition: 0.1s ease-out;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	overflow-x: hidden;

	background: url(../images/bg-body.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



a {outline:0 !important; text-decoration: none;}


/* my */
.animsition {position: relative; width: 100%; margin: auto; overflow-x: hidden;}
.container {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

h1 {
    font-size: 10vw;
	line-height:1.2;
	color:#fffaf5;
    margin: 0;
}

#scrollPage {position:relative; margin:auto; width:100%;}

.bgBeige {background-color: #212c39;}

/*****************************************************************************
* MARGIN & PADDING
*****************************************************************************/
.mTop10 {margin-top: 10%;}
.mTop12 {margin-top: 12%;}
.mTop15 {margin-top: 15%;}
.mt_vh {margin-top: 16%;}

.mBot5 {margin-bottom: 5%;}
.mBot10 {margin-bottom: 10%;}
.mBot12 {margin-bottom: 12%;}
.mBot15 {margin-bottom: 15%;}
.mBot20 {margin-bottom: 20%;}
.margB10 {margin-bottom: 10vh;}
.mBotSmart20 {margin-bottom: 0;}

.padTop5 {padding-top:5%}
.padTop7 {padding-top:7%}
.padTop10 {padding-top:10%}
.padTop12 {padding-top:12%}
.padTop15 {padding-top:15%}
.padTop20 {padding-top:20%}
.padTop25 {padding-top:25%}

.padBot5 {padding-top:5%}
.padBot7 {padding-top:7%}
.padBot10 {padding-top:10%}
.padBot12 {padding-top:12%}
.padBot15 {padding-top:15%}
.padBot20 {padding-top:20%}
.padBot25 {padding-top:25%}


.padBlocHome {padding:20% 0;}
.padBlocHome2 {padding:20% 0;}
.padBlocFooter {padding:15% 0;}

.padH5 {padding:5% 0;}
.padH7 {padding:7% 0;}
.padH10 {padding:10% 0;}
.padH15 {padding:15% 0;}
.padH1612 {padding-top:16%; padding-bottom:12%;}
.padH818 {padding-top:10%; padding-bottom:18%;}
.padH1618 {padding-top:16%; padding-bottom:18%;}
.padH1210 {padding-top:12%; padding-bottom:10%;}
.padH416 {padding-top:4%; padding-bottom:16%;}
.padH0-4 {padding-top:0; padding-bottom:4%;}
.padH4-4 {padding-top:4%; padding-bottom:4%;}
.padH0-12 {padding-top:0%; padding-bottom:12%;}
.padH816 {padding-top:8%; padding-bottom:16%;}
.padB30 {padding-bottom:30vh;}
.padB_10vh {padding-bottom:10vh;}
.padT_5vh {padding-bottom:5vh;}
.padIntroTB {padding: 10% 0;}
.padIntroTB_2 {padding: 10% 0 2%;}
.padIntroTB_7 {padding: 10% 0 7%;}
.padIntroTB_5 {padding: 10% 0 5%;}

.fixIt {position: fixed !important;}

/*****************************************************************************
* FULL BROWSER + CENTER BOX
*****************************************************************************/
.fixeCover {
	position: fixed;
	display:block;
    width:100%;
    height:100vh;
    object-fit: cover;
  	opacity: 1;
  	z-index: 0;
}

.fsb {
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.flexCover {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.flexCover img {
	position: absolute;
	display:block;
    width:100%;
    height:100%;
    object-fit: cover;
  	opacity: 1;
  	z-index: 0;
}
.flexCover h1 {
	font-family: var(--font-titre);
	font-size: calc(1.6rem + 5.25vw);
	line-height:1.25;
	font-weight: 400;
	color: #fffaf5;
	letter-spacing:0.05em;
	text-align:center;
	z-index:1;
}
.flexCover h1 span {
	position:relative;
	display:inline-block;
}
.flexCover h1 span:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
	background-color:#fffaf5;
}
.flexCover h4 {
	font-family: var(--font-text);
	font-size: 1.4rem;
	font-weight: 700;
	line-height:0.9em;
	letter-spacing:0.2em;
	color: #fffaf5;
	text-align:center;
	text-transform:uppercase;
	z-index:1;
	margin-bottom:2em;
}
.flexCover p {
	width:100%;
	max-width:50%;
	text-align:center;
	font-family: var(--font-titre);
	font-size:calc(1.6rem + 0.6vw);
	line-height: 1.5;
	letter-spacing:0.05em;
	font-weight:300;
	color: #fffaf5;
	z-index:1;
}

/*****************************************************************************
* COVER LINES
*****************************************************************************/
.coverLine1 {
	position: fixed;
	display: block;
	top: 0;
	left: 9%;
	width: 0;
	height: 100vh;
	border-left: 1px solid #c9b58f;
	z-index: 109;
}
.coverLine2 {
	position: fixed;
	display: block;
	top: 0;
	right: 9%;
	width: 0;
	height: 100vh;
	border-left: 1px solid #c9b58f;
	z-index: 109;
}


/*****************************************************************************
* BOUTONS
*****************************************************************************/
.underLien {
	display: inline-block;
	outline: medium none;
	text-decoration: none;
    bottom: 0;
    font-size: 1.1rem;
	font-weight:700;
    letter-spacing: 0.3em;
	text-transform:uppercase;
    padding-bottom: 8px;
    position: relative;
    transition: all 0.3s ease-in 0s;
	margin-right:22px;
}

.underLien::before {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width 0s ease 0s, background-color 0.3s ease 0s;
    width: 0;
}
.underLien::after {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    transition: width 0.5s ease 0s, background-color 0.3s ease-out 0s;
    width: 0;
}
.underLien:hover::before {
    bottom: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease 0s, background-color 0.3s ease 0s;
    width: 0;
}
.underLien:hover::after {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.underLien:last-child {
	margin-right:0px;
}

.underLien-bl {color: #fffaf5;}
.underLien-bl::before {background-color: #fffaf5;}
.underLien-bl::after {background-color: #fffaf5;}
.underLien-bl:hover::before {background-color: #fffaf5;}
.underLien-bl:hover::after {background-color: #fffaf5;}

.underLien-no {color: #111;}
.underLien-no::before {background-color: #111;}
.underLien-no::after {background-color: #111;}
.underLien-no:hover::before {background-color: #111;}
.underLien-no:hover::after {background-color: #111;}


/* Lien basic site */
.underline-btn {
    position: relative;
	display: inline-block;
    text-decoration: none;
    font-size: 1.3rem;
	line-height:3rem;
	font-weight:normal;
	letter-spacing:0.4em;
	text-transform:uppercase;
	margin-bottom:15px;       
}
.underline-btn:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
	transform: scaleX(1);
	transition: all 0.3s ease-in-out 0s;
}
.underline-btn:hover:before{
	transform: scaleX(1.15);
	transition: all 0.3s ease-in-out 0s;
}
.underline-btn-bl {
	color: #fffaf5;
}
.underline-btn-bl:before {
    background-color: #fffaf5;
}
.underline-btn-no {
	color: #000;
}
.underline-btn-no:before {
    background-color: #000;
}
.underline-btn:last-child {
	margin-bottom:0px;       
}


/*****************************************************************************
* HEADER
*****************************************************************************/
header {
	display: flex;
	align-items: center;
	position:absolute;
	width:100%;
	height:110px;
	top: 0;
	left: 0;
	margin:auto;
	padding:0 10%;
	z-index: 10;
}

.headerDeg {
	background: rgb(25,17,12);
	background: linear-gradient(90deg, rgba(25,17,12,0) 0%, rgb(108, 75, 54) 100%);
}
.headerDeg2 {
	background: rgb(25,17,12);
	background: linear-gradient(270deg, rgba(25,17,12,0) 0%, rgb(37, 65, 77) 100%);
}
.headerDeg3 {
	background: rgb(25,17,12);
	background: linear-gradient(270deg, rgba(25,17,12,0) 0%, rgb(7, 19, 15) 100%);
}

/*header {position:absolute; top:0; left:0; width:100%; height:100%; padding:0;}*/
#logo-centre {
	position: absolute; 
	top:50px; 
	left: 50%; 
	z-index: 2;
	transform: translate(-50%,0%);
}
#logo-centre h2{color: white; margin: 0;}

#logo {
	width:100%;
	max-width:290px;
}
#logo h2{color: white; margin: 0;}

.content1 {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.title {
    margin: 0;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0 15px;
}

/*****************************************************************************
* NAV
*****************************************************************************/
.nav-bar {
	position: relative;
	z-index: 3;
	text-align: right;
	width: 100%;
	margin-top: -57px;
  }
  @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(-255px, 0);
	background-color: #374055;
	color: #2ecc71;
	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: #374055;
	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: 270px;
	padding: 38px 12% 0;
	margin: 0;
	list-style: none;
  }
  @media only screen and (min-width: 768px) {
	.nav-bar__nav ul {
	  width: 248px;
	}
  }
  @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-image: url(http://dev.devolk.pl/demo/menus/magnifying-glass.svg);
	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: 3px;
	width: 20px;
	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: 1.5em 1em;
  text-decoration: none;
  color: #12243c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background: transparent;
  line-height: 1;
  }
  .aLight {color: #faf7ed;}
  
  button {
	display: inline-block;
	vertical-align: center;
	width: 48px;
	height: 48px;
	border: none;
	background: none;
  }

/*****************************************************************************
* ACCUEIL
*****************************************************************************/
.blocCover {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
  	justify-content: center;
  	align-items: center;
	padding: 0 15%;
	background-color: #12243c;
}
.blocCover:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width:50vw;
	height: 100vh;
	background-color:#212c39 ;
}

.blocCover_col-1, .blocCover_col-2 {position: relative;}
.blocCover_col-1 {width: 35%;}
.blocCover_col-2 {width: 50%; margin-left: 15%;}


/*****************************************************************************
* FOOTER SEO
*****************************************************************************/
#footerSeo {
	position: relative;
  width: 100%;
	background: #e4dece;
}

.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, ul li, h1 {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#footerSeo h4 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1d3356;
  display: block;
  margin: 0;
  cursor: pointer;
}

#footerSeo .rowSEO {
	width: 100%;
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 1280px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
#footerSeo .rowSEO a {
	display: block;
  color: rgba(48, 69, 92, 0.8);
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 1px;
}
#footerSeo .rowSEO a:hover {
	text-decoration: underline;
}


#footerSeo ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#footerSeo ul li {
  position: relative;
  margin: 0;
  padding-bottom: 25px !important;
  padding-top: 25px;
	height: auto;
}
#footerSeo ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#footerSeo ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#footerSeo ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#footerSeo ul li:last-of-type {
  padding-bottom: 0;
}
#footerSeo ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 5px;
  right: 0;
}
#footerSeo ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #1d3356;
  width: 3px;
  height: 9px;
}
#footerSeo ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#footerSeo ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#footerSeo ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
	top: 0;
}
#footerSeo ul li input[type=checkbox]:checked ~ .rowSEO {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#footerSeo ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#footerSeo ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}


/*****************************************************************************
* A PROPOS
*****************************************************************************/
.blocJDH {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width:100%;
	height:100vh;
	padding: 0;
	color: #fff;
	background-color: #212c39;
}
/*
.blocJDH:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width:70vw;
	height: 100vh;
	background-color:#212c39 ;
}
*/
.blocJDH_txt {
	width:50%;
	padding: 0 10%;
	order:1;
	z-index: 1;
	text-align: left;
	flex-direction: column;
	display: flex;
}

.blocJDH_img {
	width: 50%;
	margin-right: 0;
	order:0;
}
.blocJDH_img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


.blocCover_col-1, .blocCover_col-2 {position: relative;}
.blocCover_col-1 {width: 35%;}
.blocCover_col-2 {width: 50%; margin-left: 15%;}


#teamDeco {
	position: relative;
	display: flex;
	align-items: center;
}
#teamDeco .teamDeco_1 {position: relative; z-index: 1;}
#teamDeco .teamDeco_2 {position: absolute; left: -15%;}

.blocCover_contenu {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: 25%;
}

.citation {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    color: #212c39;
    text-align: center;
    width: 100%;
}
.citation p {
    font-family: var(--font-titre);
	font-size: 3.6rem;
	line-height:1.25;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.citation h5 {
	font-size: 1.2rem;
	line-height:1.25;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.blocSpec {
	position: relative;
	width: 100%;
	padding: 10% 20%;
	background-color: #212c39;
}
.blocSignature {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width:100%;
	height:100%;
	padding: 0;
	color: #fff;
	background-color: #212c39;
}
.blocSignature_txt {
	width:50%;
	padding: 0 10%;
	order:0;
	z-index: 1;
	text-align: justify;
	display: flex;
	flex-direction: column;
}
.blocSignature_img {
	position: relative;
	width: 50%;
	padding: 5% 10% 5% 0;
	order:1;
}
.blocSignature_img:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width:70%;
	height: 100%;
	background-color:#b6d7d4;
}

.blocDecoration {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width:100%;
	height:100%;
	padding: 0;
	color: #12243c;
	background-color: #212c39;
}
.blocDecoration_txt {
	width:50%;
	padding: 0 10%;
	order:1;
	z-index: 1;
	text-align: justify;
}
.blocDecoration_img {
	position: relative;
	width: 50%;
	padding: 5% 0 5% 10%;
	order:0;
}
.blocDecoration_img:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width:70%;
	height: 100%;
	background-color:#12243c ;
}

.blocSpec h1, .blocSignature h1, .blocJDH_txt h1, .blocDecoration h1 {
	font-family: var(--font-titre);
	font-size: calc(1.6rem + 1.75vw);
	line-height:1.15;
	font-weight: 400;
	letter-spacing:0.05em;
	margin-bottom: 30px;
}
.blocSpec h2, .blocSignature h2, .blocJDH_txt h2, .blocDecoration h2 {
	font-size: 1.8rem;
	line-height:1.15;
	font-weight: 700;
	letter-spacing:0.05em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.blocJDH_txt p, .blocSignature_txt p, .blocDecoration p {
	margin-bottom:20px;
}

.prestations {
	padding: 7% 0;
	color: #212c39;
	background-color:#12243c ;
}
.prestations h2 {
	font-family: var(--font-titre);
	font-size: 3rem;
	line-height:1.15;
	font-weight: 400;
	letter-spacing:0.05em;
	margin-bottom: 20px;
	color: #c2c2d7;
}
.prestations p {
	margin-bottom:20px;
}

.prestations ul {
	list-style: square;
  list-style-position: outside;
  margin: 0 0 20px;
list-style-position: inside;
}


.titreBloc  {
	font-family: var(--font-titre);
	font-size: calc(1.6rem + 3vw);
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0.25em;
}
.textBloc  {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.65;
}

.btnPlus {
	display: block;
	color: #b6d7d4;
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #b6d7d4;
  	padding-bottom: 5px;
	opacity: 1;
	transition: all 0.4s cubic-bezier(0.75, 0.25, 0.15, 0.49);
	margin-bottom: 20px;
}
.btnPlus:hover {
	opacity:.8;
}

/* 
* COVER  
*********************************************/
#hovergrid {
	display: flex;
	height: 75vh;
	width: 100%;
	margin: auto;
  }
#hovergrid .hovercell {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	background-color: #200801;
	overflow: hidden;
	cursor: pointer;
}
  
#hovergrid .hovercell picture img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: .9;
	transform: scale(1.05);
	transition: all 0.4s cubic-bezier(0.75, 0.25, 0.15, 0.49);
}
.pictureVignette {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: radial-gradient(circle at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 90%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 8, 1, 0.2)), to(#200801));
	background: linear-gradient(to bottom, rgba(32, 8, 1, 0) 0%, #200801 100%);
	z-index: 1;
}
  
#hovergrid .hovercell .text-layer {
	position: absolute;
	width: 100%;
	font-family: Helvetica, sans-serif;
	font-weight: 500;
	text-align: center;
	color: #fcf3d8;
	z-index: 2;
	transform: scale(1);
	transition: all 0.3s cubic-bezier(0.75, 0.25, 0.15, 0.49);
}
  
#hovergrid .hovercell .text-layer h4 {
	font-family: var(--font-titre);
	font-size: calc(1.6rem + 3vw);
	line-height: 1;
	font-weight: 400;
	margin-bottom: 10px;
}
#hovergrid .hovercell .text-layer p {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

  
#hovergrid .hovercell:hover picture img {
	transform: scale(1);
	opacity: .7;
}
  
#hovergrid .hovercell:hover .text-layer {
	transform: scale(0.8);
}



/*****************************************************************************
* CURSOR
*****************************************************************************/
.cursor,
.cursor2,
.cursor3 {
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	mix-blend-mode: difference;
	
}
.cursor {
	background-color: #0b2457;
	z-index: 99999;
	height: 0;
	width: 0;
}
.cursor2, .cursor3 {
	height: 28px;
	width: 28px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}
.cursor2.hover,
.cursor3.hover {
	-webkit-transform:scale(2.6) translateX(-35%) translateY(-35%);
	transform:scale(2.6) translateX(-35%) translateY(-35%);
	border:none;
}
.cursor2 {
	border:2px solid #0b2457;
}
.cursor2.hover {
	background: rgba(243, 227, 197, 0.25);
}
.cursor2.hover .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0);
}
.cursor2.hover .progress-wrap svg.progress-circle path {
	opacity: 0.4;
}

@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

/*****************************************************************************
* SLIDER INTRO HOME
******************************************************************************/
/*****************************************************************************
* SLIDER PORTFOLIO
*****************************************************************************/
.ms-btn--slider {
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	width: 11em;
	font-weight: 600;
	letter-spacing: .15em;
  }
  .ms-btn--slider::before{
	  content: '';
	  height: .1rem;
	  width: 2rem;
	  margin-right: .7rem;
	  background: #df1f29;
	  transition: width .3s ease;
  }
  .ms-btn--slider:hover::before {
	width: 3rem;
  }
  .home-slider {
	box-sizing: border-box;
	resize: horizontal;
	  width:100%;
	max-width: 100%;
	height: calc(100vh - 200px);
	  padding-top: 0 !important;
	  position: absolute;
	  overflow: hidden;
  }
  .home-slider .swiper-container {
	  width: 100%;
	  height: 100vh;
	  padding: 0;
  }
  .swiper-slide {
	  overflow: hidden;
  }
  .overlay {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  z-index: 1;
	  opacity: 1;
	  background: -moz-linear-gradient(to bottom, #31220f 0, transparent 50%, transparent 63%, rgba(49, 34, 15, 1) 100%);
	  background: -webkit-linear-gradient(to bottom, #31220f 0, transparent 50%, transparent 63%, rgba(49, 34, 15, 1) 100%);
	  background: linear-gradient(to bottom, #31220f 0, transparent 50%, transparent 63%, rgba(49, 34, 15, 1) 100%);
	  transition: all .65s ease;
  }
  .swiper-slide-duplicate-active .overlay,
  .swiper-slide-active .overlay {
	  opacity: .4;
  }
  .slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background: #000;
  }
  .slide-inner--image {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: center;
	  opacity: .2;
	  transform: scale(1.07);
	  -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 */
  
  .swiper-button-prev,
  .swiper-button-next {
	  text-transform: uppercase;
	  color: #fff;
	  letter-spacing: .2em;
	  line-height: 2em;
	  font-size: 12px;
	  width: auto;
	  height: 24px;
	  background-image: none !important;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
  }
  .swiper-button-prev {
	  padding-left: 6em;
	  left: 0;
	  -webkit-transition: padding-left .3s ease;
	  -moz-transition: padding-left .3s ease;
	  transition: padding-left .3s ease;
  }
  .swiper-button-next {
	  padding-right: 6em;
	  right: 0;
	  -webkit-transition: padding-right .3s ease;
	  -moz-transition: padding-right .3s ease;
	  transition: padding-right .3s ease;
  }
  .swiper-button-prev::after {
	  content: "";
	  width: 4em;
	  height: 1px;
	  background-color: #fff;
	  position: absolute;
	  left: 0;
	  top: calc(50% - 1px);
	  -webkit-transition: width .3s ease;
	  -moz-transition: width .3s ease;
	  transition: width .3s ease;
  }
  .swiper-button-next::after {
	  content: "";
	  width: 4em;
	  height: 1px;
	  background-color: #fff;
	  position: absolute;
	  right: 0;
	  top: calc(50% - 1px);
	  -webkit-transition: width .3s ease;
	  -moz-transition: width .3s ease;
	  transition: width .3s ease;
  }
  .swiper-button-prev:hover {
	  padding-left: 90px;
  }
  .swiper-button-prev:hover::after {
	  width: 75px;
  }
  .swiper-button-next:hover {
	  padding-right: 90px;
  }
  .swiper-button-next:hover::after {
	  width: 75px;
  }
  
  /* 4.2 Slider inner info */
  
  .slide-inner--info {
	  position: absolute;
	  min-height: 50px;
	  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
	  color: #fff;
	  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;
	  transition: opacity 1s ease 1s;
  }
  .slide-inner--info h1 {
	font-family: var(--font-titre);
	font-size: calc(1.6rem + 4vw);
	line-height: 1;
	font-weight: 400;
	color: #fcf3d8;
	text-align: center;
  }
  .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 */
  
  .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;
  }
  .swiper-pagination-progress {
	  z-index: 4;
	  width: 85%;
	  left: 0;
	  right: 0;
	  height: 1px;
	  background-color: rgba(255, 244, 223, .5);
  }
  .swiper-pagination-progressbar {
	  background: rgba(255, 244, 223, .35) !important;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c9b58f !important;
}
  .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;
  }

/*****************************************************************************
* SLIDER PORTFOLIO
*****************************************************************************/
#sliderHome {background-color: #12243c; padding: 7% 0;}
#sliderHome h4 {
	color:#8b97a4;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:7%;
}

#sliderProjets {
	position: relative;
	display:flex;
	width:100%;
	height:100vh;
	align-items: center;
	background-color: #12243c;
}

.ms-btn--slider {
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	width: 11em;
	font-weight: 600;
	letter-spacing: .15em;
  }
  .ms-btn--slider::before{
	  content: '';
	  height: .1rem;
	  width: 2rem;
	  margin-right: .7rem;
	  background: #df1f29;
	  transition: width .3s ease;
  }
  .ms-btn--slider:hover::before {
	width: 3rem;
  }
  .home-slider {
	  padding-top: 0 !important;
	  position: relative;
  }
  .swiper-container {
	  width: 100%;
	  height: 100vh;
  }
  .swiper-slide {
	  overflow: hidden;
  }
  .overlay {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  z-index: 1;
	  opacity: 1;
	  background: -moz-linear-gradient(to bottom, #31220f 0, transparent 50%, transparent 63%, rgba(49, 34, 15, 1) 100%);
	  background: -webkit-linear-gradient(to bottom, #31220f 0, transparent 50%, transparent 63%, rgba(49, 34, 15, 1) 100%);
	  background: linear-gradient(to bottom, #31220f 0, transparent 50%, transparent 63%, rgba(49, 34, 15, 1) 100%);
	  transition: all .65s ease;
  }
  .swiper-slide-duplicate-active .overlay,
  .swiper-slide-active .overlay {
	  opacity: .4;
  }
  .slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background: #000;
  }
  .slide-inner--image {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: center;
	  opacity: .2;
	  transform: scale(1.07);
	  -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 */
  
  .swiper-button-prev,
  .swiper-button-next {
	  text-transform: uppercase;
	  color: #fff;
	  letter-spacing: .2em;
	  line-height: 2em;
	  font-size: 12px;
	  width: auto;
	  height: 24px;
	  background-image: none !important;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
  }
  .swiper-button-prev {
	  padding-left: 6em;
	  left: 0;
	  -webkit-transition: padding-left .3s ease;
	  -moz-transition: padding-left .3s ease;
	  transition: padding-left .3s ease;
  }
  .swiper-button-next {
	  padding-right: 6em;
	  right: 0;
	  -webkit-transition: padding-right .3s ease;
	  -moz-transition: padding-right .3s ease;
	  transition: padding-right .3s ease;
  }
  .swiper-button-prev::after {
	  content: "";
	  width: 4em;
	  height: 1px;
	  background-color: #fff;
	  position: absolute;
	  left: 0;
	  top: calc(50% - 1px);
	  -webkit-transition: width .3s ease;
	  -moz-transition: width .3s ease;
	  transition: width .3s ease;
  }
  .swiper-button-next::after {
	  content: "";
	  width: 4em;
	  height: 1px;
	  background-color: #fff;
	  position: absolute;
	  right: 0;
	  top: calc(50% - 1px);
	  -webkit-transition: width .3s ease;
	  -moz-transition: width .3s ease;
	  transition: width .3s ease;
  }
  .swiper-button-prev:hover {
	  padding-left: 90px;
  }
  .swiper-button-prev:hover::after {
	  width: 75px;
  }
  .swiper-button-next:hover {
	  padding-right: 90px;
  }
  .swiper-button-next:hover::after {
	  width: 75px;
  }
  
  /* 4.2 Slider inner info */
  
  .slide-inner--info {
	  position: absolute;
	  min-height: 50px;
	  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
	  color: #fff;
	  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;
	  transition: opacity 1s ease 1s;
  }
  .slide-inner--info h1 {
	font-family: var(--font-titre);
	font-size: calc(1.6rem + 4vw);
	line-height: 1;
	font-weight: 400;
	color: #fcf3d8;
	text-align: center;
  }
  .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 */
  
  .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;
  }
  .swiper-pagination-progress {
	  z-index: 4;
	  width: 85%;
	  left: 0;
	  right: 0;
	  height: 1px;
	  background-color: rgba(255, 244, 223, .5);
  }
  .swiper-pagination-progressbar {
	  background: rgba(255, 244, 223, .35) !important;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c9b58f !important;
}
  .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;
  }


/*****************************************************************************
* RESPONSIVE
*****************************************************************************/
footer {
	position: relative;
	display: flex;
	align-items: center;
	color: #1d3356;
	line-height: 2;
	width: 100%;
	background:#fbf1ea;
	padding: 5% 0;
}

footer h4 {text-transform: uppercase; color: #1d3356; font-size: 1.5rem; font-weight: 800; margin-bottom: 6px; letter-spacing: 0.1em;}

.footerBtn {
	display: inline-block;
	outline: medium none;
	text-decoration: none;
    bottom: 0;
    font-size: 1.6rem;
	font-weight:400;
    padding-bottom: 8px;
    position: relative;
    transition: all 0.3s ease-in 0s;
	margin-right:22px;
	color: #1d3356;
}

.footerBtn::before {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width 0s ease 0s, background-color 0.3s ease 0s;
    width: 0;
	background-color: #1d3356;
}
.footerBtn::after {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    transition: width 0.5s ease 0s, background-color 0.3s ease-out 0s;
    width: 0;
	background-color: #1d3356;
}
.footerBtn:hover::before {
    bottom: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease 0s, background-color 0.3s ease 0s;
    width: 0;
	background-color: #1d3356;
}
.footerBtn:hover::after {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
	background-color: #1d3356;
}

.logoFooter {margin-bottom: 50px; max-width: 220px;}
.footerInfos {margin-bottom: 15px;}
.footerInfos:last-child {margin-bottom: 0;}

.logoTripAdvisor {
	position: absolute;
	bottom: 20px;
	margin: 0;
	max-width: 110px;
	right: 11%;
}

/*****************************************************************************
* RESPONSIVE
*****************************************************************************/
/**********
iPad 3
**********/
/* Ipad (Paysage) ----------- */
@media only screen and (min-device-width : 810px) and (max-device-width : 1080px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	body {font-size: 1.5rem;}
	.w-80 {
		margin: auto;
		width: calc(100% - 10%);
	  }
	header {
		height: 90px;
		padding: 0 5%;
	}
	
	#logo {
		max-width: 220px;
	}
	nav a {
		font-size: 1.1rem;
		padding: 1.5em 0.5em;
		color: #12243c;
	}

	.blocCover {
		padding: 0 8%;
	}
	.blocSpec {
		padding: 10% 10%;
	  }
	  .blocJDH_img img {
		height: 100vh;
	  }
	  .blocJDH_txt, .blocSignature_txt, .blocDecoration_txt {
		padding: 0 5%;
	  }

	  .blocSpec h2, .blocSignature h2, .blocJDH_txt h2, .blocDecoration h2 {
		font-size: calc(1.6rem + 1.75vw);
	  }

	  .blocJDH_txt p, .blocSignature_txt p, .blocDecoration p {
		margin-bottom: 10px;
	  }
	  .blocDecoration_img {
		padding: 8% 0 5% 5%;
	  }

	.grid .c-4 {
		width: 37.33333333%;
	}
	.grid .ml-2 {
		margin-left: 12.66666667%;
	}
	.ratio-5-4 {
		padding-top: 110%;
	}
	#hovergrid {
		height: 70vh;
	}
	.logoFooter {
		max-width: 180px;
	}
	.w-c {
		width: calc(100% - 10%);
	}

	.citation p {
		font-size: 3rem;
	  }

	.cursor, .cursor2, .cursor3 {
		display: none;
	}	
}

/* Ipad (Portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	header {
		height: 80px !important;
	}

	#logo {
		max-width: 240px !important;
	}

	.padTopCarte {
		padding-top: 80px !important;
	}

	.w-50, .w-60 {
		width: calc(100% - 30%) !important;
	}

	.blocCover {
		height:100%;
		padding: 0 !important;
	}

	.blocCover::before {
		height: 40vh !important;
		width: 100%;
	}

	.home-slider {
		height: 70vh !important;
	  }

	  .citation {
		padding: 0 5% !important;
	  }
	  .citation p {
		font-size: 2.6rem !important;
	  }

	  .blocSpec h2, .blocSignature h2, .blocJDH_txt h2, .blocDecoration h2 {
		font-size: calc(1.6rem + 2vw) !important;
		margin-bottom: 20px !important;
	  }

	.blocJDH_img, .blocDecoration_img {
		height: 50vh !important;
	  }

	.logoFooter {
		max-width: 160px;
	}

	.cursor, .cursor2, .cursor3 {
		display: none;
	}

	nav a {
		color: #212c39;
	}

}

/**********
Smartphones
**********/
/* Smartphones (Paysage) ----------- */
@media only screen and (min-width: 481px) and (max-width: 991px) {
	body {font-size: 1.5rem;}
	.w-80 {
		margin: auto;
		width: calc(100% - 10%);
	  }
	  .w-70 {
		margin: auto;
		width: calc(100% - 5%);
	  }
	  .padBot7 {
		padding-top: 0;
	  }
	header {
		padding: 0 5%;
		height: 60px;
	}
	#logo {
		width: 100%;
		max-width: 220px;
	}
	.nav-bar {
		margin-top: -46px;
	}
	.nav-bar__menu-btn {
		right: 0;
	}
	.nav-bar__nav ul {
		width: 50vw;
		padding: 38px 20% 0;
	}
	.nav-bar_open .nav-bar__menu-btn {
		transform: translate(-45vw, 0);
	}

	.nav-bar__menu-btn::before, .nav-bar__menu-btn::after, .nav-bar__menu-btn span {
		background-color: #bbb49d;
	  }

	nav a {
		color: #212c39;
		font-size:1.3rem;
	}

	.onPimg {object-position: 50% 20%;;}
	.onPimg_2 {
		max-width: 50vw;
		right: 0;
		position: absolute;
	}
	.onPimg_3 {
		max-width: 60vw;
		height: 100vh;
		right: 0;
		position: absolute;
		object-fit: cover;
	}

	.padBlocHome {
		padding: 15% 0 30%;
	}

	.blocCover {
		padding: 0 5%;
	}
	
	.blocCover::before {
		height: 100vh;
		width: 50%;
	  }

	  .home-slider {
		height: calc(100vh - 120px);
	  }

	  .expanded-timeline {
		bottom: 0.1em;
	  }
	
	  .citation {
		padding: 0 10%;
	  }

	.citation p {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.citation h5 {
		font-size: 1.1rem;
	  }

	  .blocSpec {
		padding: 10% 5%;
	  }

	  .blocJDH, .blocSignature, .blocDecoration {
		flex-direction: column;
		height: 100%;
	  }

	  .blocJDH_img {
		width: 100%;
		margin-right: 0;
		order: 0;
		height: 100vh;
		overflow: hidden;
	  }

	  .blocDecoration_img {
		width: 100%;
		margin-right: 0;
		order: 0;
		height: 100vh;
		overflow: hidden;
		padding: 0 0 5% 10%;
	  }

	  .blocJDH_txt, .blocSignature_txt, .blocDecoration_txt {
		width: 100%;
		padding: 8% 10%;
		order: 1;
		z-index: 1;
		text-align: justify;
	  }

	  .blocSignature_img {
		position: relative;
		width: 100%;
		padding: 5% 10% 5% 0;
		order: 0;
	  }

	  #sliderHome .swiper-container {
		padding-bottom: 35px;
	  }

	  #sliderProjets .swiper-container {
		padding-bottom: 0px;
	  }




	.padTopCarte {
		padding-top: 60px;
	}
	.carteBox {
		padding: 5px 30px 60px;
	}
	.carteBox h2 {
		font-size: 2.6rem;
	}
	.mtPaysage_100 {margin-top: 100px;}

	#teamDeco .teamDeco_2 {
		position: absolute;
		left: -50%;
	}

	#hovergrid {
		display: flex;
		height: 100%;
		width: 100%;
		margin: auto;
	}
	.ratio-5-4 {
		padding-top: 110%;
	}

	
	.slider .slider__controls .slider__pagination {
		text-align: center;
		margin-top: 10px !important;
	}

	.logoFooter {
		margin-bottom: 10px;
		max-width: 220px;
	}


	.grid .ml-7 {
		margin-left: 35%;
	}
	.grid .c-5 {
		width: 65%;
	}

	.onPaysage {width: 100% !important; margin-left: 0 !important;}
	.cursor, .cursor2, .cursor3 {
		display: none;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.coverLine1, .coverLine2 {display: none;}

	header {
		padding: 0 4% 0 8%;
		height: 80px;
	}

	#logo {
		width: 100%;
		min-width: 250px;
	  }

	nav a {
		font-size: 1.4rem;
		color: #212c39;
	}

	.slide-inner--info {
		width: 80%;
	}

	.padBlocHome {padding:20% 0 40%;}
	.padBlocHome2 {padding:30% 0 20%}
	.blocCover, .blocChef {
		padding:0;
	}
	.blocCover:before {
		width:100%;
		height: 41.5vh;
		background-color:#fcf3d8 ;
	}
	.mBotSmart20 {margin-bottom: 20%;}

	.titreBloc  {
		font-family: var(--font-titre);
		font-size: calc(1.6rem + 7vw);
		line-height: 1;
		font-weight: 400;
		margin-bottom: 0.6em;
	}
	.textBloc  {
		font-size: 1.5rem;
	}

	#teamDeco .teamDeco_2 {
		position: absolute;
		left: -50%;
	}

	#hovergrid {
		display: flex;
		height: 100%;
		width: 100%;
		margin: auto;
		flex-direction: column;
	}
	#hovergrid .hovercell {
		width: 100%;
	}
	#hovergrid .hovercell .text-layer h4 {
		font-size: calc(1.6rem + 8vw);
	}
	#hovergrid .hovercell .text-layer p {
		font-size: 1.2rem;
	}
	.ratio-5-4 {
		padding-top: 100%;
	}

	.expanded-timeline {
		width: 35vh;
	}

	.carteBox {
		padding: 10px 20px 60px;
	}

	.carteBox h2 {
		font-size: 2.6rem;
	}

	.sliderRestaurant {
		padding: 120px 0 60px;
	}
	.slider .slider__controls .slider__pagination {
		text-align: center;
		margin-top: 30px !important;
	}

	.logoFooter {
		margin-bottom: 10px;
		max-width: 250px;
	}

	.home-slider {
		width: 100%;
		max-width: 100%;
		height: 100%;
	}

	.blocCover_contenu {
		width: 90%;
		bottom: 15%;
	}
	.citation p {
		font-size: 2.6rem;
	}

	.blocSpec {
		padding: 10% 3%;
	}

	.blocSpec h2, .blocSignature h2, .blocJDH_txt h2, .blocDecoration h2 {
		font-size: 3.2rem;
	}

	.sliderProjets .swiper-slide {
		padding: 0 10%;
	}

	.sliderProjets  .slide_titre h2 {
		font-size: 3.6rem;
	}
	.sliderProjets  .slide_titre h3 {
		font-size: 1.4rem;
	}

	.blocJDH {
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	.blocJDH_img {
		width: 100%;
	}
	.blocJDH_txt {
		width: 100%;
		padding: 15% 10%;
	}

	.blocSignature {
		flex-direction: column;
	}

	.blocSignature_txt {
		width: 100%;
		padding: 15% 10%;
		order: 1;
	}
	.blocSignature_img {
		width: 100%;
		order: 0;
	}

	.blocDecoration {
		flex-direction: column;
	}
	
	.blocDecoration_img {
		width: 100%;
		padding: 20% 0 15% 10%;
	}
	.blocDecoration_img::before {
		width: 90%;
	}
	.blocDecoration_txt {
		width: 100%;
		padding: 15% 10%;;
	}

	.cursor, .cursor2, .cursor3 {
		display: none;
	}
}

