@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: #000;
  padding: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-family: "League Spartan", 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-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  margin: 3rem 0;
}

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

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

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

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

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

.pagination li {
  margin: 0 1rem;
}

form input[type=text],
form input[type=email] {
  padding: 0.6rem;
  width: 100%;
  border: 0;
  border: 1px solid #ced4da;
}

form input,
form button {
  /*margin: 0.5rem auto;*/
}

form .custom_select {
  position: relative;
  border: 0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  font-size: 13px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(28, 30, 31, 0.25);
}
form .custom_select::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../../images/triangle.png) no-repeat;
  background-size: contain;
  right: 30px;
  top: 14px;
}

form .custom_select select {
  padding: 0.6rem;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.16667px;
  color: #1C1E1F;
}

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 a.btn {
  padding: 17px;
  max-width: 320px;
  width: 100%;
}

#contest {
  position: relative;
  padding: 0;
  background-color: #fff;
}

#contest .container {
  position: relative;
}

#contest .container .reglements {
  width: unset;
  left: 0;
  position: absolute;
  bottom: 6px;
  text-align: center;
}

#contest .container .reglements a {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.611111px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #1C1E1F;
}

#contest form input[type=text],
#contest form input[type=email] {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.875px;
  color: #1C1E1F;
  border: none;
  background-color: initial;
  border-bottom: 0.75px solid rgba(28, 30, 31, 0.25);
}

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

#contest form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1C1E1F;
}

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

#contest form :-moz-placeholder {
  /* Firefox 18- */
  color: #1C1E1F;
}

#contest .form_row {
  margin-right: -9px;
}
#contest .form_row.email_row {
  margin-bottom: 30px;
}
#contest .form_row.metier {
  padding-right: 9px;
}

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

#contest .email_row .field {
  margin-bottom: 24px;
}

#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.conditionUse {
  margin-right: 52px;
  max-width: 300px;
}

#contest .input_checkbox {
  position: relative;
  padding: 8px 10px;
}
#contest .input_checkbox.border_chance {
  border: 0.75px solid rgba(28, 30, 31, 0.25);
  padding: 48px 10px;
  padding-top: 18px;
}

input[type=checkbox] {
  width: 14px;
  height: 14px;
}

#contest .input_checkbox label {
  width: calc(100% - 28px);
  padding-left: 5px;
  vertical-align: top;
  margin-bottom: 11px;
  position: relative;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.666667px;
  color: #1C1E1F;
}

#contest .input_checkbox input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 14px;
  width: 14px;
  left: -17px;
  top: 0px;
  background-color: #E6E5E2;
  border-radius: 2px;
  border: 1px solid #000000;
}

input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 14px;
  width: 14px;
  left: -17px;
  top: 0px;
  background-color: #000000;
  border-radius: 2px;
  border: 1px solid #000000;
}

