.concours-2024 {
  display: flex;
  min-height: 100vh;
  font-family: "Lausanne 400";
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .concours-2024 {
    flex-direction: column;
  }
}
.concours-2024 h1 {
  color: #ffffff;
  margin-top: 100px;
  font-family: "Lausanne 800";
  font-size: 45px;
  margin-bottom: 20px;
}
.concours-2024 h1 + h2 {
  font-family: "Lausanne 400";
  line-height: 1.16;
  color: #BFF2A7;
}
.concours-2024 h2 {
  font-family: "Lausanne 800";
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #BFF2A7;
  margin-top: 0;
}
.concours-2024 h2 img {
  margin-top: 10px;
}
.concours-2024 small {
  display: inline-block;
  font-size: 77%;
  line-height: 1.14;
}
.concours-2024 strong {
  font-family: "Lausanne 800";
  font-weight: 800;
}
.concours-2024 .main-content {
  width: 480px;
  max-width: 33%;
  background-color: #002226;
  padding: 60px;
  color: #ffffff;
  line-height: 1.11;
}
@media screen and (max-width: 1300px) {
  .concours-2024 .main-content {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .concours-2024 .main-content {
    width: 100%;
    max-width: initial;
  }
}
.concours-2024 .main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.concours-2024 .main-content .logo {
  height: 61px;
  margin-bottom: 50px;
}
.concours-2024 .main-content .logo + h2 {
  margin-bottom: 50px;
}
.concours-2024 .main-content .code-rl-form {
  margin-top: 20px;
  font-family: "Lausanne 800";
}
.concours-2024 .main-content .code-rl-form input[type=text] {
  width: 270px;
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 8px;
  text-align: center;
}
.concours-2024 .main-content .code-rl-form input[type=text]::placeholder {
  color: #fff;
}
.concours-2024 .main-content .code-rl-form .choices {
  margin: 15px 0;
}
.concours-2024 .main-content .code-rl-form .choices .choice {
  margin-bottom: 5px;
}
.concours-2024 .main-content .code-rl-form .choices .choice > * {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.concours-2024 .main-content .code-rl-form .choices .choice input[type=checkbox] {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  accent-color: #BFF2A7;
}
.concours-2024 .main-content .code-rl-form .choices .choice label {
  margin-top: 8px;
}
.concours-2024 .main-content .code-rl-form .choices .choice:last-child {
  margin-bottom: 0;
}
.concours-2024 .main-content .code-rl-form input[type=submit] {
  border: 1px solid #BFF2A7;
  background: #BFF2A7;
  color: #002226;
  font-size: 22px;
  padding: 10px 30px;
  border-radius: 8px;
  min-width: 250px;
  max-width: 100%;
  transition: background 0.5s ease, color 0.5s ease;
}
.concours-2024 .main-content .code-rl-form input[type=submit]:hover {
  background: #002226;
  color: #BFF2A7;
}
.concours-2024 .main-content .logo-rnat {
  margin-top: 50px;
}
.concours-2024 .spectacles {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.concours-2024 .spectacles > div {
  flex: 1;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: flex-end;
}
.concours-2024 .spectacles > div:nth-child(odd) {
  padding-right: 100px;
}
.concours-2024 .spectacles > div:nth-child(even) {
  padding-right: 200px;
}
@media screen and (max-width: 1024px) {
  .concours-2024 .spectacles > div {
    flex-direction: column;
    align-items: flex-end;
    padding: 0 !important;
  }
}
.concours-2024 .spectacles .spectacle-info {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 55px 80px;
  position: relative;
  font-family: "Lausanne 800";
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .concours-2024 .spectacles .spectacle-info {
    width: 80%;
    padding: 50px;
  }
}
.concours-2024 .spectacles .spectacle-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002226;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.concours-2024 .spectacles .spectacle-info > * {
  padding: 26px 0;
  position: relative;
  z-index: 10;
}
.concours-2024 .spectacles .spectacle-info > *:first-child {
  padding-top: 0;
}
.concours-2024 .spectacles .spectacle-info > *:last-child {
  padding-bottom: 0;
}
.concours-2024 .spectacles .spectacle-info img {
  height: 132px;
  width: auto;
}
.concours-2024 .spectacles .spectacle-info .date {
  font-size: 40px;
  position: relative;
}
.concours-2024 .spectacles .spectacle-info .tickets {
  display: flex;
  align-items: center;
  font-size: 17px;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.concours-2024 .spectacles .spectacle-info .tickets-number {
  font-family: "Lausanne 500";
  font-size: 90px;
  line-height: 0.7;
  margin-right: 10px;
  margin-top: 0.1em;
}
.concours-2024 .spectacles .spectacle-info .tickets p {
  margin: 0;
  max-width: 170px;
}
.concours-2024.concours-2024-winners .spectacles {
  position: relative;
}
.concours-2024.concours-2024-winners .spectacles > div {
  position: relative;
}
.concours-2024.concours-2024-winners .spectacles > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002226;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.concours-2024.concours-2024-winners .spectacles > div:last-child:before {
  opacity: 0.65;
}
.concours-2024.concours-2024-winners .spectacles .spectacle-info {
  width: 60%;
}
.concours-2024.concours-2024-winners .spectacles .spectacle-info:before {
  content: none;
}
@media screen and (max-width: 1024px) {
  .concours-2024.concours-2024-winners .spectacles .spectacle-info {
    width: 100%;
  }
}
.concours-2024.concours-2024-winners .spectacles .spectacle-info .date:before, .concours-2024.concours-2024-winners .spectacles .spectacle-info .tickets:before {
  width: 215px;
  max-width: 100%;
}
.concours-2024.concours-2024-winners .spectacles .winners {
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .concours-2024.concours-2024-winners .spectacles .winners {
    width: 100%;
  }
}
.concours-2024.concours-2024-winners .spectacles .winners h2 {
  margin-bottom: 30px;
  color: #ffffff;
}
.concours-2024.concours-2024-winners .spectacles .winners strong {
  font-family: "Lausanne 800";
}
.concours-2024.concours-2024-winners .spectacles .winners ul li {
  color: #BFF2A7;
}

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