/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url(//psality.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot);
  src: url(//psality.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot?#iefix)
      format("embedded-opentype"),
    url(//psality.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.ttf)
      format("truetype"),
    url(//psality.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff)
      format("woff"),
    url(//psality.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.svg#ETmodules)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

html {
  background-color: white !important;
}
:root {
  --main-border-color: rgb(229 231 235);
  --invalid-form: rgb(248 113 113);
  --focused-border: 1px solid rgb(219 234 254);
  --focused-box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3),
    0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
}
/* iframe data-hipay-id="hostedfield-iframe" */

iframe[data-hipay-id="hostedfield-iframe"]:not(#payment-form iframe) {
  display: none !important;
}

/*form styles*/
#b5pt_form {
  width: auto;
  margin: 50px auto;
  position: relative;
}
#b5pt_form .b5pt_questions {
  background: white;
  border: 0 none;
  border-radius: 3px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  /*flex-direction: row;
    display: flex;
    flex-wrap: wrap;*/
  /*stacking fieldsets above each other*/
}
/*Hide all except first fieldset*/
#b5pt_form .b5pt_questions:not(:first-of-type) {
  display: none;
}
#b5pt_form .b5pt_questions fieldset {
  border: 0 none;
  list-style: none;
  /*flex: 0 0 31.333333%;
    margin: auto;*/
}
/*buttons*/
#b5pt_form .action-button {
  width: 100px;
  background: #67d5bf;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#b5pt_form .action-button:hover,
#b5pt_form .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #67d5bf;
}
/*headings*/
.fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #63a2cb;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 1.2em;
  color: #666;
  margin-bottom: 15px;
}
/*b5pt_form_progressbar*/
#b5pt_form_progressbar {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

#b5pt_form_progressbar .pb_inner {
  height: 24px;
  width: 0%;
  background: #5f6bb0;
  transition: all 0.5s ease;
}

.help-block {
  font-size: 0.8em;
  color: #7c7c7c;
  text-align: left;
  margin-bottom: 0.5em;
}
#custom-test-sec .qsm-featured-image,
#cdlr-test .qsm-featured-image {
  display: none !important;
  opacity: 0 !important;
  position: absolute !important;
  user-select: none;
  z-index: -99999999999;
}
/** b5pt_form_radios */
.b5pt_form_radios {
  position: relative;
  width: 100%;
  margin: 1em auto;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-size: 0.8em;
}

.b5pt_form_radios .choice {
  display: flex;
  flex-direction: row-reverse;
}

.b5pt_form_radios .choice label {
  margin-left: 5px;
}

div[id*="simpay-overlay-form-wrap-"] {
  display: none;
}

.b5pt-alert {
  padding: 10px 30px;
  border-radius: 15px;
  margin: 15px 0;
}

.b5pt-alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.b5pt-alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.print-results {
  color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #7f8dff;
  padding: 10px;
  cursor: pointer;
}

.main-chart {
  min-height: 500px;
  min-width: 500px;
}
.main-chart .apexcharts-canvas {
  margin: 0 auto;
}

.simpay-address-billing-container-label,
.simpay-address-street-container,
.simpay-address-city-container,
.simpay-address-state-container,
.simpay-address-zip-container {
  display: none !important;
}

.simpay-address-country-container {
  float: none !important;
  width: 100% !important;
}

@media print {
  .print-results {
    display: none;
  }

  .apexcharts-svg {
    transform: scale(0.5);
    display: block;
    margin: auto;
  }
}

.modal-hipay-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000060;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99998;
}

.modal-hipay {
  position: relative;
  background-color: white;
  /* height: 492px; */
  max-width: 729px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

/* .modal-hipay::after {
  content: attr(data-value);
  display: block;
  position: absolute;
  background: #f8f9fa;
  padding: 25px;
  font-weight: bold;
  color: #666;
  font-size: 13px;
  background: url(https://psality.com/wp-content/uploads/2022/07/secure-payment-logo@2x.5c32704.webp)
    no-repeat 10px #f8f9fa;
  font-family: arial;
  background-size: 50px;
  padding-left: 75px;
  border-radius: 0px 0px 10px 10px;
} */

.modal-hipay-content {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 2vw;
  overflow-y: scroll;
  height: 477px;
}

.modal-hipay .header .title {
  font-size: 28px;
  font-weight: bold;
  margin: auto;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  text-align: center;
  margin: auto 30px;
  margin-bottom: 9px;
}

.modal-hipay .header .subtitle {
  padding-bottom: 0;
  font-size: 13px;
  color: #666;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  text-align: center;
  line-height: 23.8px;
  font-weight: 500;
}

.modal-hipay .close-icon {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: absolute;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #a6a6a6;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 9999;
}

.modal-hipay .header {
  position: relative;
}

.modal-hipay .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  gap: 0.75rem;
}

.modal-hipay .content .alert-danger {
  font-family: "Poppins", sans-serif;
  color: rgb(220 38 38);
  font-size: 12px;
}

.modal-hipay .content .split-input {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.modal-hipay .content .flex-input {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.modal-hipay .content .input-container {
  display: flex;
  flex-direction: column;
}

.modal-hipay .content .input-container.cc-mail {
  display: flex;
  flex-direction: column;
}

.modal-hipay .content .input-container.cc-cvc {
  min-width: 50px;
  width: 23%;
}

.modal-hipay .content .input-container.cc-exp {
  min-width: 75px;
  width: 25%;
}

.modal-hipay .content .input-container.cc-number {
  min-width: 57%;
  width: 57%;
}

.modal-hipay .content .input-container label {
  font-size: 14px;
  padding-left: 1px;
  font-weight: 400;
  color: hsla(0, 0%, 10%, 0.7);
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 5px;
  display: inline-block;
}

/* Input */
.hostedfield {
  height: 2.25rem;
  width: "100%";
  border: 1px solid var(--main-border-color);
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  outline: none;
  font-family: "Poppins", sans-serif;
}

/* When input is focused it apply style to the parent div */
.HiPayField--focused {
  border: var(--focused-border) !important;
  box-shadow: var(--focused-box-shadow);
}

/* When input is invalid it apply style to the parent div */
.HiPayField--invalid {
  color: var(--invalid-form);
  border: 1px solid var(--invalid-form);
}

.modal-hipay .content .bottom-content {
  display: flex;
  flex-direction: column;
  margin: -10px 0;
  width: 100% !important;
}

.country-selector {
  display: none !important;
}

.modal-hipay .content .price-container > p {
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #666;
  margin: 0 0 9px 0;
}

.modal-hipay .content .bottom-content .checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;

  align-items: center;
}

.modal-hipay .content .bottom-content .checkbox-container input {
  display: none;
}

.modal-hipay .content .bottom-content .checkbox-container .checkbox {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  position: relative;
}

/* .modal-hipay .content .bottom-content .checkbox-container .checkbox .checkmark {
  margin: 0.2rem;
  display: block;
  background-color: #60a5fa;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: scale(0);
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border-radius: 0.125rem;
} */
/* CHECKMARK -> CROSS*/
.modal-hipay .content .bottom-content .checkbox-container .checkbox .checkmark {
  transform: none !important;
  display: block;
  transition-property: all;
  transition-duration: 100ms;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transform: rotate(45deg) scale(0) !important;
  height: 12px !important;
  width: 5px;
  position: absolute;
  top: 0px;
  left: 4px;
  border-bottom: 3px solid #5f6bb0;
  border-right: 3px solid #5f6bb0;
}

.modal-hipay
  .content
  .bottom-content
  .checkbox-container
  input:checked
  ~ div
  .checkmark {
  transform: rotate(45deg) scale(1) !important;
}

.modal-hipay .content .bottom-content .checkbox-container .text {
  font-family: "Poppins", sans-serif;
  user-select: none;
  -moz-user-select: none;
  margin: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;

  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.modal-hipay .footer {
  margin-top: 1.5rem;
}

.modal-hipay .footer .payment-button {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: normal;
  background: #7f8dff;
  background-image: none;
  display: block;
  line-height: 1.5;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-hipay .footer .payment-button:disabled {
  cursor: pointer;
}

.focus-visible-only:focus-visible {
  border: 1px solid rgb(219 234 254);
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
}

.cgu-text-modal-hipay {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 5px;
  display: block !important;
  background: rgba(31, 38, 51, 0.04);
  font-size: 9px;
  color: #938e8e;
  margin-bottom: 20px;
  margin-top: 16px;
  line-height: 160%;
}

@media (max-width: 1200px) {
  .modal-hipay-content {
    height: 455px;
  }
}

@media (max-width: 532px) {
  .modal-hipay-content {
    height: 480px;
  }
}

@media (max-width: 470px) {
  .modal-hipay-content {
    padding-top: 4vw;
    height: 575px;
  }
}

/* @media (max-width: 412px) {
  .modal-hipay-content {
    height: 570px;
  }
}
 */
.payment-secure-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000060;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99998;
}
.payment-secure {
  position: relative;
  background-color: white;
  height: 492px;
  max-width: 729px;
  border-radius: 10px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

.close-icon-secure {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: absolute;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #a6a6a6;
  right: 0;
  top: -10;
  cursor: pointer;
}

/* CUSTOM RAYAN */
.others {
  display: none;
}
.qmn_radio_answers {
  border-radius: 30px !important;
}
#mlw_error_message_bottom {
  width: 75% !important;
  margin: 0 auto;
}
.qmn_error {
  border: 1px solid #da4f49;
  background: #f2dede !important;
}
.mlwRequiredRadio {
  border: none !important;
}
#mlw_error_message {
  display: none !important;
}
.simpay-checkout-form--overlay.simpay-styled {
  margin-top: 0px !important;
}
div[id*="simpay-overlay-form-wrap-"] {
  display: none;
}
.mlw_qmn_new_question,
.quiz_section .mlw_qmn_question.qsm_remove_bold {
  text-align: left;
}
.quiz_section .mlw_qmn_question.qsm_remove_bold {
  width: 85% !important;
  margin: 0 auto;
}
.quiz_section .mlw_qmn_question.qsm_remove_bold p {
  font-size: 16px;
  font-style: italic;
}
#page-container {
  background: white;
}
.quiz_begin {
  display: none;
  height: 0px;
  padding: 0px;
  margin: 0px;
}

/* HEADER */

#page-container {
  overflow-x: hidden;
}
#et-boc {
  overflow: hidden !important;
}

