@charset "UTF-8";

/*!
Koncours v2
by: Redbox Media (https://redboxmedia.ca)
Version: 2.0.4 beta
*/

:root {
  --fuentePrincipal: 'Unbounded', sans-serif;
  --colorPrimario_bg: #000;
}

#contest>header {
  display: none;
}

.steps1 .outer-header{
  display: block !important;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  /* 1 rem = 9px; 10px/16 = 62.5% */
}

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

@font-face {
  font-family: 'South Route Standup';
  src: url("../fonts/font.woff") format('woff');
  src: url("../fonts/font.woff2") format('woff2');
}

[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); */
}

.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: #000;

  font-family: 'Lexend Deca', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

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

video {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 1600px) {
  body .container {
    width: 100%;
    max-width: 1320px;

  }
}

@media (max-width: 1400px) {
  body .container {
    padding: 0 60px;
  }
}

@media (max-width: 1200px) {
  body .container {
    padding: 0 30px;
  }
}

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

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 3.8rem 0 0;
  z-index: 9999;
}

header form.langue_header {
  position: absolute;
  right: 60px;
  display: none;
}

.header-rules {
  display: flex !important;
  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 .container {
  max-width: unset;
  padding-left: 27px;
  padding-right: 72px;
  width: unset;
}

#contest>header .top-banner {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-left: 30px;
}

#contest>header .top-banner.one_lang .inline {
  display: none;
}

#contest>header .top-banner .logo {
  position: absolute;
  max-width: 292px;
}

#contest .right .langue_header .btn,
#contest .left .langue_header .btn {
  padding: 0;
  background: transparent;
  border: none;

  color: #1B7D7E;
  text-align: right;
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.611px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

#contest .left .langue_header .btn {
  display: none;
}

@media (max-width: 1200px) {
  #contest .right .langue_header .btn {
    display: none;
  }

  #contest .left .langue_header .btn {
    display: block;
  }
}

#contest .langue_header .btn:hover,
#contest .langue_header .btn:active,
#contest .langue_header .btn:focus,
#contest .langue_header .btn:focus-visible {
  border: none;
}

#contest .right .langue_header .btn.active,
#contest .left .langue_header .btn.active {
  display: none;
}

#contest .form_submit .btn {

  display: inline-block;
  /* background: linear-gradient(268.06deg, #A05FFA -5.85%, #5CCBF5 104.96%);
  box-shadow: 0px 0px 15px #926FF7; */


  border-radius: 200px;
  background: #40C0D9;

  height: 53px;
  padding: 10px 80px;
  color: #FFF;
  text-align: center;

  color: #FFF;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

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

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

#contest .container-fluid {
  position: relative;
}

#contest .container-fluid .reglements {
  width: unset;
  text-align: center;
  margin-top: 40px;
}

#contest .container-fluid .reglements a {
  color: #FFF;
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.611px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

#contest form label {
  /* display: none; */
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

#contest form label.checkbox {
  display: block;
}

#contest form label span {
  color: #fff;
}

#contest form .input_checkbox label {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.667px;
  margin-bottom: 0;
  margin-left: 10px;
  text-transform: none !important;
}

#contest form input[type="text"],
#contest form input[type="email"] {
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 11px;
  border: 1px solid #FFF;
  color: #fff;
  background: transparent;
  outline: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
}

#contest form input[type="text"]::-ms-input-placeholder,
#contest form input[type="email"]::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#contest form input[type="text"]::placeholder,
#contest form input[type="email"]::placeholder {
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


#contest form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  letter-spacing: 0.666667px;

  color: #FFFFFF;
}

#contest form ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.666667px;
  color: #FFFFFF;
}

#contest form :-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.666667px;
  color: #FFFFFF;
}

#contest form :-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.666667px;
  color: #FFFFFF;
}

/* #contest .form_row {
  padding: 0 20px;
} */

#contest .field {

  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;

}

#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.infolettre_inscription {
  border-radius: 19px;
  border: 1px solid #40C0D9;
  position: relative;
  margin-bottom: 25px;
  margin-top: 3vw;
  padding: 12px 10px;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  margin-top: 3vw;
}

#contest .input_checkbox.conditionUse {
  margin-right: 52px;
}

#contest .input_checkbox label {
  width: calc(100% - 28px);
  padding-left: 5px;
  vertical-align: top;
  margin-bottom: 11px;
}

