@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;
}
@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 * {
  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: 24px;
  text-transform: uppercase;
  color: #000000;
  background-color: #e1e1e1;
  display: inline-block;
  padding: 0.42em 0.6em;
  margin: 0;
  min-width: 201px;
}
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: #000000;
  background-color: #e1e1e1;
}
a.btn.hollow,
a.button.hollow,
button.hollow,
button.btn.hollow,
button.button.hollow,
.button.hollow {
  color: #ffffff;
  background-color: #000000;
  border-color: #b1b1b1;
}
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-color: #000000;
  border-color: #b1b1b1;
}
.cnil p {
  font-family: 'DinPro Regular';
  font-size: 10px;
}
.cnil p:not(:last-child) {
  margin-bottom: 1rem;
}
form label {
  font-family: 'DinPro Medium';
  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: #e1e1e1;
  height: 48px;
  border: none;
}
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: #ffffff;
  opacity: 1;
}
form [type=email]::placeholder,
form [type=password]::placeholder,
form [type=text]::placeholder {
  font-family: 'DinPro Regular';
  font-size: 20px;
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  opacity: 1;
}
form [type=email]:focus,
form [type=password]:focus,
form [type=text]:focus {
  background-color: #e1e1e1;
  border: none;
}
form h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 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 .5em;
}
.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';
}
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 .footer-content {
  max-width: 75rem;
  margin: 0 auto;
}
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 {
  max-width: 75rem;
  margin: 0 auto;
}
.copyright p {
  font-family: 'DinPro Regular';
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}
.home section h1 {
  font-size: 35px;
  text-transform: uppercase;
}
.home section h2 {
  font-size: 40px;
  line-height: 1;
  margin: 2rem 0 3rem;
}
.home section h3 {
  font-size: 20px;
}
.home section .text_content {
  padding-top: 4rem;
}
.home section .steps .content p {
  font-family: 'DinPro Bold Italic';
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
.home section .steps .content .media {
  margin-bottom: 1rem;
}
.home section .action .button {
  font-size: 30px;
  color: #ffffff;
  background-color: #d03153;
  min-width: 300px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.offerParticipate {
  background-color: #ffffff;
}
.offerParticipate #main {
  height: 100%;
}
.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 .cnil,
.offerParticipate form.identity_nl .cnil {
  margin-bottom: 5rem;
}
.offerParticipate form.identity .actions,
.offerParticipate form.identity_nl .actions {
  margin: 2rem 0 4rem;
}
.offerParticipate form#identityForm p.tirage-info {
  font: 24px 'DinPro Bold';
  text-transform: uppercase;
  text-align: center;
}
.offerParticipate form#identityForm label.question-label {
  font: 23px 'DinPro Bold Italic';
  text-align: center;
  text-transform: none;
}
.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: 86vh;
}
.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-color: 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 {
    background-color: #000000;
    padding: 1em 0.5em;
    text-align: center;
  }
  footer .copyright p {
    position: relative;
    margin: 2rem 0 0.5rem;
  }
  footer ul.menu {
    border-top: 1px solid #ffffff;
  }
  footer ul.menu li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body:not(.home) footer {
    position: relative;
    margin-top: 16rem;
  }
  body:not(.home) footer:before {
    content: "";
    background-image: url(../images/mobile/slogonfooter_nl.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    position: absolute;
    top: -16rem;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  body:not(.home) footer.be:before {
    background-image: url(../images/mobile/slogonfooter.jpg);
  }
  .home section .text_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home section .text_content h1 {
    font-size: 25px;
  }
  .home section .text_content h2 {
    font-size: 20px;
  }
  .home section .action .button {
    margin-bottom: 4rem;
  }
  .home section .steps {
    background-color: #000000;
    padding: 2rem 0 0;
  }
  .home section .steps .content p {
    font-size: 16px;
    color: #ffffff;
  }
  .offerParticipate:has(#identityForm) footer {
    margin-top: 10rem;
  }
  .offerParticipate:has(#identityForm) footer:before {
    background-image: url(../images/mobile/slogonblackfooter_nl.png);
    width: 317px;
    height: 112px;
    top: -10rem;
  }
  .offerParticipate:has(#identityForm) footer.be:before {
    background-image: url(../images/mobile/slogonblackfooter.png);
    width: 317px;
    height: 112px;
    top: -10rem;
  }
  .offerParticipate form {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .offerParticipate form.validParticipation .box_form p,
  .offerParticipate form.validParticipation_nl .box_form p {
    font-size: 18px;
  }
  .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;
  }
}
@media screen and (min-width: 40em) {
  header nav {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    position: relative;
  }
  footer:after {
    content: "";
    position: absolute;
    background-image: url(../images/slogonfooter_nl.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 99px;
    top: -18px;
    right: 3rem;
  }
  footer.be:after {
    background-image: url(../images/slogonfooter.png);
    width: 250px;
    height: 81px;
  }
  footer .footer-content {
    border-top: 1px solid #ffffff;
  }
  body:not(.offerParticipate:has(#identityForm)) {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  body.home:before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 10rem;
    background-image: url(../images/peachVibe.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 233px;
    height: 675px;
  }
  body.home #main {
    height: 100%;
  }
  body.home #main #home {
    margin-left: auto;
    margin-right: 0;
  }
  body.home #main #home section {
    margin-bottom: 24rem;
    position: relative;
  }
  body.home #main #home section.nlhome .steps > div {
    width: 50%;
    margin: 0 auto;
  }
  .offerParticipate:has(#identityForm) footer:after {
    background-image: url(../images/slogonblackfooter_nl.png);
  }
  .offerParticipate:has(#identityForm) footer.be:after {
    background-image: url(../images/slogonblackfooter.png);
  }
  .offerParticipate:has(#identityForm) footer .footer-content {
    border-color: #000000;
  }
  .offerParticipate:has(#identityForm) footer .copyright p {
    color: #000000;
  }
  .offerParticipate:has(#identityForm) footer ul.menu li >a {
    color: #000000;
  }
  .offerParticipate:has(#identityForm) footer ul.menu li >a:hover,
  .offerParticipate:has(#identityForm) footer ul.menu li >a:focus {
    color: #000000;
  }
  .offerParticipate form {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .offerParticipate form .cnil .block-right {
    float: right;
  }
  .offerParticipate form .cnil .block-left {
    float: left;
  }
  .offerParticipate form .cnil .block-right,
  .offerParticipate form .cnil .block-left {
    width: 48%;
    margin-right: 1%;
  }
}