/* .red-bef::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #ffb1b1;
  height: 24px;
  width: 100%;
  z-index: -1;
  bottom: 15px;
} */
.progressbar-text,
.qsm-progress-bar,
.mlw_qmn_timer {
  display: none !important;
}
.qsm-hint {
  display: none !important;
  pointer-events: none !important;
  position: absolute !important;
}
/* FORM PAYMENT */
.simpay-checkbox-container {
  margin-top: 25px;
}
.subtitle {
  color: #5f6bb0 !important;
  text-align: center !important;
}
.simpay-form-control h1 {
  text-align: center !important;
  color: #5f6bb0 !important;
  font-weight: bold !important;
  font-size: 30px !important;
}
.simpay-address-city-container,
.simpay-address-street-container,
.simpay-address-zip-container,
.simpay-address-state-container,
.simpay-billing-address-container,
.simpay-coupon-container {
  display: none;
}
.simpay-address-country-container {
  float: none !important;
  width: 100% !important;
}
.simpay-name-container {
  width: 45% !important;
  float: left !important;
}
.simpay-email-container {
  width: 45% !important;
  float: right !important;
}
.big_price {
  font-weight: bold;
  font-size: 35px;
  color: #ff4b36;
}
.more_text {
  font-weight: lighter !important;
  margin-top: 20px !important;
}
.title_form {
  margin: 30px 0;
}
.title_form p {
  font-size: 18px;
  color: #707070;
}
.more_text strong {
  font-weight: 500 !important;
}
.simpay-styled .simpay-form-control legend {
  display: none !important;
}
.simpay-modal-overlay-close {
  backdrop-filter: blur(5px);
  background: #ffffff4f;
}
.simpay-payment-btn {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 10px;
  font-size: 17px;
  padding: 5% 2%;
  width: 600px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  background-color: #5f6bb0;
  background-image: unset;
}
.simpay-payment-btn span {
  background: unset;
  font-size: 30px;
  height: auto;
  box-shadow: unset;
  background-image: unset;
}
.simpay-payment-btn:hover {
  border: 2px solid #402c70 !important;
  background-image: unset;
  background-color: #ffffff !important;
  transition: background-color 500ms ease-in-out;
}
.simpay-payment-btn:hover > span {
  color: #402c70 !important;
  background-image: unset;
  background-color: #ffffff !important;
}
.simpay-overlay-form-wrap {
  text-align: center;
  margin: 20% 0;
}
/* CSS For POP-UP Payment */
.simpay-address-country-container {
  display: none;
}
.simpay-modal__body {
  max-width: 760px;
  border-radius: 50px;
  overflow-y: hidden;
}
.simpay-modal__content {
  margin-top: 0px;
  border-radius: 50px;
  padding: 30px 80px;
  height: 75vh;
  overflow: hidden visible;
  background: transparent !important;
}
.simpay-modal-control-close {
  top: 20px;
  right: 30px;
  font-size: 25px;
}
.simpay-styled .simpay-form-control input[type="text"],
.simpay-styled .simpay-form-control input[type="email"],
.simpay-styled .simpay-form-control .simpay-card-wrap,
.simpay-styled .simpay-form-control select {
  border-bottom: 3px solid #e2f8fd;
  box-shadow: unset;
}
.simpay-styled .simpay-form-control input[type="text"]:focus,
.simpay-styled .simpay-form-control input[type="email"]:focus,
.simpay-styled .simpay-form-control .simpay-card-wrap:focus,
.simpay-styled .simpay-form-control select:focus {
  box-shadow: unset;
}

.simpay-form-title {
  display: none;
}
.indications {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.indications img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#b5pt-timer {
  display: none !important;
}
.header_form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.header_form p {
  font-weight: 300;
  font-size: 18px;
  color: #5f6bb0;
  text-align: center;
}
.simpay-checkbox-wrap label {
  font-size: 16px;
}

.simpay-checkout-btn {
  color: #ffffff !important;
  border: 2px solid transparent !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
  background-color: #5f6bb0 !important;
  width: 50% !important;
  margin: 20px auto !important;
  border-radius: 29px !important;
  text-transform: initial !important;
  font-size: 17px !important;
  transition: all 0.5s ease-in-out;
}
.simpay-checkout-btn:focus {
  box-shadow: unset !important;
}
.simpay-checkout-btn:hover {
  color: #5f6bb0 !important;
  background-color: white !important;
  border: 2px solid #5f6bb0 !important;
  transition: all 0.5s ease-in-out;
}
.simpay-checkout-form--overlay.simpay-styled a {
  color: #4e4e4e !important;
  font-weight: 600 !important;
}
.simpay-styled .simpay-form-control label {
  color: #707070 !important;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
}
.simpay-checkout-form--overlay.simpay-styled {
  padding: 0 0px !important;
}
.simpay-modal {
  background: #e2f8fd41 !important;
  backdrop-filter: blur(10px) !important;
}
.simpay-modal__body::before {
  content: "";
  background: url(https://talkto.ac/wp-content/uploads/2023/09/Union-39.svg);
  width: 820px;
  height: 850px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 30px;
  position: absolute;
  display: block;
}
/* CSS FOR QUIZZ */
/*Add a before to each questions which has not .qsm-hint*/

.qmn_results_page .qmn_question_answer::before {
  content: none !important;
  display: none !important;
}
.qmn_results_page .mlw_qmn_question .qsm-text-correct-option,
.qmn_results_page .mlw_qmn_question .qsm-text-simple-option,
.qmn_results_page .mlw_qmn_question .qsm-text-wrong-option {
  width: 40% !important;
}
.qmn_question_answer::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  width: 130px;
  height: 120px;
  background: url(https://psality.com/wp-content/uploads/2025/06/question-id.svg)
    no-repeat center center;
  background-size: 100%;
  border-radius: 5px 5px 0 0;
}

.quiz_section video {
  height: 100%;
  object-fit: none;
  width: 100%;
  border-radius: 0;
  max-width: 600px;
}

.qmn_pagination,
.qsm_auto_pagination_enabled .qmn_pagination {
  justify-content: center !important;
}
.mlw_qmn_timer {
  position: relative !important;
  bottom: unset !important;
  right: unset !important;
  float: right !important;
  margin-top: 20px;
  font-size: 20px !important;
  background: unset !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  color: #5f6bb0 !important;
}
.mlw_qmn_timer::before {
  content: "";
    background: url(https://psality.com/wp-content/uploads/2025/02/Groupe-273-1.svg);
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.letter img {
  width: 30%;
}

.progressbar-text,
.qsm-progress-bar,
.mlw_qmn_timer {
  display: none !important;
}
.mlw_custom_start {
  color: #ffffff !important;
  border-width: 0px !important;
  border: 2px solid transparent !important;
  border-radius: 29px !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  background-color: #5f6bb0 !important;
  padding: 14px 20px !important;
  font-size: 20px !important;
}
.mlw_custom_start:hover {
  color: #5f6bb0 !important;
  background: white !important;
  border: 2px solid #5f6bb0 !important;
  transition: background 200ms ease-in-out !important;
}

.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.et_pb_column_0_tb_header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.et_pb_image_0_tb_header {
  flex-grow: 1;
}

.parent_progress_bar {
  width: 70%;
}

.qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px !important;
}
.mlw_qmn_new_question,
.mlw_qmn_question b {
  color: #5f6bb0;
  font-size: 18px;
  font-family: "Poppins";
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 20px;
  margin-bottom: 30px !important;
  display: flex !important;
  justify-content: flex-start;
}
.section-question-1 {
  margin-bottom: 20px !important;
}
.qmn_radio_answers,
.qmn_check_answers,
.section-question-1,
.section-question-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-gap: 15px 15px;
  justify-items: start;
  width: 92%;
  margin: 0 auto;
}
.qmn_mc_answer_wrap,
.qsm_check_answer {
  border-radius: 0;
  width: 100%;
  border: 1px solid black;
  padding: 10px 30px;
  cursor: pointer;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.qmn_mc_answer_wrap:hover,
.qsm_check_answer:hover {
  background-color: #5f6bb0 !important;
  transition: all 0.2s ease-in-out;
}
.qmn_mc_answer_wrap:hover .letter,
.qsm_check_answer:hover .letter,
.qmn_mc_answer_wrap:hover .qsm-input-label,
.qsm_check_answer:hover .qsm-input-label {
  color: white !important;
  transition: all 0.2s ease-in-out;
}
.checked.qmn_mc_answer_wrap,
.checked.qsm_check_answer {
  background-color: #5f6bb0 !important;
  color: white !important;
}
.checked.qmn_mc_answer_wrap .qsm-input-label,
.checked.qsm_check_answer .qsm-input-label {
  color: white !important;
}
/* .qmn_mc_answer_wrap:hover {
  color: #263238;
  background: linear-gradient(to top, #ffb1b1 20px, transparent 0);
  border-radius: 0px !important;
  transition: background 1s ease-in-out;
} */
.quiz_end {
  display: none !important;
}
.qmn_mc_answer_wrap input[type="radio"] {
  -webkit-appearance: unset;
  position: absolute;
}

.qmn_error_message {
  display: none !important;
}
.qmn_radio_answers label,
.section-question-1 label,
.section-question-2 label {
  color: black;
  font-size: 16px !important;
  cursor: pointer !important;
  text-align: start !important;
  font-weight: 600 !important;
}
.qsm-multiple-response-input {
  display: none !important;
}
.category-section-id-c9 .qmn_radio_answers label,
.category-section-id-c9 .section-question-1 label,
.category-section-id-c9 .section-question-2 label {
  min-height: 60px;
}

.mlw_previous,
.mlw_custom_next,
.qsm-submit-btn {
  background: #5f6bb0 !important;
  color: white !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  font-family: "Poppins" !important;
  border-radius: 0px !important;
  font-weight: bold !important;
  margin: 0 0;
  border: none !important;
  padding: 14px 60px !important;
}
.letter {
  font-size: 30px;
  margin-right: 20px;
  font-weight: 900;
  color: black;
  margin-top: 4px;
}
.losange {
  margin-right: 20px;
  padding: 5px;
  user-select: none;
  width: 50px;
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.qsm-input-label {
  padding-top: 15px !important;
}
.checked .letter {
  color: white !important;
}

.mlw_previous:hover,
.mlw_custom_next:hover,
.qsm-submit-btn:hover {
  background: #5f6bb0 !important;
}
.mlw_custom_next,
.qsm-submit-btn {
  margin-left: 30%;
}
.qsm-progress-bar svg path {
  stroke: #ffffff;
  border-radius: 5px;
  stroke-linecap: round;
}
.qsm-progress-bar svg path:nth-child(2) {
  stroke: #5f6bb0;
}
.qsm-progress-bar svg {
  height: 10px !important;
  border-radius: 5px;
  box-shadow: inset 0px 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.qsm-progress-bar {
  margin-top: 0px;
}
#quizForm1 {
  background-color: white !important;
}
.custom-header.hideDom::after,
.custom-header.hideDom::before {
  content: unset !important;
  display: none !important;
}
.qmn_pagination,
.qsm_auto_pagination_enabled .qmn_pagination {
  margin: 0px !important;
  justify-content: space-between !important;
}
.qsm-question-wrapper {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.qsm-featured-image:not(.qmn_results_page .qsm-featured-image) {
  display: none !important;
}

/* CSS For Result Page */
.qsm-question-title-description {
  width: 100%;
}
.result-line {
  color: #402c70;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
}
.result-line .total_correct {
  color: #ff4b36;
  font-weight: bold;
  font-size: 60px;
}
.qsm-results-page .mlw_qmn_question .qsm-text-correct-option,
.qsm-results-page .mlw_qmn_question .qsm-text-simple-option,
.qsm-results-page .mlw_qmn_question .qsm-text-wrong-option {
  width: 45% !important;
}
.qsm-results-page .qsm-question-title-description {
  margin-bottom: 30px !important;
}

.qsm-results-page video {
  border-radius: 40px 40px 0 0;
}
.qmn_question_answer {
  box-shadow: 5px 10px 15px rgb(0 0 0 / 15%);
  background: white;
  border-radius: 40px;
  padding: 0;
  margin-bottom: unset !important;
  border-bottom: unset !important;
  min-height: 220px;
  position: relative;
}
.qmn_results_page .mlw_qmn_question,
.qsm-results-page .mlw_qmn_question {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #263238;
}
.qmn_results_page .mlw_qmn_question b,
.qsm-results-page .mlw_qmn_question b {
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}
.qsm_questions_answers_section {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  grid-gap: 60px 100px;
}

.mlw_qmn_question .qsm-text-correct-option,
.mlw_qmn_question .qsm-text-simple-option,
.mlw_qmn_question .qsm-text-wrong-option {
  padding: 2%;
  width: 140px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #263238;
  font-size: 15px;
}
.mlw_qmn_question .qsm-text-correct-option,
.mlw_qmn_question .qsm-text-wrong-option {
  color: #263238;
}
/* .mlw_qmn_question .qsm-text-wrong-option:before {
  content: "" !important;
  background: url("https://talkto.ac/wp-content/uploads/2023/09/Groupe-467.svg");
  background-size: cover;
  display: block !important;
  width: 145px !important;
  height: 32px !important;
  left: -20px !important;
  position: absolute !important;
  bottom: 2px;
  top: unset !important;
  z-index: -1;
}
.mlw_qmn_question .qsm-text-correct-option:before {
  content: "" !important;
  background: url("https://talkto.ac/wp-content/uploads/2023/09/Groupe-469.svg");
  background-size: cover;
  display: block !important;
  width: 145px !important;
  height: 32px !important;
  position: absolute !important;
  bottom: 2px;
  left: -20px !important;
  top: unset !important;
  z-index: -1;
} */
.mlw_qmn_question .qsm-text-simple-option:before {
  content: "" !important;
  position: absolute !important;
}
.qsm_retake_button {
  display: none !important;
}
.result_total {
  display: flex;
  max-width: 1100px;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 100px auto;
}

.result_total h4 {
  font-weight: bold;
  font-size: 22px;
}

.amount_correct p span {
  color: #ff4b36;
  font-size: 40px;
}
.bg_opacity {
  background: #00000078;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  overflow: auto;
  display: none;
}

.close {
  position: absolute;
  right: 32px;
  top: 50px;
  width: 32px;
  height: 32px;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: white;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.qmn_results_page {
  margin-top: 50px;
}

.qsm-auto-page-row:has(.custom-audio-player) {
  background: white;
  border-radius: 50px;
  box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.16);
  margin-top: 80px;
}

.qsm-auto-page-row:has(.custom-audio-player) .qsm-question-wrapper {
  background: transparent;
  border-radius: 0px;
  box-shadow: unset;
  margin: 0px 0 !important;
  padding: 10px 0 !important;
}
.parent-questions {
  background: white;
  box-shadow: 0px 11px 60px 0px rgba(0, 0, 0, 0.1);
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  padding-bottom: 40px;
  min-height: 600px !important;
  margin-left: 100px;
  position: relative;
}
.parent-questions::before {
  content: "";
  position: absolute;
  left: -50px;
  display: block;
  height: 100% !important;
  width: 3px;
  background: #5f6bb0;
}
.custom-audio-player {
  border-bottom: 4px solid #e2f8fd;
  margin: 0 5%;
}
/* Custom Audio Player */
.custom-audio-player audio {
  width: 100%;
  display: none;
}
.custom-audio-player {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5% 0;
}
.custom-audio-player .player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
}
.custom-audio-player #next,
.custom-audio-player #prev {
  margin-top: 8px;
}
.custom-audio-player .duration #duration {
  float: right;
}
.custom-audio-player button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#volume-slider {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #5f6bb0;
}
.volume-controller {
  float: right;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.custom-audio-player .icon-audio {
  width: 10%;
  text-align: center;
  margin-right: 40px;
}
.custom-audio-player #progress {
  margin: 10px 0;
}
.custom-audio-player input[type="range"] {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  border-radius: 20px;
  background-color: #efefef;
  height: 10px;
}
/* Zone déplacement */
.custom-audio-player input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 20px;
}
/* Curseur */
.custom-audio-player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* également nécessaire sur le curseur */
  width: 15px;
  height: 15px; /* s'adapte à la hauteur de l'input */
  border: none;
  border-radius: 100%; /* pris en compte sur Webkit et Edge */
  background: #5f6bb0; /* pris en compte sur Webkit only */
  /*Little box shadow black for differenciate*/
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

