/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url(//psona.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot);
  src: url(//psona.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot?#iefix)
      format("embedded-opentype"),
    url(//psona.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.ttf)
      format("truetype"),
    url(//psona.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff)
      format("woff"),
    url(//psona.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.svg#ETmodules)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.mlw_qmn_message_before {
  display: none !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"]: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: #333399;
  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 #333399;
}
/*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: green;
  transition: all 0.5s ease;
}

.help-block {
  font-size: 0.8em;
  color: #7c7c7c;
  text-align: left;
  margin-bottom: 0.5em;
}

/** 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: "Montserrat", 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: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  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://psona.io/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,
#popupPaymentValidBg .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: "Open Sans", 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: "Open Sans", 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: "Open Sans", 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 .checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.modal-hipay .content .checkbox-container input {
  display: none;
}

.modal-hipay .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 .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 #333399;
  border-right: 3px solid #333399;
}

.modal-hipay .content .checkbox-container input:checked ~ div .checkmark {
  transform: rotate(45deg) scale(1) !important;
}

.modal-hipay .content .checkbox-container .text {
  font-family: "Open Sans", 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: transparent;
}
.quiz_begin {
  display: none;
  height: 0px;
  padding: 0px;
  margin: 0px;
}

/* HEADER */

.red-bef::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #D8847C;
  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: #333399 !important;
  text-align: center !important;
}
.simpay-form-control h1 {
  text-align: center !important;
  color: #333399 !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: #333399;
}
.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: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  background-color: #333399;
  background-image: unset;
}
.simpay-payment-btn span {
  background: unset;
  font-size: 30px;
  height: auto;
  box-shadow: unset;
  background-image: unset;
}
.qsm-result-page-warning {
  display: none !important;
}
.simpay-payment-btn:hover {
  border: 2px solid black !important;
  background-image: unset;
  background-color: #ffffff !important;
  transition: background-color 500ms ease-in-out;
}
.simpay-payment-btn:hover > span {
  color: black !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 #3333992b;
  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;
}

.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: #333399;
  text-align: center;
}
.simpay-checkbox-wrap label {
  font-size: 16px;
}

.simpay-checkout-btn {
  color: #ffffff !important;
  border: 2px solid transparent !important;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
  background-color: #333399 !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: #333399 !important;
  background-color: white !important;
  border: 2px solid #333399 !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: "Open Sans" !important;
  font-weight: 400 !important;
}
.simpay-checkout-form--overlay.simpay-styled {
  padding: 0 0px !important;
}
.simpay-modal {
  background: #3333992b !important;
  backdrop-filter: blur(10px) !important;
}
.simpay-modal__body::before {
  content: "";
  background: url(https://psona.io/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 */

.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;

  font-size: 20px !important;
  background: unset !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  color: #333399 !important;
  margin-top: 15px;
}
.mlw_qmn_timer::before {
  content: "";
  background: url(https://psona.io/wp-content/uploads/2023/09/Groupe-278.svg);
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 20px;
  background-size: cover;
}

.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: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  background-color: #333399 !important;
  padding: 14px 20px !important;
  font-size: 20px !important;
  opacity: 0 !important;
}
.mlw_custom_start:hover {
  color: #333399 !important;
  background: white !important;
  border: 2px solid #333399 !important;
  transition: background 200ms ease-in-out !important;
}

.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.et_pb_column_0_tb_header:not(#custom-navbar .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 {
  right: -10%;
  top: -20px;
  width: 100%;
}

.qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.qsm-auto-page-row:has(.custom-audio-player) {
  background: white;
  border-radius: 10px;
  box-shadow: 3px 6px 10px 0px rgb(0 0 0 / 10%);
  margin: 60px auto !important;
  padding: 30px 0 !important;
  padding-top: 0px !important;
  position: relative;
  width: 85% !important;
}
.mlw_qmn_new_question,
.mlw_qmn_question b {
  color: #333399;
  font-size: 16px;
  font-family: "Open Sans";
  margin-bottom: 20px !important;
  margin-top: 10px;
  padding: 0 5%;
  display: flex !important;
  justify-content: flex-start;
  padding-top: 20px;
}
.qmn_radio_answers {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.category-section-id-c9 .qmn_radio_answers {
  display: grid;
  grid-template-columns: repeat(4, 13vw);
  align-content: center;
  justify-content: center;
  align-items: stretch;
  grid-gap: 35px;
}
.qmn_mc_answer_wrap {
  border-radius: 80px;
  padding: 10px 1%;
  cursor: pointer;
  position: relative !important;
  display: block;
  margin: 5px 0 5px 0;
  background: #fbfbfb94;
  border-radius: 0px !important;
  border: 1px solid #0000000d !important;
  width: 55% !important;
}

.category-section-id-c9 .qmn_radio_answers .qmn_mc_answer_wrap {
  width: 100% !important;
  padding: 1% !important;
  margin: 0 auto;
}

.quiz_end {
  display: none !important;
}
.qmn_mc_answer_wrap input[type="radio"] {
  -webkit-appearance: unset;
  position: absolute !important;
  display: block;
  height: 100%;
  width: 50px;
  background: #3333990d;
  position: relative;
  top: 0;
  margin: 0px !important;
  left: 0px;
}
.checked::before {
  content: "";
  background: url(https://psona.io/wp-content/uploads/2025/02/cross.svg);
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.checked:has(.center-before)::before {
  top: 30% !important;
}
.checked input[type="radio"] {
  background: #333399 !important;
}
.qmn_mc_answer_wrap:hover input[type="radio"] {
  background: #333399 !important;
  transition: all 0.3s ease-in-out;
}
.qmn_radio_answers label {
  color: #263238;
  font-size: 15px !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto !important;
  max-width: calc(100% - 130px) !important;
}
.category-section-id-c9 .qmn_radio_answers label {
  min-height: 50px;
  height: 100%;
}

.qmn_quiz_container .qmn_pagination .mlw_previous,
.qmn_quiz_container .qmn_pagination .mlw_custom_next,
.qmn_quiz_container .qmn_pagination .qsm-submit-btn {
  color: white !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  font-family: "Open Sans" !important;
  font-weight: bold !important;
  margin: 0 10%;
  border: none !important;
  padding: 14px 50px !important;
  text-transform: uppercase !important;
  background: #333399 !important;
  border-radius: 5px !important;
  border: 2px solid transparent !important;
}
.letter {
  font-size: 45px;
  font-weight: 900;
  color: #D8847C;
  margin: 10px 0;
}
.qmn_quiz_container .qmn_pagination .mlw_previous:hover,
.qmn_quiz_container .qmn_pagination .mlw_custom_next:hover,
.qmn_quiz_container .qmn_pagination .qsm-submit-btn:hover {
  background: white !important;
  color: #333399 !important;
  border: 2px solid #333399 !important;
  transition: all 0.3s ease;
}
.mlw_custom_next,
.qsm-submit-btn {
  margin-left: 24% !important;
  margin-right: 0px !important;
}

.qmn_pagination .mlw_previous {
  margin-left: 0px !important;
  margin-right: 24% !important;
}
.qsm-progress-bar svg path {
  stroke: #ffffff;
  border-radius: 5px;
  stroke-linecap: round;
}
.qsm-progress-bar svg path:nth-child(2) {
  stroke: #333399;
}
.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: 60px;
}
.qsm-question-wrapper {
  background: white;
  border-radius: 10px;
  box-shadow: 3px 6px 10px 0px rgb(0 0 0 / 10%);
  margin: 60px 0 !important;
  padding: 30px 0 !important;
  padding-top: 0px !important;
  position: relative;
}
.qsm-question-wrapper .top-banner,
.top-banner-audio {
  border-radius: 10px 10px 0 0;
  background: #333399;
  display: flex;
  position: relative;
  top: 0;
  color: white;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
}
.qsm-question-wrapper p.question-number,
p.question-number-custom {
  padding: 0px !important;
}
.qsm-question-wrapper p {
  font-weight: bold;
  font-size: 16px !important;
}
/* CSS FOR QUIZZ */

        
       .qsm-results-page .header {
            background: #034833;
            color: white;
            padding: 30px;
            text-align: center;
        }
        
        .qsm-results-page .header h1 {
            font-size: 32px;
            margin-bottom: 10px;
            font-weight: bold;
          color:white;
        }
        
       .qsm-results-page .results-section {
            padding: 40px;
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 40px;
            align-items: start;
        }
        
      .qsm-results-page  .score-column {
            text-align: center;
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            border-left: 5px solid #3498db;
        }
        
       .qsm-results-page .score-display {
            font-size: 3.5em;
            font-weight: bold;
            color: #27ae60;
            margin-bottom: 30px;
        }
        
      .qsm-results-page  .score-label {
            font-size: 1.2em;
            color: #666;
            margin-bottom: 20px;
        }
        
       .qsm-results-page .score-interpretation {
            font-size: 0.9em;
            color: #888;
            font-style: italic;
        }
        
       .qsm-results-page .text-column {
            padding: 20px;
        }
        
       .qsm-results-page .result-text {
            font-size: 1.1em;
            line-height: 1.8;
            color: #444;
            background: #f8f9fa;
            padding: 25px;
            border-radius: 10px;
            border-left: 4px solid #27ae60;
        }
        
      .qsm-results-page  .details-section {
            background: #f1f3f4;
            padding: 30px;
            border: 1px solid #e0e0e0;
        }
        
       .qsm-results-page .details-header {
            text-align: center;
            margin-bottom: 30px;
            font-size: 1.3em;
            color: #2c3e50;
            font-weight: 600;
        }
        
      
      
        

   
        @media (max-width: 768px) {
          .qsm-results-page  .results-section {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 20px;
            }
            
      
            
          .qsm-results-page  .score-display {
                font-size: 2.5em;
            }
            
           .qsm-results-page .container {
                margin: 10px;
                border-radius: 10px;
            }
        }

.qsm-results-page .container {
    width: 90% !important;
}
.et_pb_section:not(#cdlr-test) .qmn_results_page .qmn_question_answer {
    max-width: 45% !important;
}

/* CSS For Result Page */
.qsm-question-title-description {
  width: 100%;
}
.result-line {
  color: black;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.result-line .total_correct {
  color: #333399;
  font-weight: bold;
  font-size: 60px;
}
.qmn_question_answer {
  box-shadow: 5px 10px 15px rgb(0 0 0 / 15%);
  background: white;
  border-radius: 40px;
  padding: 5%;
  margin-bottom: unset !important;
  border-bottom: unset !important;
  min-height: 220px;
}
.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-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-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: #333399;
  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: 120px;
}

.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;
}
.qsm-auto-page-row:has(.custom-audio-player) .qsm-input-label {
  max-width: calc(100% - 130px) !important;
}
.custom-audio-player {
  border-bottom: 4px solid #3333990d;
  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: 2% 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: #333399;
}
.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: #333399; /* 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: #333399;
}
#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: "Open Sans" !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;
}
#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: "Montserrat", 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: #333399 !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: "Open Sans" !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: #333399 !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: "Open Sans" !important;
}

