@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;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');



@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: "DM Sans", 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-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;
 
}

#contest>header .top-banner .btn {
  padding: 0;
  background: transparent;
  
  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 {
  padding: 16px;
  border-radius: 12px;
  background: #111;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}

#step1 .form_submit .btn:hover {
  
  background-color: gray;
}

#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 #step1 .container .reglements {
  position: relative;
  left: unset;
  right: 0;
  bottom: 0;
  text-align: left;
}
#contest .container .reglements a {
 color: #666;
  font-size: 16px;

  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  
}

#contest form input[type="text"],
#contest form input[type="email"] {
  height: 53px;
  padding: 16px;
  background: transparent;
  border-radius: 12px;
  border: 1px solid rgba(102, 102, 102, 0.35);
  color: #000;
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
}

#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;
  
}

#step1 .field {
  clear: both;
  padding-right: 9px;
  margin-top: 5vh;
  margin-top: 2vw;
  margin-top: 32px;
}

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

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

#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);*/
 padding-left: 0;
    padding-right: 0;
}

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

  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

#step1 {
  background: url(../../images/bg_step1.webp) no-repeat 25% center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#step2, 
#step3{
  background: url(../../images/bg_step2.webp) no-repeat 15% center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#step1 .field label {
 color: #666;
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 5px;
}

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

#step1 header {
  display: none;
}

#step1 .sur-title h2 {
  
  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-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2.1px;
}


#step1 .sub-title h4 {
  
  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-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 .row {
  margin: 0;
  display: flex;
  width: 100%;
  min-height: 100vh;

}

#step1 .col.texte {
  flex: unset;
  width: 65.5%;
  /*display: table-cell;*/
  padding-left: 4%;
    padding-right: 8px;
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    position: relative;
    text-align: right;
}
#step1 .col.texte .title-image {
  min-height: calc(100vh - 75px - 75px - 87px);
      min-height: calc(100% - 87px);
  display: flex;
      align-items: center;
    justify-content: flex-end;
        margin-left:auto;
    width: 50%;
    min-width: 339px;
}
#step1 .col.texte .cpo-block {
  height: 100%;
}
#step1 .logo,
#step3 .logo {
  /*text-align: center;
  padding-top: 30px;
  padding-bottom: 90px;*/
}

#step1 .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;
  padding-bottom: 32px;
}

#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 {
  max-width: 378px;
    width: 33%;
}
#step1 .col.texte .logo_mobile {
display: none;
}
#step1 .col.texte .logo img{
 
      
}

#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;

}
.languages.inline {
  text-align: right;
  margin-bottom: 4vh;
  margin-bottom:1.5vw;
}
.languages.inline button {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.667px;
}
.languages.inline button:hover {
  text-decoration: underline;
}
.languages.inline button[disabled="disabled"] {
  display: none;
}
#step1 .col.form {
  width: 34.5%;
  flex: unset;
  /*display: table-cell;*/
  vertical-align: middle;
  padding: 9vh 25px ;
      padding: 3.5vw 25px;
  color: #000;
  position: relative;
  /*background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(11px);*/
}
#step1 .col.form .wrap_form_reglements {
  padding: 32px;
      padding: 1.7vw;
  border-radius: 32px;
  background: #FFF;
  max-width: 500px;
  margin: 0 auto;
}
#step1 .form_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}

#step1 .col.form .wrap_form {
  max-width: 436px;
  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;
  
}

#step1 .form_row.email_row {
      margin-bottom: 2vw;
      margin-bottom: 32px;
    }

#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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 16px;
  /*background: #000000 url(../../images/fb-icon.png) 19px 50% no-repeat;
  background-size: 40px auto;*/
  border-radius: 12px;
  background: #E2F1FF;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
      column-gap: 18px;
      justify-content: flex-start;
      text-align: left;
      align-items: center;
}

#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: 0;
}
#contest .input_checkbox.conditionUse input,
#step1 .custom_content .texte_checkbox input {
  width: 16px;
  height: 16px;
}
#step1 .input_checkbox .wrap_text_icon {
display: flex;
justify-content: space-between;
    column-gap: 15px;
}
#step1 .input_checkbox .icon {
      /*width: 73px;
    position: absolute;
    right: -38px;
    top: -26px;*/
}

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