/* Progress color */
.custom-audio-player input[type="range"]::-webkit-progress-value {
  background-color: #5f6bb0;
}
#prev,
#next,
#playpause,
#progression {
  float: left;
}
.mobile-labels {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mobile-labels label {
  display: block !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins" !important;
}

.greenify {
  color: #21a212 !important;
}

.redify {
  color: #f16539 !important;
}

iframe {
  max-width: 95%;
}
#top-header,
#main-header {
  display: none !important;
}
#main-footer {
  display: none !important;
}

#b5pt_form_progressbar,
#b5pt_form_progressbar .pb_inner {
  border-radius: 20px;
  height: 15px !important;
}

#page-container {
  padding-top: 0px !important;
  overflow: hidden !important;
}
#b5pt_form_progressbar .pb_inner {
  background: #7f8dff !important;
}

#timer {
  font-weight: 900;
  margin-top: 15px;
}

div#timer::before {
  content: "Temps écoulé : ";
}

#b5pt_form {
  width: auto;
}

#b5pt_form fieldset {
  display: inline-block;
  width: 31%;
  max-width: 80%;
  margin: 10px;
}

.action-button {
  color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0) !important;
  border-radius: 100px !important;
  letter-spacing: 2px !important;
  font-size: 14px !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #7f8dff !important;
  width: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

#b5pt_form .action-button:hover,
#b5pt_form .action-button:focus {
  box-shadow: unset;
  background: #5f6bb0 !important;
  transition: all 0.5s ease-in-out;
}

.fs-subtitle {
  font-weight: 600 !important;
  font-size: 1.3em;
  color: #666;
  margin-bottom: 25px;
  line-height: 30px;
}

.b5pt_form_radios .choice {
  padding-bottom: 15px;
}

.choice input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  margin-top: -12px;
}
.choice input[type="radio"]:hover {
  background: #9faab7;
}
.choice input[type="radio"]:checked {
  background: #7f8dff;
}
.choice input[type="radio"]:checked::before {
  width: 20px;
  height: 20px;
  display: flex;
  content: "✓";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.choice input[type="radio"]:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #7f8dff;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.choice input[type="radio"] {
  border-radius: 50%;
}
.choice input[type="radio"]::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.b5pt_form_radios .choice label {
  margin-left: 5px;
  font-size: 15px;
  color: #444;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 1020px) {
  #b5pt_form fieldset {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 760px) {
  .simpay-modal__body {
    width: 38vw;
    max-width: 60%;
    border-radius: 10px;
  }

  .simpay-modal__content {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 0.7vw;
  }
}

@media screen and (max-width: 500px) {
  .simpay-modal__body {
    max-width: 90% !important;
  }
}

/*.simpay-checkout-form::before {
    content: "A payer aujourd'hui : 0,50€";
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 50;
}*/

.simpay-email-container {
  margin-top: 35px;
}

/*.simpay-checkout-form::after {
    content: "61 Rue du Rouet, 13008 Marseille stg-personality-espacedev.kinsta.cloud. En cliquant sur obtenir mes résultats, vous reconnaissez avoir lu et accepté les conditions générales d'utilisation. Le test de personnalité vous est proposé exceptionnellement au prix de 0.50€ pour 24h d'essai. À l'issue de la période d'essai de 24h et sans annulation de votre part, notre offre sera automatiquement renouvelée en abonnement sans engagement, au prix de 47.50€ par mois. Pour en savoir plus rendez-vous sur notre page tarifs.";
    display: block;
    background: rgba(31,38,51,.04);
    font-size: 11px;
    color: #938e8e;
}*/

.simpay-modal__content {
  overflow-y: scroll;
  height: 550px;
}

@media only screen and (min-width: 1150px) and (max-width: 1320px) {
  .simpay-modal__content {
    height: 595px;
  }
}

@media screen and (max-width: 1149px) {
  .simpay-modal__content {
    height: 640px;
  }
}

.simpay-coupon-container {
  display: none !important;
}

.simpay-form-control input {
  width: 100%;
  padding: 17px 0 17px 17px;
  height: 26px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(31, 38, 51, 0.04);
  border: 1px solid rgba(31, 38, 51, 0.12);
  background-color: #fff;
}

/*.simpay-modal__body::after {
    content: " All transactions are secure and encrypted. Credit card information is never stored. ";
    display: block;
    background: #f8f9fa;
    padding: 1vw;
    font-weight: bold;
    color: #666;
    font-size: 13px;
    background: url(https://stg-personality-espacedev.kinsta.cloud/wp-content/uploads/2022/07/secure-payment-logo@2x.5c32704.webp) no-repeat 10px #f8f9fa;
    font-family: arial;
    background-size: 50px;
    padding-left: 75px;
}*/

.simpay-checkout-btn {
  background: #7f8dff !important;
}

.simpay-styled .simpay-form-description {
  font-size: 13px;
}

#simpay-form-4335-field-6 {
  display: none;
}

label[for="simpay-form-4335-field-6"] {
  display: block !important;
  background: rgba(31, 38, 51, 0.04) !important;
  font-size: 9px !important;
  color: #938e8e !important;
}

.simpay-optional-indicator {
  display: none !important;
}

.simpay-customer-name-container,
.simpay-email-container {
  width: 46%;
  float: left;
  margin-top: 0;
}

