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

/* --------------------------------- RESULTS ----------------------------*/
@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: "Mollie glaston";
    src: url("../fonts/Mollieglaston.woff2") format("woff2"),
        url("../fonts/Mollieglaston.woff") format("woff");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PP Migra";
    src: url("../fonts/PPMigra-Light.woff2") format("woff2"),
        url("../fonts/PPMigra-Light.woff") format("woff");
    /* font-weight: bold; */
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}


/* --------------------------------- ----------------------------*/

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

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

/* '' */


/* ----------------- RESULTS ------------------------------*/


body {
    /* background-color: #ccc; */
    /* background-size: cover;
  background-repeat: no-repeat; */
    color: #000;
    padding: 1rem;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    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: #fff;
}

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

body .container {
    min-width: 100%;
}

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

.pagination li {
    margin: 0 1rem;
}


/* ----------------- RESULTS ------------------------------*/

#step2 .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0;
    font-size: 1rem;
    line-height: 0;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #C6AB57;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* -----------------  ------------------------------*/

a.mgp-rules {
    color: white;
    text-decoration: underline;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0.67px;
}

/* ------ Form layout -------- */

.wrap_form {
    max-width: 360px;
}


/* -------------------RESULTS ----------------------------*/

#step1 .fill_fb .btn {
    white-space: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 20px 20px 95px;
    background: url(../../images/facebook_icon.png) 39px 42% no-repeat;
    background-size: 40px auto;
    text-align: left;
    /* font-weight: bold; */
    /* height: 19px; */
    letter-spacing: 1px;
    line-height: 1.3;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    background-color: #F5375F;
    border-radius: 0;
}


/* ------------------- ----------------------------*/


form input[type="text"],
form input[type="email"] {}

form input[type="text"],
form input[type="email"] {
    font-size: 18px;
    font-weight: 700;
    height: 66px;
    padding: 10px 9px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: auto;
    background: none;
    width: 100%;
}

.form_row.email_row {
    margin-bottom: 116px;
}

#step1 input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: none;
}

#step1 .no-outline:focus {
    outline: none;
}


/* -------------------RESULTS ----------------------------*/

input[type="checkbox"] {
    appearance: none;
    margin-top: 3px;
    font: inherit;
    /* color: red; */
    width: 17px;
    height: 17px;
    border: 1px solid currentColor;
    display: grid;
    place-content: center;
    position: relative;
    top: 19px;
    left: -1px;
}

/* ------------------- ----------------------------*/

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: none;
    /* margin-top: 9px; */
    border: 1px solid #fff !important;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #fff;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

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

.field {
    clear: both;
    padding-right: 9px;
    margin-bottom: 32px;
}

.input_checkbox label {
    width: calc(100% - -10px);
    padding-left: 27px;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 12px;
    font-family: 'DM Sans', sans-serif !important;
    letter-spacing: 0.67px;
    color: #fff;
}

.email_row .field {
    margin-bottom: 0px;
}

#contest form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff
}

#contest form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff
}

#contest form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff
}

#contest form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff
}

.btn-mpg-form-sub {
    background: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #fff;
    width: auto;
    line-height: 0;
    font-family: 'DM Sans' sans-serif;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #F5375F;
    cursor: pointer;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
}

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

.input_checkbox.conditionUse {
    margin-bottom: 107px;
}

#step1 .icon {
    display: table-cell;
    width: 107px;
    vertical-align: top;
    position: relative;
    left: 324px;
    bottom: 203px;
}

#step1 .icon .text {
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 2px;
    line-height: 12px;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#step1 .icon img {
    margin-top: -33px;
    margin-left: 17px;
    margin-bottom: 7px;
}

/* #step1 .custom_content {
  margin-bottom: 134px;
} */

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

/* form .custom_select select {
  padding: 0.6rem;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  text-transform: uppercase;
} */

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

/* ----------------- RESULTS ------------------------------*/

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

/* ----------------- ------------------------------*/

/* #contest form input[type="text"],
#contest form input[type="email"] { */

/* font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #fff; */
/* color: #fff;
  font-family: '';
  letter-spacing: 0px;
  background: none; */
/* } */



/* --------------------------------- RESULTS ----------------------------*/

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


/* ---------------------------------  ----------------------------*/


/* --------Header koncours ---------- */

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

#contest>header .top-banner {
    text-align: right;
}

#contest>header .top-banner .btn {
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
    font-weight: 300;
    border: 0px;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.3px;
    /* background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

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

/* #contest .btn {
  display: block;
  background: #C6AB57;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  line-height: 1.2;
} */