#step1 {
  background: #141416;
}
#step1 .container {
  max-width: unset;
  padding: 0;
}
#step1 header {
  display: none;
}
#step1 .row {
  width: 100%;
  min-height: 100vh;
  margin: 0;
}
#step1 .row .texte {
  padding: 7% 7%;
  padding-bottom: 2%;
  background: url(../../images/anatomy.png) no-repeat 30% top;
  background-size: contain;
}
#step1 .row .texte img.logo {
  margin-bottom: 26px;
}
#step1 .row .texte .infos {
  max-width: 70%;
}
#step1 .row .texte .infos h1 {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
  color: #FFFFFF;
}
#step1 .row .texte .infos p {
  margin-bottom: 0;
}
#step1 .row .texte .infos .container_texte {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  margin-bottom: 0px;
}
#step1 .row .texte .infos .container_texte .image {
  margin-right: 40px;
}
#step1 .row .texte .infos .container_texte .image img {
  margin-bottom: 10px;
  max-height: 190px;
}
#step1 .row .texte .infos .container_texte .texte_2 p {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1px;
  color: #FFFFFF;
  margin: 0;
}
#step1 .row .texte .infos .texte_3 {
  max-width: 84%;
  margin-top: 16px;
}
#step1 .row .texte .infos .texte_3 p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.666667px;
  color: #E6E5E2;
}
#step1 .row .texte .infos .texte_4 {
  max-width: 72%;
  margin-top: 12px;
  margin-bottom: 16px;
}
#step1 .row .texte .infos .texte_4 p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.666667px;
  color: #E6E5E2;
  text-transform: uppercase;
}
#step1 .row .texte .infos .image_service_posturaction {
  max-width: 78%;
}
#step1 .row .texte .infos .image_service_posturaction img {
  max-height: 388px;
  width: 100%;
}
#step1 .row .form {
  background-color: #ffffff;
  vertical-align: middle;
}
#step1 .row .form .image_back {
  width: 100%;
  height: 100%;
  background: url(../../images/postura_right.png) no-repeat 30% top;
  background-size: contain;
  position: relative;
}
#step1 .row .form .image_back .wrap_form {
  position: absolute;
  top: 10%;
  right: 30%;
  left: -44%;
  background-color: #E6E5E2;
  padding: 8% 12% 18% 20%;
}
#step1 .row .form .image_back .wrap_form .vertical_line {
  position: absolute;
  left: 30px;
  top: -20px;
}
#step1 .row .form .image_back .wrap_form .vertical_line img {
  max-height: 400px;
}
#step1 .row .form .image_back .wrap_form .horizontal_line {
  position: absolute;
  right: -20px;
  bottom: 20px;
}
#step1 .row .form .image_back .wrap_form .top-banner {
  text-align: right;
  margin-bottom: 54px;
  width: 85%;
}
#step1 .row .form .image_back .wrap_form .top-banner .btn {
  padding: 0;
  background: transparent;
  color: #353535;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.611111px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #000000;
}
#step1 .row .form .image_back .wrap_form .top-banner .btn.active {
  display: none;
}
#step1 .row .form .image_back .wrap_form .top-banner a.btn {
  padding: 17px;
  max-width: 320px;
  width: 100%;
}

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

#step1 .fill_fb {
  margin-bottom: 30px;
  width: 85%;
}

#step1 .fill_fb .btn {
  white-space: normal;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 30px 13px 96px;
  background: url(../../images/facebooklogo.png) 40px 50% no-repeat;
  border: 1px solid #1C1E1F;
  background-size: 40px auto;
  text-align: left;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

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

#step1 .custom_content {
  display: table;
  width: calc(100% + 20px);
  position: relative;
  max-width: 320px;
}

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

#step1 .custom_content .icon {
  display: table-cell;
  width: 80px;
  vertical-align: top;
  position: absolute;
  right: 0px;
  top: -20px;
}

#step1 .custom_content .icon .text {
  margin-bottom: 5px;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #1C1E1F;
}

#step1 .form_submit {
  margin-top: 54px;
}
#step1 .form_submit .button_submit {
  background: url("../../images/extralargebutton.png") no-repeat scroll 0 0 transparent;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #1C1E1F;
  padding: 14px 90px 11px 90px;
  width: 100%;
}

.fb_iframe_widget.fb-like iframe,
.fb_iframe_widget.fb-like > span {
  max-width: 90px !important;
  width: 100% !important;
  position: relative !important;
}