/*form div.simpay-form-control:nth-child(2) {
    float: right;
}*/

.simpay-email-container {
  float: right;
}

#simpay-form-318-field-9 {
  margin-top: 3px !important;
}

@media screen and (max-width: 330px) {
  .simpay-modal__content {
    height: 740px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 400px) {
  .simpay-modal__content {
    height: 685px;
  }
}

.b5pt_questions {
  display: flex;
  flex-direction: column !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  padding-top: 0px !important;
}

#b5pt_form .b5pt_questions fieldset {
  width: 75%;
  box-shadow: 0px 14px 20px #0000000d;
  border-radius: 20px;
  padding: 20px 40px;
  margin-bottom: 20px;
}
.fs-subtitle {
  text-align: center;
  color: black;
  font-size: 25px;
  margin-top: 25px;
}
.b5pt_form_radios {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: space-evenly !important;
  align-items: center;
}
#b5pt_form .choice label {
  display: none;
}

/* Choice who has input value 1 and 5*/
#b5pt_form .choice:nth-child(1) label,
#b5pt_form .choice:nth-child(5) label {
  display: block !important;
  font-size: 20px;
}
#b5pt_form .choice:nth-child(1) label {
  color: #f16539;
  margin-right: 50px;
}
#b5pt_form .choice:nth-child(5) label {
  color: #21a212;
  margin-left: 50px;
}
#b5pt_form .choice:nth-child(1) {
  flex-direction: row !important;
}
#b5pt_form .choice:nth-child(1),
#b5pt_form .choice:nth-child(5) {
  align-items: center;
}
.choice input[type="radio"]:checked::before {
  font-size: 25px;
  width: 100%;
  height: 100%;
}
/* Very innacurate (1)*/
#b5pt_form .choice:nth-child(1) input {
  border-radius: 10px;
  height: 60px;
  width: 60px;
  background: none;
  border: 3px solid #f16539;
}
/* CHECKED */
#b5pt_form .choice:nth-child(1) input:checked {
  background: #f16539;
}
/* AFTER ANIMATION */
#b5pt_form .choice:nth-child(1) input:checked::after {
  background: #f16539;
  border-radius: 10px;
  transform: scale(0.5);
}
/* Moderately innacurrate (2)*/
#b5pt_form .choice:nth-child(2) input {
  border-radius: 10px;
  height: 50px;
  width: 50px;
  background: none;
  border: 3px solid #e6912f;
}
/* CHECKED */
#b5pt_form .choice:nth-child(2) input:checked {
  background: #e6912f;
}
/* AFTER ANIMATION */
#b5pt_form .choice:nth-child(2) input:checked::after {
  background: #e6912f;
  border-radius: 10px;
  transform: scale(0.5);
}
/* Neither accurate nor innacurate (3)*/
#b5pt_form .choice:nth-child(3) input {
  border-radius: 10px;
  height: 40px;
  width: 40px;
  background: none;
  border: 3px solid #cbcbcb;
}
/* CHECKED */
#b5pt_form .choice:nth-child(3) input:checked {
  background: #cbcbcb;
}
/* AFTER ANIMATION */
#b5pt_form .choice:nth-child(3) input:checked::after {
  background: #cbcbcb;
  border-radius: 10px;
  transform: scale(0.5);
}
/* Moderately accurate (4)*/
#b5pt_form .choice:nth-child(4) input {
  border-radius: 10px;
  height: 50px;
  width: 50px;
  background: none;
  border: 3px solid #9fc84b;
}
/* CHECKED */
#b5pt_form .choice:nth-child(4) input:checked {
  background: #9fc84b;
}
/* AFTER ANIMATION */
#b5pt_form .choice:nth-child(4) input:checked::after {
  background: #9fc84b;
  border-radius: 10px;
  transform: scale(0.5);
}

/* Very accurate (5)*/
#b5pt_form .choice:nth-child(5) input {
  border-radius: 10px;
  height: 60px;
  width: 60px;
  background: none;
  border: 3px solid #21a212;
}
/* CHECKED */
#b5pt_form .choice:nth-child(5) input:checked {
  background: #21a212;
}
/* AFTER ANIMATION */
#b5pt_form .choice:nth-child(5) input:checked::after {
  background: #21a212;
  border-radius: 10px;
  transform: scale(0.5);
}

#b5pt-timer {
  font-family: "Poppins" !important;
  color: white;
  font-size: 25px;
  padding: 25px 0;
}

#b5pt_form {
  margin: 0px;
}
#b5pt_form_progressbar {
  box-shadow: inset 0px 3px 6px #c1c1c130;
  background: #f8f9ff;
}
#b5pt_form_progressbar .pb_inner {
  background: #5f6bb0 !important;
}
.action-button {
  background: #000000 !important;
  font-size: 60px !important;
  border-radius: 60px !important;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px -2px 20px #17171723;
}
.b5pt_form_buttons {
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.reversed {
  flex-direction: row-reverse;
}
input.b5pt_form_submit {
  font-size: 30px !important;
  text-transform: capitalize !important;
  font-weight: bold !important;
  padding: 10px 60px !important;
  font-family: "Poppins" !important;
}
#hipay-card-holder,
#hipay-expiry-date,
#hipay-cvc {
  padding-top: 5px;
}
.cgu-text-modal-hipay {
  background: none !important;
  font-family: "Poppins" !important;
  font-weight: normal !important;
  font-size: 11px !important;
  color: #878787 !important;
  margin-top: 10px;
  margin-bottom: 0px;
}
.modal-hipay .footer {
  display: none !important;
}

/* .input-container:has(#hipay-card-holder-label),
.cc-mail {
  width: 46% !important;
  float: left;
  margin-top: 0;
} */
.modal-hipay .content .flex-input {
  justify-content: space-between;
}

.cc-mail {
  float: right;
}

.modal-hipay .content .input-container {
  margin: 20px 0 !important;
}
#hipay-modal-title {
  color: #5f6bb0 !important;
  font-family: "Poppins" !important;
  font-size: 45px !important;
}

#hipay-modal-title {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  z-index: 1;
  padding-right: 10px;
  text-align: center;
}
#hipay-modal-subtitle {
  color: #878787;
  font-family: "Poppins" !important;
  font-size: 18px !important;
}
.modal-hipay {
  width: 1100px !important;
  max-width: 100% !important;
  border-radius: 20px;
  box-shadow: 0px 3px 30px #00000007;

  padding-right: 10px;
}
.modal-hipay-content {
  height: 83vh !important;
  overflow: auto !important;
  padding: 30px 70px !important;
}
.modal-hipay-content input,
#hipay-card-holder,
#hipay-expiry-date,
#hipay-cvc,
#hipay-card-number,
#hipay-address-holder {
  border-radius: 5px;
  border: 1.5px solid #d2d2d2;
  height: 50px !important;
  font-size: 15px !important;
  position: relative;
}
.modal-hipay-content label,
#checkbox-label {
  font-family: "Poppins" !important;
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}
.input-container:has(#hipay-address-holder-label) {
  width: 100% !important;
  display: none !important;
}
.close-icon {
  background: #5f6bb0;
  top: 0 !important;
  width: 70px !important;
  height: 70px !important;
  padding: 0px 5px 10px 25px;
  color: white !important;
  font-size: 40px;
  right: 0 !important;
  border-radius: 0px 20px 0 80px;
}
/* .checkmark {
  background: #5f6bb0 !important;
} */
.payment-button,
.simpay-previous-step,
.simpay-next-step {
  margin-left: auto !important;
  background: #5f6bb0 !important;
  border-radius: 60px !important;
  width: 35% !important;
  height: auto !important;
  font-family: "Poppins" !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 25px 20px !important;
  text-transform: inherit !important;
  position: relative !important;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 1s ease-in-out;
}
.payment-button {
  background: unset !important;
  background-color: #5f6bb0 !important;
}
.step-2 {
  display: none;
}

#hipay-pay-message {
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Poppins" !important;
  font-weight: 500;
  margin-bottom: 30px;
}

.price-container .big-price {
  font-size: 45px !important;
  color: #5f6bb0 !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
}
.modal-hipay-content a {
  color: #5f6bb0 !important;
}

.modal-hipay-content .checkbox {
  border-radius: 4px !important;
  color: #5f6bb0 !important;
  border: 2px solid #5f6bb0 !important;
  height: 17px !important;
  width: 17px !important;
  box-shadow: unset;
}
#modal-hipay {
  top: 50% !important;
}
#modal-hipay::-webkit-scrollbar {
  width: 20px;
}
#modal-hipay::-webkit-scrollbar-thumb {
  background-color: #5f6bb0;
  border-radius: 60px;
}
#modal-hipay::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 60px;
}
/* SCROLLBAR MOBILE */
.modal-hipay-content::-webkit-scrollbar {
  width: 10px;
}
.modal-hipay-content::-webkit-scrollbar-thumb {
  background-color: #5f6bb0;
  border-radius: 60px;
}
.modal-hipay-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 60px;
}
.redify {
  color: #b50000 !important;
}

.payment-button-container {
  position: relative;
  top: 30px;
}
.secure-payment {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.secure-payment .img-wrap {
  margin-right: 20px;
}
.secure-payment .text-wrap p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

#hipay-pay-message {
  top: 35px;
  position: relative;
}
.close-icon:hover {
  color: white !important;
}
/* .payment-button::before {
  content: "";
  position: absolute;
  background-image: url(http://talkto.ac/wp-content/uploads/2025/02/bxs-lock-open.svg);
  left: 35px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
} */

.payment-button span {
  padding-left: 20px;
}
.modal-hipay-content .checkbox:focus {
  box-shadow: unset !important;
}

.simpay-card-container {
  margin-top: 50px;
}
.step-2 {
  position: relative;
  top: 0px;
  width: 100%;
}

.simpay-next-step {
  float: right;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.payment-button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
.simpay-previous-step {
  margin-right: auto;
  margin-left: 0 !important;
}
.simpay-previous-step .fa-arrow-left,
.simpay-next-step .fa-arrow-right {
  font-size: 35px;
}
#checkbox-label {
  margin-bottom: 0px !important;
}
.bottom-content {
  margin-bottom: 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  background-color: white !important;
}
.kkNNPw,
#hipay-expiry-date,
#hipay-cvc,
#hipay-card-number {
  max-height: 50px !important;
}
.cc-exp,
.cc-cvc {
  justify-content: flex-end;
}
.hipay-checkout-container {
  /* display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between; */

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.hipay-checkout-container img {
  max-width: 230px;
  margin-top: 15px;
}
.modal-hipay .content .alert-danger {
  font-size: 13px !important;
  font-family: "Poppins" !important;
}

/* #send-payment:disabled:before {
  background-image: url(http://talkto.ac/wp-content/uploads/2025/02/bxs-lock-close-1.svg) !important;
  background-size: 37px;
  left: 30px;
  top: 25px;
} */

/* .qsm_remove_bold {
  display: none !important;
} */
.step-2 #card-errors {
  margin-top: 10px;
}

