
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: 'Perpetua Titling MT Light 2';
  src: url('/css/fonts/PerpetuaTitlingMTLight2.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Perpetua Titling MT bold';
  src: url('/css/fonts/pertibd.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic, sans-serif'; 
  src: url('/css/fonts/CenturyGothic.eot');
  src: local('Century Gothic'), local('CenturyGothic'),
      url('/css/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
      url('/css/fonts/CenturyGothic.woff2') format('woff2'),
      url('/css/fonts/CenturyGothic.woff') format('woff'),
      url('/css/fonts/CenturyGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic Bold,sans-serif'; 
  src: url('/css/fonts/CenturyGothic-Bold.eot');
  src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
      url('/css/fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
      url('/css/fonts/CenturyGothic-Bold.woff2') format('woff2'),
      url('/css/fonts/CenturyGothic-Bold.woff') format('woff'),
      url('/css/fonts/CenturyGothic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic Bold Italic, sans-serif'; 
  src: url('/css/fonts/CenturyGothic-BoldItalic.eot');
  src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
      url('/css/fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
      url('/css/fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
      url('/css/fonts/CenturyGothic-BoldItalic.woff') format('woff'),
      url('/css/fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Century Gothic Italic,sans-serif'; 
  src: url('/css/fonts/CenturyGothic-Italic.eot');
  src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
      url('/css/fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
      url('/css/fonts/CenturyGothic-Italic.woff2') format('woff2'),
      url('/css/fonts/CenturyGothic-Italic.woff') format('woff'),
      url('/css/fonts/CenturyGothic-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}



/*

*/
/* ----------------------------- */
/* ==reset */
/* ----------------------------- */

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Spartan', sans-serif;
}

/* base font-size corresponds to 10px and is adapted to rem unit */
html {
  font-size: 62.5%;
  width: auto;
  height: auto;
  /* overflow-x: hidden; */
  box-sizing: content-box;
  /* border: 1px red solid; */
}
body {
  background-color: #fbf5e5;
  color: #000100;
  font-family: 'Spartan', sans-serif;
  font-weight: 200;
  font-size: 1.4em; /* equiv 14px */
  /*line-height: 1.5;*/ /* adapt to your design */
  max-width: 100%;
  max-height: 100%;
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden !important;
  /* overflow-y: scroll !important; */
  /* padding-right: 18px !important; */
  /* box-sizing: content-box; */
  /* border: 1px red solid; */
}

/* body > div:nth-child(3) {
	width: 100vw;
} */

#Page {
  width: 1550px;
  overflow-x: hidden;
  /* height: 100vh; */
  position: relative;
  margin: auto;
  color: #000;
}

/* font-sizing for content */
/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure,
hgroup {
  font-size: 0.8vw; /* equiv 14px */
  line-height: 1.5vw;
  margin: 1.5em 0 0;
}
h1 {
  font-family: 'Perpetua Titling MT Light 2';
  font-size: calc(16px + 3vw);
  text-transform: uppercase;
  font-weight: 400;
  margin: 0vw;
  letter-spacing: 0.25vw;
}
h2 {
  font-size: calc(16px + 1.2vw);
  line-height: calc(16px + 2vw);
  font-weight: normal;
  font-family: 'Perpetua Titling MT Light 2';
  margin-bottom: 5vw;
}
h3,
.h3-like {
  font-size: 1.5714em; /* equiv 22px */
  font-weight: normal;
  line-height: 1.909em;
  margin: 0.9545em 0 0 0;
}
h4,
.h4-like {
  font-size: 1.4286em; /* equiv 20px */
  font-weight: normal;
  line-height: 1.05em;
  margin: 1.05em 0 0 0;
  font-family: 'Perpetua Titling MT bold';
}
h5,
.h5-like {
  font-size: 1.2857em; /* equiv 18px */
  font-weight: normal;
  line-height: 1.1667em;
  margin: 1.1667em 0 0 0;
}
h6,
.h6-like {
  font-size: 1.1429em; /* equiv 16px */
  font-weight: normal;
  line-height: 1.3125em;
  margin: 1.3125em 0 0 0;
}

a {
  transition: all 0.5s ease;
}

/* alternate font-sizing */
.smaller {
  font-size: 0.7143em; /* equiv 10px */
  line-height: 2.1em;
}
.small {
  font-size: 0.8571em; /* equiv 12px */
  line-height: 1.75em;
}
.big {
  font-size: 1.1429em; /* equiv 16px */
  line-height: 1.3125em;
}
.bigger {
  font-size: 1.2857em; /* equiv 18px */
  line-height: 1.1667em;
}
.biggest {
  font-size: 1.4286em; /* equiv 20px */
  line-height: 1.05em;
}

/* soft reset */
html,
body,
textarea,
p,
figure,
label {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: calc(16px + 0.5vw);
  line-height: calc(16px + 1.5vw);
}

a,
a:visited,
a:active {
  /* color: #cbad84; */
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

ul,
ol {
  padding-left: 2em;
}
code,
pre,
samp {
  white-space: pre-wrap;
  font-family: 'Spartan';
}
code {
  line-height: 1em;
}
table {
  margin-bottom: 1.5em;
}

/* avoid top margins on first content element */
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* HTML5 tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}

/* you shall not pass */
/*div, textarea, table, td, th, code, pre, samp {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
*/
/* pictures */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
a img {
  border: 0;
}

/* scripts */
body > script {
  display: none !important;
}

/* skip-links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  left: -9999px;
  padding: 0.5em;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
}

/**************** FONT plm **********************************************/


/* animation titre */
.char{
	animation: an 1s ease-out 1 both;
	display: inline-block;
}

@keyframes an{
	from{
		opacity: 0;
		transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -10, 0, 60deg);
	}
	to{
		opacity: 1;
		transform: perspective(500px) translate3d(0, 0, 0);
	}
}

#Page > div:nth-child(2) {
  padding-top: 180px;
}



.topspace {
  margin-top: 30px !important;
}

.fondeBox h2 {
  width: 100%;
  text-align: center;
  font-family: "Perpetua Titling MT Light 2";
  text-transform: uppercase;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  font-weight: 200;
  font-size: calc(16px + 1vw);
  line-height: calc(16px + 2vw);
  letter-spacing: 0.25vw;
}


.leftImg,
.rightImg {
  width: 100%;
  display: flex;
  align-items: center;
}
.leftImg > div,
.rightImg > div {
  width: 50%;
  padding: 5vw;
}
.leftImg > div div,
.rightImg > div div {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  padding: 2vw 0;
}

.leftImg > div div {
  text-align: left;
}

.rightImg > div div {
 text-align: right; 
}

.leftImg > div h2,
.rightImg > div h2 {
  text-transform: uppercase;
  margin-bottom: 1vw;
}
.leftImg > div p,
.rightImg > div p {
  line-height: calc(16px + 0.75vw);
}




.fondeBox a,
.leftImg a,
.rightImg a {
  text-transform: uppercase;
  color: #fbf5e5;
  border: 1px #000 solid;
  background-color: #000;
  text-decoration: none;
  padding: 10px 15px 5px;
    font-size: calc(16px + 0.5vw);
    line-height: calc(16px + 0.5vw);

}
.fondeBox a:hover,
.leftImg a:hover,
.rightImg a:hover {
  color: #000;
  border: 1px #000 solid;
  background-color: transparent;
}





/*************** commun **************************************/






@media all and (max-width: 767px) {

  .leftImg,
  .rightImg {
    flex-direction: column;
  }
  .rightImg > div:nth-child(2) {
    order: -1;
  }
  .leftImg > div div,
  .rightImg > div div {
    padding: 5vw 0;
  }
  .leftImg > div h2,
  .rightImg > div h2 {
    font-size: calc(16px + 2vw);
    line-height: calc(16px + 2.5vw);
    margin-bottom: 5vw;
  }
  .leftImg > div,
  .rightImg > div {
    width: 90%;
    padding: 0vw;
  }

  swiper-slide {
    padding: 0px 9vw;
}

}

@media (min-width: 2000px) {
  #Prime {
    margin: 5vw 0 3vw 0;
  }

  #Prime h1 {
    font-size: calc(16px + 1.1vw);
    line-height: calc(16px + 1.1vw);
    margin: 0.5vw 1.5vw 3vw 1.5vw;
  }
  #Prime h1 span:nth-child(1) {
    font-size: calc(16px + 0.55vw);
    line-height: calc(16px + 0.55vw);
    margin-top: 0.75vw;
  }
  #Prime h1 span:nth-child(2) {
    font-size: calc(16px + 0.25vw);
    line-height: calc(16px + 1vw);
  }

  .leftImg > div,
  .rightImg > div {
    padding: 1vw;
  }
  .leftImg > div h2,
  .rightImg > div h2 {
    font-size: calc(16px + 1.5vw);
    line-height: calc(16px + 1.5vw);
  }
}

/*******************************************************************/


/* Intro pages */
#intro {
  padding: 5vw 0 2vw 0;
  color: #000;
  text-align: center;
  /* background-color: #fff; */
}
#intro h2 {
  color: #000;
  font-family: 'Spartan', sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 2vw;
  width: 90%;
  margin: 0 5% 1vw 5%;
}
#intro h1 {
  /* color: #cbad84; */
  font-family: 'Perpetua Titling MT Light 2';
  font-style: normal;
  font-size: 5vw;
  font-weight: 100;
  line-height: 5vw;
  width: 80%;
  margin: 0 10% 1.5vw 10%;
}
#intro p {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  margin-bottom: 1vw;
  font-size: 2vw;
  font-weight: 200;
  line-height: 2.5vw;
}
#intro img {
  width: auto;
  height: 6vw;
}
@media (max-width: 1023px) {
  #intro {
    padding: 5vw 0 6vw 0;
    /* color: #b2b2b2; */
    text-align: center;
    /* background-color: #000; */
  }
  #intro h2 {
    /* color: #b2b2b2; */
    font-family: 'Spartan', sans-serif;
    font-style: italic;
    font-size: calc(16px + 2vw);
    font-weight: 200;
    line-height: calc(16px + 3.5vw);
  }
  #intro h1 {
    /* color: #cbad84; */
    font-family: 'Perpetua Titling MT Light 2';
    font-style: normal;
    font-size: 8vw;
    font-weight: 100;
    line-height: 10vw;
  }
  #intro p {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2vw;
    font-weight: 200;
    line-height: 2.5vw;
  }
  #intro img {
    width: auto;
    height: 120px;
  }
}

@media (min-width: 2000px) {
  .leftImg > div h2, .rightImg > div h2 {
 font-size: calc(16px + 1vw);
 line-height: calc(16px + 1.5vw);
}
}


/******************************************************************************/

.shimmer {
  font-family: "Spartan";
  font-weight: 300;
  font-size: 3em;
  margin: 0 auto;
  padding: 0 140px 0 0;
  display: inline;
  margin-bottom: 0;
}

.shimmer {
  text-align: center;
  color: rgba(255,255,255,0.1);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}