@charset "UTF-8";
/*!
Theme Name: uxer-wp dev
Theme URI: 
Author: Uxer SAS
Author URI: https://www.uxer.fr
Version: 0.0.1
Description: Thème WordPress par défaut
License: Tous droits réservés
Text Domain: voidx
Domain Path: /languages/
*/
@font-face {
  font-family: Montserrat Light;
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Montserrat-Light.eot?) format("eot"),
    url(fonts/Montserrat-Light.woff) format("woff"),
    url(fonts/Montserrat-Light.ttf) format("truetype"),
    url(fonts/Montserrat-Light.svg#Montserrat_Light) format("svg");
}
@font-face {
  font-family: Montserrat Regular;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Montserrat-Regular.eot?) format("eot"),
    url(fonts/Montserrat-Regular.woff) format("woff"),
    url(fonts/Montserrat-Regular.ttf) format("truetype"),
    url(fonts/Montserrat-Regular.svg#Montserrat_Regular) format("svg");
}
@font-face {
  font-family: Montserrat Medium;
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Montserrat-Medium.eot?) format("eot"),
    url(fonts/Montserrat-Medium.woff) format("woff"),
    url(fonts/Montserrat-Medium.ttf) format("truetype"),
    url(fonts/Montserrat-Medium.svg#Montserrat_Medium) format("svg");
}
@font-face {
  font-family: Montserrat SemiBold;
  font-style: 600;
  font-weight: 600;
  src: url(fonts/Montserrat-SemiBold.eot?) format("eot"),
    url(fonts/Montserrat-SemiBold.woff) format("woff"),
    url(fonts/Montserrat-SemiBold.ttf) format("truetype"),
    url(fonts/Montserrat-SemiBold.svg#Montserrat_SemiBold) format("svg");
}
@font-face {
  font-family: Montserrat Black;
  font-style: normal;
  font-weight: 900;
  src: url(fonts/Montserrat-Black.eot?) format("eot"),
    url(fonts/Montserrat-Black.woff) format("woff"),
    url(fonts/Montserrat-Black.ttf) format("truetype"),
    url(fonts/Montserrat-Black.svg#Montserrat_Black) format("svg");
}
@font-face {
  font-family: Hansief;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Hansief.eot?) format("eot"),
    url(fonts/Hansief.woff) format("woff"),
    url(fonts/Hansief.ttf) format("truetype"),
    url(fonts/Hansief.svg#Hansief) format("svg");
}
@font-face {
  font-family: cdiscount;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/cdiscount.eot?) format("eot"),
    url(fonts/cdiscount.woff) format("woff"),
    url(fonts/cdiscount.ttf) format("truetype"),
    url(fonts/cdiscount.svg#cdiscount) format("svg");
}
@font-face {
  font-family: cdiscount;
  src: url(fonts/cdiscount.eot);
  src: url(fonts/cdiscount.eot?#iefix) format("embedded-opentype"),
    url(fonts/cdiscount.woff) format("woff"),
    url(fonts/cdiscount.ttf) format("truetype"),
    url(fonts/cdiscount.svg#cdiscount) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*="icon--"] {
  line-height: 1;
}
[data-icon]:before {
  content: attr(data-icon);
}
[class*=" icon-"]:before,
[class^="icon-"]:before,
[data-icon]:before {
  font-family: cdiscount !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\61";
}
.icon-menu:before {
  content: "\62";
}
.icon-arrow-down:before {
  content: "\63";
}
.icon-arrow-left:before {
  content: "\64";
}
.icon-arrow-right:before {
  content: "\65";
}
*,
:after,
:before {
  box-sizing: border-box;
  list-style: none;
}
*,
:after,
:before,
html {
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  outline: none;
  background: none;
  border: none;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clear {
  clear: both;
}
.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .container {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1281px) {
  .container {
    width: 1280px;
  }
}
.container-max {
  max-width: 1280px;
  padding: 0 16px;
  margin: 0 auto;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(63, 63, 63, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  z-index: 5;
}
.overlay--open {
  visibility: visible;
  opacity: 1;
}
#catapult-cookie-bar {
  padding: 16px 32px;
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  #catapult-cookie-bar {
    width: 700px !important;
  }
}
#catapult-cookie-bar .ctcc-left-side {
  font-size: 14px;
  line-height: 22px;
  font-family: HelveticaNeue Roman;
}
#catapult-cookie-bar .ctcc-right-side {
  display: block;
}
#catapult-cookie-bar .ctcc-more-info-link {
  font-family: HelveticaNeue Medium;
  font-size: 14px;
  line-height: 17px;
}
#catapultCookie {
  display: inline-block;
  font-family: HelveticaNeue Medium;
  font-weight: 500;
  margin-top: 8px;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.l-home {
  padding-top: 107px;
  overflow-x: hidden;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home {
    padding-top: 0;
    overflow: inherit;
  }
}
.l-home__header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .l-home__header {
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 768px;
  }
}
.l-home__header__content {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content {
    width: 50%;
    max-width: 592px;
  }
}
.l-home__header__content__title {
  margin-bottom: 32px;
  font-size: 38px;
  line-height: 46px;
  font-family: Hansief;
  text-transform: uppercase;
  font-weight: 400;
  color: #231f20;
  transition: all 0.8s cubic-bezier(0.26, 0.05, 0.85, 1.12);
  position: relative;
  bottom: -16px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content__title {
    margin-bottom: 24px;
    font-size: 43px;
    line-height: 59px;
  }
}
.l-home__header__content__title.transition {
  opacity: 1;
  bottom: 0;
}
.l-home__header__content__title span {
  color: #d33416;
  display: block;
}
.l-home__header__content__intro {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content__intro {
    max-width: 509px;
    display: block;
    font-size: 17px;
    color: #495057;
    font-family: Montserrat Light;
    line-height: 32px;
    transition: all 0.7s ease-out 0.3s;
    position: relative;
    bottom: -16px;
    opacity: 0;
  }
}
.l-home__header__content__intro.transition {
  opacity: 1;
  bottom: 0;
}
.l-home__header__content__button {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 27px 18px 20px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  width: 268px;
  font-family: Montserrat SemiBold;
  background-color: #d33416;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content__button {
    margin-top: 32px;
  }
}
.l-home__header__content__button:hover {
  background-color: #b92e13;
}
.l-home__header__content__button__before {
  color: #fff;
  line-height: 1px;
  font-size: 8px;
}
.l-home__header__picture {
  margin: 48px -16px 32px;
  height: 480px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__picture {
    width: 50%;
    margin: 0;
    left: 24px;
    height: 768px;
  }
}
.l-home__header__picture__mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background: #f4f4f5;
  height: 100%;
  transform: translateY(101%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-home__header__picture__mask--translate {
  transform: translateY(0);
}
.l-home__header__picture__mask--visible {
  transform: translateY(-101%);
}
.l-home__header__picture__img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transform: scale(1.1);
  transition: transform 1.5s, opacity 2s ease;
  opacity: 0;
}
.l-home__header__picture__img.show {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (min-width: 1025px) {
  .l-home__header__picture__img {
    max-width: 708px;
    position: absolute;
    left: 0;
  }
}
.l-home__header__description {
  display: block;
  font-size: 17px;
  line-height: 32px;
  color: #495057;
  font-family: Montserrat Light;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__description {
    display: none;
  }
}
.l-home__navigation {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .l-home__navigation {
    display: block;
    background-color: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.04);
  }
}
.l-home__navigation--stick {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}
.l-home__navigation .container {
  position: relative;
}
.l-home__navigation__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}
@media only screen and (min-width: 1281px) {
  .l-home__navigation__list {
    padding: 0 89px;
  }
}
.l-home__navigation__list__item {
  height: 100%;
  display: flex;
  position: relative;
}
.l-home__navigation__list__item__link {
  position: relative;
  padding: 0 70px;
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat SemiBold;
  color: #231f20;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-home__navigation__list__item__link {
    padding: 0 30px;
  }
}
.l-home__navigation__list__item__link.active,
.l-home__navigation__list__item__link:hover {
  color: #d33416;
}
.l-home__navigation__list__item__name {
  display: block;
  margin-left: 12px;
}
.l-home__navigation__list__item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: all 0.3s ease;
}
.l-home__navigation__list__item.active:before {
  width: 100%;
  background-color: #d33416;
}
.l-home__ranges {
  margin-top: 63px;
  padding-top: 90px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges {
    margin-top: 80px;
    padding-top: 63px;
  }
}
.l-home__ranges__wrapper {
  margin-right: -16px;
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges__wrapper {
    margin-right: 0;
  }
}
.l-home__ranges__items {
  margin-top: 40px;
  padding-bottom: 32px;
  overflow: hidden;
  position: relative;
}
.l-home__ranges__items .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.l-home__ranges__items .slick-list {
  cursor: move;
  margin: 0 -12px;
}
.l-home__ranges__items .slick-track {
  display: flex;
  transform: translateZ(0);
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges__items .slick-track {
    height: 573px;
  }
}
.l-home__ranges__items .slick-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.l-home__ranges__items .slick-slide div {
  height: 100%;
  width: 100%;
  max-width: 402px;
}
.l-home__ranges__items .slick-dots {
  margin-left: -16px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  list-style: none;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges__items .slick-dots {
    display: none !important;
    padding: 0 55px 24px;
  }
}
.l-home__ranges__items .slick-dots li {
  margin: 0 4px;
  cursor: pointer;
}
.l-home__ranges__items .slick-dots li button {
  display: block;
  height: 8px;
  width: 8px;
  background-color: #dee2e6;
  text-indent: -9999px;
  cursor: pointer;
}
.l-home__ranges__items .slick-dots li.slick-active button {
  background-color: #d33416;
}
.l-home__ranges__items .slick-next,
.l-home__ranges__items .slick-prev {
  margin: 0 8px;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  border-radius: 36px;
  background-color: #ebf7ff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-in;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 6;
}
.l-home__ranges__items .slick-next:focus,
.l-home__ranges__items .slick-next:hover,
.l-home__ranges__items .slick-prev:focus,
.l-home__ranges__items .slick-prev:hover {
  background-color: #dbf0ff;
}
.l-home__ranges__items .slick-next span,
.l-home__ranges__items .slick-prev span {
  color: #005ba6;
  font-size: 18px;
  line-height: 11px;
}
.l-home__ranges__items .slick-next.slick-disabled,
.l-home__ranges__items .slick-prev.slick-disabled {
  opacity: 0.4;
}
.l-home__ranges__items .slick-next {
  right: 0;
}
.l-home__ranges__items .slick-prev {
  left: 0;
}
.l-home__ranges__items__item {
  height: 100%;
  max-width: 402px;
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges__items__item__picture {
    width: 100%;
  }
}
.l-home__ranges__items__item__name {
  margin-top: 32px;
  font-size: 20px;
  line-height: 24px;
  font-family: Montserrat Regular;
  color: #495057;
}
.l-home__ranges__items__item__discover {
  display: block;
  margin-top: 16px;
  letter-spacing: 1px;
  line-height: 13px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Montserrat Regular;
}
.l-home__ranges .m-commun__anchor {
  z-index: 2;
}
.l-home__news {
  margin-top: 50px;
  padding-top: 96px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__news {
    margin-top: 140px;
    padding-top: 63px;
  }
}
.l-home__news__item {
  margin-top: 37px;
  position: relative;
}
.l-home__news__item__img {
  margin: 0 -16px;
  position: relative;
  overflow: hidden;
  height: 480px;
  width: 100vw;
}
@media only screen and (min-width: 1025px) {
  .l-home__news__item__img {
    margin: 0;
    height: 656px;
    width: 100%;
  }
}
.l-home__news__item__mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background: #f4f4f5;
  height: 100%;
  transform: translateY(101%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-home__news__item__mask--translate {
  transform: translateY(0);
}
.l-home__news__item__mask--visible {
  transform: translateY(-101%);
}
.l-home__news__item__picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
  transition: transform 1.5s, opacity 2s ease;
  opacity: 0;
}
.l-home__news__item__picture.show {
  opacity: 1;
  transform: scale(1);
}
.l-home__news__item__box {
  position: relative;
  margin-top: -40px;
  padding: 32px 24px;
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1025px) {
  .l-home__news__item__box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 32px 48px;
    width: 509px;
  }
}
.l-home__news__item__box__link {
  text-transform: uppercase;
  margin-top: 16px;
  display: block;
  letter-spacing: 1px;
  line-height: 14px;
  font-size: 11px;
  font-weight: 600;
  font-family: Montserrat SemiBold;
  transition: all 0.3s ease;
}
.l-home__news__item__box__link:hover {
  color: #b92e13 !important;
}
.l-home__news__products {
  margin-top: -302px;
  padding-top: 422px;
  padding-bottom: 120px;
  background-color: #f8f9fa;
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products {
    margin-top: -410px;
    padding-top: 572px;
    padding-bottom: 200px;
  }
}
.l-home__news__products .container {
  position: relative;
}
.l-home__news__products__list {
  margin-top: 48px;
  margin-right: -16px;
  overflow: auto;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products__list {
    margin-top: 40px;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
.l-home__news__products__list__item {
  position: relative;
  flex: auto 0 0;
  padding: 0 8px;
  width: 80%;
  transition: all 1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  opacity: 0;
}
@media only screen and (min-width: 501px) {
  .l-home__news__products__list__item {
    width: 66%;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products__list__item {
    margin-bottom: 56px;
    padding: 0 12px;
    width: 33.333%;
  }
}
.l-home__news__products__list__item__wrap {
  background-color: #fff;
  transition: all 0.3s ease-in;
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .l-home__news__products__list__item__wrap {
    height: 420px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products__list__item__wrap {
    height: 700px;
  }
}
.l-home__news__products__list__item__content {
  background-color: #fff;
  padding: 32px 16px;
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products__list__item__content {
    padding: 40px;
  }
}
.l-home__news__products__list__item__picture {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
}
@media only screen and (min-width: 501px) {
  .l-home__news__products__list__item__picture {
    height: 300px;
  }
}
.l-home__news__products__list__item__description,
.l-home__news__products__list__item__link {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products__list__item__description,
  .l-home__news__products__list__item__link {
    margin-top: 16px;
    display: block;
    font-size: 14px;
    font-family: Montserrat SemiBold;
    line-height: 17px;
  }
}
.l-home__news__products__list__item__button {
  display: block;
  font-size: 14px;
  font-family: Montserrat SemiBold;
  line-height: 17px;
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products__list__item__button {
    display: none;
  }
}
.l-home__news__products__list__item.animation {
  opacity: 1;
}
.l-home__news__products__list__item:nth-child(2) {
  transition: all 1s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.4s;
}
.l-home__news__products__list__item:nth-child(3) {
  transition: all 1s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.6s;
}
.l-home__news__products__list__item .l-home__news__item__box__link {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products__list__item .l-home__news__item__box__link {
    display: block;
  }
}
.l-home__news__modal {
  position: fixed;
  left: 0;
  display: flex;
  bottom: -100%;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  z-index: 6;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.l-home__news__modal--open {
  bottom: 0;
}
.l-home__news__modal__box {
  position: relative;
  z-index: 2;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 501px) {
  .l-home__news__modal__box {
    padding: 24px 40px;
  }
}
.l-home__news__modal__box__name {
  margin-bottom: 16px;
  font-size: 17px;
  font-family: Montserrat Regular;
  line-height: 20px;
  color: #495057;
}
.l-home__news__modal__box__description {
  font-size: 14px;
  line-height: 26px;
  color: #868e96;
  font-family: Montserrat Regular;
}
.l-home__news__modal__box__link a {
  margin-top: 16px;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: Montserrat Regular;
  cursor: pointer;
}
.l-home__news__modal__close {
  margin-top: 24px;
  padding: 16px 0;
  width: 100%;
  background-color: #f8f9fa;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-family: Montserrat SemiBold;
  color: #495057;
  cursor: pointer;
}
.l-home__coulisse {
  margin-top: 120px;
  padding-top: 96px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse {
    margin-top: 50px;
  }
}
.l-home__coulisse .m-commun__bigtitle {
  margin-left: 16px;
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse .m-commun__bigtitle {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse__wrapper {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse__wrapper .m-commun__anchor {
    position: absolute;
    top: 87px;
    right: 194px;
  }
}
.l-home__coulisse__list {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .l-home__coulisse__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse__list {
    margin-top: 0;
    text-align: center;
  }
}
.l-home__coulisse__list__item {
  padding-bottom: 80px;
  opacity: 0;
  position: relative;
  bottom: -24px;
  width: 100%;
  transition: all 0.8s cubic-bezier(0.26, 0.05, 0.85, 1.12);
}
@media only screen and (min-width: 768px) {
  .l-home__coulisse__list__item {
    display: inline-block;
    width: 350px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse__list__item {
    padding-bottom: 116px;
    width: 400px;
  }
}
@media only screen and (min-width: 1281px) {
  .l-home__coulisse__list__item {
    padding-bottom: 116px;
    width: 509px;
  }
}
.l-home__coulisse__list__item:nth-child(2) {
  transition: all 0.8s cubic-bezier(0.26, 0.05, 0.85, 1.12) 0.4s;
}
@media only screen and (min-width: 768px) {
  .l-home__coulisse__list__item:nth-child(2) {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse__list__item:nth-child(2) {
    margin-top: 268px;
  }
}
.l-home__coulisse__list__item:nth-child(3) {
  transition: all 0.8s cubic-bezier(0.26, 0.05, 0.85, 1.12) 0.8s;
}
@media only screen and (min-width: 768px) {
  .l-home__coulisse__list__item:nth-child(3) {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse__list__item:nth-child(3) {
    margin-top: -268px;
  }
}
.l-home__coulisse__list__item:nth-child(4) {
  transition: all 0.8s cubic-bezier(0.26, 0.05, 0.85, 1.12) 1.2s;
}
.l-home__coulisse__list__item__picture {
  margin-bottom: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 282px;
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse__list__item__picture {
    height: 509px;
  }
}
.l-home__coulisse__list__item .m-commun__text,
.l-home__coulisse__list__item .m-commun__title {
  text-align: left;
}
.l-home__coulisse__list__item.animation {
  opacity: 1;
  bottom: 0;
}
.l-home__engage {
  margin: 40px 0 120px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage {
    margin-top: -250px;
  }
}
.l-home__engage__wrapper {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__wrapper {
    padding-top: 300px;
    padding-bottom: 109px;
  }
}
.l-home__engage__bloc {
  display: flex;
  flex-wrap: wrap-reverse;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc {
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc__content,
  .l-home__engage__bloc__picture {
    width: 50%;
  }
}
.l-home__engage__bloc__mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background: #f4f4f5;
  height: 100%;
  transform: translateY(101%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-home__engage__bloc__mask--translate {
  transform: translateY(0);
}
.l-home__engage__bloc__mask--visible {
  transform: translateY(-101%);
}
.l-home__engage__bloc__picture {
  margin: 0 -16px;
  position: relative;
  overflow: hidden;
  height: 480px;
  width: 100vw;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc__picture {
    margin: 0;
    height: 740px;
    width: 100%;
  }
}
.l-home__engage__bloc__img {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  transform: scale(1.1);
  transition: transform 1.5s, opacity 2s ease;
  opacity: 0;
}
.l-home__engage__bloc__img.show {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc__img {
    height: 100%;
    width: 100%;
  }
}
.l-home__engage__bloc__content {
  margin-top: 48px;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc__content {
    margin-top: 114px;
  }
}
.l-home__engage__bloc__content__list {
  margin-top: 32px;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc__content__list {
    margin-top: 56px;
  }
}
.l-home__engage__bloc__content__list__item {
  margin-bottom: 24px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc__content__list__item {
    max-width: 362px;
  }
}
.l-home__engage__bloc__content__list__item:hover {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.09);
}
.l-home__engage__bloc__content__list__item__name {
  margin-left: 24px;
  font-family: Montserrat SemiBold;
  font-size: 14px;
  line-height: 18px;
}
.l-home__process {
  padding: 96px 0 120px;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .l-home__process {
    padding: 306px 0 120px;
    margin-top: -105px;
  }
}
.l-home__process .m-commun__anchor:before {
  top: 19px;
}
.l-home__process__slider {
  display: flex;
  align-items: center;
}
.l-home__process__items {
  margin-top: 52px;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items {
    padding-bottom: 112px;
  }
}
.l-home__process__items .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.l-home__process__items .slick-list {
  margin: 0 -10px;
  cursor: move;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items .slick-list {
    max-width: 1240px;
    margin: 0 auto;
  }
}
.l-home__process__items .slick-track {
  display: flex;
  transform: translateZ(0);
}
.l-home__process__items .slick-slide {
  margin: 0 10px;
  display: flex;
  height: auto;
  justify-content: center;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items .slick-slide {
    display: block;
  }
}
.l-home__process__items .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  list-style: none;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items .slick-dots {
    display: none !important;
    padding: 0 55px 24px;
  }
}
.l-home__process__items .slick-dots li {
  margin: 0 4px;
  cursor: pointer;
}
.l-home__process__items .slick-dots li button {
  display: block;
  height: 10px;
  width: 10px;
  background-color: #dee2e6;
  text-indent: -9999px;
  cursor: pointer;
}
.l-home__process__items .slick-dots li.slick-active button {
  background-color: #d33416;
}
.l-home__process__items .slick-next,
.l-home__process__items .slick-prev {
  margin: 0 8px;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 69px;
  width: 69px;
  background-color: #d33416;
  transition: all 0.3s ease-in;
  cursor: pointer;
  bottom: 0;
  padding: 0;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items .slick-next:hover,
  .l-home__process__items .slick-prev:hover {
    background-color: #b92e13;
  }
}
.l-home__process__items .slick-next span,
.l-home__process__items .slick-prev span {
  color: #fff;
  font-size: 22px;
  line-height: 11px;
  margin-left: 4px;
}
.l-home__process__items .slick-next.slick-disabled,
.l-home__process__items .slick-prev.slick-disabled {
  background-color: #e6e6e6;
}
.l-home__process__items .slick-next {
  left: 50%;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items .slick-next {
    top: -100px;
    right: 0;
    left: inherit;
  }
}
.l-home__process__items .slick-prev {
  right: 50%;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items .slick-prev {
    top: -100px;
    right: 84px;
  }
}
.l-home__process__items__item {
  position: relative;
}
.l-home__process__items__item .container {
  width: auto;
}
.l-home__process__items__item__picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 282px;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items__item__picture {
    height: 390px;
  }
}
.l-home__process__items__item__box {
  margin-top: 32px;
  position: relative;
}
.l-mentions {
  padding-top: 123px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1025px) {
  .l-mentions {
    padding-top: 202px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-mentions__wrapper {
    width: 200%;
    padding: 0 8px;
    margin-left: 16.66666%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .l-mentions__wrapper {
    width: 511.33333px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
  .l-mentions__wrapper {
    width: 682.66667px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1281px) {
  .l-mentions__wrapper {
    width: 853.33333px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .l-mentions__wrapper {
    margin-left: 256px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
  .l-mentions__wrapper {
    margin-left: 170.66667px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1281px) {
  .l-mentions__wrapper {
    margin-left: 213.33333px;
  }
}
.l-mentions__backlink {
  display: inline-flex;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat SemiBold;
  transition: all 0.3s ease;
}
.l-mentions__backlink span {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.l-mentions__content__title {
  font-size: 38px;
  font-weight: 100;
  line-height: 53px;
  text-transform: uppercase;
  font-family: Hansief;
  color: #231f20;
}
@media only screen and (min-width: 1025px) {
  .l-mentions__content__title {
    font-size: 58px;
    line-height: 74px;
  }
}
.l-mentions__content__text {
  margin-top: 56px;
}
@media only screen and (min-width: 1025px) {
  .l-mentions__content__text {
    margin-top: 79px;
  }
}
.l-mentions__content__text h2 {
  margin-top: 56px;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 400;
  font-family: Montserrat Regular;
  line-height: 23px;
  color: #495057;
}
@media only screen and (min-width: 1025px) {
  .l-mentions__content__text h2 {
    margin-top: 80px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 29px;
  }
}
.l-mentions__content__text h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 19px;
  font-family: Montserrat Regular;
  line-height: 29px;
  font-weight: 400;
  color: #495057;
}
@media only screen and (min-width: 1025px) {
  .l-mentions__content__text h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.l-mentions__content__text ul {
  margin-top: -16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1025px) {
  .l-mentions__content__text ul {
    margin-top: -24px;
    margin-bottom: 24px;
  }
}
.l-mentions__content__text P,
.l-mentions__content__text ul li {
  font-size: 16px;
  font-family: Montserrat Regular;
  line-height: 28px;
  color: #868e96;
}
.l-mentions__content__text P {
  margin-bottom: 24px;
}
.l-mentions__content__text a {
  color: #495057;
}
.l-error {
  display: flex;
  align-items: center;
  height: 100vh;
}
.l-error__wrapper {
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.l-error__number {
  color: #f0f2f5;
  font-weight: 100;
  font-size: 200px;
  line-height: 250px;
  text-align: center;
  font-family: Hansief;
  position: absolute;
  left: 50%;
  bottom: 120px;
  margin-left: -158.5px;
}
@media only screen and (min-width: 1025px) {
  .l-error__number {
    font-size: 300px;
    margin-left: -236px;
    line-height: 363px;
    bottom: 32px;
  }
}
.l-error__title {
  margin-bottom: 16px;
  font-family: Hansief;
  color: #231f20;
  font-size: 34px;
  font-weight: 300;
  line-height: 41px;
}
.l-error__content,
.l-error__title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.l-error__content {
  margin-bottom: 32px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #868e96;
}
.l-error__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 auto;
}
.l-error__link span {
  transform: rotate(-90deg);
}
.m-header {
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
@media only screen and (min-width: 1025px) {
  .m-header {
    padding: 34px 0;
    position: absolute;
  }
}
.m-header.remove {
  transform: translateY(-84px);
}
.m-header.background {
  background-color: #fff;
}
.m-header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .m-header__wrapper {
    width: 50%;
  }
}
.m-header__logo {
  width: 118px;
}
@media only screen and (min-width: 1025px) {
  .m-header__logo {
    width: 131px;
  }
}
.m-header__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: #d33416;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .m-header__button {
    display: none;
  }
}
.m-header__button span {
  display: inline-flex;
  font-size: 24px;
}
.m-header__menu {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (min-width: 1025px) {
  .m-header__menu {
    position: relative;
    opacity: 1;
    padding: 0;
    transform: translateY(0);
    width: auto;
    height: auto;
    box-shadow: none;
  }
}
.m-header__menu--open {
  opacity: 1;
  z-index: 4;
  transform: translateY(0);
  box-shadow: 0 2px 12px 0 hsla(29, 39%, 64%, 0.05),
    0 15px 25px 0 rgba(62, 45, 28, 0.04);
}
.m-header__menu__close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 48px;
  width: 48px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__close {
    display: none;
  }
}
.m-header__menu__close span {
  font-size: 23px;
  display: inline-flex;
  color: #d33416;
}
.m-header__menu__list {
  background-color: #fff;
  padding: 69px 16px 24px;
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}
.m-header__menu__list__item {
  border-radius: 4px;
}
.m-header__menu__list__item__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  padding: 24px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  font-family: Montserrat SemiBold;
  color: #495057;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.m-header__menu__list__item__link span {
  position: absolute;
  padding-left: 48px;
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list__item__link span {
    position: relative;
  }
}
.m-header__menu__list__item__link:hover {
  background-color: #f8f9fa;
  color: #d33416;
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list__item__link:hover {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list__item__link img {
    display: none;
  }
}
.m-header__menu__list__item__link img:last-child {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list__item__link {
    padding: 0;
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list__item:first-child,
  .m-header__menu__list__item:nth-child(2),
  .m-header__menu__list__item:nth-child(3),
  .m-header__menu__list__item:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list__item--language {
    margin-left: 15px;
  }
}
.m-header__menu__list__item--language img,
.m-header__menu__list__item--language span {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list__item--language span {
    display: none;
  }
}
.m-footer {
  background-color: #f8f9fa;
}
.m-footer__wrapper {
  padding: 32px 0 51px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: relative;
  border-top: 1px solid #e9ecef;
}
@media only screen and (min-width: 1025px) {
  .m-footer__wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.m-footer__logo {
  margin-bottom: 26px;
  width: 118px;
}
@media only screen and (min-width: 1025px) {
  .m-footer__logo {
    margin-bottom: 0;
    width: 131px;
  }
}
.m-footer__left {
  width: 100%;
}

.m-footer__left__list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .m-footer__left__list {
    flex-direction: row;
    align-items: center;
  }
}
.m-footer__left__list__item__link {
  font-size: 13px;
  line-height: 16px;
  color: #495057;
  font-family: Montserrat SemiBold;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .m-footer__left__list__item__link {
    margin-top: 0;
    font-size: 12px;
    text-align: left;
  }
}
.m-footer__left__list__item__link--notice {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .m-footer__left__list__item__link--notice {
    display: block;
  }
}
.m-footer__left__list__item__link:hover {
  color: #d33416;
}
.m-footer__right {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .m-footer__right {
    width: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .m-footer__right__list {
    margin-top: 0;
  }
  .m-footer__left__list__item {
    margin-left: 16px;
  }
  
}
.m-footer__right__list {
  margin-top: 8px;
}
.m-footer__right__list__item__link {
  font-size: 12px;
  line-height: 15px;
  color: #868e96;
  font-family: Montserrat Regular;
}
.m-commun__anchor {
  padding-left: 56px;
  font-size: 28px;
  font-family: Hansief;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  color: #231f20;
  z-index: 4;
  display: inline-block;
}
.m-commun__anchor:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 2px;
  width: 40px;
  background-color: #d33416;
}
.m-commun__bigtitle {
  position: absolute;
  color: #f4f4f5;
  font-family: Hansief;
  font-size: 50px;
  font-weight: 100;
  line-height: 65px;
  top: 0;
  text-transform: uppercase;
  width: 400px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.26, 0.05, 0.85, 1.12);
}
@media only screen and (min-width: 1025px) {
  .m-commun__bigtitle {
    right: 12%;
    font-size: 100px;
    line-height: 203px;
    width: inherit;
  }
}
@media only screen and (min-width: 1281px) {
  .m-commun__bigtitle {
    font-size: 130px;
    line-height: 174px;
  }
}
.m-commun__bigtitle.animation {
  opacity: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .m-commun__bigtitle.animation {
    right: calc(((100% - 1024px) / 2) + 12px);
  }
}
@media only screen and (min-width: 1281px) {
  .m-commun__bigtitle.animation {
    right: calc(((100% - 1280px) / 2) + 12px);
  }
}
.m-commun__title {
  margin-bottom: 16px;
  font-size: 19px;
  font-family: Montserrat Medium;
  line-height: 23px;
  color: #495057;
}
@media only screen and (min-width: 1025px) {
  .m-commun__title {
    font-size: 21px;
    line-height: 25px;
  }
}
.m-commun__text {
  font-size: 14px;
  line-height: 26px;
  color: #868e96;
  font-family: Montserrat Medium;
}
@media only screen and (min-width: 1025px) {
  .m-commun__text {
    font-size: 15px;
    line-height: 28px;
  }
}
.m-commun__youtube {
  color: #d33416;
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  letter-spacing: 1px;
  line-height: 13px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Montserrat Medium;
}
.m-commun__youtube:hover,
.m-commun__youtube:hover svg {
  color: #b92e13 !important;
}
.m-commun__youtube svg {
  fill: #d33416;
  margin-right: 8px;
  width: 20px;
}
.m-box {
  position: relative;
  margin-top: -40px;
  padding: 32px 24px;
  max-width: 525px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1025px) {
  .m-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 40px 48px;
  }
}
@media only screen and (min-width: 1281px) {
  .m-box {
    bottom: 48px;
  }
}
.m-box__bottom {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .m-box__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.m-news {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}
.m-news__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url(img/footer-surpass.jpg);
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  .m-news__background {
    height: 900px;
  }
}
.m-news__wrapper {
  margin-top: 80px;
}
@media only screen and (min-width: 1025px) {
  .m-news__wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 96px;
  }
}
.m-news__video {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .m-news__video {
    width: 74.99997%;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .m-news__video.full {
    width: 100%;
    flex-shrink: 0;
  }
}
.m-news__video__img {
  position: relative;
  overflow: hidden;
  width: 100vw;
}
@media only screen and (min-width: 1025px) {
  .m-news__video__img {
    margin: 0;
    height: auto;
    width: 100%;
  }
}
.m-news__video__img img {
  width: 100%;
}
.m-news__video__mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background: #f4f4f5;
  height: 100%;
  transform: translateY(101%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.m-news__video__mask--translate {
  transform: translateY(0);
}
.m-news__video__mask--visible {
  transform: translateY(-101%);
}
.m-news__video__picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
  transition: transform 1.5s, opacity 2s ease;
}
.m-news__video__picture.show {
  opacity: 1;
  transform: scale(1);
}
.m-news__pictures {
  width: 100%;
  margin-top: 48px;
}
@media only screen and (min-width: 1025px) {
  .m-news__pictures {
    padding-left: 20px;
    margin-top: 0;
  }
}
.m-news__pictures .sbi_item,
.m-news__pictures__item {
  width: 100% !important;
  height: 290px;
}
.m-news__pictures .sbi_item:first-child,
.m-news__pictures__item:first-child {
  margin-bottom: 20px !important;
}
.m-news__pictures .sb_instagram_header {
  display: none;
}
.m-news__pictures #sbi_images {
  padding: 0 !important;
}
.m-news__pictures #sb_instagram #sbi_images .sbi_item {
  width: 100% !important;
  height: 290px;
}
.m-news__pictures #sb_instagram #sbi_images .sbi_item:first-child {
  margin-bottom: 20px !important;
}
#tarteaucitronRoot a,
#tarteaucitronRoot abbr,
#tarteaucitronRoot acronym,
#tarteaucitronRoot address,
#tarteaucitronRoot applet,
#tarteaucitronRoot aside,
#tarteaucitronRoot audio,
#tarteaucitronRoot b,
#tarteaucitronRoot big,
#tarteaucitronRoot blockquote,
#tarteaucitronRoot canvas,
#tarteaucitronRoot caption,
#tarteaucitronRoot center,
#tarteaucitronRoot cite,
#tarteaucitronRoot code,
#tarteaucitronRoot dd,
#tarteaucitronRoot del,
#tarteaucitronRoot details,
#tarteaucitronRoot dfn,
#tarteaucitronRoot div,
#tarteaucitronRoot dl,
#tarteaucitronRoot dt,
#tarteaucitronRoot em,
#tarteaucitronRoot embed,
#tarteaucitronRoot fieldset,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot figure,
#tarteaucitronRoot footer,
#tarteaucitronRoot form,
#tarteaucitronRoot h1,
#tarteaucitronRoot h2,
#tarteaucitronRoot h3,
#tarteaucitronRoot h4,
#tarteaucitronRoot h5,
#tarteaucitronRoot h6,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot i,
#tarteaucitronRoot iframe,
#tarteaucitronRoot img,
#tarteaucitronRoot ins,
#tarteaucitronRoot kbd,
#tarteaucitronRoot label,
#tarteaucitronRoot legend,
#tarteaucitronRoot li,
#tarteaucitronRoot mark,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot object,
#tarteaucitronRoot ol,
#tarteaucitronRoot output,
#tarteaucitronRoot p,
#tarteaucitronRoot pre,
#tarteaucitronRoot q,
#tarteaucitronRoot ruby,
#tarteaucitronRoot s,
#tarteaucitronRoot samp,
#tarteaucitronRoot section,
#tarteaucitronRoot small,
#tarteaucitronRoot span,
#tarteaucitronRoot strike,
#tarteaucitronRoot strong,
#tarteaucitronRoot sub,
#tarteaucitronRoot summary,
#tarteaucitronRoot sup,
#tarteaucitronRoot table,
#tarteaucitronRoot tbody,
#tarteaucitronRoot td,
#tarteaucitronRoot tfoot,
#tarteaucitronRoot th,
#tarteaucitronRoot thead,
#tarteaucitronRoot time,
#tarteaucitronRoot tr,
#tarteaucitronRoot tt,
#tarteaucitronRoot u,
#tarteaucitronRoot ul,
#tarteaucitronRoot var,
#tarteaucitronRoot video,
article {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: initial;
  text-align: initial;
  text-shadow: none;
  background-color: transparent;
  border: none;
  font-family: Montserrat Medium;
}
#tarteaucitronRoot sup {
  vertical-align: top;
  position: relative;
  top: -0.15em;
}
#tarteaucitronRoot article,
#tarteaucitronRoot aside,
#tarteaucitronRoot details,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot figure,
#tarteaucitronRoot footer,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot section {
  display: block;
}
#tarteaucitronRoot ol,
#tarteaucitronRoot ul {
  list-style: none;
}
#tarteaucitronRoot blockquote,
#tarteaucitronRoot q {
  quotes: none;
}
#tarteaucitronRoot blockquote:after,
#tarteaucitronRoot blockquote:before,
#tarteaucitronRoot q:after,
#tarteaucitronRoot q:before {
  content: "";
  content: none;
}
#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}
#tarteaucitron * {
  zoom: 1;
}
#tarteaucitron .clear {
  clear: both;
}
#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}
#tarteaucitron ul {
  padding: 0;
}
#tarteaucitronRoot * {
  box-sizing: border-box;
}
body.tarteaucitron-modal-open:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  top: 0;
  left: 0;
  z-index: 10;
}
body.tarteaucitron-modal-open #tarteaucitronRoot {
  display: block;
}
#tarteaucitronRoot button {
  border: none;
  background: none;
  cursor: pointer;
}
#tarteaucitronRoot:before {
  display: none;
}
#tarteaucitronRoot .tarteaucitronIconBottomRight {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  display: none;
  position: fixed;
  min-width: 320px;
  z-index: 11;
  left: 0;
  right: 0;
  padding: 32px;
  text-align: center;
  overflow: hidden;
  max-height: 80%;
  bottom: auto;
  top: 6%;
  transition: all 0.3s;
  border-radius: 2px !important;
  box-shadow: none !important;
  outline: none !important;
  background: #343a40 !important;
  border-radius: 6px;
  max-width: 590px;
  width: 95% !important;
  margin: 0 !important;
  overflow: auto;
}
#tarteaucitronRoot #tarteaucitronAlertBig:before {
  display: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig strong {
  font-weight: 700;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  text-align: left;
  margin: 0 0 16px !important;
  font-size: 14px !important;
  line-height: 23px !important;
  color: #f7fafc;
  padding: 0;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  cursor: pointer;
  padding: 0;
  margin-left: 16px;
  text-decoration: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-top: 16px;
}
#tarteaucitronRoot.tarteaucitronBeforeVisible:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: block;
  opacity: 0.7;
}
#tarteaucitronRoot.tarteaucitronBeforeVisible #tarteaucitronClosePanel:after {
  content: "Fermer";
}
#tarteaucitronRoot .tarteaucitronCTAButton {
  height: 40px;
  border-radius: 4px;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  background: #d33416;
  color: #fff;
  margin-left: 16px;
}
#tarteaucitronRoot .tarteaucitronCTAButton:first-child {
  margin-left: 0;
}
#tarteaucitronRoot .tarteaucitronCTAButton span {
  display: none;
}
#tarteaucitronRoot .tarteaucitronCTAButton:hover {
  background: #b92e13;
  color: #fff;
}
#tarteaucitronRoot #tarteaucitronClosePanel {
  height: 40px;
  border-radius: 4px;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  font-size: 0;
  background: #fff;
  color: #000;
  position: absolute;
  top: -8px;
  right: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
