/*
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    Frederic Moreau
 *  @copyright 2019 - 2023 BeComWeb
 *  @license   LICENSE.txt
 */
/* Header */
#survey_header {
  margin-bottom: 30px;
}

#survey_description {
  padding: 40px 40px 30px 40px;
  background: #071C2E;
  color: #FFF;
  font-size: 15px;
  line-height: 160%;
}

#survey_description p:last-child, #survey_description li:last-child {
  margin-bottom: 0;
}

#survey_slider_start_button_wrapper {
  background: #071C2E;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #survey_description {
    padding: 0 40px 20px 40px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  #survey_slider_start_button_wrapper {
    background: none;
    padding-bottom: 0;
    margin-top: 28px;
  }
}
/* Slider (specific rules) */
#survey_slider {
  margin-bottom: 35px;
}
#survey_slider .slick-track {
  display: flex;
}
#survey_slider #survey_intro_slide {
  align-self: center;
  text-align: center;
} 
#survey_slider #survey_title, 
.survey_step_title,
#survey_recommendation_title {
  color: #07172E;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  margin-bottom: 10px;
}

#survey_slider #survey_slider_start_button {
  color: #071C2E;
}
@media screen and (min-width: 768px) {
  #survey_slider #survey_title {
    background: #07172E;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0;
    padding: 20px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .survey_step_title {
    background: #07172E;
    color: #FFF;
    margin-bottom: 0;
    padding-top: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  #survey_recommendation_title {
    background: #07172E;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  #survey_slider #survey_slider_start_button {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 70px;
  }
  #survey_slider #survey_slider_start_button:hover {
    color: #F66C1A;
  }
}

#survey_recommendation_products {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (min-width: 576px) {
  #survey_recommendation_products {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #survey_recommendation_products {
    margin-top: 40px;
  }
}
.survey_recommendation_product_item {
  width: 100%;
  padding-inline: 35px;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .survey_recommendation_product_item {
    max-width: 50%;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .survey_recommendation_product_item {
    max-width: 33.3333%;
  }
}
.survey_recommendation_product_item .product-miniature__actions .btn {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #survey_slider {
    padding: 0 30px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  #survey_slider {
    max-width: 810px;
    margin: auto;
    margin-bottom: 115px;
  }
}
#survey_slider .survey_slider_restart {
  text-align: center;
  margin: 30px auto 50px auto;
  width: fit-content;
}
#survey_slider .survey_slider_restart button {
  display: flex;
  align-items: center;
}
#survey_slider .survey_slider_restart i {
  font-size: 18px;
  margin-right: 5px;
}
#survey_slider .survey_slider_previous {
  margin: 20px 0 0;
}
#survey_slider .survey_slider_previous button {
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
}
#survey_slider .survey_slider_previous button:hover {
  background: none;
  color: #F66C1A;
}
#survey_slider .survey_slider_previous button i {
  font-size: 15px;
  font-weight: 600;
  margin-right: 5px;
}

/* Steps (questions) */
.survey_step .survey_step_content {
  background: #07172E;
  padding: 30px 55px 35px 55px;
}
@media screen and (min-width: 768px) {
  #survey_slider .survey_slider_restart {
    margin: 0px auto; 
  }
  #survey_slider .survey_slider_previous {
    margin: 40px 0 0;
  }
  .survey_step .survey_step_content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .survey_question_answers {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}

.survey_step:not(:first-child) {
  margin-top: 30px;
}

.survey_step .survey_question_answers {
  /* Radio buttons */
  /* Dropdown */
}
.survey_step .survey_question_answers label {
  color: #FFF;
  font-size: 15px;
  line-height: 230%;
  margin: 0;
}
.survey_step .survey_question_answers .survey_step_radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .survey_step .survey_question_answers .survey_step_radio {
    position: relative;
    margin-right: 70px;
  }
  .survey_step .survey_question_answers .survey_step_radio:last-child {
    margin-right: 0;
  }
  .survey_step .survey_question_answers .survey_step_radio:hover {
    cursor: pointer;
  }
  .survey_step .survey_question_answers .survey_step_radio:hover .survey_answer_label {
    color: #F66C1A;
    border-color: #F66C1A;
    transition: all 0.3s ease-in-out;
  }
}

.survey_step .survey_question_answers .survey_step_radio .radio {
  min-height: unset;
  height: auto;
  margin-right: 8px;
}
.survey_step .survey_question_answers .survey_step_radio .radio span {
  position: static;
  border-radius: 50%;
  border: 1px solid #888;
}
.survey_step .survey_question_answers .survey_step_radio .radio.hover span, .survey_step .survey_question_answers .survey_step_radio .radio.focus span,
.survey_step .survey_question_answers .survey_step_radio .radio span.checked {
  background-color: #888 !important;
  background-image: none;
  box-shadow: inset 0 0 0 2px #fff;
}
.survey_step .survey_question_answers .survey_step_radio > input[type="radio"] {
  /* only if theme doesnt use JQuery Uniform */
  margin: 0 8px 0 0;
}
@media screen and (min-width: 768px) {
  .survey_step .survey_question_answers label {
    font-size: 12px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #FFF;
  }
  .survey_step .survey_question_answers .survey_step_radio > input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    visibility: hidden;
  }
}
.survey_step .survey_question_answers .survey_step_radio label:hover {
  cursor: pointer;
}
.survey_step .survey_question_answers .survey_answer_dropdown {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  color: #555;
  margin: 0;
  background: #fbfbfb;
  border: 1px solid #eee;
}
.survey_step .survey_question_answers .survey_answer_dropdown:focus {
  box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.25);
  outline: none;
}

/* Recommendations */
#survey_body #survey_recommendation {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.25);
}

/* Alerts */
#survey_recommendation .pas_alert {
  background: #071C2E;
  border-radius: 0;
  border: none;
  padding: 10px;
  margin-bottom: 0;
}
#survey_recommendation .pas_alert:before {
  display: none;
}
#survey_recommendation .pas_alert a {
  color: inherit;
}
#survey_recommendation .pas_alert img {
  display: block;
  max-width: 100%;
  height: auto;
}
#survey_recommendation .pas_alert p {
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  line-height: 160%;
}
#survey_recommendation .pas_alert p:last-child {
  margin-bottom: 0;
}
#survey_recommendation .pas_alert li {
  margin: 0 0 0.25em;
}
#survey_recommendation .pas_alert h1 {
  font-size: 180%;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0;
}
#survey_recommendation .pas_alert h2 {
  font-size: 160%;
  margin: 0 0 0.5em;
  padding: 0;
}
#survey_recommendation .pas_alert h3 {
  font-size: 140%;
  margin: 0 0 0.5em;
  padding: 0;
}
#survey_recommendation .pas_alert h4 {
  font-size: 120%;
  margin: 0 0 0.5em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #survey_recommendation .pas_alert {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px;
  }
  #survey_recommendation .pas_alert p {
    text-align: center;
    font-size: 12px;
    line-height: 132%;
  }
}

/* Misc */
.survey_slide:focus, .survey_step:focus, .survey_step *:focus {
  outline: none;
}

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