@charset "UTF-8";

/*!
Koncours v2
by: Redbox Media (https://redboxmedia.ca)
Version: 2.0.4 beta
*/
.fb-comments iframe {
  width: 100% !important;
  background-color: white;
}

@font-face {
  font-family: 'koncours-v3';
  src: url("../fonts/koncours-v3.eot?33797976");
  src: url("../fonts/koncours-v3.eot?33797976#iefix") format("embedded-opentype"), url("../fonts/koncours-v3.woff2?33797976") format("woff2"), url("../fonts/koncours-v3.woff?33797976") format("woff"), url("../fonts/koncours-v3.ttf?33797976") format("truetype"), url("../fonts/koncours-v3.svg?33797976#koncours-v3") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'koncours-v3';
    src: url('../font/koncours-v3.svg?33797976#koncours-v3') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "koncours-v3";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.log-wrapper {
  width: 40%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.log-wrapper p {
  margin-top: 20px;
}

.icon-edit:before {
  content: '\21';
}

/* '!' */
.icon-settings:before {
  content: '\e800';
}

/* '' */
.icon-delete:before {
  content: '\e801';
}

/* '' */
.icon-stats:before {
  content: '\e802';
}

/* '' */
.icon-yes:before {
  content: '\e803';
}

/* '' */
.icon-no:before {
  content: '\e804';
}

/* '' */
.icon-comment:before {
  content: '\e805';
}

/* '' */
.icon-mail:before {
  content: '\e806';
}

/* '' */
.icon-share:before {
  content: '\f1e0';
}

/* '' */
body {
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  padding: 1rem;
  font-family: 'Holtwood One SC', serif;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

#results .form-group {
  margin-top: 30px;
}

body#results,
body#configuration,
body#settings {
  background-color: white;
  color: black;
}

body#results .btn:not(.btn-primary),
body#configuration .btn:not(.btn-primary),
body#settings .btn:not(.btn-primary) {
  background-color: #eee;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
  margin: 3rem 0;
}

h1 small {
  display: block;
  font-size: 60%;
}

a:link,
a:visited {
  color: #000000;
}

a:hover,
a:active {
  color: #000000;
}

body .container {
  width: 100%;
  max-width: 1420px;
}

.pagination {
  margin: 1rem auto;
  justify-content: center;
}

.pagination li {
  margin: 0 1rem;
}

form input[type="text"],
form input[type="email"] {
  padding: 0.6rem;
  width: 100%;
  border: 0;
  border: 1px solid #ced4da;
}

#step1 form input[type="text"],
#step1 form input[type="email"] {
  padding: 0.6rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  background-color: transparent;
}

#step1 .input_checkbox label {
  width: calc(100% - 28px);
  padding-left: 5px;
  vertical-align: top;
  margin-bottom: 11px;
  font-size: 12px;
  letter-spacing: .67px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.666667px;
  color: #000000;
}

form input,
form button {
  /*margin: 0.5rem auto;*/
}

form .custom_select {
  border: 0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

form .custom_select:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 7px;
  border-right-width: 7px;
  border-top: 10px solid #1C515E;
  margin-top: -5px;
}

form .custom_select select {
  padding: 10px 15px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  height: 59px;
  font-size: 16px;
}

form .custom_select select:focus {
  outline: none;
}

header form {
  display: inline-block;
  margin: 0 1rem 0 0;
}

table {
  width: 100%;
}

table th,
table td {
  padding: 0.2rem 0.6rem;
}

table tbody tr td {
  background-color: #fefefe;
}

table tbody tr:nth-child(even),
table tbody tr:nth-child(even) td {
  background-color: #efefef;
}

#contest {
  position: relative;
  padding: 0;
  background-color: #fff;
}

#contest>header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

#contest>header .top-banner {
  position: absolute;
  right: 20px;
  top: 20px;
}

#contest>header .top-banner .btn {
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}

#contest>header .top-banner .btn {
  padding: 0;
  background: transparent;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.666667px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

#contest>header .top-banner .btn:hover {
  text-decoration: none;
  border: 0;
}

#contest>header .top-banner .btn.active {
  display: none;
}