/* CHART */
.new-indicators .label-circle {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 20px;
  text-align: center;
  color: #c2c2c2;
}
.social.max .label-circle {
  color: #9fc84b;
}
.new-indicators .indicator .circle {
  margin: 0 auto;
  margin-bottom: 25px;
}
.svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 3s linear;
  stroke: transparent;
  stroke-width: 20px;
}
.svg circle:last-child {
  filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
}
.svg {
  transform: rotate(-90deg);
}
#social .stroke {
  stroke: url(#gradSocial);
}
#pro .stroke {
  stroke: url(#gradPro);
}
#extraversion .stroke {
  stroke: url(#gradExtra);
}
#open-mindness .stroke {
  stroke: url(#gradOpen);
}
#neuroticism .stroke {
  stroke: url(#gradNevro);
}
#social:after {
  color: #9fc84b;
}
#pro:after {
  color: #f16539;
}
#extraversion:after {
  color: #e6912f;
}
#open-mindness:after {
  color: #6e7cfb;
}
#neuroticism:after {
  color: #5f6bb0;
}
.circle {
  display: block;
  height: 180px;
  width: 180px;
  border-radius: 100%;
  position: relative;
  background: #f2f3f9;
  box-shadow: inset 0 3px 6px rgb(0, 0, 0, 0.16);
}
.circle:after {
  position: absolute;
  display: block;
  height: 160px;
  width: 160px;
  left: 50%;
  top: 50%;
  content: attr(data-pct) "%";
  margin-top: -80px;
  margin-left: -80px;
  border-radius: 100%;
  text-align: center;
  line-height: 160px;
  font-size: 25px;
  font-family: "Poppins";
  font-weight: bolder;
  filter: blur(5px);
}
.b5pt_form_radios .choice label {
  font-family: "Poppins" !important;
}
.new-indicators .indicator {
  width: 230px;
}
.new-indicators .indicator .label-circle {
  min-height: 50px;
  margin-bottom: 20px;
  line-height: 30px;
}
#custom-test,
#custom-loading {
  display: none;
}
@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-500px);
  }
}
@-webkit-keyframes toBottom {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(600px);
  }
}
@-webkit-keyframes headerFlying {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(30px);
  }
}

/* Form Payment Add */
.reassurance {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
}
.reassurance .reassurance-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.reassurance .reassurance-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
}
.reassurance .reassurance-title {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
  color: #000;
}
.reassurance .reassurance-text {
  font-size: 18px;
  color: #878787;
}
.reassurance .reassurance-item img {
  max-width: 40px;
  width: 40px;
}

#send-payment {
  width: 40% !important;
}
#send-payment:disabled:before {
  left: 20px !important;
}
.payment-button::before {
  left: 25px !important;
}

/* abtest */
#form-get-informations .modal-hipay-content {
  height: 60vh !important;
}
.abtest-style .input-container:has(#hipay-card-holder-label),
#form-get-informations .cc-mail {
  width: 100% !important;
}

.abtest-style .modal-hipay .content .input-container {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
/* .abtest-style #hipay-pay-message {
  margin-bottom: 80px !important;
} */
.abtest-style .modal-hipay-content {
  height: 78vh !important;
}
.abtest-style .reassurance {
  display: none !important;
}

.price-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.price-container img {
  max-width: 160px;
  margin: 30px 0;
}
/* Custom select */

.select {
  position: relative;

  width: 100%;
}
.select svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 16px;
  height: 10px;
  stroke-width: 2px;
  stroke: #a8cbec;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  padding: 7px 40px 7px 12px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
}
/* Scrollbar */

.select select::-webkit-scrollbar {
  width: 8px;
}
.select select::-webkit-scrollbar-track {
  background: #d2d2d222;
}
.select select::-webkit-scrollbar-thumb {
  background-color: #5f6bb0;
  box-shadow: inset 0 3 6 6px #000016;
  border-radius: 5px;
}
.select select:required:invalid {
  color: #878787;
}
.select select option {
  color: #878787;
}
.select select option[value=""][disabled] {
  display: none;
}

/* selected option */
.select select option:checked {
  color: #5f6bb0;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

/* On focus turn arrow */
.select select:focus + svg {
  transform: rotate(180deg);
  top: calc(50% - 3px);
}

.big-price.mobile {
  display: none;
}

.secure-payment .text-wrap p {
  font-size: 14px;
}

#checkbox-label {
  color: #000000 !important;
  font-size: 14px !important;
}

