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

@font-face {
  font-family: "koncours-v3";
  src: url("../fonts/koncours-v3.eot?33797976");
  src: url("../fonts/koncours-v3.eot?33797976#iefix") format("embedded-opentype"), url("../fonts/koncours-v3.woff2?33797976") format("woff2"), url("../fonts/koncours-v3.woff?33797976") format("woff"), url("../fonts/koncours-v3.ttf?33797976") format("truetype"), url("../fonts/koncours-v3.svg?33797976#koncours-v3") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'koncours-v3';
    src: url('../font/koncours-v3.svg?33797976#koncours-v3') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "koncours-v3";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.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: 0.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: "!";
} /* '!' */
.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: #333;
  padding: 1rem;
  font-family: "Syne", sans-serif;
  font-size: 10px;
  line-height: 1.2;
}
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%;
}

.container {
  width: 100%;
  max-width: none;
}

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

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

table {
  width: 100%;
}
table th,
table td {
  padding: 0.2rem 0.6rem;
}
table tbody tr td {
  background-color: #fefefe;
}
table tbody tr:nth-child(even),
table tbody tr:nth-child(even) td {
  background-color: #efefef;
}

.btn {
  background-color: #db1b32;
  color: #f2edef;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.btn:hover {
  background-color: #db1b32;
  color: #f2edef;
}

