@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: .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: #333;
  padding: 1rem;
  font-family: Georgia, 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%;
}

a:link, a:visited {
  color: #479939;
}

a:hover, a:active {
  color: orange;
}

.container {
  width: 100%;
  max-width: 810px;
}

.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;
}

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;
}

header form {
  display: inline-block;
  margin: 0 1rem 0 0;
}

table {
  width: 100%;
}

table th, table td {
  padding: 0.2rem 0.6rem;
}

table tbody tr td {
  background-color: #fefefe;
}

table tbody tr:nth-child(even), table tbody tr:nth-child(even) td {
  background-color: #efefef;
}

#contest {
  position: relative;
  padding: 0;
  background-color: #fff;
}

#contest > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

#contest > header .top-banner {
  text-align: right;
}

#contest > header .top-banner .btn {
  padding: 0;
  background: transparent;
  color: #353535;
  font-size: 8px;
  text-decoration: underline;
  font-weight: normal;
}

#contest > header .top-banner .btn.active {
  display: none;
}

#contest .btn {
  display: block;
  background: #000;
  height: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  width: 100%;
  line-height: 1.2;
}

#contest a.btn {
  padding: 10px;
}

#contest .container {
  position: relative;
}

#contest .container .reglements {
  width: 534px;
  left: 0;
  position: absolute;
  bottom: 6px;
  text-align: center;
}

#contest .container .reglements a {
  font-size: 9px;
  color: #362f2d;
  text-transform: uppercase;
  text-decoration: underline;
}

#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;
  /* 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;
}

#step1 {
  background: #fff;
}

#step1 header {
  display: none;
}

#step1 .row {
  height: 550px;
  display: table;
  width: calc(100% + 30px);
}

#step1 .col.texte {
  width: 534px;
  display: table-cell;
  background: url(../../images/step_1_bg_fr_v2.jpg) no-repeat top left;
}

#step1 .col.form {
  width: calc(100% - 534px);
  display: table-cell;
  vertical-align: middle;
  background: url(../../images/step_1_form_bg.jpg) no-repeat top right;
  padding: 25px 30px;
}

#step1 .fill_fb {
  margin-bottom: 24px;
}

#step1 .fill_fb .btn {
  white-space: normal;
  font-size: 11px;
  text-transform: none;
  padding: 10px 10px 10px 60px;
  background: #3b5998 url(../../images/facebook_icon.jpg) 10px 50% no-repeat;
  background-size: 27px auto;
  text-align: left;
  font-weight: normal;
  height: auto;
}

#step1 .smaller {
  font-size: .8em;
}

#step1 .custom_content {
  display: table;
  width: 100%;
}

#step1 .custom_content .texte_checkbox {
  display: table-cell;
  vertical-align: top;
  padding-right: 12px;
}

#step1 .custom_content .icon {
  display: table-cell;
  width: 59px;
  vertical-align: top;
}

#step1 .custom_content .icon img {
  margin-top: -6px;
}

#step1 .form_submit {
  margin-top: 16px;
}

html[lang="en_CA.utf8"] #step1 .col.texte {
  background: url(../../images/step_1_bg_en_v2.jpg) no-repeat top left;
}

#step2 {
  background: #fff url(../../images/step_2_bg.jpg) no-repeat top center;
}

#step2 h1, #step2 h2 {
  display: none;
}

#step2 .steps {
  padding-top: 25%;
}

#step2 .steps .step {
  background: rgba(211, 130, 52, 0.95);
  position: relative;
  margin-bottom: 21px;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

#step2 .steps .step .wrap_step {
  padding: 14px 19px 14px 0;
  min-height: 38px;
  display: table;
  width: 100%;
}

#step2 .steps .step .wrap_step .no {
  width: 47px;
  /*display: inline-block;*/
  display: table-cell;
  vertical-align: middle;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  top: -4px;
  color: #fff;
  /* 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% - 47px);
  padding-right: 150px;
  display: inline-block;
  vertical-align: middle;
  /* float: left; */
  display: table-cell;
}

#step2 .steps .step .wrap_step .info .texte {
  font-size: 20px;
  letter-spacing: -.75px;
}

#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: 29px;*/
}

#step2 .steps .step:nth-child(1) .button .btn_ {
  background-color: #000;
  text-align: center;
  overflow: hidden;
  padding: 9px 10px;
}

#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: 17px;
  right: 19px;
  max-width: 139px;
  width: 100%;
  font-size: 0;
  cursor: pointer;
}

#step2 .steps .wrap,
#step2 .facebook-comments .wrap {
  max-width: calc(600px + 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/step_3_bg.jpg) no-repeat top center;
  min-height: 456px;
}

#step3 h1 {
  display: none;
}

#step3 .infos {
  margin-left: 402px;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  min-height: 456px;
}

#step3 .infos > img {
  max-width: 124px;
  margin-bottom: 2px;
}

#step3 .infos .texte {
  margin-bottom: 43px;
}

#step3 .infos .texte p {
  margin-bottom: 10px;
}

#step3 h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#step3 .btn {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin-top: 10px;
}

#step3 .plus_texte {
  display: table;
}

#step3 .plus_texte .icon {
  display: table-cell;
  width: 53px;
  vertical-align: middle;
}

#step3 .plus_texte .icon img {
  margin-bottom: 0;
}

