@charset "UTF-8";

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

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

[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: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;

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

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

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 9.5rem 0 0;
  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: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-left: 30px;
}

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

#contest>header .top-banner .btn:hover,
#contest>header .top-banner .btn:active,
#contest>header .top-banner .btn:focus,
#contest>header .top-banner .btn:focus-visible {
  border: none;
}

#contest>header .top-banner .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;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 53px;
  padding: 15px 35px;
  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%;
  font-family: 'Lexend Deca', sans-serif;
}

#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 {
  font-size: 11px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.666667px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

#contest form label {

  font-size: 18px;
  font-weight: 600;
}

#contest form label span {
  color: #58B5E2;
}

#contest form .input_checkbox label {
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
  letter-spacing: 0.666667px;
  line-height: 1.4;
}

#contest form input[type="text"],
#contest form input[type="email"] {
  width: calc(100%);
  font-size: 18px;
  font-weight: 300;
  height: 26px;
  padding: 5px 15px;
  border: 0;
  border-bottom: 2.5px solid rgba(255, 255, 255, .3);
  color: #fff;
  background: transparent;
}


#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 {
  margin-right: -9px;
}

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

#contest .email_row .field {}

#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: 1px solid #58B5E2;
  border-radius: 6px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 4vw;
  padding: 12px 10px;
}

#contest .input_checkbox.infolettre_inscription .text {
  margin-bottom: 15px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.666667px;
}

#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: baseline;
  margin-right: 0;
  padding: 12px 10px;
}

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

#step1 {
  background: #fff;
  background: url(../../images/bg_stp1.jpg) no-repeat 59% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

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

#step1 header {
  display: none;
}


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

#step1 .texte {
  padding-top: 6vw;
  padding-bottom: 5vw;
  padding-left: 4%;
  padding-right: 4%;
}

#step1 .logo {
  position: absolute;
  right: 25px;
  bottom: 25px;
  max-width: 330px;
  width: 27%;
}

#step1 .texte .infos {
  position: relative;
  text-align: left;
  padding-right: 3%;
  padding-top: 2vw;
  height: 100%;
}

#step1 .texte .infos p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 47px;
}

#step1 .texte .infos h1 {
  color: #6C6C6C;
  font-size: 57px;
  font-weight: 400;
  max-width: 800px;
  margin-bottom: 16px;

  background: linear-gradient(88.15deg, #A05FFA -1.61%, #5CCBF5 92.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 14px rgba(211, 41, 239, 0.6), 0px 0px 20px rgba(132, 193, 223, 0.5);
}

#step1 .texte .infos .soustitre {

  font-weight: 300;
  font-size: 26px;
  max-width: 619px;
  margin-bottom: 19px;
  line-height: 1.5;
}

#step1 .texte .infos .titre_liste {

  font-size: 26px;
  font-weight: 300;
  margin-top: 44px;

}

#step1 .texte .infos .liste {
  padding-left: 20px;
  margin-bottom: 54px;
  margin-top: 20px;

}

#step1 .texte .infos .liste .un_list {
  display: flex;
  align-items: center;
  letter-spacing: 0.666667px;

}

#step1 .texte .infos .liste .un_list .icon {
  width: 60px;
  text-align: center;
}

#step1 .texte .infos .liste .un_list .texte_list {
  width: calc(100% - 80px);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

#step1 .texte .infos .liste .un_list .texte_list em {
  width: calc(100% - 60px);
  font-style: normal !important;
  font-size: 18px;
  line-height: 1.2;
  color: #58B5E2;
}

#step1 .texte .infos .liste {
  max-width: 520px;
}

#step1 .texte .infos .bas_page {
  position: absolute;
  bottom: 0;
  left: 0;
}

#step1 .texte .infos .bas_page_1 {
  max-width: 580px;
}

#step1 .texte .infos .bas_page_1 {
  font-size: 26px;
  letter-spacing: 1.5px;
  line-height: 130%;
  margin-bottom: 10px;
}

#step1 .texte .logo img {
  margin-bottom: 14px;
}

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

}

#step1 .form {
  background: rgba(22, 10, 47, 0.42);
  backdrop-filter: blur(31px);
  vertical-align: middle;
  padding: 100px 4% 100px 4%;
  color: #fff;
  position: relative;
}

/* #step1 .form:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
 background: url(../../images/dentele-left.png) repeat-y right center;
  width: 20px;
  left: -20px;
} */
#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: 4vw;
}

#step1 .steps {
  position: relative;
}

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

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

#step1 .field_instagram {

  margin-bottom: 27px;
}

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

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

}

#step1 .fill_fb .btn {
  white-space: normal;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 24px 42px 24px 96px;
  background: #1778F2 url(../../images/facebook_icon.png) 33px 50% no-repeat;
  background-size: 40px auto;
  text-align: left;
  height: auto;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

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

#step1 .custom_content {
  display: flex;
  flex-direction: column;
  width: calc(100% + 91px);
  position: relative;
}

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

#step1 .input_checkbox.infolettre_inscription .icon {
  display: table-cell;
  width: 54px;
  vertical-align: top;
  position: absolute;
  top: -22px;
  right: -20px;
}

#step1 .custom_content .icon .text {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .7);
  position: absolute;
  top: 63px;
  right: 0;
}

#step1 .custom_content .icon img {
  margin-top: -33px;
  margin-right: -20px;
  max-width: calc(100% + 20px);

}

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

/*html[lang="en_CA.utf8"] #step1 .col.texte {
  background: url(../../images/step_1_bg_en_v2.jpg) no-repeat top left;
}*/

