body {
  margin-right: auto;
  margin-left: auto;
  background-color: #1f1f1f;
  font-family: futura-pt, sans-serif;
  color: #888;
  font-size: 14px;
  line-height: 1.3;
  cursor: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #888;
  font-size: 17px;
}

a {
  z-index: 50;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #666;
  text-decoration: none;
  cursor: none;
}

a:hover {
  color: #bbb;
}

img {
  display: inline-block;
}

form {
  font-size: 20px;
  cursor: none;
}

label {
  display: block;
  margin-bottom: 5px;
}

.scrollify {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: border-box;
}

.grain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 500vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grain.burger {
  z-index: 999;
}

.explorer {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: inline-block;
  width: 140px;
  margin-top: 6px;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  -webkit-transition: font-size 600ms ease, letter-spacing 1000ms ease, color 200ms ease;
  transition: font-size 600ms ease, letter-spacing 1000ms ease, color 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #6e6148;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.explorer:hover {
  color: #fff;
  letter-spacing: 1em;
}

.explorer.cursor-hover {
  -webkit-transition: font-size 600ms ease, letter-spacing 1000ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: font-size 600ms ease, letter-spacing 1000ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, font-size 600ms ease, letter-spacing 1000ms ease, color 200ms ease;
  transition: transform 200ms ease, font-size 600ms ease, letter-spacing 1000ms ease, color 200ms ease, -webkit-transform 200ms ease;
}

.explorer.cursor-hover:hover {
  letter-spacing: 0.35em;
}

