:root {
  --jaune: yellow;
  --turquoise: #229b8b;
  --gris-fonce: #2f2f2f;
  --white: white;
  --black: black;
  --medium-aquamarine: #35c7a4;
  --cadet-blue: #35aab9;
  --tomato: #e6694d;
  --medium-purple: #9e75bf;
  --dim-grey: rgba(88, 88, 88, .4);
  --beige: #fff;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.body {
  background-color: #000;
}

.grid-2 {
  grid-template-rows: 300fr minmax(250px, 350fr) auto auto;
  grid-template-columns: minmax(300px, 1fr) 1fr 1fr 1fr 1fr;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  justify-items: stretch;
}

.image {
  background-color: #fff;
}

.image-2 {
  border-style: solid;
  border-width: 0;
  border-color: transparent black var(--jaune);
  background-color: #000;
}

.image-2:hover {
  border-width: 0;
  border-top-style: solid;
  border-top-color: var(--jaune);
  border-bottom-style: none;
  border-bottom-color: #fff500;
  padding-top: 0;
}

.carre-boutons {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.carre-boutons:hover {
  border-bottom: 0 solid #000;
}

.image-3 {
  background-color: var(--jaune);
}

.link-block, .link-block-2, .link-block-3 {
  background-color: rgba(0, 0, 0, 0);
}

.image-4 {
  background-color: var(--turquoise);
}

.image-5 {
  background-color: #fff;
}

.image-6 {
  background-color: var(--jaune);
}

.carre-jobs {
  filter: grayscale() brightness(30%);
  transition: all .2s;
}

.carre-jobs:hover {
  filter: none;
  transform: translate(0);
}

.div-block {
  height: 252px;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
}

.div-block:hover {
  border-bottom-color: var(--jaune);
}

.hero {
  width: auto;
  height: 100vh;
  background-color: var(--gris-fonce);
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  z-index: 10;
  width: auto;
  height: auto;
  min-height: 100vh;
  min-width: 100px;
  opacity: 1;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.section {
  width: 100%;
  height: 100vh;
  background-image: url('../images/fond-comptoir.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  z-index: 50;
  color: var(--white);
  text-align: center;
  object-fit: fill;
  margin-bottom: 100px;
  margin-left: 50px;
  font-family: oscine, sans-serif;
  font-size: 50px;
  font-weight: 300;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  z-index: 20;
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.body-2 {
  background-color: #2e2e2e;
  overflow: hidden;
}

.section-2 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.hero-2 {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-horizontale {
  width: 100%;
  height: 1000vh;
  position: relative;
  overflow: visible;
}

.contenant-horizontal {
  width: 200vw;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.contenu-horizontal {
  width: 700vh;
  height: 100vh;
  background-image: url('../images/fond_bois_large.gif');
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  align-items: stretch;
  padding: 160px 1000px 80px 200px;
  display: flex;
  overflow: visible;
}

.bloc {
  width: 300px;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--jaune);
  opacity: 1;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 1px;
  flex: 1;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: 25px;
  display: inline-block;
}

.bloc.grille {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  height: 100%;
  background-color: var(--jaune);
}

.div-block-4 {
  height: 100%;
  background-color: var(--black);
}

.div-block-5 {
  width: 400%;
  height: 100%;
  background-color: var(--white);
}

.texte-menu {
  color: var(--white);
  margin-left: 12px;
  font-family: oscine, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.texte-menu:hover {
  color: var(--jaune);
}

.menu-pages {
  z-index: 10;
  margin-top: 65px;
  margin-right: 50px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link {
  color: var(--white);
  font-size: 75px;
  text-decoration: none;
}

.link:hover {
  color: var(--jaune);
  text-decoration: none;
}

.div-block-6 {
  z-index: 50;
  min-height: 100vh;
  background-image: url('../images/fond_bois_large.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 64px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-9 {
  width: 120px;
}

.menu-logo {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-2 {
  width: 147px;
  height: 41px;
  perspective-origin: 50% 0;
  transform-origin: 50%;
  color: var(--white);
  background-image: url('../images/crocus_lettre_papier_blanc_petit.png');
  background-position: 50%;
  background-size: contain;
  margin-top: 51px;
  margin-right: 0;
  font-family: oscine, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  transform: rotate(-90deg);
}

.body-3 {
  display: block;
}

.link-block-4 {
  padding: 15px;
}

.div-block-7 {
  width: 650vh;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0px solid var(--jaune);
  flex: 0 auto;
  grid-template-rows: 33% 33% 33%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 33%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.crocus-papier {
  z-index: 100;
  width: 500px;
  height: 139px;
  filter: saturate(53%) brightness(115%);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/crocus_lettre_papier_blanc.png');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  flex: none;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  transition: all 10ms linear;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 2%;
  right: 0%;
}

.crocus-papier:hover {
  background-position: 50% 100%;
}

.link-block-5 {
  width: 50px;
  height: 120px;
}

.text-block {
  z-index: 10;
  text-align: center;
  font-family: oscine, sans-serif;
  font-size: 24px;
  line-height: 110%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  background-color: var(--turquoise);
}

.div-block-9 {
  background-color: #075c51;
}

.div-block-10 {
  background-color: #2f7068;
}

.div-block-10.palke {
  background-color: #22534d;
}

.div-block-11 {
  z-index: 9;
  width: 100%;
  height: auto;
  opacity: 1;
  background-image: url('../images/logo_papier_blanc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  height: 100%;
}

.bouton-triangle {
  z-index: 10;
  width: 25%;
  height: 30%;
  cursor: pointer;
  object-fit: fill;
  border: 0 solid #000;
  align-self: center;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2 {
  filter: saturate(130%);
  object-fit: cover;
  flex: 0 auto;
  display: none;
  transform: scale(1.1);
}

.loader {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin: 350px auto auto;
  display: block;
  position: static;
}

.div-block-12 {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  width: 150%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  padding: 100px;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 3px solid var(--medium-aquamarine);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.tarte-contenant {
  border-right: 3px solid var(--medium-aquamarine);
  border-left: 0px solid var(--medium-aquamarine);
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  display: flex;
}

.tarte-contenant.dernier {
  border-right-width: 0;
}

.tarte-contenant._1 {
  padding-bottom: 10px;
}

.tarte-contenant._4 {
  border-right-width: 0;
}

.cercle-couleur {
  width: 14px;
  height: 14px;
  background-color: #35aab9;
  border-radius: 100%;
  margin-right: 8px;
}

.cercle-couleur.bleu {
  background-color: var(--cadet-blue);
}

.cercle-couleur.vert {
  background-color: var(--medium-aquamarine);
  flex: none;
}

.cercle-couleur.orange {
  background-color: var(--tomato);
}

.cercle-couleur.mauve {
  background-color: var(--medium-purple);
}

.cercle-couleur.gris {
  background-color: var(--dim-grey);
  color: rgba(51, 51, 51, .23);
}

.cercle-couleur.mauve {
  background-color: #9e75bf;
}

.cercle-couleur.orange {
  background-color: #e6694d;
}

.cercle-couleur.vert {
  background-color: #35c7a4;
  flex: none;
}

.cercle-couleur.bleu {
  background-color: #35aab9;
}

.cercle-couleur.gris {
  color: rgba(51, 51, 51, .23);
  background-color: rgba(88, 88, 88, .4);
}

.tarte-ligne {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tarte-texte {
  color: #585858;
  font-family: Red Hat Display, sans-serif;
  line-height: 110%;
}

.image-10 {
  max-width: 170px;
  margin-bottom: 16px;
}

.titre-tartes {
  min-height: 38px;
  color: #585858;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  line-height: 115%;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 3px solid #35c7a4;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  display: grid;
}

.tarte-contenant-2 {
  border-left: 0 solid #35c7a4;
  border-right: 3px solid #35c7a4;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  display: flex;
}

.tarte-contenant-2._4 {
  border-right-width: 0;
}

.tarte-contenant-2._1 {
  padding-bottom: 10px;
}

.heading-4 {
  color: var(--cadet-blue);
  font-family: Red Hat Display, sans-serif;
}

.paragraph-6 {
  color: #585858;
  font-family: Red Hat Display, sans-serif;
  font-size: 17px;
}

.section-contenu-texte {
  padding: 60px 75px;
}

.bold-text {
  color: var(--medium-aquamarine);
}

.div-block-28 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 50px;
  display: grid;
}

.bloc-statistiques {
  background-color: var(--tomato);
  border-radius: 10px;
  padding: 0 0 30px;
}

.bloc-statistiques._1 {
  background-color: var(--cadet-blue);
}

.bloc-statistiques._3 {
  background-color: var(--medium-purple);
}

.statistiques-chiffre {
  color: var(--white);
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-2 {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.div-block-29 {
  background-color: #cc5940;
  border-radius: 10px 10px 0 0;
  margin-bottom: 30px;
  padding: 10px 20px 5px;
}

.div-block-29.section-3 {
  background-color: #8560a3;
}

.div-block-29._1 {
  background-color: #2894a1;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.image-11 {
  max-width: 200px;
  margin-right: 20px;
}

.div-block-31 {
  justify-content: space-between;
  display: flex;
}

.section-4 {
  z-index: 10;
  background-image: url('../images/fond_bois_large.gif');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6 {
  text-align: center;
  padding-top: 197px;
  padding-bottom: 197px;
  display: block;
}

.section-a-propos {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: var(--jaune);
  background-image: url('../images/fond_bois_large.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: center;
  padding-top: 60px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-7 {
  text-transform: uppercase;
  font-family: oscine, sans-serif;
}

.bouton-gauche {
  z-index: 100;
  width: 40%;
  height: 70%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bouton-gauche:hover {
  z-index: 50;
}

.bouton-droit {
  z-index: 100;
  width: 40%;
  height: 70%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bouton-droit:hover {
  z-index: 50;
}

.bouton-haut {
  z-index: 100;
  width: 20%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bouton-haut:hover {
  z-index: 100;
}

.bloc_contenu {
  z-index: 1000;
  height: 5em;
  pointer-events: auto;
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin: auto auto 45px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.texte_bloc {
  opacity: .8;
  color: var(--black);
  text-align: center;
  flex: 0 auto;
  margin-top: 2px;
  font-family: Red Hat Display, sans-serif;
  font-size: 5.7em;
  font-weight: 700;
  line-height: 100%;
}

.sousscript {
  font-size: 20px;
}

.div-block-32 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infos {
  width: 50%;
  opacity: .8;
  pointer-events: auto;
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.infos.gauche {
  width: auto;
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  margin-left: 0;
  display: flex;
  position: relative;
}

.lien {
  color: var(--white);
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.lien.adresse {
  transform: translate(0, 100%);
}

.div_lien {
  height: 35px;
  min-width: 200px;
  pointer-events: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.lien_reseaux {
  width: 30px;
  height: 30px;
  margin-left: 12px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.titre_slogan {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  white-space: nowrap;
  margin: auto 4px auto 25px;
  font-family: oscine, sans-serif;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

.div_extremite {
  width: 100%;
  height: 30px;
  pointer-events: auto;
  text-align: right;
  flex: 0 auto;
  order: 1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 50px;
  overflow: hidden;
}

.div_extremite.gauche {
  text-align: left;
  justify-content: flex-start;
  display: flex;
  left: 50px;
  right: auto;
}

.contenu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 25px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.jaune {
  background-color: var(--jaune);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.crocus_typo {
  width: auto;
  height: 3.5em;
  aspect-ratio: auto;
  text-align: right;
  object-fit: cover;
  object-position: 100% 50%;
  margin-right: 25px;
}

.ligne {
  width: 3px;
  height: 5em;
  background-color: var(--white);
}

.animation {
  width: auto;
  max-height: 100vh;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.lottie_animation {
  height: 80vh;
  max-width: none;
  margin-bottom: 10%;
  transform: scale(1.01);
}

.lottie_animation.invisible {
  display: none;
}

.image_reseaux {
  object-fit: fill;
  position: static;
}

.lottie-animation-3 {
  z-index: 9999999;
  width: 200px;
  height: 200px;
  position: absolute;
}

.div_logo-slogan {
  pointer-events: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 9px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div_reseaux_flex {
  z-index: 2000;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div_reseaux_flex.gauche {
  height: 30px;
  left: 0%;
  right: auto;
}

.text-block-3 {
  z-index: 2000;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: oscine, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.texte_lieu {
  width: 100px;
  min-width: 0;
  opacity: .7;
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 5px;
  font-family: oscine, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.texte_lieu:hover {
  color: var(--jaune);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-12 {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.body_pages {
  font-family: oscine, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
}

.lien_retour {
  color: var(--black);
  margin-top: 31px;
  font-size: .7em;
  text-decoration: none;
}

.lien_retour:hover {
  color: var(--turquoise);
}

@media screen and (max-width: 991px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .image-6, .image-7 {
    display: none;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .crocus-papier {
    width: 400px;
    height: 112px;
  }

  .div-block-11 {
    width: 650px;
  }

  .div-block-14 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .tarte-contenant {
    border-bottom: 3px solid var(--medium-aquamarine);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .tarte-contenant.dernier, .tarte-contenant.avant-dernier {
    border-bottom-width: 0;
  }

  .tarte-contenant._2 {
    border-right-width: 0;
  }

  .tarte-contenant._4 {
    border-bottom-width: 0;
  }

  .div-block-27 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .tarte-contenant-2 {
    border-bottom: 3px solid #35c7a4;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .tarte-contenant-2._4, .tarte-contenant-2.avant-dernier {
    border-bottom-width: 0;
  }

  .tarte-contenant-2._2 {
    border-right-width: 0;
  }

  .bloc_contenu {
    height: 200px;
    margin-bottom: 25px;
  }

  .lien_reseaux {
    opacity: .75;
    margin-left: 6px;
    margin-right: 6px;
  }

  .titre_slogan {
    font-size: 2.1em;
  }

  .div_extremite {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0;
    left: auto;
    right: 50px;
  }

  .div_extremite.gauche {
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .crocus_typo {
    height: 2.4em;
  }

  .ligne {
    width: 2px;
    height: 4em;
  }

  .lottie_animation {
    height: 70vh;
  }

  .div_logo-slogan {
    margin-bottom: 60px;
  }

  .div_reseaux_flex {
    text-align: center;
    flex: none;
    justify-content: center;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .div_reseaux_flex.gauche {
    width: 50%;
    text-align: left;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    left: 0%;
  }

  .texte_lieu {
    width: 100px;
  }

  .div_lieu {
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-5, .image-8 {
    display: none;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-overlay, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .main-content {
    padding: 40px 20px;
  }

  .section-horizontale {
    height: 500vh;
  }

  .contenant-horizontal {
    width: 600vw;
  }

  .contenu-horizontal {
    width: 700vh;
  }

  .menu-pages {
    margin-right: 30px;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section-contenu-texte {
    padding: 40px;
  }

  .div_extremite {
    right: 25px;
  }

  .div_reseaux_flex.gauche {
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    object-fit: fill;
  }

  .lottie-animation {
    min-width: 100vw;
    object-fit: fill;
    position: fixed;
  }

  .div-block-2 {
    height: 100vh;
  }

  .body-2 {
    background-color: var(--black);
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .crocus-papier {
    width: 290px;
    height: 80px;
    margin-bottom: 100px;
  }

  .crocus-papier:hover {
    background-position: 50% 0;
  }

  .div-block-11 {
    width: 100%;
  }

  .bouton-triangle {
    width: 40%;
  }

  .section-3 {
    padding: 20px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .tarte-contenant.avant-dernier._3 {
    border-bottom-width: 3px;
    border-right-width: 0;
  }

  .tarte-contenant._1 {
    border-right-width: 0;
  }

  .image-10 {
    max-width: 150px;
  }

  .titre-tartes {
    min-height: auto;
    font-size: 15px;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
  }

  .tarte-contenant-2.avant-dernier._3 {
    border-bottom-width: 3px;
    border-right-width: 0;
  }

  .tarte-contenant-2._1 {
    border-right-width: 0;
  }

  .section-contenu-texte {
    padding: 40px 30px;
  }

  .bloc_contenu {
    margin-bottom: 130px;
  }

  .infos {
    margin-left: 8px;
  }

  .lien_reseaux {
    width: 22px;
    height: 22px;
  }

  .titre_slogan {
    margin-left: 12px;
    margin-right: 0;
    font-size: 1.4em;
  }

  .crocus_typo {
    height: 1.6em;
    margin-right: 3px;
    font-size: 14px;
  }

  .ligne {
    height: 3em;
  }

  .lottie_animation {
    text-align: center;
    object-fit: cover;
    margin-bottom: 40%;
  }

  .div_logo-slogan {
    max-height: 3em;
    margin-bottom: 40px;
    padding-right: 15px;
    overflow: hidden;
  }

  .texte_lieu {
    font-size: 1.1em;
  }
}


