@charset "UTF-8";
/*!
Theme Name: Continental Edison 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: HelveticaNeue Thin;
  font-style: normal;
  font-weight: 200;
  src: url(fonts/HelveticaNeue-Thin.eot?) format("eot"),
    url(fonts/HelveticaNeue-Thin.woff) format("woff"),
    url(fonts/HelveticaNeue-Thin.ttf) format("truetype"),
    url(fonts/HelveticaNeue-Thin.svg#HelveticaNeue_Thin) format("svg");
}
@font-face {
  font-family: HelveticaNeue Light;
  font-style: normal;
  font-weight: 300;
  src: url(fonts/HelveticaNeue-Light.eot?) format("eot"),
    url(fonts/HelveticaNeue-Light.woff) format("woff"),
    url(fonts/HelveticaNeue-Light.ttf) format("truetype"),
    url(fonts/HelveticaNeue-Light.svg#HelveticaNeue_Light) format("svg");
}
@font-face {
  font-family: HelveticaNeue Roman;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/HelveticaNeue-Roman.eot?) format("eot"),
    url(fonts/HelveticaNeue-Roman.woff) format("woff"),
    url(fonts/HelveticaNeue-Roman.ttf) format("truetype"),
    url(fonts/HelveticaNeue-Roman.svg#HelveticaNeue_Roman) format("svg");
}
@font-face {
  font-family: HelveticaNeue Medium;
  font-style: normal;
  font-weight: 500;
  src: url(fonts/HelveticaNeue-Medium.eot?) format("eot"),
    url(fonts/HelveticaNeue-Medium.woff) format("woff"),
    url(fonts/HelveticaNeue-Medium.ttf) format("truetype"),
    url(fonts/HelveticaNeue-Medium.svg#HelveticaNeue_Medium) 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: 1240px) {
  .container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1241px) {
  .container {
    width: 1240px;
  }
}
.container-max {
  max-width: 1256px;
  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);
}
@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%;
  }
}
.l-home__header__content__wrapper {
  max-width: 530px;
}
.l-home__header__content__title {
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 53px;
  font-family: HelveticaNeue Thin;
  font-weight: 100;
  color: #495057;
  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: 32px;
    font-size: 58px;
    line-height: 74px;
  }
}
.l-home__header__content__title.transition {
  opacity: 1;
  bottom: 0;
}
.l-home__header__content__intro {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content__intro {
    display: block;
    font-size: 20px;
    color: #868e96;
    font-family: HelveticaNeue Light;
    line-height: 36px;
    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: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px 0 0;
  font-size: 14px;
  line-height: 17px;
  font-family: HelveticaNeue Medium;
  background-color: #ebf7ff;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__content__button {
    margin-top: 52px;
  }
}
.l-home__header__content__button:hover {
  background-color: #dbf0ff;
}
.l-home__header__content__button__before {
  margin-right: 16px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.09);
}
.l-home__header__picture {
  margin: 48px -16px;
  height: 480px;
  overflow: hidden;
  position: relative;
  width: calc(100% + 32px);
}
@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: #ebf7ff;
  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 {
  margin-bottom: 48px;
  display: block;
  font-size: 18px;
  color: #868e96;
  font-family: HelveticaNeue Light;
  line-height: 32px;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__description {
    display: none;
  }
}
.l-home__header__logo {
  position: absolute;
  height: 421px;
  width: 426px;
  bottom: 0;
  left: -82px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .l-home__header__logo {
    left: -243px;
    bottom: auto;
    top: 130px;
  }
}
.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 {
  padding: 0 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}
.l-home__navigation__list__item {
  height: 100%;
  display: flex;
  position: relative;
}
.l-home__navigation__list__item__link {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-family: HelveticaNeue Medium;
  color: #495057;
  width: 100%;
  cursor: pointer;
}
.l-home__navigation__list__item__link.active,
.l-home__navigation__list__item__link:hover {
  color: #005ba6;
}
.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: 2px;
  width: 0;
  transition: all 0.3s ease;
}
.l-home__navigation__list__item.active:before {
  width: 100%;
  background-color: #005ba6;
}
.l-home__ranges {
  margin-top: 63px;
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges {
    margin-top: 80px;
    padding-top: 63px;
  }
}
.l-home__ranges__items {
  padding-bottom: 24px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__ranges__items {
    margin-top: 40px;
  }
}
.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-top: 24px;
}
.l-home__ranges__items .slick-track {
  margin: 0 -12px;
  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-list {
    margin-top: 0;
  }
}
.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 {
  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 5px;
  cursor: pointer;
}
.l-home__ranges__items .slick-dots li button {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #dee2e6;
  text-indent: -9999px;
  cursor: pointer;
}
.l-home__ranges__items .slick-dots li.slick-active button {
  background-color: #004986;
}
.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 {
  text-align: center;
  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: 15px;
  font-size: 20px;
  line-height: 24px;
  font-family: HelveticaNeue Light;
  color: #495057;
}
.l-home__ranges__items__item__discover {
  margin-top: 16px;
  display: block;
  font-size: 14px;
  font-family: HelveticaNeue Medium;
  line-height: 17px;
  transition: all 0.3s ease;
}
.l-home__ranges .m-commun__anchor {
  z-index: 2;
}
.l-home__ranges .m-commun__bigtitle {
  z-index: 1;
}
.l-home__news {
  margin-top: 50px;
  padding-top: 48px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__news {
    margin-top: 0;
    padding-top: 0;
  }
}
.l-home__news__item {
  margin-top: 48px;
  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: #ebf7ff;
  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: 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 {
    padding: 32px 48px;
    width: 509px;
    margin-left: 64px;
    position: relative;
    margin-top: -217px;
  }
}
.l-home__news__item__box__link {
  display: block;
  font-size: 14px;
  font-family: HelveticaNeue Medium;
  line-height: 17px;
  transition: all 0.3s ease;
}
.l-home__news__item__box__link:hover {
  color: #003866 !important;
}
.l-home__news__item__box .m-commun__youtube {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .l-home__news__item__box .m-commun__youtube {
    margin-left: 16px;
    margin-top: 0;
  }
}
.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: -12px;
    margin-right: -12px;
    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__picture {
  margin-bottom: 16px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 345.43px;
}
@media only screen and (min-width: 501px) {
  .l-home__news__products__list__item__picture {
    height: 580px;
  }
}
.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: HelveticaNeue Medium;
    line-height: 17px;
  }
}
.l-home__news__products__list__item__video {
  display: block;
  font-size: 14px;
  font-family: HelveticaNeue Medium;
  line-height: 17px;
}
@media only screen and (min-width: 1025px) {
  .l-home__news__products__list__item__video {
    display: none !important;
  }
}
.l-home__news__products__list__item__button {
  display: block;
  font-size: 14px;
  font-family: HelveticaNeue Medium;
  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;
  border-radius: 16px 16px 0 0;
  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: 20px;
  font-family: HelveticaNeue Light;
  line-height: 24px;
  color: #495057;
}
.l-home__news__modal__box__description {
  font-size: 16px;
  line-height: 28px;
  color: #868e96;
  font-family: HelveticaNeue Roman;
}
.l-home__news__modal__box__link a {
  margin-top: 16px;
  display: block;
}
.l-home__news__modal__box__link a,
.l-home__news__modal__close {
  font-size: 14px;
  font-family: HelveticaNeue Medium;
  line-height: 17px;
  cursor: pointer;
}
.l-home__news__modal__close {
  margin-top: 24px;
  padding: 16px 0;
  width: 100%;
  background-color: #f8f9fa;
  text-align: center;
  color: #495057;
}
.l-home__coulisse {
  margin-top: 50px;
  padding-top: 116px;
  position: relative;
}
.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 {
    margin-bottom: 180px;
    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 {
    width: 250%;
    padding: 0 8px;
    text-align: center;
    margin: 0 auto;
    padding: 97px 12px 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .l-home__coulisse__list {
    width: 639.16667px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1240px) {
  .l-home__coulisse__list {
    width: 853.33333px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1241px) {
  .l-home__coulisse__list {
    width: 1033.33333px;
    padding: 0 12px;
  }
}
.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: 402px;
  }
}
.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: 468px;
}
.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 {
  overflow: hidden;
}

.l-home__engage__wrapper {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__wrapper {
  }
}
.l-home__engage__deco {
  top: 0;
  left: -85px;
}
.l-home__engage__deco,
.l-home__engage__deco2 {
  position: absolute;
  height: 274px;
  width: 274px;
  background-image: url(img/dots-grid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.l-home__engage__deco2 {
  bottom: 180px;
  right: -137px;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__deco2 {
    bottom: 0;
  }
}
.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: #ebf7ff;
  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;
  margin-left: 58px;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc__content {
    margin-left: 0;
  }
}
.l-home__engage__bloc__content h2 {
  margin-left: -56px;
}
.l-home__engage__bloc__content ul {
  margin-top: 40px;
}
.l-home__engage__bloc__content ul li {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 42px;
  font-family: HelveticaNeue Light;
  color: #868e96;
}
@media only screen and (min-width: 1025px) {
  .l-home__engage__bloc__content ul li {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 42px;
  }
}
.l-home__engage__bloc__content ul li:before {
  padding-left: 38px;
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(img/Check-Circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.l-home__process {
  padding: 0 0 64px;
  position: relative;
  overflow: hidden;
  margin-top: 48px;
}
@media only screen and (min-width: 1025px) {
  .l-home__process {
    padding: 0;
    margin-top: 80px;
  }
}
.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: 24px;
  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 5px;
  cursor: pointer;
}
.l-home__process__items .slick-dots li button {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #dee2e6;
  text-indent: -9999px;
  cursor: pointer;
}
.l-home__process__items .slick-dots li.slick-active button {
  background-color: #004986;
}
.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: 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;
  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: #dbf0ff;
  }
}
.l-home__process__items .slick-next span,
.l-home__process__items .slick-prev span {
  color: #005ba6;
  font-size: 18px;
  line-height: 11px;
}
.l-home__process__items .slick-next.slick-disabled,
.l-home__process__items .slick-prev.slick-disabled {
  opacity: 0.4;
}
.l-home__process__items .slick-next {
  left: 50%;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items .slick-next {
    top: -85px;
    right: 150px;
    left: inherit;
  }
}
.l-home__process__items .slick-prev {
  right: 50%;
}
@media only screen and (min-width: 1025px) {
  .l-home__process__items .slick-prev {
    top: -85px;
    right: 250px;
  }
}
.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: 480px;
}
.l-home__process__items__item__box {
  position: relative;
  margin-top: -40px;
  padding: 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__process__items__item__box {
    width: 125%;
    padding: 0 8px;
    margin: -40px auto 0;
    padding: 40px 48px !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .l-home__process__items__item__box {
    width: 319.58333px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1240px) {
  .l-home__process__items__item__box {
    width: 426.66667px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1241px) {
  .l-home__process__items__item__box {
    width: 516.66667px;
    padding: 0 12px;
  }
}
.l-home__process__items__item__box__number {
  line-height: 25px;
  font-family: HelveticaNeue Medium;
}
.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: 1240px) {
  .l-mentions__wrapper {
    width: 682.66667px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1241px) {
  .l-mentions__wrapper {
    width: 826.66667px;
    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: 1240px) {
  .l-mentions__wrapper {
    margin-left: 170.66667px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1241px) {
  .l-mentions__wrapper {
    margin-left: 206.66667px;
  }
}
.l-mentions__backlink {
  display: inline-flex;
  font-size: 14px;
  font-family: HelveticaNeue Medium;
  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;
  font-family: HelveticaNeue Thin;
  color: #495057;
}
@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: 20px;
  font-weight: 300;
  font-family: HelveticaNeue Light;
  line-height: 24px;
  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: 18px;
  font-family: HelveticaNeue Light;
  line-height: 22px;
  font-weight: 300;
  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: HelveticaNeue Roman;
  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 {
  opacity: 0.2;
  color: #495057;
  font-weight: 100;
  font-size: 200px;
  line-height: 250px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  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;
  color: #495057;
  font-size: 34px;
  font-weight: 300;
  line-height: 41px;
}
.l-error__content,
.l-error__title {
  position: relative;
  z-index: 1;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  text-align: center;
}
.l-error__content {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 29px;
  color: #868e96;
}
.l-error__link {
  position: relative;
  z-index: 1;
  display: inline-block;
  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: 4;
  -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: 130px;
}
@media only screen and (min-width: 1025px) {
  .m-header__logo {
    width: 200px;
  }
}
.m-header__logos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.m-header__cdiscount {
  width: 100px;
}
@media only screen and (min-width: 1025px) {
  .m-header__logos {
    justify-content: space-between;
    width: 100%;
  }
  .m-header__cdiscount {
    width: 130px;
  }
}

.m-header__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.09);
  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;
  border-radius: 0 0 16px 16px;
  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: 30px;
  right: 40px;
  height: 23px;
  width: 23px;
  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;
}
.m-header__menu__list {
  background-color: #fff;
  padding: 69px 16px 24px;
  border-radius: 0 0 16px 16px;
}
@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: HelveticaNeue Medium;
  color: #000098;
  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: #003866;
}
@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__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__left {
  width: 100%;
}

.m-footer__left__list {
  margin-top: 32px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .m-footer__left__list {
    margin-top: 0;
    flex-direction: row;
    align-items: center;
  }
}
.m-footer__left__list__item__link {
  font-size: 14px;
  line-height: 16px;
  color: #495057;
  font-family: HelveticaNeue Roman;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .m-footer__left__list__item__link {
    margin-top: 0;
    font-size: 13px;
    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: #868e96;
}
.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;
  }
}
.m-footer__right__list {
  margin-top: 8px;
}
@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__item__link {
  font-size: 14px;
  line-height: 16px;
  color: #868e96;
  font-family: HelveticaNeue Roman;
}
.m-commun__anchor {
  padding-left: 56px;
  font-size: 28px;
  font-family: HelveticaNeue Light;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  color: #495057;
}
.m-commun__anchor:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 2px;
  width: 40px;
  background-color: #005ba6;
}
.m-commun__bigtitle {
  position: absolute;
  color: #f0f2f5;
  font-family: HelveticaNeue Thin;
  font-size: 64px;
  font-weight: 100;
  line-height: 78px;
  top: 0;
  width: 362px;
  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: 164px;
    line-height: 199px;
    width: inherit;
    z-index: -1;
  }
}
.m-commun__bigtitle.animation {
  opacity: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .m-commun__bigtitle.animation {
    right: 10%;
  }
}
.m-commun__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-family: HelveticaNeue Light;
  line-height: 24px;
  color: #495057;
}
.m-commun__text {
  font-size: 16px;
  line-height: 28px;
  color: #868e96;
  font-family: HelveticaNeue Roman;
}
.m-commun__subtext {
  color: #868e96;
  font-family: HelveticaNeue Light;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  padding-left: 56px;
}
.m-commun__subtext a {
  color: #000098;
  text-decoration: underline;
}

.m-commun__subtext a:hover {
  color: #003866 !important;
}

.m-commun__youtube {
  display: inline-flex;
  font-family: HelveticaNeue Medium;
  align-items: center;
  color: #005ba6;
  font-size: 14px;
  line-height: 17px;
}
.m-commun__youtube:hover,
.m-commun__youtube:hover svg {
  color: #003866 !important;
}
.m-commun__youtube svg {
  fill: #005ba6;
  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: HelveticaNeue Light;
}
#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: 999;
}
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: 99999;
  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: 16px !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: 200;
  display: block;
  opacity: 0.7;
}
#tarteaucitronRoot.tarteaucitronBeforeVisible #tarteaucitronClosePanel:after {
  content: "Fermer";
}
#tarteaucitronRoot .tarteaucitronCTAButton {
  height: 40px;
  border-radius: 24px;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  background: #ebf7ff;
  color: #005ba6;
  margin-left: 16px;
}
#tarteaucitronRoot .tarteaucitronCTAButton:first-child {
  margin-left: 0;
}
#tarteaucitronRoot .tarteaucitronCTAButton span {
  display: none;
}
#tarteaucitronRoot .tarteaucitronCTAButton:hover {
  background: #dbf0ff;
  color: #005ba6;
}
#tarteaucitronRoot #tarteaucitronClosePanel {
  height: 40px;
  border-radius: 24px;
  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: HelveticaNeue Light;
  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: 999999;
}
@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-box {
  position: relative;
  margin-top: -40px;
  padding: 32px 24px;
  background-color: #fff;
  max-width: 525px;
  width: 100%;
  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: 1241px) {
  .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;
}
@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: 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: #f0f2f5;
  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;
}
/*# sourceMappingURL=style.css.map */
#tarteaucitronBack,
#tarteaucitronPremium,
.tac_visually-hidden {
  display: none !important;
}