.cgu-text-modal-hipay {
  background: none !important;
  font-family: "Open Sans" !important;
  font-weight: normal !important;
  font-size: 9px !important;
  line-height: 1.3em !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: #333399 !important;
  font-family: "Open Sans" !important;
  font-size: 30px !important;
}
#hipay-modal-title::before {
  content: "";
  background: #3333992b;
  height: 20px;
  display: block;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: -1;
  left: 0;
}

#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: "Open Sans" !important;
  font-size: 15px !important;
}
.modal-hipay {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 20px;
  box-shadow: 0px 3px 30px #00000007;

  padding-right: 10px;
}
.modal-hipay-content {
  height: 100% !important;
  overflow: auto !important;
  padding: 20px 70px !important;
  padding-bottom: 50px !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: 40px !important;
  font-size: 15px !important;
  position: relative;
}
.modal-hipay-content label,
#checkbox-label {
  font-family: "Open Sans" !important;
  font-size: 14px !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}

.input-container:has(#hipay-address-holder-label) {
  width: 100% !important;
  display: none !important;
}
.close-icon {
  background: #333399;
  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;

  display: none !important;
}
/* .checkmark {
  background: #333399 !important;
} */
.payment-button,
.simpay-previous-step,
.simpay-next-step {
  margin-left: auto !important;
  background: #333399 !important;
  border-radius: 60px !important;
  width: 35% !important;
  height: auto !important;
  font-family: "Open Sans" !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 15px 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: #333399 !important;
}
.step-2 {
  display: none;
}

