body > script {
  display: none !important; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

a img {
  border: 0; }

img {
  width: auto;
  height: auto;
  vertical-align: middle;
  max-width: 100%; }

/* ---------------- COMMON --------------- */
html {
  scroll-behavior: smooth; }

body.no-scroll {
  overflow-y: hidden; }

::-moz-selection {
  color: #FFF;
  background: #011D25; }

::selection {
  color: #FFF;
  background: #011D25; }

/* ---------------- STRUCTURE --------------- */
.wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

.half-wrap {
  width: 100%;
  max-width: 600px;
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (min-width: 500px) {
  .wrap,
  .half-wrap {
    padding-left: 45px;
    padding-right: 45px; } }
.block-center {
  max-width: 600px;
  text-align: center;
  z-index: 5; }

.row {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-basis: 100%;
  flex-wrap: wrap;
  flex: 0 1 auto; }

.col {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }

.col .col {
  /* IE FIX */
  flex-basis: auto; }

.v-padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.v-padding-big {
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (min-width: 768px) {
  .v-padding {
    padding-top: 70px;
    padding-bottom: 70px; }

  .v-padding-big {
    padding-top: 90px;
    padding-bottom: 90px; } }
@media screen and (min-width: 1024px) {
  .v-padding {
    padding-top: 90px;
    padding-bottom: 90px; }

  .v-padding-big {
    padding-top: 120px;
    padding-bottom: 120px; } }
/* ---------------- TYPOS / LIENS --------------- */
a:link, a:visited {
  text-decoration: none;
  transition: color .4s ease-out; }

a:active, a:hover {
  text-decoration: underline; }

body, p {
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .3px;
  color: #011D25;
  font-weight: 300; }

p {
  margin-bottom: 15px;
  text-align: justify; }

@media screen and (min-width: 500px) {
  p {
    font-size: 16px;
    line-height: 22px; } }
small {
  font-size: 14px; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

h1, .h1, h2, .h2, h3, .h3, h4, h4 {
  font-family: "Kanit", sans-serif; }

h1, .h1, h2, .h2 {
  position: relative;
  font-size: 27px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 42px; }

@media screen and (min-width: 500px) {
  h1, .h1, h2, .h2 {
    font-size: 35px;
    line-height: 35px; } }
h1 span, .h1 span, h2 span, .h2 span {
  font-weight: 500; }

h1.trait:after, .h1.trait:after, h2.trait:after, .h2.trait:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: '';
  height: 5px;
  width: 35px;
  border-radius: 50px;
  background-color: #C5F267;
  box-shadow: 0px 0px 12px #C5F267; }

h1.trait.center:after, .h1.trait.center:after, h2.trait.center:after, .h2.trait.center:after {
  left: 50%;
  transform: translateX(-50%); }

h1.trait.right:after, .h1.trait.right:after, h2.trait.right:after, .h2.trait.right:after {
  left: auto;
  right: 0; }

/* ------------------ BUTTONS ----------------------- */
.button {
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  tranform: skew(-25deg);
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 10px 30px;
  margin-top: 15px;
  color: #FFF;
  background: linear-gradient(90deg, #011D25 0%, #011D25 100%);
  box-shadow: 0 -15px 10px -10px #011D25 inset;
  transition: background-color .4s ease-out, color .4s ease-out, box-shadow .4s ease-out; }

.button span {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  tranform: skew(25deg);
  display: inline-block; }

.button:hover {
  color: #C5F267;
  box-shadow: 0 -15px 10px -15px #C5F267 inset; }

.button:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -5px;
  height: 44px;
  background-color: #C5F267;
  box-shadow: 0 0px 5px 0px #C5F267;
  width: 10px;
  transition: left .2s ease-out;
  animation-duration: .2s;
  animation-name: button_animation_reverse;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: linear; }

.button:hover:after {
  animation-name: button_animation; }

@keyframes button_animation {
  from {
    width: 10px;
    left: -5px;
    background-color: #c5f267; }
  50% {
    left: 50%;
    width: 60%;
    background-color: rgba(197, 242, 103, 0.2); }
  to {
    left: 100%;
    width: 10px;
    background-color: #c5f267; } }
@keyframes button_animation_reverse {
  from {
    width: 10px;
    left: 100%;
    background-color: #c5f267; }
  50% {
    left: 50%;
    width: 60%;
    background-color: rgba(197, 242, 103, 0.2); }
  to {
    left: -5px;
    width: 10px;
    background-color: #c5f267; } }
.green-button {
  background-color: #C5F267;
  color: #011D25;
  border-radius: 50px;
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  margin-top: 15px;
  cursor: pointer;
  box-shadow: 0px 0px 7px #C5F267;
  transition: box-shadow .4s ease-out;
  border: 0;
  font-weight: 300; }
  .green-button:link, .green-button:visited {
    color: #011D25; }
  .green-button:hover, .green-button:active {
    box-shadow: 0px 0px 12px #C5F267;
    text-decoration: none; }

/* ---------------- DIVERS --------------- */
#response_newsletter {
  margin-top: 7px;
  color: #C5F267; }
  #response_newsletter.error {
    color: red; }

svg.triangle {
  max-width: 1000px;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  fill: white;
  z-index: 1; }

svg.triangle-reverse {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  fill: white;
  z-index: 2; }

/* -------------- TOP BAR / MENU --------------*/
#logo-namx {
  width: 70px; }

#top-bar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(0deg, rgba(1, 29, 37, 0) 0%, #011d25 100%); }
  #top-bar .wrap {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 75px; }
  #top-bar nav {
    display: none;
    position: relative; }
    #top-bar nav ul {
      display: flex;
      flex-direction: row;
      list-style: none;
      font-size: 15px; }
      #top-bar nav ul li {
        margin-right: 20px;
        padding: 5px 0px;
        position: relative;
        /* SOUS MENU */ }
        #top-bar nav ul li a:link, #top-bar nav ul li a:visited {
          color: #FFF;
          font-weight: 400;
          position: relative; }
        #top-bar nav ul li a:active, #top-bar nav ul li a:hover {
          color: #C5F267;
          text-decoration: none; }
        #top-bar nav ul li ul {
          flex-direction: column;
          position: absolute;
          top: 31px;
          left: 0%;
          padding-top: 7px;
          transform: translate(0, -10px);
          opacity: 0;
          transition: opacity .2s ease-out, transform .2s ease-out;
          white-space: nowrap; }
          #top-bar nav ul li ul li {
            margin-right: 0;
            background-color: rgba(1, 29, 37, 0.2);
            padding: 7px 20px; }
            #top-bar nav ul li ul li:first-child {
              padding-top: 15px; }
            #top-bar nav ul li ul li:last-child {
              padding-bottom: 15px; }
            #top-bar nav ul li ul li a:link, #top-bar nav ul li ul li a:visited {
              font-size: 13px;
              line-height: 12px;
              font-weight: 200; }
        #top-bar nav ul li:hover ul {
          opacity: 1;
          transform: translate(0, 0); }
    #top-bar nav.main-nav > ul > li:last-child {
      border: 1px solid;
      border-radius: 50px;
      padding: 5px 20px;
      border-color: #C5F267;
      transition: background-color .4s ease-out;
      margin-right: 0px;
      margin-left: 25px; }
      #top-bar nav.main-nav > ul > li:last-child a:link, #top-bar nav.main-nav > ul > li:last-child a:visited {
        color: #C5F267; }
      #top-bar nav.main-nav > ul > li:last-child:hover {
        background-color: #C5F267; }
        #top-bar nav.main-nav > ul > li:last-child:hover a:link, #top-bar nav.main-nav > ul > li:last-child:hover a:visited {
          color: #011D25; }
      #top-bar nav.main-nav > ul > li:last-child.active a:after {
        display: none; }