.l-home__citation__title {
  color: #495057;
  font-family: HelveticaNeue Light;
  font-size: 28px;
}

.l-home__citation {
  padding: 48px 0;
  background-color: #f8f8f8;
  margin-top: 32px;
}

.l-home__citation__infos {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.l-home__citation__text {
  color: #495057;
  font-family: HelveticaNeue Light;
  font-size: 24px;
  font-style: italic;
}

.l-home__citation__text span {
  font-family: HelveticaNeue Medium;
  color: #000098;
}

.l-home__citation__author__name {
  color: #222529;
  font-family: HelveticaNeue Medium;
  font-size: 20px;

  font-weight: 700;
}

.l-home__citation__picture {
  display: none;
}

.l-home__citation__author__job {
  color: #495057;
  font-family: HelveticaNeue Light;
  font-size: 20px;
  font-weight: 300;
  margin-top: 8px;
}

.l-home__documentation__wrapper {
  background: #000098;
  padding: 24px;
  margin-bottom: 80px;
  margin-top: 32px;
}

.l-home__documentation__left {
  color: #fff;

  font-family: HelveticaNeue Roman;
  font-size: 21px;
  line-height: 32px;
}

.l-home__documentation__text {
  color: #fff;
  font-family: HelveticaNeue Light;

  font-size: 16px;
  line-height: 29px;
  margin-top: 16px;
}

.l-home__documentation__button {
  display: inline-flex;
  padding: 0 24px;
  height: 48px;
  align-items: center;
  color: #000098;
  font-family: HelveticaNeue Medium;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 24px;
}

@media only screen and (min-width: 1025px) {
  .l-home__citation {
    margin-top: 80px;
    padding: 64px 0 0;
    background-color: #f8f8f8;
  }
  .l-home__citation__wrapper {
    display: flex;
    align-items: center;
  }
  .l-home__citation__text {
    font-size: 36px;
  }

  .l-home__citation__picture {
    display: block;
    width: 488px;
    flex-shrink: 0;
  }
  .l-home__documentation__wrapper {
    padding: 64px;
    display: flex;
    gap: 48px;
  }
  .l-home__documentation__left,
  .l-home__documentation__right {
    width: 50%;
  }

  .l-home__documentation__left {
    font-size: 28px;
    line-height: 42px;
  }

  .l-home__documentation__text {
    font-size: 20px;
    line-height: 36px;
    margin-top: 0;
  }
}
