body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: white;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
p {
  hyphens: auto;
}
* {
  box-sizing: border-box;
}
h1 {
  font-size: 26px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 24px;

  margin: 0;
  padding: 0;
}
h3 {
  font-size: 18px;

  margin: 0;
  padding: 0;
}

.logo {
  height: 100px;
  display: block;
}

.logo-hp {
  margin: 20px auto;
  display: block;
  max-width: 90%;
  display: none;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: 800;
}
.bold-semi {
  font-weight: 700;
}
.demain-logo {
  display: none;
}
.sacramento-regular {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}
:root {
  --color-primary: #f4b303;
  --color-secondary: #c18e03;
  --main-padding-top-mobile: 140px;
  --main-padding-top-desktop: 285px;
}

.jaune1 {
  color: #c18e03;
}
.jaune2 {
  color: #f4b303;
}
.big-size {
  font-size: 32px;
}
.m-top {
  margin-top: 25px;
}
.title-video {
  color: white !important;
}
.contact-section {
  text-align: center;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?lqxjj5");
  src: url("../fonts/icomoon.eot?lqxjj5#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?lqxjj5") format("truetype"),
    url("../fonts/icomoon.woff?lqxjj5") format("woff"),
    url("../fonts/icomoon.svg?lqxjj5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu1:before {
  content: "\e900";
}
.icon-menu1 {
  cursor: pointer;
}

.wrapper {
  /*max-width: 1200px;*/
  margin: 0 auto;
  padding: 0 0px;

  width: 100%;
  overflow-x: hidden;
}
.wrapper-header {
  display: flex;
  gap: 0 20px;
  align-items: center;
  padding-top: 10px;
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.section {
  padding-left: 10px;
  padding-right: 10px;
}
.video {
  margin-top: 10px;
}
header {
  position: fixed;
  /*max-width: 1200px;*/
  background: #000;
  z-index: 3;
  width: 100%;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.75);
}
header .menu-burger {
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
header .title {
  width: 80%;
  display: none;
}
header .header-message {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  /*color: var(--color-primary);*/
  color: white;
  font-size: 14px;
}
header .title h1 {
  font-size: 26px;
}
nav {
  height: 100vh;
  position: absolute;
  width: 100%;
  background: black;
  left: 110%;
  transition: all 0.2s ease-out;
  padding: 0 0px;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}
a {
  color: var(--color-primary);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
.title-2.small {
  font-size: 20px;
}
nav ul li:first-child {
  border: none;
}
nav ul li {
  padding: 10px;
  border-top: 1px solid var(--color-secondary);
}
nav.show {
  left: 0;
  z-index: 10;
}
main {
  padding: var(--main-padding-top-mobile) 0 200px 0;
  position: relative;
}
.demain {
  position: absolute;
  top: 102px;
  width: 100%;
  text-align: left;
  display: none;
}
.title-1,
.title-2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  color: var(--color-primary);
}
.title-2 {
  /*font-size: 32px;
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  color: var(--color-primary);
  text-align: center;
  padding: 0 20px;*/
}
.message-hp {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  padding: 0 20px;
}
.title-2 {
  margin-top: 15px;
  line-height: 1.5em;
}
.text {
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
}
.p-0 {
  padding: 0;
}
.left {
  text-align: left;
}
.md h1 {
  font-family: "Montserrat", sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.md h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-primary);
  margin-top: 10px;
}
.md h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary);
  margin-top: 10px;
}
.md p {
  line-height: 1.5em;
  font-family: "Merriweather", serif;
  font-weight: 200;
  text-align: justify;
}
.md p strong {
  font-weight: 900;
}
.logo-contact {
  display: block;
  height: 150px;
  margin: 0 auto;
}
.section.contact p {
  text-align: center;
}
.section.contact p a {
  font-size: inherit;
}

@media (min-width: 767px) {
  header {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu-burger {
    display: none;
  }
  nav {
    position: static;
    height: auto;
    /*background-color: var(--color-secondary);*/
  }
  nav ul {
    display: flex;
    padding-left: 10px;
    gap: 20px;
    border: 1px solid var(--color-secondary);
    border-left: none;
    border-right: none;
    margin-top: 0px;
  }
  nav ul li {
    border: none;
    margin: 0;

    padding: 3px 10px 5px 10px;
    list-style-type: none;

    /*color: white;*/
  }
  nav ul li:first-child {
    margin-left: auto;
  }
  nav ul li a {
    /*color: rgba(255,255,255,0.75);*/
    font-size: 20px;
  }
  nav ul li:hover {
    background-color: var(--color-secondary);
  }
  nav ul li:hover a {
    color: white;
  }
  .wrapper-header .logo {
    display: block;
    height: 200px;
  }
  .wrapper-header {
    justify-content: left;
  }
  .wrapper-header .title {
    display: none;
  }
  header .header-message {
    width: auto;
    font-size: 32px;
  }
  header .header-message br {
    display: none;
  }
  main {
    padding-top: var(--main-padding-top-desktop);
  }
  .hp-banner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: calc(100vw * 9 / 16);
  }
  .logo-hp {
    display: none;
  }
  .video-landing {
    position: absolute;
    top: calc(var(--main-padding-top-desktop) - 35px);
    width: 100%;
  }
  .message-hp {
    font-size: 24px;
    max-width: 700px;
    margin: auto;
    margin-top: calc((100vw * 9 / 16) / 2);
  }
  .message-hp.message-video {
    margin-top: 20px;
  }
  .title-1,
  .title-2 {
    text-align: center;
  }
  .text,
  .md p {
    text-align: center;
    hyphens: none;
  }
  .section,
  .video,
  .md p {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
  }
  .video {
    display: block;
  }
  .demain-logo {
    display: block;
    font-size: 27px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .logo-wrapper {
    position: relative;
    bottom: 30px;
  }
  nav ul {
    border: none;
  }
  .demain-logo {
    position: absolute;
  }
}