/* ----- Bouton general --------- */

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

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



/* ----------Lien reglement --------- */

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

#contest .container .reglements a {
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}







#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: 0px; */
    /* Base for label styling */
    /*[type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
      position: absolute;
      left: -9999px;
    }
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 1.95em;
      cursor: pointer;
    }*/
    /* checkbox aspect */
    /*[type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0; top: 0;
      width: 12px; 
      height: 12px;
      
      background: #fff;
      
    }*/
    /* checked mark aspect */
    /*[type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
      content: '\2713\0020';
      position: absolute;
      top: .15em; 
      left: .22em;
      font-size: 1.3em;
      line-height: 0.8;
      color: #09ad7e;
      transition: all .2s;
      font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    }*/
    /* checked mark aspect changes */
    /*[type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0);
    }
    [type="checkbox"]:checked + label:after {
      opacity: 1;
      transform: scale(1);
    }*/
    /* disabled checkbox */
    /*[type="checkbox"]:disabled:not(:checked) + label:before,
    [type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd;
    }
    [type="checkbox"]:disabled:checked + label:after {
      color: #999;
    }
    [type="checkbox"]:disabled + label {
      color: #aaa;
    }*/
    /* accessibility */
    /*[type="checkbox"]:checked:focus + label:before,
    [type="checkbox"]:not(:checked):focus + label:before {
      
    }*/
    /* hover style just for information */
    /*label:hover:before {
      border: 2px solid #4778d9!important;
    }*/
}

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



/* -------------- Step 1 General ---------------- */

#step1 {
    /* background: #FCF8ED; */
}

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

#step1 header {
    display: none;
}

#step1 .row {
    /* display: flex;
  width: 100%; */
    /* min-height: 100vh; */
}

.col-8.temp-right {
    min-height: 100vh;
}

#step1 .col.texte .infos {
    /* text-align: left;
  clear: both; */
    /* padding-left: 4.9rem; */
}

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

#step1 .col.texte .infos .surtitre {
    /* color: #1c1e1f;
  font-size: 1.4285714285714286VW;
  font-weight: 200;
  margin-bottom: 10px;
  padding-top: 26px;
  letter-spacing: 1.17px;
  font-family: 'Kumbh Sans', sans-serif; */
}

#step1 .ctl-flex {
    /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  min-height: 100vh;
  padding-left: 12%;
  margin-top: 5px; */
}

#step1 .ctl-lg {
    /* padding-right: 48px; */
}

#step1 .ctl-row {
    /* display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 32px;
  padding-right: 15%;
  padding-left: 10px;
  padding-top: 29px; */
}

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

#step1 .col.texte .infos .soustitre {
    /* color: #1c1e1f;
  font-weight: 200;
  margin-bottom: 22px;
  font-family: 'Kumbh Sans';
  font-size: 1.1224489795918366VW;
  width: 100%;
  letter-spacing: 2.1px; */
}

#step1 .logo {
    /* position: relative;
  padding-left: -11px;
  left: -25px;
  top: -8px; */
}

#step1 .col.texte .infos .descrip {
    /* color: #fff;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0; */
    /* margin: 0 auto 35px; */
    /* max-width: 635px; */
}

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

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

}

#step1 .col.form {
    /* width: 35%;
  display: table-cell;
  vertical-align: middle; */
    /* background: url(../../images/ctl-bg-form.png) no-repeat top right; */
    /* padding: 11.7% 4% 25px 1%;
  background-color: #1C0219; */
}

#step1 .col.form .wrap_form {
    /* max-width: 341px;
  margin: -129px 0 0 9px; */
}

#step1 .fill_fb {
    /* margin-bottom: 32px; */
}



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

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

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

#step1 .custom_content .icon {
    /* display: flex;
  width: 104px;
  position: relative;
  left: 75px;
  top: 2px;
  flex-direction: column;
  align-items: center; */
}

#step1 .custom_content .icon img {
    /* width: 80px; */
}

#step1 .custom_content .icon .text {
    /* text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: -3px;
  line-height: 130%;
  font-family: 'Kumbh Sans'; */
}

#step1 .custom_content .icon img {}

/* ------- MODAL VIDEO ---------- */

/* .om-modal-container:target {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.om-modal {
    margin: 40px;
    padding-right: 4.2rem;
    padding-left: 26.8rem;
    background-position-x: 1.6rem;
} */

.om-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(58, 58, 58, 0.9);
}