#active-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #C5F267;
  box-shadow: 0px 0px 12px #C5F267;
  transition: left .2s ease-out, width .2s ease-out; }

#mobile-menu-hamburger {
  display: flex;
  cursor: pointer; }
  #mobile-menu-hamburger img {
    width: 30px; }

@media (min-width: 1000px) {
  #top-bar nav {
    display: block; }

  #mobile-menu-hamburger {
    display: none; } }
/* -------------- MENU MOBILE --------------*/
#menu-mobile {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 100%;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 25px;
  background-color: #011D25;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: left .2s ease-out; }
  #menu-mobile.opened {
    left: 0; }
  #menu-mobile .close-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    stroke: #FFF;
    width: 55px;
    height: 55px;
    cursor: pointer; }
  #menu-mobile nav {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    #menu-mobile nav img {
      width: 100px;
      margin-bottom: 30px; }
    #menu-mobile nav ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-top: 7px; }
      #menu-mobile nav ul li {
        margin-bottom: 20px;
        margin-right: 0; }
        #menu-mobile nav ul li a:link, #menu-mobile nav ul li a:visited {
          color: #FFF; }
        #menu-mobile nav ul li a:active, #menu-mobile nav ul li a:hover {
          color: #C5F267; }
        #menu-mobile nav ul li:last-child {
          margin-bottom: 0; }
        #menu-mobile nav ul li.active a:link, #menu-mobile nav ul li.active a:visited {
          color: #C5F267; }
      #menu-mobile nav ul:last-child {
        flex-direction: row; }
        #menu-mobile nav ul:last-child li {
          margin-left: 5px;
          margin-right: 5px;
          margin-bottom: 0; }
  #menu-mobile .green-button {
    margin-top: 0;
    transition: box-shadow .4s ease-out; }