#contest .input_checkbox.conditionUse {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 12px 10px;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
}

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

/* step1 */
#step1 {
  overflow: hidden;
  background: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../../images/background-desktop.png);
  background-repeat: no-repeat;
  background-position: 59% top;
  /* filter: brightness(0.8); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1200px) {
  #step1 {
    background: #fff;
  }
}

.subtitle {
  position: relative;
}

.subtitle .image_step1 {
  position: absolute;
  left: 0;
  top: 52%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.subtitle .text_subtitle {
  color: #324143;
  font-family: 'South Route Standup', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 1;
}

.titles {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.titles .numero {
  color: #40C0D9;
  font-family: 'Inter', sans-serif;
  font-size: 168px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.8;
}

.titles .text .text_top {
  color: #40C0D9;
  font-family: 'Inter', sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.titles .text .text_bottom {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.normal_text {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 32.857px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 4%;
}

#step1 .input_checkbox.infolettre_inscription .icon {
  width: 54px;
  height: 54px;
  position: absolute;
  top: -22px;
  right: -20px;
  transform: rotate(22deg);
  background: #FFF;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1360px) {
  #step1 .input_checkbox.infolettre_inscription .icon {
    right: -8px;
  }
}

#step1 .input_checkbox.infolettre_inscription .icon span {
  color: #40C0D9;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

#step1 .input_checkbox.infolettre_inscription .icon span small {
  font-size: 2rem;
}

#contest .input_checkbox.infolettre_inscription .text {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  max-width: 260px;
  margin-bottom: 18px;
}

.checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: transparent;
  /* border-radius: 50%; */
  vertical-align: middle;
  border: 2px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: #40C0D9;
}

.langue_header {
  position: absolute;
  top: 30px;
  right: 100px;
}

#step1 .container-fluid {
  padding: 42px 60px;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  #step1 .container-fluid {
    padding: 0;
    padding-bottom: 130px;
  }
}

#step1 header {
  display: none;
}

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

#step1 .row .left .list_neuro {
  max-width: 440px;
  width: 100%;
  padding: 30px;
  border-radius: 22px;
  background: #FFF;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  padding-left: 70px;
  margin-left: -86px;
}

#step1 .row .left .list_neuro .title_ul {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

#step1 .row .left .list_neuro .list_neu .item_list {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 18.86px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#step1 .row .left .list_neuro .title_ul {
  margin-bottom: 24px;
}

#step1 .right {
  padding-top: 20px;
}

#step1 .container_capital {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  #step1 .row .left {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../../images/backgound-tablet.png);
    background-repeat: no-repeat;
    background-position: top;
    /* filter: brightness(0.8); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  #step1 .row .left {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../../images/background-mobile.png);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.logo_stp1 {
  margin-bottom: 90px;
}

#step1 .wrap_form {
  max-width: 550px;
  width: 100%;
  border-radius: 22px;
  background: var(--dgrads-silver, linear-gradient(261deg, #324143 0%, #878F91 100%));
  padding: 50px 60px;
}

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

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

#step1 .fill_fb {
  margin-bottom: 2.4vw;
  padding: 0 20px;
  text-align: center;
}

#step1 .fill_fb .btn {
  max-width: 330px;
  width: 100%;
  white-space: normal;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 22px 14px 66px;
  border-radius: 6px;
  border: 1px solid #40C0D9;
  background: #40C0D9 url(../../images/facebook_white.png) 14px 50% no-repeat;
  background-size: 34px auto;
  text-align: left;
  height: auto;
  border: 0;

  color: #FFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

#step1 .custom_content {
  display: flex;
  flex-direction: column;
  position: relative;
}

#step1 .custom_content .texte_checkbox {
  display: flex;
  align-items: center;
  vertical-align: top;
  padding-right: 12px;
}

#step1 .form_submit {
  margin-top: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* step2 */

#step2 {
  position: relative;
  min-height: 100vh;
  background: #FFF url(../../images/bg_stp2.png) no-repeat center;
  /* filter: brightness(0.6); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1400px) {
  #step2 {
    background-position: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}

.logo_mobile_step2 {
  display: block;
  position: relative;
  margin-left: 60px;
  margin-top: 42px;
}

.image_mobile_step2 {
  display: none;
}

@media (max-width: 768px) {
  #step2 {
    background: none;
    background-color: #fff;
  }

  .logo_mobile_step2 {
    display: block;
    margin: 40px auto;
  }

  .image_mobile_step2 {
    display: block;
    margin: 0 auto;
  }
}

/* 
#step2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url(../../images/bg_stp2.png) no-repeat 69% 0%;
  filter: brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
} */

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

