/*Gerillass mixins*/
.hero .background {
  height: 66vh;
}

h1 {
  font-family: "Poppins";
  font-weight: 700 !important;
}

h2 {
  font-family: poppins;
}

.surtitre {
  font-size: 18px !important;
  line-height: 20px !important;
}
@media (min-width: 768px) {
  .surtitre {
    font-size: 28px !important;
    line-height: 26px !important;
  }
}

.label {
  position: absolute;
  top: -15px;
  left: 25px;
  background: white;
  padding: 0 5px 1px 8px;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  transform: rotate(-10deg);
}
@media (min-width: 768px) {
  .label {
    top: -15px;
    font-size: 24px;
  }
}

h3 {
  font-size: 30px !important;
  font-family: "Oswald";
  font-weight: 900 !important;
  line-height: 100%;
  font-style: italic;
}
@media (min-width: 768px) {
  h3 {
    font-size: 50px !important;
  }
}
h3 span {
  display: block;
  margin-top: 20px;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  text-shadow: none;
}

#onetrust-consent-sdk h3,
#ot-dpd-title,
#ot-dpd-title {
  font-size: inherit !important;
}

h4 {
  font-family: "caprasimo";
  font-size: 20px !important;
}
@media (min-width: 768px) {
  h4 {
    font-family: "caprasimo";
    font-size: 26px !important;
  }
}

h5 {
  font-weight: 700 !important;
}

.intro p {
  font-style: normal;
  color: #ffffff;
}

.credits p {
  font-style: normal;
}

p {
  font-weight: 100;
  line-height: 1.625 !important;
}
p b {
  font-weight: 700;
}
p b.ab {
  color: #e40521;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
p b.js {
  color: #007fcd;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.lettrine:first-letter {
  font-size: 570%;
  font-weight: 600;
  float: left;
  margin-top: 5px;
  line-height: 0.7;
  margin-right: 10px;
}

.sport {
  font-family: Oswald;
  font-weight: 500 !important;
}

br {
  line-height: 50%;
}

header {
  background: #e2001a;
  border-bottom: 0;
  transition: all 0.2s;
}
header.neg {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.neg.headroom--not-top {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
header.headroom--unpinned {
  transform: translateY(-100%);
  transition: all 0.2s;
}

.btn {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.btn .icon-share, .btn .icon-cross {
  opacity: 0;
}
.btn .icon-share.is-visible, .btn .icon-cross.is-visible {
  opacity: 1;
}
.btn .share-popup {
  width: calc(100vw - 2rem);
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .btn .share-popup {
    width: 300px;
  }
}
.btn .share-popup.is-visible {
  opacity: 1;
  transition: all 0.2s;
  visibility: visible;
  transform: translateY(0);
}
.btn .share-popup .triangle {
  content: "";
  height: 0;
  width: 0;
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent white;
  border-width: 0 10px 8px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-7px, -100%);
}

.copied {
  left: 50%;
  bottom: 30px;
  font-family: "Poppins";
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 5px);
  transition: all 0.2s;
}
.copied.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: all 0.2s;
}

.aside-l {
  transition: all 0.2s;
}
.aside-l.-translate-x-full {
  transition: all 0.2s;
}
.aside-l ul li {
  border-bottom: 1px solid #eeeeee;
}

.aside-l .aside-header {
  border-bottom: 1px solid #eeeeee;
}
.aside-l .aside-header .btn {
  background: #eeeeee;
}

.aside-r {
  transition: all 0.2s;
}
.aside-r.-translate-x-full {
  transition: all 0.2s;
}
.aside-r ul li {
  border-bottom: 1px solid #eeeeee;
}

.aside-r .aside-header {
  border-bottom: 1px solid #eeeeee;
}
.aside-r .aside-header .btn {
  background: #eeeeee;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.overlay.is-visible {
  opacity: 0.5;
  visibility: visible;
  transition: all 0.2s;
}

.scroller {
  opacity: 0;
  transition: all 1.2s;
}
.scroller.is-visible {
  opacity: 1;
  transition: all 1.2s;
}

.mouse {
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 26px;
  height: 44px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 10s linear infinite, nudgeMouse 10s ease-out infinite;
}
.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 24px;
  height: 42px;
  background-color: #202124;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  animation: trackBallSlide 10s linear infinite;
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.2) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.2) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.2) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.2) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.2) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.2) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
body {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  font-family: Poppins;
}
body.is-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}

.container {
  margin: auto;
}

.mb-custom-p {
  margin-bottom: 100vh;
}

.mb-custom-section {
  margin-bottom: 80vh;
}

.bg-custom-stats {
  background-color: rgba(106, 175, 127, 0.2);
}

.border-custom-textbox {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.2);
}

.bamboule {
  font-family: "caprasimo";
}

section.title,
section.credits {
  height: 100vh;
}

