@charset "UTF-8";
/*!
Theme Name: Surpass by Uxer
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: 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%;
  font-family: Montserrat, sans-serif;
}
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;
  position: relative;
  background-color: #354558 !important;
  width: calc(100% - 40px) !important;
  overflow: visible !important;
  max-width: 449px;
}
@media only screen and (min-width: 1025px) {
  #catapult-cookie-bar {
    padding: 40px 16px 40px 40px;
  }
}
@media only screen and (min-width: 768px) {
  #catapult-cookie-bar:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 55px;
    height: 100%;
    transform: skew(-8deg);
    background-color: #354558;
  }
}
#catapult-cookie-bar h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
}
#catapult-cookie-bar .ctcc-left-side {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 22px;
  color: #fff;
}
#catapult-cookie-bar .ctcc-right-side {
  display: block;
}
#catapult-cookie-bar .ctcc-more-info-link {
  color: #e95319;
  margin-left: 8px;
}
#catapult-cookie-bar .ctcc-more-info-link,
#catapultCookie {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
}
#catapultCookie {
  color: #fff;
  margin-top: 8px;
  background-color: #e95319;
  padding: 8px 12px;
  cursor: pointer;
}
.error404 .m-footer,
.error404 .m-header,
.page-template-mentions .m-footer,
.page-template-mentions .m-header {
  background-color: #354558;
}
.error404 .m-footer {
  margin-top: 0;
}
.l-home {
  padding-top: 80px;
  overflow-x: hidden;
  position: relative;
  background-color: #f8f9fa;
}
@media only screen and (min-width: 1025px) {
  .l-home {
    padding-top: 0;
    overflow: inherit;
  }
}
.l-home__background {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.l-home__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(270deg, transparent, #000);
  z-index: 1;
}
.l-home__header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  z-index: 2;
  padding: 80px 0;
}
@media only screen and (min-width: 1025px) {
  .l-home__header {
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 768px;
  }
}
.l-home__header__icon {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__icon {
    display: block;
    animation-name: a;
    animation-duration: 4s;
  }
}
@keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-home__header__content {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content {
    max-width: 686px;
  }
}
.l-home__header__content__title {
  margin-bottom: 32px;
  font-family: Montserrat;
  font-weight: 900;
  font-style: italic;
  transition: all 0.8s cubic-bezier(0.26, 0.05, 0.85, 1.12);
  position: relative;
  bottom: -16px;
  opacity: 0;
  color: #e95319;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content__title {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 51px;
  }
}
.l-home__header__content__title.transition {
  opacity: 1;
  bottom: 0;
}
.l-home__header__content__title span {
  color: #fff;
}
.l-home__header__content__intro {
  max-width: 616px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  transition: all 0.7s ease-out 0.3s;
  position: relative;
  bottom: -16px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content__intro {
    font-size: 18px;
    line-height: 32px;
  }
}
.l-home__header__content__intro.transition {
  opacity: 1;
  bottom: 0;
}
.l-home__header__content__button {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  text-align: center;
  cursor: pointer;
}
.l-home__header__content__button a {
  background: #e95319;
  color: #fff;
  padding: 20px 32px;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  transform: skew(-8deg);
  position: relative;
  z-index: 1;
}
.l-home__header__content__button__arrow,
.l-home__header__content__button__text {
  display: inline-block;
  transform: skew(8deg);
}
.l-home__header__content__button__arrow {
  margin-left: 32px;
}
.l-home__header__content__button:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 100%;
  height: 100%;
  transform: skew(-8deg);
  background: #fff;
  z-index: 0;
  transition: all 0.2s linear;
}
.l-home__header__content__button:hover:after {
  background-color: #973008;
  top: 4px;
  left: 4px;
}
.l-home__header__description {
  display: block;
  font-size: 17px;
  line-height: 32px;
  color: #354558;
  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 {
    position: relative;
    display: block;
    margin-top: -44px;
    z-index: 7;
  }
}
.l-home__navigation--stick {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
}
.l-home__navigation__list {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__navigation__list {
    background-color: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1281px) {
  .l-home__navigation__list {
    padding: 0 88px;
  }
}
.l-home__navigation__list__item {
  height: 100%;
  display: flex;
  position: relative;
}
.l-home__navigation__list__item__link {
  position: relative;
  padding: 0 60px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  color: #354558;
  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: #e95319;
}
.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: #e95319;
}
.l-home__ranges {
  position: relative;
  padding-top: 80px;
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges {
    padding-top: 180px;
    margin-top: -44px;
  }
}
.l-home__ranges__items {
  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;
}
.l-home__ranges__items .slick-slide {
  display: flex;
  justify-content: center;
  padding: 0 12px;
}
.l-home__ranges__items .slick-dots {
  margin-left: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges__items .slick-dots {
    display: none;
  }
}
.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: #e95319;
}
.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: 64px;
  width: 64px;
  border-radius: 32px;
  background-color: #e95319;
  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:hover,
.l-home__ranges__items .slick-prev:hover {
  background-color: #ff6e37;
}
.l-home__ranges__items .slick-next span,
.l-home__ranges__items .slick-prev span {
  color: #fff;
  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 {
  position: relative;
  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__infos {
  position: absolute;
  bottom: 24px;
  left: 0;
}
.l-home__ranges__items__item__name {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 51px;
  background-color: #354558;
  padding: 0 32px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .l-home__ranges__items__item__name {
    font-size: 22px;
    line-height: 27px;
  }
}
.l-home__ranges__items__item__name:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 51px solid #354558;
  border-right: 8px solid transparent;
}
.l-home__ranges__items__item__discover {
  display: inline-flex;
  height: 30px;
  align-items: center;
  position: relative;
  background-color: #e95319;
  padding: 0 16px;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.l-home__ranges__items__item__discover:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #e95319;
  border-right: 8px solid transparent;
}
.l-home__news {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .l-home__news {
    padding-top: 180px;
  }
}
.l-home__news__wrapper {
  position: relative;
  z-index: 1;
}
.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: #f4f4f4;
  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;
}
@media only screen and (min-width: 1281px) {
  .l-home__news__item__picture {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
.l-home__news__item__picture.show {
  opacity: 1;
  transform: scale(1);
}
.l-home__news__item .m-commun__youtube {
  display: flex;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .l-home__news__item .m-commun__youtube {
    margin-top: 0;
    margin-left: 16px;
    paddig-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .l-home__news__item .m-commun__youtube:before {
    content: "";
    width: 1px;
    height: 29px;
    background-color: #dee2e6;
    margin-right: 24px;
    transform: skew(-8deg);
  }
}
.l-home__news:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f8f9fa;
}
.l-home__products {
  background-color: #f8f9fa;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1025px) {
  .l-home__products {
    padding-top: 160px;
    padding-bottom: 150px;
  }
}
.l-home__products__list {
  margin-top: 48px;
  margin-right: -16px;
  overflow: auto;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .l-home__products__list {
    margin-top: 40px;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
.l-home__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__products__list__item {
    width: 66%;
  }
}
@media only screen and (min-width: 1025px) {
  .l-home__products__list__item {
    padding: 0 12px;
    width: 33.333%;
  }
}
.l-home__products__list__item__wrap {
  background-color: #fff;
  transition: all 0.3s ease-in;
}
.l-home__products__list__item__picture {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 220px;
  max-width: 100%;
}
@media only screen and (min-width: 501px) {
  .l-home__products__list__item__picture {
    height: 300px;
  }
}
.l-home__products__list__item__content {
  padding: 32px;
}
@media only screen and (min-width: 501px) {
  .l-home__products__list__item__content {
    padding: 40px 40px 34px;
  }
}
.l-home__products__list__item__description {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .l-home__products__list__item__description {
    display: block;
    margin-top: 16px;
    font-size: 13px;
    line-height: 22px;
  }
}
.l-home__products__list__item .m-commun__bottom {
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid #dee2e6;
}
.l-home__products__list__item .m-commun__youtube {
  display: flex;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .l-home__products__list__item .m-commun__youtube {
    margin-top: 0;
    margin-left: 16px;
    paddig-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .l-home__products__list__item .m-commun__youtube:before {
    content: "";
    width: 1px;
    height: 29px;
    background-color: #dee2e6;
    margin-right: 24px;
    transform: skew(-8deg);
  }
}
.l-home__products__list__item.animation {
  opacity: 1;
}
.l-home__products__list__item:nth-child(2) {
  transition: all 1s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.4s;
}
.l-home__products__list__item:nth-child(3) {
  transition: all 1s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.6s;
}
.l-home__coulisse {
  position: relative;
  padding-top: 80px;
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .l-home__coulisse {
    padding-top: 180px;
  }
}
.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;
    top: -100px;
  }
}
@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;
    left: 50%;
  }
}
@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: calc(50% - 56px);
  }
}
@media only screen and (min-width: 1281px) {
  .l-home__coulisse__list__item {
    padding-bottom: 116px;
  }
}
.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: 230px;
  }
}
.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:last-child {
  padding-bottom: 0;
}
.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 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.l-home__engage__wrapper {
  position: relative;
  z-index: 1;
}
.l-home__engage__bloc {
  display: flex;
  flex-wrap: wrap-reverse;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc {
    position: relative;
    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: #f4f4f4;
  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;
  width: 100vw;
}
.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: 0;
    flex-shrink: 0;
  }
}
.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;
    padding-left: 48px;
  }
}
.l-home__engage__bloc__content__list__item {
  margin-bottom: 24px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in;
  transform: skew(-8deg);
  max-width: 370px;
}
.l-home__engage__bloc__content__list__item img {
  margin-right: 24px;
}
.l-home__engage__bloc__content__list__item__box {
  transform: skew(8deg);
}
.l-home__engage__bloc__content__list__item:hover {
  background-color: #354558;
}
.l-home__engage__bloc__content__list__item:hover
  .l-home__engage__bloc__content__list__item__name {
  color: #fff;
}
.l-home__engage__bloc__content__list__item__name {
  color: #354558;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.l-home__engage:after {
  content: "";
  background-color: #f8f9fa;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage:after {
    height: 200px;
  }
}
.l-home__process {
  position: relative;
  z-index: 2;
}
.l-home__process__slider {
  display: flex;
  align-items: center;
}
.l-home__process__items {
  margin-top: 52px;
  position: relative;
}
.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: 64px;
  width: 64px;
  background-color: #e95319;
  border-radius: 50px;
  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: #ff6e37;
  }
}
.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;
}
@media only screen and (min-width: 1025px) {
  .l-mentions {
    padding-top: 169px;
  }
}
@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;
  margin-bottom: 16px;
  color: #354558;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.l-mentions__backlink span {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.l-mentions__content__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 35px;
  text-transform: uppercase;
  font-style: italic;
  color: #e95319;
}
@media only screen and (min-width: 1025px) {
  .l-mentions__content__title {
    font-size: 34px;
    line-height: 42px;
  }
}
.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;
  color: #354558;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 25px;
}
@media only screen and (min-width: 1025px) {
  .l-mentions__content__text h2 {
    margin-top: 80px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 27px;
  }
}
.l-mentions__content__text h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 19px;
  font-style: italic;
  line-height: 29px;
  font-weight: 700;
  color: #354558;
}
@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 {
  color: #354558;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}
.l-mentions__content__text P {
  margin-bottom: 24px;
}
.l-mentions__content__text a {
  color: #354558;
}
.l-error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 80px);
}
.l-error__wrapper {
  max-width: 650px;
  margin: 0 auto;
}
.l-error__number {
  color: #f4f4f4;
  font-size: 150px;
  font-style: italic;
  font-weight: 900;
  line-height: 220px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .l-error__number {
    font-size: 300px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 365px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-error__title {
  margin-bottom: 16px;
  color: #e95319;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  line-height: 42px;
}
.l-error__content,
.l-error__title {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  text-align: center;
}
.l-error__content {
  color: #354558;
  font-size: 14px;
  line-height: 24px;
}
.l-error__return {
  text-align: center;
}
.l-error__button {
  margin-top: 32px;
  cursor: pointer;
}
.l-error__button,
.l-error__button a {
  position: relative;
  display: inline-block;
}
.l-error__button a {
  background: #e95319;
  color: #fff;
  padding: 20px 32px;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  transform: skew(-8deg);
  z-index: 1;
}
.l-error__button__text {
  display: inline-block;
  transform: skew(8deg);
}
.l-error__button:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 100%;
  height: 100%;
  transform: skew(-8deg);
  background: #fff;
  z-index: 0;
  transition: all 0.2s linear;
}
.l-error__button:hover:after {
  background-color: #973008;
  top: 4px;
  left: 4px;
}
.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);
  background-color: #354558;
}
@media only screen and (min-width: 1025px) {
  .m-header {
    padding: 34px 0;
    position: absolute;
    background-color: transparent;
  }
}
.m-header.remove {
  transform: translateY(-84px);
}
.m-header.background {
  background-color: #354558;
}
.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);
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .m-header__menu {
    position: relative;
    opacity: 1;
    padding: 0;
    transform: translateY(0);
    width: auto;
    height: auto;
    background-color: transparent;
    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 {
  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;
  color: #354558;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .m-header__menu__list__item__link {
    color: #fff;
  }
}
.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: #e95319;
}
@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 {
  position: relative;
  margin-top: 80px;
  background-color: #354558;
}
@media only screen and (min-width: 1025px) {
  .m-footer {
    margin-top: 160px;
    background-color: transparent;
  }
}
.m-footer__background {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .m-footer__background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
  }
}
.m-footer__background img {
  width: 100%;
}
.m-footer__mask {
  background: linear-gradient(178.92deg, #f8f9fa, rgba(248, 249, 250, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.m-footer__wrapper {
  position: relative;
  border-top: 1px solid rgba(233, 236, 239, 0.2);
  padding: 40px 0 58px;
}
@media only screen and (min-width: 1025px) {
  .m-footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.m-footer__logo {
  width: 96px;
}
@media only screen and (min-width: 768px) {
  .m-footer__left {
    display: flex;
    align-items: center;
  }
}
.m-footer__cdiscount {
  width: 140px;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid rgba(233, 236, 239, 0.2);
}
.m-footer__menu {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .m-footer__menu {
    margin-left: 40px;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.m-footer__menu li {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .m-footer__menu li {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .m-footer__menu li {
    margin-right: 30px;
  }
}
.m-footer__menu li:last-child {
  margin-right: 0;
}
.m-footer__menu li a {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.m-footer__right {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
@media only screen and (min-width: 1025px) {
  .m-footer__right {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.m-footer__copyright {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  margin-left: 32px;
}
.m-commun__wrapper {
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .m-commun__wrapper {
    margin-bottom: 32px;
  }
}
.m-commun__anchor {
  padding-left: 56px;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 42px;
  color: #e95319;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  display: inline-block;
}
.m-commun__anchor:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 2px;
  width: 40px;
  background-color: #dee2e6;
}
.m-commun__bigtitle {
  position: absolute;
  color: #f4f4f4;
  font-size: 70px;
  font-weight: 900;
  line-height: 95px;
  font-style: italic;
  top: -32px;
  right: 0;
  text-transform: uppercase;
  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 {
    top: -80px;
    font-size: 110px;
    line-height: 130px;
  }
}
@media only screen and (min-width: 1281px) {
  .m-commun__bigtitle {
    top: -45px;
    right: 12%;
    font-size: 134px;
    line-height: 164px;
    width: inherit;
  }
}
.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;
  color: #354558;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .m-commun__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.m-commun__text {
  color: #354558;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}
@media only screen and (min-width: 501px) {
  .m-commun__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.m-commun__link {
  color: #e95319;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.m-commun__link:hover {
  color: #973008;
}
.m-commun__youtube {
  display: inline-flex;
  align-items: center;
  color: #ce1312;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.m-commun__youtube svg {
  fill: #e95319;
  margin-right: 8px;
  width: 20px;
}
#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, sans-serif;
}
#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: 0;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  background: #e95319;
  color: #fff;
  margin-left: 16px;
}
#tarteaucitronRoot .tarteaucitronCTAButton:first-child {
  margin-left: 0;
}
#tarteaucitronRoot .tarteaucitronCTAButton span {
  display: none;
}
#tarteaucitronRoot .tarteaucitronCTAButton:hover {
  background: #e95319;
  color: #fff;
}
#tarteaucitronRoot #tarteaucitronClosePanel {
  height: 40px;
  border-radius: 0;
  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: Montserrat, sans-serif;
  display: block;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 33px;
  color: #37383c;
  text-transform: uppercase;
  font-weight: 600;
}
.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;
}
.m-news {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
@media only screen and (min-width: 1025px) {
  .m-news {
    padding-top: 196px;
  }
}
.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: 1281px) {
  .m-news__video {
    padding-left: 50px;
  }
}
@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: #f4f4f4;
  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;
}
.m-box {
  position: relative;
  margin-top: -40px;
  padding: 32px 24px;
  background-color: #fff;
  max-width: 525px;
  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;
    left: 0;
  }
}
.m-box:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 55px;
  height: 100%;
  transform: skew(-8deg);
  background-color: #fff;
}
.m-box__bottom {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .m-box__bottom {
    display: flex;
    align-items: center;
  }
}
#tarteaucitronBack, #tarteaucitronPremium, .tac_visually-hidden {
  display: none!important;
}
/*# sourceMappingURL=style.css.map */