@media (min-width: 1000px) {
  #menu-mobile {
    display: none; } }
/* -------------- SECTION HEADER --------------*/
#section-header {
  position: relative;
  background-color: #011D25; }
  #section-header picture {
    height: 100vh;
    width: 100%;
    z-index: 1; }
  #section-header img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
  #section-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* background-color: rgba(0, 0, 0, 0.5);  */
  }
    #section-header .overlay .slogan {
      text-align: center;
      padding-top: 150px; }
      #section-header .overlay .slogan h1 {
        color: #FFF;
        font-size: 30px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 3px; }
        #section-header .overlay .slogan h1:after {
          left: 50%;
          transform: translateX(-50%); }
        #section-header .overlay .slogan h1 span {
          display: block;
          font-size: 22px;
          line-height: 22px;
          letter-spacing: .3px;
          font-weight: 200;
          text-transform: none; }
      #section-header .overlay .slogan p {
        color: #FFF;
        margin-bottom: 0;
        text-align: justify;
        line-height: 22px;
        /* background-color: rgba(0, 0, 0, 0.5); */
        padding: 10px; }
      @media screen and (min-width: 500px) and (max-width: 767px) {
        #section-header .overlay .slogan h1 {
          font-size: 40px;
          line-height: 40px; }
          #section-header .overlay .slogan h1 span {
            font-size: 25px;
            line-height: 25px; } }
      @media screen and (min-width: 768px) {
        #section-header .overlay .slogan h1 {
          font-size: 50px;
          line-height: 50px; }
          #section-header .overlay .slogan h1 span {
            font-size: 30px;
            line-height: 30px; } }
  @media screen and (min-width: 1024px) {
    #section-header .overlay {
      justify-content: center;
      align-items: flex-start; }
      #section-header .overlay .slogan {
        text-align: left;
        padding-top: 0px; }
        #section-header .overlay .slogan h1:after {
          left: 0;
          transform: translateX(0); } }
  #section-header.with-text picture {
    height: auto;
    max-height: 100vh;
    position: absolute;
    top: 0;
    left: 0; }
  #section-header.with-text img {
    height: auto;
    max-height: 100vh; }
  #section-header.with-text picture:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, #011d25 0%, rgba(1, 29, 37, 0) 100%);
    z-index: 2; }
  #section-header.with-text .overlay {
    position: relative;
    top: auto;
    left: auto;
    justify-content: center;
    padding-top: 240px;
    padding-bottom: 40px;
    background-color: transparent; }
    #section-header.with-text .overlay .slogan {
      padding-top: 0; }
  @media screen and (min-width: 500px) {
    #section-header.with-text .overlay {
      background-color: rgba(0, 0, 0, 0.5); } }
  @media screen and (min-width: 1024px) {
    #section-header.with-text .overlay {
      justify-content: center;
      padding-top: 0;
      padding-bottom: 70px; }
      #section-header.with-text .overlay .slogan {
        max-width: 620px; } }
  @media screen and (min-width: 1024px) and (max-height: 700px) {
    #section-header.with-text .overlay {
      justify-content: flex-end; }
      #section-header.with-text .overlay .slogan {
        max-width: 800px; } }

/* -------------- SECTION HEADER SPECIFIQUE A CHAQUE PAGE --------------*/
/* -------------- SCROLL TO TOP --------------*/
#scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 25px;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 17px; }
  @media (min-width: 500px) {
    #scroll-to-top {
      bottom: 40px;
      right: 40px; } }
  #scroll-to-top img {
    filter: drop-shadow(0px 0px 5px #C5F267); }

#scroll-to-next {
  position: fixed;
	top: 70px;
  right: 25px;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 17px; }
  @media (min-width: 500px) {
    #scroll-to-next {
      top: 80px;
      right: 40px; } }
  #scroll-to-next img {
    filter: drop-shadow(0px 0px 5px #C5F267); }

/*# sourceMappingURL=primary-css.css.map */


.p1-hidden {
  opacity: 0;
  height: 0;
}

.p1-showed {
  opacity: 1;
  height: auto;
}

.p2-hidden {
  opacity: 0;
  height: 0;
}

.p2-showed {
  opacity: 1;
  height: auto;
}

.p3-hidden {
  opacity: 0;
  height: 0;
}

.p3-showed {
  opacity: 1;
  height: auto;
}

.p4-hidden {
  opacity: 0;
  height: 0;
}

.p4-showed {
  opacity: 1;
  height: auto;
}

.p5-hidden {
  opacity: 0;
  height: 0;
}

.p5-showed {
  opacity: 1;
  height: auto;
}


button.p-show-more {
  background: #011D25;
  outline: none;
  border: none;
  cursor: pointer;
  z-index: 99;
  padding: 6px;
  color: white;
  font-weight: bold;
  height: 40px;
}

button.p-show-more:hover {
  color: #C5F267;
}