.om-modal-container:target {
    display: flex;
}

.om-modal {
    /* width: 58.125rem; */
    /* padding: 4rem 2rem; */
    /* color: #000; */
    /* background: white; */
    /* box-shadow: 10px 10px #f294b5; */
    /* position: relative; */
    overflow: hidden;
    /* margin: 15px; */
    /* border: 2px solid #f294b5; */
    /* padding-right: 5.2rem; */
    /* padding-left: 29.8rem; */
    /* padding-top: 7.3rem; */
    /* padding-bottom: 7.3rem; */
    /* background-image: url(../../images/bg_audacieux.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center left; */
    /* background-position-x: 5.6rem; */
    top: -176px;
}

.om-modal__details {
    margin-bottom: 39px;
}

/* -------------------RESULTS ----------------------------*/

.om-link-2 {
    width: 4rem;
    height: 2.8rem;
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    right: -0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    color: #fff !important;
}

/* ------------------- ----------------------------*/

.om-link-2::before {
    content: '×';
}


/* -------------- PERSONILIED BY YANICK ------------------ */


/* -----------------------NEW---------------------------- */

.col.temp-right.mgp-right {
    background: url(../../images/max-bg-step1.png) no-repeat;
    background-size: cover;
    min-width: 70.6%;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px;
}

/* --------------------------------------------------- */

#step1 .wrapper-mgp {
    padding-top: 42px;
    padding-left: 3.3%;
}

#step1 .col.form {
    background-color: #1C0219;
    padding-top: 90px;
    padding-left: 4%;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


/* -----------------------NEW-------------------------- */
#step1 span.mgp-tle-1 {
    font-family: 'PP Migra';
    font-size: 2.760vw;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ------------------------------------------------- */

#step1 span.mgp-tle-2 {
    font-family: 'PP Migra';
    font-size: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: normal;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#step1 ul.mgp-list {
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin-left: 30px;
    list-style: square;
    line-height: 25px;
    max-width: 498px;
}

#step1 li.mgp-lspa {
    margin-bottom: 11px;
}


/* --------------------- NEW --------------------------------- */
#step1 h3.mgp-gold-s {
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-family: 'PP Migra', sans-serif;
    text-transform: uppercase;
    margin-bottom: 17px;
}


#step1 p.mgp-desc {
    color: #fff;
    font-size: 21px;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.2;
    margin-bottom: 21px;
    letter-spacing: 0.1px;
}

.mgp-vid {
    margin-top: 30px;
    margin-left: -50px;
    text-align: center;
}

.text-center.mgp-perf {
    margin-top: -17px;
    margin-right: 49px;
}

/* ------------------------------------------------------ */
#step1 img.mgp-sp-s {
    margin-right: 6px;
}

#step1 h4.mgp-gold-v {
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: 'PP Migra';
    font-size: 18px;
    margin-bottom: 19px;
    line-height: 1;
}

#step1 p.mgp-bd-1 {
    font-family: 'PP Migra';
    font-size: 2.865vw;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 7px;
}

#step1 p.mgp-bd-2 {
    font-family: 'PP Migra';
    font-size: 1.667vw;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

#step1 p.mgp-sm-tle {
    font-size: 12px;
    font-family: 'PP Migra';
    text-transform: uppercase;
    line-height: 1;
    text-align: right;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -17px;
    margin-right: 42px;
    margin-bottom: -3px;
    position: relative;
    right: 0;
}

#step1 p.mgp-bd-3 {
    font-family: 'PP Migra';
    font-size: 1.667vw;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3px;
}

#step1 .mgp-gld {
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#step1 img.mpg-lg {
    padding-right: 50px;
}

/* --------------------NEW----------------------- */

#step1 .row.mpg-section-2 {
    margin-left: 0;
    margin-top: 63px;
    text-align: center;
    margin-right: 90px;
    margin-bottom: 55px;
}

/* ------------------------------------------- */

#step1 .col-6.text-center.mgp-perf {
    padding-top: 23px;
    padding-left: 11px;
}

#step1 span.mgp-ic-sp {
    padding-left: 17px;
    padding-right: 17px;
}

#step1 .wrap_logo {
    padding-top: 38px;
    padding-left: 13px;
}

#step1 .mgp-sub-wrp {
    padding-right: 103px;
}


/* --------------------NEW----------------------- */
#step1 .mgp-sub-wrp {
    padding-right: 62px;
    padding-top: 8px;
}

/* ------------------------------------------- */

