:root {
  --black: black;
  --midnight-blue: #060733;
  --light-coral: #ff7171;
  --cadet-blue: #7396a0;
  --dilem: #cc8c41;
  --pink: #f4c8c8;
  --dark-slate-grey: #2e4032;
  --dark-slate-blue: #56567e;
  --midnight-blue-2: #b5b6d1;
  --midnight-blue-3: #24265c;
  --slate-grey: #77789d;
  --black-3: #050621;
  --light-steel-blue: #b1b2d9;
  --black-2: #111;
}

.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: var(--black);
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gazpacho;
  font-size: 35px;
  font-weight: 900;
  line-height: 53px;
}

h2 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  display: flex;
}

.logo {
  width: 17vw;
  min-width: 200px;
  max-width: 400%;
}

.div-logo {
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.nav-menu-group {
  object-fit: fill;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.darkblue {
  background-color: var(--midnight-blue);
}

.couloxibis {
  z-index: -1;
  background-color: var(--light-coral);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.coulexalto {
  background-color: var(--cadet-blue);
}

.couldilem {
  background-color: var(--dilem);
}

.couljooly {
  background-color: var(--pink);
}

.section {
  background-color: var(--dark-slate-grey);
  margin-bottom: 138px;
}

.violine {
  background-color: var(--dark-slate-blue);
}

.heading {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Gazpacho;
  font-weight: 900;
}

.heading-2 {
  font-size: 36px;
}

.blanc {
  color: #fff;
}

.section-hero-image {
  height: 70vh;
}

.hero-image-societe {
  object-fit: cover;
  background-image: url('../images/OXIBISGROUP--BATIMENT-NEIGE-ENSEMBLE-MIDI_5.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: 681px;
  width: 750px;
  height: 350px;
}

.div-image-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/OXIBISGROUP--BATIMENT-NEIGE-ENSEMBLE-MIDI_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: stretch;
  width: 80vw;
  min-width: 0;
  height: 70vh;
  min-height: 0;
  display: flex;
}

.section-marques {
  padding-bottom: 117px;
}

.grid-header-marques {
  grid-column-gap: 9px;
  grid-template: "Area Area area-oxibis area-exalto area-dilem area-jooly area-bref"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-3 {
  line-height: 52px;
}

.designer-lunetier {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 31px;
  display: flex;
}

.title-designer {
  margin-bottom: 30px;
  font-family: Tc Nouvellevague, sans-serif;
  font-size: 2.2em;
  line-height: 1.4em;
}

.separation {
  background-color: var(--midnight-blue);
  width: 62px;
  height: 5px;
  margin-top: 12px;
  margin-bottom: 13px;
}

.separation.blanc {
  background-color: #fff;
  margin-bottom: 1px;
}

.separation.blanc.espagnl {
  margin-top: 7px;
}

.paragraph {
  color: var(--midnight-blue);
  text-align: center;
}

.btn-blanc {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-bottom: 79px;
  padding-top: 15px;
  font-weight: 500;
  display: flex;
}

.btn-bleu {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 50px;
  padding-top: 15px;
  font-weight: 500;
  display: flex;
}

.marque-oxibis {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -15vh;
  margin-bottom: 100px;
  display: flex;
}

.marque-oxibis.decalage-haut {
  margin-top: -15vh;
  margin-bottom: 100px;
}

.btn-translu {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #ffffff70;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 50px;
  padding-top: 15px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.btn-translu.marque {
  width: 84%;
  height: auto;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 7px;
}

.link-site {
  color: #fff;
  margin-top: 18px;
  display: block;
  overflow: visible;
}

.link-site.soulignement {
  text-decoration: underline;
}

.link-site.displaynone {
  display: none;
}

.image-logo {
  width: 90%;
  margin-top: 27px;
}

.image-logo.caroussel {
  width: 150px;
  max-height: 37px;
  margin-top: auto;
  margin-bottom: 22px;
}

.liens-site {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 115px;
  display: flex;
}

.div-logo-marque {
  justify-content: center;
  height: 30%;
  margin-bottom: 15px;
  display: flex;
}

.marque-exalto {
  background-color: var(--cadet-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -15vh;
  margin-bottom: 100px;
  display: flex;
}

.marque-dilem {
  background-color: var(--dilem);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -15vh;
  margin-bottom: 100px;
  display: flex;
}

.marque-jooly {
  background-color: var(--pink);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -15vh;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.marque-bref {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -15vh;
  margin-bottom: 100px;
  display: flex;
}

.menu-links {
  color: var(--midnight-blue);
  text-decoration: none;
}

.link-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: var(--midnight-blue);
}

.menu-link-label {
  color: var(--midnight-blue);
  margin-top: 9px;
  font-size: 12px;
  text-decoration: none;
}

.nav-menu-links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  margin-top: 7px;
  display: flex;
}

.icon {
  width: 30%;
}

.image-2 {
  width: 36px;
}

.grid-argument {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
}

.div-argument {
  border-style: none solid none none;
  border-width: 2px;
  border-color: var(--midnight-blue-2);
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33vw;
  min-height: 355px;
  padding: 20px;
  display: flex;
}

.div-argument.dernier-trait {
  border-right-style: none;
  width: 33.3vw;
}

.div-icon-argument {
  justify-content: center;
  height: 100px;
  margin-bottom: 10px;
  display: flex;
}

.paragraphe-argument {
  color: #fff;
  width: auto;
  max-width: 45ch;
  margin-top: 20px;
  margin-bottom: auto;
}

.image-3 {
  width: 50%;
}

.section-equipe {
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-equipe {
  flex-direction: column;
  justify-content: space-around;
  max-width: 1200px;
  margin-top: 133px;
  margin-bottom: 125px;
  padding-bottom: 0;
  padding-left: 38px;
  padding-right: 0;
  display: flex;
}

.div-contenu-equipe {
  flex-direction: row;
  align-items: stretch;
  width: auto;
  padding-right: 0;
  display: flex;
  position: static;
}

.texte-equipe {
  text-align: left;
  width: 30ch;
  margin-right: 0;
  padding-left: 19px;
  position: relative;
  inset: 17px 0 0;
}

.title-equipe {
  width: 32ch;
  position: relative;
  top: auto;
  left: 139px;
}

.div-image-group {
  width: 930px;
  position: static;
}

.image-equipe {
  position: static;
}

.titre-argument {
  text-align: center;
  font-size: 1.8em;
  display: block;
}

.heading-6 {
  text-align: center;
}

.div-title-equipe {
  margin-top: 0;
  margin-bottom: 32px;
  position: relative;
}

.div-texte-equipe {
  margin-right: 41px;
  position: relative;
}

.section-distributeur {
  background-color: var(--dark-slate-blue);
  display: block;
}

.container-distributeur {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-distributeur {
  text-align: center;
  margin-top: 75px;
}

.texte-paragraphe {
  color: #fff;
  text-align: left;
  width: 50ch;
  margin-top: 33px;
  margin-bottom: 34px;
}

.section-footer {
  margin-top: auto;
  position: static;
  inset: auto 0% 0%;
}

.blue-intermediaire {
  background-color: var(--midnight-blue-3);
}

.grid-footer-marques {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . . . ." 202px
                 ". oxibis-lien-site Exalto-lien-site dilem-lien-site Jooly-lien-site bref-lien-site" 201px
                 / .75fr 1fr 1fr 1fr 1fr 1fr .75fr;
}

.grid-footer-group {
  grid-column-gap: 0px;
  grid-template: "footer-contact footer-nos-outils-pro footer-suivez-nos-marques"
  / 1fr 1fr 1fr;
}

.div-footer-legal {
  background-color: var(--slate-grey);
  color: #fff;
  justify-content: space-around;
  display: flex;
}

.div-oxibis-footer {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.div-oxibis-footer.exalto {
  background-color: var(--cadet-blue);
}

.div-oxibis-footer.dilem {
  background-color: var(--dilem);
}

.div-oxibis-footer.jooly {
  background-color: var(--pink);
}

.div-oxibis-footer.bref {
  background-color: var(--dark-slate-grey);
}

.link {
  padding-top: 13px;
}

.div-footer-contact {
  background-color: var(--black-3);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 31px;
  display: flex;
}

.footer-titre {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 128px;
  margin-top: 10px;
  margin-bottom: auto;
  display: flex;
}

.footer-titre.espagnol {
  height: 145px;
}

.titre-footer {
  text-align: center;
}

.contenu-footer {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 70%;
  display: flex;
  overflow: visible;
}

.contenu-footer.reseaux {
  flex-direction: row;
}

.div-footer-nosoutilspro {
  background-color: var(--midnight-blue-3);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 31px;
  display: flex;
}

.div-footer-suiveznosmarques {
  background-color: var(--light-steel-blue);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 31px;
  display: flex;
}

.div-footer-suiveznosmarques.suiveznosmarques {
  background-color: var(--midnight-blue-2);
  padding-bottom: 60px;
}

.link-footer {
  text-align: left;
  margin-bottom: 12px;
  display: block;
  overflow: visible;
}

.link-footer.facebook {
  color: var(--black-3);
  position: static;
}

.link-footer.facebook.displaynone, .link-footer.display-none {
  display: none;
}

.div-footer-instagram {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 46px;
  display: flex;
}

.div-footer-facebook {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-footer-facebook-copy {
  flex-direction: column;
  display: flex;
}

.icon-insta {
  text-align: right;
  display: inline-block;
}

.icon-insta.facebook {
  text-align: left;
  display: inline-block;
}

.grid-reseaux-marques {
  grid-column-gap: 14px;
  grid-row-gap: 5px;
  grid-template: "icon-insta . icon-facebook"
                 "col-insta-marque separation-laterale col-facebook-marque" 27px
                 "col-insta-marque separation-laterale-2 col-facebook-marque" 27px
                 "col-insta-marque separation-laterale-3 col-facebook-marque" 27px
                 "col-insta-marque separation-laterale-4 col-facebook-marque" 27px
                 "col-insta-marque separation-laterale-5 col-facebook-marque" 27px
                 / 1fr .5fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.div-link-reseaux {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-link-reseaux.facebook {
  align-items: flex-start;
}

.div-icon-insta {
  margin-bottom: 29px;
}

.separation-laterale {
  background-color: var(--black);
  width: 3px;
  height: 19px;
}

.div-block {
  background-color: var(--cadet-blue);
}

.gris-contact {
  grid-column-gap: 26px;
  grid-row-gap: 3px;
  grid-template: "icon-linkedin texte-linkedin"
                 "icon-instagram texte-instagram"
                 "icon-facebook texte-facebook"
                 "icon-enveloppe texte-contact"
                 "adresse adresse"
                 / 1fr 2.5fr;
  margin-top: 0;
}

.link-icon-group {
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.texte-contact-group {
  align-items: center;
  display: flex;
}

.icon-group {
  max-width: 40px;
  height: 40px;
  max-height: 40px;
}

.dic-footer-adresse {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 22px;
}

.adresse {
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.mentions-legales {
  text-transform: uppercase;
  margin-left: 24px;
  padding-top: 31px;
  padding-bottom: 32px;
}

.mentions-legales.index-egalit {
  text-transform: lowercase;
}

.wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
  overflow: hidden;
}

.div-produit-marque {
  max-width: 75%;
  height: 80vh;
  position: relative;
}

.conteneur-image {
  flex-direction: column;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-contenu {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 75vh;
  display: flex;
  position: relative;
  top: auto;
}

.image-4 {
  width: 55vw;
}

.lunettes-marque {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-contenu-lunette-btn {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55vw;
  height: auto;
  display: flex;
  position: static;
}

.lunette {
  z-index: -1;
  width: auto;
  position: static;
  inset: auto 0% 0%;
}

.div-bas-vignette {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 38px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.heading-7 {
  text-align: center;
}

.section-lunette-loop {
  margin-right: 0;
  overflow: hidden;
}

.section-lunette-loop.flexbox {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vignette-lunette {
  flex-direction: column;
  width: 55vw;
  display: flex;
}

.lunette-photo {
  max-width: 101%;
  margin-bottom: -1px;
}

.sous-vignette {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  min-height: 170px;
  padding-bottom: 30px;
  display: flex;
}

.sous-vignette.couloxibis {
  flex-direction: column;
  align-items: center;
  padding-bottom: 36px;
  display: flex;
}

.sous-vignette.coulexalto {
  background-color: var(--cadet-blue);
}

.sous-vignette.couljooly {
  background-color: var(--pink);
}

.sous-vignette.couldilem {
  background-color: var(--dilem);
}

.sous-vignette.coulbref {
  background-color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: auto;
}

.btn-site-marque {
  text-align: center;
  background-color: #ffffff57;
  width: 50%;
  margin-top: auto;
}

.lien-caroussel-boutique {
  margin-top: auto;
  margin-bottom: 0;
}

.contener-loop-lunette {
  align-items: center;
  width: 550vw;
  display: flex;
  overflow: visible;
}

.containeur-double-pour-anim {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.slider {
  background-color: var(--midnight-blue);
  flex-direction: row;
  justify-content: flex-start;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.slide {
  width: 100%;
}

.slide._200 {
  width: 200%;
  margin-left: 0%;
  margin-right: -100%;
}

.slide._200.gauche {
  margin-left: -100%;
  margin-right: 0%;
  overflow: hidden;
}

.mask {
  width: 33.3vw;
  height: 100%;
  overflow: visible;
}

.blue {
  width: auto;
}

.blue._50 {
  width: 50%;
}

.text-span, .text-span-2, .text-span-3 {
  display: none;
}

.list {
  color: var(--midnight-blue);
  padding-left: 19px;
  list-style-type: square;
}

.list-item {
  list-style-type: square;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  overflow: visible;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.contenant-links {
  display: flex;
}

.fr.w--open:hover {
  font-weight: 700;
}

.icon-2 {
  outline-offset: 0px;
  outline: 3px #222;
}

.dropdown-list {
  background-color: #978282;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.en:hover {
  font-weight: 700;
}

.en:active {
  font-weight: 900;
}

.de:hover {
  font-weight: 700;
}

.de:active {
  font-weight: 900;
}

.es:hover {
  font-weight: 700;
}

.es:active {
  font-weight: 900;
}

.link-footer-displaynone {
  text-align: left;
  margin-bottom: 12px;
  display: block;
  overflow: visible;
}

.link-footer-displaynone.facebook {
  color: var(--black-3);
  position: static;
}

.link-footer-displaynone.facebook.displaynone, .link-footer-displaynone.display-none {
  display: none;
}

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

.div_encard {
  background-color: #ffffff3d;
  justify-content: center;
  align-items: center;
  width: 33vw;
  height: 17vh;
  margin-top: 102px;
  margin-bottom: 89px;
  margin-left: 0;
  padding-top: 0;
  display: none;
  position: absolute;
}

.heading-8 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .btn-translu.marque {
    width: 100%;
  }

  .btn-site-marque {
    width: 300px;
  }

  .div_encard {
    width: 500px;
    height: 150px;
    margin-top: 130px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar {
    justify-content: flex-end;
  }

  .div-logo {
    z-index: 1;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu-group {
    z-index: 2;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    display: flex;
    position: absolute;
    right: auto;
  }

  .section-hero-image {
    margin-top: 25px;
  }

  .grid-header-marques {
    grid-template: "Area Area Area Area Area"
                   "area-oxibis area-exalto area-dilem area-jooly area-bref"
                   / 1fr 1fr 1fr 1fr 1fr;
  }

  .designer-lunetier {
    margin-top: 0;
  }

  .btn-blanc {
    margin-bottom: 50px;
  }

  .marque-oxibis, .marque-oxibis.decalage-haut, .marque-exalto, .marque-dilem, .marque-jooly, .marque-bref {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-link-label {
    margin-top: auto;
  }

  .nav-menu-links {
    border-bottom: 1px solid #ededed;
    justify-content: center;
    width: 100vw;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .grid-argument {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-argument {
    border-style: none solid none none;
    width: 33.4vw;
    min-height: 200px;
  }

  .div-argument.dernier-trait {
    width: 33.3vw;
  }

  .div-icon-argument {
    height: 75px;
  }

  .paragraphe-argument {
    font-size: 13px;
  }

  .image-3 {
    width: 40%;
  }

  .texte-equipe {
    font-size: 13px;
  }

  .title-equipe {
    font-size: 24px;
    line-height: 29px;
  }

  .titre-argument {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .title-distributeur {
    margin-top: 50px;
    font-size: 24px;
  }

  .texte-paragraphe {
    margin-top: 20px;
  }

  .grid-footer-group {
    grid-row-gap: 0px;
    grid-template: "footer-contact"
                   "footer-nos-outils-pro"
                   "footer-suivez-nos-marques"
                   / 1fr;
  }

  .div-footer-legal {
    flex-direction: column;
    align-items: center;
  }

  .titre-footer {
    margin-top: 10px;
  }

  .mentions-legales {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .vignette-lunette {
    width: 50vw;
  }

  .btn-site-marque {
    width: 75%;
  }

  .lien-caroussel-boutique {
    text-align: center;
  }

  .contener-loop-lunette {
    width: 500vw;
  }

  .text-span-3 {
    display: none;
  }

  .burger-line-component {
    background-color: var(--black);
    border-radius: 10px;
    width: 35px;
    height: 2px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-button-animated {
    align-self: auto;
    align-items: center;
    margin-top: -13px;
    margin-bottom: 0;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }

  .top-line, .middle-line, .bottom-line {
    background-color: #000;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #fff;
  }

  .contenant-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .div_encard {
    width: 50vw;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-image-hero {
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 70vh;
  }

  .grid-header-marques {
    grid-column-gap: 0px;
    grid-template-rows: auto 211px;
    grid-template-areas: "Area Area Area Area Area"
                         "area-oxibis area-exalto area-dilem area-jooly area-bref";
  }

  .designer-lunetier {
    width: 100vw;
    margin-bottom: 19px;
    margin-left: 0;
    margin-right: 0;
  }

  .marque-oxibis.decalage-haut {
    justify-content: space-between;
  }

  .btn-translu.marque {
    font-size: 13px;
    line-height: 17px;
  }

  .link-site.soulignement {
    text-align: center;
    width: auto;
    font-size: 12px;
  }

  .liens-site {
    margin-bottom: auto;
  }

  .div-logo-marque {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .marque-exalto, .marque-dilem, .marque-jooly, .marque-bref {
    justify-content: space-between;
  }

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

  .div-argument {
    border-style: none none solid;
    width: 100vw;
  }

  .div-argument.dernier-trait {
    width: 100vw;
  }

  .div-icon-argument {
    height: 57px;
  }

  .paragraphe-argument {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-3 {
    width: 33%;
  }

  .section-equipe {
    width: 100vw;
    padding-left: 39px;
  }

  .container-equipe {
    max-width: 480px;
    margin-top: 60px;
    padding-left: 0;
  }

  .div-contenu-equipe {
    flex-direction: column;
    align-items: flex-start;
  }

  .texte-equipe {
    width: 45ch;
    top: 0;
  }

  .title-equipe {
    width: 31ch;
    font-size: 18px;
    line-height: 24px;
    left: 10px;
  }

  .div-image-group {
    object-fit: cover;
    width: 90%;
    margin-top: 37px;
  }

  .titre-argument {
    margin-top: 0;
    font-size: 1.3em;
  }

  .div-title-equipe {
    width: 400px;
  }

  .container-distributeur {
    padding: 23px;
  }

  .texte-paragraphe {
    width: 40ch;
  }

  .section-footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-footer-marques {
    grid-template: "." 136px
                   "oxibis-lien-site"
                   "Exalto-lien-site"
                   "dilem-lien-site"
                   "Jooly-lien-site"
                   "bref-lien-site"
                   / 1fr;
    align-items: stretch;
    height: auto;
    margin-bottom: 0;
  }

  .div-footer-legal {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-oxibis-footer, .div-oxibis-footer.exalto, .div-oxibis-footer.dilem {
    justify-content: space-around;
  }

  .div-oxibis-footer.jooly {
    justify-content: space-between;
  }

  .div-oxibis-footer.bref {
    justify-content: space-around;
  }

  .separation-laterale {
    width: 2px;
  }

  .mentions-legales {
    margin-left: 0;
  }

  .mentions-legales.index-egalit {
    margin-bottom: 0;
  }

  .btn-site-marque {
    font-size: 13px;
  }

  .lien-caroussel-boutique {
    font-size: 13px;
    line-height: 18px;
  }

  .image-5 {
    width: auto;
  }

  .fr {
    margin-right: -24px;
  }

  .div_encard {
    width: 80vw;
    height: 14vh;
    margin-top: 5vh;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .logo {
    width: 165px;
    min-width: 100px;
    max-width: 100%;
  }

  .div-logo {
    inset: 0% auto auto 0%;
  }

  .div-image-hero {
    height: 60vh;
  }

  .section-marques {
    padding-left: 12px;
    padding-right: 13px;
  }

  .grid-header-marques {
    grid-row-gap: 0px;
    grid-template: "Area"
                   "area-oxibis"
                   "area-exalto"
                   "area-dilem"
                   "area-jooly"
                   "area-bref"
                   / 1fr;
    width: 90vw;
    margin-top: 19px;
  }

  .designer-lunetier {
    width: 90vw;
  }

  .title-designer {
    font-size: 1.9em;
  }

  .separation.blanc {
    height: 2px;
  }

  .btn-blanc {
    justify-content: center;
    width: 90%;
    height: 42px;
    padding-top: 10px;
    font-size: 13px;
  }

  .marque-oxibis {
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn-translu.marque {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .link-site.soulignement {
    margin-top: 6px;
  }

  .image-logo {
    width: 50%;
    margin-top: 11px;
  }

  .div-logo-marque {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 60%;
    height: 34px;
    display: flex;
  }

  .section-equipe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .texte-equipe {
    width: 100%;
    top: 10px;
  }

  .title-equipe {
    width: auto;
    font-size: 16px;
    left: 0;
  }

  .div-title-equipe {
    width: auto;
  }

  .div-texte-equipe {
    margin-right: 0;
  }

  .texte-paragraphe {
    width: auto;
  }

  .div-footer-contact {
    width: 100vw;
    padding: 15px 0 35px;
  }

  .footer-titre {
    width: 90vw;
    height: auto;
    margin-bottom: 24px;
    font-size: 12px;
  }

  .titre-footer {
    font-size: 17px;
  }

  .contenu-footer {
    min-height: auto;
  }

  .div-footer-nosoutilspro {
    width: 100vw;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .div-footer-suiveznosmarques {
    width: 100vw;
    padding: 15px 15px 35px;
  }

  .link-footer.facebook {
    font-size: 13px;
  }

  .icon-insta {
    height: 40px;
  }

  .div-icon-insta {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .div-icon-insta.facebook {
    width: 40px;
    height: 40px;
  }

  .gris-contact {
    grid-column-gap: 3px;
  }

  .link-icon-group {
    justify-content: center;
    width: 35px;
    padding: 5px;
  }

  .texte-contact-group {
    font-size: 12px;
  }

  .icon-group {
    height: 30px;
    font-size: 14px;
  }

  .adresse {
    margin-bottom: 0;
    font-size: 12px;
  }

  .mentions-legales {
    margin-left: 0;
  }

  .mentions-legales.index-egalit {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .vignette-lunette {
    width: 100vw;
  }

  .btn-site-marque, .lien-caroussel-boutique {
    font-size: 12px;
  }

  .contener-loop-lunette {
    width: 1000vw;
  }

  .burger-line-component {
    width: 20px;
    margin-bottom: 4px;
  }

  .nav-button-animated {
    width: 50px;
    margin-right: 0;
  }

  .nav-button-animated.w--open {
    margin-right: 0;
  }

  .top-line, .middle-line, .bottom-line {
    width: 30px;
  }

  .link-footer-displaynone.facebook {
    font-size: 13px;
  }

  .div_encard {
    width: 90vw;
  }
}

#w-node-d0833ba9-d96c-6198-402e-366924a3edea-6b1f66bf {
  grid-area: area-oxibis;
  place-self: auto;
}

#w-node-cc1e1fc0-5e32-053f-84ae-0cc7cbe40fd4-6b1f66bf {
  grid-area: area-exalto;
  place-self: auto;
}

#w-node-_18612287-cd6e-4341-959c-2260d97654de-6b1f66bf {
  grid-area: area-dilem;
  place-self: auto;
}

#w-node-f3c6dd72-b965-3772-97a8-16b510ed9224-6b1f66bf {
  grid-area: area-jooly;
  place-self: auto;
}

#w-node-_8d884bd8-21a2-a8fd-f6f9-47fd55bc7f83-6b1f66bf {
  grid-area: area-bref;
  place-self: auto;
}

#w-node-_3548a8be-a38d-8f3c-88b9-641cb7075e1d-6b1f66bf {
  grid-area: Area;
}

#w-node-_774d0514-4c1e-35fc-46e9-7a697ddec39f-6b1f66bf, #w-node-da0cc684-db14-d313-6f16-c39389479007-6b1f66bf, #w-node-_68988cef-4214-152a-4297-5cbd71b59672-6b1f66bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99476bbf-5499-2e58-f900-359aece10ce5-6b1f66bf, #w-node-_0abc52f3-f035-f4ec-465f-318e48660029-6b1f66bf {
  grid-area: oxibis-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a830-6b1f66bf {
  grid-area: Exalto-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a831-6b1f66bf {
  grid-area: oxibis-lien-site;
}

#ANCRE.w-node-_4360d407-8d0c-d874-366f-b778c89c48d9-6b1f66bf {
  grid-area: dilem-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48da-6b1f66bf {
  grid-area: oxibis-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8631-6b1f66bf {
  grid-area: Jooly-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8632-6b1f66bf {
  grid-area: oxibis-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-6b1f66bf {
  grid-area: bref-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb94a-6b1f66bf {
  grid-area: oxibis-lien-site;
}

#w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-6b1f66bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ae932f-d7a7-8bb1-295b-8445b54c3416-6b1f66bf {
  grid-area: footer-contact;
}

#w-node-f04d8b75-6028-ee92-f369-12f220ba0e55-6b1f66bf, #w-node-_04ad91e1-0261-7012-01f0-fcd47e37400b-6b1f66bf {
  grid-area: adresse;
}

#w-node-d31b102d-ccaa-43f9-87e2-3223e12561cc-6b1f66bf {
  grid-area: texte-linkedin;
}

#w-node-f1b87c09-4e03-30d8-a533-a8ce78c6a23b-6b1f66bf, #w-node-_7e01e7d6-8308-0530-d461-d134db427e34-6b1f66bf, #w-node-_34f2b50a-2120-739d-e533-f856e92eeffa-6b1f66bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf61bef-d443-4435-aaa3-91005002c104-6b1f66bf, #w-node-_7a8247be-6b44-41b5-d385-33c6803b4f40-6b1f66bf {
  grid-area: icon-linkedin;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-6b1f66bf {
  grid-area: icon-instagram;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44749-6b1f66bf {
  grid-area: icon-linkedin;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-6b1f66bf {
  grid-area: icon-facebook;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9d-6b1f66bf {
  grid-area: icon-linkedin;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-6b1f66bf {
  grid-area: icon-enveloppe;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9b-6b1f66bf {
  grid-area: icon-linkedin;
}

#w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-6b1f66bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f872e9b-2804-06f0-ad0a-2ea699f47c79-6b1f66bf {
  grid-area: separation-laterale;
  justify-self: center;
}

#w-node-_5d23d2c4-1b1a-d3be-6b23-b625c5900622-6b1f66bf {
  grid-area: separation-laterale-2;
  justify-self: center;
}

#w-node-_788c0e5d-c3f4-d9a2-eb35-658787ea57c4-6b1f66bf {
  grid-area: separation-laterale-3;
  justify-self: center;
}

#w-node-_315fae24-a00b-6af7-f166-ebaba66045b0-6b1f66bf {
  grid-area: separation-laterale-5;
  justify-self: center;
}

#w-node-_41613f18-dde3-abb2-a267-7c6855ab3aff-6b1f66bf {
  grid-area: separation-laterale-4;
  justify-self: center;
}

#w-node-_578bd26d-c298-28e8-1175-463ad3fc9ef2-6b1f66bf {
  grid-area: icon-insta;
  justify-self: end;
}

#w-node-_50f9671f-c1e1-5159-d6eb-dda76289899d-6b1f66bf {
  grid-area: icon-facebook;
  justify-self: start;
}

#w-node-_39f9a7b4-c4df-743d-10c7-226651e34ddc-6b1f66bf {
  grid-area: col-insta-marque;
}

#w-node-efbfb135-8a92-1c8c-feab-71833afc7bc7-6b1f66bf {
  grid-area: col-facebook-marque;
}

#w-node-d0833ba9-d96c-6198-402e-366924a3edea-981f66c4, #w-node-cc1e1fc0-5e32-053f-84ae-0cc7cbe40fd4-981f66c4, #w-node-_18612287-cd6e-4341-959c-2260d97654de-981f66c4, #w-node-f3c6dd72-b965-3772-97a8-16b510ed9224-981f66c4, #w-node-_8d884bd8-21a2-a8fd-f6f9-47fd55bc7f83-981f66c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3548a8be-a38d-8f3c-88b9-641cb7075e1d-981f66c4 {
  grid-area: Area;
}

#w-node-_774d0514-4c1e-35fc-46e9-7a697ddec39f-981f66c4, #w-node-da0cc684-db14-d313-6f16-c39389479007-981f66c4, #w-node-_68988cef-4214-152a-4297-5cbd71b59672-981f66c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99476bbf-5499-2e58-f900-359aece10ce5-981f66c4, #w-node-_0abc52f3-f035-f4ec-465f-318e48660029-981f66c4 {
  grid-area: oxibis-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a830-981f66c4 {
  grid-area: Exalto-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a831-981f66c4 {
  grid-area: oxibis-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48d9-981f66c4 {
  grid-area: dilem-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48da-981f66c4 {
  grid-area: oxibis-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8631-981f66c4 {
  grid-area: Jooly-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8632-981f66c4 {
  grid-area: oxibis-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-981f66c4 {
  grid-area: bref-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb94a-981f66c4 {
  grid-area: oxibis-lien-site;
}

#w-node-c5ae932f-d7a7-8bb1-295b-8445b54c3416-981f66c4 {
  grid-area: footer-contact;
}

#w-node-f04d8b75-6028-ee92-f369-12f220ba0e55-981f66c4, #w-node-_04ad91e1-0261-7012-01f0-fcd47e37400b-981f66c4 {
  grid-area: adresse;
}

#w-node-d31b102d-ccaa-43f9-87e2-3223e12561cc-981f66c4 {
  grid-area: texte-linkedin;
}

#w-node-f1b87c09-4e03-30d8-a533-a8ce78c6a23b-981f66c4, #w-node-_7e01e7d6-8308-0530-d461-d134db427e34-981f66c4, #w-node-_34f2b50a-2120-739d-e533-f856e92eeffa-981f66c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf61bef-d443-4435-aaa3-91005002c104-981f66c4, #w-node-_7a8247be-6b44-41b5-d385-33c6803b4f40-981f66c4 {
  grid-area: icon-linkedin;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-981f66c4 {
  grid-area: icon-instagram;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44749-981f66c4 {
  grid-area: icon-linkedin;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-981f66c4 {
  grid-area: icon-facebook;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9d-981f66c4 {
  grid-area: icon-linkedin;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-981f66c4 {
  grid-area: icon-enveloppe;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9b-981f66c4 {
  grid-area: icon-linkedin;
}

#w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-981f66c4, #w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-981f66c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f872e9b-2804-06f0-ad0a-2ea699f47c79-981f66c4 {
  grid-area: separation-laterale;
  justify-self: center;
}

#w-node-_5d23d2c4-1b1a-d3be-6b23-b625c5900622-981f66c4 {
  grid-area: separation-laterale-2;
  justify-self: center;
}

#w-node-_788c0e5d-c3f4-d9a2-eb35-658787ea57c4-981f66c4 {
  grid-area: separation-laterale-3;
  justify-self: center;
}

#w-node-_315fae24-a00b-6af7-f166-ebaba66045b0-981f66c4 {
  grid-area: separation-laterale-5;
  justify-self: center;
}

#w-node-_41613f18-dde3-abb2-a267-7c6855ab3aff-981f66c4 {
  grid-area: separation-laterale-4;
  justify-self: center;
}

#w-node-_578bd26d-c298-28e8-1175-463ad3fc9ef2-981f66c4 {
  grid-area: icon-insta;
  justify-self: end;
}

#w-node-_50f9671f-c1e1-5159-d6eb-dda76289899d-981f66c4 {
  grid-area: icon-facebook;
  justify-self: start;
}

#w-node-_39f9a7b4-c4df-743d-10c7-226651e34ddc-981f66c4 {
  grid-area: col-insta-marque;
}

#w-node-efbfb135-8a92-1c8c-feab-71833afc7bc7-981f66c4 {
  grid-area: col-facebook-marque;
}

#w-node-d0833ba9-d96c-6198-402e-366924a3edea-c51f66c5, #w-node-cc1e1fc0-5e32-053f-84ae-0cc7cbe40fd4-c51f66c5, #w-node-_18612287-cd6e-4341-959c-2260d97654de-c51f66c5, #w-node-f3c6dd72-b965-3772-97a8-16b510ed9224-c51f66c5, #w-node-_8d884bd8-21a2-a8fd-f6f9-47fd55bc7f83-c51f66c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3548a8be-a38d-8f3c-88b9-641cb7075e1d-c51f66c5 {
  grid-area: Area;
}

#w-node-_774d0514-4c1e-35fc-46e9-7a697ddec39f-c51f66c5, #w-node-da0cc684-db14-d313-6f16-c39389479007-c51f66c5, #w-node-_68988cef-4214-152a-4297-5cbd71b59672-c51f66c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99476bbf-5499-2e58-f900-359aece10ce5-c51f66c5, #w-node-_0abc52f3-f035-f4ec-465f-318e48660029-c51f66c5 {
  grid-area: oxibis-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a830-c51f66c5 {
  grid-area: Exalto-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a831-c51f66c5 {
  grid-area: oxibis-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48d9-c51f66c5 {
  grid-area: dilem-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48da-c51f66c5 {
  grid-area: oxibis-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8631-c51f66c5 {
  grid-area: Jooly-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8632-c51f66c5 {
  grid-area: oxibis-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-c51f66c5 {
  grid-area: bref-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb94a-c51f66c5 {
  grid-area: oxibis-lien-site;
}

#w-node-c5ae932f-d7a7-8bb1-295b-8445b54c3416-c51f66c5 {
  grid-area: footer-contact;
}

#w-node-f04d8b75-6028-ee92-f369-12f220ba0e55-c51f66c5, #w-node-_04ad91e1-0261-7012-01f0-fcd47e37400b-c51f66c5 {
  grid-area: adresse;
}

#w-node-d31b102d-ccaa-43f9-87e2-3223e12561cc-c51f66c5 {
  grid-area: texte-linkedin;
}

#w-node-f1b87c09-4e03-30d8-a533-a8ce78c6a23b-c51f66c5, #w-node-_7e01e7d6-8308-0530-d461-d134db427e34-c51f66c5, #w-node-_34f2b50a-2120-739d-e533-f856e92eeffa-c51f66c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf61bef-d443-4435-aaa3-91005002c104-c51f66c5, #w-node-_7a8247be-6b44-41b5-d385-33c6803b4f40-c51f66c5 {
  grid-area: icon-linkedin;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-c51f66c5 {
  grid-area: icon-instagram;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44749-c51f66c5 {
  grid-area: icon-linkedin;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-c51f66c5 {
  grid-area: icon-facebook;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9d-c51f66c5 {
  grid-area: icon-linkedin;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-c51f66c5 {
  grid-area: icon-enveloppe;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9b-c51f66c5 {
  grid-area: icon-linkedin;
}

#w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-c51f66c5, #w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-c51f66c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f872e9b-2804-06f0-ad0a-2ea699f47c79-c51f66c5 {
  grid-area: separation-laterale;
  justify-self: center;
}

#w-node-_5d23d2c4-1b1a-d3be-6b23-b625c5900622-c51f66c5 {
  grid-area: separation-laterale-2;
  justify-self: center;
}

#w-node-_788c0e5d-c3f4-d9a2-eb35-658787ea57c4-c51f66c5 {
  grid-area: separation-laterale-3;
  justify-self: center;
}

#w-node-_315fae24-a00b-6af7-f166-ebaba66045b0-c51f66c5 {
  grid-area: separation-laterale-5;
  justify-self: center;
}

#w-node-_41613f18-dde3-abb2-a267-7c6855ab3aff-c51f66c5 {
  grid-area: separation-laterale-4;
  justify-self: center;
}

#w-node-_578bd26d-c298-28e8-1175-463ad3fc9ef2-c51f66c5 {
  grid-area: icon-insta;
  justify-self: end;
}

#w-node-_50f9671f-c1e1-5159-d6eb-dda76289899d-c51f66c5 {
  grid-area: icon-facebook;
  justify-self: start;
}

#w-node-_39f9a7b4-c4df-743d-10c7-226651e34ddc-c51f66c5 {
  grid-area: col-insta-marque;
}

#w-node-efbfb135-8a92-1c8c-feab-71833afc7bc7-c51f66c5 {
  grid-area: col-facebook-marque;
}

#w-node-d0833ba9-d96c-6198-402e-366924a3edea-3c1f66c6, #w-node-cc1e1fc0-5e32-053f-84ae-0cc7cbe40fd4-3c1f66c6, #w-node-_18612287-cd6e-4341-959c-2260d97654de-3c1f66c6, #w-node-f3c6dd72-b965-3772-97a8-16b510ed9224-3c1f66c6, #w-node-_8d884bd8-21a2-a8fd-f6f9-47fd55bc7f83-3c1f66c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3548a8be-a38d-8f3c-88b9-641cb7075e1d-3c1f66c6 {
  grid-area: Area;
}

#w-node-_774d0514-4c1e-35fc-46e9-7a697ddec39f-3c1f66c6, #w-node-da0cc684-db14-d313-6f16-c39389479007-3c1f66c6, #w-node-_68988cef-4214-152a-4297-5cbd71b59672-3c1f66c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99476bbf-5499-2e58-f900-359aece10ce5-3c1f66c6, #w-node-_0abc52f3-f035-f4ec-465f-318e48660029-3c1f66c6 {
  grid-area: oxibis-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a830-3c1f66c6 {
  grid-area: Exalto-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a831-3c1f66c6 {
  grid-area: oxibis-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48d9-3c1f66c6 {
  grid-area: dilem-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48da-3c1f66c6 {
  grid-area: oxibis-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8631-3c1f66c6 {
  grid-area: Jooly-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8632-3c1f66c6 {
  grid-area: oxibis-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-3c1f66c6 {
  grid-area: bref-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb94a-3c1f66c6 {
  grid-area: oxibis-lien-site;
}

#w-node-c5ae932f-d7a7-8bb1-295b-8445b54c3416-3c1f66c6 {
  grid-area: footer-contact;
}

#w-node-f04d8b75-6028-ee92-f369-12f220ba0e55-3c1f66c6, #w-node-_04ad91e1-0261-7012-01f0-fcd47e37400b-3c1f66c6 {
  grid-area: adresse;
}

#w-node-d31b102d-ccaa-43f9-87e2-3223e12561cc-3c1f66c6 {
  grid-area: texte-linkedin;
}

#w-node-f1b87c09-4e03-30d8-a533-a8ce78c6a23b-3c1f66c6, #w-node-_7e01e7d6-8308-0530-d461-d134db427e34-3c1f66c6, #w-node-_34f2b50a-2120-739d-e533-f856e92eeffa-3c1f66c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf61bef-d443-4435-aaa3-91005002c104-3c1f66c6, #w-node-_7a8247be-6b44-41b5-d385-33c6803b4f40-3c1f66c6 {
  grid-area: icon-linkedin;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-3c1f66c6 {
  grid-area: icon-instagram;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44749-3c1f66c6 {
  grid-area: icon-linkedin;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-3c1f66c6 {
  grid-area: icon-facebook;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9d-3c1f66c6 {
  grid-area: icon-linkedin;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-3c1f66c6 {
  grid-area: icon-enveloppe;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9b-3c1f66c6 {
  grid-area: icon-linkedin;
}

#w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-3c1f66c6, #w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-3c1f66c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f872e9b-2804-06f0-ad0a-2ea699f47c79-3c1f66c6 {
  grid-area: separation-laterale;
  justify-self: center;
}

#w-node-_5d23d2c4-1b1a-d3be-6b23-b625c5900622-3c1f66c6 {
  grid-area: separation-laterale-2;
  justify-self: center;
}

#w-node-_788c0e5d-c3f4-d9a2-eb35-658787ea57c4-3c1f66c6 {
  grid-area: separation-laterale-3;
  justify-self: center;
}

#w-node-_315fae24-a00b-6af7-f166-ebaba66045b0-3c1f66c6 {
  grid-area: separation-laterale-5;
  justify-self: center;
}

#w-node-_41613f18-dde3-abb2-a267-7c6855ab3aff-3c1f66c6 {
  grid-area: separation-laterale-4;
  justify-self: center;
}

#w-node-_578bd26d-c298-28e8-1175-463ad3fc9ef2-3c1f66c6 {
  grid-area: icon-insta;
  justify-self: end;
}

#w-node-_50f9671f-c1e1-5159-d6eb-dda76289899d-3c1f66c6 {
  grid-area: icon-facebook;
  justify-self: start;
}

#w-node-_39f9a7b4-c4df-743d-10c7-226651e34ddc-3c1f66c6 {
  grid-area: col-insta-marque;
}

#w-node-efbfb135-8a92-1c8c-feab-71833afc7bc7-3c1f66c6 {
  grid-area: col-facebook-marque;
}

#w-node-d0833ba9-d96c-6198-402e-366924a3edea-d74a199b {
  grid-area: area-oxibis;
  place-self: auto;
}

#w-node-cc1e1fc0-5e32-053f-84ae-0cc7cbe40fd4-d74a199b {
  grid-area: area-exalto;
  place-self: auto;
}

#w-node-_18612287-cd6e-4341-959c-2260d97654de-d74a199b {
  grid-area: area-dilem;
  place-self: auto;
}

#w-node-f3c6dd72-b965-3772-97a8-16b510ed9224-d74a199b {
  grid-area: area-jooly;
  place-self: auto;
}

#w-node-_8d884bd8-21a2-a8fd-f6f9-47fd55bc7f83-d74a199b {
  grid-area: area-bref;
  place-self: auto;
}

#w-node-_3548a8be-a38d-8f3c-88b9-641cb7075e1d-d74a199b {
  grid-area: Area;
}

#w-node-_774d0514-4c1e-35fc-46e9-7a697ddec39f-d74a199b, #w-node-da0cc684-db14-d313-6f16-c39389479007-d74a199b, #w-node-_68988cef-4214-152a-4297-5cbd71b59672-d74a199b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99476bbf-5499-2e58-f900-359aece10ce5-d74a199b, #w-node-_0abc52f3-f035-f4ec-465f-318e48660029-d74a199b {
  grid-area: oxibis-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a830-d74a199b {
  grid-area: Exalto-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a831-d74a199b {
  grid-area: oxibis-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48d9-d74a199b {
  grid-area: dilem-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48da-d74a199b {
  grid-area: oxibis-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8631-d74a199b {
  grid-area: Jooly-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8632-d74a199b {
  grid-area: oxibis-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-d74a199b {
  grid-area: bref-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb94a-d74a199b {
  grid-area: oxibis-lien-site;
}

#w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-d74a199b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ae932f-d7a7-8bb1-295b-8445b54c3416-d74a199b {
  grid-area: footer-contact;
}

#w-node-f04d8b75-6028-ee92-f369-12f220ba0e55-d74a199b, #w-node-_04ad91e1-0261-7012-01f0-fcd47e37400b-d74a199b {
  grid-area: adresse;
}

#w-node-d31b102d-ccaa-43f9-87e2-3223e12561cc-d74a199b {
  grid-area: texte-linkedin;
}

#w-node-f1b87c09-4e03-30d8-a533-a8ce78c6a23b-d74a199b, #w-node-_7e01e7d6-8308-0530-d461-d134db427e34-d74a199b, #w-node-_34f2b50a-2120-739d-e533-f856e92eeffa-d74a199b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf61bef-d443-4435-aaa3-91005002c104-d74a199b, #w-node-_7a8247be-6b44-41b5-d385-33c6803b4f40-d74a199b {
  grid-area: icon-linkedin;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-d74a199b {
  grid-area: icon-instagram;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44749-d74a199b {
  grid-area: icon-linkedin;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-d74a199b {
  grid-area: icon-facebook;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9d-d74a199b {
  grid-area: icon-linkedin;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-d74a199b {
  grid-area: icon-enveloppe;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9b-d74a199b {
  grid-area: icon-linkedin;
}

#w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-d74a199b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f872e9b-2804-06f0-ad0a-2ea699f47c79-d74a199b {
  grid-area: separation-laterale;
  justify-self: center;
}

#w-node-_5d23d2c4-1b1a-d3be-6b23-b625c5900622-d74a199b {
  grid-area: separation-laterale-2;
  justify-self: center;
}

#w-node-_788c0e5d-c3f4-d9a2-eb35-658787ea57c4-d74a199b {
  grid-area: separation-laterale-3;
  justify-self: center;
}

#w-node-_315fae24-a00b-6af7-f166-ebaba66045b0-d74a199b {
  grid-area: separation-laterale-5;
  justify-self: center;
}

#w-node-_41613f18-dde3-abb2-a267-7c6855ab3aff-d74a199b {
  grid-area: separation-laterale-4;
  justify-self: center;
}

#w-node-_578bd26d-c298-28e8-1175-463ad3fc9ef2-d74a199b {
  grid-area: icon-insta;
  justify-self: end;
}

#w-node-_50f9671f-c1e1-5159-d6eb-dda76289899d-d74a199b {
  grid-area: icon-facebook;
  justify-self: start;
}

#w-node-_39f9a7b4-c4df-743d-10c7-226651e34ddc-d74a199b {
  grid-area: col-insta-marque;
}

#w-node-efbfb135-8a92-1c8c-feab-71833afc7bc7-d74a199b {
  grid-area: col-facebook-marque;
}

#w-node-d0833ba9-d96c-6198-402e-366924a3edea-9c480009 {
  grid-area: area-oxibis;
  place-self: auto;
}

#w-node-cc1e1fc0-5e32-053f-84ae-0cc7cbe40fd4-9c480009 {
  grid-area: area-exalto;
  place-self: auto;
}

#w-node-_18612287-cd6e-4341-959c-2260d97654de-9c480009 {
  grid-area: area-dilem;
  place-self: auto;
}

#w-node-f3c6dd72-b965-3772-97a8-16b510ed9224-9c480009 {
  grid-area: area-jooly;
  place-self: auto;
}

#w-node-_8d884bd8-21a2-a8fd-f6f9-47fd55bc7f83-9c480009 {
  grid-area: area-bref;
  place-self: auto;
}

#w-node-_3548a8be-a38d-8f3c-88b9-641cb7075e1d-9c480009 {
  grid-area: Area;
}

#w-node-_774d0514-4c1e-35fc-46e9-7a697ddec39f-9c480009, #w-node-da0cc684-db14-d313-6f16-c39389479007-9c480009, #w-node-_68988cef-4214-152a-4297-5cbd71b59672-9c480009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99476bbf-5499-2e58-f900-359aece10ce5-9c480009, #w-node-_0abc52f3-f035-f4ec-465f-318e48660029-9c480009 {
  grid-area: oxibis-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a830-9c480009 {
  grid-area: Exalto-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a831-9c480009 {
  grid-area: oxibis-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48d9-9c480009 {
  grid-area: dilem-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48da-9c480009 {
  grid-area: oxibis-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8631-9c480009 {
  grid-area: Jooly-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8632-9c480009 {
  grid-area: oxibis-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-9c480009 {
  grid-area: bref-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb94a-9c480009 {
  grid-area: oxibis-lien-site;
}

#w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-9c480009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ae932f-d7a7-8bb1-295b-8445b54c3416-9c480009 {
  grid-area: footer-contact;
}

#w-node-f04d8b75-6028-ee92-f369-12f220ba0e55-9c480009, #w-node-_04ad91e1-0261-7012-01f0-fcd47e37400b-9c480009 {
  grid-area: adresse;
}

#w-node-d31b102d-ccaa-43f9-87e2-3223e12561cc-9c480009 {
  grid-area: texte-linkedin;
}

#w-node-f1b87c09-4e03-30d8-a533-a8ce78c6a23b-9c480009, #w-node-_7e01e7d6-8308-0530-d461-d134db427e34-9c480009, #w-node-_34f2b50a-2120-739d-e533-f856e92eeffa-9c480009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf61bef-d443-4435-aaa3-91005002c104-9c480009, #w-node-_7a8247be-6b44-41b5-d385-33c6803b4f40-9c480009 {
  grid-area: icon-linkedin;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-9c480009 {
  grid-area: icon-instagram;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44749-9c480009 {
  grid-area: icon-linkedin;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-9c480009 {
  grid-area: icon-facebook;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9d-9c480009 {
  grid-area: icon-linkedin;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-9c480009 {
  grid-area: icon-enveloppe;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9b-9c480009 {
  grid-area: icon-linkedin;
}

#w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-9c480009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f872e9b-2804-06f0-ad0a-2ea699f47c79-9c480009 {
  grid-area: separation-laterale;
  justify-self: center;
}

#w-node-_5d23d2c4-1b1a-d3be-6b23-b625c5900622-9c480009 {
  grid-area: separation-laterale-2;
  justify-self: center;
}

#w-node-_788c0e5d-c3f4-d9a2-eb35-658787ea57c4-9c480009 {
  grid-area: separation-laterale-3;
  justify-self: center;
}

#w-node-_315fae24-a00b-6af7-f166-ebaba66045b0-9c480009 {
  grid-area: separation-laterale-5;
  justify-self: center;
}

#w-node-_41613f18-dde3-abb2-a267-7c6855ab3aff-9c480009 {
  grid-area: separation-laterale-4;
  justify-self: center;
}

#w-node-_578bd26d-c298-28e8-1175-463ad3fc9ef2-9c480009 {
  grid-area: icon-insta;
  justify-self: end;
}

#w-node-_50f9671f-c1e1-5159-d6eb-dda76289899d-9c480009 {
  grid-area: icon-facebook;
  justify-self: start;
}

#w-node-_39f9a7b4-c4df-743d-10c7-226651e34ddc-9c480009 {
  grid-area: col-insta-marque;
}

#w-node-efbfb135-8a92-1c8c-feab-71833afc7bc7-9c480009 {
  grid-area: col-facebook-marque;
}

#w-node-d0833ba9-d96c-6198-402e-366924a3edea-22766f38 {
  grid-area: area-oxibis;
  place-self: auto;
}

#w-node-cc1e1fc0-5e32-053f-84ae-0cc7cbe40fd4-22766f38 {
  grid-area: area-exalto;
  place-self: auto;
}

#w-node-_18612287-cd6e-4341-959c-2260d97654de-22766f38 {
  grid-area: area-dilem;
  place-self: auto;
}

#w-node-f3c6dd72-b965-3772-97a8-16b510ed9224-22766f38 {
  grid-area: area-jooly;
  place-self: auto;
}

#w-node-_8d884bd8-21a2-a8fd-f6f9-47fd55bc7f83-22766f38 {
  grid-area: area-bref;
  place-self: auto;
}

#w-node-_3548a8be-a38d-8f3c-88b9-641cb7075e1d-22766f38 {
  grid-area: Area;
}

#w-node-_774d0514-4c1e-35fc-46e9-7a697ddec39f-22766f38, #w-node-da0cc684-db14-d313-6f16-c39389479007-22766f38, #w-node-_68988cef-4214-152a-4297-5cbd71b59672-22766f38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99476bbf-5499-2e58-f900-359aece10ce5-22766f38, #w-node-_0abc52f3-f035-f4ec-465f-318e48660029-22766f38 {
  grid-area: oxibis-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a830-22766f38 {
  grid-area: Exalto-lien-site;
}

#w-node-be5744c1-ca90-596e-6c07-b437fb90a831-22766f38 {
  grid-area: oxibis-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48d9-22766f38 {
  grid-area: dilem-lien-site;
}

#w-node-_4360d407-8d0c-d874-366f-b778c89c48da-22766f38 {
  grid-area: oxibis-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8631-22766f38 {
  grid-area: Jooly-lien-site;
}

#w-node-_16761f83-3ced-5742-a8a9-2f579daa8632-22766f38 {
  grid-area: oxibis-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-22766f38 {
  grid-area: bref-lien-site;
}

#w-node-_39b15ff4-37ee-e167-e228-d02caaabb94a-22766f38 {
  grid-area: oxibis-lien-site;
}

#w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-22766f38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ae932f-d7a7-8bb1-295b-8445b54c3416-22766f38 {
  grid-area: footer-contact;
}

#w-node-f04d8b75-6028-ee92-f369-12f220ba0e55-22766f38, #w-node-_04ad91e1-0261-7012-01f0-fcd47e37400b-22766f38 {
  grid-area: adresse;
}

#w-node-d31b102d-ccaa-43f9-87e2-3223e12561cc-22766f38 {
  grid-area: texte-linkedin;
}

#w-node-f1b87c09-4e03-30d8-a533-a8ce78c6a23b-22766f38, #w-node-_7e01e7d6-8308-0530-d461-d134db427e34-22766f38, #w-node-_34f2b50a-2120-739d-e533-f856e92eeffa-22766f38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf61bef-d443-4435-aaa3-91005002c104-22766f38, #w-node-_7a8247be-6b44-41b5-d385-33c6803b4f40-22766f38 {
  grid-area: icon-linkedin;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-22766f38 {
  grid-area: icon-instagram;
}

#w-node-_70cd3240-b110-bdea-4e2f-e89742b44749-22766f38 {
  grid-area: icon-linkedin;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-22766f38 {
  grid-area: icon-facebook;
}

#w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9d-22766f38 {
  grid-area: icon-linkedin;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-22766f38 {
  grid-area: icon-enveloppe;
}

#w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9b-22766f38 {
  grid-area: icon-linkedin;
}

#w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-22766f38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f872e9b-2804-06f0-ad0a-2ea699f47c79-22766f38 {
  grid-area: separation-laterale;
  justify-self: center;
}

#w-node-_5d23d2c4-1b1a-d3be-6b23-b625c5900622-22766f38 {
  grid-area: separation-laterale-2;
  justify-self: center;
}

