@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.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.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DinPro Medium';
  src: 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 {
  background-color: #2c1318;
}
body * {
  font-family: 'DinPro Regular';
  font-size: 1em;
  line-height: 1.3;
  color: #ffffff;
  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;
}
body.loading:before {
  animation: spin 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  border-bottom: 9px solid #AE3F66;
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
a.btn,
a.button,
button,
button.btn,
button.button,
.button {
  font-family: 'DinPro Bold';
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  padding: 0.42em 0.6em;
  margin: 0;
  min-width: 201px;
  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: #000000;
  background-color: #ffffff;
  border: 0;
}
a.btn.hollow,
a.button.hollow,
button.hollow,
button.btn.hollow,
button.button.hollow,
.button.hollow {
  color: #ffffff;
  background-color: #AE3F66;
  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-color: #AE3F66;
}
a.btn.click,
a.button.click,
button.click,
button.btn.click,
button.button.click,
.button.click {
  color: #ffffff;
  background-color: #AE3F66;
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 3px solid rgba(234,137,99,1);
}
.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;
}
form .checkbox label a:focus,
form .checkbox label a:hover {
  color: #ffffff;
}
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 #ffffff;
  content: '';
  display: block;
  background-color: #2c1318;
  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: #ffffff;
}
form div.captcha_widget {
  display: inline-flex;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
form div.captcha_widget .captcha-field {
  width: 50%;
}
form div.captcha_widget .captcha-field input {
  text-align: left;
  border: 0;
  background-color: #e1e1e1;
  margin-bottom: 0;
}
form div.captcha_widget .captcha-image {
  width: 35%;
  background-color: #ffffff;
  height: 48px;
  line-height: 48px;
}
form div.captcha_widget .captcha-image img {
  vertical-align: middle;
}
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: #ffffff;
  text-align: center;
  display: inline-block;
}
form .errors {
  margin-left: 0;
}
form .errors li {
  font-size: 12px;
  color: orangered;
  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 {
  background-color: #000000;
}
header .title-bar {
  background-color: #000000;
  padding-bottom: 1em;
}
header .title-bar .menu-icon {
  width: 30px;
  height: 2px;
  min-width: auto;
  filter: none;
  border: 0;
  background-color: transparent;
}
header .title-bar .menu-icon:after {
  content: '';
  background: #ffffff;
  -webkit-box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  transform: none;
  width: 30px;
  height: 2px;
  right: 0;
  margin: 0 auto;
}
header .title-bar .menu-icon:hover:after {
  background: #ffffff;
  -webkit-box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}
header .title-bar .menu-icon.close:before {
  content: "";
  transform: rotate(-45deg) translate(7px,-8px);
  background: #ffffff;
  display: block;
  width: 30px;
  height: 2px;
  top: 23px;
  left: -6px;
  position: absolute;
}
header .title-bar .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(5px,5px);
}
header .top-bar {
  background-color: transparent;
}
header .top-bar ul {
  background-color: transparent;
}
header .top-bar .top-bar-right ul li.active > a {
  color: #ffffff;
  background-color: transparent;
}
header .top-bar .top-bar-right ul li a {
  font: 14px 'DinPro Bold';
  text-transform: uppercase;
}
header .top-bar .top-bar-right ul li a:hover {
  color: #ffffff;
}
footer {
  background-color: #000000;
}
footer .footer-content {
  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;
}
.copyright p {
  font-family: 'DinPro Regular';
  font-size: 14px;
  margin: 0.5rem 0 0;
  color: #ffffff;
}
.home section h1 {
  font-size: 35px;
  text-transform: uppercase;
}
.home section h1 span {
  display: block;
  font: inherit;
}
.home section h2 {
  font-size: 30px;
  text-transform: uppercase;
  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;
}
.home section .steps .content .media {
  margin-bottom: 1rem;
}
.home section .action {
  margin: 5rem 0;
}
.home section .action .button {
  font-size: 30px;
}
.offerParticipate #main {
  height: 100%;
}
.offerParticipate form.identity p.tirage-info {
  font: 19px 'DinPro Bold';
  text-transform: uppercase;
  text-align: center;
}
.offerParticipate form.identity .question {
  text-align: center;
  margin: 2rem 0;
}
.offerParticipate form.identity .question input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.offerParticipate form.identity .question label {
  font: 19px 'DinPro Bold';
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  user-select: none;
  color: #ffffff;
  background-color: #AE3F66;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 3px solid rgba(234,137,99,1);
}
.offerParticipate form.identity .question input[type="radio"] + label {
  margin: 0.5rem;
}
.offerParticipate form.identity .question input[type="radio"]:checked + label {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.offerParticipate form.identity .cnil {
  margin-bottom: 5rem;
}
.offerParticipate form.identity .actions {
  margin: 2rem 0 4rem;
}
.offerParticipate form.validParticipation {
  min-height: 78.6vh;
}
.offerParticipate form.validParticipation .box_form > div {
  align-items: center;
  flex-direction: column;
}
.offerParticipate form.validParticipation .box_form p {
  font: 35px 'DinPro Bold';
  text-transform: uppercase;
  text-align: center;
}
.cms .content_block h2 {
  font-size: 40px;
  text-align: center;
  margin: 3rem 0 2rem;
}
.cms .content_block p {
  font-family: 'DinPro Bold';
  font-size: 35px;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  a.btn,
  a.button,
  button,
  button.btn,
  button.button,
  .button {
    font-size: 15px;
    min-width: 128px;
  }
  body {
    background-image: url(../images/mobile/objet.png), url(../images/mobile/background.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 6%, center;
    background-size: 204%, cover;
  }
  .reveal {
    height: auto;
    min-height: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  form {
    padding-right: .625rem;
    padding-left: .625rem;
  }
  form h2 {
    font-size: 28px;
  }
  form .captcha {
    text-align: center;
  }
  header .title-bar {
    justify-content: space-between;
  }
  header .title-bar-title {
    text-align: left;
  }
  header .title-bar-title img {
    max-width: 50%;
  }
  footer {
    background-color: transparent;
    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;
  }
  img.img {
    margin: 1rem auto 3rem;
  }
  .home {
    background-position: 100% 16%, center;
  }
  .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;
    margin-bottom: 2rem;
  }
  .home section .action {
    margin: 1rem 0;
  }
  .home section .action .button {
    font-size: 24px;
    background-color: rgba(174,63,102,0.5);
  }
  .home section .steps {
    padding: 2rem 0 0;
  }
  .home section .steps .content p {
    font-size: 16px;
    color: #ffffff;
  }
  .cms .grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .cms .content_block h2 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
  .cms .content_block p {
    font-size: 14px;
  }
  .offerParticipate form.identity .question label {
    font-size: 15px;
    margin: .5rem 0;
    min-width: 60%;
  }
  .offerParticipate form.validParticipation .box_form p {
    font-size: 15px;
  }
}
@media screen and (min-width: 40em) {
  body #main {
    height: 100%;
  }
  body #main > div {
    background-image: url(../images/objet.png), url(../images/background.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 19%, center;
    background-size: contain, cover;
    max-width: 100%;
  }
  body #main .content-wrapper {
    padding: 1rem 1rem 1rem 0;
    min-height: 89vh;
  }
  header .top-bar {
    max-width: 95%;
  }
  footer .footer-content {
    border-top: 1px solid #ffffff;
    margin-left: 4rem;
  }
  form .cnil .block-right {
    float: right;
  }
  form .cnil .block-left {
    float: left;
  }
  form .cnil .block-right,
  form .cnil .block-left {
    width: 48%;
    margin-right: 1%;
  }
  .offerParticipate form.validParticipation .box_form p {
    padding: 0 15px;
  }
  .cms .content_block p {
    padding: 0 79px;
  }
}
