body {
  font-family: 'Roboto regular', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.page {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  height: 100%;
  min-height: 500px;
  color: #000;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  min-height: 500px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f56543;
}

.feeling-hao-defilement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feeling {
  float: left;
  font-family: 'Roboto light', sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 150px;
}

.defilement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150px;
  -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;
}

.hao {
  margin-left: 30px;
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 110px;
  line-height: 150px;
  font-weight: 700;
}

.hao.chinese {
  height: 150px;
  padding-top: 12px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.defilant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.fleche {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30px;
  margin-right: auto;
  margin-bottom: 10%;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-statement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 800px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenu-statement {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.statement {
  max-width: 1000px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

.statement.arabe {
  float: right;
  text-align: right;
}

.filet {
  width: 80px;
  height: 8px;
  margin-top: 35px;
  float: left;
  clear: left;
  background-color: #f56543;
}

.filet.arabe {
  float: right;
  clear: right;
}

.sous-statement {
  margin-top: 60px;
  float: left;
  clear: left;
  font-size: 20px;
}

.sous-statement.bold {
  margin-left: 5px;
  clear: none;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.sous-statement.bold.arabe {
  float: right;
  clear: right;
}

.sous-statement.arabe {
  float: right;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

.link-logo {
  float: left;
}

.logo {
  opacity: 0.2;
}

.div-menu {
  margin-top: 10px;
  margin-right: 0px;
  float: right;
}

.nav {
  background-color: transparent;
}

.nav-link {
  height: 36px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px 0px;
  float: left;
  font-family: 'Roboto regular', sans-serif;
  color: #000;
  line-height: 14px;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom: 2px solid #d35638;
}

.nav-link.w--current {
  border-bottom: 2px solid #000;
  color: #000;
}

.separateur-nav {
  width: 1px;
  height: 18px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  background-color: #000;
}

.section-valeurs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 800px;
  padding: 100px 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21201f;
}

.titre {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}

.titre.black {
  color: #000;
}

.titre.arabe {
  text-align: right;
}

.filet-2 {
  width: 80px;
  height: 8px;
  margin-top: 30px;
  background-color: #f56543;
}

.filet-2.arabe {
  float: right;
}

.grille-valeurs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grille-valeurs.arabe {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.element-valeur {
  margin-right: 2px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, .05);
}

.numero-valeur {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.numero-valeur.arabe {
  text-align: right;
}

.sous-titre-valeur {
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.sous-titre-valeur.arabe {
  text-align: right;
}

.txt-valeur {
  margin-top: 20px;
  font-family: 'Roboto light', sans-serif;
  color: #ccc;
  font-size: 14px;
  line-height: 20px;
}

.txt-valeur.arabe {
  text-align: right;
}

.section-touch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 800px;
  padding: 100px 10%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chinois {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #000;
}

.fleche-bas {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  float: left;
  border-style: none;
  border-right-width: 0px;
  border-right-color: #000;
  border-bottom-width: 0px;
  border-bottom-color: #000;
}

.langue {
  float: left;
}

.sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: block;
  height: 95px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  opacity: 1;
}

.logo-sticky {
  width: 45px;
  height: 45px;
  margin-top: 5px;
  float: left;
  color: #ff9853;
}

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

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

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

.logo-img-sticky {
  width: 55px;
  height: 55px;
  float: left;
  background-color: transparent;
  color: #ff9853;
}

.nom-sticky {
  margin-top: 18px;
  margin-left: 20px;
  float: left;
  font-family: 'Roboto light', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.nom-sticky.bold {
  margin-left: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.nom-sticky.bold.claim {
  margin-left: 5px;
  color: #000;
}

.nom-sticky.claim {
  margin-top: 0px;
  margin-left: 0px;
  color: #000;
  font-size: 22px;
}

.contenu-touch {
  width: 100%;
}

.grid-touch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bloc-touch {
  position: relative;
  z-index: 3;
  margin-top: 80px;
  margin-right: 2px;
  padding-right: 10%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.bloc-touch.arabe {
  padding-right: 0%;
  padding-left: 10%;
}

.txt-touch {
  overflow: visible;
  max-width: 1000px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
  font-family: 'Roboto light', sans-serif;
  font-size: 40px;
  line-height: 55px;
}

.txt-touch.arabe {
  float: right;
  clear: right;
  text-align: right;
}

.numero-touch {
  font-family: 'Roboto light', sans-serif;
  font-size: 20px;
}

.soulign {
  color: #000;
  text-decoration: none;
}

.section-contact {
  min-height: 800px;
  padding: 100px 20%;
  background-color: #21201f;
}

.section-baseline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 800px;
  padding: 100px 10%;
  -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-color: #f56543;
  color: #fff;
}

.baseline {
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
}

.italique {
  color: #000;
}

.content-baseline {
  position: relative;
  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;
}

.hao-titre {
  font-family: 'Roboto bold';
  color: #000;
  font-size: 20px;
  text-align: center;
}

.filet-3 {
  width: 40px;
  height: 1px;
  margin-top: 70px;
  background-color: #000;
}

.champ {
  height: 60px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 30px;
  float: left;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .03);
  font-family: 'Roboto light', sans-serif;
  color: #fff;
  font-size: 18px;
}

.champ.nom {
  width: 48%;
  float: left;
  font-size: 16px;
}

.champ.nom.arabe {
  text-align: right;
}

.champ.prenom {
  width: 50%;
  float: right;
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.champ.prenom.arabe {
  text-align: right;
}

.champ.message {
  height: 140px;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 30px;
  border: 1px none #fff;
  font-size: 18px;
}

.champ.message.arabe {
  text-align: right;
}

.bouton {
  margin-top: 30px;
  padding: 15px 30px;
  float: right;
  border-radius: 3px;
  background-color: #f56543;
  font-family: 'Roboto regular', sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.success {
  background-color: transparent;
  font-family: 'Roboto regular', sans-serif;
  color: #fff;
  font-size: 24px;
}

.error {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Roboto regular', sans-serif;
  color: #f56543;
  font-size: 20px;
}

.formulaire {
  margin-top: 30px;
}

.link-logo-sticky {
  color: #000;
  text-decoration: none;
}

.page-loading {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.signe {
  width: 110px;
  height: 110px;
}

.div-nom-logo-claim {
  margin-top: 30px;
}

.div-logo-claim {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.logo-claim {
  display: block;
  max-width: 130px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
}

.link-fleche-top {
  width: 100%;
  height: 25px;
}

.label {
  color: #fff;
}

.div-champ-50 {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.fleche-baseline {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-fleche-baseline {
  width: 100%;
  height: 25px;
}

.section-legal {
  display: none;
  padding-right: 10%;
  padding-bottom: 50px;
  padding-left: 10%;
  background-color: #161515;
}

.titre-mentions {
  float: left;
  font-family: 'Roboto medium', sans-serif;
  color: #bbb;
  font-size: 15px;
}

.colonnes-legal {
  margin-top: 30px;
}

.colone-legal {
  width: 40%;
  padding-right: 50px;
  padding-left: 0px;
}

.colone-legal.min {
  width: 30%;
  padding-right: 0px;
  text-align: left;
}

.colone-legal.adresse {
  width: 30%;
}

.filet-mentions {
  height: 1px;
  background-color: hsla(0, 0%, 73%, .7);
}

.txt-mentions {
  color: #888;
}

.txt-mentions.copiright {
  padding-right: 0px;
  float: right;
  direction: ltr;
}

.txt-mentions.arabe {
  float: right;
  direction: rtl;
  text-align: right;
}

.link-legal {
  color: #bbb;
}

.row-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.div-mentions {
  padding: 20px 10% 10px;
  background-color: #161515;
}

.lien-mention {
  color: #bbb;
  text-decoration: none;
}

.lien-mention:hover {
  text-decoration: underline;
}

.fleche-mentions {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  float: left;
}

.expand-langue {
  position: fixed;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
}

.layer-noir {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  opacity: 0;
}

.expand {
  position: relative;
  z-index: 10;
  display: block;
  width: 350px;
  height: 100%;
  min-width: 300px;
  padding: 60px 40px 40px;
  float: right;
  background-color: #21201f;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

.langue-lien {
  padding-top: 40px;
  float: left;
  clear: left;
  font-family: Roboto, sans-serif;
  color: #c5c5c5;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.langue-lien:hover {
  color: #fff;
}

.langue-lien.w--current {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.croix-link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 30px;
  margin-right: 30px;
}

.x {
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

.x:hover {
  opacity: 0.8;
}

.picto-langue {
  width: 10px;
  margin-left: 7px;
  float: left;
}

.img-fleche {
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="scroll2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="loader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .top {
    position: relative;
    height: 95%;
  }
  .feeling {
    font-size: 80px;
    line-height: 100px;
  }
  .hao {
    font-size: 80px;
  }
  .fleche {
    margin-bottom: 5%;
  }
  .statement {
    font-size: 40px;
    line-height: 50px;
  }
  .sous-statement {
    font-size: 18px;
  }
  .header {
    z-index: 20;
  }
  .section-valeurs {
    min-height: 900px;
  }
  .titre {
    font-size: 40px;
    line-height: 50px;
  }
  .grille-valeurs {
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .element-valeur {
    position: relative;
    width: 49%;
    margin-top: 2px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .numero-valeur {
    font-size: 30px;
  }
  .sous-titre-valeur {
    font-size: 18px;
  }
  .txt-touch {
    font-size: 25px;
    line-height: 40px;
  }
  .section-contact {
    padding-right: 10%;
    padding-left: 10%;
  }
  .section-baseline {
    min-height: 790px;
  }
  .baseline {
    font-size: 40px;
    line-height: 50px;
  }
  .champ.nom {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .feeling {
    font-size: 70px;
  }
  .hao {
    font-size: 70px;
  }
  .header {
    height: 50px;
    padding-top: 15px;
  }
  .link-logo {
    width: 35px;
    height: 35px;
  }
  .link-logo.w--current {
    width: 35px;
    height: 35px;
  }
  .div-menu {
    margin-top: 0px;
  }
  .sticky {
    display: block;
    height: 65px;
    padding-top: 15px;
  }
  .logo-img-sticky {
    width: 35px;
    height: 35px;
  }
  .nom-sticky {
    margin-top: 8px;
    margin-left: 10px;
  }
  .bloc-touch {
    padding-right: 0%;
  }
  .champ.nom {
    width: 100%;
  }
  .champ.prenom {
    width: 100%;
  }
  .section-legal {
    display: none;
  }
  .colone-legal {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .colone-legal.min {
    width: 100%;
  }
  .colone-legal.adresse {
    width: 100%;
  }
  .txt-mentions {
    padding-right: 0px;
  }
  .row-legal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  .feeling-hao-defilement {
    padding-left: 0px;
  }
  .feeling {
    margin-left: 30px;
    font-size: 40px;
  }
  .hao {
    margin-left: 15px;
    font-size: 40px;
  }
  .section-statement {
    height: 90%;
    min-height: 600px;
  }
  .statement {
    font-size: 25px;
    line-height: 35px;
  }
  .filet {
    width: 40px;
    height: 4px;
    margin-top: 15px;
  }
  .sous-statement {
    margin-top: 40px;
    font-size: 16px;
  }
  .sous-statement.bold {
    margin-top: 0px;
    margin-left: 0px;
  }
  .header {
    height: 70px;
    padding-top: 18px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-valeurs {
    min-height: 1200px;
    padding-top: 50px;
  }
  .titre {
    font-size: 25px;
    line-height: 35px;
  }
  .filet-2 {
    width: 40px;
    height: 4px;
    margin-top: 15px;
  }
  .grille-valeurs {
    margin-top: 40px;
  }
  .element-valeur {
    width: 100%;
  }
  .section-touch {
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sticky {
    display: block;
    height: 70px;
    padding-top: 18px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nom-sticky {
    font-size: 15px;
  }
  .txt-touch {
    font-size: 20px;
    line-height: 30px;
  }
  .baseline {
    margin-top: 40px;
    font-size: 25px;
    line-height: 35px;
  }
  .filet-3 {
    margin-top: 40px;
  }
  .txt-mentions.copiright {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
    font-size: 12px;
    text-align: center;
  }
  .div-mentions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: center;
  }
  .expand-langue {
    display: none;
  }
  .expand {
    width: 100%;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .picto-langue {
    width: 23px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot') format('embedded-opentype'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Roboto-BlackItalic.woff') format('woff'), url('../fonts/Roboto-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.eot') format('embedded-opentype'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-BlackItalic.ttf') format('truetype'), url('../fonts/Roboto-BoldItalic.ttf') format('truetype'), url('../fonts/Roboto-Italic.ttf') format('truetype'), url('../fonts/Roboto-LightItalic.ttf') format('truetype'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype'), url('../fonts/Roboto-ThinItalic.ttf') format('truetype'), url('../fonts/Roboto-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.eot') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.eot') format('embedded-opentype'), url('../fonts/Roboto-LightItalic.woff') format('woff'), url('../fonts/Roboto-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Roboto-BoldItalic.woff') format('woff'), url('../fonts/Roboto-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.eot') format('embedded-opentype'), url('../fonts/Roboto-ThinItalic.woff') format('woff'), url('../fonts/Roboto-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto light';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto black';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto medium';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed bold';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto thin';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed regular';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed light';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype'), url('../fonts/RobotoCondensed-Italic.ttf') format('truetype'), url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}