#step2 {
  position: relative;

  min-height: 100vh;
}

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

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

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

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

#step2 .steps .step {
  border-bottom: 1px solid #AFAFAF;
  position: relative;
  margin-bottom: 21px;

}

#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: table;
  width: 100%;
}

#step2 .steps .step .wrap_step .no {
  width: 86px;
  /*display: inline-block;*/
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #58B5E2;
  /* float: left; */
  position: relative;
  text-align: center;
  /* text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6); */
  /*padding-top: 4px;*/
}

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

#step2 .steps .step .wrap_step .info .texte {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.666667px;
  color: #FFFFFF;

}

#step2 .steps .step:nth-child(1) .button {
  position: absolute;
}

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

  display: inline-block;
  background: linear-gradient(268.06deg, #A05FFA -5.85%, #5CCBF5 104.96%);
  box-shadow: 0px 0px 15px #926ff7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 53px;
  padding: 15px 35px;
  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%;
}

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

#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: 200px;
  width: 100%;
  font-size: 0;
  cursor: pointer;
}


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

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

  display: inline-block;
  background: linear-gradient(268.06deg, #A05FFA -5.85%, #5CCBF5 104.96%);
  box-shadow: 0px 0px 15px #926ff7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  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 .facebook-comments {
  max-width: calc(600px + 40px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

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

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

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

#step2 .facebook-comments: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');
}

#step3 {
  background: #fff url(../../images/bg_stp3.jpg) no-repeat center;
  -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 .content_step3 {
  padding: 12% 4%;
}

#step3 h1 {
  display: none;
}

#step3 .row .content_step3 .title_text {
  color: #6C6C6C;
  font-size: 57px;
  font-weight: 400;
  max-width: 730px;
  margin-bottom: 16px;
  background: linear-gradient(88.15deg, #A05FFA -1.61%, #5CCBF5 92.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 14px rgb(211 41 239 / 60%), 0px 0px 20px rgb(132 193 223 / 50%);
}

#step3 .row .content_step3 .text_step3 {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.16px;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px rgba(132, 193, 223, 0.5);
  margin-bottom: 50px;
}

#step3 .row .content_step3 .text_step3 em {
  font-style: normal !important;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.16px;
  color: #58B5E2;
}

#step3 .row .content_step3 .go_siteweb {
  display: inline-block;
  background: linear-gradient(268.06deg, #A05FFA -5.85%, #5CCBF5 104.96%);
  box-shadow: 0px 0px 15px #926ff7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 53px;
  padding: 18px 35px;
  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;
  text-decoration: none;
}

#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 .custom_content {
    width: calc(100% + 40px);
  }

  #step1 .texte .infos h1 {
    font-size: 47px;
    font-weight: 400;
    max-width: 670px;
  }

  #step1 .texte .infos .soustitre {
    font-size: 22px;
    max-width: 540px;
  }

  #step1 .texte .infos .titre_liste {
    font-size: 22px;
  }

  #step1 .texte .infos .liste .un_list .texte_list {
    width: calc(100% - 120px);
    font-size: 16px;
  }

  #step1 .texte .infos p {
    font-size: 24px;
  }

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

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

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

  #contest form label {
    font-size: 16px;
    font-weight: 600;
  }

  #step1 .fill_fb .btn {
    padding: 18px 42px 18px 96px;
    font-size: 13px;
    line-height: 17px;
  }

  #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: 9px 8% 9px 28%;

  }

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

  #step1 .texte .infos .bas_page {
    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;
  }

  #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: 14px;
  }

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

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

  }

  #step1 .fill_fb .btn {
    font-size: 14px;
    padding: 14px 20px 14px 94px;
    background-position: 8% 50%;
    background-size: 12% auto;
  }

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

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

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

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

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

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

  #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 27% top;
    -webkit-background-size: 190%;
    -moz-background-size: 190%;
    -o-background-size: 190%;
    background-size: 190%;
  }

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

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

  #step2 .steps .step {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

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

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

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

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

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

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

  }

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

  #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) .button {
    position: relative;
    max-width: 182px;
    margin: 0 auto;
    top: 0;
    padding-top: 0px;
    padding-bottom: 24px;
  }

  #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 {
    background-size: cover;
    background-position: 40% 100%;
  }

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

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

  #step1 .col.texte .infos .descrip {

    max-width: 586px;
  }

  #contest>header .top-banner .btn {
    color: #42B09E;
  }

  #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: 1000px) {
  #contest>header .top-banner {
    padding-top: 0;
    padding-left: 0;
  }
}

@media (max-width: 800px) {

  #step1 .texte .infos .liste .un_list .texte_list {
    width: calc(100% - 90px);
    font-size: 12px;
  }

  #step1 .texte .infos h1 {
    font-size: clamp(29px, 5.2vw, 44px);
    max-width: 560px;
  }

  #step1 .texte .infos .soustitre {
    font-size: clamp(16px, 3.2vw, 26px);
    max-width: 460px;
  }

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

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

  #step1 .row .texte:before {
    background: url(../../images/bg_stp1.jpg) no-repeat 43% top;
    background-size: auto;
  }

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

  #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: 600px) {

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

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

  #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 .row .texte:before {
    background: url(../../images/bg_stp1.jpg) no-repeat 43% top;
  }

  #step1 .texte {
    padding-top: 20vw;
    padding-left: 8%;
  }

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

  #step1 .input_checkbox.infolettre_inscription .icon {
    width: 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;
  }

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

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

}