#hipay-pay-message {
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Open Sans" !important;
  font-weight: 500;
  margin-bottom: 30px;
}

.price-container .big-price {
  font-size: 45px !important;
  font-weight: 600 !important;
  color: #333399 !important;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
}
.modal-hipay-content a {
  color: #333399 !important;
}

.modal-hipay-content .checkbox {
  border-radius: 4px !important;
  color: #333399 !important;
  border: 2px solid #333399 !important;
  height: 17px !important;
  width: 17px !important;
  box-shadow: unset;
}
#modal-hipay {
  top: 0px !important;
  left: unset;
  padding-right: unset !important;
  padding-top: 0px;
  transform: none !important;
  padding-bottom: 10px;
}
#modal-hipay::-webkit-scrollbar {
  width: 20px;
}
#modal-hipay::-webkit-scrollbar-thumb {
  background-color: #333399;
  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: #333399;
  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 .img-wrap img {
  max-width: 75% !important;
}
.secure-payment .text-wrap p {
  font-family: "Open Sans";
  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://psona.io/wp-content/uploads/2024/02/bxs-lock-open.svg);
  left: 20px;
  top: 18px;
  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: "Open Sans" !important;
}

/* #send-payment:disabled:before {
  background-image: url(http://psona.io/wp-content/uploads/2024/02/bxs-lock-close-1.svg) !important;
  background-size: 37px;
  left: 20px;
  top: 18px;
} */
.step-2 #card-errors {
  margin-top: 10px;
}

/* CHART */
.new-indicators .label-circle {
  font-weight: 600;
  font-family: "Open Sans";
  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: #333399;
}
.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: "Open Sans";
  font-weight: bolder;
  filter: blur(5px);
}
.b5pt_form_radios .choice label {
  font-family: "Open Sans" !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: 30px;
}
.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: 14px;
  padding-bottom: 5px;
  color: #000;
}
.reassurance .reassurance-text {
  font-size: 14px;
  color: #878787;
}
.reassurance .reassurance-item img {
  max-width: 30px;
  width: 30px;
}

#send-payment {
  width: 40% !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: 12px;
  line-height: 1.4em;
}
#checkbox-label {
  color: #000000 !important;
  font-size: 11px !important;
  line-height: 16px !important;
}

.checkbox-container::selection {
  display: none !important;
}

/* CSS FOR LANGAGE */
html[lang="es-ES"] .modal-hipay .content .input-container.cc-number {
  min-width: 40%;
  width: 50%;
}

@-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;
}
.qmn_error_message {
  display: none !important;
}
.custom-results-account {
  max-height: 55vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-results-account .result-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #5fa7d9;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-results-account .result-line p {
  font-weight: lighter;
  font-size: 20px;
  color: #707070;
}
.result-line_button a {
  border-radius: 30px;
  background-color: #333399;
  font-weight: bolder;
  padding: 10px 20px;
  margin: 0px !important;
  border: none !important;
  color: white;
}
.result-line_button a:hover {
  color: white;
}
.result-line_name {
  width: 11vw;
}
.result-line_date {
  width: 10vw;
}
.result-line_result {
  width: 2vw;
}
.checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
#popupPaymentValidBg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popupPaymentValidBg .valid-content {
  background-color: white;
  padding: 40px;
  width: 40%;
  border-radius: 15px;
  position: relative;
}
#popupPaymentValidBg .close-icon {
  border-radius: 0 15px 0 80px;
}
#popupPaymentValidBg h2 {
  font-weight: 700;
}
#popupPaymentValidBg .logButton {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: #e09900;
  border-radius: 29px;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  background-color: #333399;
  padding: 0.6em 1em !important;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 35%;
  margin-top: 30px;
}
.cancel-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
#unsubscribe_form form input[type="email"],
#unsubscribe_form form {
  width: 100% !important;
}
#unsubscribe_form #stripe_email {
  height: 50px;
  padding: 10px 0px;
  font-size: 15px;
  margin-bottom: 20px !important;
}