.col-6.mgp-vid {
    padding-top: 17px;
    /* padding-left: 76px; */
    text-align: center;
}

#step1 .form_submit {
    text-align: center;
}

/* .reglements {
    position: absolute;
    bottom: 6px;
    padding-left: 105px;
} */

.reglements {
    /* position: absolute; */
    /* bottom: 6px; */
    /* padding-left: 105px; */
    padding-top: 50px;
    text-align: center;
}

#step2 .row.mpg-section-1 {
    padding-top: 42px;
    padding-left: 42px;
}

#step2 img.mpg-lg {
    padding-right: 50px;
    padding-bottom: 20px;
}

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

#step2 {
    background: #212529 url(../../images/mgp-bg-step2.png) no-repeat;
    min-height: 100vh;
    background-size: cover;
    padding-bottom: 50px;
}

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

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

/* #step2 .steps .step {
  position: relative;
  margin-bottom: 78px;
  border-bottom: 2px solid #1c1e1f;
} */

/* #step2 .steps .step .wrap_step {
  padding: 26px 19px 66px 0;
  min-height: 38px;
  display: table;
  width: 100%;
} */

#step2 .steps .step .wrap_step {
    padding: 21px 1px 20px 21px;
    min-height: 38px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#step2 .steps .step .wrap_step .no {
    width: 97px;
    display: table-cell;
    vertical-align: top;
    font-size: 48px;
    font-weight: 400;
    line-height: 65px;
    /* top: 5px; */
    /* color: #fff; */
    position: relative;
    text-align: center;
    font-family: 'Forum', cursive;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#step2 .no.no-2 {
    padding-left: 17px;
}

#step2 .texte.texte2 {
    padding-left: 16px;
}

#step2 .wrap_step.wrap2 {
    padding-bottom: 0px !important;
}

#step2 .no.no3 {
    padding-left: 0;
}

#step2 .texte.texte3 {
    padding-left: 0;
}

img.mpg-lg.lg-last {
    padding-right: 15px !important;
}

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

#step2 .steps .step .wrap_step .info {
    width: calc(100% - -26px);
    /* padding-right: 190px; */
    display: inline-block;
    vertical-align: middle;
    /* float: left; */
    display: flex;
    align-items: center;
}


#step2 .steps .step .wrap_step .info .texte {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    text-transform: none;
    line-height: 130%;
    letter-spacing: 0.67px;
    padding-right: 32px;
}

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

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

/* #step2 .steps .step:nth-child(1) .button .btn_ {
  text-align: center;
  overflow: hidden;
  padding: 17px 10px;
  display: block;
  height: 52px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #414242;
  width: 100%;
  line-height: 1.2; */
/* border: 1px solid #1c1e1f; */
/* font-family: 'Kumbh Sans';
  background-color: #F5375F;
} */

#step2 .steps .step:nth-child(1) .button .btn_ {
    text-align: center;
    overflow: hidden;
    padding: 20px 10px;
    display: block;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #414242;
    width: 77%;
    line-height: 1.2;
    font-family: 'Kumbh Sans';
    background-color: #F5375F;
}

#step2 .steps .step:nth-child(2) .button .btn_ {
    text-align: center;
    overflow: hidden;
    padding: 20px 10px;
    display: block;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    width: 77%;
    line-height: 1.2;
    font-family: 'DM Sans', sans-serif;
    background-color: #F5375F;
}

.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: block;
    text-align: center;
    text-transform: uppercase;
    color: #414242;
    font-weight: bold;
    font-family: 'Kumbh Sans';
    border: 1px solid #1c1e1f;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
}

#step2 .steps .step .button {
    /* position: absolute;
  top: 8px;
  right: 26px; */
    /* max-width: 211px;
  width: 100%;
  font-size: 0;
  cursor: pointer; */
}

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

#step2 .step.ctl-step {
    border-bottom: none;
    margin-bottom: 0px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid #1c1e1f;
}

.ctl-step-pos {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}


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

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

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

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

/*
#step2 .facebook-comments .fb-comments:before {
  content: '';
  display: block;
  position: absolute;
  height: 30px;
  top: -15px;
  left: 0;
  right: 0;
  background: url(../../images/comment_row.jpg) no-repeat top center;
}*/

#step3 {
    background: #fff url(../../images/mgp-bg-step3.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* padding: 73px 0; */
    min-height: 100vh;
}

#step3 .row {
    /* min-height: calc(100vh - 73px - 73px);
    display: table;
    width: 100%;
    padding: 0; */
}