#step1 .input_checkbox {
  
 border-radius: 12px;
  border: 1px solid #000;
  padding: 16px;
  position: relative;
}

#step1 .text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  
}

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


#step1 .wrap_logo_bas_text {
  display: flex;
  justify-content: space-between;
}
#step1 .wrap_logo_bas_text .logo{
}

#step1 .wrap_logo_bas_text .bas-text{
  color: #FFF;

  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.667px;
  max-width: 330px;
}


#step2 {
  position: relative;

  min-height: 100vh;
  padding-top: 6vw;
  padding-bottom: 50px;
}



#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 .wrap_step_comment {
  max-width: 666px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 32px;
  background: #FFF;
  position: relative;
}
#step2 .steps {
  padding-top: 0;
}

#step2 .steps .step {
  position: relative;
  margin-bottom: 21px;
  display: flex;
      border-bottom: 0.5px solid #666;
      padding: 24px 0;
      column-gap: 15px;
}
#step2 .steps .step:first-child{
  padding-top: 0;
}

#step2 .steps .step .wrap_step {
 /* padding: 24px 0;*/
    min-height: 30px;
    display: flex;
    width: calc(100% - 133px);

   /* width: 100%;*/
    /*border-bottom: 1px solid #AFAFAF;
    border-bottom: 0.5px solid #666;*/
}

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

#step2 .steps .step .wrap_step .no {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100px;
  background: #000;
  top: -4px;
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1; /* 210% */
  justify-content: center;
    align-items: center;
}

#step2 .steps .step .wrap_step .info {
  width: calc(100% - 30px);
  padding-left: 13px;
  padding-right: 0;
  display: inline-block;
  vertical-align: middle;
  
}

#step2 .steps .step .wrap_step .info .texte {
  color: #000;

  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
#step2 .steps .step .wrap_step .info .texte a {
  font-weight: 600;
}
/*#step2 .steps .step:nth-child(1) .wrap_step {
  width: calc(100% - 240px);
}
#step2 .steps .step:nth-child(1) .wrap_step .info {
  
}*/

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

}*/
body #step1 .fb_iframe_widget iframe,
body #step1 .fb_iframe_widget span {
  height: 95px !important;
  position: relative;
}
/*#step2 .steps .step:nth-child(1) .button .btn_ {
  overflow: hidden;
  padding: 8px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 43px;
  height: 105;
  height: unset;
  text-align: center;
  width: 168px;
  width: 240px;
  line-height: 1.2;
  background-color: #000;
  border-radius: 10px;
  
}*/
#contest #step2 a.btn,
button#share-this {
  padding: 8px 16px;
    border-radius: 100px;
    background: #000;
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    column-gap: 6px;
    width: 100%;
    text-align: center;
    justify-content: center;
        align-items: center;
}
#contest #step2 .btn_commenter a.btn img {
  max-height: 15px;
}
button#share-this span {
  
}

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

.texte span a {
  
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  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-bottom: 46px;
  
}
#step3 .bas-text a {
  padding: 16px;
  border-radius: 12px;
  background: #111;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
      display: block;
    text-decoration: none;
}

#step3 .bas-text a:hover {
  color: #fff;
  background-color: gray;
}
#step3 .logo {
  text-align: center;
}
#step3 .logo img {
      max-width: 70%;
}
#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;
  max-width: 133px;
  width: 100%;
  font-size: 0;
  cursor: pointer;
}
#step2 .steps .step .button.btn_invitez {
  text-align: center;
    max-width: 133px;
    width: 100%;
}


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

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

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

#step2 .facebook-comments .fb-comments {
  padding: 30px;
  background: #fff;
  position: relative;
  display: block;
  border-radius: 12px;
  border: 1px solid #000;
}
#step2 .facebook-comments .fb-comments > span {
  display: block;
  min-height: 201px;
  overflow: auto;
}
body #step2 .fb_iframe_widget iframe, 
body #step2 .fb_iframe_widget span {
  /*height: unset !important;*/
}