#step2 .steps {
  padding-top: 20%;
}

#step2 .steps .step {
  background-color: #EEF7F7;
  border-radius: 10px;
  position: relative;
  margin-bottom: 21px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;

}

#step2 .steps .step:last-child {
  border-bottom: none;
  position: relative;
  margin-bottom: 21px;

}

#step2 .steps .step .wrap_step {
  padding: 26px 19px 26px 0;
  min-height: 105px;
  display: flex;
  align-items: center;
  width: 66%;
}

@media (max-width: 1400px) {
  #step2 .steps .step .wrap_step {
    width: 58%;
  }
}

#step2 .steps .step:nth-child(3) .wrap_step {
  width: 90%;
}

#step2 .steps .step .wrap_step .no {

  color: #40C0D9;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;

  text-transform: uppercase;
  width: max-content;
  padding: 0 20px;
  position: relative;

}

#step2 .steps .step .wrap_step .info .texte {

  color: #181C21;
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;

}

@media (max-width: 1200px) {
  #step2 .steps .step .wrap_step .no {
    font-size: 2.6rem;
  }

  #step2 .steps .step .wrap_step .info .texte {
    font-size: 1.4rem;
  }

  #step2 .steps .step:nth-child(3) .wrap_step {
    width: 100%;
  }
}

#step2 .steps .step:nth-child(1) .button .btn_ {

  background: #40C0D9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  cursor: pointer;

  text-align: center;
  overflow: hidden;
  padding: 14px 10px;
  display: block;
  height: auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  line-height: 1.2;
  cursor: initial;
}

.fb_iframe_widget.fb-like {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb_iframe_widget.fb-like iframe,
.fb_iframe_widget.fb-like>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px !important;
}

#step2 .step .les_choix {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

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

#step2 .step .les_choix .choix:first-child svg {
  display: none;
}

@media (max-width: 600px) {
  #step2 .step .les_choix .choix:first-child svg {
    display: block;
  }
}

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

#step2 .steps .step .button {
  position: relative;
  max-width: 280px;
  width: 100%;
  font-size: 0;
  cursor: pointer;
}

#step2 .steps .step:nth-child(1) .button {
  max-width: 280px;
}

@media (max-width: 1440px) {
  #step2 .steps .step:nth-child(1) .button {
    max-width: 220px;
  }

  #step2 .steps .step .button {
    position: relative;
    max-width: 220px;
  }
}

#step2 .steps .step .button .btn_ {
  width: 100%;
}

#step2 .steps .step .button .btn_ .btn {

  display: inline-block;
  border-radius: 56px;
  background: #40C0D9;
  height: 53px;
  padding: 15px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2;
  border: 0;
  cursor: pointer;
  width: 100%;

}

#step2 .steps .wrap .step .les_choix .choix .texte_choix {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 0;

  cursor: pointer;
  color: #40C0D9;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.4;
  text-decoration-line: underline;
  text-transform: capitalize;
}

@media (max-width: 1440px) {
  #step2 .steps .wrap .step .les_choix .choix .texte_choix {
    font-size: 1.3rem;
    margin-left: 0;
  }
}

#step2 .steps .wrap .step .les_choix .choix:first-of-type .texte_choix {
  margin-left: 0;
}

#step2 .popup {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80);
  z-index: 0;
}

#step2 .bulle_hover {
  opacity: 0;
  /* display: none; */
  position: absolute;
  top: 50%;
  /* left: 0;
  right: 0; */
  margin: auto;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  /* margin-left: auto;
  margin-right: auto; */
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  border-radius: 22px;
  max-width: 800px;
  width: 100%;
  height: auto;
  z-index: 9999999999;

}

#step2 .bulle_hover .content_div_float {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

#step2 .bulle_hover .content_div_float .image_container {
  width: 60%;
  height: 100%;
  padding: 82px 30px 50px 30px;
}

#step2 .bulle_hover .content_div_float .image_container #my_video_popup {
  max-width: 620px;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

#step2 .customCursor {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: fit-content;
  cursor: url('../../images/play_36.png'), pointer;
  object-fit: cover;
  object-position: center;
}

