@font-face {
  font-family: 'IcoFont';
  font-style: 'Regular';
  font-weight: normal;
  src: url('../fonts/icofont.woff2') format("woff2"), url('../fonts/icofont.woff') format("woff");
}
@font-face {
  font-family: 'DinPro Regular';
  src: url('../fonts/dinpro-webfont.woff2') format('woff2'), url('../fonts/dinpro-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DinPro Bold';
  src: url('../fonts/dinpro-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DinPro Bold Italic';
  src: url('../fonts/dinpro-bolditalic-webfont.woff2') format('woff2'), url('../fonts/dinpro-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DinPro Medium';
  src: url('../fonts/dinpro-medium-webfont.woff2') format('woff2'), url('../fonts/dinpro-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-pro-condensed-bold';
  src: url('../fonts/din-pro-condensed-bold.woff2') format('woff2'), url('../fonts/din-pro-condensed-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes preloader {
  100% {
    transform: scale(2);
  }
}
body {
  background-color: #F2F2F0;
}
body * {
  font-family: 'DinPro Regular';
  font-size: 1em;
  line-height: 1.3;
  color: #000000;
  outline: none;
}
body.loading {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
body.loading:after,
body.loading:before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
body.loading:after {
  background-color: #000000;
  height: 100%;
  position: fixed;
  min-height: 100vh;
  margin: 0 auto;
  top: 0;
  opacity: .75;
  width: 100%;
  z-index: 1000;
}
a.btn,
a.button,
button,
button.btn,
button.button,
.button {
  font-family: 'DinPro Bold';
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  background: #b43327;
  background: linear-gradient(90deg,#b43327 0%,#e15f28 100%);
  display: inline-block;
  padding: 0.87em 1.5em;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  border-radius: 52px;
  margin: 0;
  min-width: 215px;
  border: 0;
}
a.btn:hover,
a.btn:focus,
a.button:hover,
a.button:focus,
button:hover,
button:focus,
button.btn:hover,
button.btn:focus,
button.button:hover,
button.button:focus,
.button:hover,
.button:focus {
  color: #ffffff;
  background: #b43327;
  background: linear-gradient(90deg,#b43327 0%,#e15f28 100%);
}
a.btn.hollow,
a.button.hollow,
button.hollow,
button.btn.hollow,
button.button.hollow,
.button.hollow {
  color: #ffffff;
  background: #000000;
  border: 0;
}
a.btn.hollow:hover,
a.btn.hollow:focus,
a.button.hollow:hover,
a.button.hollow:focus,
button.hollow:hover,
button.hollow:focus,
button.btn.hollow:hover,
button.btn.hollow:focus,
button.button.hollow:hover,
button.button.hollow:focus,
.button.hollow:hover,
.button.hollow:focus {
  color: #ffffff;
  background: #000000;
}
.mandatory p {
  font-size: 12px;
  color: #A7A7A7;
  font-style: italic;
}
.cnil p {
  font-family: 'DinPro Regular';
  font-size: 10px;
  color: #ffffff;
}
.cnil p:not(:last-child) {
  margin-bottom: 1rem;
}
.cnil p a {
  color: #ffffff;
}
form label {
  font-family: 'DinPro Bold';
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
form [type=email],
form [type=password],
form [type=text] {
  box-shadow: none;
  margin: 0 0 2rem;
  background-color: #ffffff;
  height: 48px;
  border: none;
}
form [type=email]:-internal-autofill-selected,
form [type=password]:-internal-autofill-selected,
form [type=text]:-internal-autofill-selected {
  background-color: #ffffff !important;
}
form [type=email]::-webkit-input-placeholder,
form [type=password]::-webkit-input-placeholder,
form [type=text]::-webkit-input-placeholder {
  font-family: 'DinPro Regular';
  font-size: 20px;
  color: #848484;
  opacity: 1;
}
form [type=email]::placeholder,
form [type=password]::placeholder,
form [type=text]::placeholder {
  font-family: 'DinPro Regular';
  font-size: 20px;
  color: #848484;
  opacity: 1;
}
form [type=email]:-ms-input-placeholder,
form [type=password]:-ms-input-placeholder,
form [type=text]:-ms-input-placeholder {
  font-family: 'DinPro Regular';
  font-size: 20px;
  color: #848484;
  opacity: 1;
}
form [type=email]:-moz-placeholder,
form [type=password]:-moz-placeholder,
form [type=text]:-moz-placeholder {
  font-family: 'DinPro Regular';
  font-size: 20px;
  color: #848484;
  opacity: 1;
}
form [type=email]:focus,
form [type=password]:focus,
form [type=text]:focus {
  background-color: #ffffff;
  border: none;
}
form h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem;
}
form .checkbox {
  margin-bottom: 1rem;
  position: relative;
}
form .checkbox label {
  font-family: 'DinPro Bold Italic';
  font-size: 16px;
  text-transform: none;
}
form .checkbox label a {
  font-family: 'DinPro Bold Italic';
  font-size: 16px;
  color: #000000;
}
form .checkbox input {
  left: 16px;
  margin: 0;
  position: absolute;
  top: 0.1em;
}
form .checkbox input + label {
  margin: 0;
  padding-left: 2em;
  position: relative;
}
form .checkbox input + label::before {
  border: 1px solid #000000;
  content: '';
  display: block;
  background-color: #ffffff;
  font-family: 'IcoFont';
  font-size: 1.25em;
  height: 1em;
  left: 0;
  line-height: .9;
  position: absolute;
  top: .0;
  width: 1em;
}
form .checkbox input:checked + label::before {
  content: "\f00e";
  color: #000000;
}
form div.captcha_widget {
  display: inline-flex;
  width: 100%;
  position: relative;
}
form div.captcha_widget .captcha-field {
  width: 50%;
}
form div.captcha_widget .captcha-field input {
  text-align: left;
  border: 0;
}
form div.captcha_widget .captcha-image {
  width: 35%;
  background-color: #000000;
  height: 48px;
}
form div.captcha_widget .captcha-reload {
  width: 15%;
  text-align: center;
  height: 48px;
}
form div.captcha_widget .captcha-reload a {
  color: #ffffff;
}
form div.captcha_widget .captcha-reload a:hover,
form div.captcha_widget .captcha-reload a:focus {
  color: #ffffff;
}
form div.captcha_widget .captcha-reload a::before {
  content: "\ec7f";
  font-family: 'IcoFont';
  font-size: 20px;
  line-height: 3rem;
  color: #000000;
  text-align: center;
  display: inline-block;
}
form .errors {
  margin: 0;
}
form .errors li {
  font-size: 12px;
  color: #d03153;
  list-style-type: none;
}
form .actions {
  direction: rtl;
  margin: 1rem 0 2rem;
  text-align: center;
}
form .actions > * {
  direction: ltr;
  display: inline-block;
  margin: 0 1em;
}
.reveal {
  text-align: center;
}
.reveal h2 {
  font-family: "PT Bold", sans-serif;
  font-size: 20px;
  margin: 2rem 0;
  color: #000000;
}
.reveal button {
  min-width: auto;
}
.reveal button.close-button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.reveal button.close-button span {
  color: #000000;
}
.reveal button.btn.btn-default {
  margin: 2rem auto;
  color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.reveal p {
  color: #000000;
}
h1,
h2 {
  font-family: 'DinPro Bold';
}
div#main > div {
  max-width: 100%;
}
header {
  position: relative;
  background-color: #000000;
}
header nav.top-bar {
  padding: 1rem;
  background-color: transparent;
}
header nav.top-bar ul.menu {
  background-color: transparent;
}
header nav.top-bar ul.menu > li >a {
  font-family: 'DinPro Bold';
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
header nav.top-bar ul.menu > li >a:hover,
header nav.top-bar ul.menu > li >a:focus {
  color: #b1b1b1;
}
header nav.top-bar ul.menu > li.active > a {
  background-color: transparent;
}
header nav.top-bar .menu-text a {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  z-index: 1;
}
header nav.top-bar .menu-text a:before,
header nav.top-bar .menu-text a:after {
  content: "";
  display: block;
  margin: auto;
}
header nav.top-bar .menu-text a:before {
  background-image: url(../images/logo.png);
  background-position: left;
  background-repeat: no-repeat;
  width: 242px;
  height: 83px;
}
header .language-switcher a {
  margin: 0 0.5rem;
}
footer {
  background-color: #000000;
  padding-right: 1rem;
}
footer .footer-content ul.menu {
  justify-content: center;
  padding: 1rem 0;
}
footer .footer-content ul.menu li a {
  font-family: 'DinPro Bold';
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-content ul.menu li a:hover,
footer .footer-content ul.menu li a:focus {
  color: #ffffff;
}
footer .footer-content ul.menu li.active >a {
  background-color: transparent;
}
hr.separator {
  margin: 0 auto;
}
.copyright p {
  font-family: 'DinPro Regular';
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.offerParticipate #main {
  height: 100%;
}
.offerParticipate .grid-container {
  max-width: 100%;
}
.offerParticipate form.birthDate .date {
  margin-top: 2rem;
}
.offerParticipate form.birthDate .date label {
  font-family: "din-pro-condensed-bold";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.offerParticipate form.birthDate .date .errors li {
  font: 20px 'DinPro Bold Italic';
  text-transform: uppercase;
  color: #F64E3E;
  text-align: center;
}
.offerParticipate form.birthDate .cnil {
  margin-top: 6rem;
  text-align: center;
}
.offerParticipate form.birthDate .cnil img {
  margin-bottom: 4rem;
}
.offerParticipate form.identity #tms_step_navigator__data_recaptcha,
.offerParticipate form.identity_nl #tms_step_navigator__data_recaptcha {
  margin-left: auto;
  margin-right: auto;
}
.offerParticipate form.identity .actions,
.offerParticipate form.identity_nl .actions {
  margin: 2rem 0 13rem;
}
.offerParticipate form.lot h2 {
  margin-bottom: 5rem;
}
.offerParticipate form.lot h3 {
  font: 12px 'DinPro Bold';
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.offerParticipate form.lot .mandatory {
  text-align: center;
}
.offerParticipate form.lot .choice.civility,
.offerParticipate form.lot .choice.size {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
.offerParticipate form.lot .choice.civility > label,
.offerParticipate form.lot .choice.size > label {
  color: #ffffff;
}
.offerParticipate form.lot .choice > .benefit-choice {
  position: relative;
  display: inline-flex;
  margin-bottom: 2rem;
}
.offerParticipate form.lot .choice > .benefit-choice input[type="radio"] {
  position: absolute;
  z-index: 2;
  margin: 0;
  accent-color: #E15F28;
  width: 18px;
}
.offerParticipate form.lot .choice > .benefit-choice input[type=radio] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 570px;
  height: 240px;
  box-sizing: border-box;
  border: 7px solid transparent;
  background: linear-gradient(#fff,#fff) padding-box, linear-gradient(180deg,#D8D8D8 0%,#626262 100%) border-box;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}
.offerParticipate form.lot .choice > .benefit-choice img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.offerParticipate form.lot .choice > .benefit-choice input[type=radio]:checked + label {
  border-color: transparent;
  background: linear-gradient(#fff,#fff) padding-box, linear-gradient(90deg,#B13027 0%,#E15F28 100%) border-box;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}
.offerParticipate form.lot .choice > .benefit-choice input[type=radio]:checked {
  background: linear-gradient(#fff,#fff) padding-box, linear-gradient(90deg,#B13027 0%,#E15F28 100%) border-box;
}
.offerParticipate form.lot .choice > .civility [type=radio],
.offerParticipate form.lot .choice > .size [type=radio] {
  position: absolute;
  top: 0;
  margin-left: 28px;
}
.offerParticipate form.lot .choice > .civility [type=radio] + label,
.offerParticipate form.lot .choice > .size [type=radio] + label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  position: relative;
  margin-right: 0 !important;
  margin-left: .5rem;
}
.offerParticipate form.lot .choice > .civility [type=radio]:checked + label,
.offerParticipate form.lot .choice > .size [type=radio]:checked + label {
  color: #ffffff;
  border-color: #E15F28;
  background: linear-gradient(90deg,#E15F28 0%,rgba(171,69,67,0.1) 100%);
  background-color: #000000;
}
.offerParticipate form.lot .choice > .size [type=radio] + label {
  width: 50px;
}
.offerParticipate form.lot .choice > .civility [type=radio] + label {
  width: 138px;
}
.offerParticipate form.lot .cnil {
  margin-top: 4rem;
}
.offerParticipate form.validParticipation,
.offerParticipate form.validParticipation_nl {
  min-height: 78.6vh;
}
.offerParticipate form.validParticipation .box_form > div,
.offerParticipate form.validParticipation_nl .box_form > div {
  align-items: center;
  flex-direction: column;
}
.offerParticipate form.validParticipation .box_form p,
.offerParticipate form.validParticipation_nl .box_form p {
  font: 20px 'DinPro Bold';
  text-align: center;
}
.cms #main {
  height: 100%;
}
.cms #cms {
  min-height: 75vh;
}
.cms .content_block h2 {
  font-size: 30px;
  text-align: center;
  margin: 3rem 0 2rem;
}
.cms .content_block h6 {
  font-family: 'DinPro Bold Italic';
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cms .content_block ul {
  margin-left: 0;
  list-style-type: none;
}
.cms .content_block p {
  font-family: 'DinPro Bold';
  font-size: 20px;
  text-align: center;
}
.cms .content_block p span {
  font-family: 'DinPro Bold Italic';
  display: block;
}
@media screen and (max-width: 39.9375em) {
  a.btn,
  a.button,
  button,
  button.btn,
  button.button,
  .button {
    font-size: 15px;
    min-width: 128px;
  }
  .reveal {
    height: auto;
    min-height: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  form h2 {
    font-size: 28px;
  }
  header {
    padding: 0.7rem 0.5rem;
  }
  header nav.top-bar {
    background-color: #000000;
  }
  header nav.top-bar .top-bar-right {
    text-align: center;
  }
  header nav.top-bar ul.menu {
    background-color: #000000;
  }
  header nav.top-bar ul.menu > li > a {
    font-size: 16px;
    color: #ffffff;
  }
  header .title-bar {
    margin-left: 2rem;
  }
  header .title-bar-title {
    font-size: 0;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .title-bar-title:before,
  header .title-bar-title:after {
    content: "";
    display: block;
    margin: auto;
  }
  header .title-bar-title:before {
    background-image: url(../images/logo.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 242px;
    height: 44px;
  }
  header .title-bar-title img.flagfr,
  header .title-bar-title img.flagnl {
    width: 30px;
  }
  header .menu-icon {
    background: transparent;
    border: 0;
    padding: 0;
    min-width: auto;
  }
  header .menu-icon:after {
    width: 30px;
    height: 2px;
    background: #ffffff;
    -webkit-box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
    box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
    right: 0;
  }
  header .menu-icon:hover:after {
    background: #ffffff;
    -webkit-box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
    box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
  }
  header .menu-icon.close:before {
    content: "";
    transform: rotate(-45deg) translate(7px,-8px);
    background: #ffffff;
    display: block;
    width: 30px;
    height: 2px;
    top: 16px;
    left: -4px;
    position: absolute;
  }
  header .menu-icon.close:after {
    background: transparent;
    box-shadow: 0 8px 0 #ffffff, 0 0 0;
    -webkit-box-shadow: 0 8px 0 #ffffff, 0 0 0;
    transform: rotate(45deg) translate(1px,-1px);
  }
  footer {
    padding: 1em 0 0;
    text-align: center;
    background-color: #F2F2F0;
  }
  footer .footer-content {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  footer .footer-content ul.menu li a {
    color: #000000;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  footer .brand_celsius .Celsius_athx {
    display: inline-flex;
    margin-bottom: 3rem;
  }
  footer .brand_celsius .Celsius_athx .Celsius_img {
    height: 30px;
    margin-right: 2rem;
  }
  footer .brand_celsius .Celsius_athx .athxgames {
    border-left: solid 1px white;
  }
  footer .brand_celsius .Celsius_athx .athxgames .athx_img {
    height: 30px;
    border-width: 1.81px;
    margin-left: 2rem;
  }
  footer .brand_celsius p {
    font-size: 8px;
    color: #ffffff;
  }
  .offerParticipate:has(.birthDate) footer .brand_celsius,
  .offerParticipate:has(.validParticipation) footer .brand_celsius {
    background-image: url(../images/mobile/Layer_1.png);
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 2rem;
    padding: 4rem 1rem 0;
  }
  .offerParticipate:has(.identity) footer .brand_celsius {
    background-image: url(../images/mobile/Layer_13.png);
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 2rem;
    padding: 4rem 1rem 0;
  }
  .offerParticipate:has(.identity) footer .brand_celsius .Celsius_athx {
    display: inline-flex;
    margin-bottom: 3rem;
    margin-top: 9rem;
  }
  .offerParticipate:has(.lot) {
    background: linear-gradient(to bottom,transparent 0 50%,black 50% 100%), url(../images/mobile/Layer_2.png) 100% 60% / contain no-repeat;
  }
  .offerParticipate:has(.lot) footer {
    background-color: #000000;
  }
  .offerParticipate:has(.lot) footer .footer-content ul.menu li a {
    color: #ffffff;
  }
  .offerParticipate form {
    padding-right: .9375rem;
  }
  .offerParticipate form h2 {
    font-size: 30px;
    margin: 2rem 0;
  }
  .offerParticipate form.birthDate .date {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .offerParticipate form.birthDate .date label {
    font-size: 18px;
  }
  .offerParticipate form.birthDate .date [type=text] {
    text-align: center;
  }
  .offerParticipate form.birthDate .date .errors li {
    font-size: 14px;
  }
  .offerParticipate form.birthDate button.button {
    font-size: 28px;
    min-width: 144px;
    width: 307px;
  }
  .offerParticipate form.birthDate .cnil {
    margin-top: 2rem;
  }
  .offerParticipate form.birthDate .cnil img {
    margin-left: 10px;
  }
  .offerParticipate form.identity .actions {
    margin-bottom: 2rem;
  }
  .offerParticipate form.lot .choice > .benefit-choice {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -3.1rem;
  }
  .offerParticipate form.lot .choice > .benefit-choice input[type="radio"] {
    position: relative;
    top: 47px;
    left: -9rem;
  }
  .offerParticipate form.lot .choice > .benefit-choice input[type="radio"] + label {
    width: 90vw;
    max-width: 570px;
    height: auto;
    min-height: 180px;
  }
  .offerParticipate form.lot .choice > .benefit-choice img {
    width: 359px;
  }
  .offerParticipate form.lot .choice > .size,
  .offerParticipate form.lot .choice > .civility {
    display: inline-flex;
    width: 100%;
    position: relative;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 1rem;
  }
  .offerParticipate form.lot .choice > .size [type=radio],
  .offerParticipate form.lot .choice > .civility [type=radio] {
    position: relative;
    top: 5px;
    left: 30px;
    margin-left: -11px;
  }
  .offerParticipate form.lot .choice > .size [type=radio] + label,
  .offerParticipate form.lot .choice > .civility [type=radio] + label {
    flex: 0 0 auto;
  }
  .offerParticipate form.lot .choice > .civility [type=radio] + label {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100px;
  }
  .offerParticipate form.lot .choice > .size [type=radio] + label {
    padding-left: .5rem;
    padding-right: .5rem;
    width: 41px;
    position: relative;
    left: -17px;
  }
  .offerParticipate form.validParticipation .box_form p,
  .offerParticipate form.validParticipation_nl .box_form p {
    font-size: 18px;
  }
  .offerParticipate form .cnil {
    margin-top: 2rem;
  }
  .offerParticipate form .cnil p {
    color: #000000;
  }
  .cms .grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .cms h2 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
  .cms h6 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .cms p {
    font-size: 14px;
  }
  .cms .brand_celsius {
    background-image: url(../images/mobile/Layer_1.png);
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 4rem;
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 40em) {
  header nav {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  footer {
    background-color: #000000;
  }
  footer .footer-content {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .offerParticipate div#main > div:has(.birthDate) {
    background-image: url(../images/Layer_2.png);
    background-position: center 120%;
    background-repeat: no-repeat;
  }
  .offerParticipate div#main > div:has(.identity) {
    background-image: url(../images/Layer_1.png);
    background-position: center 103%;
    background-repeat: no-repeat;
  }
  .offerParticipate div#main > div:has(.lot) {
    background-image: url(../images/Layer_3.png);
    background-position: center 120%;
    background-repeat: no-repeat;
  }
  .offerParticipate div#main > div:has(.validParticipation) {
    background-image: url(../images/Layer_2.png);
    background-position: center 124%;
    background-repeat: no-repeat;
  }
  .offerParticipate:has(.validParticipation) .cnil {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }
  .offerParticipate:has(.validParticipation) footer,
  .offerParticipate:has(.birthDate) footer {
    background-image: url(../images/French-Can-Peach-Vibe-open-tab.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 3.5rem;
  }
  .offerParticipate form.birthDate h2 {
    font-style: Bold;
    font-size: 59px;
    line-height: 100%;
    text-align: center;
  }
  .offerParticipate form.birthDate .date {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .offerParticipate form.birthDate .date label {
    font-family: "din-pro-condensed-bold";
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }
  .offerParticipate form.birthDate .date label,
  .offerParticipate form.birthDate .date input {
    max-width: 470px;
    text-align: center;
    font-family: "din-pro-condensed-bold";
  }
  .offerParticipate form.birthDate .box_form .cell.small-12.text-center.actions {
    margin-bottom: 0rem;
  }
  .offerParticipate form.birthDate .box_form button.button {
    width: 317px;
  }
  .offerParticipate form.birthDate .box_form .cnil p {
    margin-right: 22rem;
    margin-left: 21rem;
    text-align: center;
    margin-bottom: 0;
  }
  .offerParticipate form.identity .box_form {
    width: 790px;
    margin: auto;
  }
  .offerParticipate form.identity .cnil {
    display: inline-flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }
  .offerParticipate form.identity .cnil > div {
    flex: 1;
  }
  .offerParticipate form.identity .cnil > div.block-left {
    margin-right: 10px;
  }
  .offerParticipate form.lot {
    text-align: center;
  }
  .offerParticipate form.lot h3 {
    margin-left: -3rem;
  }
  .offerParticipate form.lot .box_form {
    position: relative;
    top: -2rem;
  }
  .offerParticipate form.lot .choice > .benefit-choice input[type=radio] {
    position: relative;
    left: 84px;
    bottom: 82px;
  }
  .offerParticipate form.lot .choice > .benefit-choice input[type=radio] + label {
    width: 530px;
    height: 230px;
    margin-right: 3.8rem;
    margin-left: 3rem;
  }
  .offerParticipate form.lot .choice > .benefit-choice img {
    width: 515px;
    height: 185px;
  }
  .offerParticipate form.lot .choice.civility,
  .offerParticipate form.lot .choice.size {
    position: relative;
    left: -2.8rem;
  }
  .offerParticipate form.lot .choice.civility label,
  .offerParticipate form.lot .choice.size label {
    margin-right: 3rem;
  }
  .offerParticipate form.lot .mandatory {
    margin-left: -24rem;
    position: relative;
  }
  .offerParticipate form.lot .actions button.button {
    font-size: 15px;
    width: 290px;
  }
  .offerParticipate form.validParticipation .box_form > div {
    padding-left: 11rem;
    padding-right: 12rem;
  }
  .offerParticipate form.validParticipation .box_form p {
    width: 899px;
    margin-top: 1.5rem;
    font-size: 24px !important;
  }
  .offerParticipate form.validParticipation .box_form .actions {
    display: none;
  }
  .offerParticipate form.identity h2,
  .offerParticipate form.lot h2,
  .offerParticipate form.validParticipation h2 {
    font-family: "DIN Pro", sans-serif;
    font-weight: 700;
    font-size: 59px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .offerParticipate form.validParticipation,
  .offerParticipate form.validParticipation_nl {
    min-height: 83.6vh;
  }
  .cms #cms {
    background-image: url(../images/Layer_2.png);
    background-position: center 120%;
    background-repeat: no-repeat;
  }
  .cms #cms .content_block {
    margin-bottom: 8rem;
    padding: 3rem;
  }
  .cms #cms .content_block h2 {
    font-size: 59px;
  }
  .cms #cms .content_block p {
    font-size: 29px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .cms #cms .Celsius_athx {
    position: relative;
    top: -3rem;
  }
  .cms footer {
    background-image: url(../images/French-Can-Peach-Vibe-open-tab.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 3rem;
  }
  .Celsius_athx .Celsius_img {
    width: 204px;
    height: 54px;
    margin-right: 2rem;
    padding-right: 2rem;
    border-right: 1px solid white;
  }
  .Celsius_athx .athx_img {
    width: 137px;
    height: 49px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .offerParticipate:has(.validParticipation) footer {
    background-size: 38%;
  }
  .cms #cms {
    background-position: center 157%;
  }
  .cms footer {
    background-size: 38%;
  }
}