.overlay-black {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
@media (min-width: 768px) {
  .overlay-black {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  }
}

.overlay-color {
  background: linear-gradient(-45deg, #ee7752, #B10DC9, #13abdb, #23d5ab);
  background-size: 200% 200%;
  animation: gradient 15s ease infinite;
  opacity: 0.7;
}

.border-l-custom {
  border-width: 0 0 0 5px;
}
@media (min-width: 768px) {
  .border-l-custom {
    border-width: 0 0 0 10px;
  }
}

.swiper-slide {
  opacity: 0 !important;
  background: black;
}

.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-slide {
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

body {
  min-height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
}

html {
  height: fill-available;
  height: -webkit-fill-available;
}

.swiper {
  height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
}

.bg {
  background: rgba(0, 0, 0, 0.85);
}
@media (min-width: 768px) {
  .bg {
    background: rgba(0, 0, 0, 0.7);
  }
}

section.section00 .textbox,
section.section10 .textbox {
  background: transparent;
}

#swiper-slide-00 {
  background-image: url("../img/this/intro_desktop.jpg") !important;
  background-position: 55% 50px;
  background-size: 230%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #swiper-slide-00 {
    background-position: center center;
    background-size: cover;
    background-image: url("../img/this/intro_desktop.jpg") !important;
  }
}

#swiper-slide-01 {
  background-position: 70% bottom;
  background-image: url("../img/this/ice_sprunger_side.jpg") !important;
}
@media (min-width: 768px) {
  #swiper-slide-01 {
    background-position: center center;
    background-image: url("../img/this/ice_sprunger_side.jpg") !important;
  }
}

#swiper-slide-02 {
  background-position: 83% center;
}
@media (min-width: 768px) {
  #swiper-slide-02 {
    background-position: center;
  }
}

#swiper-slide-03 {
  background-position: 80% center;
}
@media (min-width: 768px) {
  #swiper-slide-03 {
    background-position: center;
  }
}

#swiper-slide-04 {
  background-position: 30% center;
}
@media (min-width: 768px) {
  #swiper-slide-04 {
    background-position: center center;
  }
}

#swiper-slide-05 {
  background-position: 70% center;
}
@media (min-width: 768px) {
  #swiper-slide-05 {
    background-position: center center;
  }
}

#swiper-slide-06 {
  background-position: 30% 50px;
  background-size: 230%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #swiper-slide-06 {
    background-position: center center;
    background-size: cover;
  }
}

#swiper-slide-07 {
  background-position: 40% bottom;
}
@media (min-width: 768px) {
  #swiper-slide-07 {
    background-position: left center;
  }
}

#swiper-slide-08 {
  background-position: 60% center;
}
@media (min-width: 768px) {
  #swiper-slide-08 {
    background-position: center top;
  }
}

#swiper-slide-09 {
  background-position: 8% center;
}
@media (min-width: 768px) {
  #swiper-slide-09 {
    background-position: left center;
  }
}

#swiper-slide-10 {
  background-position: 30% 50px;
  background-size: 230%;
  background-image: url("../img/this/sprunger_face_mobile.jpg") !important;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #swiper-slide-10 {
    background-position: center top;
    background-image: url("../img/this/sprunger_back_1.jpg") !important;
    background-size: cover;
  }
}

#swiper-slide-11 {
  background-position: 40% 40%;
  background-size: 150%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #swiper-slide-11 {
    background-position: left center;
    background-size: cover;
  }
}

#swiper-slide-12 {
  background-position: 65% center;
  background-image: url("../img/this/bykov_mobile.jpg") !important;
}
@media (min-width: 768px) {
  #swiper-slide-12 {
    background-image: url("../img/this/bykov_face_1.jpg") !important;
    background-position: center top;
    background-size: cover;
  }
}

#swiper-slide-13 {
  background-position: 55% 50px;
  background-size: 180%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #swiper-slide-13 {
    background-position: center top;
    background-size: cover;
  }
}

#swiper-slide-14 {
  background-position: 85% center;
}
@media (min-width: 768px) {
  #swiper-slide-14 {
    background-position: right center;
  }
}

#swiper-slide-15 {
  background-position: 55% bottom;
  background-size: 400%;
  background-image: url("../img/this/blessure.jpg") !important;
}
@media (min-width: 768px) {
  #swiper-slide-15 {
    background-position: left center;
    background-image: url("../img/this/ice_down.jpg") !important;
    background-size: cover;
  }
}

#swiper-slide-16 {
  background-position: 52% center;
}
@media (min-width: 768px) {
  #swiper-slide-16 {
    background-position: center;
  }
}

#swiper-slide-17 {
  background-position: 20% top;
}
@media (min-width: 768px) {
  #swiper-slide-17 {
    background-position: center top;
  }
}

#swiper-slide-18 {
  background-position: 68% center;
}
@media (min-width: 768px) {
  #swiper-slide-18 {
    background-position: center bottom;
  }
}

#swiper-slide-19 {
  background-position: right center;
}
@media (min-width: 768px) {
  #swiper-slide-19 {
    background-position: center;
  }
}

#swiper-slide-20 {
  background-position: 68% center;
}
@media (min-width: 768px) {
  #swiper-slide-20 {
    background-position: left top;
  }
}

#swiper-slide-21 {
  background-position: 15% center;
}
@media (min-width: 768px) {
  #swiper-slide-21 {
    background-position: right bottom;
  }
}

#swiper-slide-22 {
  background-position: 25% center;
}
@media (min-width: 768px) {
  #swiper-slide-22 {
    background-position: right center;
  }
}

#swiper-slide-23 {
  background-position: 35% center;
}
@media (min-width: 768px) {
  #swiper-slide-23 {
    background-position: right center;
  }
}

#swiper-slide-24 {
  background-position: 75% center;
}
@media (min-width: 768px) {
  #swiper-slide-24 {
    background-position: right center;
  }
}

.mouse {
  margin: auto;
}
@media (min-width: 768px) {
  .mouse {
    margin: initial;
  }
}

/*# sourceMappingURL=main.css.map */