#step2 .customCursor::before {
  content: "";
  background: url('../../images/play.png') no-repeat center/contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 99;
  transform: translate(-50%, -50%);
}

@media (hover: hover) {
  #step2 .customCursor:hover::before {
    display: none;
  }
}

#step2 .customCursor.played {
  cursor: url('../../images/pause_36.png'), pointer;
}

#step2 .customCursor.played::before,
#step2 .customCursor.played::after {
  display: none;
}

#step2 .customCursor iframe {
  pointer-events: none;
}

#step2 .bulle_hover .content_div_float .text_container {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

#step2 .bulle_hover .content_div_float .image_deco1 {
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: auto;
}

#step2 .bulle_hover .content_div_float .image_deco {
  position: absolute;
  left: 22%;
  top: 0;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

#step2 .bulle_hover .titlebulle {
  position: relative;
  color: #40C0D9;
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}

#step2 .bulle_hover .titlebulle span {
  color: #324143;
  font-family: 'South Route Standup', sans-serif;
  font-size: 46.343px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.7;
  text-transform: capitalize;
  margin-left: 6px;
}

#step2 .bulle_hover .titlebulle .image_step1 {
  position: absolute;
  top: 40%;
  left: 33%;
}

#step2 .bulle_hover:last-of-type .titlebulle .image_step1 {
  left: 40%;
}

#step2 .bulle_hover .textbulle {
  max-width: 254px;
  width: 100%;
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}

.alert{
  display: none;
  position: absolute;
  right: 16px;
  top: 6px;
  background: none;
  border: 1px dashed #40C0D9;
  color: #40C0D9;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  line-height: 10px;
  text-decoration-line: none;
  text-transform: none;
}

button.close {
  color: #40C0D9;
}

#step2 .bulle_hover .button_popup {
  background: #EA0809;
  color: #FFF;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px;
  text-decoration: none;
}

#step2 .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  background-image: url(../../images/close_blue.png);
  cursor: pointer;
}

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

}

#step2 .facebook-comments .wrap {
  max-height: 500px;
  overflow: auto;
}

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

#step2 .facebook-comments .fb-comments {
  padding: 35px 20px;
  background: #fff;
  position: relative;
  display: block;
}

@media (max-width: 600px) {

  #step2 .bulle_hover .content_div_float .image_container {
    padding: 12px;
  }

  #step2 .steps .step {
    flex-direction: column;
    padding-bottom: 20px;
  }

  #step2 .steps .step .wrap_step {
    min-height: auto;
  }

  #step2 .step .les_choix {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }

  #step2 .steps .step:nth-child(1) .button {
    max-width: 280px;
  }

  #step2 .steps .step:nth-child(1) .button .btn_ {
    max-width: 280px
  }

  #step2 .steps .step .button .btn_ {
    display: inline-block;
    min-width: 182px;
    max-width: 190px;

  }
}

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

  margin: 0 auto 16px;
  width: 30px;
  height: 30px;
  background: url(../../images/arrow_down.png) no-repeat center;
  /* 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');
}

/* step 3 */

#step3 {
  position: relative;
  background: #fff;
  padding: 60px;
  padding-bottom: 0;
}

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

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

#step3 .row .content_left {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

#step3 .row .content_left .div1 {
  grid-area: 1 / 1 / 4 / 5;
  display: flex;
  align-items: center;
}

#step3 .row .content_left .div2 {
  grid-area: 4 / 1 / 7 / 3;
}

#step3 .row .content_left .div3 {
  grid-area: 4 / 3 / 7 / 5;
}

#step3 .row .content_left .div2 img {
  width: 100%;
}

#step3 .row .content_left .div3 img {
  width: 100%;
}

#step3 .customCursor {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  max-width: 843px;
  width: 100%;
  height: 0;
  cursor: url('../../images/play_36.png'), pointer;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}

#step3 .customCursor video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  #step3 .customCursor:hover::before {
    display: none;
  }
}

#step3 .customCursor.played {
  cursor: url('../../images/pause_36.png'), pointer;
}

#step3 .customCursor.played::before,
#step3 .customCursor.played::after {
  display: none;
}

#step3 .customCursor iframe {
  pointer-events: none;
}


#step3 .customCursor::before {
  content: "";
  background: url('../../images/play.png') no-repeat center/contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 99;
  transform: translate(-50%, -50%);
}


