@font-face {
  font-family: DIN_Bold;
  src: url("../fonts/DIN Condensed Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: RobotoRegular;
  src: url("../fonts/Roboto-Regular.ttf");
  font-display: swap;
}
body,
html {
  margin: 0;
  padding: 0;
  color: #010101;
  background-color: #FFFFFF;
  font-size: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  z-index: 20;
  position: relative;
}

/* Text */
h1 {
  font-family: DIN_Bold;
  position: relative;
  font-size: 3.5rem;
  color: #F9D813;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
}

.title-opacity {
  font-family: DIN_Bold;
  position: absolute;
  width: 100%;
  top: -3rem;
  left: 0%;
  opacity: 0.075;
  color: #010101;
  font-size: 5rem;
  letter-spacing: 2px;
}

h2 {
  font-family: DIN_Bold;
  font-size: 2.25rem;
  letter-spacing: 2px;
}

h3 {
  font-family: DIN_Bold;
  font-size: 2rem;
  letter-spacing: 2px;
}

#a-propos a {
  margin-top: 4rem;
}

#a-propos .slideshow__img {
  display: none;
}
#a-propos .slideshow__img.is-active {
  display: flex !important;
}

.button, #home a:not(.button-animation), #a-propos a, #contact .contact__info a, #squash a {
  position: relative;
  z-index: 20;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 40px;
  background-color: #F9D813;
  display: inline-block;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
}
.button:before, #home a:not(.button-animation):before, #a-propos a:before, #contact .contact__info a:before, #squash a:before {
  transition: all 0.25s ease-in-out;
  content: "";
  position: absolute;
  display: inline-block;
  z-index: -10;
  left: 10px;
  top: 22px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #010101;
  opacity: 0.5;
}
.button:after, #home a:not(.button-animation):after, #a-propos a:after, #contact .contact__info a:after, #squash a:after {
  transition: all 0.25s ease-in-out;
  content: "";
  position: absolute;
  display: inline-block;
  z-index: -10;
  left: 15px;
  top: 30px;
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background-color: #F9D813;
  opacity: 0.5;
}
.button:hover:before, #home a:not(.button-animation):hover:before, #a-propos a:hover:before, #contact .contact__info a:hover:before, #squash a:hover:before {
  opacity: 1;
  left: calc(100% - 30px);
}
.button:hover:after, #home a:not(.button-animation):hover:after, #a-propos a:hover:after, #contact .contact__info a:hover:after, #squash a:hover:after {
  left: calc(100% - 17px);
  opacity: 1;
  top: 35px;
}

ul {
  margin-left: 1.25rem;
  position: relative;
}
ul li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul li::before {
  position: absolute;
  content: "";
  margin-left: -1.25rem;
  display: inline-block;
  top: 0.5rem;
  height: 10px;
  width: 10px;
  background-color: #F9D813;
  border-radius: 100%;
}

.menu ul li::before {
  display: none;
}

/* Header */
header {
  background-color: #FFFFFF;
}
header .menu li {
  border: 3px solid transparent;
}
header .menu li.active, header .menu li:hover {
  transition: all 0.25s ease;
  border-radius: 20px;
  border: 3px solid #F9D813;
}

/* Footer */
footer a {
  color: #F9D813;
}

/* Home */
.home-background {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-background:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.6);
}

#home {
  overflow: hidden;
}
#home h2 {
  font-size: 1.5rem;
  color: #FFFFFF;
}
#home .content-text {
  color: #FFFFFF;
}
#home .animation-scroll-down {
  animation: animationScrollDown 2s ease-in-out infinite;
}
@keyframes animationScrollDown {
  0%, 100% {
    margin-top: 10px;
  }
  50% {
    margin-top: 0px;
  }
}
#home .button-animation {
  margin: 0;
}

.home__yellow-part {
  transform: skew(10deg, 360deg);
  opacity: 0.5;
}

.home__yellow-part, .home__yellow-part-2 {
  position: absolute;
  right: -200px;
  top: 0;
  background: #F9D813;
  height: 100vh;
  width: 50%;
}

.home__yellow-part-2 {
  opacity: 0.2;
  right: -220px;
  transform: skew(-10deg, 360deg);
}

/* Activites */
.sport-type {
  text-align: center;
  max-width: 200px;
  width: 100%;
}
.sport-type h2 {
  font-size: 1.7rem;
  line-height: 2rem;
}

/* Background */
.has-squash-background:nth-child(2n+1) .squash-background {
  position: absolute;
  z-index: 10;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transform: skew(0deg, -1deg);
}

.has-squash-background:nth-child(2n+1) {
  color: #FFFFFF;
}

.has-squash-background:nth-child(2n+1) .container {
  top: -50px;
}

#squash .content-info, #solarium .content-info {
  background-color: #FFFFFF;
  width: 100%;
  color: #010101;
  border-radius: 20px;
  padding: 30px;
}
#squash .content-info h2, #solarium .content-info h2 {
  text-transform: uppercase;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: 60px;
}
#squash .content-info h2:after, #solarium .content-info h2:after {
  content: "";
  position: absolute;
  padding-top: 10px;
  border-bottom: 3px solid #F9D813;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 60px;
  display: block;
}

#galerie img {
  aspect-ratio: 1;
  object-fit: cover;
}

/* Banner cookie */
#bannerCookie {
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
  padding: 10px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  font-size: 0.7rem;
  width: 100%;
  z-index: 100;
}
#bannerCookie a {
  text-decoration: underline;
}
#bannerCookie .banner__button {
  padding: 5px 10px;
  border: 2px solid #F9D813;
  color: #FFFFFF;
  display: inline-block;
}
#bannerCookie .banner__button.banner__button--decline {
  border: 2px solid transparent;
}
#bannerCookie .banner__button:hover {
  background-color: #F9D813;
  border: 2px solid #F9D813;
}

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