.btn {
  --bs-btn-border-width: 0px;
}

#step1 .form_submit .btn {
  display: block;
  border: 1px solid #000000;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border-radius: 0px;
  padding: 10px 24px;
}

#step1 .form_submit .btn:hover {
  display: block;
  border: 1px solid #000;
  color: #fff;
  background-color: #000000;
}

#contest a.btn {
  padding: 17px;
  max-width: 320px;
  width: 100%;
}

#contest .btn_invitez a.btn {
  font-size: 14px;
  padding-top: 24px;
}

/* #contest .container {
  position: relative;
} */

#contest .container .reglements {
  width: unset;
  left: 12%;
  right: 9%;
  position: absolute;
  bottom: 40px;
  text-align: center;
}

#contest .container .reglements a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.666667px;
  color: #000000;
}

#contest form input[type="text"],
#contest form input[type="email"] {
  height: 59px;
  padding: 10px 15px;
  
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

#contest form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  text-transform: uppercase;
}

#contest form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  text-transform: uppercase;
}

#contest form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  text-transform: uppercase;
}

#contest form :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  text-transform: uppercase;
}

#contest .form_row {
  margin-right: -9px;
}

#contest .field {
  clear: both;
  padding-right: 9px;
  margin-bottom: 12px;
}

#step1 .field {
  clear: both;
  padding-right: 9px;
  margin-top: 30px;
}

#contest .field.col_50 {
  width: 50%;
  float: left;
  clear: none;
}

#contest .label {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#contest .label h3 {
  font-size: 14px;
  margin-bottom: 0;
}

#contest .input_checkbox {
  padding-top: 12px;
}

#contest .input_checkbox.conditionUse {
  margin-right: 0;
  border: 0px;
  margin-top: 20px;
 /* width: calc(100% + 98px);*/
}

#contest .input_checkbox label {
  /*width: calc(100% - 98px);*/
  padding-left: 5px;
  vertical-align: top;
  margin-bottom: 11px;
  font-size: 12px;
  letter-spacing: .67px;
}

#step1,
#step3 {
  background: url(../../images/Ecran12x.png) no-repeat right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#step1 .field label {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
}

#step1 .container {
  max-width: unset;
  padding: 0;
}

#step1 header {
  display: none;
}

#step1 .sur-title h2,
#step3 .sur-title h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  color: #000000;
}

#step1 .princ-title h3 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2.1px;
}

#step3 .princ-title h3 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1.05px;
  color: #000000;
}

#step1 .sub-title h4 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1.05px;
  color: #000000;
}

#step1 .bas-title h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2x;
  text-align: center;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  color: #000000;
}

#step1 .bas-text p {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1.05px;
  color: #000000;
}

#step3 .bas-title h5 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2.1px;
  color: #000000;
}

#step1 .row {
  margin: 0;
  display: table;
  width: 100%;
  min-height: 100vh;
}

#step1 .col.texte {
  width: 66.5%;
  display: table-cell;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

#step1 .logo,
#step3 .logo {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 90px;
}

#step1 .sur-title,
#step3 .sur-title {
  padding-bottom: 20px;
}

#step1 .sub-title {
  padding-top: 10px;
  padding-bottom: 40px;
}

#step1 .bas-title {
  padding-bottom: 10px;
}

#step1 .princ-img {
  text-align: center;
  padding-left: 8%;
  margin-bottom: -30px;
}

#step3 .princ-img {
  text-align: center;
  margin-top: 20px;
}

#step1 .col.texte .infos {
  text-align: center;
  clear: both;
  max-width: 80%;
  padding-top: 2vw;
}

#step1 .col.texte .infos p {
  margin-bottom: 0;
}

#step1 .col.texte .infos .surtitre {
  color: #6C6C6C;
  font-size: 21px;
  font-weight: 300px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .5px;
}

#step1 .col.texte .infos h1 {
  color: #C6AB57;
  font-size: 40px;
  font-weight: bold;
  ;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 0;
}

#step1 .col.texte .infos .soustitre {
  color: #6C6C6C;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 22px;
}

#step1 .col.texte .infos .descrip {
  color: #6C6C6C;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .45px;
  margin: 0 auto 35px;
  max-width: 635px;
}