#step3 .row .content_left .logo_left {
  position: relative;
  max-width: 275px;
  width: 100%;
  margin-bottom: 60px;
  align-self: center;
}

#step3 .row .content_left .image_left {
  max-width: 64%;
  width: 100%;
  position: relative;
}

#step3 .row .content_right {
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-start;
  padding-left: 60px;
}

@media (max-width: 1600px) {
  #step3 .row .content_right {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  #step3 .row .content_left .image_left {
    position: relative;
    margin-bottom: 40px;
  }

  #step3 .row .content_left .logo_left {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}



#step3 .row .content_right .logo_left {
  margin-bottom: 100px;
}

#step3 .row .content_right .image_deco_step3 {
  position: absolute;
  bottom: 20%;
  right: -20%;
}

#step3 .row .content_right p.firts_text {
  color: #324143;
  font-family: 'South Route Standup', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#step3 .row .content_right p.subtitle_step3 {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 60px;
}

#step3 .row .content_right p.firts_text span {
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
}

#step3 .row .content_right p.second_text {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}

#step3 .row .content_right p.second_text span {
  color: #40C0D9;
}

#step3 .row .content_right p.three_text {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#step3 .row .content_right div.button_code {
  position: relative;
  color: #40C0D9;
  font-size: 35.651px;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 10px;
  border: 2px dashed #40C0D9;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 50px;
  margin-bottom: 40px;
}

#step3 .row .content_right div.button_code button {
  border: 0;
  background: none;
}

#step3 .row .content_right div.button_code em {
  color: #40C0D9;
  font-size: 35.651px;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal !important;
  text-transform: uppercase;
}


#step3 .row .content_right .button_popup {
  border-radius: 56px;
  background: #40C0D9;
  color: #FFF;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 34px;
  text-decoration: none;
  margin-bottom: 40px;
}

#step3 .row .content_right p.three {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 321.429% */
}

#step3 .row .content_right p.three a {
  color: #324143;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  text-decoration-line: underline;
  cursor: pointer;
}

@media (max-width: 1200px) {
  #step3 .row .content_right p.three {
    margin-bottom: 60px;
  }
}

#step3 .row .content_right p.three span {
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
}

#step3 h1 {
  display: none;
}

@media (max-width: 1440px) {
  #step3 .row .content_right p.firts_text {
    font-size: 36px;
    line-height: 1;
  }

  #step3 .row .content_right p.subtitle_step3 {
    font-size: 24px;
    line-height: 1.2;
  }

  #step3 .row .content_right p.second_text {
    font-size: 29px;
    line-height: 1.2;
  }

  #step3 .row .content_right p.three_text {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 1300px) {
  #step3 .row .content_left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  #step3 .row .content_left .div1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #step3 .row .content_left .div2 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #step3 .row .content_left .div2 img {
    width: 100%;
  }

  #step3 .row .content_left .div3 {
    grid-area: 3 / 2 / 5 / 3;
  }

  #step3 .row .content_left .div3 img {
    width: 100%;
  }
}

@media (max-width: 1200px) {

  #step3 .row .content_left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  #step3 .row .content_left .div1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #step3 .row .content_left .div2 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #step3 .row .content_left .div3 {
    grid-area: 3 / 2 / 5 / 3;
  }

  #step3 .row .content_right .image_deco_step3 {
    position: absolute;
    bottom: 0%;
    right: 0;
  }

  #step3 .row .content_right p.second_text {
    max-width: 90%;
    font-size: 2.4rem;
  }

  #step3 .row .content_right .button_popup {
    font-size: 1.6rem;
  }

  #step3 .row .content_right p.three {
    max-width: 90%;
    font-size: 1.4rem;
  }
}


@media (max-width: 400px) {
  #step3 .row .content_right .button_popup {
    font-size: 1.2rem;
  }
}



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

/* step 6 css */

#step6 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

#step6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #fff url(../../images/step6_bg.png) no-repeat 69% 0%; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
}

#step6 .wrapper_content_concours_fini {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

#step6 .wrapper_content_concours_fini .content_concours_fini {
  max-width: 930px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  border-radius: 8px;
  padding-top: 0;
}

@media (max-width: 1600px) {
  #step6 .wrapper_content_concours_fini .content_concours_fini {
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  #step6 .wrapper_content_concours_fini .content_concours_fini {
    margin-top: 120px;
    padding: 60px 0;
  }
}

