:root {
  --yellow-geri-adjusted: #e4bc00;
  --y-4: #f4e499;
  --y-5: #faf2cc;
  --white: white;
  --maroon: #570000;
  --y-3: #efd766;
  --y-2: #e9c933;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  letter-spacing: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.28em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.section {
  z-index: -1;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 0;
  padding: 2em 6vw 0;
  display: flex;
  position: relative;
}

.section.css {
  background-color: var(--yellow-geri-adjusted);
  border: 1px #000;
  align-items: flex-start;
  height: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  position: static;
  overflow: hidden;
}

.section.etat {
  z-index: auto;
  background-color: #c1de60;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.assitance {
  z-index: auto;
  background-color: #54c9fa;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  overflow: hidden;
}

.section.contact {
  background-color: var(--y-4);
  height: auto;
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.legal {
  z-index: auto;
  height: auto;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  display: none;
  position: relative;
  overflow: hidden;
}

.h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.display {
  font-size: 4.38em;
  line-height: 1.1;
}

.form_submit {
  font-size: 1.25em;
}

.body {
  background-color: var(--y-5);
  color: #660a48;
}

.heading {
  white-space: normal;
  margin-top: 1em;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1;
}

.heading.yellow {
  color: var(--white);
  margin-top: 4em;
}

.title-h1 {
  width: 100%;
  color: var(--maroon);
  white-space: normal;
  background-color: #0000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 6.2em;
  font-weight: 600;
  line-height: .85;
  text-decoration: none;
}

.title-h1.etat {
  color: var(--maroon);
}

.title-h1.contact {
  width: 90%;
  color: var(--maroon);
  margin-top: 0;
}

.div-logo-main {
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
}

.div-home-illustration {
  z-index: -1;
  background-color: #0000;
  width: 50%;
  margin-bottom: 0;
  position: static;
  inset: auto 3em 0 auto;
}

.navbar {
  z-index: 2000;
  background-color: var(--y-5);
  flex-wrap: wrap;
  place-content: space-around space-between;
  align-items: center;
  padding: 2.8em 6vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.logo-navbar-img {
  width: 8em;
}

.nav-menu {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: var(--maroon);
  padding-top: .2em;
  padding-bottom: .2em;
}

.navbar-link:hover {
  text-decoration: none;
}

.text-navbar {
  color: var(--maroon);
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.6;
}

.button {
  margin-top: 0;
  margin-left: 1em;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
}

.button.services {
  margin-top: 2em;
  margin-left: 0;
}

.button.services:hover {
  transform: translate(0);
}

.button.gotocontact {
  margin-top: 2em;
  margin-left: 0;
}

.button.gotocontact.etat {
  margin-top: 2em;
}

.button.etat {
  margin-top: 2.3em;
  margin-left: 0;
}

.call-link {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 3em;
  padding: 1em 2em;
  transition: all .375s;
  display: flex;
}

.call-link:hover {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.text-block {
  color: var(--yellow-geri-adjusted);
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
}

.image {
  width: 1.4em;
  margin-right: 1em;
}

.navbar-icon {
  display: none;
}

.img-logo-full {
  width: 24em;
  max-width: 100%;
  font-size: 1em;
}

.paragraph {
  color: var(--maroon);
  margin-bottom: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph.note {
  color: var(--maroon);
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

.paragraph.etat {
  color: var(--maroon);
  margin-bottom: 2em;
  font-size: 1.3em;
  line-height: 1.3;
}

.div-progressbar {
  z-index: 9999;
  background-color: var(--maroon);
  transform-origin: 0%;
  object-fit: fill;
  width: 100%;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-left.full {
  width: 72%;
}

.div-right {
  border: 1em solid var(--y-4);
  background-color: var(--y-5);
  color: var(--yellow-geri-adjusted);
  padding: 1.4em;
  overflow: visible;
}

.div-right.conseil {
  border-style: none;
  padding: 0;
}

.div-right.gm {
  background-color: #0000;
  border-style: none;
  align-items: flex-start;
  padding: 0;
  display: block;
}

.div-explain {
  grid-column-gap: 4em;
  align-items: flex-start;
  margin-top: 5.2em;
  display: flex;
}

.div-explain.etat {
  flex-direction: column;
  margin-top: 5.4em;
}

.thin-text {
  font-weight: 400;
}

.btn-top {
  z-index: 2;
  border: .2em solid var(--maroon);
  background-color: var(--yellow-geri-adjusted);
  border-radius: .3em;
  margin-left: 1px;
  padding: .4em 2em;
  transition: all .275s;
  position: relative;
}

.btn-top:hover {
  background-color: var(--y-3);
  transform: translate(5px, 5px);
}

.btn-top.bordercontact {
  border-color: var(--maroon);
  background-color: var(--yellow-geri-adjusted);
  color: #0000;
}

.btn-top.bordercontact:hover {
  background-color: #fbf2cc;
}

.btn-top.bordercontact.etat {
  background-color: #c1de60;
}

.btn-top.bordercontact.etat:hover {
  background-color: var(--y-5);
}

.btn-top.bordercontact.conseil {
  background-color: #54c9fa;
}

.btn-top.bordercontact.conseil:hover {
  background-color: var(--y-5);
}

.btn-top.etat {
  border-color: var(--maroon);
}

.btn-bottom {
  z-index: 1;
  border: 1px solid var(--maroon);
  background-color: var(--maroon);
  border-radius: .3em;
  padding: .3em;
  position: absolute;
  inset: 0%;
  transform: translate(.52em, .52em);
}

.btn-bottom.bgbtncontact {
  border-color: var(--maroon);
  background-color: var(--maroon);
}

.btn-bottom.etat {
  border-width: .2em;
  border-color: var(--maroon);
}

.btn-contain {
  position: relative;
}

.btn-text {
  color: var(--maroon);
  font-size: 1.3em;
  font-weight: 600;
}

.btn-text.services {
  color: var(--maroon);
  font-size: 1.5em;
}

.btn-text.textcontact {
  color: var(--maroon);
  font-size: 1.6em;
}

.btn-text.etat {
  color: var(--maroon);
}

.div-line {
  background-color: var(--yellow-geri-adjusted);
  width: 100%;
  height: .1em;
  color: var(--maroon);
}

.title-h2 {
  color: var(--maroon);
  margin-top: .5em;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
}

.title-h2.white {
  color: var(--maroon);
  font-size: 1.8em;
}

.title-h3 {
  color: var(--maroon);
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1;
}

.title-h3.white {
  color: var(--white);
  margin-top: 0;
  font-size: 2em;
  font-weight: 300;
}

.title-h3.home {
  color: var(--white);
  background-color: #0000;
  margin-top: 1em;
  font-size: 2em;
}

.title-h3.contact {
  font-size: 2.6em;
  font-weight: 600;
}

.div-banner {
  background-image: url('../images/banner.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  height: 6em;
  padding-top: 0;
  padding-bottom: 0;
}

.light {
  color: var(--maroon);
  background-color: #0000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.link-fwi {
  color: #5c0911;
}

.handcrafted {
  color: var(--maroon);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.social-img {
  clear: none;
  max-width: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .5s;
  position: static;
}

.social-img:hover {
  transform: scale(1.2);
}

.link-block {
  margin-left: 16px;
}

.div-footer {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-left: 6vw;
  padding-right: 6vw;
  display: block;
}

.div-logo-footer {
  align-items: center;
  display: flex;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr .25fr .25fr .5fr .25fr;
  align-items: start;
  width: auto;
  margin: 0 auto 1em;
  padding: 0 0 .5em;
}

.text-block-7 {
  color: var(--maroon);
  padding-top: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.div-social {
  flex: 0 auto;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.image-2 {
  margin-right: 10px;
}

.link-block-phone {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.grid-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-separator {
  color: #660a48;
  background-color: #660a48;
  width: 100%;
  height: 2px;
  margin-bottom: 13px;
  padding-bottom: 0;
}

.heading-2 {
  color: #5c0911;
  font-family: Source Serif Pro, sans-serif;
}

.adresse {
  color: var(--maroon);
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.phone {
  color: var(--maroon);
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  display: block;
}

.image-3 {
  margin-right: 0;
}

.name-geri-contact {
  color: #660a48;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
}

.link-block-adresse {
  text-decoration: none;
}

.link-block-email {
  align-items: center;
  margin-top: 4px;
  text-decoration: none;
  display: flex;
}

.mail {
  color: var(--maroon);
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-info {
  width: 3em;
  margin-bottom: 1em;
}

.highlight {
  border-style: none none solid;
  border-width: .1em;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.highlight.conseil {
  color: #660a48;
  border-bottom-color: #660a48;
}

.mission {
  color: var(--maroon);
  margin-bottom: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.div-categories {
  border-bottom: .1em solid #660a48;
  align-items: baseline;
  font-size: 1.2em;
  line-height: 1.4;
  display: flex;
}

.categorie {
  color: #660a48;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.img-arrow-right {
  width: 1.4rem;
  margin-right: .4em;
  font-size: 1.4em;
}

.div-home-left {
  width: 100%;
}

.div-hero {
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
}

.div-home-right {
  background-color: #660a48;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  inset: auto 0% 0% auto;
}

.number-up {
  font-size: .5em;
  font-weight: 300;
}

.paragraph-home {
  width: 40%;
  color: var(--maroon);
  white-space: break-spaces;
  margin-top: 1em;
  font-size: 2em;
  line-height: 1;
}

.div-container-contact {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-contact-left {
  width: 50%;
  padding-right: 1.2em;
}

.div-contact-right {
  margin-left: 4em;
  padding-left: 0;
  padding-right: 0;
}

.div-logo-contact {
  width: 100%;
}

.section-move {
  flex-direction: column;
  height: auto;
  padding: 7em 10vw 4em;
  display: flex;
  position: static;
}

.section-move.h-text {
  background-color: var(--yellow-geri-adjusted);
  background-color: #faf2cc;
  align-items: center;
  margin-top: 0;
  margin-bottom: -1rem;
  padding: 4em 0 4em 10vw;
  line-height: 1;
  display: block;
}

.horizontal-moving-text {
  width: 100vw;
  margin-bottom: 0;
  margin-left: -10vw;
  line-height: 1;
  overflow: hidden;
}

.container-horizontal-text {
  align-items: center;
  margin-bottom: -1.2em;
  display: flex;
}

.horizontal-text {
  color: var(--y-5);
  letter-spacing: .1em;
  white-space: nowrap;
  object-fit: fill;
  margin-bottom: 0;
  margin-right: .4em;
  font-family: Source Serif Pro, sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
}

.going-up {
  z-index: 2000;
  border: 5px solid var(--yellow-geri-adjusted);
  background-color: var(--yellow-geri-adjusted);
  background-image: url('../images/arrow-up-maroon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 1em 2em 2em 1em;
  text-decoration: none;
  transition: all .425s;
  display: flex;
  position: fixed;
  bottom: .125em;
  right: .125em;
}

.going-up:hover {
  border-color: var(--white);
  background-color: var(--yellow-geri-adjusted);
}

.link-legals {
  color: var(--maroon);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.numbers {
  color: #660a48;
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/circle-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: wrap;
  place-content: flex-end flex-start;
  align-items: center;
  margin-right: .125em;
  padding-left: .1em;
  padding-right: .1em;
  font-size: 3rem;
  display: inline;
}

.intro {
  color: var(--maroon);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text {
  width: 60%;
  font-weight: 400;
}

.div-h1-title {
  align-items: flex-start;
  margin-top: .5em;
  display: flex;
}

.div-info {
  border: .2em none var(--maroon);
  background-color: #0000;
  background-image: url('../images/arrow-down-right-marron.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3.6em;
  height: 3.6em;
  margin-bottom: 1em;
  margin-right: 1em;
  padding-right: 0;
  display: flex;
}

.text-block-8 {
  font-size: 3em;
  font-weight: 600;
}

.link-gm {
  margin-left: 4em;
}

.image-4 {
  width: 12em;
  font-size: .8em;
}

.div-3-col {
  margin-top: 2em;
  display: flex;
}

.text-block-9 {
  color: var(--maroon);
  font-size: 2em;
  font-weight: 600;
  line-height: 2;
}

.legal {
  color: var(--maroon);
  margin-bottom: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.legal:hover {
  text-decoration: none;
}

.title-legal {
  color: var(--maroon);
  margin-bottom: 1em;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.6;
}

.div-scroll-down {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -108px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ing-scroll {
  height: 2.6em;
}

.text-block-10 {
  color: var(--yellow-geri-adjusted);
  font-size: 40em;
  font-weight: 700;
}

.moving-text-wrapper {
  z-index: -1000;
  width: 100vw;
  margin-top: -30em;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.div-img-gallery._14 {
  background-image: url('../images/001.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 20rem;
}

.div-img-gallery-2 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/006.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: .25em #fff;
  border-radius: .4em;
  width: 20rem;
  max-width: 100%;
  height: 15rem;
}

.div-img-gallery-2._10 {
  background-image: url('../images/004.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  max-width: none;
  height: 20rem;
}

.div-img-gallery-2._9 {
  background-image: url('../images/3D-rubber-animals-for-playground-.jpeg');
}

.div-img-gallery-2._13 {
  background-image: url('../images/kompan-sport-3.jpg');
}

.div-img-gallery-2._6 {
  background-image: url('../images/helios-02.jpg');
}

.div-img-gallery-2._3 {
  background-image: url('../images/helios-01.jpg');
  background-position: 50% 80%;
  border-radius: .5em;
  width: 20rem;
}

.div-img-gallery-2._8 {
  background-image: url('../images/003.jpg');
  background-position: 50% 0;
}

.div-img-gallery-2._2 {
  background-image: url('../images/spielart-1.jpg');
  height: 15rem;
}

.div-img-gallery-2._5 {
  background-image: url('../images/005.jpg');
}

.div-img-gallery-2._12 {
  background-image: url('../images/mago-2.jpg');
  height: 20rem;
}

.div-img-gallery-2._7 {
  background-image: url('../images/buglo-4.jpg');
  background-position: 50%;
  height: auto;
}

.div-img-gallery-2._4 {
  background-image: url('../images/002.jpg');
  height: auto;
}

.div-img-gallery-2._11 {
  background-image: url('../images/ceb-sols-2.jpg');
}

.grid-gallery {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  mix-blend-mode: normal;
  object-fit: fill;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center stretch;
  place-items: stretch baseline;
  margin-left: 2em;
}

.loop-container {
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 5em;
  display: flex;
  overflow: visible;
}

.loop-text {
  color: var(--yellow-geri-adjusted);
  white-space: nowrap;
  object-fit: fill;
  margin-right: .25em;
  font-size: 8em;
  font-weight: 700;
  position: relative;
}

.div-intro {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-hero-2 {
  width: 100%;
  padding-bottom: 7.2em;
  display: flex;
  position: static;
}

.btn-text-2 {
  color: #570000;
  font-size: 1.3em;
  font-weight: 600;
}

.btn-text-2.services {
  color: #570000;
  font-size: 1.5em;
}

.btn-bottom-2 {
  z-index: 1;
  background-color: #570000;
  border: 1px solid #570000;
  border-radius: .3em;
  padding: .3em;
  position: absolute;
  inset: 0%;
  transform: translate(.52em, .52em);
}

.paragraph-home-2 {
  color: #570000;
  white-space: break-spaces;
  width: 44%;
  margin-top: 1em;
  font-size: 2em;
  line-height: 1;
}

.btn-top-2 {
  z-index: 2;
  background-color: var(--yellow-geri-adjusted);
  border: .2em solid #570000;
  border-radius: .3em;
  margin-left: 1px;
  padding: .4em 2em;
  transition: all .275s;
  position: relative;
}

.btn-top-2:hover {
  background-color: var(--y-3);
  transform: translate(5px, 5px);
}

.title-h1-2 {
  color: #570000;
  white-space: normal;
  background-color: #0000;
  width: 72%;
  margin-top: .2em;
  font-family: Source Serif Pro, sans-serif;
  font-size: 6.2em;
  font-weight: 600;
  line-height: .85;
}

.div-line-2 {
  color: #570000;
  background-color: #570000;
  width: 100%;
  height: .1em;
}

.container-horizontal-text-2 {
  align-items: center;
  display: flex;
}

.horizontal-text-2 {
  color: #570000;
  letter-spacing: .1em;
  white-space: nowrap;
  object-fit: fill;
  margin-bottom: 0;
  margin-right: .4em;
  font-family: Source Serif Pro, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
}

.div-hero-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.title-h1-3 {
  color: #570000;
  text-align: center;
  white-space: normal;
  background-color: #0000;
  width: 26ch;
  margin-top: .2em;
  font-family: Source Serif Pro, sans-serif;
  font-size: 6.2em;
  font-weight: 600;
  line-height: .85;
}

.paragraph-home-3 {
  color: #570000;
  text-align: center;
  white-space: break-spaces;
  width: 60ch;
  margin-top: 1em;
  font-size: 1.8em;
  line-height: 1;
}

.img-bar-head-2 {
  width: 100%;
}

.img-bar-head-4 {
  width: 100%;
  position: relative;
}

.img-bar-head-5 {
  width: 100%;
  padding-left: 0;
}

.img-bar-head-1 {
  width: 100%;
}

.img-bar-head-6 {
  width: 100%;
  position: relative;
}

.div-bar {
  flex-direction: column;
  width: 150%;
  display: flex;
}

.div-bar._5 {
  z-index: 100;
  width: 175%;
  position: relative;
  left: 1.8em;
}

.div-bar._6 {
  background-color: #0000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  right: 3em;
}

.div-bar._3 {
  background-color: #0000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  width: 50%;
  margin-left: 1em;
  display: flex;
}

.div-bar._4 {
  width: 350%;
  position: relative;
  bottom: -2em;
}

.div-bar._2 {
  background-color: #0000;
  border-radius: 0 0 0% 0%;
  flex-direction: column;
  width: 50%;
  margin-left: 1em;
  display: flex;
}

.div-illustrations {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 4em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
  inset: auto 0% 0;
  overflow: visible;
}

.img-bar-head-3 {
  width: 100%;
}

.link {
  font-weight: 400;
  text-decoration: underline;
}

.div-gm {
  background-image: url('../images/logo-gm-maroon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20em;
  height: 20em;
  margin-top: -2.8em;
  padding-top: 0;
  overflow: hidden;
}

.div-split {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-split.geri {
  background-color: var(--y-5);
  justify-content: space-around;
  align-items: center;
  padding: 2em;
}

.div-split.gm {
  background-color: var(--maroon);
  padding: 2em;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  color: var(--maroon);
  font-size: 4rem;
  font-weight: 600;
  line-height: 3rem;
}

.small-title-legal {
  margin-top: 20px;
  margin-bottom: .5em;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.paragraph-legal {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2;
}

.list-bullet-legal {
  margin-top: 10px;
  padding-left: 24px;
}

.list-item {
  line-height: 1;
}

.rich-text-block {
  font-size: 12px;
  line-height: 1;
}

.rich-text-block-2 {
  font-size: .9rem;
}

.heading-3 {
  font-weight: 600;
}

.list {
  margin-top: 10px;
}

.consent_components {
  display: block;
  position: relative;
}

.consent_placeholder {
  aspect-ratio: 16 / 9;
  display: none;
}

.consent_placeholder_iframe {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_text {
  font-size: 1rem;
}

.consent_placeholder_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_placeholder_prefs {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_placeholder_prefs:hover {
  opacity: .7;
}

.consent_placeholder_accept {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_placeholder_accept:hover {
  opacity: .7;
}

.consent_prefs_heading {
  font-size: 1.25rem;
  font-weight: 700;
}

.consent_prefs_category-content {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  display: none;
  overflow: hidden;
}

.consent_prefs_category-content.is-active {
  border-style: solid;
  flex-flow: column;
  display: flex;
}

.consent_prefs_form-block {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_provider-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_prefs_option {
  display: flex;
}

.consent_banner {
  color: #000;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 30rem;
  padding: 1.5rem;
  display: block;
}

.consent_prefs_form {
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  width: 100%;
  max-width: 32rem;
  height: 100%;
  max-height: 80vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.consent_prefs_label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.consent_prefs_header {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.consent_prefs_close-icon {
  color: #000;
  width: 1rem;
  line-height: 0;
}

.consent_prefs_caret {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_caret.is-active {
  transform: rotate(180deg);
}

.consent_banner_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #000;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 10px 10px;
}

.consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.consent_prefs_provider-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: none;
  overflow: hidden;
}

.consent_prefs_provider-content.is-active {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_logo {
  height: 1.25rem;
}

.consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.consent_prefs_checkbox-toggle.is-active {
  background-color: #fff;
  margin-left: 1.25rem;
}

.consent_prefs_close {
  color: #fff;
  cursor: pointer;
  border-radius: 999rem;
  padding: .5rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.consent_prefs_close:hover {
  opacity: .5;
}

.consent_prefs_empty-message {
  color: gray;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_opt-in_banner {
  z-index: 99999;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.consent_prefs_checkbox-label {
  display: none;
}

.consent_prefs_detail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_description {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.consent_button_accept {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_button_accept:hover {
  opacity: .7;
}

.consent_button_prefs {
  color: #333;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_button_prefs:hover {
  opacity: .7;
}

.consent_banner_paragraph {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.consent_prefs_popup {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.consent_prefs_checkbox-field.is-focused {
  outline-offset: 1px;
  outline: 1px solid #18ad3a;
}

.consent_prefs_checkbox-field.is-active {
  background-color: #18ad3a;
}

.consent_prefs_open-icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.consent_prefs_tracker-template {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f5f5f5;
  border-radius: .25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
}

.consent_prefs_value {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_prefs_label-active {
  color: #000;
  border: 1px solid silver;
  border-radius: .25rem;
  flex: none;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
}

.consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_prefs_list {
  flex-flow: column;
  display: flex;
  overflow: auto;
}

.consent_opt-in {
  display: block;
}

.consent_banner_privacy-link {
  color: #4169e1;
  text-decoration: underline;
}

.consent_prefs_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_icon.is-active {
  transform: rotate(90deg);
}

.consent_prefs_label {
  margin-right: .25rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_page {
  color: #4169e1;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: underline;
}

.consent_checkbox_label {
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_buttons {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f5f5f5;
  border-top: 1px solid silver;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.consent_opt-in_prefs {
  z-index: 99998;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.consent_button_prefs-submit {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity .2s;
}

.consent_button_prefs-submit:hover {
  opacity: .7;
}

.consent_prefs_open-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--yellow-geri-adjusted);
  color: var(--maroon);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity .2s;
  display: flex;
}

.consent_prefs_open-button:hover {
  opacity: .7;
}

.consent_prefs_category-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_opt-in_open-prefs {
  z-index: 99999;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.consent_prefs_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #f5f5f5;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.consent_prefs_empty-state {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: .25rem;
  padding: 1rem;
}

.consent_button_reject {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.consent_button_reject:hover {
  opacity: .7;
}

.consent_provider_template {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 .5px #d9d9d9;
}

.consent_prefs_form-wrapper {
  color: #000;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section {
    justify-content: flex-start;
    padding-top: 2em;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section.css {
    padding: 4em 6vw 6em;
    overflow: hidden;
  }

  .section.etat, .section.assitance, .section.contact {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .body {
    font-size: 16px;
  }

  .heading {
    font-size: 2em;
  }

  .title-h1 {
    width: 72%;
    font-size: 3em;
  }

  .title-h1.etat {
    width: 100%;
  }

  .div-logo-main {
    width: auto;
  }

  .navbar {
    padding: 2.2em 6vw 1.8em;
  }

  .nav-menu {
    z-index: -1;
    background-color: var(--yellow-geri-adjusted);
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 0;
    padding: 0 3em;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar-link {
    border-style: none none solid;
    border-width: 1px 1px .1em;
    border-color: var(--maroon);
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.4em;
  }

  .text-navbar {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .button {
    margin-top: 2.4em;
    margin-left: 0;
  }

  .call-link {
    width: 100%;
    margin-top: 3em;
    margin-left: 0;
  }

  .navbar-icon {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 3em;
    display: flex;
  }

  .navbar-icon-lottie {
    width: auto;
  }

  .paragraph, .paragraph.note, .paragraph.etat {
    font-size: 1.2em;
  }

  .div-left.full {
    width: 80vw;
  }

  .div-right {
    margin-top: 4em;
    margin-left: 0;
  }

  .div-explain {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3em;
  }

  .div-banner {
    background-size: cover;
    height: 4.2em;
  }

  .div-footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-logo-footer {
    display: flex;
  }

  .grid-footer {
    grid-row-gap: .2em;
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .75fr;
  }

  .text-block-7 {
    padding-left: 10px;
  }

  .adresse, .mission {
    font-size: 1.2em;
  }

  .categorie {
    font-size: 1rem;
  }

  .div-hero {
    background-size: 40em;
  }

  .paragraph-home {
    width: 56%;
  }

  .div-contact-left {
    width: 100%;
  }

  .div-contact-right {
    margin-top: 2em;
    margin-left: 0;
  }

  .section-move.h-text {
    margin-bottom: -.4rem;
  }

  .horizontal-moving-text {
    margin-bottom: 0;
  }

  .horizontal-text {
    font-size: 5em;
  }

  .going-up {
    background-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }

  .intro {
    font-size: 1.2em;
  }

  .link-gm {
    margin-top: 2em;
    margin-left: 0;
  }

  .div-3-col {
    flex-direction: column;
  }

  .moving-text-wrapper {
    margin-top: -30em;
  }

  .loop-text {
    font-size: 6.6em;
  }

  .div-hero-2 {
    background-size: 40em;
  }

  .paragraph-home-2 {
    width: 80%;
  }

  .title-h1-2 {
    width: 80%;
    font-size: 3em;
  }

  .horizontal-text-2 {
    font-size: 5em;
  }

  .div-hero-3 {
    justify-content: flex-start;
  }

  .title-h1-3 {
    width: 100%;
    font-size: 2.8em;
  }

  .paragraph-home-3 {
    width: 100%;
    font-size: 1.6em;
  }

  .div-bar._6 {
    background-size: contain;
  }

  .div-bar._4 {
    bottom: -1em;
  }

  .div-illustrations {
    padding-top: 1em;
  }

  .div-gm {
    display: none;
  }

  .div-split.gm {
    padding: 2em;
  }

  .image-5 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 2em;
  }

  .section.css, .section.etat {
    padding-top: 4.2em;
    padding-bottom: 4.2em;
  }

  .section.assitance {
    padding-top: 4.3em;
    padding-bottom: 4.3em;
  }

  .section.contact {
    padding-top: 4.2em;
    padding-bottom: 4.2em;
  }

  .title-h1 {
    width: 100%;
    font-size: 2.8em;
  }

  .title-h1.contact {
    width: 100%;
  }

  .div-logo-main {
    font-size: 1em;
  }

  .navbar {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .logo-navbar-img {
    width: 7.2em;
  }

  .nav-menu {
    padding-left: 6vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .button.services {
    font-size: 1em;
    line-height: 1.4;
  }

  .img-logo-full {
    width: 20em;
    font-size: .8em;
  }

  .paragraph, .paragraph.note {
    font-size: 1rem;
  }

  .div-left.full {
    width: auto;
  }

  .div-right {
    border-width: .8em;
  }

  .div-explain.etat {
    margin-top: 2.6em;
  }

  .btn-text.services {
    font-size: 1.4em;
  }

  .btn-text.textcontact {
    font-size: 1.2em;
  }

  .btn-text.etat {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2;
  }

  .title-h3 {
    font-size: 1.8em;
  }

  .div-banner {
    background-position: 50% 100%;
    background-size: cover;
    height: 4em;
  }

  .handcrafted {
    text-align: center;
    font-size: .9rem;
  }

  .div-footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-logo-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .75fr;
    justify-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-7 {
    text-align: center;
    padding-left: 10px;
    font-size: .9rem;
  }

  .div-social {
    text-align: center;
  }

  .adresse, .mission, .categorie {
    font-size: 1rem;
  }

  .img-arrow-right {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
  }

  .div-hero {
    background-size: 30em;
  }

  .paragraph-home {
    width: 78%;
    font-size: 1.6em;
  }

  .section-move {
    padding-top: 5.4em;
    padding-bottom: 3em;
  }

  .section-move.h-text {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }

  .link-legals {
    font-size: .9rem;
  }

  .intro {
    font-size: 1rem;
  }

  .div-info {
    width: 2.4em;
    height: 2.4em;
  }

  .legal {
    line-height: 1.4;
  }

  .title-legal {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .moving-text-wrapper {
    overflow: hidden;
  }

  .div-img-gallery._14 {
    height: 12rem;
  }

  .div-img-gallery-2 {
    width: 16rem;
    height: 12rem;
  }

  .div-img-gallery-2._10 {
    height: 12rem;
  }

  .div-img-gallery-2._3 {
    width: 16rem;
  }

  .div-img-gallery-2._2 {
    height: 12rem;
  }

  .div-img-gallery-2._12 {
    height: 16rem;
  }

  .grid-gallery {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .div-hero-2 {
    background-size: 30em;
  }

  .btn-text-2.services {
    font-size: 1.4em;
  }

  .paragraph-home-2 {
    width: 78%;
    font-size: 1.6em;
  }

  .title-h1-2, .title-h1-3 {
    width: 100%;
    font-size: 2.8em;
  }

  .paragraph-home-3 {
    width: 78%;
    font-size: 1.6em;
  }

  .consent_placeholder_wrapper {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 1.6em;
  }

  .section.css, .section.etat, .section.assitance, .section.contact {
    padding-top: 3.8em;
    padding-bottom: 3.8em;
  }

  .title-h1 {
    margin-top: .4em;
    font-size: 2.2em;
    line-height: 1;
  }

  .div-logo-main {
    font-size: 1em;
  }

  .navbar {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .logo-navbar-img {
    font-size: .8em;
  }

  .nav-menu {
    overflow: hidden;
  }

  .img-logo-full {
    font-size: .6em;
  }

  .paragraph.etat {
    font-size: 1rem;
  }

  .div-right {
    border-width: .8em;
  }

  .btn-top {
    text-align: center;
    margin-left: 0;
    padding-left: .8em;
    padding-right: .8em;
    line-height: 1.6;
  }

  .btn-top.bordercontact, .btn-top.etat {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .btn-text {
    font-size: 1.2em;
    line-height: 1;
  }

  .btn-text.textcontact, .btn-text.etat {
    font-size: 1em;
  }

  .title-h2 {
    margin-top: 0;
    font-size: 1.4em;
  }

  .title-h2.white, .title-h3 {
    font-size: 1.4em;
  }

  .div-banner {
    background-size: cover;
    height: 4em;
  }

  .div-logo-footer {
    justify-content: flex-start;
  }

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

  .div-social {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
  }

  .phone, .mail {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .img-arrow-right {
    max-width: 20px;
  }

  .div-hero {
    background-size: 20em;
    padding-bottom: 3.8em;
  }

  .paragraph-home {
    width: 100%;
    font-size: 1.4em;
  }

  .section-move {
    padding-bottom: 2em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-move.h-text {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .horizontal-text {
    font-size: 4.9em;
  }

  .going-up {
    z-index: 2000;
    bottom: .125em;
  }

  .div-hero-2 {
    background-size: 20em;
    padding-bottom: 3.8em;
  }

  .btn-text-2 {
    font-size: 1.2em;
    line-height: 1;
  }

  .paragraph-home-2 {
    width: 100%;
    font-size: 1.4em;
  }

  .btn-top-2 {
    text-align: center;
    margin-left: 0;
    padding-left: .8em;
    padding-right: .8em;
    line-height: 1.6;
  }

  .title-h1-2 {
    margin-top: .4em;
    font-size: 2.2em;
    line-height: 1;
  }

  .horizontal-text-2 {
    font-size: 4.9em;
  }

  .title-h1-3 {
    margin-top: .4em;
    font-size: 2.2em;
    line-height: 1;
  }

  .paragraph-home-3 {
    width: 100%;
    font-size: 1.4em;
  }

  .img-bar-head-2 {
    position: relative;
    left: 5px;
  }

  .img-bar-head-5 {
    position: relative;
    left: -5px;
  }

  .div-bar {
    justify-content: flex-end;
    width: 150%;
  }

  .div-bar._5 {
    align-items: stretch;
    left: auto;
  }

  .div-bar._6 {
    align-items: flex-start;
    left: auto;
  }

  .div-bar._4 {
    justify-content: center;
  }

  .div-bar._2 {
    justify-content: flex-end;
    margin-left: 0;
  }

  .div-illustrations {
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between center;
    align-items: stretch;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: .1em;
    display: flex;
  }

  .consent_placeholder_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .consent_placeholder_prefs {
    padding-left: 0;
    padding-right: 0;
  }

  .consent_prefs_heading {
    font-size: 1rem;
  }

  .consent_banner {
    margin-left: 1rem;
    left: 0%;
  }

  .consent_prefs_label-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .consent_banner_link {
    order: 1;
  }

  .consent_prefs_description {
    text-wrap: balance;
  }

  .consent_button_prefs {
    padding-left: 0;
    padding-right: 0;
  }

  .consent_prefs_popup {
    padding: 1.25rem;
  }

  .consent_prefs_label-active {
    border-style: none;
    padding: 0;
  }

  .consent_banner_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .consent_prefs_buttons {
    flex-flow: column;
    align-items: stretch;
  }
}

#w-node-e40ab851-138c-b6d1-30ad-00b87a5337b0-8869d0a2, #w-node-_069b26bd-9273-bf48-8436-44ffbebf8b7e-8869d0a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d97a40-e21d-ad38-d922-26f5179b7064-179b7062, #w-node-c6d97a40-e21d-ad38-d922-26f5179b7066-179b7062 {
  align-self: center;
}

#w-node-c6d97a40-e21d-ad38-d922-26f5179b7068-179b7062, #w-node-c6d97a40-e21d-ad38-d922-26f5179b706a-179b7062, #w-node-c6d97a40-e21d-ad38-d922-26f5179b706c-179b7062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d97a40-e21d-ad38-d922-26f5179b706e-179b7062 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: auto end;
}

#w-node-c6d97a40-e21d-ad38-d922-26f5179b7072-179b7062 {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: end;
}

#w-node-e40ab851-138c-b6d1-30ad-00b87a5337b0-0925f9bf, #w-node-_069b26bd-9273-bf48-8436-44ffbebf8b7e-0925f9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a47f-0925f9bf, #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a481-0925f9bf {
  align-self: center;
}

#w-node-_44052f15-1946-1d87-e572-010458403b60-0925f9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a483-0925f9bf {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a487-0925f9bf {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7064-179b7062 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7068-179b7062 {
    justify-self: start;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b706a-179b7062 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b706c-179b7062 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b706e-179b7062 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: end;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7072-179b7062 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_44052f15-1946-1d87-e572-010458403b60-0925f9bf {
    justify-self: end;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a483-0925f9bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a487-0925f9bf {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7064-179b7062 {
    place-self: center start;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7066-179b7062 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7068-179b7062 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b706a-179b7062 {
    justify-self: end;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7072-179b7062 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a47f-0925f9bf {
    place-self: center start;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a481-0925f9bf {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_44052f15-1946-1d87-e572-010458403b60-0925f9bf {
    justify-self: end;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a483-0925f9bf {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a487-0925f9bf {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7064-179b7062 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7068-179b7062 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b706a-179b7062 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b706c-179b7062 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b706e-179b7062 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
  }

  #w-node-c6d97a40-e21d-ad38-d922-26f5179b7072-179b7062 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a47f-0925f9bf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_44052f15-1946-1d87-e572-010458403b60-0925f9bf {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a483-0925f9bf {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_54fd09bd-ce27-794b-b584-00d9bbf4a487-0925f9bf {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }
}