.checkbox-container::selection {
  display: none !important;
}
.qsm-results-page {
  max-width: 100%;
  margin: 0 auto;
}
.quizz-row:has(.qsm-results-page) {
  width: 70% !important;
}
.qsm-results-page .big-title {
  font-size: 40px;
  font-weight: bold;
  color: #5f6bb0;
}
.qsm_questions_answers_section {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.qsm-results-page .mlw_qmn_question b {
  color: #5f6bb0 !important;
  text-align: left;
}
.qsm-results-page .big-title {
  text-align: center;
}
.qsm-results-page .qmn_question_answer {
  min-height: 800px !important;
}
.answer-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.answer-wrapper .letter {
  text-align: center;
  transform: rotate(45deg);
}

.mlw_qmn_question .qsm-text-correct-option,
.mlw_qmn_question .qsm-text-wrong-option,
.mlw_qmn_question .qsm-text-simple-option {
  min-height: 80px;
}

.mlw_qmn_question .qsm-text-simple-option {
  color: #263238;
  font-size: 13px;
  font-weight: 500 !important;
}

.mlw_qmn_question .qsm-text-wrong-option {
  color: #ff4b36;
  font-weight: 800 !important;
}
.mlw_qmn_question .qsm-text-correct-option {
  color: green;
  font-weight: 800 !important;
}
.mlw_qmn_question .qsm-text-correct-option:before,
.mlw_qmn_question span.qsm-text-wrong-option:before {
  content: unset !important;
  display: none !important;
}
.answer-wrapper:has(.qsm-text-wrong-option) .letter {
  color: white;
}
.answer-wrapper:has(.qsm-text-wrong-option) .losange,
.answer-wrapper:has(.qsm-text-wrong-option) .losange .bg-white {
  background-color: #ff4b36;

  border-radius: 8px;
}

.answer-wrapper:has(.qsm-text-correct-option) .letter {
  color: white;
}
.answer-wrapper:has(.qsm-text-correct-option) .losange,
.answer-wrapper:has(.qsm-text-correct-option) .losange .bg-white {
  background-color: #5f6bb0;
  border-radius: 8px;
}
.answer-wrapper .losange {
  transform: rotate(45deg);
  margin: 0 auto;
  margin-bottom: 10px;
}
.answer-wrapper .losange .bg-white {
  width: 100%;
  height: 100%;
  background-color: white;
  transform: rotate(270deg);
}
.one-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.one-line p {
  font-size: 35px;
  color: #402c70;
}
.one-line p.big-yellow {
  color: #5f6bb0;
  font-weight: 700;
  font-size: 60px;
  margin-left: 20px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
}
.left-side,
.parent-questions {
  width: 50% !important;
}
.sub-question1,
.sub-question2 {
  padding-bottom: 0px !important;
  text-align: left !important;
  padding: 0 15px !important;
  margin-bottom: 20px !important;
  color: #000000 !important;
}
.results-page .question-number {
  display: none !important;
}
.qsm-question-wrapper .colored {
  color: #5f6bb0 !important;
}
.qsm-question-wrapper .left-side {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.qsm-question-wrapper .question-number {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  color: #000000;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.qsm-question-wrapper .question-number .colored {
  margin-top: 15px !important;
}
.qmn_results_page .qsm-featured-image {
  display: block !important;
  opacity: 1 !important;
  position: relative !important;
  user-select: unset;
  z-index: 999999;
}
.qmn_results_page .parent-questions {
  width: 100% !important;
  margin-left: 0px !important;
  min-height: auto !important;
}
.qmn_results_page .parent-questions::before {
  content: unset !important;
}
/* CSS FOR LANGAGE */
html[lang="es-ES"] .modal-hipay .content .input-container.cc-number {
  min-width: 40%;
  width: 50%;
}
.qsm-result-page-warning {
  display: none !important;
}
@-moz-document url-prefix() {
  .input-container {
    width: 100%;
  }
}

/* Hide cookie on test */
.cky-consent-container,
.cky-btn-revisit-wrapper,
.cky-overlay {
  display: none !important;
  position: absolute !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.quiz_begin {
  padding: 0px !important;
}

.qsm-featured-image-inserted {
  width: 100%;
  border: 1px solid #00000014;
  width: 600px !important;
  max-width: 600px !important;
}
/* Styles pour les petits écrans de téléphone portable */
@media screen and (max-width: 479px) {
  /* Ajoutez vos styles spécifiques pour les petits écrans de téléphone portable ici */

  /*FORM */
  .simpay-modal__content {
    padding: 30px 50px !important;
  }
  .simpay-modal__body {
    width: 80%;
  }
  .simpay-form-title {
    font-size: 40px !important;
  }
  .simpay-form-description {
    font-size: 16px !important;
  }
  .simpay-styled .simpay-form-control label {
    font-size: 16px !important;
  }
  .simpay-modal-control-close {
    font-size: 30px !important;
  }
  .simpay-checkout-btn {
    width: 40% !important;
    font-size: 17px !important;
    padding: 20px 20px !important;
  }
  /*FORM */
  .modal-hipay-content {
    padding: 30px 30px !important;
    max-height: 90vh !important;
    height: auto !important;
    overflow-y: auto !important;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 20px !important;
  }
  .modal-hipay {
    width: 90% !important;
  }
  #hipay-modal-title {
    font-size: 22px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  #hipay-modal-subtitle {
    font-size: 14px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .simpay-styled .simpay-form-control .simpay-checkbox-wrap label {
    font-size: 14px !important;
  }
  .modal-hipay-content label {
    font-size: 14px !important;
  }
  .close-icon {
    font-size: 30px !important;
    font-weight: bolder;
    background: none;
    color: #5f6bb0 !important;
  }
  .payment-button {
    width: 80% !important;
    margin: 0 auto !important;
    font-size: 17px !important;
    padding: 20px 20px !important;
  }
  .payment-button::before {
    left: 23px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  #modal-hipay {
    padding-right: 10px !important;
  }
  #modal-hipay::-webkit-scrollbar {
    width: 10px !important;
  }
  .payment-button-container {
    top: unset !important;
  }
  #modal-hipay .simpay-form-control:has(#hipay-pay-message) {
    text-align: center;
  }
  #hipay-pay-message {
    font-size: 16px !important;
    top: unset !important;
    margin-top: 20px;
    text-align: center;
    padding-left: 10px;
    margin-bottom: 0px !important;
  }
  .price-container.big-price {
    font-size: 30px !important;
  }
  .secure-payment .text-wrap p {
    font-size: 12px !important;
  }
  .simpay-styled .simpay-form-control label[for="simpay-form-4335-field-6"] {
    font-size: 12px !important;
  }
  .secure-payment {
    margin-bottom: 20px;
  }
  .step-2 {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    top: unset !important;
  }

  .simpay-previous-step .fa-arrow-left,
  .simpay-next-step .fa-arrow-right {
    font-size: 23px;
  }
  #send-payment,
  .simpay-previous-step,
  .simpay-next-step {
    width: 80% !important;
    font-size: 17px !important;
    padding: 20px 20px !important;
    margin: 0 auto !important;
  }
  #checkbox-label {
    font-size: 12px !important;
  }
  .split-input {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100%;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .modal-hipay .content .input-container.cc-exp,
  .modal-hipay .content .input-container.cc-cvc {
    width: 40%;
    margin-top: 20px !important;
  }

  #send-payment:disabled:before {
    background-size: contain;
    width: 35px;
    height: 35px;
    left: 18px;
    top: unset;
  }
  .simpay-previous-step {
    margin-bottom: 15px !important;
  }
  #send-payment,
  .simpay-previous-step {
    width: 90% !important;
  }
  /* FIX */
  .mobile-labels {
    display: flex !important;
    width: 95%;
    margin: 0 auto;
  }
  .mobile-labels label {
    font-size: 12px !important;
  }
  #b5pt_form .choice:nth-child(1) label,
  #b5pt_form .choice:nth-child(5) label {
    display: none !important;
  }
  /* PAYMENT FORM */
  .hipay-checkout-container {
    flex-direction: column;
    align-content: center;
    margin-top: 30px;
  }
  .simpay-previous-step .fa-arrow-left,
  .simpay-next-step .fa-arrow-right {
    font-size: 25px;
  }
  .reassurance .reassurance-title,
  .reassurance .reassurance-text {
    font-size: 12px;
  }
  .reassurance .reassurance-item img {
    max-width: 35px;
    width: 35px;
  }
  .split-input {
    margin-top: 30px;
  }
  .price-container img {
    margin: 20px 0;
  }

  .simpay-next-step {
    width: 60% !important;
    font-size: 17px !important;
    margin: 25px 0 !important;
  }
  #form-get-informations .simpay-next-step {
    margin-bottom: 0px !important;
  }

  #send-payment:disabled:before {
    top: 15px !important;
    background-size: 30px !important;
  }
  .modal-hipay .content .split-input {
    flex-wrap: wrap;
  }
  .modal-hipay .content .input-container.cc-exp,
  .modal-hipay .content .input-container.cc-cvc {
    width: 48%;
    margin-top: 0px !important;
  }

  .cgu-text-modal-hipay {
    font-size: 10px !important;
  }
  #checkbox-label {
    margin-left: 10px !important;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .modal-hipay-content .checkbox {
    height: 25px !important;
    width: 25px !important;
  }
  #send-payment,
  .simpay-previous-step {
    width: 100% !important;
    font-size: 17px !important;
  }
  .simpay-previous-step {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }
  .modal-hipay {
    max-width: 90% !important;
  }

  .secure-payment .text-wrap p {
    font-size: 10px !important;
    line-height: 17px;
  }
  .secure-payment .img-wrap {
    margin-right: 10px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    .checkbox
    .checkmark {
    width: 15px !important;
    top: 1px !important;
    left: 3px;
  }

  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    input:checked
    ~ div
    .checkmark {
    transform: scaleX(-1) rotate(45deg) !important;
  }

  /* .abtest-style #hipay-pay-message {
    margin-bottom: 20px !important;
  } */
  #form-get-informations .modal-hipay-content {
    margin-top: 30px !important;
  }
  .modal-hipay .content .bottom-content .checkbox-container {
    gap: 1.2rem;
  }
  .price-container .big-price {
    font-size: 40px !important;
    margin-top: 5px !important;
  }
  .price-container {
    align-items: center;
  }

  #hipay-pay-message .big-price {
    display: none !important;
  }

  .big-price.mobile {
    display: flex !important;
  }
  .secure-payment .img-wrap img {
    height: 100px;
  }
  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .new-indicators .indicator .label-circle {
      font-size: 13px !important;
    }
    .circle:after {
      font-size: 20px !important;
    }
  }

  .price-container img {
    max-width: 140px !important;
  }

  html[lang="es-ES"] #hipay-expiry-date-label,
  html[lang="es-ES"] #hipay-cvc-label {
    text-wrap: nowrap !important;
  }

  /* DRIVIN */
  .custom-header h1 {
    font-size: 30px !important;
  }
  .custom-header {
    height: auto !important;
  }
  .rules {
    width: 55vw !important;
  }
  .rules p {
    font-size: 15px !important;
  }

  .custom-header:before {
    left: -45vw !important;
    top: -25vw !important;
    height: 330px !important;
    width: 350px !important;
  }
  .et_pb_row_0_tb_header {
    width: 90% !important;
  }
  /* DRIVIN */
  .custom-header h1 {
    font-size: 30px !important;
  }
  .custom-header {
    height: auto !important;
  }
  .rules {
    width: 55vw !important;
  }
  .rules p {
    font-size: 15px !important;
  }

  .custom-header:before {
    left: -45vw !important;
    top: -25vw !important;
    height: 330px !important;
    width: 350px !important;
  }
  .et_pb_row_0_tb_header {
    width: 90% !important;
  }
  /* QSM */
  .parent-questions {
    height: auto !important;
    min-height: auto !important;
  }
  .qsm-featured-image img {
    border-radius: 20px 20px 0 0px !important;
  }

  .qsm-question-wrapper {
    height: auto !important;
    background-image: unset !important;
    padding-bottom: 30px !important;
  }
  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
  }

  .quiz_section .mlw_qmn_new_question {
    font-size: 16px !important;
    margin-bottom: 0px !important;
  }
  .mlw_custom_next,
  .qsm-submit-btn {
    margin-left: 5% !important;
  }
  .quiz_section .qmn_radio_answers label,
  .quiz_section .qmn_check_answers label,
  .quiz_section .qmn_accept_answers label,
  .quiz_section .section-question-1 label,
  .quiz_section .section-question-2 label {
    text-align: left !important;
    width: 80% !important;
  }
  .qmn_radio_answers label,
  .section-question-1 label,
  .section-question-2 label {
    font-size: 15px !important;
  }
  .mlw_previous,
  .mlw_custom_next,
  .qsm-submit-btn {
    padding: 14px 30px !important;
  }

  .qmn_radio_answers,
  .qmn_check_answers,
  .section-question-1,
  .section-question-2 {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 25px !important;
  }

  .qmn_mc_answer_wrap,
  .qsm_check_answer {
    width: 100% !important;
  }

  .qsm-progress-bar {
    margin-top: 30px !important;
  }
  .custom-navbar .et_pb_column_0_tb_header {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .custom-navbar .et_pb_image_0_tb_header {
    margin: 0 auto !important;
  }
  /* Results page */
  .qsm_questions_answers_section {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    padding: 0% !important;
    max-width: 100% !important;
  }

  .one-line {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .qmn_question_answer {
    width: 100% !important;
  }
  .qsm-results-page {
    max-width: 100% !important;
  }
  .qsm-results-page .mlw_qmn_question b {
    font-size: 18px !important;
  }
  .qmn_question_answer::before {
    top: -30px !important;
    left: -40px !important;
    width: 80px !important;
    height: 80px !important;
  }

  .answer-wrapper {
    width: 40% !important;
  }
  .one-line p.big-yellow {
    font-size: 45px !important;
  }
  .one-line p {
    font-size: 30px !important;
  }
  .qmn_pagination {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
  }
  .mlw_custom_next,
  .qsm-submit-btn,
  .mlw_previous {
    margin: 0px !important;
    width: 200px !important;
  }
  .qmn_pagination .qsm-submit-btn,
  .qmn_pagination .mlw_custom_next {
    margin-bottom: 20px !important;
  }
  .et_pb_column_0_tb_header:not(#custom-navbar .et_pb_column_0_tb_header) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .parent_progress_bar {
    width: 70% !important;
    margin: 0 auto !important;
    right: unset !important;
  }
  .qsm-progress-bar {
    margin-top: 0px !important;
  }
  .image-header {
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  #cdlr-test {
    margin-top: 150px !important;
  }

  .mlw_custom_next,
  .mlw_previous {
    width: 200px !important;
    border-radius: 5px !important;
  }
  .sub-question1,
  .sub-question2 {
    margin-top: 15px !important;
  }
  .qsm-auto-page-row .quiz_section {
    height: auto !important;
  }
  .qmn_mc_answer_wrap,
  .qsm_check_answer {
    width: 100% !important;
    padding: 10px 15px !important;
  }
  .qmn_radio_answers,
  .qmn_check_answers,
  .section-question-1,
  .section-question-2 {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 0 20px !important;
  }
  .quiz_section .qmn_radio_answers label,
  .quiz_section .qmn_check_answers label,
  .quiz_section .qmn_accept_answers label,
  .quiz_section .section-question-1 label,
  .quiz_section .section-question-2 label {
    width: 100% !important;
  }
  .qsm-results-page .qmn_question_answer {
    min-height: 600px !important;
  }
  .qsm-question-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
  }
  .left-side {
    width: 100% !important;
  }
  .parent-questions::before {
    display: none !important;
  }
  .parent-questions {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 50px !important;
    padding: 10px !important;
    padding-bottom: 40px !important;
  }
  .qsm-featured-image-inserted {
    max-width: 100% !important;
  }
  .letter {
    font-size: 20px !important;
  }
  #trp-floater-ls {
    display: none !important;
  }
    #network-mastercard img {
    max-width: 50px !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="es-ES"] #send-payment:disabled:before {
    top: 20px !important;
    background-size: 25px !important;
    left: 10px !important;
  }
  .modal-hipay .content .input-container.cc-exp,
  .modal-hipay .content .input-container.cc-cvc {
    width: 100% !important;
  }
  html[lang="es-ES"] body #page-container .et_pb_section .et_pb_button_1 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 350px) {
  #send-payment:disabled:before,
  #send-payment:before {
    display: none !important;
    content: unset !important;
  }
}
/* Styles pour les téléphones portables en orientation paysage */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* Ajoutez vos styles spécifiques pour les téléphones portables en orientation paysage ici */

  /*FORM */
  .simpay-modal__content {
    padding: 30px 50px !important;
  }
  .simpay-modal__body {
    width: 80%;
  }
  .simpay-form-title {
    font-size: 40px !important;
  }
  .simpay-form-description {
    font-size: 16px !important;
  }
  .simpay-styled .simpay-form-control label {
    font-size: 16px !important;
  }
  .simpay-modal-control-close {
    font-size: 30px !important;
  }
  .simpay-checkout-btn {
    width: 40% !important;
    font-size: 17px !important;
    padding: 20px 20px !important;
  }
  .simpay-checkout-btn::before {
    left: 23px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  /*FORM */
  .simpay-modal__content {
    padding: 30px 25px !important;
  }
  .simpay-modal__body {
    width: 80%;
  }
  .simpay-form-title {
    font-size: 18px !important;
    text-align: left !important;
  }
  .simpay-form-description {
    font-size: 12px !important;
    text-align: left !important;
  }
  .simpay-styled .simpay-form-control .simpay-checkbox-wrap label {
    font-size: 14px !important;
  }
  .simpay-styled .simpay-form-control label {
    font-size: 14px !important;
  }
  .simpay-modal-control-close {
    font-size: 30px !important;
    font-weight: bolder;
    background: none;
    color: #5f6bb0;
  }
  .simpay-checkout-btn {
    width: 80% !important;
    margin: 0 auto !important;
    font-size: 17px !important;
    padding: 20px 20px !important;
  }
  .simpay-checkout-btn::before {
    left: 23px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .simpay-checkout-form {
    padding-right: 20px !important;
  }
  .simpay-checkout-form::-webkit-scrollbar {
    width: 10px !important;
  }
  .simpay-checkout-btn-container {
    top: unset !important;
  }
  .simpay-checkout-form .simpay-form-control:has(.price) {
    text-align: center;
  }
  .price {
    font-size: 20px !important;
    top: unset !important;
  }
  .price-container .big-price {
    font-size: 25px !important;
  }
  .price-container {
    align-items: center;
  }
  .secure-payment .text-wrap p {
    font-size: 12px !important;
  }

  /* PAYMENT FORM */
  .hipay-checkout-container {
    flex-direction: column;
    align-content: center;
    margin-top: 40px;
  }
  .simpay-previous-step .fa-arrow-left,
  .simpay-next-step .fa-arrow-right {
    font-size: 25px;
  }
  .reassurance .reassurance-title,
  .reassurance .reassurance-text {
    font-size: 16px;
  }
  .reassurance .reassurance-item img {
    max-width: 45px;
    width: 45px;
  }
  /* .split-input {
    margin-top: 60px;
  } */
  .abtest-style .split-input {
    margin-top: 0px !important;
  }
  #hipay-pay-message {
    font-size: 18px !important;
  }
  .price-container .big-price {
    font-size: 35px !important;
  }
  .simpay-next-step {
    width: 50% !important;
    font-size: 17px !important;
  }

  #send-payment:disabled:before {
    top: 20px !important;
    background-size: 30px !important;
  }
  .modal-hipay .content .split-input {
    flex-wrap: wrap;
  }
  .modal-hipay .content .input-container.cc-exp,
  .modal-hipay .content .input-container.cc-cvc {
    width: 48%;
    margin-top: 0px !important;
  }

  #hipay-modal-title {
    font-size: 30px !important;
    margin: auto 0px !important;
  }
  #hipay-modal-subtitle {
    font-size: 16px !important;
  }
  .modal-hipay-content label,
  #checkbox-label {
    font-size: 14px !important;
  }
  .cgu-text-modal-hipay {
    font-size: 10px !important;
  }
  #checkbox-label {
    margin-left: 10px !important;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .modal-hipay-content .checkbox {
    height: 25px !important;
    width: 25px !important;
  }
  #send-payment,
  .simpay-previous-step {
    width: 70% !important;
    font-size: 17px !important;
  }
  .simpay-previous-step {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }
  .modal-hipay {
    max-width: 90% !important;
  }
  .simpay-next-step {
    margin-bottom: 10px !important;
  }
  .secure-payment .text-wrap p {
    font-size: 13px !important;
  }
  .modal-hipay-content {
    padding: 30px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    .checkbox
    .checkmark {
    width: 12px !important;
    top: 0px !important;
  }

  .view-results #result-button {
    padding-left: 80px !important;
    padding-right: 60px !important;
  }
  .modal-hipay .content .bottom-content .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 25px !important;
    width: 25px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    input:checked
    ~ div
    .checkmark {
    transform: rotate(45deg) scale(1.3) !important;
    top: 0px !important;
  }
  #result-button {
    font-size: 28px !important;
  }
  #hipay-pay-message {
    top: 0px !important;
    margin-bottom: 0px !important;
  }
  .big-price.mobile {
    display: flex !important;
  }
  #hipay-pay-message .big-price {
    display: none !important;
  }
  .price-container img {
    margin: 20px 0;
  }
  /* DRIVIN */
  .custom-header h1 {
    font-size: 30px !important;
  }
  .custom-header {
    height: auto !important;
  }
  .rules {
    width: 55vw !important;
  }
  .rules p {
    font-size: 15px !important;
  }

  .custom-header:before {
    left: -45vw !important;
    top: -25vw !important;
    height: 330px !important;
    width: 350px !important;
  }
  .et_pb_row_0_tb_header {
    width: 90% !important;
  }
  /* QSM */
  .parent-questions {
    height: auto !important;
    min-height: auto !important;
  }

  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
  }

  .quiz_section .mlw_qmn_new_question {
    font-size: 18px !important;
    margin-bottom: 0px !important;
  }
  .mlw_custom_next,
  .qsm-submit-btn {
    margin-left: 10% !important;
  }
  .quiz_section .qmn_radio_answers label,
  .quiz_section .qmn_check_answers label,
  .quiz_section .qmn_accept_answers label,
  .quiz_section .section-question-1 label,
  .quiz_section .section-question-2 label {
    text-align: left !important;
    width: 50% !important;
  }
  .qmn_radio_answers label,
  .section-question-1 label,
  .section-question-2 label {
    font-size: 15px !important;
  }
  .mlw_previous,
  .mlw_custom_next,
  .qsm-submit-btn {
    padding: 14px 30px !important;
  }

  .losange {
    max-width: 50% !important;
  }
  .qmn_radio_answers,
  .qmn_check_answers,
  .section-question-1,
  .section-question-2 {
    width: 100% !important;
  }
  /* Results page */
  .qsm_questions_answers_section {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    padding: 0% !important;
    max-width: 100% !important;
  }

  .one-line {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .qmn_question_answer {
    width: 100% !important;
  }
  .qsm-results-page {
    max-width: 100% !important;
  }
  .qmn_question_answer::before {
    top: -30px !important;
    left: -40px !important;
    width: 80px !important;
    height: 80px !important;
  }

  .answer-wrapper {
    width: 40% !important;
  }
  .qmn_pagination {
    display: flex;
    flex-direction: column-reverse !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .qmn_pagination .qmn_btn:not(.mlw_custom_start) {
    margin: unset !important;
  }
  .qmn_pagination .qmn_btn.mlw_previous {
    margin-top: 15px !important;
  }
  .et_pb_column_0_tb_header:not(#custom-navbar .et_pb_column_0_tb_header) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .parent_progress_bar {
    width: 70% !important;
    margin: 0 auto !important;
    right: unset !important;
  }
  .qsm-progress-bar {
    margin-top: 0px !important;
  }
  .image-header {
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  .et_pb_image_0_tb_header .et_pb_image_wrap img {
    width: auto !important;
  }
  #cdlr-test {
    margin-top: 150px !important;
  }

  .mlw_custom_next,
  .mlw_previous {
    width: 200px !important;
    border-radius: 5px !important;
  }

  .sub-question2 {
    margin-top: 15px !important;
  }
  .sub-question1 {
    margin-bottom: 15px !important;
  }
  .qmn_radio_answers,
  .qmn_check_answers,
  .section-question-1,
  .section-question-2 {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 0 20px !important;
  }
  .quiz_section .qmn_radio_answers label,
  .quiz_section .qmn_check_answers label,
  .quiz_section .qmn_accept_answers label,
  .quiz_section .section-question-1 label,
  .quiz_section .section-question-2 label {
    width: 100% !important;
  }
  .qsm-results-page .qmn_question_answer {
    min-height: 600px !important;
  }
  .qsm-question-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
  }
  .left-side {
    width: 100% !important;
  }
  .parent-questions::before {
    display: none !important;
  }
  .parent-questions {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 50px !important;
  }
  .qsm-featured-image-inserted {
    max-width: 100% !important;
  }
  #trp-floater-ls {
    display: none !important;
  }
}