#step2 {
  background: #fff url(../../images/step2backbig.png) repeat top center;
  min-height: 100vh;
}
#step2 h1,
#step2 h2 {
  display: none;
}
#step2 .row .barre {
  position: absolute;
  top: 13%;
  left: 7%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#step2 .steps {
  padding-top: 50px;
  padding-bottom: 50px;
}
#step2 .steps .wrap {
  position: relative;
  background: #ffffff;
  padding: 60px;
}
#step2 .steps .wrap .step {
  position: relative;
  border-bottom: 2px solid #1C1E1F;
  display: flex;
  justify-content: center;
  align-items: center;
}
#step2 .steps .wrap .step:nth-child(1) .button {
  position: relative;
}
#step2 .steps .wrap .step:nth-child(1) .button .btn_ {
  border: 1px solid #414242;
  text-align: center;
  overflow: hidden;
  padding: 14px 10px;
  display: block;
  background: transparent;
  border-radius: 0px;
  height: auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  line-height: 1.2;
  cursor: initial;
}
#step2 .steps .wrap .step .button.btn_invitez .btn_ {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1C1E1F;
}
#step2 .steps .wrap .step .button.btn_invitez .btn_ .btn {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background: none;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url(../../images/buttonback.png);
}
#step2 .steps .wrap .step .wrap_step {
  padding: 36px 19px 36px 0;
  min-height: 38px;
  display: flex;
  width: 100%;
}
#step2 .steps .wrap .step .wrap_step .no {
  width: 86px;
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #414242;
}
#step2 .steps .wrap .step .wrap_step .info {
  width: calc(100% - 86px);
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
}
#step2 .steps .wrap .step .wrap_step .info .texte {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #414242;
}
#step2 .steps .wrap .step .les_choix {
  display: table;
  margin-top: 10px;
}
#step2 .steps .wrap .step .les_choix .choix {
  display: flex;
  font-size: 30px;
  letter-spacing: 0.67px;
  font-weight: bold;
  color: #414242;
  position: relative;
}
#step2 .steps .wrap .step .les_choix .choix::before {
  content: "• ";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#step2 .steps .wrap .step .les_choix .choix a {
  color: #6C6C6C;
}
#step2 .steps .wrap .step .les_choix .choix .choix_no {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 8px;
  padding-top: 1px;
}
#step2 .steps .wrap .step .les_choix .choix .texte_choix {
  display: inline-block;
  padding-left: 6px;
  padding-right: 12px;
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: #414242;
}
#step2 .steps .wrap .step .les_choix .choix .bulle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  cursor: pointer;
}
#step2 .steps .wrap .step .les_choix .choix .bulle .rond {
  border-radius: 50%;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(157, 150, 139, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}
#step2 .steps .wrap .step .les_choix .choix .bulle:hover .bulle_hover {
  opacity: 1;
  display: block;
}
#step2 .steps .wrap .bulle_hover {
  opacity: 0;
  display: none;
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 94px;
  background: #141416;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: 570px;
  height: auto;
  z-index: 1;
}
#step2 .steps .wrap .bulle_hover .titlebulle {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  background: none;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url(../../images/buttonback.png);
}
#step2 .steps .wrap .bulle_hover .textbulle {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #E6E5E2;
}
#step2 .steps .wrap .bulle_hover .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  background-image: url(../../images/close.png);
}

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

#step2 .steps .step:nth-child(3) .button {
  display: none;
}

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

#step2 .steps .facebook-comments {
  max-width: 640px;
  margin: 0 auto;
}
#step2 .steps .facebook-comments .wrap {
  padding: 0;
}

#step2 .steps .wrap {
  max-width: 970px;
  margin: 0 auto;
}

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

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

#step3 {
  background: #fff url(../../images/step3bigback.png) no-repeat 33% 0;
  background-size: cover;
}
#step3 h1 {
  display: none;
}
#step3 .container {
  max-width: unset;
  padding: 0;
}
#step3 .container .row {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
#step3 .container .row .texte {
  padding: 4% 3%;
}
#step3 .container .row .texte .logo_posturection {
  margin-bottom: 60px;
}
#step3 .container .row .texte .infos {
  max-width: 86%;
}
#step3 .container .row .texte .infos h2 {
  margin-bottom: 92px;
}
#step3 .container .row .texte .infos h2.text_back_image {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(140px, 4.5vw, 200px);
  line-height: clamp(150px, 4.5vw, 200px);
  text-align: left;
  text-transform: uppercase;
  background: none;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url(../../images/buttonback.png);
}
#step3 .container .row .texte .infos .texte_1 p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
}
#step3 .container .row .button {
  position: relative;
  padding: 4% 3%;
}
#step3 .container .row .button a {
  position: absolute;
  bottom: 180px;
  left: 58px;
  background: url(../../images/backbutton.png) no-repeat scroll 0 0 transparent;
  background-size: cover;
  background-position: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #141416;
  padding: 22px 24px 22px 24px;
  height: auto;
}