#w-node-_788c0e5d-c3f4-d9a2-eb35-658787ea57c4-22766f38 {
  grid-area: separation-laterale-3;
  justify-self: center;
}

#w-node-_315fae24-a00b-6af7-f166-ebaba66045b0-22766f38 {
  grid-area: separation-laterale-5;
  justify-self: center;
}

#w-node-_41613f18-dde3-abb2-a267-7c6855ab3aff-22766f38 {
  grid-area: separation-laterale-4;
  justify-self: center;
}

#w-node-_578bd26d-c298-28e8-1175-463ad3fc9ef2-22766f38 {
  grid-area: icon-insta;
  justify-self: end;
}

#w-node-_50f9671f-c1e1-5159-d6eb-dda76289899d-22766f38 {
  grid-area: icon-facebook;
  justify-self: start;
}

#w-node-_39f9a7b4-c4df-743d-10c7-226651e34ddc-22766f38 {
  grid-area: col-insta-marque;
}

#w-node-efbfb135-8a92-1c8c-feab-71833afc7bc7-22766f38 {
  grid-area: col-facebook-marque;
}

@media screen and (max-width: 991px) {
  #w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-6b1f66bf {
    grid-area: footer-nos-outils-pro;
  }

  #w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-6b1f66bf {
    grid-area: footer-suivez-nos-marques;
  }

  #w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-d74a199b {
    grid-area: footer-nos-outils-pro;
  }

  #w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-d74a199b {
    grid-area: footer-suivez-nos-marques;
  }

  #w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-9c480009 {
    grid-area: footer-nos-outils-pro;
  }

  #w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-9c480009 {
    grid-area: footer-suivez-nos-marques;
  }

  #w-node-f9c7a410-5233-a032-e9d2-b474d65e8939-22766f38 {
    grid-area: footer-nos-outils-pro;
  }

  #w-node-_2fda1fc8-2f12-63a4-9a54-f4b396b50829-22766f38 {
    grid-area: footer-suivez-nos-marques;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_99476bbf-5499-2e58-f900-359aece10ce5-6b1f66bf {
    grid-area: oxibis-lien-site;
    justify-self: auto;
  }

  #w-node-be5744c1-ca90-596e-6c07-b437fb90a830-6b1f66bf {
    grid-area: Exalto-lien-site;
  }

  #w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-6b1f66bf {
    grid-area: bref-lien-site;
  }

  #w-node-_99476bbf-5499-2e58-f900-359aece10ce5-d74a199b {
    grid-area: oxibis-lien-site;
    justify-self: auto;
  }

  #w-node-be5744c1-ca90-596e-6c07-b437fb90a830-d74a199b {
    grid-area: Exalto-lien-site;
  }

  #w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-d74a199b {
    grid-area: bref-lien-site;
  }

  #w-node-_99476bbf-5499-2e58-f900-359aece10ce5-9c480009 {
    grid-area: oxibis-lien-site;
    justify-self: auto;
  }

  #w-node-be5744c1-ca90-596e-6c07-b437fb90a830-9c480009 {
    grid-area: Exalto-lien-site;
  }

  #w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-9c480009 {
    grid-area: bref-lien-site;
  }

  #w-node-_99476bbf-5499-2e58-f900-359aece10ce5-22766f38 {
    grid-area: oxibis-lien-site;
    justify-self: auto;
  }

  #w-node-be5744c1-ca90-596e-6c07-b437fb90a830-22766f38 {
    grid-area: Exalto-lien-site;
  }

  #w-node-_39b15ff4-37ee-e167-e228-d02caaabb949-22766f38 {
    grid-area: bref-lien-site;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9cf61bef-d443-4435-aaa3-91005002c104-6b1f66bf, #w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-6b1f66bf, #w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-6b1f66bf, #w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-6b1f66bf, #w-node-_9cf61bef-d443-4435-aaa3-91005002c104-d74a199b, #w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-d74a199b, #w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-d74a199b, #w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-d74a199b, #w-node-_9cf61bef-d443-4435-aaa3-91005002c104-9c480009, #w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-9c480009, #w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-9c480009, #w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-9c480009, #w-node-_9cf61bef-d443-4435-aaa3-91005002c104-22766f38, #w-node-_70cd3240-b110-bdea-4e2f-e89742b44748-22766f38, #w-node-bc19ce8f-ba49-3ca0-6ce9-d23b4d4ddf9c-22766f38, #w-node-_8f9ac88d-4750-8bdc-4726-ed336b39cd9a-22766f38 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Tc Nouvellevague';
  src: url('../fonts/TC-NouvelleVague-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}