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

body {
  font-family: 'Fontfabric intro', sans-serif;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  text-transform: none;
}

a {
  color: #000;
  text-decoration: none;
}

.section_header {
  background-color: #38aea9;
}

.container_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-size: 2rem;
  text-transform: uppercase;
}

.heading-2 {
  text-transform: uppercase;
}

.heading-3 {
  text-transform: uppercase;
}

.body {
  text-transform: uppercase;
}

.paragraph {
  text-transform: uppercase;
}

.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/FOND.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.grid {
  grid-template-areas: "AREA-INSTAGRAM AREA-FACEBOOK AREA-WEB";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-reseaux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.div-icon-reseau {
  width: 200px;
  height: 200px;
  background-image: url('../images/INSTAGRAM.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-icon-reseau.facebook {
  background-image: url('../images/FACEBOOK.svg');
}

.div-icon-reseau.website {
  background-image: url('../images/WEBSITE.svg');
}

.div-texte-reseaux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-texte {
  background-color: #ff2027;
}

.container_texte {
  padding-top: 29px;
  padding-bottom: 29px;
}

.titre {
  margin-top: 0px;
  color: #f0f0f0;
  text-align: center;
}

.titre.jaune {
  color: #fbff00;
}

.blanc {
  color: #f0f0f0;
  text-align: center;
}

.layout-1col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  background-color: #f0a099;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 451px;
  perspective: 451px;
  -webkit-transform: perspective(804px);
  transform: perspective(804px);
}

.picto {
  width: 100px;
  height: 100px;
  background-image: url('../images/PICTO-OXIBIS.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo {
  width: 200px;
  height: 80px;
  background-image: url('../images/LOGO-OXIBIS.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contenant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-4 {
  text-transform: uppercase;
}

.heading-5 {
  width: 250px;
}

.sous-titre-reseau {
  text-transform: uppercase;
}

.body-2 {
  background-color: #fff;
}

.titre-jaune {
  background-color: transparent;
  color: #fff200;
  text-align: center;
}

.paragraph-reseau.trad {
  color: rgba(0, 0, 0, 0.41);
  font-style: italic;
}

.blanc-trad {
  color: hsla(0, 0%, 100%, 0.68);
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
}

.text-span-2 {
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .image {
    width: 800px;
  }

  .blanc-trad {
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 1.1rem;
    font-style: italic;
    text-align: center;
  }

  .text-span {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 100%;
  }

  .grid {
    grid-auto-columns: 0.25fr;
    grid-row-gap: 6px;
    grid-template-areas: "AREA-INSTAGRAM"
      "AREA-FACEBOOK"
      "AREA-WEB";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 6px auto 6px auto;
    grid-template-rows: auto auto auto;
  }

  .div-reseaux {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-icon-reseau {
    width: 100px;
    height: 100px;
    margin-left: 93px;
  }

  .div-texte-reseaux {
    padding-left: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .layout-1col {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-row-gap: 3px;
  }

  .div-reseaux {
    padding: 15px 15px 15px 19px;
  }

  .div-icon-reseau {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .div-texte-reseaux {
    margin-left: 21px;
    padding-left: 0px;
  }

  .div-texte {
    padding: 0px 26px;
  }

  .titre {
    font-size: 1.8rem;
  }

  .blanc {
    font-size: 1.1rem;
  }

  .layout-1col {
    width: 100vw;
    font-family: 'Fontfabric intro', sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 100%;
    padding: 14px;
    background-size: 135vw 20vh;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .grid {
    grid-row-gap: 3px;
  }

  .div-reseaux {
    padding: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-icon-reseau {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-icon-reseau.website {
    background-repeat: no-repeat;
  }

  .div-texte-reseaux {
    margin-left: 0px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container_texte {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-texte {
    padding-right: 15px;
    padding-left: 15px;
  }

  .titre {
    margin-top: 13px;
    font-size: 1.1rem;
  }

  .blanc {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .layout-1col {
    width: 100vw;
    height: 10vh;
  }

  .picto {
    width: 20vw;
    height: 20vh;
    margin-bottom: 14px;
  }

  .logo {
    height: 150px;
    min-height: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .sous-titre-reseau {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    max-width: 14ch;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .titre-jaune {
    margin-top: 0px;
    font-size: 1.5rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .paragraph-reseau {
    margin-bottom: 0px;
    font-size: 0.9rem;
  }

  .paragraph-reseau.trad {
    width: 15ch;
  }

  .blanc-trad {
    font-size: 0.8rem;
  }
}

#w-node-c8740893-7e8b-4655-57df-aec439798284-0e5b9a56 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: AREA-INSTAGRAM;
}

#w-node-_3865096f-18ce-b777-200c-9a102b2c9fca-0e5b9a56 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: AREA-FACEBOOK;
}

#w-node-_13993c44-9530-47ab-948e-7b56b50bc801-0e5b9a56 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: AREA-WEB;
}

@media screen and (max-width: 991px) {
  #w-node-c8740893-7e8b-4655-57df-aec439798284-0e5b9a56 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_3865096f-18ce-b777-200c-9a102b2c9fca-0e5b9a56 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_13993c44-9530-47ab-948e-7b56b50bc801-0e5b9a56 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

@font-face {
  font-family: 'Fontfabric intro';
  src: url('../fonts/Fontfabric---Intro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro';
  src: url('../fonts/Fontfabric---Intro-Regular-Oblique.otf') format('opentype'), url('../fonts/Fontfabric---Intro-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro alt';
  src: url('../fonts/Fontfabric---Intro-Regular-Alt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro';
  src: url('../fonts/Fontfabric---Intro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro';
  src: url('../fonts/Fontfabric---Intro-Bold-Italic.otf') format('opentype'), url('../fonts/Fontfabric---Intro-Bold-Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro cond';
  src: url('../fonts/Fontfabric---Intro-Cond-Bold-Oblique.otf') format('opentype'), url('../fonts/Fontfabric---Intro-Cond-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro cond';
  src: url('../fonts/Fontfabric---Intro-Cond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro cond alt';
  src: url('../fonts/Fontfabric---Intro-Cond-Bold-Alt.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro cond';
  src: url('../fonts/Fontfabric---Intro-Cond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro cond';
  src: url('../fonts/Fontfabric---Intro-Cond-Regular-Italic.otf') format('opentype'), url('../fonts/Fontfabric---Intro-Cond-Regular-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric intro cond alt';
  src: url('../fonts/Fontfabric---Intro-Cond-Regular-Alt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}