#step6 .wrapper_content_concours_fini .content_concours_fini h2 {

  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 57px;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(360deg, #B55FFA -29.25%, #F55C5C 137.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 20px rgba(132, 193, 223, 0.5);
}

#step6 .wrapper_content_concours_fini .content_concours_fini p {

  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.16px;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px rgba(132, 193, 223, 0.5);
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  #step6 .wrapper_content_concours_fini .content_concours_fini h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  #step6 .wrapper_content_concours_fini .content_concours_fini p {
    font-size: 18px;
    line-height: 24px;
  }
}

#step6 .wrapper_content_concours_fini .content_concours_fini .container_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form {
  margin-top: 60px;
}

@media (max-width: 600px) {
  #step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form {
    margin-top: 30px;
  }
}

#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 600px) {
  #step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form {
    flex-direction: column;
  }
}

#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=text],
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=email] {
  opacity: 0.5;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  padding: 24px 35px;

  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=submit]::-webkit-input-placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=reset]::-webkit-input-placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=text]::-webkit-input-placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=email]::-webkit-input-placeholder {

  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=submit]:-ms-input-placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=reset]:-ms-input-placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=text]:-ms-input-placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=email]:-ms-input-placeholder {

  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=submit]::placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=reset]::placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=text]::placeholder,
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=email]::placeholder {

  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=submit],
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=reset],
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form button[type=submit],
#step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form button[type=reset] {
  background: linear-gradient(360deg, #B55FFA -29.25%, #F55C5C 137.74%);
  box-shadow: 0px 0px 15px #926FF7;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 35px;
  gap: 10px;
  border: none;
  color: #ffffff;

  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}


@media (max-width: 600px) {

  #step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=submit],
  #step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form input[type=reset],
  #step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form button[type=submit],
  #step6 .wrapper_content_concours_fini .content_concours_fini .container_column .container_form form button[type=reset] {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

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

  #step1 .fill_fb {
    margin-bottom: 3vw;
  }

  #step1 .form {
    padding: 52px 4% 52px 4%;
  }

  #step1 .form_submit {
    margin-top: 50px;
  }

  #step1 .fill_fb .btn {
    padding: 18px 42px 18px 96px;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  #contest .form_submit .btn {

    height: 47px;
    padding: 15px 35px;
    font-size: 14px;
  }

}

@media (max-width: 1440px) {
  #step1 .form_submit {
    margin-top: 30px;
  }

  #contest .input_checkbox.infolettre_inscription {
    margin-top: 3vw;
  }
}

@media (max-width: 1300px) {
  #step2 .steps .wrap {
    max-width: calc(730px + 40px);

  }

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

  }

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

  #step1 .fill_fb .btn {

    font-size: 12px;
  }

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

  #step1 .col.form {
    padding: 71px 3% 61px 5%;
  }

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

  #step1 .steps .step {
    left: -42px;
    font-size: 27px;
  }

  #step1 .custom_content {
    width: calc(100% + 15px);
  }

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

    height: 54px;
  }

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

  #step1 .field_instagram a svg {
    margin-right: 13px;
    width: 27px;
  }

  #step1 .field_instagram a {
    padding: 8px 15px;
  }

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

  #step1 .fill_fb .btn {
    padding: 20px 20px 20px 19%;
    background: #40C0D9 url(../../images/facebook_white.png) 26px 50% no-repeat;
    background-size: 30px 44%;
  }

  #step1 .field_instagram a {

    height: 54px;

  }

  #step1 .custom_content .icon {
    width: 69px;
  }

  #contest .container .reglements {

    right: 0;
  }

  #step3 .texte_image {
    max-width: 426px;

  }

  #step3 h2 {
    font-size: 1.425vw;
    margin-bottom: 45px;
  }

  #step3 .plus_texte .text_plus {

    font-size: 19px;
  }
}