#step3 .plus_texte .text_plus {
  display: table-cell;
  padding-left: 13px;
  font-size: 16px;
  color: #d38234;
  text-align: left;
  vertical-align: middle;
}

#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;
}


/* Custom CSS on a per contest/project basis */
@media (max-width: 800px) {
  .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 .col {
    padding-right: 0;
    padding-left: 0;
  }
  #contest a.btn {
    padding: 16px;
  }
  #contest .btn {
    font-size: 30px;
    height: 61px;
  }
  #contest .container .reglements {
    width: 100%;
    bottom: 23px;
  }
  #contest .container .reglements a {
    font-size: 14px;
  }
  #contest > header .top-banner .btn {
    font-size: 15px;
  }
  #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;
    padding-top: 94.8%;
    background: url(../../images/step_1_bg_mobile_fr_v2.jpg) no-repeat top center;
    background-size: 100%;
  }
  #step1 .row .col.form {
    background: url(../../images/step_1_form_bg_mobile.jpg); /* no-repeat top center;*/
    width: 100%;
    display: block;
    padding-top: 79px;
    padding-bottom: 63px;
  }
  #step1 .row .col.form .wrap_form {
    max-width: 360px;
    margin: 0 auto;
  }
  #step1 .custom_content .icon {
    width: 100px;
  }
  #step1 .custom_content .texte_checkbox {
    padding-right: 22px;
  }
  #step1 .fill_fb .btn {
    font-size: 18px;
    padding: 20px 20px 20px 105px;
    background-size: 47px auto;
    background-position: 34px 50%;
  }
  html[lang="en_CA.utf8"] #step1 .col.texte {
    background: url(../../images/step_1_bg_mobile_en_v2.jpg) no-repeat top left;
    background-size: 100%;
  }
  #step2 .steps .step {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #step2 .steps .step .wrap_step {
    background: rgba(211, 130, 52, 0.95);
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
    width: auto;
    margin: 0 15px;
    display: block;
  }
  #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;
  }
  #step2 .steps .step .button .btn_ {
    display: inline-block;
    background: #000;
    min-width: 182px;
  }
  #step2 .steps .step .button .btn_ .btn {
    font-size: 20.5px;
    height: 46px;
    display: block;
  }
  #step2 .steps .step:nth-child(1) .button {
    position: relative;
    top: 0;
    padding-top: 16px;
  }
  #step2 .steps .step:nth-child(1) .wrap_step .info {
    width: calc(100% - 53px);
    padding-right: 0;
  }
  #step2 .steps .wrap,
  #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: #fff url(../../images/step_3_bg_mobile.jpg) no-repeat top center;
    background-size: 100%;
    padding-bottom: 19%;
  }
  #step3 .infos {
    margin-left: 0;
    padding: 10px;
    font-size: 36px;
    min-height: 456px;
    max-width: 590px;
    margin: 0 auto;
    padding-bottom: 100%;
    position: relative;
  }
  #step3 .infos > img {
    max-width: 201px;
  }
  #step3 h2 {
    font-size: 36px;
  }
  #step3 .btn {
    width: 100%;
    max-width: 541px;
    font-size: 22px;
  }
  #step3 .plus_texte {
    max-width: 541px;
    margin: 0 auto;
    background: rgba(214, 129, 47, 0.2);
    padding: 34px 20px;
  }
  #step3 .plus_texte .icon {
    width: 82px;
  }
  #step3 .plus_texte .text_plus {
    font-size: 24px;
  }
  #step3 .footer {
    left: 0;
    font-size: 16.5px;
  }
}

@media (max-width: 600px) {
  form input[type="text"], form input[type="email"] {
    font-size: 17.75px;
  }
  #contest .btn {
    font-size: 25px;
    height: 53px;
  }
  #step1 .row .col.form .wrap_form {
    max-width: 320px;
  }
  #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);
  }
  #step3 .infos,
  #step3 h2 {
    font-size: 28px;
  }
  #step3 .infos {
    max-width: 500px;
    padding-bottom: 85%;
  }
  #step3 .plus_texte .text_plus {
    font-size: 20px;
  }
  #step3 .btn {
    max-width: 465px;
    font-size: 18px;
  }
  #step3 .plus_texte {
    max-width: 465px;
    margin: 0 auto;
    background: rgba(214, 129, 47, 0.2);
    padding: 27px 20px;
  }
  #step3 .plus_texte .icon {
    width: 69px;
  }
}

@media (max-width: 479px) {
  form input[type="text"] {
    font-size: 165px;
  }
  #contest .btn {
    font-size: 22px;
    height: 47px;
  }
  #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;
  }
  #step3 .infos, #step3 h2 {
    font-size: 20px;
  }
  #step3 .infos {
    max-width: 385px;
    padding-bottom: 94%;
  }
  #step3 .infos .texte {
    margin-bottom: 23px;
  }
  #step3 .plus_texte .text_plus {
    font-size: 14px;
  }
  #step3 .plus_texte .icon {
    width: 42px;
  }
  #step3 .plus_texte {
    padding: 14px 20px;
  }
  #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 .icon {
    width: 86px;
  }
  #step1 .custom_content .texte_checkbox {
    padding-right: 12px;
  }
}

@media (max-width: 420px) {
  #step3 {
    background-size: 420px;
  }
}