#step3 .row .col {
    vertical-align: middle;
    display: table-cell;
}

#step3 h1 {
    display: none;
}

#step3 .infos {

    /* text-align: center;

    font-size: 22px;
    max-width: 510px;
    margin-left: 35%;
    margin-left: 36%;
    padding-bottom: 70px; */

}

#step3 .row.mpg-section-3 {
    padding-top: 42px;
    padding-left: 42px;
}

#step3 img.mpg-lg {
    padding-right: 50px;
}

#step3 .infos .logo {
    margin-bottom: 40px;
    position: relative;
    padding-top: 90px;
    padding-left: 41px;
}

#step3 .infos .logo img {
    margin-bottom: 14px;
}

#step3 .infos .logo .text_logo {
    color: #6C6C6C;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .9px;
}

#step3 .infos>img {
    max-width: 124px;
    margin-bottom: 2px;
}

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

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

#step3 h2 {
    font-family: 'PP Migra';
    font-size: 40px;
    /* color: #6C6C6C; */
    letter-spacing: 0;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* margin-bottom: 17px; */
    position: absolute;
    z-index: 999;
    top: 139px;
    left: 168px;
}

#step3 h2.tle-2 {
    padding-top: 51px;
    font-size: 28px;
    /* padding-right: 624px; */
}

#step3 .btn {
    /* display: inline-block;
    width: auto;
    font-size: 14px;
    margin-top: 10px; */
}

#step3 .plus_texte {
    /* display: table; */
    margin-top: 3px;
    margin-bottom: 35px;
}

#step3 .plus_texte .icon {
    display: table-cell;
    width: 66px;
    vertical-align: middle;
}

#step3 .plus_texte .icon img {
    margin-bottom: 0;
}

#step3 .plus_texte .text_plus {
    display: flex;
    padding-left: 28px;
    font-size: 31px;
    font-weight: 400;
    /* letter-spacing: .5px; */
    /* text-transform: uppercase; */
    color: #fff;
    text-align: left;
    vertical-align: middle;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    /* max-width: 804px; */
    /* padding-left: 167px; */
    padding-top: 39px;
    /* padding-right: 50px; */
    line-height: 1.3;
}

#step3 .footer {
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 410px;
    right: 0;
    bottom: 14px;
}

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

.cta {
    text-align: center;
    overflow: hidden;
    padding: 15px 10px;
    display: block;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    /* max-width: 279px; */
    line-height: 1.2;
    font-family: 'DM Sans', sans-serif;
    background-color: #F5375F;
}

#step3 .infos .texte {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 754px;
    padding-right: 17px;
    padding-left: 157px;
}


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

    #step1 .row.mpg-section-2 {
        margin-left: 0;
        margin-top: 63px;
        text-align: center;
        margin-right: 0px;
        margin-bottom: -20px;
    }

    #step1 .col-6 {
        min-width: 100%;
        margin-bottom: 73px;
    }

    .text-center.mgp-perf {
        margin-top: 0px;
        margin-right: 0px;
    }

    .mgp-vid {
        margin-top: 30px;
        margin-left: 0px;
        text-align: center;
    }

    .text-center {
        text-align: center !important;
    }

    /* body #step1 .container {
    width: 100%;

  } */

    /* #step1 .fill_fb .btn {

    padding: 14px 10% 14px 25%;
    background-position: 12% 50%;
    background-size: 12% auto;
  } */

    /* #step1 {

    background-size: 121%;

  } */


    #step1 .col.texte {


        /* padding-top: 3%; */
    }

    /* #step1 .row {

    min-height: calc(100vh - 9%);
  } */

    /* #step1 .col.texte .infos h1 {
    font-size: 2.5vw
  } */

    #step1 .col.texte .infos .soustitre,
    #step1 .col.texte .infos .surtitre {

        /* font-size: 1.3vw; */
    }

    .col.temp-right.mgp-right {
        min-width: 61%;
    }



    #step1 ul.mgp-list {
        min-width: 100%;
    }



    #step1 .col-6.text-center.mgp-perf {
        padding-top: 45px;
        padding-left: 30px;
    }

    #step1 p.mgp-sm-tle {
        margin-right: 311px;
        margin-left: 42px;
    }

    #step1 .wrap_logo {
        padding-top: 25px;
    }

    .col-6.mgp-vid {
        padding-top: 17px;
        padding-left: 26px;
        text-align: left;
    }
}