#step1 .col.texte .logo img,
#step3 .col.texte .logo img {
  margin-bottom: 14px;
      max-width: 270px;
    width: 50%;
}

#step1 .col.texte .logo .text_logo {
  font-size: 19px;
  color: #6C6C6C;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;

}

#step1 .col.form {
  width: 33.5%;
  display: table-cell;
  vertical-align: middle;
  padding: 60px 4% 100px 4%;
  color: #fff;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(11px);
}

#step1 .form_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}

#step1 .col.form .wrap_form {
  max-width: 360px;
  margin: 0 auto;
}

#step1 .fill_fb {
  margin-bottom: 40px;
}

#step1 .steps {
  position: relative;
}

#step1 .steps .step {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
  font-size: 30px;
  font-weight: normal;
  font-family: 'Holtwood One SC', serif;
}

#step1 .form_row.email_row {
  margin-bottom: 90px;
}

#step1 .steps .step span {
  font-size: 16px;
}

#step1 .field_instagram {

  margin-bottom: 27px;
}

#step1 .field_instagram a {
  padding: 13px 19px;
  color: #fff;
  background: #42B09E;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  height: 67px;
  text-decoration: none;
}

#step1 .field_instagram a svg {
  vertical-align: middle;
  margin-right: 19px;
  font-size: 0;

}

#step1 .fill_fb .btn {
  white-space: normal;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px 14px 79px;
  background: #000000 url(../../images/fb-icon.png) 19px 50% no-repeat;
  background-size: 40px auto;
  text-align: left;
  font-weight: 600;
  height: auto;
  line-height: 13.68px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

#step1 span.sp-rl {
  font-size: 18px;
  letter-spacing: 2px;
  color: #000000;
}

#step1 span.sp-rl a {
  text-decoration: none;
}

#step1 .smaller {
  font-size: .8em;
}

#step1 .custom_content {
  display: table;
  /*width: calc(100% + 91px);*/
}

#step1 .custom_content .texte_checkbox {
  display: table-cell;
  vertical-align: top;
  padding-right: 12px;
}

#step1 .input_checkbox .icon {
      width: 73px;
    position: absolute;
    right: -38px;
    top: -26px;
}

#step1 .custom_content .icon .text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  color: #000000;
}

#step1 .input_checkbox {
  padding-top: 12px;
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 10px;
  position: relative;
}

#step1 .text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  padding-right: 31px;
}

#step1 .form_submit {
  margin-top: 37px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
}

#step2 {
  position: relative;

  min-height: 100vh;
}

#step2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/bg_step2.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
}

#step3 .bas-title {
  min-width: 637px;
  width: 637px;
  margin-left: auto;
  margin-right: auto;
}

#step2 .texte_image {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .5;
  width: 40%;
}

#step2 h1,
#step2 h2 {
  display: none;
}

#step2 .steps {
  padding-top: 78px;
}

#step2 .steps .step {
  position: relative;
  margin-bottom: 21px;
}

#step2 .steps .step .wrap_step {
  padding: 26px 19px 26px 0;
  min-height: 120px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #AFAFAF;
}

#step2 .steps .th-step .wrap_step {
  border-bottom: 0;
}

#step2 .steps .step .wrap_step .no {
  width: 86px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  top: -4px;
  position: relative;
  text-align: center;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 2.1px;
  color: #000000;
}

#step2 .steps .step .wrap_step .info {
  width: calc(100% - 86px);
  padding-right: 309px;
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
}

#step2 .steps .step .wrap_step .info .texte {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0.666667px;
  color: #000000;
}

#step2 .steps .step:nth-child(1) .wrap_step .info {
  /*width: calc(100% - 148px );
                padding-right: 148px;*/
}

#step2 .steps .step:nth-child(1) .button {
  position: absolute;
  /*top: 29px;*/
}

#step2 .steps .step:nth-child(1) .button .btn_ {
  overflow: hidden;
  padding: 5px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 43px;
  height: 81px;
  text-align: center;
  width: 168px;
  width: 240px;
  line-height: 1.2;
  background-color: transparent;
  border: 1px solid #000000;
}