#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;
  vertical-align: middle;
}
#step3 .row .col .cpo-block {
  width: 697px;
  padding: 72px;
  text-align: center;
  margin: 0 auto;
}
#step3 h1 {
  display: none;
}
#step3 .bas-title,
#step3 .princ-title,
#step3 .sur-title {
  margin-bottom: 56px;
}
#step3 .sur-title h2 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.667px;
}
#step3 .princ-title h3 {
   color: #FFF;
   text-align: center;
   font-size: 48px;
   font-weight: 400;
   line-height: normal;
   letter-spacing: 1.05px;
}

#step3 .bas-title h5 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.667px;
}

#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) {
  #step1 .form_row.email_row {
      margin-bottom: 2vw;

  }
  #step1 .col.texte .infos {
    
    padding-bottom: 32px;
  }
  #step1 .field {
      
      margin-top: 2vw;
  }
  #step1 .wrap_logo_bas_text .bas-text {
      
      font-size: 20px;
      
      max-width: 315px;
  }
  #step1 .input_checkbox {
     
     
      padding: 11px;
      
  }
  #step1 .field {
      
      margin-top: 1.5vw;
  }
  #step1 .form_row.email_row {
        margin-bottom: 1.5vw;
      }
  .languages.inline {
    
    margin-bottom:1.5vw;
  }
  #contest .input_checkbox label {
      
      font-size: 14px;
      
  }
}