#statistics > ul {
  display: flex;
  justify-content: space-evenly;
}

#statistics ul {
  margin: 0;
  padding: 0;
}

#statistics ul li {
  margin-right: 3px;
  text-align: center;
  justify-content: center;
  padding: 1rem;
}

#statistics ul li#winner {
  flex-grow: 1;
  margin-right: 0;
}

#statistics ul li span {
  font-size: 1.4rem;
  font-weight: 600;
}

#results ul,
#results table {
  font-size: 11px;
}

#results section > div {
  margin: 1rem auto;
}

#results i.icon-no {
  opacity: 0.4;
}

ul.utilities {
  display: inline-block;
}

ul.utilities li {
  display: inline-block;
  border-right: 1px solid #333;
  padding-right: 0.6rem;
  margin-right: 0.4rem;
}

ul.utilities li:last-child {
  border-right: none;
  margin-right: 0;
}

ul.utilities.small li {
  font-size: 11px;
}

pre {
  margin: 3rem auto 1rem;
  padding: 3rem;
  background: #eee;
  display: block;
  font-size: 11px;
}

pre.main-debug {
  display: none;
}

/* Custom CSS on a per contest/project basis */
@media (max-width: 1600px) {
  #step1 .row .texte .infos {
    max-width: 70%;
  }
  #step1 .row .texte .infos h1 {
    font-size: 44px;
    line-height: 44px;
  }
  #step1 .row .texte .infos p {
    margin-bottom: 0;
  }
  #step1 .row .texte .infos .container_texte .image {
    margin-right: 30px;
  }
  #step1 .row .texte .infos .container_texte .texte_2 p {
    font-size: 52px;
    line-height: 52px;
  }
  #step1 .row .texte .infos .texte_3 {
    max-width: 82%;
    margin-top: 20px;
  }
  #step1 .row .texte .infos .texte_3 p {
    font-size: 12px;
    line-height: 130%;
  }
  #step1 .row .texte .infos .texte_4 {
    max-width: 72%;
    margin-top: 12px;
    margin-bottom: 36px;
  }
  #step1 .row .texte .infos .texte_4 p {
    font-size: 14px;
    line-height: 130%;
  }
  #step1 .row .texte .infos .image_service_posturaction {
    max-width: 76%;
  }
  #step1 .row .form .image_back .wrap_form {
    top: 6%;
    right: 16%;
    left: -70%;
  }
  #step3 .container .row .texte .logo_posturection {
    margin-bottom: 60px;
  }
  #step3 .container .row .texte .infos h2 {
    margin-bottom: 92px;
  }
  #step3 .container .row .texte .infos h2.text_back_image {
    font-size: clamp(130px, 4.5vw, 200px);
    line-height: clamp(140px, 4.5vw, 200px);
  }
  #step3 .container .row .texte .infos .texte_1 p {
    font-family: "League Spartan", sans-serif;
  }
  #step3 .container .row .button {
    position: relative;
    padding: 4% 3%;
  }
  #step3 .container .row .button a {
    bottom: 80px;
  }
}
@media (max-width: 1440px) {
  #step1 .row .texte img.logo {
    max-width: 300px;
  }
  #step1 .row .texte .infos {
    max-width: 80%;
  }
  #step1 .row .texte .infos .container_texte .image img {
    max-height: 130px;
  }
  #step1 .row .texte .infos .texte_3 {
    max-width: 80%;
  }
  #step1 .row .texte .infos .image_service_posturaction img {
    max-width: 512px;
    max-height: 300px;
  }
  #step1 .row .form .image_back .wrap_form {
    top: 6%;
    right: 20%;
    left: -70%;
  }
  #step1 .row .form .image_back .wrap_form .container .top-banner {
    margin-bottom: 40px;
  }
  #step1 .row .form .image_back .wrap_form .form_submit {
    margin-top: 50px;
  }
  #step1 .custom_content .icon {
    right: -36px;
    top: -24px;
  }
  #step3 .container .row .texte .logo_posturection {
    margin-bottom: 60px;
  }
  #step3 .container .row .texte .infos h2 {
    margin-bottom: 92px;
  }
  #step3 .container .row .texte .infos h2.text_back_image {
    font-size: clamp(111px, 4.5vw, 130px);
    line-height: clamp(122px, 4.5vw, 130px);
  }
  #step3 .container .row .texte .infos .texte_1 p {
    font-family: "League Spartan", sans-serif;
  }
  #step3 .container .row .button {
    position: relative;
    padding: 4% 3%;
  }
  #step3 .container .row .button a {
    bottom: 80px;
    right: 6%;
  }
}
@media (max-width: 1300px) {
  #step1 .row .texte .infos {
    max-width: 82%;
  }
  #step1 .row .texte .infos h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #step1 .row .texte .infos .texte_3 {
    max-width: 86%;
  }
  #step1 .row .texte .infos .container_texte .texte_2 p {
    font-size: 40px;
    line-height: 40px;
  }
  #step1 .row .texte .infos .image_service_posturaction img {
    max-width: 466px;
    max-height: 262px;
  }
  #step1 .row .form .image_back .wrap_form {
    top: 6%;
    right: 10%;
    left: -70%;
  }
  #step1 .row .form .image_back .wrap_form .container .top-banner {
    margin-bottom: 32px;
  }
  #step1 .row .form .image_back .wrap_form .fill_fb {
    margin-bottom: 24px;
  }
  #step1 .row .form .image_back .wrap_form .fill_fb .btn {
    padding: 12px 30px 10px 80px;
    background: url(../../images/facebooklogo.png) 26px 50% no-repeat;
    font-size: 12px;
  }
  #step1 .row .form .image_back .wrap_form .form_submit {
    margin-top: 30px;
  }
  #step1 .row .form .image_back .reglements {
    right: 0;
    text-align: left;
  }
  #step1 .row .custom_content .icon {
    right: 0px;
    top: -64px;
  }
  #step2 .steps .wrap {
    max-width: 770px;
  }
  #step2 .steps .step .button {
    max-width: 155px;
  }
  #step1 .col.texte {
    padding-top: 12%;
  }
  #step1 .col.form {
    padding: 25px 0 25px 4%;
  }
  #contest .container .reglements {
    right: 0;
  }
  #step3 .container .row .texte .logo_posturection {
    margin-bottom: 60px;
  }
  #step3 .container .row .texte .infos h2 {
    margin-bottom: 92px;
  }
  #step3 .container .row .texte .infos h2.text_back_image {
    font-size: clamp(90px, 4.5vw, 120px);
    line-height: clamp(100px, 4.5vw, 120px);
  }
  #step3 .container .row .texte .infos .texte_1 p {
    font-size: 28px;
    line-height: 32px;
  }
  #step3 .container .row .button {
    position: relative;
    padding: 4% 3%;
  }
  #step3 .container .row .button a {
    bottom: 100px;
    left: 0;
    right: 6%;
  }
}
@media (max-width: 1024px) {
  #step1 .row .texte .infos {
    max-width: 88%;
  }
  #step1 .row .texte .infos h1 {
    font-size: 28px;
    line-height: 28px;
  }
  #step1 .row .texte .infos p {
    margin-bottom: 0;
  }
  #step1 .row .texte .infos .container_texte .image {
    margin-right: 20px;
  }
  #step1 .row .texte .infos .container_texte .texte_2 p {
    font-size: 42px;
    line-height: 42px;
  }
  #step1 .row .texte .infos .texte_3 {
    max-width: 92%;
    margin-top: 20px;
  }
  #step1 .row .texte .infos .texte_3 p {
    font-size: 11px;
    line-height: 1.2;
  }
  #step1 .row .texte .infos .texte_4 {
    max-width: 72%;
    margin-top: 12px;
    margin-bottom: 36px;
  }
  #step1 .row .texte .infos .texte_4 p {
    font-size: 13px;
    line-height: 130%;
  }
  #step1 .row .texte .infos .image_service_posturaction {
    max-width: 60%;
  }
  #step1 .row .form .image_back .wrap_form {
    top: 6%;
    right: 0%;
    left: -60%;
  }
  #step1 .row .form .image_back .wrap_form .fill_fb {
    margin-bottom: 24px;
  }
  #step1 .row .form .image_back .wrap_form .fill_fb .btn {
    padding: 8px 16px 10px 70px;
    background: url(../../images/facebooklogo.png) 20px 50% no-repeat;
    font-size: 10px;
  }
  #step1 .row .form .image_back .wrap_form .container .top-banner {
    margin-bottom: 30px;
  }
  #step1 .row .form .image_back .wrap_form .form_row .field {
    margin-bottom: 20px;
  }
  #step1 .row .form .image_back .wrap_form .form_submit {
    margin-top: 20px;
  }
  #step1 .row .form .image_back .wrap_form .horizontal_line {
    right: -10px;
  }
  body #step1 .container {
    max-width: 100%;
  }
  #step1 .col.texte .infos h1 {
    font-size: 2.7vw;
  }
  #step1 .col.form {
    padding: 25px 0 25px 2%;
  }
  #step3 .container .row .texte .logo_posturection {
    margin-bottom: 60px;
  }
  #step3 .container .row .texte .infos h2 {
    margin-bottom: 92px;
  }
  #step3 .container .row .texte .infos h2.text_back_image {
    font-size: clamp(90px, 4.5vw, 120px);
    line-height: clamp(100px, 4.5vw, 120px);
  }
  #step3 .container .row .texte .infos .texte_1 p {
    font-size: 28px;
    line-height: 32px;
  }
  #step3 .container .row .button {
    position: relative;
    padding: 4% 3%;
  }
  #step3 .container .row .button a {
    font-size: 20px;
    line-height: 22px;
    bottom: 100px;
    left: 0;
  }
}
@media (max-width: 991px) {
  #step1 .row .form .image_back .wrap_form {
    position: relative;
    left: 0;
    right: 0;
    padding: 8% 12% 12% 20%;
  }
  #step1 .row .form .image_back .wrap_form .container .top-banner {
    margin-bottom: 30px;
  }
  #step1 .row .form .image_back .wrap_form .container .top-banner .inline {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #step1 .row .form .image_back .wrap_form .fill_fb {
    margin-bottom: 24px;
  }
  #step1 .row .form .image_back .wrap_form .fill_fb .btn {
    padding: 15px 30px 14px 90px;
    background: url(../../images/facebooklogo.png) 36px 50% no-repeat;
    font-size: 10px;
  }
  #step1 .row .form .image_back .wrap_form .form_row .field {
    margin-bottom: 20px;
  }
  #step1 .row .form .image_back .wrap_form .form_submit {
    margin-top: 50px;
  }
  #step1 .row .form .image_back .reglements {
    right: 0;
    text-align: center;
  }
  #step2 .steps .wrap {
    padding: 20px;
  }
  #step3 .container .row .texte .logo_posturection {
    margin-bottom: 60px;
  }
  #step3 .container .row .texte .infos h2 {
    margin-bottom: 92px;
  }
  #step3 .container .row .texte .infos h2.text_back_image {
    font-size: clamp(90px, 4.5vw, 120px);
    line-height: clamp(100px, 4.5vw, 120px);
  }
  #step3 .container .row .texte .infos .texte_1 p {
    font-size: 28px;
    line-height: 32px;
  }
  #step3 .container .row .button {
    position: relative;
    padding: 4% 3%;
  }
  #step3 .container .row .button a {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    bottom: initial;
    left: initial;
    margin-left: 54px;
  }
}
@media (max-width: 800px) {
  #step1 .row .texte {
    padding: 6% 6%;
    padding-bottom: 6%;
  }
  #step1 .row .texte .infos {
    max-width: 92%;
  }
  #step1 .row .texte .infos h1 {
    font-size: 42px;
    line-height: 42px;
  }
  #step1 .row .texte .infos p {
    margin-bottom: 0;
  }
  #step1 .row .texte .infos .container_texte .image {
    margin-right: 20px;
  }
  #step1 .row .texte .infos .container_texte .texte_2 p {
    font-size: 48px;
    line-height: 48px;
  }
  #step1 .row .texte .infos .texte_3 {
    max-width: 86%;
    margin-top: 20px;
  }
  #step1 .row .texte .infos .texte_3 p {
    font-size: 11px;
    line-height: 130%;
  }
  #step1 .row .texte .infos .texte_4 {
    max-width: 72%;
    margin-top: 12px;
    margin-bottom: 36px;
  }
  #step1 .row .texte .infos .texte_4 p {
    font-size: 13px;
    line-height: 130%;
  }
  #step1 .row .texte .infos .image_service_posturaction {
    max-width: 60%;
  }
  #step1 .row .form {
    background-color: #ffffff;
    vertical-align: middle;
    padding: 25px 4% 25px 4%;
  }
  #step1 .row .form .image_back .wrap_form {
    padding: 8% 12% 18% 20%;
  }
  .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 .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: 22px;
  }
  #step1 .fill_fb .btn {
    font-size: 14px;
    padding: 20px 20px 20px 105px;
    background-position: 12% 50%;
    background-size: 12% auto;
  }
  #step2 .steps .step {
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #step2 .steps .wrap .step .wrap_step {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 0px 20px 0;
    width: auto;
    margin: 0 15px;
    display: flex;
  }
  #step2 .steps .wrap .step .wrap_step .no {
    width: 60px;
    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 .wrap .step .wrap_step .info .texte {
    font-size: 28px;
    line-height: 28px;
  }
  #step2 .steps .step .button {
    position: relative;
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
    top: 0;
    right: 0;
    padding-top: 16px;
    padding-bottom: 20px;
    max-width: 180px;
  }
  #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: 0px;
    padding-bottom: 20px;
  }
  #step2 .steps .step:nth-child(1) .wrap_step .info {
    width: calc(100% - 53px);
    padding-right: 0;
  }
  #step2 .steps .wrap {
    max-width: 561px;
  }
  #step2 .facebook-comments .wrap {
    max-width: 530px;
  }
  #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;
  }
  #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;
  }
  #step3 {
    background: #fff url(../../images/step3bigback.png) no-repeat 80% 35%;
  }
}
@media (max-width: 600px) {
  #step1 .row .texte .infos {
    max-width: 100%;
  }
  #step1 .row .texte .infos h1 {
    font-size: 34px;
    line-height: 36px;
  }
  #step1 .row .texte .infos p {
    margin-bottom: 0;
  }
  #step1 .row .texte .infos .container_texte {
    flex-flow: column;
    align-items: flex-start;
  }
  #step1 .row .texte .infos .container_texte .image {
    min-width: initial;
    max-width: 240px;
    margin-right: 20px;
    margin-bottom: 12px;
  }
  #step1 .row .texte .infos .container_texte .texte_2 p {
    font-size: 38px;
    line-height: 40px;
  }
  #step1 .row .texte .infos .texte_3 {
    max-width: 96%;
    margin-top: 20px;
  }
  #step1 .row .texte .infos .texte_3 p {
    font-size: 11px;
    line-height: 130%;
  }
  #step1 .row .texte .infos .texte_4 {
    max-width: 72%;
    margin-top: 12px;
    margin-bottom: 36px;
  }
  #step1 .row .texte .infos .texte_4 p {
    font-size: 13px;
    line-height: 130%;
  }
  #step1 .row .texte .infos .image_service_posturaction {
    max-width: 80%;
    margin-bottom: 20px;
  }
  #step1 .row .form {
    background-color: #ffffff;
    vertical-align: middle;
    padding: 25px 4% 25px 4%;
  }
  #step1 .row .form_submit .button_submit {
    padding: 14px 66px 11px 66px;
  }
  #step1 .row .custom_content .icon {
    right: -10px;
    top: 22px;
  }
  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);
  }
  #step2 .steps .wrap .bulle_hover {
    width: 370px;
    padding: 50px 32px;
  }
  #step2 .steps .wrap .bulle_hover .titlebulle {
    font-size: 32px;
    line-height: 36px;
  }
  #step2 .steps .wrap .bulle_hover .textbulle {
    font-size: 16px;
    line-height: 20px;
  }
  #step1 .row .form .image_back .wrap_form .horizontal_line {
    bottom: 40px;
  }
  #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 .container .row .texte .logo_posturection {
    margin-bottom: 60px;
  }
  #step3 .container .row .texte .infos h2 {
    margin-bottom: 60px;
  }
  #step3 .container .row .texte .infos h2.text_back_image {
    font-size: clamp(60px, 4.5vw, 80px);
    line-height: clamp(70px, 4.5vw, 90px);
  }
  #step3 .container .row .texte .infos .texte_1 p {
    font-size: 24px;
    line-height: 26px;
  }
  #step3 .container .row .button {
    position: relative;
    padding: 4% 3%;
  }
  #step3 .container .row .button a {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    bottom: initial;
    left: initial;
    margin-left: 54px;
  }
}
@media (max-width: 479px) {
  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;
  }
  #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 .texte_checkbox {
    padding-right: 12px;
  }
  #step2 .step .les_choix .choix {
    font-size: 14px;
  }
  #step2 .step .les_choix .choix .texte_choix,