.custom-loading .col h4 {
  font-size: 24px;
  font-weight: 700;
  color: #333399;
  position: relative;

  margin-bottom: 30px;
}
.custom-loading .two-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 60px;
}
.custom-loading .col.total {
  margin-bottom: 0px;
}
.custom-loading .two-col .col {
  width: 48%;
}
.custom-loading .col p {
  font-size: 36px;
  font-weight: bold;
  color: #333399;
}
.custom-loading .col.total p,
.custom-loading .col.skill p {
  color: #333399 !important;
}
.custom-loading .col p .blur {
  filter: blur(7px);
}

.custom-loading .custom-title-res::before {
  content: "";
  background: #cfcfcf4d;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 60%;
  z-index: -1;
  left: -20px;
}
.custom-loading .total .custom-title-res::before,
.custom-loading .skill .custom-title-res::before {
  background: #cfcfcf4d !important;
}

/* LOVE VERSION */
body:has(.love-test) .mlw_qmn_timer::before {
  filter: hue-rotate(145deg) !important;
}
body:has(.love-test) .custom-loading .custom-title-res::before {
  background: #eba9c1 !important;
}

body:has(.love-test) .price-container .big-price, body:has(.love-test) .modal-hipay-content a {
  color: #eba9c1 !important;
}
body:has(.love-test) .modal-hipay-content .checkbox{
 color: #eba9c1 !important;
 border-color: #eba9c1 !important;
}
body:has(.love-test) .payment-button{
  background: #a35270 !important;
}
body:has(.love-test) .hipay-checkout-container img, body:has(.love-test) .reassurance .reassurance-item img, body:has(.love-test) .secure-payment .img-wrap img {
  filter: hue-rotate(128deg) !important;
}

body:has(.love-test) .simpay-next-step {
  filter: hue-rotate(120deg) !important;
}
body:has(.love-test) #hipay-modal-title::before {
  background: #f3d5d5!important;
}
body:has(.love-test) .custom-loading .two-col .col {
  width: 60% !important;
}
body:has(.love-test) .qmn_mc_answer_wrap {
  padding: 0px 0px !important;
}
body:has(.love-test) .qsm-input-label {
  padding: 10px 0 !important;
  max-width: 92% !important;
  padding-left: 30px !important;
  margin: 0px !important;
    margin-left: auto !important;
    justify-content: center;
    align-items: center;
}

body:has(.love-test) .qsm-auto-page-row input[type="radio"] {
  border-radius: 0px !important;
}

.love-test .qsm-auto-page-row input[type="radio"] {
  border: 0px !important;
  border-radius: 0px !important;
}

