:root {
  --main-color: #FFD102;
  --alt-color: #0189B9;
}

@font-face {
  font-family: 'MaisonNeue';
  src: url('/assets/MaisonNeueBook.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'MaisonNeue';
  src: url('/assets/MaisonNeueBold.otf');
  font-weight: 700;
}

@font-face {
  font-family: 'MaisonNeue';
  src: url('/assets/MaisonNeueLight.otf');
  font-weight: 300;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "MaisonNeue", sans-serif;
  background-color: #FFFFFF;
}

.header {
  min-height: 700px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  background-image: url('/assets/bg-top-alt.jpg');
  background-size: cover;
}

.z-top {
  z-index: 10;
}

.bg-header-wrapper {
  width: 100%;
  position: relative;
  /* margin-left: -220px; */
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.logo {
  height: 127px;
  margin-left: -63px;
  margin-bottom: 50px;
}

.nav-menu {
  display: flex;
}

.menu-link {
  display: block;
  padding: 12px 10px;
  font-size: 15px;
  line-height: 29px;
  color: #353D40;
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}

.menu-link:hover {
  color: var(--main-color);
  text-decoration: none;
}

.headline {
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}
/*
.headline span {
  color: #ffff00;
} */

.subheadline {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}

.btn-white {
  margin-top: 65px;
  padding: 7px 30px;
  color: #3F42E8;
  background: #FFFFFF;
  border-radius: 30px;
}

.btn-aps {
  color: #1D1D1B;
  background-color: var(--main-color);
  border-color: var(--main-color);
  border-radius: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-top: 29px !important;
  padding-bottom: 29px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  margin-left: 80px;
  min-width: 250px;
}

.btn-aps:hover {
  transform: scale(1.1) !important;
}

.btn-aps::before {
  content:"\A";
  border-style: solid;
  border-width: 57px 57px 57px 0;
  border-color: transparent var(--main-color) transparent transparent;
  position: absolute;
  transform: rotate(225deg);
  left: -49px;
  top: 2px;
}

.btn-aps::after {
  content:"\A";
  border-style: solid;
  border-width: 57px 57px 57px 0;
  border-color: transparent var(--main-color) transparent transparent;
  position: absolute;
  transform: rotate(45deg);
  right: -49px;
  top: -38px;
}

.hello-block {
  min-height: 900px;
  height: 100vh;
  position: relative;
  background-color: #1D1D1B;
  z-index: 2;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hello-block .hello-block-content {
  width: 100%;
  position: absolute;
  top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.hello-block .splide {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
}

.hello-block .splide .splide__arrow--prev {
  left: 0px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(/assets/arrow-dl.png);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 60px;
  outline: none;
  opacity: 1;
  width: 100px;
  height: 100%;
}

.hello-block .splide .splide__arrow--prev svg {
  display: none;
}

.hello-block .splide .splide__arrow--next {
  right: 0px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(/assets/arrow-dl.png);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 60px;
  outline: none;
  opacity: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /* margin-top: -20px; */
  width: 100px;
  height: 100%;
  top: 0;
}

.hello-block .splide .splide__arrow--next svg {
  display: none;
}

.hello-block .hello-gallery-slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}

.hello-block .hello-gallery-slide img {
  visibility: hidden;
  position: absolute;
}

.hello-block .hello-gallery-slide-page {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.darken-block {
  padding-top: 140px;
  min-height: 500px;
  position: relative;
  background-color: #1D1D1B;
  z-index: 1;
  padding-bottom: 160px;
  background-image: url('/assets/bg-darken.jpg');
  background-size: cover;
}

.darken-block .headline {
  color: #ffffff;
}

.darken-block .headline span.jaune {
  color: #FFD102;
}

.darken-block .darken-inner-block {
  display: flex;
  margin-bottom: 52px;
}

.darken-block .darken-inner-block img {
  min-width: 30px !important;
  width: 30px !important;
  height: 30px !important;
  margin-right: 20px;
  margin-top: 3px;
}

.darken-block .darken-inner-block .darken-inner-text {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
}

.whiteflash-block {
  padding-top: 100px;
  min-height: 500px;
  /* height: 100vh; */
  /* overflow-x: hidden; */
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  /* padding-bottom: 40px; */
}

.whiteflash-block .flashy {
  background-image: url('/assets/bg-flashy.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 70px;
  padding-bottom: 80px;
  /* margin-bottom: -200px; */
}

.whiteflash-block .flashy .flashy-right {
  padding-left: 150px;
  color: #FFFFFF;
}

.whiteflash-block .headline,
.whiteflash-block .subheadline {
  color: #1D1D1B;
}

.whiteflash-block .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.whiteflash-block .btn-aps {
  background-color: #fff;
  border-color: #fff;
  margin-left: 40px;
  transition: transform 0.5s;
}

.whiteflash-block .btn-aps::before {
  border-color: transparent #fff transparent transparent;
}

.whiteflash-block .btn-aps::after {
  border-color: transparent #fff transparent transparent;
}

.whiteflash-block .flashy-title {
  color: #1D1D1B;
  font-weight: 400;
  font-size: 50px;
  font-weight: 1.2;
}

.whiteflash-block .flashy-right .flashy-title {
  font-weight: 700;
}

.whiteflash-block ul {
  color: #000000;
  font-weight: 400;
  font-size: 25px;
  font-weight: 1.2;
  padding-left: 8px !important;
}

.whiteflash-block .flashy .flashy-right .flashy-title,
.whiteflash-block .flashy .flashy-right ul {
  color: #ffffff !important;
}

.whitish-block {
  padding-top: 140px;
  min-height: 500px;
  /* height: 100vh; */
  /* overflow-x: hidden; */
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  /* padding-bottom: 40px; */
}

.whitish-block .col-card {
  margin-bottom: -65px;
}

.whitish-block .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  background-image: url('/assets/bg-card.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 80px;
  /* margin-bottom: -200px; */
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .whitish-block .card {
    background-image: url('/assets/bg-card-xs-long.png');
  }
}

.whitish-block .card img {
  width: 42px;
  margin-bottom: 12px;
}

.whitish-block .card-title {
  font-weight: 700 !important;
  font-size: 28px;
  font-weight: 1.2;
}

.whitish-block .card-text {
  font-weight: 400;
  font-size: 20px;
  font-weight: 1.2;
}

.whitish-block .headline,
.whitish-block .subheadline {
  color: #1D1D1B;
}

.main {
  min-height: 800px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  background-image: url('/assets/bg-middle.jpg');
  background-size: cover;
  background-position-y: center;
  padding-top: 100px;
}

.main .headline,
.main .subheadline {
  color: #020203;
}

.main .btn-aps {
  color: #fff;
  background-color: var(--alt-color);
  border-color: var(--alt-color);
}

.main .btn-aps::before {
  border-color: transparent var(--alt-color) transparent transparent;
}

.main .btn-aps::after {
  border-color: transparent var(--alt-color) transparent transparent;
}

.red-block {
  min-height: 700px;
  height: 100vh;
  /* overflow-x: hidden; */
  position: relative;
  background-color: #DC4549;
  z-index: 1;
}

.red-block-bkg {
  position: absolute;
  right: 0;
  bottom: -40px;
  display: block;
  width: 74%;
  /* height: 400px; */
  /* background-image: url('/assets/bg-red.png'); */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  z-index: 8;
  text-align: right;
}

.red-block .btn-aps {
  padding-left: 30px !important;
  padding-right: 30px !important;
  transition: transform 0.5s;
  margin-left: 120px;
  z-index: 100;
  position: relative;
}


.footer {
  color: #fff;
  padding-top: 170px !important;
  padding-bottom: 170px !important;
  background: #1D1D1B;
}

.footer h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  color: #FFFFFF;
}

.footer .footer-link {
  color: #FFFFFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
}

.separator {
  margin-top: 15px;
  height: 2px;
  background: rgba(255, 255, 255, 0.13);
}

.footer-right {
  padding-top: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 17px;
}

.footer .logo-bottom {
  height: 127px;
}

.footer .socials img {
  width: 42px;
}

.footer .socials a {
  margin-right: 10px;
}

.footer .socials a:hover {
  text-decoration: none;
}

.hide-on-mobile {
  display: initial;
}

.show-on-mobile {
  display: none;
}

.footer-text-block {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 30px;
}

.footer .link {
  color: #E73140;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.footer .btn-aps {
  background-color: #fff;
  border-color: #fff;
  min-width: 110px;
  height: 70.5px;
  padding-top: 25px !important;
  transition: transform 0.5s;
  margin-right: 20px;
}

.footer .btn-aps:hover {
  transform: scale(1.1) !important;
}

.footer .btn-aps::before {
  border-color: transparent #fff transparent transparent;
  border-width: 50px 50px 50px 0;
  left: -43px;
}

.footer .btn-aps::after {
  border-color: transparent #fff transparent transparent;
  border-width: 50px 50px 50px 0;
  right: -43px;
  top: -33.5px;
}

@media (max-width: 576px) {
  .show-on-mobile {
    display: initial;
  }

  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding: 98px 15px !important;
  }

  .footer img {
    width: 125px;
  }

  .footer .footer-link {
    font-size: 18px;
  }

  .footer .flex-reverse {
    flex-direction: column-reverse !important;
  }

  .footer .flex-reverse a {
    display: block;
    margin-bottom: 10px;
  }

  .w-100-mobile {
    width: 100%;
  }

  .hide-on-mobile {
    display: none;
  }

  .menu-link:last-child {
    border-bottom: none;
  }

  .nav-menu {
    display: none;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-reverse {
    flex-direction: column-reverse;
  }

  .row-mobile-reverse {
    flex-direction: row-reverse;
  }

  .header {
    background-image: url('/assets/bg-top-alt-xs.jpg');
  }

  .main {
    background-image: url('/assets/bg-middle-xs.jpg');
    min-height: 1000px;
  }

  .headline {
    width: 90%;
    font-size: 30px;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
  }

  .main .headline {
    margin-top: 30px;
    /* margin-bottom: 185px; */
  }

  .subheadline {
    width: 90%;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .main .subheadline:first-of-type {
    margin-top: 410px;
  }

  .logo {
    margin-left: 40px;
    margin-top: 50px;
  }

  .btn-aps {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    min-width: 140px;
    padding-top: 26px !important;
    padding-bottom: 25px !important;
  }

  .btn-aps::before {
    border-width: 48px 48px 48px 0;
    border-color: transparent var(--main-color) transparent transparent;
    position: absolute;
    transform: rotate(225deg);
    left: -42px;
    top: 2px;
  }

  .btn-aps::after {
    border-width: 48px 48px 48px 0;
    border-color: transparent var(--main-color) transparent transparent;
    position: absolute;
    transform: rotate(45deg);
    right: -41.7px;
    top: -32px;
  }

  .main .btn-aps {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .main .btn-aps::before {
    border-width: 48px 48px 48px 0;
    left: -41.9px;
    top: 2px;
  }

  .main .btn-aps::after {
    border-width: 48px 48px 48px 0;
    right: -41px;
    top: -32px;
  }

  .footer .btn-aps {
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 18px !important;
    height: 54px;
    min-width: 84px;
    margin-left: 35px;
  }

  .footer .btn-aps::before {
    border-color: transparent #E5E5E5 transparent transparent;
    border-width: 3px 55px 40px 0px;
    left: -46.4px;
    top: 4px;
    transform: rotate(90.5deg);
  }

  .footer .btn-aps::after {
    border-color: transparent #E5E5E5 transparent transparent;
    border-width: 3px 55px 40px 0px;
    right: -46.6px;
    top: 5px;
    transform: rotate(270deg);
  }

  .splide__pagination {
    bottom: -0.5em !important;
  }

  .align-items-center-mobile {
    align-items: center !important;
  }

  .justify-content-between-mobile {
    justify-content: space-between !important;
  }

  .red-block .btn-aps {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto;
  }

  .whiteflash-block .btn-aps {
    margin-left: auto;
    margin-right: auto;
  }

  .flashy  {
    text-align: center;
  }

  .flashy-left .flashy-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    padding-left: 20px !important;
  }

  .flashy-right .flashy-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    padding-left: 20px !important;
  }

  .whiteflash-block ul {
    padding-left: 35px !important;
    font-size: 20px !important;
    text-align: left;
    font-weight: 700;
  }

  .whiteflash-block .flashy .flashy-right {
    padding-left: 15px;
    color: #FFFFFF;
  }

  .red-block {
    min-height: 1000px;
    height: auto;
    padding-top: 80px;
  }

  .red-block .btn-aps {
    margin-top: 70px !important;
    margin-left: 70px !important;
  }

  .red-block-bkg {
    right: 0;
    bottom: -1px;
    display: block;
    width: 100%;
  }

  .red-block-bkg img.show-on-mobile {
    display: block;
    width: 100%;
  }

  .whitish-block .col-card {
    margin-bottom: -120px;
    margin-top: 65px;
  }

  .whitish-block .card {
    padding-top: 64px;
    padding-bottom: 100px;
    background-image: url('/assets/bg-card.png');
    background-size: cover;
  }

  .whitish-block .card img {
    width: 48px;
    margin-bottom: 12px;
  }

  .whitish-block .card-title {
    font-weight: 700 !important;
    font-size: 28px;
    font-weight: 1.2;
  }

  .whiteflash-block .flashy {
    background-image: url('/assets/bg-flashy-xs.jpg');
    padding-top: 0;
    padding-bottom: 0px;
  }

  .whiteflash-block .flashy .flashy-left {
    /* background-color: #FFD102; */
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .whiteflash-block .flashy .flashy-right {
    /* background-color: #DC4549;/ */
    padding-top: 190px;
    padding-bottom: 80px;
  }

  .hello-block {
    background-image: none;
    background-position-y: center;
    min-height: 640px;
    padding-top: 44px;
    margin-bottom: 0px;
    height: auto;
  }

  .hello-block .hello-block-content {
    position: relative;
    top: initial;
  }

  .hello-block .splide {
    margin-top: 56px;
    height: auto !important;
  }

  .hello-block .splide .splide__arrow--prev {
    left: 0px;
    border-radius: 0;
    background-color: transparent;
    background-image: url(/assets/arrow-dl.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 30px;
    outline: none;
    opacity: 1;
    width: 50px;
    height: 100%;
  }

  .hello-block .splide .splide__arrow--next {
    right: 0px;
    border-radius: 0;
    background-color: transparent;
    background-image: url(/assets/arrow-dl.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 30px;
    outline: none;
    opacity: 1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /* margin-top: -20px; */
    width: 50px;
    height: 100%;
    top: 0;
  }

  .hello-block .hello-gallery-slide {
    width: 100%;
    height: 304px;
  }

  .hello-block .hello-gallery-slide-page {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .darken-block .darken-inner-block {
    margin-bottom: 30px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .darken-block .darken-inner-block img {
    min-width: 27px !important;
    width: 27px !important;
    height: 27px !important;
    margin-right: 14px;
    margin-top: 2px;
  }

  .darken-block .darken-inner-block .darken-inner-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }

  .footer .link {
    font-size: 15px;
  }

  .footer .romeo {
    min-width: 243px;
    width: 85%;
  }
}



@media (max-width: 375px) {
  .whitish-block .col-card {
    margin-bottom: -120px;
    margin-top: 65px;
  }

  .whitish-block .card {
    padding-top: 64px;
    padding-bottom: 110px;
    background-image: url('/assets/bg-card-xs.png');
    background-size: cover;
  }

  .headline {
    width: 92%;
  }

  .subheadline {
    width: 92%;
  }

  .darken-block .darken-inner-block {
    margin-bottom: 30px;
    margin-left: 16px;
    margin-right: 16px;
  }
}