#contest {
  position: relative;
  padding: 0;
  background-color: #fff;
}
#contest > header {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3;
}
#contest > header .top-banner {
  text-align: right;
}
#contest > header .top-banner .switcherLink {
  padding: 0;
  background: transparent;
  color: #f2edef;
  font-size: 11px;
  line-height: 17px;
  text-decoration: underline;
  text-transform: uppercase;
  border: none;
}
#contest > header .top-banner .switcherLink:hover {
  border: none;
}
#contest > header .top-banner .switcherLink.active {
  display: none;
}
#contest form input[type=text], #contest form input[type=email] {
  border: 0;
  font-size: 13px;
}
#contest form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
#contest form ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}
#contest form :-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
}
#contest form :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
}
#contest .form_row {
  margin-right: -9px;
}
#contest .field {
  clear: both;
  padding-right: 9px;
  margin-bottom: 6px;
}
#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: 6px;
  position: relative;
  /* 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 label {
  width: calc(100% - 28px);
  padding-left: 5px;
  vertical-align: top;
}

@media (max-width: 992px) {
  .page1 .top-banner button.switcherLink {
    color: #0f081e !important;
  }
}

#step1 {
  background: #f2edef;
}
#step1 header {
  display: none;
}
#step1 .container {
  padding: 0;
}
#step1 .row {
  width: 100%;
  min-height: 100vh;
  margin: 0;
}
#step1 .texte {
  background: url(../../images/back-step1.webp) no-repeat top right/cover;
  display: flex;
  align-items: center;
  padding: 50px 20px;
}
@media (min-width: 800px) {
  #step1 .texte {
    padding: 50px;
  }
}
#step1 .texte .infos {
  max-width: 1043px;
  margin-left: auto;
}
#step1 .texte .mirajetLogo {
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  max-width: 490px;
}
@media screen and (min-width: 768px) {
  #step1 .texte .mirajetLogo {
    flex-direction: row;
    gap: 50px;
  }
}
#step1 .texte .mirajetLogo-ymx {
  position: relative;
  font-size: 46px;
  line-height: 56px;
  color: #1e2b4d;
  font-weight: 800;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #step1 .texte .mirajetLogo-ymx::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 0;
    background-color: black;
    transform: skew(-15deg);
  }
}
#step1 .texte .mirajetLogo-right {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #step1 .texte .mirajetLogo-right {
    justify-content: flex-start;
  }
}
#step1 .texte .mirajetLogo-text {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  color: #0f081e;
  text-align: center;
  flex: 0 1 135px;
  margin-bottom: 0;
}
#step1 .texte .mirajetLogo-img {
  flex: 0 1 104px;
}
@media (min-width: 800px) {
  #step1 .texte .mirajetLogo-img {
    max-width: 150px;
  }
}
#step1 .texte .topImages {
  display: flex;
}
#step1 .texte .topImages-plane {
  flex: 1 1 54%;
  position: relative;
  z-index: 2;
}
#step1 .texte .topImages-cheers {
  flex: 1 1 49%;
  margin-top: 13%;
  margin-left: -26%;
}
#step1 .texte .ticket {
  margin-top: -9%;
}
#step1 .texte .partners {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 800px) {
  #step1 .texte .partners {
    gap: 60px;
    justify-content: center;
    flex-direction: row;
    margin-top: -7%;
  }
}
#step1 .texte .partners-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #1e2b4d;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 800px) {
  #step1 .texte .partners-text {
    text-align: left;
  }
}
#step1 .texte .partners-logos {
  display: flex;
  gap: 40px;
  list-style: none;
  padding-left: 0;
}
#step1 .texte .partners-logoItem {
  max-height: 56px;
  width: auto;
}
#step1 .form {
  color: #fff;
  background: url(../../images/back-form.webp) no-repeat top left/cover;
  position: relative;
  padding: 40px;
}
@media (min-width: 992px) {
  #step1 .form {
    display: flex;
    align-items: center;
  }
}
#step1 .form .wrap_form {
  max-width: 383px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#step1 .form .wrap_form form {
  width: 100%;
  padding: 0 20px;
}
#step1 .form .wrap_form form .form_row {
  margin-bottom: 21px;
}
#step1 .form .wrap_form form .form_row input[type=text],
#step1 .form .wrap_form form .form_row input[type=email] {
  background-color: #fff;
  border: 2px solid #30749a;
  border-radius: 4px;
  padding: 20px 15px;
  width: 100%;
}
#step1 .form .wrap_form form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 7px;
}
#step1 .form .wrap_form form input[type=checkbox] + label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  width: 100%;
}
#step1 .form .wrap_form form input[type=checkbox] + label .customCheck {
  flex: 0 0 18px;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #f2edef;
  border-radius: 50%;
  padding: 3px;
}
#step1 .form .wrap_form form input[type=checkbox]:checked + label .customCheck::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f2edef;
}
#step1 .form .wrap_form form .btn {
  margin-top: 60px;
}
#step1 .fill_fb {
  margin-bottom: 24px;
}
#step1 .fill_fb .btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: none;
  padding: 12px;
  background: transparent;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #f2edef;
  border-radius: 6px;
}
#step1 .smaller {
  font-size: 0.8em;
}
#step1 .custom_content {
  border: 1px solid #30749a;
  border-radius: 11px;
  padding: 10px 20px 20px;
  position: relative;
  margin: 50px -20px 20px;
}
#step1 .custom_content .text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
}
#step1 .custom_content .icon {
  position: absolute;
  right: -43px;
  top: -43px;
  width: 100px;
}
#step1 .form_submit {
  margin-top: 16px;
}
#step1 .reglements {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #step1 .reglements {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
  }
}
#step1 .reglements a {
  font-size: 9px;
  color: #f2edef;
  text-transform: uppercase;
  text-decoration: underline;
}

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

#step2 .container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
#step2 .step2-bgs {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#step2 .step2-bgs .bg1 {
  background: #fff url(../../images/step2-bg-1.webp) no-repeat top center/cover;
  height: 40vh;
}
#step2 .step2-bgs .bg2 {
  background: #fff url(../../images/step2-bg-2.webp) no-repeat top center/cover;
  height: calc(100% - 35vh);
}
#step2 .step2-content {
  position: relative;
  z-index: 1;
}
#step2 h1,
#step2 h2 {
  display: none;
}
#step2 .steps {
  background-color: #f2edef;
  box-shadow: 0px 45px 80px rgba(5, 5, 51, 0.08), 0px 22.7812px 34.875px rgba(5, 5, 51, 0.054), 0px 9px 13px rgba(5, 5, 51, 0.04), 0px 1.96875px 4.625px rgba(5, 5, 51, 0.026);
  border-radius: 15px;
  padding: 0 30px;
}
#step2 .steps .step {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  #step2 .steps .step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
#step2 .steps .step:not(:last-child) {
  border-bottom: 1px solid #1e2b4d;
}
#step2 .steps .step .wrap_step {
  display: flex;
  gap: 20px;
  flex-grow: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #step2 .steps .step .wrap_step {
    margin-bottom: 0;
  }
}
#step2 .steps .step .wrap_step .no {
  font-size: 42px;
  line-height: 60px;
  color: #db1b32;
  text-transform: uppercase;
  flex-shrink: 0;
  flex-grow: 0;
}
#step2 .steps .step .wrap_step .info {
  flex-shrink: 1;
}
#step2 .steps .step .wrap_step .info .texte {
  font-size: 20px;
  letter-spacing: -0.75px;
}
#step2 .steps .step .button {
  flex: 0 0 235px;
}
#step2 .steps .choix {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
#step2 .steps .choix .texte_choix {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #db1b32;
}
#step2 .steps .wrap,
#step2 .facebook-comments .wrap {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
#step2 .bottom:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../../images/arrow-down.svg) no-repeat top center;
  margin: 18px auto 24px;
}
#step2 .facebook-comments {
  padding-top: 4px;
}
#step2 .facebook-comments .fb-comments {
  padding: 35px 20px;
  background: #fff;
  position: relative;
  display: block;
}

#step3 {
  padding-top: 80px;
  min-height: 100vh;
}
#step3 h1 {
  display: none;
}
#step3 .step3-bgs {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#step3 .step3-bgs .bg1 {
  background: #fff url(../../images/step2-bg-1.webp) no-repeat top center/cover;
  height: 70vh;
}
@media screen and (min-width: 768px) {
  #step3 .step3-bgs .bg1 {
    height: 40vh;
  }
}
#step3 .step3-bgs .bg2 {
  background: #fff url(../../images/step2-bg-2.webp) no-repeat top center/cover;
  height: calc(100% - 60vh);
}
@media screen and (min-width: 768px) {
  #step3 .step3-bgs .bg2 {
    height: calc(100% - 40vh);
  }
}
#step3 .step3-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 80px);
}
#step3 .step3-thanks {
  margin-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  #step3 .step3-thanks {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
}
#step3 .step3-thanks p {
  font-size: 35px;
  line-height: 42px;
  color: #f2edef;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 1280px) {
  #step3 .step3-thanks p {
    margin-bottom: -8px;
    padding: 0;
    text-align: left;
  }
}
#step3 .step3-thanks .step3-band {
  width: 270px;
  margin-left: -30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  #step3 .step3-thanks .step3-band {
    flex: 0 1 270px;
    margin-bottom: 0;
  }
}
#step3 .step3-thanks .step3-band span {
  display: block;
  height: 23px;
  transform: skew(-40deg);
}
#step3 .step3-thanks .step3-band span:not(:last-child) {
  margin-bottom: 8px;
}
#step3 .step3-thanks .step3-band span.white {
  background-color: #f2edef;
  width: 100%;
}
#step3 .step3-thanks .step3-band span.blue {
  background-color: #30749a;
  width: 90%;
}
#step3 .step3-thanks .step3-band span.red {
  background-color: #db1b32;
  width: 80%;
}
#step3 .infos {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1410px;
  text-align: center;
  margin: 0 auto 1.5%;
  padding: 70px clamp(1.875rem, 0rem + 2.3438vw, 2.8125rem) 40px;
  background: #f2edef;
  box-shadow: 0px 45px 80px rgba(5, 5, 51, 0.08), 0px 22.7812px 34.875px rgba(5, 5, 51, 0.054), 0px 9px 13px rgba(5, 5, 51, 0.04), 0px 1.96875px 4.625px rgba(5, 5, 51, 0.026);
  border-radius: 15px;
}
@media screen and (min-width: 1280px) {
  #step3 .infos {
    width: 73.4%;
    text-align: left;
  }
}
#step3 .infos::before, #step3 .infos::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
#step3 .infos::before {
  height: 2px;
  background-color: #1e2b4d;
  top: 20px;
}
#step3 .infos::after {
  height: 7px;
  background-color: #30749a;
  top: 24px;
}
#step3 .infos .text_plus {
  font-size: clamp(1.9375rem, 0.8125rem + 1.4063vw, 2.5rem);
  line-height: clamp(2.3125rem, 0.0625rem + 2.8125vw, 3.4375rem);
  font-weight: 700;
  text-transform: none;
  color: #30749a;
  text-transform: uppercase;
}
#step3 .infos .text_plus span {
  display: block;
  font-size: clamp(1rem, 0rem + 1.25vw, 1.5rem);
  line-height: clamp(1.1875rem, 0.0625rem + 1.4063vw, 1.75rem);
  font-weight: 800;
  color: #1e2b4d;
  text-transform: uppercase;
}
#step3 .infos .btn {
  max-width: 400px;
  margin: 0 auto;
}
#step3 .step3-imgs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#step3 .step3-imgs > div {
  flex: 0 1 655px;
}
#step3 .step3-imgs > div:nth-child(2) {
  flex: 0 1 851px;
  margin-top: -3%;
}
#step3 .step3-bottom {
  padding: 0 20px;
}
@media screen and (min-width: 1280px) {
  #step3 .step3-bottom {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
}
#step3 .step3-bottomLeft,
#step3 .step3-bottomRight {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #step3 .step3-bottomLeft,
  #step3 .step3-bottomRight {
    gap: 50px;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  #step3 .step3-bottomLeft,
  #step3 .step3-bottomRight {
    justify-content: flex-start;
  }
}
#step3 .step3-bottomLeft {
  align-items: center;
  margin-bottom: 50px;
}
#step3 .step3-bottomYmx {
  font-size: 31px;
  line-height: 37px;
  color: #1e2b4d;
  font-weight: 800;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #step3 .step3-bottomYmx::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 0;
    background-color: black;
    transform: skew(-15deg);
  }
}
#step3 .step3-bottomMirajet {
  display: flex;
  align-items: center;
}
#step3 .step3-bottomMirajet p {
  font-size: 16px;
  line-height: 19px;
  color: #0f081e;
  flex: 0 1 50%;
}
#step3 .step3-bottomMirajet img {
  width: 104px;
}
#step3 .step3-bottomRight p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #1e2b4d;
}
#step3 .step3-bottomLogos {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #step3 .step3-bottomLogos {
    justify-content: space-between;
  }
}

#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: 600px) {
  form input[type=text],
  form input[type=email] {
    font-size: 17.75px;
  }
  #step2 .steps .step .wrap_step .no {
    width: 43px;
  }
  #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);
  }
}
@media (max-width: 479px) {
  form input[type=text],
  form input[type=email] {
    font-size: 165px;
  }
  #step2 .steps .step .wrap_step .no {
    width: 38px;
  }
  #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;
  }
  #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 .icon {
    width: 86px;
  }
  #step1 .custom_content .texte_checkbox {
    padding-right: 12px;
  }
}

/*# sourceMappingURL=main.css.map */
