/* === CUSTOM CSS === */
body {
  font-family: "Arial", sans-serif; }

.pagination, .m_header > *, .m_popup_header, .m_action_share_title, .legal_row label, .m_countdown_time, .error, .notice, .error_explanation, .m_follow_text, .m_no_promo_header, .m_no_promo_content_title, .m_powered_by, .m_url_description, .pagination em.current, .footer_text, select, .form_fields .form_input label, .form_fields .form_select label, .form_fields .form_input_matrix label, .form_fields .form_input input, .form_fields .form_input textarea, .form_fields .form_checkbox a, .m_btn, .alertify-button, .wizard > .actions a, .m_btn_goto, .link_btn, .m_action_count, .m_comment_name, .m_countdown_title, .m_entry_user, .m_entry_points, .m_entry_votes, .m_header_step, .m_no_promo_content p strong, .m_option, .m_participations_text, .m_powered_by strong, .m_score_value, .alertify-log, .m_tabs_nav, .m_url_content, .m_user_name, .m_wysiwyg_dialog_title, .mfp-content, .wizard, .tabcontrol, textarea, input, button, legend {
  font-family: "Arial", sans-serif; }

html, body {
  padding: 0;
  margin: 0; }

body * {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: auto;
  color: #B4B4B4; }
  @media screen and (min-width: 768px) {
    body * {
      font-size: 16px; } }

.page-landing,
.page-formulary,
.winners-page,
.thanks-page,
.part_show,
.ranking-page {
  background-color: #B59F9F; }

.container {
  background-color: #F5EDED !important; }

/*Landing*/
.page-landing h1 {
  font-size: 1.3em;
  color: #B4B4B4;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .page-landing h1 {
      font-size: 1.5em; } }
.page-landing h2 {
  font-size: 1.1em;
  color: #F5EDED;
  font-weight: bold;
  text-align: center;
  margin-top: 6em; }
  @media screen and (min-width: 768px) {
    .page-landing h2 {
      margin-top: 8em;
      font-size: 1.4em; } }
.page-landing p.description {
  text-align: justify;
  padding: 0 2em;
  font-size: 0.8em;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .page-landing p.description {
      font-size: 1em; } }
.page-landing .container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  max-width: 810px;
  text-align: center; }
  .page-landing .container .row {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0; }
  .page-landing .container .col-sm-12 {
    padding-right: 0;
    padding-left: 0; }
.page-landing .btn:after, .page-landing .btn_action:after, .page-landing .btn_action_small:after, .page-landing .btn_join:after, .page-landing .btn_join_small:after {
  content: 'PARTICIPAR';
  position: relative; }

/*Formulary*/
form#new_participation {
  background-color: #F5EDED !important; }

.wizard .m_options_list_figure {
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .wizard .m_options_list_figure {
      padding-right: 1.5em !important; } }

.js_step_counter_with_spin {
  text-align: center;
  padding-top: 2em !important; }
  .js_step_counter_with_spin .fa {
    color: #333333; }
  .js_step_counter_with_spin span {
    color: #333333; }

.form_select .custom-form_participation_country {
  background-color: transparent; }

.form_fields .form_input label::after, .form_fields .form_select label::after {
  content: ''; }

.form_fields .form_input label {
  font-size: 1em !important;
  text-align: left !important; }

.form_fields .form_select label {
  font-size: 1em !important; }

.section section.form-contender > * {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .section section.form-contender > * {
      padding: 0 69px; } }

.click_to_view {
  color: gray; }
  .click_to_view i.fa.fa-search-plus {
    color: gray; }

/* Thank you page */
.thanks-page .container {
  padding-bottom: 1em;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: auto; }
  @media screen and (min-width: 768px) {
    .thanks-page .container {
      max-width: 810px;
      overflow: hidden; } }
.thanks-page img {
  width: 100%; }
.thanks-page .img-responsive {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-bottom: 1em; }
.thanks-page h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em; }
  @media screen and (min-width: 768px) {
    .thanks-page h1 {
      font-size: 2em; } }
.thanks-page h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0 1em;
  margin-bottom: 2em;
  margin-top: 1em; }
.thanks-page p.text-center {
  padding: 0 2em; }

/*Winners*/
.winners-page .container {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .winners-page .container > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .winners-page .container {
      max-width: 810px; } }
  .winners-page .container .row {
    margin: 0; }
.winners-page header {
  background-color: #333333; }
  .winners-page header .row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .winners-page header p {
    color: #F5EDED;
    padding: 1em 2em;
    text-align: center; }
.winners-page h1 {
  color: #F5EDED !important;
  font-weight: bold;
  font-size: 2em;
  line-height: 2em; }
  @media screen and (min-width: 768px) {
    .winners-page h1 {
      font-size: 2.5em; } }
.winners-page p {
  font-size: 1em;
  text-align: justify;
  padding: 2em;
  margin: 0; }
.winners-page .winners-list {
  margin-top: 3em !important;
  width: 600px;
  max-width: 80vw;
  margin: 0 auto; }
.winners-page .text-center {
  font-size: 1em;
  text-align: center; }
.winners-page .winner-title {
  color: #B4B4B4;
  font-size: 1.5em;
  font-weight: bold; }
.winners-page .btn:after, .winners-page .btn_action:after, .winners-page .btn_action_small:after, .winners-page .btn_join:after, .winners-page .btn_join_small:after {
  content: 'VER BASES LEGALES';
  position: relative; }
.winners-page ol {
  padding: 0;
  margin: 0; }
.winners-page ol li {
  position: relative;
  font-size: 1em;
  border-bottom: 2px solid #333333;
  margin-bottom: 1em;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .winners-page ol li {
      font-size: 1.2em; } }
  .winners-page ol li span {
    display: block; }
  .winners-page ol li .participant-avatar {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 64%;
    flex: 0 1 64%; }
    .winners-page ol li .participant-avatar img {
      width: 48px;
      height: 48px;
      border-radius: 5px;
      box-shadow: 0 0 1em rgba(0, 0, 0, 0.5); }
  .winners-page ol li .participant-name {
    text-transform: uppercase;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 46%;
    flex: 1 0 46%; }
  .winners-page ol li .participant-points {
    width: 100%;
    text-align: center;
    color: #333333;
    padding: 0.5em;
    background-color: #F5EDED;
    border: 2px solid #333333;
    border-radius: 5px; }

/*Ranking*/
.ranking-page .container {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .ranking-page .container > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .ranking-page .container {
      max-width: 810px; } }
  .ranking-page .container .row {
    margin: 0; }
.ranking-page header {
  background-color: #333333; }
  .ranking-page header .row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.ranking-page h1 {
  color: #F5EDED !important;
  font-weight: bold;
  font-size: 2em;
  line-height: 2em; }
  @media screen and (min-width: 768px) {
    .ranking-page h1 {
      font-size: 2.5em; } }
.ranking-page p {
  font-size: 1em;
  text-align: justify;
  padding: 2em;
  margin: 0; }
.ranking-page .ranking-list {
  margin-top: 3em !important;
  width: 600px;
  max-width: 95vw;
  margin: 0 auto; }
.ranking-page .btn.btn-default {
  margin-top: 0;
  padding: 6px 12px;
  font-size: 14px; }
.ranking-page .text-center {
  font-size: 1em;
  text-align: center; }
.ranking-page .btn:after, .ranking-page .btn_action:after, .ranking-page .btn_action_small:after, .ranking-page .btn_join:after, .ranking-page .btn_join_small:after {
  content: 'VER BASES LEGALES';
  position: relative; }
.ranking-page ol {
  padding: 0;
  margin: 0; }
.ranking-page ol li {
  position: relative;
  font-size: 1em;
  border-bottom: 2px solid #333333;
  margin-bottom: 1em;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .ranking-page ol li {
      font-size: 1.2em; } }
  .ranking-page ol li span {
    display: block; }
  .ranking-page ol li .participant-avatar {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%; }
    .ranking-page ol li .participant-avatar img {
      width: 48px;
      height: 48px;
      border-radius: 5px;
      box-shadow: 0 0 1em rgba(0, 0, 0, 0.5); }
  .ranking-page ol li .participant-name {
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    -webkit-box-flex: 2;
    -ms-flex: 2 0 40%;
    flex: 2 0 40%; }
    @media screen and (min-width: 768px) {
      .ranking-page ol li .participant-name {
        font-size: 1em; } }
  .ranking-page ol li .participant-points {
    width: 30%;
    text-align: center;
    color: #333333;
    padding: 0.5em;
    background-color: #F5EDED;
    border: 2px solid #333333;
    border-radius: 5px; }
.ranking-page li .participation-position {
  font-size: 24px;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
  width: 15%;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .ranking-page li .participation-position {
      font-size: 36px; } }

.paginator {
  margin: 1em 0;
  text-align: center; }
  .paginator .pagination {
    padding: 10px;
    margin: 0 auto;
    justify-content: center; }
    .paginator .pagination .disabled {
      display: none; }
    .paginator .pagination span,
    .paginator .pagination a, .paginator .pagination em {
      padding: 0.4em 0.8em;
      margin: 0 0.5em;
      border-radius: 4px; }
    .paginator .pagination em {
      font-style: normal;
      background-color: #F5EDED !important;
      color: #333333 !important;
      border: 1px solid #333333; }
    .paginator .pagination a {
      background-color: #333333;
      color: #F5EDED !important; }
      .paginator .pagination a:hover {
        text-decoration: none;
        background-color: #F5EDED !important;
        color: #333333 !important;
        border: 1px solid #333333; }

/*One participant ranking*/
.part_show .entry_layout {
  margin-top: 0; }
  .part_show .entry_layout .header_section img {
    width: 20% !important;
    height: auto !important; }
    @media screen and (min-width: 768px) {
      .part_show .entry_layout .header_section img {
        width: 100%;
        height: 100%; } }
.part_show .full_section {
  background-color: #333333 !important;
  text-align: center;
  display: grid; }
  .part_show .full_section h1 {
    color: #F5EDED !important;
    font-weight: bold;
    font-size: 2em;
    line-height: 2em; }
    @media screen and (min-width: 768px) {
      .part_show .full_section h1 {
        font-size: 2.5em; } }
  .part_show .full_section img {
    display: inline-block;
    margin-bottom: 1em; }
.part_show small {
  color: #B4B4B4;
  font-family: "Arial", sans-serif; }
.part_show .m_entry {
  border-color: transparent; }
.part_show .m_entry_header_content {
  background-color: #F5EDED !important; }
.part_show .m_entry_header {
  border-color: transparent !important; }
.part_show .section {
  text-align: center;
  background-color: #F5EDED !important; }
.part_show .m_entry_user_info {
  background-color: #F5EDED !important; }
.part_show .m_actions_viewport {
  background-color: #F5EDED !important; }
  .part_show .m_actions_viewport .m_action {
    border-color: transparent !important; }
.part_show .m_entry_user_data {
  text-align: justify; }
  .part_show .m_entry_user_data .tt_one_partic_link {
    color: #B4B4B4 !important; }
.part_show .m_action_share .js_share_options {
  color: #F5EDED !important;
  font-weight: bold;
  background-color: #333333;
  border: 2px solid #F5EDED;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.4em 2em;
  box-shadow: none;
  border-radius: 5px; }
  @media screen and (min-width: 768px) {
    .part_show .m_action_share .js_share_options {
      font-size: 22px; } }
  .part_show .m_action_share .js_share_options:hover {
    color: #333333 !important;
    background-color: #F5EDED;
    border: 2px solid #333333; }
  .part_show .m_action_share .js_share_options i {
    color: #F5EDED; }
    .part_show .m_action_share .js_share_options i:hover {
      color: #333333 !important; }
  .part_show .m_action_share .js_share_options:focus {
    color: #F5EDED !important;
    background-color: #333333;
    border: 2px solid #F5EDED;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .part_show .m_action_share .js_share_options:active {
    color: #F5EDED !important;
    background-color: #333333;
    border: 2px solid #F5EDED;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .part_show .m_action_share .js_share_options:active:focus {
    color: #F5EDED !important;
    background-color: #333333;
    border: 2px solid #F5EDED;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
.part_show .entry_row {
  margin-bottom: 0 !important; }
.part_show .m_btn_goto {
  background-color: #F5EDED !important;
  text-align: center;
  border-color: transparent !important;
  padding: 0;
  margin-bottom: 1em; }
  .part_show .m_btn_goto span {
    color: #B4B4B4;
    text-decoration: underline; }

.part_show .mfp-content .m_popup.fan_us {
  background: rgba(0, 0, 0, 0.8);
  color: #F5EDED; }
  .part_show .mfp-content .m_popup.fan_us .m_popup_header {
    display: none; }
  .part_show .mfp-content .m_popup.fan_us .m_popup_content {
    background-color: transparent;
    padding: 4em 0; }
    @media screen and (min-width: 768px) {
      .part_show .mfp-content .m_popup.fan_us .m_popup_content {
        padding: 2em 0; } }
    .part_show .mfp-content .m_popup.fan_us .m_popup_content h2 {
      font-size: 1em;
      color: white !important;
      font-weight: 400; }
    .part_show .mfp-content .m_popup.fan_us .m_popup_content .m_header {
      display: block;
      position: relative;
      margin-bottom: 2em; }
      .part_show .mfp-content .m_popup.fan_us .m_popup_content .m_header h1 {
        font-size: 1.5rem;
        text-align: center;
        color: white !important;
        text-transform: uppercase; }
      .part_show .mfp-content .m_popup.fan_us .m_popup_content .m_header::after {
        content: '';
        display: block;
        position: absolute;
        margin: 0 auto;
        width: 63px;
        height: 2px;
        background: white;
        clear: both;
        bottom: -1em;
        left: 0;
        right: 0; }
    .part_show .mfp-content .m_popup.fan_us .m_popup_content .btn {
      box-shadow: none;
      background-color: #333333;
      color: #F5EDED;
      border-radius: 0;
      margin: 0.1em; }
      .part_show .mfp-content .m_popup.fan_us .m_popup_content .btn:hover {
        background-color: #F5EDED;
        color: #F5EDED !important; }
      .part_show .mfp-content .m_popup.fan_us .m_popup_content .btn i {
        font-size: 1.5em;
        color: #F5EDED !important; }
        .part_show .mfp-content .m_popup.fan_us .m_popup_content .btn i:hover {
          color: #333333 !important; }
      .part_show .mfp-content .m_popup.fan_us .m_popup_content .btn::after {
        content: none; }
    .part_show .mfp-content .m_popup.fan_us .m_popup_content .m_url_btn .url_share_link {
      padding: 0.2rem 1em;
      background-color: #F5EDED;
      color: #333333;
      font-size: 1rem;
      text-decoration: none;
      text-align: left;
      border: 1px solid #F5EDED; }
    .part_show .mfp-content .m_popup.fan_us .m_popup_content .m_url_btn .m_btn {
      margin-bottom: 0;
      background-color: #333333;
      color: #F5EDED !important;
      border: 1px solid #333333;
      padding: 0 1em;
      text-decoration: none;
      font-size: 1rem;
      text-transform: uppercase;
      border-radius: 0; }

/*m_popup_header*/
#legal_terms .m_popup_header, .m_popup .m_popup_header {
  color: #F5EDED; }

/*Buttons*/
.btn.btn-default {
  color: #F5EDED;
  font-weight: bold;
  background-color: #333333;
  border: 2px solid #F5EDED;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.4em 2em;
  box-shadow: none;
  margin-top: 1em;
  margin-bottom: 2em;
  border-radius: 5px; }
  @media screen and (min-width: 768px) {
    .btn.btn-default {
      font-size: 22px; } }
  .btn.btn-default:hover {
    color: #333333;
    background-color: #F5EDED;
    border: 2px solid #333333; }
  .btn.btn-default:focus {
    color: #F5EDED;
    background-color: #333333;
    border: 2px solid #F5EDED;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .btn.btn-default:active {
    color: #F5EDED;
    background-color: #333333;
    border: 2px solid #F5EDED;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .btn.btn-default:active:focus {
    color: #F5EDED;
    background-color: #333333;
    border: 2px solid #F5EDED;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none; }

a[href="#next"]::before {
  content: 'CONTINUAR';
  text-transform: uppercase;
  position: absolute;
  left: -999em; }

a[href="#finish"]::before {
  content: 'ENVIAR';
  text-transform: uppercase;
  position: absolute;
  left: -999em; }

a[href="#next"],
a[href="#finish"] {
  color: #333333;
  font-weight: bold;
  background-color: #F5EDED;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5em;
  vertical-align: middle;
  padding: 0.3em 2em 0.2em;
  text-transform: uppercase;
  box-shadow: none;
  margin-top: 5em; }
  @media screen and (min-width: 768px) {
    a[href="#next"],
    a[href="#finish"] {
      font-size: 22px; } }
  a[href="#next"]:hover,
  a[href="#finish"]:hover {
    background-color: #F5EDED;
    color: #333333 !important;
    border: 2px solid #333333; }
  a[href="#next"]::after,
  a[href="#finish"]::after {
    content: none !important; }
  a[href="#next"]::before,
  a[href="#finish"]::before {
    color: #B4B4B4;
    font-weight: bold;
    background-color: #F5EDED;
    border: 4px solid #B4B4B4;
    z-index: 1;
    font-size: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
    padding: 0.3em 2em 0.2em;
    box-shadow: none;
    margin-top: 5em; }
    @media screen and (min-width: 768px) {
      a[href="#next"]::before,
      a[href="#finish"]::before {
        font-size: 1.2em; } }
    a[href="#next"]::before::after,
    a[href="#finish"]::before::after {
      content: none; }
  a[href="#next"]:hover::before,
  a[href="#finish"]:hover::before {
    background-color: #F5EDED;
    color: #B4B4B4 !important; }

.select {
  border: none;
  background-color: transparent !important; }
  .select .select_button {
    background-color: #333333; }

#js_cool_promo_submit_button.m_btn {
  color: #333333 !important;
  font-weight: bold;
  background-color: #F5EDED;
  border: 2px solid #333333;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.4em 2em;
  box-shadow: none;
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    #js_cool_promo_submit_button.m_btn {
      font-size: 22px; } }
  #js_cool_promo_submit_button.m_btn:hover {
    background-color: #333333;
    color: #F5EDED !important;
    border: none; }
  #js_cool_promo_submit_button.m_btn:focus {
    background-color: #333333;
    color: #F5EDED !important;
    border: none; }

.upload_image_btn .m_btn {
  font-weight: bold;
  background-color: #F5EDED;
  border: 2px solid #333333;
  width: 200px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.4em 2em;
  box-shadow: none; }
  @media screen and (min-width: 768px) {
    .upload_image_btn .m_btn {
      font-size: 22px; } }

span.js_upload_btn_text {
  color: #333333; }

.m_btn:after {
  content: none; }

button.m_btn.m_btn_standard.js_check_conditions_from_popup, button.m_btn.m_btn_standard.js_uncheck_conditions_from_popup {
  color: #F5EDED !important; }
  button.m_btn.m_btn_standard.js_check_conditions_from_popup i, button.m_btn.m_btn_standard.js_uncheck_conditions_from_popup i {
    color: #F5EDED; }

.m_popup.x_js_share_partic_popup {
  background: rgba(0, 0, 0, 0.8) !important;
  width: calc(100% - 30px);
  color: #F5EDED; }
  @media screen and (min-width: 811px) and (max-width: 1320px) {
    .m_popup.x_js_share_partic_popup {
      width: 60%; } }
  @media screen and (min-width: 1321px) and (max-width: 2500px) {
    .m_popup.x_js_share_partic_popup {
      width: 50%; } }
  .m_popup.x_js_share_partic_popup .m_popup_header {
    display: none; }
  .m_popup.x_js_share_partic_popup .m_popup_content {
    background-color: transparent;
    padding: 2em 0; }
    .m_popup.x_js_share_partic_popup .m_popup_content h2 {
      font-size: 1em;
      color: white !important;
      font-weight: 400; }
    @media screen and (min-width: 768px) {
      .m_popup.x_js_share_partic_popup .m_popup_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .m_popup.x_js_share_partic_popup .m_popup_content .tt_participation_actions {
      text-align: center; }
    .m_popup.x_js_share_partic_popup .m_popup_content .m_header {
      display: block;
      position: relative;
      margin-bottom: 2em; }
      .m_popup.x_js_share_partic_popup .m_popup_content .m_header h1 {
        font-size: 2rem;
        text-align: center;
        color: white !important;
        text-transform: uppercase;
        position: relative;
        display: block; }
      .m_popup.x_js_share_partic_popup .m_popup_content .m_header::after {
        content: '';
        display: block;
        position: absolute;
        margin: 0 auto;
        width: 63px;
        height: 2px;
        background: white !important;
        clear: both;
        bottom: -1em;
        left: 0;
        right: 0; }
    .m_popup.x_js_share_partic_popup .m_popup_content .btn {
      box-shadow: none;
      background-color: #333333; }
      .m_popup.x_js_share_partic_popup .m_popup_content .btn i {
        color: #F5EDED; }
      .m_popup.x_js_share_partic_popup .m_popup_content .btn::after {
        content: none; }
      .m_popup.x_js_share_partic_popup .m_popup_content .btn:hover {
        background-color: #F5EDED;
        color: #333333; }
      .m_popup.x_js_share_partic_popup .m_popup_content .btn:hover i {
        color: #333333; }
    .m_popup.x_js_share_partic_popup .m_popup_content .m_url_btn .url_share_link {
      background-color: #F5EDED;
      color: #333333;
      font-size: 1.5rem;
      text-decoration: none;
      text-align: left;
      border: 1px solid #F5EDED; }
    .m_popup.x_js_share_partic_popup .m_popup_content .m_url_btn .m_btn {
      margin-bottom: 0;
      background-color: #333333;
      color: #F5EDED !important;
      border: 1px solid #333333;
      padding: 0 1em;
      text-decoration: none;
      font-size: 1.5rem;
      text-transform: uppercase;
      border-radius: 0; }

.m_popup.js_fan_us {
  height: auto; }
  .m_popup.js_fan_us .m_popup_header {
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .m_popup.js_fan_us .m_popup_header p {
      font-size: 1.5rem;
      text-align: center;
      color: #F5EDED;
      text-transform: uppercase;
      position: relative;
      display: block; }
  .m_popup.js_fan_us .m_popup_content {
    text-align: center;
    max-height: 25vh; }
    .m_popup.js_fan_us .m_popup_content .m_option {
      margin: 0 auto; }
    .m_popup.js_fan_us .m_popup_content a.twitter-follow-button {
      color: #B4B4B4 !important; }
  .m_popup.js_fan_us .m_popup_footer {
    background-color: #F5EDED;
    max-height: 20vh; }
    .m_popup.js_fan_us .m_popup_footer .m_btn {
      background-color: #333333;
      line-height: 1.5em;
      padding: 0.4em 2em;
      box-shadow: none;
      border: 2px solid #333333; }
      @media screen and (min-width: 768px) {
        .m_popup.js_fan_us .m_popup_footer .m_btn {
          font-size: 22px; } }
      .m_popup.js_fan_us .m_popup_footer .m_btn span {
        color: #F5EDED;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase; }
      .m_popup.js_fan_us .m_popup_footer .m_btn:hover {
        background-color: #F5EDED;
        color: #333333;
        border: 2px solid #333333; }
        .m_popup.js_fan_us .m_popup_footer .m_btn:hover span {
          color: #333333;
          text-decoration: none !important; }

/* FADE */
.fadeOut {
  opacity: 0 !important; }

.fadeIn {
  opacity: 1 !important; }

/* OVERWRITE */
.ui-datepicker {
  max-width: 290px !important; }

.wizard > .actions > ul li {
  margin: auto; }

.wizard > .content > .body {
  width: auto !important;
  height: auto !important; }

.wizard > .actions a {
  min-width: 200px;
  padding: 0.3em 2em 0.2em;
  border-radius: 4px;
  font-size: 22px; }
  .wizard > .actions a:hover {
    color: #333333 !important; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/*Questions Form*/
.m_figure_options_values {
  background-color: #F5EDED; }

.m_options {
  background-color: #F5EDED;
  border-color: transparent; }

.m_options_list_input {
  background-color: #F5EDED;
  border-color: transparent; }

.m_option .m_option_label,
.m_option_label {
  color: #333333;
  background-color: #F5EDED !important;
  border-radius: 5px !important;
  border: 2px solid #333333; }
  .m_option .m_option_label:hover,
  .m_option_label:hover {
    background-color: #333333 !important;
    color: #F5EDED !important;
    border: 2px solid #333333; }
  .m_option .m_option_label:after,
  .m_option_label:after {
    background-color: #333333 !important;
    color: #F5EDED !important;
    border: none; }

.m_option_input:hover {
  color: #F5EDED !important;
  background-color: #333333 !important;
  border: 2px solid #333333; }

.m_option_input:checked + .m_option_label {
  color: #F5EDED !important;
  background-color: #333333 !important;
  border: 2px solid #333333; }

.m_option_label:checked {
  color: #F5EDED !important;
  background-color: #333333 !important;
  border: 2px solid #333333; }

/*QUESTIONS FORM*/
/* ****************************** */
/* ****************************** */
/* HOME                           */
/* ****************************** */
/* ****************************** */
.home_layout .legal_row,
.home_layout .actions_row,
.home_layout .details_row,
.home_layout .tac_row,
.home_layout .section:not(:nth-child(2)) {
  display: none !important; }
.home_layout .header_section .m_banner {
  border-bottom: 0; }
.home_layout .header_section .participate_row {
  display: none !important; }
.home_layout > div, .home_layout > div .action_row {
  background-color: transparent; }
.home_layout .m_header_title {
  border-bottom: 0;
  padding-bottom: 0; }

.star_row {
  text-align: center;
  font-size: small; }
  @media screen and (min-width: 768px) {
    .star_row {
      font-size: larger; } }

.star_numbers_row ul {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .star_numbers_row ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .star_numbers_row ul li label {
    font-size: 18px;
    padding: 0.5em;
    margin-bottom: 0.5em; }

.star-off-png,
.star-on-png {
  color: #333333; }

li.star_number {
  margin-right: 5px; }

.only_image,
.m_figure_content {
  background-color: #F5EDED !important; }

.only_image .m_figure_img {
  margin-left: 0.5em; }

.m_option:after,
.m_option_label:after {
  background-color: transparent; }

.form_fields .form_input input, .form_fields .form_input textarea {
  font-size: 1em;
  font-weight: 500; }

.video_options a {
  font-size: 1em; }

.m_form_actions_content {
  background-color: transparent; }

.form_fields.form_row.row.bg_center.clearfix.bg_center.align-items-start.background_image.old_row .row {
  padding: 0; }

.form_fields .form_input span input {
  color: gray !important; }

.form_fields .form_select .select_label span {
  color: gray !important; }

.form_fields .form_select option {
  color: gray !important; }

.select2-container .select2-choice > .select2-chosen {
  color: gray !important; }

.select2-container .select2-choice abbr {
  color: gray !important; }

.select2-results .select2-result-label {
  color: gray; }

.responsive_select .select_content {
  background-color: white !important; }

.actions_section .form_fields {
  padding: 0; }
.actions_section .form_checkbox .checkbox {
  margin: 0; }
.actions_section .form_checkbox {
  margin-bottom: 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .actions_section .form_checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-top: 18px; }
  .actions_section .form_checkbox a {
    font-weight: 500;
    font-size: 12px; }

.form_fields.select_row.js_quizz_select_autocomplete.autocomplete_select {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .form_fields.select_row.js_quizz_select_autocomplete.autocomplete_select {
      margin-left: 5em;
      text-align: left; } }
  .form_fields.select_row.js_quizz_select_autocomplete.autocomplete_select .select2-container {
    width: 270px; }

.aspect-ratio {
  position: relative; }
  .aspect-ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .aspect-ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

.m_header_step > * {
  padding-top: 4px; }

@media only screen and (max-width: 560px) {
  .m_header_step {
    padding-left: 50px; } }
.m_header_step:before {
  font-size: 2.3em;
  min-height: 35px;
  min-width: 35px;
  line-height: 35px; }

.m_figure_content .m_figure_img, .m_figure_content .m_figure_framed {
  position: relative;
  width: 100%; }
  .m_figure_content .m_figure_img:before, .m_figure_content .m_figure_framed:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .m_figure_content .m_figure_img > *, .m_figure_content .m_figure_framed > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

/* ****************************** */
/* ****************************** */
/* BUTTONS                        */
/* ****************************** */
/* ****************************** */
.wizard > .content > .body input {
  border-radius: 0; }

.wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error) {
  border-radius: 0;
  padding: 0.7em; }
  @media screen and (min-width: 561px) {
    .wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error) {
      padding: 0.5em; } }
  .wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error):after {
    content: none; }
  .wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error).step_error {
    color: red !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border: 0;
    width: 100%; }

/* ****************************** */
/* ****************************** */
/* WIZARD                         */
/* ****************************** */
/* ****************************** */
/* Question with background image */
.question_bg {
  background-size: cover; }
  .question_bg .wrapper_row {
    background-image: none !important;
    background-color: transparent;
    line-height: 1.42 !important; }
  .question_bg .m_header_step {
    background-color: #F5EDED; }
    .question_bg .m_header_step h1 {
      color: #B4B4B4 !important;
      padding: 1em 0;
      font-size: 1em; }
  .question_bg .row {
    background-color: transparent !important; }

.question_bg label.m_option_label {
  background-color: #F5EDED !important;
  color: #333333;
  border: 2px solid #333333;
  border-radius: 5px !important; }
  .question_bg label.m_option_label:hover {
    background-color: #333333 !important;
    color: #F5EDED !important;
    border: 2px solid #333333; }

.wizard > .content > .body.question_bg input:checked ~ label {
  background-color: #333333;
  color: #F5EDED; }

/* WIZARD SIMPLE */
.wizard > .steps {
  padding-top: 2em; }
  @media screen and (min-width: 768px) {
    .wizard > .steps {
      padding: 2em 0 0 1em; } }

.wizard {
  padding-bottom: 20px;
  /* ACTIONS ROW */
  /* Answers with image */ }
  .wizard .steps ul {
    list-style: none !important;
    padding: 0;
    margin: 0 auto;
    display: table;
    position: relative;
    float: none; }
    .wizard .steps ul li a {
      border-radius: 0;
      background-color: transparent; }
      .wizard .steps ul li a:hover {
        border-radius: 0; }
  .wizard [data-step] {
    padding-left: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 561px) {
      .wizard [data-step] {
        margin-bottom: 28px; } }
    .wizard [data-step]::before {
      content: none; }
  .wizard .m_options {
    background-color: transparent;
    border: 0;
    padding-bottom: 0;
    padding-top: 0; }
    @media screen and (min-width: 561px) {
      .wizard .m_options {
        padding-top: 15px; } }
    .wizard .m_options ul {
      margin: 0 auto;
      max-width: 90%;
      padding-bottom: 0; }
      .wizard .m_options ul:after {
        content: none; }
      .wizard .m_options ul li {
        vertical-align: top;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px; }
        @media screen and (min-width: 768px) {
          .wizard .m_options ul li {
            width: calc(50% - 30px);
            margin-right: 10px; }
            .wizard .m_options ul li:nth-child(2n) {
              margin-right: 0; } }
  .wizard .actions {
    width: 100%;
    margin: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .wizard .actions {
        width: calc(100% - 1em);
        margin: 0 0.5em; } }
  .wizard .actions ul {
    margin: 0;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .wizard .actions ul {
        margin: 0 auto;
        float: none;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .wizard .actions ul li.disabled {
      display: none; }
    .wizard .actions ul li:not(.disabled) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      clear: both;
      margin-left: 1em;
      margin-right: 1em;
      width: calc(100% - 2em); }
      .wizard .actions ul li:not(.disabled) a {
        display: block;
        padding-left: 1em !important;
        padding-right: 1em !important;
        text-align: center;
        margin-top: 0;
        text-transform: uppercase;
        height: 32px;
        background-color: #333333;
        color: #F5EDED !important;
        border-radius: 5px;
        border: 2px solid #333333; }
        @media screen and (min-width: 768px) {
          .wizard .actions ul li:not(.disabled) a {
            margin-top: 2em; } }
        .wizard .actions ul li:not(.disabled) a:hover {
          background-color: #F5EDED;
          color: #333333 !important;
          border: 2px solid #333333; }
  .wizard > .content > .body > div:not(.form_fields) input:not([type='text']) {
    opacity: 0; }
  .wizard .form_fields .form_input span {
    border-radius: 0; }
  .wizard .m_options_list_figure {
    background-image: none; }
    .wizard .m_options_list_figure .m_badge {
      background-image: none; }
      @media screen and (min-width: 561px) {
        .wizard .m_options_list_figure .m_badge {
          display: none; } }
  .wizard .m_options_list_separator {
    display: none; }
  .wizard .m_options_list_item {
    display: inline-block;
    height: auto !important; }
    @media screen and (min-width: 561px) {
      .wizard .m_options_list_item {
        width: 50% !important; } }
  .wizard .m_options_list_figure,
  .wizard .m_options_list_input {
    padding-right: 0;
    clear: right;
    display: block;
    width: auto; }
  .wizard .m_options_list_input {
    padding-left: 0;
    border: 0;
    background-color: transparent;
    margin-top: 10px; }
    .wizard .m_options_list_input .m_option {
      margin-top: 20px; }
    .wizard .m_options_list_input .image_description {
      position: absolute;
      top: -10px;
      margin: 0 auto;
      display: block;
      width: 100%;
      font-size: 0.7em; }

/* Question with banner */
.m_figure_options_values::after {
  content: none; }

.m_figure_options_content {
  margin-top: 2em; }

.m_figure_options_content .m_badge {
  display: none; }

/* Feedback  */
.js_answer_ok, .js_answer_ko {
  line-height: 1em;
  font-size: 1.2em; }

.wizard > .content > .body .js_quizz_question_ok label.m_option_label,
.wizard > .content > .body.question_bg .js_quizz_question_ok label.m_option_label {
  background-color: #7ec16e !important;
  color: white !important; }

.wizard > .content > .body .js_quizz_question_ko label.m_option_label,
.wizard > .content > .body.question_bg .js_quizz_question_ko label.m_option_label {
  background-color: #cc6363 !important;
  color: white !important; }

/* ERRORS */
.question_bg .step_error:empty {
  background-color: transparent !important; }

label.step_error {
  color: red !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  border: 0;
  width: 100%;
  line-height: 11px; }

.form_input > span {
  position: relative; }

.form_fields .form_input span,
.select {
  background-color: transparent;
  padding: 0;
  border: 0; }

/* ****************************** */
/* ****************************** */
/* SCORES                         */
/* ****************************** */
/* ****************************** */
.part_mine .section .entry_row {
  display: none; }

.m_message::after {
  content: none; }

.coupon,
.full_section,
#new_participation,
.section,
.activity_row,
.m_summary_description::before {
  background-color: transparent !important; }

.m_ribbon_text,
.m_ribbon_text span {
  width: auto; }

.m_ribbon_text {
  margin-top: 40px; }
  @media screen and (min-width: 561px) {
    .m_ribbon_text {
      margin-top: 0; } }

/* ****************************** */
/* ****************************** */
/* GENERAL                        */
/* ****************************** */
/* ****************************** */
.section {
  padding-left: 15px;
  padding-right: 15px; }

.m_powered_by {
  font-size: 0.8em;
  line-height: 1em; }

.m_header_step {
  margin-left: 0;
  margin-right: 0; }
  .m_header_step:before {
    color: #F5EDED; }

.form_layout .row {
  padding-left: 0;
  padding-right: 0; }

.form_layout .m_header_guide {
  display: none; }

.footer_powct {
  background-color: transparent !important; }

.quiz_questions_on_personal_data section {
  margin-top: 26px; }
.quiz_questions_on_personal_data .m_header_step {
  margin: 0 !important;
  font-size: 1rem !important;
  text-align: left !important;
  min-height: inherit; }
  .quiz_questions_on_personal_data .m_header_step label.step_error {
    bottom: -87px; }
  .quiz_questions_on_personal_data .m_header_step h1 {
    font-size: inherit !important;
    text-transform: capitalize !important;
    text-align: left !important;
    color: #666 !important;
    padding: 0 !important; }
.quiz_questions_on_personal_data .form_fields {
  max-width: 100%; }

.wizard > .actions a {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .wizard > .actions a {
      max-width: 210px; } }

.wizard > .steps .disabled
a {
  background: #F5EDED;
  border: 1px solid #333333;
  border-radius: 3px; }
  .wizard > .steps .disabled
  a:hover {
    background: #333333; }
  .wizard > .steps .disabled
  a span {
    color: #333333; }
  .wizard > .steps .disabled
  a:hover span {
    color: #F5EDED; }

.wizard > .steps .current a {
  background-color: #333333;
  border-radius: 3px; }

.wizard > .steps .done a {
  background-color: #333333;
  border-radius: 3px; }

.wizard > .steps .done .number {
  color: #B59F9F !important; }

.wizard > .steps .current .number {
  color: #F5EDED !important; }

.m_header_step > * {
  font-weight: 700;
  text-align: center; }

.m_popup {
  background-color: #F5EDED !important; }

#auth_popup, #my_part_auth_popup {
  width: calc(100% - 30px);
  max-width: 720px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0; }
  @media screen and (min-width: 768px) {
    #auth_popup, #my_part_auth_popup {
      width: 100%; } }
  #auth_popup .m_popup_content, #my_part_auth_popup .m_popup_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
  #auth_popup .m_popup_header, #my_part_auth_popup .m_popup_header {
    font-size: 2em;
    padding: 0.8em;
    line-height: 1;
    width: 100%;
    border-radius: 0;
    text-align: center; }
  #auth_popup .m_popup_text, #my_part_auth_popup .m_popup_text {
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 0px;
    height: auto;
    overflow: hidden; }
    #auth_popup .m_popup_text .common-btn, #my_part_auth_popup .m_popup_text .common-btn {
      margin-top: 1em;
      margin-bottom: 1em; }
      #auth_popup .m_popup_text .common-btn .common-bg span, #my_part_auth_popup .m_popup_text .common-btn .common-bg span {
        margin-top: 0;
        line-height: 3; }

.upload_image_btn .m_btn span svg {
  fill: #333333 !important; }

.m_figure_options_content .m_figure .m_figure_viewport .m_figure_content_image .m_figure_img {
  margin: 0 auto; }

.youtube .fa, .vimeo .fa, .vine .fa, .video .fa {
  color: #B4B4B4; }