#step2 .step .les_choix .choix .choix_no {
    padding-bottom: 5px;
    padding-top: 7px;
  }
  #step2 .steps .step .wrap_step {
    margin-left: 20px;
    margin-right: 20px;
  }
  #step2 .steps .wrap {
    padding: 15px;
  }
  #step2 .steps .wrap .step .wrap_step .no {
    font-size: 30px;
    line-height: 50px;
  }
  #step2 .steps .wrap .step .wrap_step .info .texte {
    font-size: 22px;
    line-height: 24px;
  }
  #step2 .steps .wrap .step .les_choix .choix .texte_choix {
    font-size: 20px;
    line-height: 22px;
  }
  #step2 .steps .wrap .step .les_choix .choix .bulle .rond {
    width: 16px;
    height: 16px;
    font-size: 14px;
  }
  #step2 .steps .wrap .bulle_hover {
    top: 320px;
  }
  #step1 .col.texte .infos h1 br {
    display: none;
  }
  #step1 .col.texte .infos h1 {
    font-size: 5vw;
  }
  #step3 .container .row .texte .logo_posturection {
    margin-bottom: 60px;
  }
  #step3 .container .row .texte .infos h2 {
    margin-bottom: 92px;
  }
  #step3 .container .row .texte .infos h2.text_back_image {
    font-size: clamp(50px, 4.5vw, 60px);
    line-height: clamp(54px, 4.5vw, 64px);
  }
  #step3 .container .row .texte .infos .texte_1 p {
    font-size: 24px;
    line-height: 26px;
  }
  #step3 .container .row .button {
    position: relative;
    padding: 4% 3%;
  }
  #step3 .container .row .button a {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    bottom: initial;
    left: initial;
    margin-left: 54px;
  }
}
@media (max-width: 425px) {
  #step1 .row .custom_content .icon {
    text-align: center;
    right: -10px;
    top: 12px;
  }
  #step1 .row .custom_content .icon img {
    max-width: 60px;
  }
  #step1 .row .form {
    background-color: #ffffff;
    vertical-align: middle;
    padding: 25px 4% 25px 4%;
  }
  #step1 .row .form .image_back .wrap_form {
    padding: 8% 12% 18% 20%;
  }
  #step1 .row .form .image_back .wrap_form .fill_fb {
    width: 100%;
  }
  #step1 .row .form .image_back .wrap_form .fill_fb .btn {
    padding: 15px 30px 14px 76px;
    background: url(../../images/facebooklogo.png) 20px 50% no-repeat;
  }
  #step1 .row .form .custom_select select {
    font-size: 12px;
  }
  #contest form input[type=text],
#contest form input[type=email],
#contest .custom_select {
    font-size: 12px;
  }
  #contest .input_checkbox label {
    font-size: 12px;
  }
}
@media (max-width: 422px) {
  #step3 .container .row .button a {
    font-size: 16px;
    line-height: 20px;
  }
}/*# sourceMappingURL=main.css.map */