@media (max-width: 1300px) {

    #step1 .wrapper-mgp {
        padding-top: 42px;
        padding-left: 0%;
    }

    #step1 h3.mgp-gold-s {
        background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 25px;
        font-family: 'PP Migra', sans-serif;
        text-transform: uppercase;
        margin-bottom: 17px;
    }

    #step1 p.mgp-desc {
        color: #fff;
        font-size: 18px;
        font-family: 'DM Sans', sans-serif;
        line-height: 1.2;
        margin-bottom: 21px;
        letter-spacing: 0.1px;
    }








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

    }

    #step1 img.mpg-lg {
        padding-right: 60px;
        padding-bottom: 20px;
    }

    #step1 .col.form {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #step1 ul.mgp-list {
        font-size: 17px;
    }

    #step1 p.mgp-bd-1 {
        font-size: 3.865vw;
    }

    #step1 p.mgp-bd-2 {
        font-size: 2.667vw;
    }

    #step1 p.mgp-bd-3 {
        font-size: 2.667vw;
    }

    #step1 .mgp-sub-wrp {
        padding-right: 30px;
    }

    #step1 .icon {
        position: relative;
        left: 238px;
        bottom: 217px;
    }

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

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

    }

    #step3 .infos {
        /* margin-left: 38%;
        max-width: 460px;
        padding-bottom: 0; */
    }

    #step1 .col.texte {

        /* padding-top: 12%; */
    }

    #step1 .fill_fb .btn {

        /* font-size: 12px; */
    }

    #step1 .col.form {

        /* padding: 25px 0 25px 4%; */
    }

    #contest .container .reglements {

        /* right: 0; */
    }


    #step3 h2 {
        /* font-size: 19px; */
    }

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

    #step1 .ctl-flex {
        /* padding-left: 0; */
    }

    #step1 .col.form {
        /* width: 40%; */
    }

    #step1 .col.texte {
        /* width: 60%; */
    }

    #step1 .ctl-lg {
        /* padding-right: 14px;
    width: 10rem;
    height: auto; */
    }

    #step2 .steps .step:nth-child(3) .button {
        font-size: 14px;
    }

    /* #contest .btn {
        display: block;
        background: none;
        height: 50px;
        text-align: center;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #fff;
        width: 100%;
        line-height: 0;
        font-family: 'Roboto Slab', serif;
    } */

    #step3 h2 {
        position: absolute;
        z-index: 999;
        top: 139px;
        left: 63px;
    }

    #step3 .infos .texte {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 530px;
        padding-right: 17px;
        padding-left: 57px;
    }
}

@media (max-width: 1080px) {
    #step1 .ctl-row {
        /* flex-wrap: wrap; */
    }

    #step1 .col.texte {
        /* width: 52%; */
    }
}

@media (max-width: 1024px) {

    #step1 .col.form {
        padding-left: 15px;
    }

    #step1 .icon {
        position: relative;
        left: 174px;
    }

    .input_checkbox label {
        font-size: 11px;
    }

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

    .fill_fb .btn {
        font-size: 12px;
        padding: 16px 6px 20px 66px;
        background: url(../../images/facebook_icon.png) 17px 42% no-repeat;
        background-size: 40px auto;
        text-align: left;
        letter-spacing: 1px;
        line-height: 1.3;
        color: #fff;
        font-family: 'Cabin', sans-serif;
        background-color: #F5375F;
    }

    .btn-mpg-form-sub {
        font-size: 16px;
    }

    a.mgp-rules {
        font-size: 16px;
    }

    body #step1 .container {

        /* max-width: 100%; */
    }

    #step1 .col.form {
        /* padding: 25px 0 25px 2%; */
    }

    #step1 .col.texte {
        /* width: 100%;
    display: flex;
    padding-left: 3%;
    padding-right: 3%; */
    }

    #step1 .col.form {
        /* width: 100%;
    display: flex;
    vertical-align: middle;
    padding: 11.7% 4% 25px 4%;
    justify-content: center; */
    }

    #step1 .col.texte .infos .surtitre {
        /* font-size: 2.328571VW; */
    }

    #step1 span.ctl-tle-1 {
        /* font-size: 5.061224VW; */
    }

    #step1 span.ctl-tle-2 {
        /* font-size: 7.897959VW; */
    }

    #step1 span.ctl-tle-3 {
        /* font-size: 4.040816VW; */
    }

    #step1 .col.texte .infos .soustitre {
        /* font-size: 2.122449VW;
    padding-left: 4.9rem; */
    }

    #step1 .ctl-row {
        /* flex-wrap: nowrap;
    padding-left: 4.9rem; */
    }

    #step1 .ctl-flex {
        /* padding-left: 0;
    min-height: 83vh; */
    }

    #step1 .ctl-row {
        /* flex-wrap: nowrap;
    padding-left: 4.9rem; */
    }

    #step1 .col.texte .infos h1 {
        /* font-size: 2.7vw;
    padding-left: 4.9rem; */
    }

    #step1 .logo {
        /* padding-left: -11px;
    width: 100%;
    text-align: center; */
    }

    #step3 h2 {
        font-size: 35px;
    }

    #step3 h2.tle-2 {
        padding-top: 51px;
        font-size: 22px;
        /* padding-right: 624px; */
    }
}