/* Styles pour les téléphones portables en orientation portrait */
@media screen and (min-width: 768px) and (max-width: 980px) {
  /* QUIZZ */

  .fs-subtitle {
    font-size: 18px !important;
  }

  .et_pb_row_6 {
    margin-top: 30px !important;
  }
  input.b5pt_form_submit {
    font-size: 30px !important;
    height: 110px;
    padding: 30px 40px !important;
  }
  .b5pt_form_buttons {
    align-items: end;
  }

  /*FORM */
  .modal-hipay-content {
    padding: 30px 50px !important;
  }
  .modal-hipay {
    width: 80% !important;
  }
  #hipay-modal-title {
    font-size: 35px !important;
  }
  #hipay-modal-subtitle {
    font-size: 16px !important;
  }
  .modal-hipay-content label {
    font-size: 16px !important;
  }
  .close-icon {
    font-size: 30px !important;
  }
  .payment-button,
  .simpay-previous-step,
  .simpay-next-step {
    width: 40% !important;
    font-size: 17px !important;
    padding: 20px 20px !important;
  }
  .payment-button::before {
    left: 23px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .simpay-styled .simpay-form-control label[for="simpay-form-4335-field-6"] {
    font-size: 13px !important;
  }
  #checkbox-label {
    font-size: 12px !important;
  }
  .split-input {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100%;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .modal-hipay .content .input-container.cc-exp,
  .modal-hipay .content .input-container.cc-cvc {
    width: 49%;
    margin-top: 20px !important;
  }

  #send-payment:disabled:before {
    background-size: contain;
    width: 35px;
    height: 35px;
    left: 18px;
    top: unset;
  }
  .simpay-previous-step {
    margin-bottom: 15px !important;
  }
  #send-payment,
  .simpay-previous-step {
    width: 50% !important;
  }
  .step-2 {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    top: unset !important;
  }

  /* PAYMENT FORM */
  .hipay-checkout-container {
    flex-direction: column;
    align-content: center;
  }
  .simpay-previous-step .fa-arrow-left,
  .simpay-next-step .fa-arrow-right {
    font-size: 25px;
  }
  .reassurance .reassurance-title,
  .reassurance .reassurance-text {
    font-size: 16px;
  }
  .reassurance .reassurance-item img {
    max-width: 45px;
    width: 45px;
  }

  .price-container {
    margin-top: 20px;
  }
  .split-input {
    margin-top: 20px;
  }
  .abtest-style .split-input {
    margin-top: 0px !important;
  }
  #hipay-pay-message {
    font-size: 16px !important;
    top: 0px !important;
    margin-bottom: 0px !important;
  }
  .price-container .big-price {
    font-size: 35px !important;
  }
  .simpay-next-step {
    margin-bottom: 10px !important;
  }
  .secure-payment .text-wrap p {
    font-size: 13px !important;
  }

  .cgu-text-modal-hipay {
    font-size: 11px !important;
  }
  .modal-hipay .content .bottom-content .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 20px !important;
    width: 20px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    input:checked
    ~ div
    .checkmark {
    transform: rotate(45deg) scale(1.3) !important;
    top: 0px !important;
  }
  #result-button {
    font-size: 28px !important;
  }
  html[lang="es-ES"] .modal-hipay .content .input-container.cc-number {
    width: 100% !important;
  }
  /* DRIVIN */
  .custom-header h1 {
    font-size: 35px !important;
  }
  .custom-header {
    height: auto !important;
  }
  .rules {
    width: 55vw !important;
  }
  .rules p {
    font-size: 16px !important;
  }
  .custom-header:after {
    right: 0px !important;
    bottom: 0px !important;
  }
  .custom-header:before {
    left: -20vw !important;
    top: -10vw !important;
    height: 330px !important;
    width: 350px !important;
  }
  .et_pb_row_0_tb_header {
    width: 90% !important;
  }
  /* QSM */
  .parent-questions {
    height: auto !important;
    min-height: auto !important;
  }
  .qmn_check_answers {
    width: 90% !important;
  }

  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
  }

  .quiz_section .mlw_qmn_new_question {
    font-size: 18px !important;
    margin-bottom: 0px !important;
  }
  .mlw_custom_next,
  .qsm-submit-btn {
    margin-left: 20% !important;
  }
  .quiz_section .qmn_radio_answers label,
  .quiz_section .qmn_check_answers label,
  .quiz_section .qmn_accept_answers label,
  .quiz_section .section-question-1 label,
  .quiz_section .section-question-2 label {
    text-align: left !important;
  }
  .qmn_radio_answers label,
  .section-question-1 label,
  .section-question-2 label {
    font-size: 15px !important;
  }
  /* Results page */
  .qsm_questions_answers_section {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    padding: 5% !important;
  }
  .qmn_question_answer {
    width: 100% !important;
  }
  .qsm-results-page {
    max-width: 90% !important;
  }
  .qmn_question_answer::before {
    top: -30px !important;
    left: -40px !important;
    width: 80px !important;
    height: 80px !important;
  }

  .answer-wrapper {
    width: 40% !important;
  }
  .quizz-row:has(.qsm-results-page) {
    width: 90% !important;
  }

  .quizz-row {
    width: 80% !important;
  }
  .mlw_previous,
  .mlw_custom_next,
  .qsm-submit-btn {
    padding: 14px 40px !important;
  }
  .qsm-question-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
  }
  .left-side {
    width: 100% !important;
  }
  .parent-questions::before {
    display: none !important;
  }
  .parent-questions {
    width: 80% !important;
    margin: 0 auto !important;
    margin-top: 50px !important;
  }
  .qsm-featured-image-inserted {
    max-width: 100% !important;
  }
}
/* Style for Tablets Portrait*/
@media screen and (min-width: 768px) and (max-width: 980px) and (orientation: portrait) {
  /* Ajoutez vos styles spécifiques pour les tablettes en orientation portrait ici */
  .modal-hipay-content {
    height: 75vh !important;
  }
  .simpay-next-step {
    margin-bottom: 40px !important;
  }
  .cgu-text-modal-hipay {
    margin-bottom: 0px !important;
  }
  #form-get-informations .modal-hipay-content {
    height: 75vh !important;
  }
  #form-get-informations .simpay-next-step {
    margin-bottom: 0px !important;
  }
}