button#share-this {
  border: 1px solid #000000;
  border-radius: 0px;
  width: 168px;
  height: 42px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding-top: 8px;
  padding-left: 8px;
}

button#share-this span {
  position: absolute;
  top: 7px;
  left: 15px;
}

button#share-this span.sh_en {
  position: absolute;
  top: 7px;
  left: 28px;
}

.texte span a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #000000;
}

#step3 .bas-text a {
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 10px 24px;
  gap: 10px;
}

#step3 .bas-text a:hover {
  color: #fff;
  background-color: #000000;
}

.step.th-step .info {
  padding-right: 60px !important;
}

.fb_iframe_widget.fb-like iframe,
.fb_iframe_widget.fb-like>span {
  width: 70px !important;
}

#step2 .step .les_choix {
  display: table;
  margin-top: 10px;
}

#step2 .step .les_choix .choix {
  display: block;
  font-size: 16px;
  letter-spacing: .67px;
  font-weight: bold;
  color: #6C6C6C;
}

#step2 .step .les_choix .choix a {
  color: #6C6C6C;
}

#step2 .step .les_choix .choix .choix_no {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 8px;
  padding-top: 1px;
}

#step2 .step .les_choix .choix .texte_choix {
  display: inline-block;
  padding-left: 6px;
  padding-right: 12px;
  vertical-align: middle;
  padding-bottom: 8px;
  padding-top: 1px;
}

#step2 .step .les_choix .choix .bulle {
  display: inline-block;
  ;
  position: relative;
  padding-bottom: 9px;
  cursor: pointer;
}

#step2 .step .les_choix .choix .bulle .rond {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #C6AB57;
  border: 1.25px solid #C6AB57;
  vertical-align: middle;
  position: relative;
  width: 21px;
  height: 21px;
  text-align: center;
}

#step3 .bas-text {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

#step2 .step .les_choix .choix .bulle .bulle_hover {
  opacity: 0;
  display: none;
  position: absolute;
  top: -7px;
  left: 16px;
  padding: 7px 14px;
  background-color: #C6AB57;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  width: 230px;
}

#step2 .step .les_choix .choix .bulle:hover .bulle_hover {
  opacity: 1;
  display: block;
}

#step2 .steps .step:nth-child(3) .wrap_step .info {
  /*width: calc(100% - 33px);
  padding-right: 0;*/
}

#step2 .steps .step:nth-child(3) .button {
  /*display: none;*/
}

#step2 .steps .step .button {
  position: absolute;
  top: 23px;
  right: 26px;
  max-width: 240px;
  width: 100%;
  font-size: 0;
  cursor: pointer;
}
#step2 .steps .step .button.btn_invitez {
  text-align: right;
}


#step2 .facebook-comments {
  max-width: calc(600px + 40px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

#step2 .steps .wrap {
  max-width: calc(963px + 40px);
  padding: 0 20px;
  margin: 0 auto;
}

#step2 .facebook-comments {
  padding-top: 4px;
}

#step2 .facebook-comments .fb-comments {
  padding: 35px 20px;
  background: #fff;
  position: relative;
  display: block;
}
#step2 .facebook-comments .fb-comments > span {
  display: block;
  min-height: 350px;
  overflow: auto;
}

#step2 .facebook-comments:before {
  /* content: '';
  display: block;

  margin: 0 auto 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 14.5px 0 14.5px;
  border-color: #ffffff transparent transparent transparent;
  line-height: 0px;
  _border-color: #ffffff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); */
}

#step3 {
  background: #fff url(../../images/Ecran12x.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0
}

#step3 .container {
  max-width: unset;
  padding: 0;
}

#step3 .row {
  min-height: 100vh;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}

#step3 .row .col {
  width: 100%;
  display: table-cell;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

#step3 h1 {
  display: none;
}

#step1 .col.texte .infos {
  text-align: center;
  clear: both;
  max-width: 80%;
  padding-top: 54px;
}

#statistics>ul {
  display: flex;
  justify-content: space-evenly;
}

#statistics ul {
  margin: 0;
  padding: 0;
}

#statistics ul li {
  margin-right: 3px;
  text-align: center;
  justify-content: center;
  padding: 1rem;
}