@media (max-width: 800px) {

    #step1 span.mgp-tle-1 {
        font-family: 'PP Migra';
        font-size: 4.56vw;
        letter-spacing: 0;
        line-height: 1;
        text-transform: uppercase;
        font-weight: normal;
        background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

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








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

    #step1 p.mgp-bd-1 {
        font-size: 5.865vw;
    }

    #step1 p.mgp-bd-2 {
        font-size: 3.667vw;
    }

    #step1 p.mgp-bd-3 {
        font-size: 3.667vw;
    }

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

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

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

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

    #contest .container .reglements {
        /* left: 0; */
    }

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

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

    /* #contest .input_checkbox label {
    width: calc(100% - 18px);
    font-size: 16.5px;
  } */

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

    #step1 .row .col.texte {
        width: 100%;
        display: block;

    }

    #step1 {
        background-size: 161%;
        background-position: 19% 0;

    }

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

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

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

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

    .input_checkbox label {
        width: calc(100% - 10px);
    }

    #step1 .icon {
        position: relative;
        left: 346px;
    }

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

    #step2 .texte.ctl-texte {
        padding-bottom: 36px;
    }

    #step2 .steps .step .wrap_step {
        /* background: rgba(255, 255, 255, 0.8); */
        padding: 20px 19px 20px 0;
        width: auto;
        margin: 0 15px;
        /* display: block; */
    }

    #step2 .button.btn_invitez.ctl-btn-pos {
        position: relative;
        right: -9px;
    }

    #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 .wrap_step .info .texte {
        font-size: 18px;
    }

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

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

        min-width: 182px;

    }

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

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

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

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

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

    #step2 .facebook-comments .wrap {
        max-width: calc(490px + 40px);
    }

    #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-color: #E2E4E6; */
        /*background: #fff url(../../images/step_3_bg_mobile.jpg) no-repeat top center;*/
        /* background-size: 160%;
        background-position: 33% 100%; */

    }

    #step3 .row .col {
        display: block;
    }

    #step3 .infos {
        /* margin-left: 0;
        padding: 10px;
        font-size: 36px;
        max-width: 477px;
        width: 60%; */
        /* margin: 0 auto; */
        /* margin-left: 69%;
        transform: translateX(-50%);
        position: relative; */
    }

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

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

    }

    #step3 .plus_texte {}

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

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

    #step3 .row .col {
        vertical-align: top;

    }

    #step3 .infos .logo {
        margin-bottom: 40px;
    }

    #step3 h2 {
        /* font-size: 17px; */
    }

    #step3 .plus_texte .text_plus {

        padding-left: 10px;
        font-size: 17px;
    }

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

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

    #step1 .col.texte .infos .descrip {

        /* max-width: 586px; */
    }

    #step1 .ctl-flex {
        /* padding-left: 0; */
    }

    #step1 .ctl-row {
        /* padding-left: 0rem; */
    }

    #step1 .col.texte .infos h1 {
        /* padding-left: 0rem; */
    }

    #step1 .col.texte .infos .soustitre {
        /* padding-left: 0rem; */
    }

    #step1 .logo {
        /* padding-left: 0px; */
    }

    #contest .input_checkbox.conditionUse {
        /* margin-right: 0px; */
    }

    #contest .input_checkbox label {
        /* width: calc(100% - -14px);
    font-size: 16.5px; */
    }


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

    #step2 .button.btn_invitez.ctl-btn-pos {
        position: relative;
        right: -11px;
    }

    #step2 .facebook-comments {
        max-width: calc(600px + -33px);
    }

    #step3 .row.mpg-section-3 {
        padding-top: 42px;
        padding-left: 4px;
    }

    #step3 img.mpg-lg {
        padding-right: 16px;
    }

    #step3 .infos .logo {
        margin-bottom: 126px;
        position: relative;
        padding-top: 90px;
        padding-left: 5px;
    }

    #step3 h2 {
        font-family: 'PP Migra';
        font-size: 40px;
        /* color: #6C6C6C; */
        letter-spacing: 0;
        text-transform: uppercase;
        background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* margin-bottom: 17px; */
        position: absolute;
        z-index: 999;
        top: 139px;
        left: 27px;
    }

    #step3 .infos .texte {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 563px;
        padding-right: 17px;
        padding-left: 70px;
    }
}