.et_pb_row.quizz-row:has(.qmn_results_page) {
  width: 90% !important;
}
/* Styles pour les petits écrans de téléphone portable */
@media screen and (max-width: 520px) {
  /* Ajoutez vos styles spécifiques pour les petits écrans de téléphone portable ici */

  .result-line_button a {
    font-size: 12px;
    padding: 10px;
  }
  .custom-results-account .result-line p {
    font-size: 13px;
  }
  /* QUIZZ */
  #b5pt_form .b5pt_questions fieldset {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 10px !important;
    background: white !important;
  }
  #b5pt_form .choice:nth-child(1) label,
  #b5pt_form .choice:nth-child(5) label {
    font-size: 10px !important;
  }
  #b5pt_form .choice:nth-child(1) label {
    margin-right: 5px !important;
  }
  #b5pt_form .choice:nth-child(5) label {
    margin-left: 5px !important;
  }
  .fs-subtitle {
    font-size: 14px !important;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  /* #b5pt_form .choice:nth-child(5) input,
  #b5pt_form .choice:nth-child(1) input {
    width: 30px !important;
    height: 30px !important;
  }
  #b5pt_form .choice:nth-child(2) input,
  #b5pt_form .choice:nth-child(4) input {
    width: 25px !important;
    height: 25px !important;
  }

  #b5pt_form .choice:nth-child(3) input {
    width: 20px !important;
    height: 20px !important;
  } */
  #b5pt_form .choice input {
    border-radius: 3px !important;
    width: 30px !important;
    height: 30px !important;
  }
  #b5pt-timer {
    font-size: 20px !important;
    padding: 20px 0;
  }
  .b5pt_form_buttons {
    margin-top: 10px !important;
    width: 100% !important;
  }
  #b5pt_form .b5pt_form_next {
    position: relative;
    bottom: -0px;
    right: 0px;
    font-size: 40px !important;
    padding: 30px 30px !important;
    border-radius: 100% !important;
  }
  #b5pt_form .b5pt_form_previous {
    position: relative;
    bottom: 0px;
    left: 0px;
    font-size: 40px !important;
    padding: 30px 30px !important;
    border-radius: 100% !important;
  }
  #b5pt_form .b5pt_questions {
    padding: 0px 0px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_6:not(.list-premiums) {
    width: 100% !important;
    bottom: -30px;
  }
  body:has(.qsm-auto-page-row) .et_pb_section_2:after {
    width: 450px !important;
  }
  input.b5pt_form_submit {
    font-size: 20px !important;
    height: 100px;
    padding: 30px 40px !important;
  }
  .b5pt_form_buttons {
    align-items: end;
  }
  /* LOADING */

  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_text_10 h2 {
    font-size: 30px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_column_13 .et_pb_text_11 {
    line-height: 40px;
  }

  .choice input[type="radio"]:checked::before {
    font-size: 17px !important;
  }
  .new-indicators {
    justify-content: center !important;
    zoom: 0.48;
  }
  /*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;
    min-height: 100vh !important;
    height: 100% !important;
    overflow-y: auto !important;
    margin-top: 30px;
    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;
    margin-top: 25px !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: #333399 !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: 11px !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: 20px !important;
    width: 20px !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 {
    width: 90% !important;
    margin: 0 auto !important;
  }
  #hipay-test {
    width: 100% !important;
  }

  .secure-payment .text-wrap p {
    font-size: 10px !important;
    line-height: 17px;
  }
  .secure-payment .img-wrap {
    margin-right: 10px !important;
  }
  .modal-hipay .content .checkbox-container .checkbox .checkmark {
    width: 15px !important;
    top: 1px !important;
    left: 3px;
  }

  .modal-hipay .content .checkbox-container input:checked ~ div .checkmark {
    transform: scaleX(-1) rotate(45deg) !important;
  }

  /* RESULTS SECTION */
  .view-results {
    display: flex;
    flex-direction: column-reverse;
  }

  .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;
  }
  .view-results .stats-column::before {
    top: -80px !important;
    left: -300px !important;
  }
  .view-results .stats-column {
    padding-top: 70px !important;
    margin: 0 !important;
  }
  /* .abtest-style #hipay-pay-message {
    margin-bottom: 20px !important;
  } */
  #form-get-informations .modal-hipay-content {
    margin-top: 30px !important;
  }
  .modal-hipay .content .checkbox-container {
    gap: 0.5rem;
  }
  .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;
  }

  .qmn_radio_answers {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .qsm-question-wrapper:not(:has(.qsm-hint))::before {
    display: none !important;
    content: unset !important;
  }
  .qmn_mc_answer_wrap {
    width: 80% !important;
  }
  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
    margin-top: 0px !important;
  }
  .checked::before {
    top: 25% !important;
  }
  .checked:has(.center-before)::before {
    top: 25% !important;
  }
  .qmn_pagination {
    display: flex;
    flex-direction: column !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;
  }
  #mlw_qmn_timer {
    top: 20px !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center !important;
  }
  .et_pb_image_0_tb_header.et_pb_module {
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    text-align: center;
  }
  .image-header img {
    height: 70px !important;
  }
  .qmn_results_page .qmn_question_answer {
    width: 100% !important;
    max-width: 100% !important;
  }
  .qmn_results_page .mlw_qmn_question,
  .qsm-results-page .mlw_qmn_question {
    flex-direction: column !important;
  }
  .mlw_qmn_question .qsm-text-correct-option,
  .mlw_qmn_question .qsm-text-simple-option,
  .mlw_qmn_question .qsm-text-wrong-option {
    font-size: 18px !important;
  }
  .result-line .total_correct {
    display: block;
    margin-top: 10px;
    font-size: 45px;
  }
  .close-icon {
    right: 16px !important;
  }
  #popupPaymentValidBg .valid-content,
  #popupPaymentValidBg .logButton {
    width: 90% !important;
  }
  .mlw_qmn_new_question {
    font-size: 16px !important;
    text-align: center !important;
    justify-content: center !important;
  }
  
  .category-section-id-c9 .qmn_radio_answers label {
    min-height: 0px !important;
  }

  .controls button img {
    width: 25px !important;
  }
  .custom-audio-player .icon-audio {
    margin-right: 30px !important;
  }
  .custom-audio-player .duration #duration,
  #progression {
    font-size: 15px !important;
  }
  .qsm-question-wrapper p {
    font-size: 14px !important;
  }
  .qsm-question-wrapper {
    margin-top: 30px !important;
  }
  .qsm-question-wrapper .top-banner,
  .top-banner-audio {
    padding: 10px 20px !important;
  }
  .custom-loading .col h4 {
    font-size: 25px !important;
  }
  .custom-loading .col p {
    font-size: 30px !important;
  }
  .custom-loading .two-col .col {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
  .custom-loading .two-col {
    flex-direction: column !important;
  }
  .custom-loading .two-col {
    margin-bottom: 30px !important;
  }
  .top-banner-audio p {
    font-size: 13px !important;
  }
  .custom-loading .two-col:first-child {
    display: none !important;
  }
  .category-section-id-c9 .qmn_radio_answers .qmn_mc_answer_wrap {
    width: 80% !important;
    padding: 2% 1% !important;
  }
  html:has(#custom-test) #trp-floater-ls,
  html:has(#custom-test-sec) #trp-floater-ls,
  html:has(.mlw_qmn_quiz) #trp-floater-ls {
    display: none !important;
  }
  body:has(.love-test) .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    margin-top: 50px !important;
  }
  body:has(.love-test) .qsm-input-label, .love-test .qsm-input-label {
    padding: 10px 30px !important;
    text-align: center !important;
    max-width: 230px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    min-height: 111px !important;
  }

  .love-test .mlw_qmn_new_question {
    min-height: 81px !important;
  }

}