#statistics ul li#winner {
  flex-grow: 1;
  margin-right: 0;
}

#statistics ul li span {
  font-size: 1.4rem;
  font-weight: 600;
}

#results ul,
#results table {
  font-size: 11px;
}

#results section>div {
  margin: 1rem auto;
}

#results i.icon-no {
  opacity: 0.4;
}

ul.utilities {
  display: inline-block;
}

ul.utilities li {
  display: inline-block;
  border-right: 1px solid #333;
  padding-right: 0.6rem;
  margin-right: 0.4rem;
}

ul.utilities li:last-child {
  border-right: none;
  margin-right: 0;
}

ul.utilities.small li {
  font-size: 11px;
}

pre {
  margin: 3rem auto 1rem;
  padding: 3rem;
  background: #eee;
  display: block;
  font-size: 11px;
}

pre.main-debug {
  display: none;
}


/* Custom CSS on a per contest/project basis */
@media (max-width: 1600px) {}

@media (max-width: 1400px) {

  #step1 .sur-title {
    padding-bottom: 0;
  }

  #step1 .col.form .wrap_form {
    max-width: 304px;
  }

  #step1 .princ-title h3 {
    font-size: 58px;
  }

  #step1 .sub-title h4 {
    font-size: 30px;
  }

  

  #step1 .sub-title {
    padding-top: 0px;
  }
}

@media (max-width: 1300px) {

  #step2 .steps .step .wrap_step .info {
    padding-right: 227px;
  }

  #step2 .steps .step .wrap_step .info .texte {
    font-size: 16px;
  }

  #step1 .princ-img {
    margin-bottom: 0;
  }

  #step1 .princ-title h3 {
    font-size: 50px;
  }

  #step2 .steps .wrap {
    max-width: calc(800px + 40px);
  }

  #step2 .steps .step .button {
    max-width: 174px;

  }

  #contest .btn_invitez a.btn {
    font-size: 12px;
    padding-top: 21px;
  }

  #contest .input_checkbox label {
    /*width: calc(100% - 98px);*/
  }

  #contest .input_checkbox.conditionUse {
    /*width: calc(100% + 98px);*/
  }

  /*#step1 .col.texte {
    width: 50.5%;
  }*/
  #contest form input[type="text"], #contest form input[type="email"] {
    height: 48px;
  }
  #step1 .form_row.email_row {
      margin-bottom: 68px;
  }
}