.utility-page-wrap {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: block;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.logo {
  z-index: 999;
  display: block;
  opacity: 0.6;
}

.logo:hover {
  opacity: 1;
}

.submit-button {
  position: relative;
  display: block;
  width: 250px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-bottom: 2px none #4b4433;
  background-color: transparent;
  -webkit-transition: letter-spacing 400ms ease, opacity 350ms ease;
  transition: letter-spacing 400ms ease, opacity 350ms ease;
  font-family: futura-pt, sans-serif;
  color: #6e6148;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: none;
}

.submit-button.link-hover-ix {
  -webkit-transition: color 200ms ease, letter-spacing 1000ms ease, opacity 350ms ease;
  transition: color 200ms ease, letter-spacing 1000ms ease, opacity 350ms ease;
}

.submit-button.link-hover-ix:hover {
  color: #fff;
  letter-spacing: 0.7em;
}

.submit-button.link-hover-ix:focus {
  color: #fff;
  letter-spacing: 0.7em;
}

.burger-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-burger {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 99999;
  width: 30px;
  opacity: 1;
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
  -webkit-transition: -webkit-filter 400ms linear;
  transition: -webkit-filter 400ms linear;
  transition: filter 400ms linear;
  transition: filter 400ms linear, -webkit-filter 400ms linear;
  cursor: pointer;
}

.icon-burger:hover {
  opacity: 1;
  -webkit-filter: saturate(0%) brightness(200%);
  filter: saturate(0%) brightness(200%);
}

.icon-burger.link-hover-ix {
  cursor: none;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.overlay.hide {
  display: none;
}

.menu-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0a0a0a;
}

.burger-link {
  position: relative;
  z-index: 900;
  display: block;
  width: 100vw;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 200ms ease, opacity 300ms ease;
  transition: color 200ms ease, opacity 300ms ease;
  font-family: quiche-sans, sans-serif;
  color: #50442d;
  font-size: 80px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: uppercase;
}

.burger-link:hover {
  color: #999;
}

.burger-link:focus {
  opacity: 0.6;
}

.menu-links {
  position: relative;
  left: auto;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.cursor-rouge {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0.00001em;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 50%;
  background-color: #f06;
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.cursor-cyan {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #0ff;
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-links {
  position: relative;
  z-index: 10;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: letter-spacing 1000ms ease, color 200ms ease;
  transition: letter-spacing 1000ms ease, color 200ms ease;
  color: #6f6249;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links:hover {
  color: #fff;
  letter-spacing: 1em;
}

.footer-links.cursor-hover {
  min-width: 65px;
  -webkit-transition: letter-spacing 1000ms ease, color 200ms ease;
  transition: letter-spacing 1000ms ease, color 200ms ease;
  color: #6f6249;
  font-size: 16px;
  text-align: center;
}

.footer-links.cursor-hover:hover {
  color: #fff;
  letter-spacing: 1em;
}

.titre-page {
  z-index: 1;
  font-family: futura-pt, sans-serif;
  color: #6e5c3a;
  font-size: 90px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.02em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.titre-accueil-w {
  position: relative;
  top: 80px;
  overflow: hidden;
  padding-right: 80px;
  padding-bottom: 8px;
  padding-left: 80px;
}

.titre-accueil-w.cat {
  top: 0px;
}

.menu {
  position: fixed;
  left: 0%;
  top: 42px;
  right: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.menu-block {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  cursor: pointer;
}

.menu-titre {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
  padding: 10px 15px;
  -webkit-transition: color 300ms ease, -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  transition: color 300ms ease, -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1), color 300ms ease;
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1), color 300ms ease, -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  color: #888;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.menu-titre.cursor-over:hover {
  opacity: 1;
}

.logo-link {
  position: fixed;
  left: 145px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  width: 40px;
  height: 40px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

._404-image {
  position: relative;
  width: 100px;
  margin-bottom: 40px;
  clear: right;
  opacity: 0.2;
  -webkit-filter: brightness(400%);
  filter: brightness(400%);
}

.bg-home {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Visuel-home-accueil.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-home._404 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.signature-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: 40px;
  display: block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signature-wrapper.burger {
  z-index: 999;
}

.links-bottom-projetcs {
  position: relative;
  margin-left: -2px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-transition: letter-spacing 1000ms ease, color 200ms ease;
  transition: letter-spacing 1000ms ease, color 200ms ease;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

.links-bottom-projetcs:hover {
  color: #bbb;
  letter-spacing: 0.3em;
}

.pellicule {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 1600px;
  margin-top: -45px;
  opacity: 0.85;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-wrapper {
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-pellicule-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-bg-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 45px;
  background-color: #191919;
}

.menu-bg-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 45px;
  background-color: #141414;
  background-image: url('../images/nuage-burger.jpg');
  background-position: 35% 0px;
  background-size: 875px;
  background-repeat: no-repeat;
}

.lottie-birds {
  position: absolute;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cursor-gd {
  position: absolute;
  z-index: 99;
  display: none;
}

.loading-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.loading {
  margin-bottom: 50px;
  margin-left: 36px;
  color: #6e5c3a;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.cursor-scroll {
  position: absolute;
  z-index: 99;
  display: none;
  width: 32px;
}

.cadre-accueil {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 24px solid #000;
  border-radius: 60px;
}

.cadre-c1 {
  width: 70px;
  margin-top: -30px;
  margin-left: -30px;
  border-top: 70px solid #000;
  border-right: 70px solid transparent;
}

.cadre-c2 {
  width: 70px;
  margin-bottom: -30px;
  margin-left: -30px;
  border-right: 70px solid transparent;
  border-bottom: 70px solid #000;
}

.cadre-c3 {
  width: 70px;
  margin-top: -30px;
  margin-right: -30px;
  border-top: 70px solid #000;
  border-left: 70px solid transparent;
}

.cadre-c4 {
  width: 70px;
  margin-right: -30px;
  margin-bottom: -30px;
  border-bottom: 70px solid #000;
  border-left: 70px solid transparent;
}

.sur-cadre {
  position: absolute;
  left: 0%;
  top: -100vh;
  right: 0%;
  bottom: 0px;
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  background-color: #0a0a0a;
}

.client {
  position: relative;
  margin: 35px;
  padding: 3px;
}

.titre-categories {
  z-index: 1;
  display: none;
  height: 150px;
  font-family: futura-pt, sans-serif;
  color: hsla(0, 0%, 100%, 0.12);
  font-size: 150px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.cadre-where {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  margin-top: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 24px solid #000;
  border-radius: 60px;
}

.cadre-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-top: -100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.body-home {
  overflow: hidden;
  height: 100vh;
  background-color: #141414;
}

.page-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.countdown {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  margin-top: -28px;
}

.contenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenu.start {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.contenu.quote {
  position: fixed;
}

.photo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 100px 88px 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.contenu-w {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.contenu-w.start {
  height: 150vh;
}

.indicateur {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 30px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #292929;
}

.progress {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 30px;
  background-color: #6e5c3a;
}

.getdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
}

.getdown.first {
  left: 0%;
  width: 100%;
}

.getup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 100%;
}

.up-and-down {
  position: fixed;
  left: 0px;
  top: 100px;
  right: 0px;
  bottom: 50px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 1000px;
  margin: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #6e5c3a;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}

.bg-where {
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
  background-image: url('../images/Visuel-home-where-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-where.page {
  position: fixed;
  z-index: 10;
}

.bg-what {
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
  background-image: url('../images/Visuel-home-what.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-what.page {
  position: fixed;
  z-index: 20;
}

.cadre-what {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  margin-top: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 24px solid #000;
  border-radius: 60px;
}

.bg-who {
  position: static;
  display: block;
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
  background-image: url('../images/Visuel-home-who.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-who.page {
  position: fixed;
  z-index: 30;
}

.bg-why {
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
  background-color: #1f1f1f;
  background-image: url('../images/Visuel-home-why.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-why.page {
  position: fixed;
  z-index: 30;
}

.cadre-who {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  margin-top: 300vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 24px solid #000;
  border-radius: 60px;
}

.cadre-why {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  margin-top: 400vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 24px solid #000;
  border-radius: 60px;
}

.icon-menu-where {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signature {
  width: 140px;
  opacity: 0.3;
}

.icon-where {
  margin-top: 6px;
}

.icon-what {
  margin-top: 6px;
}

.icon-menu-what {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 50px;
  margin-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-menu-who {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 50px;
  margin-left: -2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-who {
  margin-top: 6px;
}

.icon-menu-why {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-why {
  margin-top: 6px;
  margin-left: 0px;
}

.menu-link-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quote-film {
  display: inline-block;
  margin-top: 30px;
  color: #666;
  font-size: 26px;
  font-weight: 500;
}

.contact {
  z-index: 50;
  display: none;
  width: 100vw;
  min-height: 168px;
  margin-top: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/footer-theend.png');
  background-position: 50% 50%;
  background-size: 970px;
  background-repeat: no-repeat;
}

.contact-gauche {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 6px;
  float: left;
  clear: both;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #999;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: none;
}

.contact-droite {
  position: relative;
  display: inline-block;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 0px;
  float: left;
  border-style: none;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #555;
  background-color: transparent;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
  cursor: none;
}

.contact-droite::-webkit-input-placeholder {
  color: #555;
}

.contact-droite:-ms-input-placeholder {
  color: #555;
}

.contact-droite::-ms-input-placeholder {
  color: #555;
}

.contact-droite::placeholder {
  color: #555;
}

.contact-droite._1 {
  z-index: 999999999;
  max-width: 300px;
}

.contact-droite._1:hover {
  color: #999;
}

.footer {
  position: relative;
  z-index: 50;
  display: none;
  overflow: hidden;
  width: 100vw;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links-2 {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: letter-spacing 1000ms ease, color 200ms ease;
  transition: letter-spacing 1000ms ease, color 200ms ease;
  color: #866f44;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links-2:hover {
  color: #fff;
  letter-spacing: 1em;
}

.footer-links-2.cursor-hover {
  min-width: 65px;
  -webkit-transition: letter-spacing 1000ms ease, color 200ms ease;
  transition: letter-spacing 1000ms ease, color 200ms ease;
  font-size: 16px;
  text-align: center;
}

.footer-links-2.cursor-hover:hover {
  color: #fff;
  letter-spacing: 1em;
}

.bg-footer {
  position: absolute;
  z-index: -3;
  width: 100vw;
  height: 100vh;
}

.bg-footer.where {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0f0f0f;
  background-image: url('../images/footer-where.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-footer.what {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0f0f0f;
  background-image: url('../images/footer-what.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-footer.who {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0f0f0f;
  background-image: url('../images/footer-who.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-footer.why {
  background-color: #0f0f0f;
  background-image: url('../images/footer-why.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.starring {
  position: fixed;
  bottom: 8%;
  padding: 4px 12px;
  background-color: #292929;
  -webkit-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
  color: #bbb;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.why-fr-en {
  max-width: 930px;
  min-width: 300px;
  margin-right: 40px;
  margin-left: 40px;
  opacity: 0;
}

.en {
  padding-right: 20px;
  padding-left: 20px;
}

.fr {
  padding-right: 20px;
  padding-left: 20px;
}

.text-fr {
  font-size: 19px;
  line-height: 1.5;
}

.titre-fr-en {
  font-size: 16px;
  font-weight: 600;
}

.bg-why-welcome {
  position: relative;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
  background-image: url('../images/Visuel-home-why.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.why-content {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.why-contact {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.contact-mobile {
  display: none;
}

.mail-mobile {
  position: relative;
  display: none;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 0px;
  float: left;
  border-style: none;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #555;
  background-color: transparent;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
  cursor: none;
}

.mail-mobile::-webkit-input-placeholder {
  color: #555;
}

.mail-mobile:-ms-input-placeholder {
  color: #555;
}

.mail-mobile::-ms-input-placeholder {
  color: #555;
}

.mail-mobile::placeholder {
  color: #555;
}

.cadre {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 24px solid #000;
  border-radius: 60px;
}

.www {
  position: relative;
  z-index: 900;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-burger {
  position: relative;
  z-index: 999;
  overflow: hidden;
  height: 30px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-burger {
  position: relative;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-w {
  position: relative;
  overflow: hidden;
}

.social-text {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: letter-spacing 1000ms ease, color 200ms ease;
  transition: letter-spacing 1000ms ease, color 200ms ease;
  color: #866f44;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-text:hover {
  color: #fff;
  letter-spacing: 1em;
}

.signature-image {
  margin-top: 4%;
  opacity: 0.5;
}

.bg-404 {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
}

._404-crap {
  color: #bbb;
  font-size: 29px;
  line-height: 1.2;
  text-transform: uppercase;
}

.bg-welcome {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
  opacity: 0.35;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.bg-welcome.where {
  background-image: url('../images/Visuel-home-where-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-welcome.what {
  background-image: url('../images/Visuel-home-what.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-welcome.who {
  background-image: url('../images/Visuel-home-who.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.legal-content {
  position: relative;
  z-index: 10;
  max-width: 960px;
  margin-top: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
}

.legal-paragraphe {
  font-size: 20px;
}

.titre-legal {
  margin-bottom: 80px;
  color: #6e5c3a;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}

.sous-titre-legal {
  margin-top: 60px;
  margin-bottom: 30px;
}

.lien-legal {
  position: absolute;
  left: 60px;
  bottom: 60px;
  color: #444;
}

.lien-legal:hover {
  color: #888;
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

  .burger-wrap {
    position: fixed;
    left: 0px;
    padding-top: 50px;
    padding-left: 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-burger.link-hover-ix {
    cursor: pointer;
  }

  .menu-bg {
    display: block;
  }

  .cursor-wrapper {
    display: none;
  }

  .titre-page {
    font-size: 8vw;
  }

  .menu {
    top: 40px;
  }

  .menu-titre {
    display: block;
  }

  .menu-titre:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .logo-link {
    left: 90px;
    margin-top: 42px;
    margin-left: 30px;
    cursor: pointer;
  }

  .bg-home.accueil {
    background-position: 40% 50%;
  }

  .bg-home._404 {
    background-position: 40% 50%;
  }

  .menu-link {
    display: block;
    cursor: pointer;
  }

  .menu-bg-2 {
    display: block;
    margin: 20px;
  }

  .menu-bg-3 {
    display: block;
    margin: 20px;
  }

  .client {
    max-width: 130px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .titre-categories {
    font-size: 8vw;
  }

  .body-home {
    cursor: auto;
  }

  .photo {
    position: absolute;
    padding-right: 3%;
    padding-left: 3%;
  }

  .contenu-w.start {
    display: none;
  }

  .menu-link-pages {
    display: block;
    cursor: pointer;
  }

  .bg-footer.where {
    background-size: 120%;
  }

  .bg-footer.what {
    background-size: 120%;
  }

  .bg-footer.who {
    background-size: 120%;
  }

  .bg-footer.why {
    background-size: 120%;
  }
}

@media screen and (max-width: 767px) {
  .burger-wrap {
    padding-left: 30px;
  }

  .icon-burger {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .menu-bg {
    display: block;
  }

  .burger-link {
    font-size: 48px;
  }

  .burger-link.w--current {
    font-size: 48px;
  }

  .titre-accueil-w {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu {
    left: auto;
    right: 20px;
  }

  .menu-titre {
    padding-left: 10px;
  }

  .logo-link {
    left: 80px;
    margin-left: 5px;
  }

  .signature-wrapper {
    right: 40px;
    bottom: 60px;
    display: inline-block;
  }

  .menu-bg-2 {
    display: block;
  }

  .menu-bg-3 {
    display: block;
  }

  .cadre-accueil {
    display: none;
  }

  .cadre-where {
    display: none;
  }

  .cadre-what {
    display: none;
  }

  .cadre-who {
    display: none;
  }

  .cadre-why {
    display: none;
  }

  .cadre {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .burger-wrap {
    padding: 30px 20px 0px 30px;
  }

  .overlay {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .menu-links {
    left: auto;
    margin-right: 0px;
    margin-left: 20px;
  }

  .footer-links.cursor-hover {
    min-width: 55px;
  }

  .menu {
    position: relative;
    right: auto;
  }

  .logo-link {
    left: 74px;
    margin-top: 24px;
    margin-left: 10px;
  }

  .bg-home.accueil {
    background-position: 50% 100%;
    background-size: cover;
  }

  .bg-home._404 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .links-bottom-projetcs {
    display: inline-block;
    margin-top: 8px;
    float: left;
  }

  .links-bottom-projetcs:hover {
    letter-spacing: 0.05em;
  }

  .menu-bg-2 {
    margin: 10px;
  }

  .menu-bg-3 {
    margin: 10px;
  }

  .titre-categories {
    font-size: 18vw;
  }

  .contenu {
    height: auto;
  }

  .photo {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .contenu-w {
    height: auto;
  }

  .contact-gauche {
    display: none;
  }

  .contact-droite {
    display: none;
  }

  .footer-links-2.cursor-hover {
    min-width: 55px;
  }

  .bg-footer.where {
    background-size: 170%;
  }

  .bg-footer.what {
    background-size: 170%;
  }

  .bg-footer.who {
    background-position: 50% 0%;
    background-size: 170%;
  }

  .bg-footer.why {
    background-size: 170%;
  }

  .why-content {
    height: auto;
  }

  .why-contact {
    height: auto;
  }

  .contact-mobile {
    display: block;
    font-size: 19px;
    line-height: 2.2;
  }

  .mail-mobile {
    display: block;
  }

  .legal-content {
    height: auto;
  }
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6ae0-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6ae1-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6ae5-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6ae6-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6aea-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6aeb-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6aef-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6af0-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6af4-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aeb9e1f2-ca84-1b1f-2639-d12f620d6af5-98b9451e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d36bcc5c-4e9d-9e03-4c79-29d321f5658a-4ab94529 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d36bcc5c-4e9d-9e03-4c79-29d321f5658b-4ab94529 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_44b3d93d-873d-326d-6868-f431c76aa05e-54b9452b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_44b3d93d-873d-326d-6868-f431c76aa05f-54b9452b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4aff5548-97e0-bc34-e471-1de25c0d2b93-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4aff5548-97e0-bc34-e471-1de25c0d2b94-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_39251578-3561-e6c6-0d0a-6d0601bef1fd-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_39251578-3561-e6c6-0d0a-6d0601bef1fe-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0f96a627-56d0-0ca5-ca0b-aa47a428481d-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0f96a627-56d0-0ca5-ca0b-aa47a428481e-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2796a1b6-ddf3-f2ca-6d30-ff564efec823-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2796a1b6-ddf3-f2ca-6d30-ff564efec824-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-eb197329-e9f6-1bf3-09e6-0ef86006b96f-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-eb197329-e9f6-1bf3-09e6-0ef86006b970-f7189038 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ab31cad9-9586-f685-0753-3eb2b1c854e9-d3b9452c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ab31cad9-9586-f685-0753-3eb2b1c854ea-d3b9452c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6061d17e-9328-11f5-fbbf-04d58161e833-38b9452d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6061d17e-9328-11f5-fbbf-04d58161e834-38b9452d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ae950343-2f7c-683c-1bef-d1a762c27b3b-1bb9452e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ae950343-2f7c-683c-1bef-d1a762c27b3c-1bb9452e {
  -ms-grid-column-align: end;
  justify-self: end;
}