@media screen and (max-width: 375px) {
  .new-indicators {
    justify-content: center !important;
    zoom: 0.46;
    -moz-transform: scale(0.46);
  }

  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;
  }
  .start-row {
    width: 90% !important;
  }
}
@media screen and (max-width: 360px) {
  #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 */
  /* QUIZZ */
  .result-line_button a {
    font-size: 12px;
    padding: 10px;
  }
  .custom-results-account .result-line p {
    font-size: 13px;
  }
  #b5pt_form .b5pt_questions fieldset {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 20px !important;
    background: white !important;
  }
  #b5pt_form .choice:nth-child(1) label,
  #b5pt_form .choice:nth-child(5) label {
    font-size: 10px !important;
  }
  #b5pt_form .choice:nth-child(1) label {
    margin-right: 10px !important;
  }
  #b5pt_form .choice:nth-child(5) label {
    margin-left: 10px !important;
  }
  .fs-subtitle {
    font-size: 16px !important;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  #b5pt_form .choice:nth-child(5) input,
  #b5pt_form .choice:nth-child(1) input {
    width: 30px !important;
    height: 30px !important;
  }
  #b5pt_form .choice:nth-child(2) input,
  #b5pt_form .choice:nth-child(4) input {
    width: 25px !important;
    height: 25px !important;
  }

  #b5pt_form .choice:nth-child(3) input {
    width: 20px !important;
    height: 20px !important;
  }
  #b5pt_form .choice input {
    border-radius: 3px !important;
  }
  #b5pt-timer {
    font-size: 25px !important;
  }
  .b5pt_form_buttons {
    margin-top: 90px !important;
    width: 100% !important;
  }
  #b5pt_form .b5pt_form_next {
    position: relative;
    bottom: 0px;
    right: 0px;
    font-size: 50px !important;
    padding: 30px 30px !important;
    border-radius: 100% !important;
  }
  #b5pt_form .b5pt_form_previous {
    position: relative;
    bottom: 0px;
    left: 0px;
    font-size: 50px !important;
    padding: 30px 30px !important;
    border-radius: 100% !important;
  }
  input.b5pt_form_submit {
    font-size: 30px !important;
    height: 110px;
    padding: 30px 40px !important;
  }
  .b5pt_form_buttons {
    align-items: end;
  }
  /* LOADING */

  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_text_10 h2 {
    font-size: 30px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_column_13 .et_pb_text_11 {
    line-height: 40px;
  }

  body:has(.qsm-auto-page-row)
    .et_pb_column_12:before:not(.list-premiums .et_pb_column_12:before) {
    width: 1050px !important;
    height: 1000px !important;
  }
  .new-indicators {
    zoom: 0.65;
    justify-content: center;
  }
  /*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: #333399;
  }
  .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;
  }
  /* FIX */
  .mobile-labels {
    display: flex !important;
    width: 90%;
    margin: 0 auto;
  }

  #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: 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: 0px auto !important;
    margin-bottom: 20px !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 {
    width: 90% !important;
    margin: 0 auto !important;
  }
  #hipay-test {
    width: 100% !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 .checkbox-container .checkbox .checkmark {
    width: 12px !important;
    top: 0px !important;
  }
  /* RESULTS SECTION */
  .view-results {
    display: flex;
    flex-direction: column-reverse;
  }

  .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;
  }
  .view-results .stats-column::before {
    top: -50px !important;
    left: -200px !important;
  }
  .view-results .stats-column {
    padding-top: 70px !important;
    margin: 0 !important;
  }
  .view-results .stats-column h2 span {
    font-size: 30px !important;
  }

  .view-results #result-button {
    padding-left: 80px !important;
    padding-right: 60px !important;
  }
  .modal-hipay .content .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 25px !important;
    width: 25px !important;
  }
  .modal-hipay .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;
  }
  .qmn_radio_answers {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .qsm-question-wrapper:not(:has(.qsm-hint))::before {
    display: none !important;
    content: unset !important;
  }
  .qmn_mc_answer_wrap {
    width: 60% !important;
  }
  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
    margin-top: 100px !important;
  }
  .qsm-question-wrapper p {
    font-size: 14px !important;
  }
  .qsm-question-wrapper .top-banner,
  .top-banner-audio {
    padding: 10px 20px !important;
  }
  .checked::before {
    top: 25% !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;
  }
  .qmn_results_page .qmn_question_answer {
    width: 80% !important;
    max-width: 100% !important;
  }
  .qmn_results_page .qsm_questions_answers_section {
    justify-content: center !important;
    align-items: center !important;
    grid-gap: 60px 0px !important;
  }
  .qmn_results_page .mlw_qmn_question,
  .qsm-results-page .mlw_qmn_question {
    justify-content: center !important;
  }
  .result-line .total_correct {
    display: block;
    margin-top: 10px;
    font-size: 45px;
  }
  #popupPaymentValidBg .valid-content {
    width: 80% !important;
  }
  #popupPaymentValidBg .logButton {
    width: 60% !important;
  }
  .custom-loading .two-col:first-child {
    display: none !important;
  }
  .category-section-id-c9 .qmn_radio_answers .qmn_mc_answer_wrap {
    width: 80% !important;
  }
  #checkbox-label {
    color: #000000 !important;
    font-size: 13px !important;
  }
}