@media (max-width: 600px) {

    #step1 h3.mgp-gold-s {
        background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px;
        font-family: 'PP Migra', sans-serif;
        text-transform: uppercase;
        margin-bottom: 17px;
    }












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

    #contest .btn {

        /* height: 46px; */
    }

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

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

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

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

    #step3 .infos,
    #step3 h2 {
        font-size: 16px;
    }

    #step3 .infos {
        max-width: 500px;
    }

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

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

    #step3 .infos .logo img {

        max-width: 220px;
    }

    #step3 .infos .logo .text_logo {

        font-size: 15px;
    }



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

        top: 15px;
        left: -121px;

        width: 167px;
    }

    #step1 .col.texte .logo img {

        width: 53.6%;
    }

    #step1 .col.texte .logo .text_logo {
        font-size: 3.2vw;
    }

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

    }

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

    #step3 h2.tle-2 {
        padding-top: 51px;
        font-size: 26px;
        padding-right: 91px;
    }

    #step3 .infos .texte {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 456px;
        padding-right: 17px;
        padding-left: 15px;
    }
}

@media (max-width: 479px) {

    #step1 span.mgp-tle-1 {
        font-family: 'PP Migra';
        font-size: 6.26vw;
        letter-spacing: 0;
        line-height: 0;
        text-transform: uppercase;
        font-weight: normal;
        background: -webkit-linear-gradient(#E7D29A, #BF9B3B);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }













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

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

    }

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

    #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;
        text-align: center;
        padding-right: 0;
    }

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

    #step3 .infos,
    #step3 h2 {
        font-size: 22px;
    }

    #step3 .infos {
        max-width: 300px;
        padding-bottom: 58%;
    }

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

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

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

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

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

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

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

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

    #contest .input_checkbox label {
        font-size: 14.5px;
    }

    #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: 0;
        margin-right: 0;
    }

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

    #step3 .infos {
        width: 100%;
        margin: 0 auto;
        transform: unset;
        position: relative;
        max-width: 387px;
    }

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

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

    #step2 .steps .step .wrap_step {
        padding: 0;
        min-height: 38px;
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    #step2 .steps .step .wrap_step .info {
        width: calc(100% - -26px);
        /* padding-right: 190px; */
        display: inline-block;
        vertical-align: middle;
        /* float: left; */
        display: flex;
        align-items: center;
        flex-direction: column;
    }

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

    #step2 .steps .step:nth-child(1) .button .btn_ {
        text-align: center;
        overflow: hidden;
        padding: 23px 61px;
        display: block;
        height: 60px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #414242;
        width: 77%;
        line-height: 1.2;
        font-family: 'Kumbh Sans';
        background-color: #F5375F;
    }

    #step2 .steps .step .button {
        max-width: 182px;
        /* width: 100%; */
        font-size: 0;
        cursor: pointer;
    }

    #step2 .row.mpg-section-1 {
        padding-top: 50px;
        /* padding-left: 42px; */
    }

    #step2 img.mpg-lg {
        /* padding-right: 50px; */
        padding-bottom: 30px;
    }

    #step3 img.mpg-lg {
        padding-right: 16px;
        padding-bottom: 20px;
    }

    #step3 .infos .texte {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* max-width: 632px; */
        /* padding-right: 17px; */
        padding-left: 0px;
    }

    #step1 img.mpg-lg {
        padding-right: 60px;
        padding-bottom: 27px;
    }

    #step1 .mgp-sub-wrp {
        padding-right: 0px;
    }

    .input_checkbox label {
        width: calc(100% - -35px);
    }

    #step2 .no.no-2 {
        padding-left: 0px;
    }

    #step3 h2.tle-2 {
        padding-top: 51px;
        font-size: 19px;
        padding-right: 91px;
    }

    #step3 h2 {
        position: absolute;
        z-index: 999;
        top: 139px;
        left: 3px;
    }

    iframe {
        width: 100%;
    }
}

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