@font-face {
  font-family: 'Poppins Regular';
  src: url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Light';
  src: url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins SemiBold';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Medium';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display Bold';
  src: url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display SemiBold';
  src: url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display Black';
  src: url('../fonts/PlayfairDisplay-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplate Bold';
  src: url('../fonts/CopperplateGothicBold.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplate Light';
  src: url('../fonts/Copperplate-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IcoFont';
  font-style: 'Regular';
  font-weight: normal;
  src: url('../fonts/icofont.woff2') format("woff2"), url('../fonts/icofont.woff') format("woff");
}
@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: #ffffff;
}
body * {
  font-family: 'Poppins Light';
  font-size: 1em;
  line-height: 1.3;
  color: #161616;
  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: #161616;
  height: 100%;
  position: fixed;
  min-height: 100vh;
  margin: 0 auto;
  top: 0;
  opacity: 0.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 #d9b683;
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
#blocked {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  text-align: center;
  padding-top: 200px;
}
#blocked h3,
#blocked p {
  font-family: 'Poppins SemiBold';
  font-size: 30px;
  color: #ffffff;
}
a.btn,
a.button,
button,
button.btn,
button.button,
.button {
  font-family: 'Playfair Display Bold';
  font-size: 16px;
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1.1;
  padding: 0.8em 1em;
  margin: 0;
  background-color: #a3355a;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 211px;
}
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 {
  border-color: #a3355a;
  background-color: #ffffff;
  color: #a3355a;
}
a.btn.hollow,
a.button.hollow,
button.hollow,
button.btn.hollow,
button.button.hollow,
.button.hollow {
  border: 1px solid #a3355a;
  background-color: #ffffff;
  color: #a3355a;
}
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 {
  background-color: #a3355a;
  border-color: transparent;
  color: #ffffff;
}
.button.disabled,
.button[disabled] {
  background-color: transparent;
  color: #999999;
  opacity: 1;
  border: 1px solid #999999;
}
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: transparent;
  color: #999999;
  opacity: 1;
  border: 2px solid #999999;
}
form .box_form {
  max-width: 75rem;
  margin: 0 auto;
}
form .group-field {
  margin-bottom: 2rem;
}
form .group-field label {
  position: absolute;
  cursor: text;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  margin-left: 10px;
}
form .group-field label.focus {
  color: #aaaaaa;
  font-size: 12px;
  padding-right: 10px;
  background-color: #ffffff;
  -webkit-transform: translateY(-12px) scale(0.8);
  transform: translateY(-12px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
form label {
  font-family: 'Poppins Regular';
  font-size: 18px;
  font-style: italic;
  color: #666666;
  margin-bottom: 5px;
}
form label span {
  color: #a3355a;
}
form [type=email],
form [type=password],
form [type=text] {
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #999999;
  box-shadow: none;
  margin: 0 0 2rem;
  background-color: #ffffff;
  color: #999999;
}
form [type=email]::-webkit-input-placeholder,
form [type=password]::-webkit-input-placeholder,
form [type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
form [type=email]::placeholder,
form [type=password]::placeholder,
form [type=text]::placeholder {
  opacity: 1;
  color: #999999;
}
form [type=email]:-ms-input-placeholder,
form [type=password]:-ms-input-placeholder,
form [type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}
form [type=email]:-moz-placeholder,
form [type=password]:-moz-placeholder,
form [type=text]:-moz-placeholder {
  opacity: 1;
  color: #999999;
}
form [type=email]:focus,
form [type=password]:focus,
form [type=text]:focus {
  border: 0;
  border-bottom: 1px solid #999999;
  box-shadow: none;
}
form textarea {
  font-size: 16px;
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #999999;
  box-shadow: none;
  margin: 0 0 2rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 150px;
  color: #999999;
}
form textarea:focus {
  border: 0;
  border-bottom: 1px solid #999999;
  box-shadow: none;
}
form select {
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #999999;
  box-shadow: none;
  background-color: #ffffff;
  padding: 0.5rem;
  background-image: url(../images/arrow.png);
  background-size: 11px 7px;
  background-position: right;
  color: #999999;
}
form select:focus {
  border: 0;
  border-bottom: 1px solid #999999;
  box-shadow: none;
}
form .checkbox {
  margin-bottom: 1rem;
  position: relative;
}
form .checkbox label {
  font: normal 16px 'Poppins Light';
}
form .checkbox label a {
  color: #666666;
}
form .checkbox input {
  margin: 0;
  position: absolute;
}
form .checkbox input + label {
  margin: 0;
  padding-left: 2em;
  position: relative;
}
form .checkbox input + label a {
  text-decoration: underline;
}
form .checkbox input + label::before {
  content: '';
  font-family: 'IcoFont';
  font-size: 1.25em;
  line-height: 1.2;
  background-color: #fafafa;
  border: 1px solid #9b9b9b;
  display: block;
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form .checkbox input:checked + label::before {
  content: "\eed8";
  color: #a3355a;
}
form .checkbox ul.errors {
  margin: 0 0 .5rem 0;
  position: static;
  text-align: left;
}
form .choice input[type=radio] {
  position: absolute;
}
form .choice input[type=radio] + label {
  position: relative;
  padding-left: 2em;
}
form .choice input[type=radio] + label:before {
  content: '';
  font-family: 'IcoFont';
  font-size: 1.25em;
  line-height: 1.2;
  background-color: #fafafa;
  border: 1px solid #9b9b9b;
  display: block;
  position: absolute;
  top: -0.2em;
  left: -8px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
form .choice input[type=radio]:checked + label:before {
  border-color: #a3355a;
}
form .choice input[type=radio]:checked + label:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2px;
  margin-left: -3px;
  background-color: #a3355a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
form .civility {
  margin: 1rem 0;
}
form .format {
  font: 12px 'Poppins Regular';
  color: #a3355a;
}
form .important p,
form .warning p,
form .cnil p {
  font-size: 12px;
  color: #999999;
}
form .important p a,
form .warning p a,
form .cnil p a {
  color: #a3355a;
  text-decoration: underline;
}
form .mandatory p {
  font-size: 12px;
  color: #999999;
}
form .form_title {
  font: 32px/1.5 Playfair Display Bold;
  text-align: center;
  margin: 3rem 0;
}
form .form_title span {
  font: inherit;
  color: #a3355a;
}
form label.captcha-label {
  font-family: 'Poppins SemiBold';
  font-size: 18px;
  color: #161616;
  text-align: center;
  margin-bottom: 1rem;
}
form .captcha {
  margin: auto auto 4em;
}
form .captcha .captcha-field,
form .captcha .captcha-image,
form .captcha .captcha-reload {
  display: inline-block;
  vertical-align: middle;
}
form .captcha .captcha-reload {
  padding-left: .5em;
  width: 5%;
}
form .captcha .captcha-reload a {
  font-size: 2em;
}
form .captcha .captcha-reload a .icofont-ui-reply {
  font-family: 'IcoFont';
  color: #a3355a;
  font-style: normal;
}
form .captcha .captcha-image {
  border-left: 0;
  border: 1px solid #eee;
  background-color: #fafafa;
}
form .captcha .captcha-field,
form .captcha .captcha-image {
  width: 45%;
  text-align: center;
}
form .captcha .captcha-field [type="text"],
form .captcha .captcha-image [type="text"] {
  border: 1px solid #eee;
  border-left: 0;
  width: 100%;
  height: 46px;
  margin: 0;
  text-align: center;
}
form .file.upload_container {
  text-align: center;
  margin-bottom: 2rem;
}
form .file.upload_container .file_data {
  display: none;
}
form .file.upload_container .uploaded_area img {
  max-width: 150px !important;
}
form .file.upload_container .uploaded_area img.portrait {
  max-width: 88px !important;
}
form .file.upload_container .uploaded_area p.reference,
form .file.upload_container .uploaded_area p.mime_type {
  display: none;
}
.alert {
  margin: 2rem auto;
}
.alert p {
  font: 14px 'Poppins Regular';
  color: #999999;
  margin-bottom: 0;
}
div#main > div {
  max-width: 100%;
}
.action {
  margin: 2rem 0;
  text-align: center;
}
.actions {
  direction: rtl;
  margin: 1rem 0 2rem;
  text-align: center;
}
.actions > * {
  direction: ltr;
  display: inline-block;
  margin: .5em;
}
.reveal {
  padding: 2rem 1rem;
}
.reveal button.close-button {
  background-color: transparent;
  min-width: auto;
  color: #a3355a;
  padding: 0;
  filter: none;
  border: 0;
}
.reveal h2 {
  font-size: 24px;
  color: #a3355a;
}
.reveal .content {
  text-align: center;
}
.reveal .close-button span {
  font-family: 'IcoFont';
}
#tarteaucitronRoot div#tarteaucitron button {
  min-width: auto;
}
ul.errors {
  margin-left: 0;
}
ul.errors li {
  font: 12px 'Poppins Medium';
  color: #a3355a;
  list-style-type: none;
}
#age {
  height: 100vh;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100vw;
  z-index: 100;
}
#age:before {
  background: rgba(0,0,0,0.75);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
}
#age:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#age .age-inner {
  background: #ffffff;
  display: inline-block;
  max-width: 90vw;
  padding: 40px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 102;
}
#age .age-inner p {
  font-family: 'Playfair Display Bold';
  font-size: 32px;
  margin: 2rem 0;
}
#age .age-inner div.buttons-container {
  text-align: center;
}
#age .age-inner div.buttons-container a {
  margin: 1em 1em 0;
}
header {
  border-bottom: 1px solid #cccccc;
}
header .title-bar {
  background-color: #ffffff;
  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: #161616;
  -webkit-box-shadow: 0 8px 0 #161616, 0 16px 0 #161616;
  box-shadow: 0 8px 0 #161616, 0 16px 0 #161616;
  transform: none;
  width: 30px;
  height: 2px;
  right: 0;
  margin: 0 auto;
}
header .title-bar .menu-icon:hover:after {
  background: #161616;
  -webkit-box-shadow: 0 8px 0 #161616, 0 16px 0 #161616;
  box-shadow: 0 8px 0 #161616, 0 16px 0 #161616;
}
header .title-bar .menu-icon.close:before {
  content: "";
  transform: rotate(-45deg) translate(7px,-8px);
  background: #161616;
  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 #161616, 0 0 0;
  -webkit-box-shadow: 0 8px 0 #161616, 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: #161616;
  background-color: transparent;
}
header .top-bar .top-bar-right ul li a {
  font: 14px 'Poppins SemiBold';
}
header .top-bar .top-bar-right ul li a:hover {
  color: #a3355a;
}
footer {
  border-top: 1px solid #cccccc;
}
footer .menu ul li a {
  font: 14px 'Poppins Regular';
  color: #666666;
}
footer .menu ul li.active > a {
  background-color: transparent;
  color: #666666;
}
.banner {
  background-image: url(../images/fond.jpg);
  background-size: cover;
}
.banner .container {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 3.2rem 0.5rem;
}
.banner .container .bloc {
  transform: skew(-8deg);
  height: auto;
  padding: 2rem 1rem;
}
.banner .container .bloc .content {
  transform: skew(8deg);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.banner .container .bloc.left-bloc {
  width: 45%;
  background: #ffffff;
  border: 4px solid #a3355a;
}
.banner .container .bloc.left-bloc h1 {
  font: 28px/1.5 Copperplate Bold;
  text-transform: uppercase;
  color: #a3355a;
  padding: 0 1rem;
}
.banner .container .bloc.left-bloc h1 span {
  all: inherit;
  font-size: 32px;
}
.banner .container .bloc.left-bloc h2 {
  font: 20px/1.5 Copperplate Bold;
}
.banner .container .bloc.left-bloc .date {
  font: 20px/1 Copperplate Light;
  margin-bottom: 0;
}
.banner .container .bloc.left-bloc .separator {
  font: 22px/1 Copperplate Light;
}
.banner .container .bloc.right-bloc {
  width: 25%;
  background: #d6b07a;
  position: relative;
  z-index: 1;
}
.banner .container .bloc.right-bloc:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #ffffff;
  transform: skew(0deg);
  pointer-events: none;
}
.banner .container .bloc.right-bloc h3 {
  font: 16px/1 Copperplate Bold;
  color: #ffffff;
  text-transform: uppercase;
}
.banner .container .bloc.right-bloc h4 {
  font: 16px/1.5 Copperplate Bold;
  color: #a3355a;
  text-transform: uppercase;
}
.banner .container .bloc.right-bloc h4 span {
  all: inherit;
}
.banner .container .bloc.right-bloc h4 span#sub-point {
  font-size: 24px;
}
.banner .container .bloc.right-bloc h4 span#sub-point {
  font-size: 22px;
}
.banner .container .bloc.right-bloc a.button {
  margin-top: 1rem;
}
.home .titre-ligne {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: center;
  margin: 3rem 0;
}
.home .titre-ligne h3 {
  font: 32px 'Playfair Display Bold';
  text-align: center;
  position: relative;
  margin: 0;
}
.home .titre-ligne h3 span {
  font: initial;
  font-size: 32px;
  color: #a3355a;
}
.home .titre-ligne .ligne {
  flex: 1;
  height: 2px;
  background-color: #161616;
  max-width: 20%;
}
.home section.prize-instant ul {
  list-style-type: none;
}
.home section.prize-instant ul li.block-entry {
  text-align: center;
  position: relative;
}
.home section.prize-instant ul li.block-entry:not(:last-child) {
  border-right: 3px solid #efefef;
}
.home section.prize-instant ul li.block-entry p span#limit {
  display: block;
  margin-top: 15px;
}
.home section.giveaway {
  align-items: center;
  background-color: #efefef;
}
.home section.giveaway .media {
  background-color: #a3355a;
  padding: 4rem 0;
  text-align: center;
}
.home section.giveaway .content {
  background-color: #efefef;
}
.home section.giveaway .content .heading-tex {
  max-width: 70%;
  margin: 0 auto;
}
.home section.giveaway .content .heading-tex h4 {
  font-family: 'Playfair Display SemiBold';
  font-size: 32px;
  text-transform: uppercase;
}
.home section.giveaway .content .heading-tex h4 span {
  font-family: inhiret;
  font-size: inherit;
  text-transform: inherit;
  color: #a3355a;
}
.home section.giveaway .content .heading-tex h4 span#chiffre {
  font-family: inherit;
  font-size: 44px;
  color: inherit;
}
.home section.participation-steps {
  margin: 0 0 2rem;
}
.home section.participation-steps > div {
  text-align: center;
  padding: 0 3rem;
}
.home section.participation-steps > div:nth-child(2) .content-text p {
  margin-bottom: 0;
}
.home section.participation-steps .item {
  margin: 0 auto 2rem;
  width: 103px;
  position: relative;
}
.home section.participation-steps .item .image-number {
  font-family: 'Playfair Display Black';
  color: #ffffff;
  background: #161616;
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 1px 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.home section.participation-steps .content-text p {
  font-size: 18px;
}
.home section.participation-steps .content-text p .bold {
  font-family: 'Poppins SemiBold';
}
.offerParticipate form .box_form .legend {
  font-family: 'Poppins SemiBold';
  font-size: 18px;
  text-align: center;
}
.offerParticipate form.identity .important {
  color: #a3355a;
  margin-bottom: 3rem;
}
.offerParticipate form.identity .warning ul {
  list-style-type: none;
}
.offerParticipate form.identity h4 {
  font: 18px 'Poppins SemiBold';
  text-align: center;
}
.offerParticipate form.identity .format {
  margin-bottom: 3rem;
}
.offerParticipate form.identity a.info {
  font: 16px/1.5 'IcoFont';
  color: #a3355a;
  border: 1px solid #9b9b9b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
}
.offerParticipate form.identity .notice-message {
  text-align: center;
}
.offerParticipate form.identity .notice-message p {
  font: 12px 'Poppins Light';
  margin-bottom: 2rem;
}
.offerParticipate form.identity .notice-info,
.offerParticipate form.identity .format {
  font-size: 14px;
}
.offerParticipate form.identity .note_format {
  margin-bottom: 4rem;
}
.offerParticipate form.identity .note_format p {
  font: 12px 'Poppins Light';
  text-align: center;
}
.offerParticipate form.suspense .content > div {
  flex-direction: column;
  align-items: center;
}
.offerParticipate form.suspense h1 {
  display: none;
}
.offerParticipate form.suspense h3 {
  font-family: 'Poppins SemiBold';
  font-size: 18px;
}
.offerParticipate form.suspense .number {
  font-family: 'Playfair Display Bold';
  font-size: 150px;
  color: #a3355a;
  border: 1px solid #a3355a;
  border-radius: 50%;
  padding: 1.2rem 1rem 4rem;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
}
.offerParticipate form.confirmParticipation {
  text-align: center;
}
.offerParticipate form.confirmParticipation h1 {
  display: none;
}
.offerParticipate form.confirmParticipation h2 {
  color: #a3355a;
}
.offerParticipate form.confirmParticipation .content > div {
  flex-direction: column;
  align-items: center;
}
.offerParticipate form.confirmParticipation .download {
  margin: 1rem 0 2rem;
}
.offerParticipate form.confirmParticipation .download span {
  font-family: 'IcoFont';
  color: #ffffff;
}
.offerParticipate form.confirmParticipation .download:hover span {
  color: #a3355a;
}
.complaint form .details {
  position: relative;
  top: -31px;
}
.complaint form .details p {
  font: 12px 'Poppins Light';
}
.complaint form .upload_info {
  text-align: center;
}
.complaint form .upload_info p {
  margin-bottom: 0;
}
.complaint form .upload_info p.format {
  color: #666666;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .banner .container .bloc.left-bloc {
    position: relative;
  }
  .banner .container .bloc.left-bloc:before {
    content: "";
    background-image: url(../images/combo.png);
    position: absolute;
    width: 330px;
    height: 394px;
    transform: skew(8deg);
    left: -204px;
    top: 0;
  }
  .banner .container .bloc.left-bloc .content {
    max-width: 80%;
    margin-left: auto;
  }
  .banner .container .bloc.left-bloc .content h1 {
    padding: 0 1rem;
  }
  .home section.prize-instant ul li.block-entry p span {
    display: block;
  }
  .home section.giveaway .content .heading-tex h4 span:not(#chiffre) {
    display: block;
  }
  .offerParticipate form.code .group-field,
  .offerParticipate form.code .captcha_widget {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .offerParticipate form.identity .group-field:has(.name_input) {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .complaint form .details p {
    width: 48%;
    margin-left: auto;
  }
  .complaint form .captcha_widget {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .banner {
    background-image: url(../images/fond-2.jpg);
  }
  .banner .container {
    flex-direction: column;
    align-items: center;
    width: 85%;
    margin: 0 auto;
  }
  .banner .container .bloc.left-bloc,
  .banner .container .bloc.right-bloc {
    width: 85%;
  }
  .banner .container .bloc.left-bloc:before {
    content: none;
  }
  .banner .container .bloc.left-bloc:after {
    content: "";
    background-image: url(../images/item-1.png);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width: 125px;
    height: 125px;
    transform: skew(8deg);
    right: -33px;
    top: -45px;
  }
  .banner .container .bloc.left-bloc .content {
    max-width: 100%;
  }
  .banner .container .bloc.right-bloc {
    position: relative;
  }
  .banner .container .bloc.right-bloc:after {
    content: "";
    background-image: url(../images/item-2.png);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width: 263px;
    height: 363px;
    transform: skew(8deg);
    left: -81px;
    bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    min-height: auto !important;
    height: auto !important;
    margin-top: 1rem;
    width: 98%;
    margin-left: auto;
  }
  header .title-bar {
    justify-content: space-between;
  }
  .banner .container .bloc.left-bloc,
  .banner .container .bloc.right-bloc {
    width: 100%;
  }
  .banner .container .bloc.left-bloc:after {
    right: -10px;
    background-size: 80%;
  }
  .banner .container .bloc.left-bloc .date {
    font-size: 11px;
  }
  .banner .container .bloc.left-bloc h1 {
    font-size: 12px;
  }
  .banner .container .bloc.left-bloc h1 span {
    font-size: 16px;
  }
  .banner .container .bloc.left-bloc h2 {
    font-size: 12px;
  }
  .banner .container .bloc.left-bloc .separator {
    font-size: 12px;
  }
  .banner .container .bloc.right-bloc:after {
    left: -46px;
    bottom: 0;
    background-size: 50%;
    background-position: bottom left;
  }
  .banner .container .bloc.right-bloc .content {
    max-width: 75%;
    margin-left: auto;
  }
  .banner .container .bloc.right-bloc h3 {
    font-size: 10px;
    line-height: 1.5;
  }
  .banner .container .bloc.right-bloc h4 {
    font-size: 14px;
    line-height: 1;
  }
  .banner .container .bloc.right-bloc h4 span#sub-point,
  .banner .container .bloc.right-bloc h4 span#sub-point {
    font-size: 16px;
  }
  .banner .container .bloc.right-bloc a.button {
    display: none;
  }
  form .box_form {
    padding: 0 0.5rem;
  }
  form .form_title {
    font-size: 20px;
  }
  .home .titre-ligne h3 {
    font-size: 16px;
  }
  .home .titre-ligne h3 span {
    font-size: inherit;
  }
  .home section.giveaway .content .heading-tex {
    padding: 1rem 0;
    text-align: center;
  }
  .home section.giveaway .content .heading-tex h4 {
    font-size: 16px;
  }
  .home section.giveaway .content .heading-tex h4 span#chiffre {
    font-size: 20px;
  }
  .home section.participation-steps .content-text p {
    font-size: 14px;
  }
}