/* Styles pour les téléphones portables en orientation portrait */
@media screen and (min-width: 768px) and (max-width: 980px) {
  /* HEADER */
  body:has(.qsm-auto-page-row) .et_pb_section_0:after {
    height: 200px !important;
    width: 180px !important;
    right: 20px !important;
    top: -10px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_section_0:before {
    width: 250px !important;
    height: 250px !important;
  }
  body:has(.qsm-auto-page-row) h1 {
    font-size: 60px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_text_1 {
    font-size: 18px !important;
  }

  body:has(.qsm-auto-page-row) .et_pb_row_2:before {
    height: 300px !important;
    width: 200px !important;
    left: -220px !important;
    top: 150px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_text_1 {
    width: 85% !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_3 .et_pb_image_4 {
    display: none !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_3 .et_pb_text_7 .wrap-img img {
    width: 100px !important;
  }
  /* QUIZZ */
  body:has(.qsm-auto-page-row) .et_pb_section_2:before {
    height: 300px !important;
    width: 380px !important;
    bottom: 20px !important;
    left: -80px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_section_2:after {
    height: 200px !important;
    width: 300px !important;
    right: 0px !important;
    top: -40px !important;
  }
  .fs-subtitle {
    font-size: 18px !important;
  }
  #b5pt_form .b5pt_questions fieldset {
    padding: 20px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    background: white;
  }
  #b5pt_form .choice:nth-child(1) label,
  #b5pt_form .choice:nth-child(5) label {
    font-size: 16px !important;
  }
  #b5pt_form .choice:nth-child(1) label {
    margin-right: 20px !important;
  }
  #b5pt_form .choice:nth-child(5) label {
    margin-left: 20px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_6 {
    flex-direction: column;
    align-items: flex-start;
    width: 75% !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_6 .et_pb_image_5 {
    width: 30% !important;
  }
  .b5pt_form_buttons {
    width: 100% !important;
  }
  #b5pt_form .b5pt_form_next {
    position: relative;
    bottom: 0px;
    right: 0px;
    font-size: 80px !important;
    padding: 30px 30px !important;
    border-radius: 100% !important;
  }
  #b5pt_form .b5pt_form_previous {
    position: relative;
    bottom: 0px;
    left: 0px;
    font-size: 80px !important;
    padding: 30px 30px !important;
    border-radius: 100% !important;
  }
  body:has(.qsm-auto-page-row) .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;
  }
  /* LOADING */

  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_text_10 h2 {
    font-size: 30px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_column_13 .et_pb_text_11 {
    line-height: 40px;
  }
  .new-indicators {
    zoom: 1;
    justify-content: center;
  }
  /*FORM */
  .modal-hipay-content {
    padding: 30px 50px !important;
  }
  .modal-hipay {
    width: 90% !important;
    margin: 0 auto !important;
  }
  #hipay-test {
    width: 100% !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: 15px !important;
    top: 15px !important;
  }
  .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;
  }

  /* FIX BEFORE PROD */
  /* QUIZZ */
  .mobile-labels {
    display: flex !important;
    width: 90%;
    margin: 0 auto;
  }
  #b5pt_form .choice:nth-child(1) label,
  #b5pt_form .choice:nth-child(5) label {
    display: none !important;
  }

  #custom-test .et_pb_column_7 {
    width: 50% !important;
    margin-right: 30px !important;
  }
  #custom-test .et_pb_row_5 {
    width: 75% !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;
  }
  /* RESULTS SECTION */
  .view-results {
    display: flex;
    flex-direction: column-reverse;
  }

  .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: -160px !important;
    left: -330px !important;
  }
  .view-results .stats-column {
    padding-top: 70px !important;
    margin: 0 !important;
  }
  .view-results .stats-column h2 span {
    font-size: 30px !important;
  }
  .new-indicators {
    zoom: 0.9 !important;
  }
  .view-results #result-button {
    font-size: 28px !important;
    padding-left: 80px !important;
    padding-right: 60px !important;
  }

  .cgu-text-modal-hipay {
    font-size: 11px !important;
  }
  .modal-hipay .content .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 20px !important;
    width: 20px !important;
  }
  .modal-hipay .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;
  }
  .qmn_radio_answers {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .qsm-question-wrapper:not(:has(.qsm-hint))::before {
    display: none !important;
    content: unset !important;
  }
  .qmn_mc_answer_wrap {
    width: 60% !important;
  }
  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
    margin-top: 0px !important;
  }
  .checked::before {
    top: 25% !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;
  }
  .qmn_results_page .qsm_questions_answers_section {
    align-items: center !important;
    grid-gap: 60px 0px !important;
  }
  .qmn_results_page .mlw_qmn_question,
  .qsm-results-page .mlw_qmn_question {
    justify-content: center !important;
  }
  #popupPaymentValidBg .valid-content {
    width: 80% !important;
  }
  #popupPaymentValidBg .logButton {
    width: 60% !important;
  }
  .result-line_button a {
    font-size: 12px !important;
    padding: 10px !important;
  }
  .custom-results-account .result-line p {
    font-size: 13px !important;
  }
  .category-section-id-c9 .qmn_radio_answers .qmn_mc_answer_wrap {
    width: 80% !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: 100% !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 */
  /* HEADER */
  body:has(.qsm-auto-page-row) .et_pb_section_0:after {
    height: 250px !important;
    width: 200px !important;
    right: 20px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_section_0:before {
    width: 250px !important;
    height: 250px !important;
  }
  body:has(.qsm-auto-page-row)h1 {
    font-size: 60px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_text_1 {
    font-size: 18px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_2 {
    width: 70% !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_2:before {
    height: 300px !important;
    width: 200px !important;
    left: -220px !important;
    top: 150px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_text_1 {
    width: 65% !important;
  }

  /* QUIZZ */
  .et_pb_section_2:before {
    height: 200px !important;
    width: 200px !important;
  }
  .et_pb_section_2:after {
    height: 200px !important;
    width: 260px !important;
    right: -40px !important;
  }
  .fs-subtitle {
    font-size: 22px !important;
  }
  #b5pt_form .b5pt_questions fieldset {
    padding: 20px 10px !important;
    width: 85% !important;
    max-width: 85% !important;
  }
  #b5pt_form .choice:nth-child(1) label,
  #b5pt_form .choice:nth-child(5) label {
    font-size: 18px !important;
  }
  #b5pt_form .choice:nth-child(5) label {
    margin-left: 20px !important;
  }
  #b5pt_form .choice:nth-child(1) label {
    margin-right: 20px !important;
  }
  /* LOADING */
  body:has(.qsm-auto-page-row).et_pb_row_9:before {
    top: -40px !important;
    left: -60px !important;
    width: 180px !important;
    height: 120px !important;
  }
  body:has(.qsm-auto-page-row).et_pb_row_9 .et_pb_text_10 h2 {
    font-size: 30px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_column_13 .et_pb_text_11 {
    line-height: 40px;
  }

  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_column_12:before {
    left: -600px !important;
    width: 1250px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_9 .et_pb_column_13 {
    padding-left: 15% !important;
  }
  /*FORM */
  .modal-hipay-content {
    padding: 30px 50px !important;
  }
  .modal-hipay {
    width: 1000px !important;
  }

  /* FIX */
  /* QUIZZ */
  .mobile-labels {
    display: flex !important;
    width: 90%;
    margin: 0 auto;
  }
  #b5pt_form .choice:nth-child(1) label,
  #b5pt_form .choice:nth-child(5) label {
    display: none !important;
  }

  #custom-test .et_pb_column_7 {
    width: 50% !important;
    margin-right: 30px !important;
  }
  #custom-test .et_pb_row_5 {
    width: 75% !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 .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 20px !important;
    width: 20px !important;
  }
  .modal-hipay .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;
  }
  .et_pb_section_0 {
    height: 100% !important;
  }
  .qsm-question-wrapper:not(:has(.qsm-hint))::before {
    left: 10px !important;
  }
  .qmn_results_page .qsm_questions_answers_section {
    align-items: center !important;
    grid-gap: 60px 0px !important;
  }
  .qmn_results_page .mlw_qmn_question,
  .qsm-results-page .mlw_qmn_question {
    justify-content: center !important;
  }
  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 95% !important;
  }
  .checked::before {
    top: 25% !important;
  }
  .qmn_mc_answer_wrap {
    width: 60% !important;
  }
  #popupPaymentValidBg .valid-content {
    width: 50% !important;
  }
  #popupPaymentValidBg .logButton {
    width: 60% !important;
  }
  .result-line_button a {
    font-size: 12px !important;
    padding: 10px !important;
  }
  .custom-results-account .result-line p {
    font-size: 13px !important;
  }
  .qmn_radio_answers {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .custom-loading .col h4 {
    font-size: 20px !important;
  }
  .custom-loading .col p {
    font-size: 30px !important;
  }
  .category-section-id-c9 .qmn_radio_answers .qmn_mc_answer_wrap {
    width: 80% !important;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100% !important;
  }
  .modal-hipay .content .input-container.cc-cvc,
  .modal-hipay .content .input-container.cc-exp {
    width: 49% !important;
  }
  #send-payment {
    width: 100% !important;
  }
  .simpay-next-step {
    width: 60% !important;
  }
  .modal-hipay .content .split-input {
    flex-wrap: wrap !important;
  }
  .premium-list {
    padding: 0 20px !important;
  }
  .quizz-row.et_pb_row {
    width: 70% !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: 100% !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: 100% !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: 100% !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 */
  body:has(.qsm-auto-page-row) .et_pb_section_0:after {
    height: 320px !important;
    width: 280px !important;
    right: 50px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_section_0:before {
    width: 350px !important;
    height: 300px !important;
  }
  h1 {
    font-size: 65px !important;
  }
  .big-title {
    width: 60% !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_text_1 {
    font-size: 18px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_row_2 {
    width: 55% !important;
  }
  body:has(.qsm-auto-page-row).et_pb_row_2:before {
    height: 300px !important;
    width: 200px !important;
    left: -260px !important;
  }
  body:has(.qsm-auto-page-row) .et_pb_section_0 {
    height: 100% !important;
  }

  /* QUIZZ */
  body:has(.qsm-auto-page-row) .et_pb_section_2:before {
    height: 300px !important;
    width: 300px !important;
  }
  body:has(.qsm-auto-page-row) .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;
  }
  #popupPaymentValidBg .valid-content {
    width: 50% !important;
  }
  #popupPaymentValidBg .logButton {
    width: 60% !important;
  }
  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
  }
  .qmn_radio_answers {
    grid-template-columns: repeat(4, 16vw) !important;
  }
  .qsm-auto-page-row:has(.custom-audio-player) .qsm-input-label {
    max-width: calc(100% - 5vw) !important;
    align-items: flex-end !important;
  }
  .category-section-id-c9 .qmn_radio_answers .qmn_mc_answer_wrap {
    width: 100% !important;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100% !important;
  }
  .modal-hipay .content .input-container.cc-cvc,
  .modal-hipay .content .input-container.cc-exp {
    width: 40% !important;
  }
  #send-payment {
    width: 60% !important;
  }
  .modal-hipay .content .split-input {
    flex-wrap: wrap !important;
  }
}

/* Media 2K */
@media screen and (min-width: 1921px) {
  .modal-hipay-content {
    height: 100% !important;
    max-height: 700px !important;
  }
  .qsm-auto-page-row:not(.quiz_begin):not(.quiz_end) {
    width: 100% !important;
  }
  .qmn_radio_answers {
    grid-template-columns: repeat(4, 11.5vw) !important;
  }
}