#tarteaucitronRoot #tarteaucitronClosePanel:after {
  content: "Enregistrer";
  font-size: 14px;
}
#tarteaucitronRoot .tarteaucitronName {
  float: left;
  width: calc(100% - 60px);
  margin-bottom: 0;
}
#tarteaucitronRoot .tarteaucitronH2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
#tarteaucitronRoot .tarteaucitronAsk {
  position: relative;
  background-color: #cbd5e0;
  display: inline-flex;
  width: 54px !important;
  height: 31px;
  padding: 4px;
  border-radius: 100px;
  float: right;
}
#tarteaucitronRoot .tacCurrentStatus,
#tarteaucitronRoot .tarteaucitronListCookies {
  font-size: 14px;
  font-style: italic;
}
#tarteaucitronRoot #tarteaucitronServicesTitle_mandatory {
  position: relative;
}
#tarteaucitronRoot
  #tarteaucitronServicesTitle_mandatory
  .tarteaucitronTitle
  button {
  color: #37383c;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
#tarteaucitronRoot
  #tarteaucitronServicesTitle_mandatory
  .tarteaucitronLine
  .tarteaucitronName {
  text-align: justify;
  padding-right: 0;
  margin: 0;
  width: 100%;
}
#tarteaucitronRoot
  #tarteaucitronServicesTitle_mandatory
  .tarteaucitronLine
  .tarteaucitronAsk {
  display: flex;
  justify-content: flex-end;
  background: #28a745;
  position: absolute;
  top: 9px;
  right: 16px;
}
@media (min-width: 600px) {
  #tarteaucitronRoot
    #tarteaucitronServicesTitle_mandatory
    .tarteaucitronLine
    .tarteaucitronAsk {
    right: 32px;
  }
}
#tarteaucitronRoot
  #tarteaucitronServicesTitle_mandatory
  .tarteaucitronLine
  .tarteaucitronAllow {
  opacity: 1;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #fff;
  font-size: 0;
  text-indent: -9999px;
  position: relative;
}
#tarteaucitronRoot
  #tarteaucitronServicesTitle_mandatory
  .tarteaucitronLine
  .tarteaucitronDeny {
  display: none;
}
#tarteaucitronRoot
  #tarteaucitronServicesTitle_mandatory
  #tarteaucitronServices
  .tarteaucitronMainLine {
  border: none !important;
  padding: 16px !important;
}
@media (min-width: 768px) {
  #tarteaucitronRoot
    #tarteaucitronServicesTitle_mandatory
    #tarteaucitronServices
    .tarteaucitronMainLine {
    padding: 32px !important;
  }
}
#tarteaucitronRoot
  #tarteaucitronServicesTitle_mandatory
  #tarteaucitronClosePanel {
  top: -24px;
}
#tarteaucitronRoot .tarteaucitronLine .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronLine .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronDeny {
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #fff;
  font-size: 0;
  text-indent: -9999px;
}
#tarteaucitronRoot .tarteaucitronLine .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAllow {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#tarteaucitronRoot .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk,
#tarteaucitronRoot
  .tarteaucitronMainLine.tarteaucitronIsAllowed
  .tarteaucitronAsk {
  display: flex;
  justify-content: flex-end;
  background: #28a745;
}
#tarteaucitronRoot .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronDeny,
#tarteaucitronRoot
  .tarteaucitronMainLine.tarteaucitronIsAllowed
  .tarteaucitronDeny {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#tarteaucitronRoot
  .tarteaucitronLine.tarteaucitronIsAllowed
  .tarteaucitronAllow,
#tarteaucitronRoot
  .tarteaucitronMainLine.tarteaucitronIsAllowed
  .tarteaucitronAllow {
  opacity: 1;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #fff;
  font-size: 0;
  text-indent: -9999px;
  position: relative;
}
#tarteaucitronRoot .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAsk,
#tarteaucitronRoot
  .tarteaucitronMainLine.tarteaucitronIsDenied
  .tarteaucitronAsk {
  display: flex;
  justify-content: flex-start;
}
#tarteaucitronRoot .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAllow,
#tarteaucitronRoot
  .tarteaucitronMainLine.tarteaucitronIsDenied
  .tarteaucitronAllow {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#tarteaucitronRoot .catToggleBtn {
  color: #37383c;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
#tarteaucitronRoot .catToggleBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #37383c transparent transparent;
  margin-left: 8px;
}
#tarteaucitronRoot .tarteaucitronReadmoreInfo,
#tarteaucitronRoot .tarteaucitronReadmoreOfficial,
#tarteaucitronRoot .tarteaucitronReadmoreSeparator {
  display: none;
}
#tarteaucitronRoot .tarteaucitronH1 {
  font-family: Hansief;
  display: block;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 32px;
  color: #37383c;
  text-transform: uppercase;
}
.alert-open,
.modal-open {
  overflow: hidden;
  height: 100%;
}
#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 0;
  padding: 40px 8px 0 !important;
  position: fixed;
  top: 6%;
  width: 100%;
  min-width: 320px;
  max-width: 600px;
  z-index: 12;
}
@media (min-width: 640px) {
  #tarteaucitron {
    left: 50%;
    transform: translateX(-50%);
  }
}
#tarteaucitron #tarteaucitronClosePanel {
  position: absolute;
}
#tarteaucitron #tarteaucitronServices {
  background: #fff;
  box-shadow: 0 84px 117px rgba(0, 0, 0, 0.06),
    0 30.6614px 42.7069px rgba(0, 0, 0, 0.0413989),
    0 14.8855px 20.7334px rgba(0, 0, 0, 0.0333774),
    0 7.29716px 10.1639px rgba(0, 0, 0, 0.0266226),
    0 2.88531px 4.01882px rgba(0, 0, 0, 0.0186011);
  border-radius: 6px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
  padding-bottom: 15px;
}
#tarteaucitronCookiesList .tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}
#tarteaucitron
  #tarteaucitronServices
  .tarteaucitronMainLine
  .tarteaucitronName
  a {
  font-size: 22px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  display: none;
  font-size: 16px;
  line-height: 21px;
  color: #37383c;
  margin-top: 16px;
  padding: 0;
}
#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronFlexAlignMini {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  margin: 0;
  overflow: hidden;
  padding: 20px;
  border-left: 0 !important;
}
#tarteaucitron
  #tarteaucitronServices
  .tarteaucitronLine
  .tarteaucitronName
  a:hover {
  text-decoration: underline;
}
#tarteaucitron
  #tarteaucitronServices
  .tarteaucitronMainLine
  .tarteaucitronName {
  padding-right: 0;
}
#tarteaucitron .tarteaucitronTitle {
  padding: 9px 20px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #eee;
  min-height: 50px;
  display: flex;
  align-items: center;
}
#tarteaucitronRoot .tarteaucitronTitle button {
  display: flex;
  align-items: center;
}
#tarteaucitron .tarteaucitronTitle svg {
  width: 18px;
  height: 18px;
  fill: #888;
  vertical-align: middle;
  margin-right: 5px;
}
@media (min-width: 640px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    margin-left: 30px;
  }
  #tarteaucitron #tarteaucitronInfo,
  #tarteaucitron #tarteaucitronServices {
    font-size: 16px;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine,
  #tarteaucitron .tarteaucitronTitle {
    padding-left: 32px;
    padding-right: 32px;
  }
}
#tarteaucitron .tarteaucitronH3 {
  font-size: 16px;
  line-height: 21px;
  color: #37383c;
  display: block;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigActions {
  display: flex;
  justify-content: center;
  align-items: center;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  color: #888;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize {
  padding: 9px 10px;
  text-decoration: none;
  color: #fff;
  line-height: 18px;
  background: #59c9a5 !important;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
  margin-right: 5px;
}
#tarteaucitron #tarteaucitronPrivacyUrl {
  color: #888;
  display: none;
}
@media (min-width: 640px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
div#tarteaucitronInfo {
  display: block !important;
  margin: 0 0 30px;
}

#tarteaucitronBack, #tarteaucitronPremium, .tac_visually-hidden {
  display: none!important;
}
/*# sourceMappingURL=style.css.map */