@media (max-width: 1400px) {
  #contest form input[type="text"], #contest form input[type="email"] {
      height: 46px;
      padding: 14px;
    }
    #contest .input_checkbox label {
        
        font-size: 13px;
        
    }
  #step1 .col.form {
    width: 418px;
    padding: 7vh 25px;
  }
  #step1 .text {
     
      font-size: 15px;
     
  }
  #step1 .col.texte {
      
      width: calc(100% - 418px);
      /* display: table-cell; */
      
  }
  #step1 .fill_fb {
      /*margin-bottom: 20px;*/
  }
  #step1 .input_checkbox {
     
      padding: 10px;
      
  }
  #step1 .field {
      margin-top: 1.2vw;
     
  }
  #step1 .form_submit {
      margin-top: 5px;
      
      margin-bottom: 29px;
  }
  #step1 .wrap_logo_bas_text .bas-text {
            font-size: 16px;
        max-width: 251px;
  }
  .languages.inline {
      
    margin-bottom: 3vh;
  }
  
  #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 .wrap_step_comment {
      max-width: 566px;
     
      padding: 32px 25px;
      
  }
  

  #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;*/

  }
  #step3 .bas-title, #step3 .princ-title, #step3 .sur-title {
      margin-bottom: 39px;
  }
  #step3 .sur-title h2 {
      
  font-size: 21px;
      
  }
  #step3 .bas-title h5 {
      color: #FFF;
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.667px;
  }
  #step3 .row .col .cpo-block {
      width: 597px;
      padding: 50px;
      
  }
  #step3 .princ-title h3 {
     
      font-size: 44px;
      
  }
  #step3 .logo {
      
      margin-top: 7vw;
  }
  #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: 45px;
  }
  #step1 .col.form .wrap_form_reglements {
      padding: 24px;
      
  }
  #step1 .input_checkbox {
   
      padding: 7px;
      
  }
  #step1 .form_submit .btn {
      padding: 14px;
     
      font-size: 20px;
     

  }
  #step1 .fill_fb .btn {
      
      padding: 16px;
      
      font-size: 16px;
      
  }
}
@media (max-width: 1200px) {  
      #step1 .wrap_logo_bas_text .bas-text {
        font-size: 14px;
        max-width: 223px;
    }
}
@media (max-width: 1000px) {
  #step1 .logo {
      
      padding-bottom: 49px;
  }
  #step2 .wrap_step_comment {
      max-width: 451px;
     
  }
  #step2 .steps .step {
      
      flex-wrap: wrap;
  }
  /*#step2 .steps .step:nth-child(1) .wrap_step {
      width: 100%;
  }*/
  #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;
  }
  #step3 .row .col .cpo-block {
      width: 519px;
     
      
  }
  #step3 .princ-title h3 {
     
      font-size: 31px;
      
  }
  #step3 .sur-title h2 {
    
      font-size: 17px;
      
  }
  #step3 .bas-title h5 {
     
      font-size: 18px;
      
  }

  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: 74vw;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 2vw;
   padding-top: 25vw;
    position: relative;
    text-align: right;
    background: url(../../images/bg_step1.webp) no-repeat 8% center;
 
        background-size: auto 100%;
  }
  #step1 .col.texte .title-image {
      
      /*margin-left: 39%;*/
              margin-bottom: 6vw;
      
  }
  #step1 {
      background: #000000;
      
  }
  #step1 .col.texte .infos {
    padding-top: 0px;
  }

  #step1 .row .col.form {
    padding-top: 8%;
    padding-bottom: 63px;
    width: 100%;
    display: block;
  }
  #step1 .col.form .wrap_form_reglements {
      
      max-width: 430px;
      
  }
  #step1 .row .col.form .wrap_form {
    max-width: 360px;
    margin: 0 auto;
  }
  #step1 .form_row.email_row {
      margin-bottom: 44px;
  }

  

  #step2 .steps .step {
    
    margin-bottom: 0;
  }
  #step2 .steps .step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #step2 .steps .step .wrap_step {
   
    width: auto;
    border-bottom: 0;
            margin-bottom: 25px;
  }

  

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

  

  #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 .button.btn_invitez,
  #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;

  }

  

  

  #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 .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 .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%;
  }



  

  

  
}
@media (max-width: 767px) {
  #step1 .wrap_logo_bas_text .bas-text {
      font-size: 14px;
      max-width: 230px;
  }
  #step2 .wrap_step_comment {
      max-width: 400px;
      padding: 32px 25px;
  }
  #step2 .facebook-comments .fb-comments {
      padding: 20px;
      
  }

}
@media (max-width: 600px) {
  #step1 .col.texte .logo_mobile {
      display: block;
      text-align: right;
      padding-top: 5vw;
          margin-bottom: 17vh;
  }

  #step1 .col.texte .logo_mobile img {
    max-width: 50%;
  }
  #step1 .row .col.texte {
      
      padding-top: 0vw;
      
  }
  #step1 .col.texte .logo {
    display: none;
  }
  #step1 .wrap_logo_bas_text {
      
      justify-content: flex-end;
  }
  #step3 .princ-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #step3 .princ-title h3 {
      font-size: 27px;
  }
  #step3 .bas-title h5 {
    font-size: 16px;
  }
  #step3 .sur-title h2 {
    font-size: 16px;
  }
  #step3 .row .col .cpo-block {
      max-width: 400px;
        width: 100%;
      padding: 50px 20px;
      text-align: center;
      margin: 0 auto;
  }

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

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

  

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

  


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

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

  

 

 




  #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) {
  #step1 .wrap_logo_bas_text .bas-text {
      font-size: 12px;
      max-width: 201px;
  }
  #step1 .col.form .wrap_form_reglements {
      padding: 17px;
      
  }
  #contest .input_checkbox label {
      
      font-size: 14px;
      
  }
  #step2 {
      
      padding-left: 25px;
      padding-right: 25px;
  }
  form input[type="text"] {
    font-size: 165px;
  }

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

  }

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

    
  }
 
  #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 {
    height: 55px;
    padding: 8px 14px;
  }
 

  #step1 .fill_fb .btn {
    font-size: 14px;
    column-gap: 12px;
  }



  

  #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 .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;
  }
  
  
  element.style {
  }
  #step3 .princ-img {
      text-align: center;
      margin-top: 53px;
  }

}

@media (max-width: 380px) {
  #step2 .wrap_step_comment {
          
          padding: 32px 18px;
      }
      #step2 {
          
          padding-left: 15px;
          padding-right: 15px;
      }
}