@media (max-width: 1000px) {
  #step1 .logo, #step3 .logo {
      
      padding-bottom: 49px;
  }
  #contest .container .reglements {
    width: unset;
    left: 8.5%;
    right: 9%;
    position: absolute;
    bottom: 20px;
    text-align: center;
  }

  #step1 .princ-title h3 {
    font-size:clamp(50px,7.3vw,72px);
  }
  #step1 .sub-title h4 {
      font-size: clamp(18px,3vw,30px);
  }

  #step1 .sur-title {
    padding-bottom: 20px;
  }

  body #step1 .container {
    max-width: 100%;
  }

  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #contest .row {
    margin-left: 0;
    margin-right: 0;
  }

  #contest .col {
    padding-right: 0;
    padding-left: 0;
  }

  #step1 .row {
    height: auto;
    display: block;
    margin: 0;
    width: 100%;
  }

  #step1 .row .col.texte {
    width: 100%;
    display: block;
    min-height: 1000px;
  }

  #step1 .col.texte .infos {
    padding-top: 0px;
  }

  #step1 .row .col.form {
    padding-top: 8%;
    padding-bottom: 63px;
    width: 100%;
    display: block;
  }

  #step1 .row .col.form .wrap_form {
    max-width: 360px;
    margin: 0 auto;
  }

  

  #step2 .steps .step {
    border-bottom: 1px solid #AFAFAF;
    padding-bottom: 25px;
  }
  #step2 .steps .step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #step2 .steps .step .wrap_step {
    padding: 20px 19px 20px 0;
    width: auto;
    margin: 0 15px;
    display: block;
    min-height: unset;
    border-bottom: 0;
  }

  button#share-this span {
    position: absolute;
    top: 11px;
    left: 153px;
  }

  button#share-this {
    padding-top: 11px;
  }

  .step.th-step .info {
    padding-right: 0px !important;
  }

  #step2 .steps .step .wrap_step .no {
    width: 53px;
    text-align: center;
  }

  #step2 .steps .step:nth-child(3) .button {
    display: none;
  }

  #step2 .steps .step .wrap_step .no .fb-like {
    height: 20px;
    display: block;
    padding: 7px 10px;
    display: inline-block;
  }

  #step2 .steps .step .wrap_step .info {
    width: calc(100% - 53px - 8px);
    padding-right: 0;
    padding-left: 8px;
  }

  #step2 .steps .step .button {
    position: relative;
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
    top: 0;
    right: 0;
  }

  #step2 .steps .step .button .btn_ {
    display: inline-block;

    min-width: 182px;

  }

  

  #step2 .steps .step .button .btn_ .btn {
    font-size: 18px;
    height: 46px;
    display: block;
    position: relative;
  }

  #contest .btn_invitez a.btn {
    font-size: 12px !important;
    padding-top: 0;
  }

  #step2 .steps .step:nth-child(1) .button {
    position: relative;
    max-width: 240px;
    margin: 0 auto;
    top: 0;
    padding-top: 0;
  }

  #step2 .steps .step:nth-child(1) .wrap_step .info {
    width: calc(100% - 53px);
    padding-right: 0;
  }

  #step2 .steps .wrap {
    max-width: calc(490px + 71px);
  }


  #step2 .facebook-comments {
    padding-top: 12px;
        padding-bottom: 25px;
            max-width: 503px;


  }

  #step2 .facebook-comments .fb-comments:before {
    content: '';
    height: 66px;
    top: -33px;
    background: url(../../images/comment_row_mobile.png) no-repeat top center;
  }

  #step1 .col.texte .infos .soustitre,
  #step1 .col.texte .infos .surtitre {
    font-size: 2.3vw;
  }

  #step1 .col.texte .infos h1 {
    font-size: 4.1vw;
  }

  #step1 .col.texte .infos .descrip {
    max-width: 586px;
  }

  #step3 .princ-title {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 800px) {

  #step3 .princ-title {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
  }

 

  #step1 .sur-title {
    padding-bottom: 0;
  }

  #step1 .col.form .wrap_form {
    max-width: 300px;
  }

  #step1 .princ-title h3 {
    font-size: 50px;
  }

  

  #step1 .sub-title {
    padding-top: 0px;
  }

  #step3 .row {
    display: block;
  }

  #step3 .row .col.image {
    width: 100%;
    display: block;
  }

  #step3 .row .col.les_infos {
    width: 100%;

    display: block;
  }

  #step3 .infos {
    margin: 0 auto;
    padding-top: 8vw;
    padding-bottom: 80px;
  }

  #step3 h2 {
    font-size: 2.825vw;
  }

  #step3 .infos .texte {

    font-size: 5vw;
  }

  #step3 .row .col.image {
    min-height: 70vw;
    background-position: 50% 85%;
  }

  #step3 .row .col.image:before {

    background-position: 50% 85%;
  }



  #step3 .bas-title {
    min-width: inherit;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  #step3 .bas-title h5 {
    font-size: 31px;
  }

  #step3 .princ-title h3 {
    font-size: 31px;
  }
}

@media (max-width: 600px) {

  #step3 .princ-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #step3 .sur-title h2 {
    font-size: 16px;
  }

 #step1 .logo, #step3 .logo {
     padding-bottom: 23px;
 }

  #step1 .row .col.form {
    padding-top: 14%;
  }

  #step1 .row .col.texte {
    min-height: 775px;
  }

  #step1 .princ-title h3 {
    font-size: 40px;
  }

  

  #step1 .bas-text p {
    font-size: 16px;
  }

  form input[type="text"],
  form input[type="email"] {
    font-size: 17.75px;
  }

  #contest .btn {

    height: 46px;
  }

  #step1 .row .col.form .wrap_form {
    max-width: 320px;
  }

  #step2 .steps .step .wrap_step .no {
    width: 53px;
  }

  #step2 .steps .step .wrap_step .info {
    width: calc(100% - 43px - 4px);
    padding-left: 4px;
  }

  #step2 .steps .step:nth-child(1) .wrap_step .info {
    width: calc(100% - 43px);
  }




  #step2 .step .les_choix .choix .bulle .bulle_hover {

    top: 15px;
    left: -121px;

    width: 167px;
  }


  #step1 .col.texte .infos .soustitre,
  #step1 .col.texte .infos .surtitre {
    font-size: 3vw;
  }
}