/* Styles pour les ordinateurs portables (ou tablettes en orientation paysage) */
@media screen and (min-width: 981px) and (max-width: 1279px) {
  /* Ajoutez vos styles spécifiques pour les ordinateurs portables ici */

  .qsm-row {
    width: 100% !important;
  }

  /* QUIZZ */

  .fs-subtitle {
    font-size: 22px !important;
  }

  /*FORM */
  .modal-hipay-content {
    padding: 30px 50px !important;
  }
  .modal-hipay {
    width: 1000px !important;
  }

  /* RESULTS SECTION */
  .view-results {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .view-results .desktop-logo {
    display: none !important;
  }
  .view-results .mobile-logo {
    display: block !important;
  }
  #custom-loading {
    padding-top: 0px !important;
  }
  .view-results .button-column {
    padding: 80px 0 !important;
  }
  .view-results::before {
    top: 10px !important;
    left: -50px !important;
    width: 230px !important;
  }
  .view-results .stats-column::before {
    top: -100px !important;
    left: -250px !important;
    height: 1400px;
  }
  .view-results .stats-column {
    padding-top: 70px !important;
    margin: 0 !important;
  }
  .view-results .stats-column,
  .view-results .button-column {
    width: 100% !important;
  }
  .view-results .stats-column h2 span {
    font-size: 30px !important;
  }
  .new-indicators {
    zoom: 1 !important;
    justify-content: center !important;
  }
  .view-results #result-button {
    padding-left: 80px !important;
    padding-right: 60px !important;
  }
  #custom-loading {
    background-position: center top !important;
  }
  .modal-hipay .content .bottom-content .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 20px !important;
    width: 20px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    input:checked
    ~ div
    .checkmark {
    transform: rotate(45deg) scale(1.3) !important;
    top: 0px !important;
    left: 5px !important;
  }
  #result-button {
    font-size: 28px !important;
  }

  html[lang="es-ES"] #send-payment {
    width: 50% !important;
  }
  /* DRIVIN */
  .custom-header h1 {
    font-size: 40px !important;
  }
  .custom-header {
    height: auto !important;
  }
  .rules {
    width: 55vw !important;
  }
  .rules p {
    font-size: 17px !important;
  }
  .custom-header:after {
    right: -300px !important;
    bottom: 0px !important;
  }
  .custom-header:before {
    left: -10vw !important;
    top: -10vw !important;
    height: 330px !important;
    width: 350px !important;
  }
  .et_pb_row_0_tb_header {
    width: 90% !important;
  }
  /* QSM */
  .parent-questions {
    height: auto !important;
    min-height: auto !important;
  }
  .qmn_check_answers {
    width: 90% !important;
  }

  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
  }
  .quizz-row {
    width: 90% !important;
  }
  .mlw_previous,
  .mlw_custom_next,
  .qsm-submit-btn {
    padding: 14px 40px !important;
  }

  /* Results page */
  .qsm_questions_answers_section {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    padding: 5% !important;
  }
  .qmn_question_answer {
    max-width: 43% !important;
  }
  .qsm-results-page {
    max-width: 90% !important;
  }
  .qmn_results_page .mlw_qmn_question,
  .qsm-results-page .mlw_qmn_question {
    justify-content: center !important;
  }
  .quizz-row:has(.qsm-results-page) {
    width: 100% !important;
  }
  .qsm-question-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
  }
  .left-side {
    width: 100% !important;
  }
  .parent-questions::before {
    display: none !important;
  }
  .parent-questions {
    width: 60% !important;
    margin: 0 auto !important;
    margin-top: 50px !important;
  }
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (min-height: 1200px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-hipay-content {
    height: 70vh !important;
  }
  .modal-hipay {
    max-width: 80% !important;
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (min-height: 1200px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-hipay-content {
    height: 70vh !important;
  }
  .modal-hipay {
    max-width: 80% !important;
  }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (min-height: 1200px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-hipay-content {
    height: 70vh !important;
  }
  .modal-hipay {
    max-width: 80% !important;
  }
}
/* Styles pour les écrans de bureau de 13 pouces et 16" */
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  /* Ajoutez vos styles spécifiques pour les écrans de 13 pouces ici */
  /* HEADER */
  .et_pb_section_0:after {
    height: 320px !important;
    width: 280px !important;
    right: 50px !important;
  }
  .et_pb_section_0:before {
    width: 350px !important;
    height: 300px !important;
  }
  h1 {
    font-size: 75px !important;
  }
  .et_pb_text_1 {
    font-size: 18px !important;
  }
  .qsm-row {
    width: 100% !important;
  }

  /* QUIZZ */
  .et_pb_section_2:before {
    height: 300px !important;
    width: 300px !important;
  }
  .et_pb_section_2:after {
    height: 230px !important;
    width: 350px !important;
    right: -40px !important;
  }
  .fs-subtitle {
    font-size: 22px !important;
  }
  #b5pt_form .b5pt_questions fieldset {
    padding: 20px 10px !important;
  }

  /* LOADING */
  .et_pb_row_9:before {
    top: -60px !important;
    left: -60px !important;
    width: 220px !important;
  }

  .et_pb_row_9 .et_pb_column_12:before {
    left: -600px !important;
  }
  .et_pb_row_9 .et_pb_column_13 {
    padding-left: 15% !important;
  }
  .new-indicators {
    zoom: 0.8;
  }
  /* DRIVIN */
  .custom-header h1 {
    font-size: 50px !important;
  }
  .custom-header {
    height: auto !important;
  }
  .rules {
    width: 55vw !important;
  }
  .custom-header:after {
    right: 0px !important;
    bottom: 0px !important;
  }
  .custom-header:before {
    left: -10vw !important;
    top: -10vw !important;
    height: 320px !important;
  }
  .et_pb_row_0_tb_header {
    width: 90% !important;
  }
  /* QSM */
  .parent-questions {
    height: auto !important;
  }
  .qmn_check_answers {
    width: 90% !important;
  }

  /* Results page */
  .qsm_questions_answers_section {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    padding: 0% !important;
  }
  .qmn_question_answer {
    max-width: 45% !important;
  }
  .qsm-results-page {
    max-width: 100% !important;
  }
  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
  }
  .quizz-row {
    width: 80% !important;
  }
}

/* Media 2K */
@media screen and (min-width: 1921px) {
  .modal-hipay-content {
    height: 30vh !important;
    max-height: 900px !important;
  }
}