@media (max-width: 1200px) {
  body #step1 .container {

    max-width: 100%;
  }

  #step1 .texte {
    padding-top: 10vw;
    padding-left: 8%;
    padding-bottom: 4vw;
    position: relative;
  }

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

  form input[type="text"],
  form input[type="email"] {
    padding: 1rem;
    width: 100%;
    background: #fff;
    font-size: 21.75px;
  }

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

  #contest a.btn {
    padding: 16px;
  }

  #contest .container .reglements {
    left: 0;
    margin-bottom: 80px;
  }

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

  }

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

  #contest .input_checkbox label {
    width: calc(100% - 18px);

  }

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

  #step1 .field_instagram a svg {
    margin-right: 28px;
    width: unset;
  }

  #step1 .form_title {
    font-size: 18px;

  }

  #step1 .field_instagram a {
    height: 69px;
    padding: 14px 23px;
  }

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


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

  #step1 .row .texte:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/bg_stp1.jpg) no-repeat 51% 84%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background: linear-gradient(270deg, #200427 -5.96%, #250960 193.59%);     */
    filter: brightness(0.4);
  }

  #step1 .form {
    background: linear-gradient(270deg, #200427 -5.96%, #250960 193.59%);
  }

  #step2 .steps {
    padding-top: 18%;
  }

  #step2:before {
    background-position: 90% 0%;
  }

  #step2 .steps .step .wrap_step {
    padding: 20px 19px 20px 0;
    width: auto;
    margin: 0;
  }

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

  #step2 .steps .step:nth-child(1) .button .btn_ {
    padding: 13px 10px;
  }

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

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

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

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

  #step3 .btn {
    width: 100%;
    max-width: 541px;
  }

  #step3 .row .content_step3 {
    padding: 16% 6%;
  }

  #step3 .row .content_step3 .text_step3,
  #step3 .row .content_step3 .text_step3 em {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1199px) {
  .image_step1 {
    max-width: 100%;
  }

  #step1 .right {
    padding-top: 50px;
  }

  #step1 .container_capital {
    margin-bottom: 200px;
  }

  .logo_stp1 {
    margin-bottom: initial;
  }

  .header_left {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
  }

  .langue_header {
    position: relative;
    top: initial;
    right: initial;
  }

  #step1 .row .left .list_neuro {
    margin-left: 0;
    padding-left: 30px;
    max-width: 550px;
    width: 100%;
    margin-bottom: 120px;
  }

  #step1 .row .left .list_neuro .title_ul {
    font-size: 20px;
  }

  #step1 .row .left .list_neuro .list_neu .item_list {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  #contest>header .top-banner {
    padding-top: 0;
    padding-left: 0;
  }
}

@media (max-width: 800px) {

  #step3 {
    padding: 40px 20px;
  }

  #step2 .popup {
    padding: 30px;
  }

  #step2 .bulle_hover {
    max-width: 700px;
  }

  #step1 .texte {
    padding-top: 18vw;
    padding-bottom: 8vw;
  }

  #step3 {
    background-size: cover;
    background-position: 78% 100%;
  }

  #step3 .container {
    position: relative;
    z-index: 1;
  }

  /* #step3::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: .6;
    width: 100%;
    height: 100%;
  } */

  #step1 .row .texte:before {
    opacity: 1;
  }

  #step1 .form {
    padding: 50px 4% 80px 4%;
  }

  #contest .container-fluid .reglements a {

    font-size: 15px;
  }

  #step1 .custom_content .texte_checkbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  #step1 .custom_content {
    display: flex;
    flex-direction: column;
  }



  #step1 .fill_fb {
    margin-bottom: 6vw;
  }

  #step3 .row {
    display: block;
  }

  #step3 .row .content_step3 {
    padding: 18% 8%;
  }

  #step3 .row .content_step3 .title_text {
    font-size: 47px;
    max-width: 550px;
  }
}

@media (max-width: 768px) {
  #step2 .bulle_hover .content_div_float .image_deco {    
    left: 8%;   
  }
  #step1 .container-fluid {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  #step1 .container-fluid {
    padding: 0;
    padding-bottom: 90px;
  }

  #step1 .right {
    padding-top: 220px;
  }

  #step1 .row .left .list_neuro {
    max-width: 100%;
  }

  #step1 .row .left .list_neuro {

    margin-bottom: -164px;
  }

  #step1 .container_capital {
    margin-bottom: 700px;
  }

  #step1 .container_capital {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: flex-end;
  }

  #step1 .subtitle {
    padding-left: 16%;
  }

  .titles .numero {
    font-size: clamp(128px, 6vw, 168px);
  }

  .subtitle .text_subtitle {
    font-size: clamp(28px, 6vw, 38px);
  }

  .titles .text .text_top {
    font-size: clamp(28px, 7.5vw, 58px);
  }

  .titles .text .text_bottom {
    font-size: clamp(28px, 7.5vw, 58px);
  }

  .normal_text {
    font-size: clamp(23px, 4.7vw, 32px);
    padding-left: 0;
  }

  .subtitle .image_step1 {
    position: absolute;
    left: 16%;
    top: 48%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }

  #step2 .steps {
    padding-top: 8%;
  }

  #step2 .popup {
    padding: 30px;
    overflow: hidden;
    z-index: 999999999;
  }

  #step2 .popup .bulle_hover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #step2 .popup .bulle_hover .content_div_float {
    flex-direction: column;
    padding: 30px;
  }

  #step2 .bulle_hover .content_div_float .image_container,
  #step2 .bulle_hover .content_div_float .text_container {
    width: 100%;
  }

  #step2 .bulle_hover .content_div_float .image_container {
    margin-bottom: 20px;
  }

  #step2 .bulle_hover .content_div_float .text_container {
    margin-bottom: 30px;
  }

}