@media (max-width: 479px) {
  form input[type="text"] {
    font-size: 165px;
  }

  #contest .btn {
    font-size: 14px;

  }

  #step1 .row .col.form .wrap_form {
    max-width: 320px;

    
  }
  #step1 .text {
      
      padding-right: 40px;
  }
  #step1 .input_checkbox .icon {
          width: 65px;
      right: -12px;
      
  }

  #step1 .row .col.texte {

    min-height: 83vw;
  }

  #step1 .field_instagram a svg {
    margin-right: 14px;
    width: 30px;
  }

  #step1 .field_instagram a,
  #step1 .fill_fb .btn {
    font-size: 12px;
  }

  #step1 .field_instagram a {
    height: 55px;
    padding: 8px 14px;
  }
  #step1 .bas-text p {
      font-size: 14px;
  }

  #step1 .fill_fb .btn {
    font-size: 12px;
    padding: 14px 5% 14px 24%;
    background-position: 7% 50%;
    background-size: 12% auto;
  }

  #step2 .steps .step .wrap_step .no {
    width: 48px;
    font-size: 25px;
  }

  #step2 .steps .step .wrap_step .info {
    width: calc(100% - 38px);
    padding-left: 0;
  }

  #step2 .steps .step:nth-child(1) .wrap_step .info {
    width: calc(100% - 38px);
  }

  #step2 .steps .step .wrap_step .info .texte {
    font-size: 16px;
  }

  #step2 .facebook-comments .fb-comments:before {
    top: -26px;
    background-size: 57px auto;
  }

  #step3 .infos,
  #step3 h2 {
    font-size: 3.825vw;
  }

  #step3 .infos {}

  #step3 .infos .texte {
    margin-bottom: 23px;
  }

  #step3 .plus_texte .text_plus {
    font-size: 14px;
  }

  #step3 .plus_texte .icon {
    width: 42px;
  }

  #step3 .footer {
    left: 0;
    font-size: 10px;
  }

  #step3 .infos>img {
    max-width: 127px;
  }

  #step3 .btn {
    padding: 9px 15px !important;
    max-width: 206px;
    font-size: 14px;
    white-space: unset !important;
    height: auto;
    padding: 12px;
  }

  #step2 .facebook-comments .fb-comments {
    padding: 35px 10px;
  }

  form .custom_select select,
  #contest form input[type="text"],
  #contest form input[type="email"] {
    font-size: 14px;
  }

  #contest .container .reglements a {
    font-size: 11px;
  }

  #step1 .custom_content .texte_checkbox {
    padding-right: 12px;
  }

  #step2 .step .les_choix .choix {

    font-size: 14px;

  }

  #step2 .step .les_choix .choix .texte_choix,
  #step2 .step .les_choix .choix .choix_no {
    padding-bottom: 5px;
    padding-top: 7px;
  }

  #step2 .steps .step .wrap_step {
    margin-left: 20px;
    margin-right: 20px;
  }

  #step2 .steps .wrap {
    padding: 0;
  }

  #step3 .infos {

    width: 100%;
    margin: 0 auto;
    transform: unset;
    position: relative;

  }

  #step3 .infos .texte {

    font-size: 5.8vw;
  }

  #step1 .col.texte .infos h1 br {
    display: none;
  }

  #step1 .col.texte .infos h1 {
    font-size: 5vw;
  }
  #step3 .bas-title h5,
  #step3 .princ-title h3 {
      font-size: 26px;
  }
  
  element.style {
  }
  #step3 .princ-img {
      text-align: center;
      margin-top: 53px;
  }

}

@media (max-width: 420px) {}