@media (max-width: 600px) {

  #step1 .container-fluid {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .header_left {
    margin-bottom: 40px;
  }

  #step1 .wrap_form {
    padding: 50px 30px;
  }

  #step1 .container_capital {
    margin-bottom: 500px;
  }

  body .container {
    padding: 0 15px;
  }

  #step2 .steps .step {
    padding-right: 0;
  }

  #step2 .bulle_hover .titlebulle {
    font-size: 2rem;
  }

  #step2 .bulle_hover .content_div_float .text_container {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  #contest #step2 .row .col {
    margin-bottom: 40px;
  }

  #step2 .steps {
    padding-top: 30%;
  }

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

  #step3 {
    background-position: 70% 100%;
  }

  #step3 .row .content_step3 {
    padding-top: 26%;
    padding-left: 10%;
  }

  #step3 .row .content_step3 .title_text {
    font-size: clamp(20px, 7vw, 36px);
    line-height: 1.2;
    max-width: 400px;
  }

  #step3 .row .content_step3 .text_step3,
  #step3 .row .content_step3 .text_step3 em {
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.2;
  }

  #step3 .row .content_step3 .go_siteweb {
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1.2;
    height: 46px;
  }
}

@media (max-width: 479px) {

  #step1 .container-fluid {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .header_left {
    margin-bottom: 30px;
  }

  #step1 .wrap_form {
    padding: 50px 25px;
  }

  #step1 .container_capital {
    margin-bottom: 400px;
  }

  #step1 .row .left {
    padding: 0 25px;
  }

  .normal_text {
    font-size: clamp(20px, 4vw, 32px);
    padding-left: 0%;
  }

  .titles .numero {
    font-size: clamp(90px, 6vw, 168px);
  }

  .subtitle .text_subtitle {
    font-size: clamp(18px, 6vw, 38px);
  }

  .titles .text .text_top {
    font-size: clamp(32px, 5.5vw, 58px)
  }

  .titles .text .text_bottom {
    font-size: clamp(32px, 5.5vw, 58px)
  }

  #step1 .input_checkbox.infolettre_inscription .icon span {
    font-size: 2.2rem;
  }

  #contest>header .top-banner .logo {
    max-width: 70%;
    margin: 3px 0;
  }

  #step1 .input_checkbox.infolettre_inscription .icon {
    width: 42px;
    height: 42px;
    top: -22px;
    right: -12px;
  }

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

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

  }

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

    margin-right: 8%;
    margin-left: 15%;
  }

  #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 .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 .row .content_step3 {
    padding-top: 30%;
    padding-left: 10%;
  }

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

}

@media (max-width: 400px) {

  .header_left {
    margin-bottom: 20px;
  }

  #step1 .wrap_form {
    padding: 50px 15px;
  }

  #step1 .container_capital {
    margin-bottom: 300px;
  }

  #step1 .subtitle {
    padding-left: 10%;
  }

  .subtitle .image_step1 {
    left: 10%;
  }

  #step1 .subtitle {
    padding-left: 24%;
  }

  .subtitle .image_step1 {
    position: absolute;
    left: 23%;
  }

  .titles .text .text_top {
    font-size: clamp(20px, 6.5vw, 58px);
  }

  .titles .text .text_bottom {
    font-size: clamp(20px, 6.5vw, 58px)
  }

  .titles .numero {
    font-size: clamp(60px, 6vw, 168px);
  }

  .normal_text {
    font-size: clamp(13px, 4vw, 32px);
    padding-left: 0%;
  }

}