/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url(//talkto.ac/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot);
  src: url(//talkto.ac/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot?#iefix)
      format("embedded-opentype"),
    url(//talkto.ac/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.ttf)
      format("truetype"),
    url(//talkto.ac/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff)
      format("woff"),
    url(//talkto.ac/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.svg#ETmodules)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

: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);
}

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  background: #fff;
}

body {
  font-family: "Inter", arial, verdana;
  background: #fff;
}
/*form styles*/
#b5pt_form {
  width: auto;
  margin: 50px auto;
  position: relative;
}
#b5pt_form .b5pt_questions,
.qsm-question-page {
  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,
.qsm-question-wrapper {
  border: 0 none;
  list-style: none;
  /*flex: 0 0 31.333333%;
    margin: auto;*/
}
/*buttons*/
#b5pt_form .action-button {
  width: 100px;
  background: #67d5bf;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#b5pt_form .action-button:hover,
#b5pt_form .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #67d5bf;
}
/*headings*/
.fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #63a2cb;
  margin-bottom: 10px;
}
.fs-subtitle,
.mlw_qmn_new_question {
  font-weight: normal;
  font-size: 1.2em;
  color: #666;
  margin-bottom: 15px;
}
/*b5pt_form_progressbar*/
#b5pt_form_progressbar {
  color: #000 !important;
  background-color: white !important;
}

#b5pt_form_progressbar .pb_inner {
  height: 24px;
  width: 0%;
  background: #173f56;
  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: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #173f56;
  padding: 10px;
  cursor: pointer;
}

.main-chart {
  min-height: 500px;
  min-width: 500px;
}
.main-chart .apexcharts-canvas {
  margin: 0 auto;
}

.simpay-address-billing-container-label,
.simpay-address-street-container,
.simpay-address-city-container,
.simpay-address-state-container,
.simpay-address-zip-container {
  display: none !important;
}

.simpay-address-country-container {
  float: none !important;
  width: 100% !important;
}

@media print {
  .print-results {
    display: none;
  }

  .apexcharts-svg {
    transform: scale(0.5);
    display: block;
    margin: auto;
  }
}

.modal-hipay-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000060;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99998;
}

.modal-hipay {
  position: relative;
  background-color: #eff6f7;
  /* 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://talkto.ac/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: 600;
  margin: auto;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  text-align: center;
  margin: auto 30px;
  margin-bottom: 9px;
}

.modal-hipay .header .subtitle {
  padding-bottom: 0;
  font-size: 13px;
  color: #666;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  text-align: center;
  line-height: 23.8px;
  font-weight: 500;
}

.modal-hipay .close-icon {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: absolute;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #a6a6a6;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 9999;
}

.modal-hipay .header {
  position: relative;
}

.modal-hipay .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  gap: 0.75rem;
}

.modal-hipay .content .alert-danger {
  font-family: "Inter", 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: "Inter", 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,
#hipay-mail-holder {
  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;
  border-radius: 0px !important;
  font-family: "Inter", sans-serif;
}
.hostedfield,
#hipay-mail-holder {
  height: 48px !important;
  font-size: 15px !important;
  position: relative;
  padding: 10px 20px !important;
  border-radius: 0px !important;
  /* When input is focused it apply style to the parent div */
  .HiPayField--focused {
    border: var(--focused-border) !important;
    box-shadow: var(--focused-box-shadow);
  }
}

/* When input is invalid it apply style to the parent div */
.HiPayField--invalid {
  color: var(--invalid-form);
  border: 1px solid var(--invalid-form);
}

.modal-hipay .content .bottom-content {
  display: flex;
  flex-direction: column;
  margin: -10px 0;
  width: 100% !important;
}

.country-selector {
  display: none !important;
}

.modal-hipay .content .price-container > p {
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #666;
  margin: 0 0 9px 0;
}

.modal-hipay .content .bottom-content .checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;

  align-items: center;
}

.modal-hipay .content .bottom-content .checkbox-container input {
  display: none;
}

.modal-hipay .content .bottom-content .checkbox-container .checkbox {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  position: relative;
}

/* .modal-hipay .content .bottom-content .checkbox-container .checkbox .checkmark {
  margin: 0.2rem;
  display: block;
  background-color: #60a5fa;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: scale(0);
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border-radius: 0.125rem;
} */
/* CHECKMARK -> CROSS*/
.modal-hipay .content .bottom-content .checkbox-container .checkbox .checkmark {
  transform: none !important;
  display: block;
  transition-property: all;
  transition-duration: 100ms;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transform: rotate(45deg) scale(0) !important;
  height: 12px !important;
  width: 5px;
  position: absolute;
  top: 0px;
  left: 4px;
  border-bottom: 3px solid #173f56;
  border-right: 3px solid #173f56;
}

.modal-hipay
  .content
  .bottom-content
  .checkbox-container
  input:checked
  ~ div
  .checkmark {
  transform: rotate(45deg) scale(1) !important;
}

.modal-hipay .content .bottom-content .checkbox-container .text {
  font-family: "Inter", 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: #173f56;
  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,
.cgu-text-modal-hipay2 {
  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 */

.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: "Inter" !important;
}

.greenify {
  color: #21a212 !important;
  text-align: right !important;
}

.redify {
  color: #f16539 !important;
}

iframe {
  max-width: 95%;
}
#top-header,
#main-header {
  display: none !important;
}
#main-footer {
  display: none !important;
}

#b5pt_form_progressbar,
#b5pt_form_progressbar .pb_inner {
  border-radius: 20px;
  height: 15px !important;
}

#page-container {
  padding-top: 0px !important;
  overflow: hidden !important;
}
#b5pt_form_progressbar .pb_inner {
  background: #173f56 !important;
}

#timer {
  font-weight: 900;
  margin-top: 15px;
}

div#timer::before {
  content: "Temps écoulé : ";
}

#b5pt_form {
  width: auto;
}

#b5pt_form fieldset,
.qsm-question-wrapper {
  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: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #173f56 !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: #173f56 !important;
  transition: all 0.5s ease-in-out;
}

.fs-subtitle,
.mlw_qmn_new_question {
  font-weight: 500 !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: #173f56;
}
.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: #173f56;
  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: #173f56 !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,
.qsm-question-page {
  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,
.qsm-question-wrapper {
  width: 75%;
  border-radius: 20px;
  padding: 20px 40px !important;
  margin-bottom: 30px !important;
  margin-top: 0px !important;
  background: #ffffff !important;
}
.fs-subtitle,
.mlw_qmn_new_question {
  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: "Inter" !important;
  color: white;
  font-size: 30px;
  font-weight: 600;
  padding: 40px 0;
}

#b5pt_form {
  margin: 0px;
}
#b5pt_form_progressbar {
  box-shadow: inset 0px 3px 6px #c1c1c130;
  background: white;
}
#b5pt_form_progressbar .pb_inner {
  background: #173f56 !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: 65%;
  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: "Inter" !important;
}
#hipay-card-holder,
#hipay-expiry-date,
#hipay-cvc {
  padding-top: 5px;
}
.cgu-text-modal-hipay,
.cgu-text-modal-hipay2 {
  background: none !important;
  font-family: "Inter" !important;
  font-weight: normal !important;
  font-size: 11px !important;
  color: #000000 !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: #173f56 !important;
  font-family: "Inter" !important;
  font-size: 45px !important;
}
#hipay-modal-subtitle {
  color: #000000;
  font-family: "Inter" !important;
  font-size: 18px !important;
}
.modal-hipay {
  width: 1100px !important;
  max-width: 100% !important;
  border-radius: 20px;
  box-shadow: 0px 3px 30px #00000007;

  padding-right: 10px;
}
.modal-hipay-content {
  height: 85vh !important;
  overflow: auto !important;
  padding: 30px 70px !important;
}
.modal-hipay-content input,
#hipay-card-holder,
#hipay-expiry-date,
#hipay-cvc,
#hipay-card-number,
#hipay-address-holder {
  border-radius: 30px;
  border: 1.5px solid #bbbbbb42;
  background: white !important;
  height: 50px !important;
  font-size: 15px !important;
  position: relative;
}
.modal-hipay-content label,
#checkbox-label {
  font-family: "Inter" !important;
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}
.input-container:has(#hipay-address-holder-label) {
  width: 100% !important;
  display: none !important;
}
.close-icon {
  background: #173f56;
  top: 0 !important;
  width: 70px !important;
  height: 70px !important;
  padding: 0px 5px 10px 25px;
  color: white !important;
  font-size: 40px;
  right: 0 !important;
  border-radius: 0px 20px 0 80px;
}
/* .checkmark {
  background: #173f56 !important;
} */
.payment-button,
.simpay-previous-step,
.simpay-next-step {
  margin-left: auto !important;
  background: black !important;
  border-radius: 60px !important;
  width: 35% !important;
  height: auto !important;
  font-family: "Inter" !important;
  font-size: 25px !important;
  padding: 25px 20px !important;
  text-transform: inherit !important;
  position: relative !important;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 1s ease-in-out;
}
.payment-button {
  background: #173f56  !important;
  font-weight: 600 !important;
}
.step-2 {
  display: none;
}

#hipay-pay-message {
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Inter" !important;
  font-weight: 500;
  margin-bottom: 30px;
}

.price-container .big-price {
  font-size: 45px !important;
  color: #173f56 !important;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
}
.modal-hipay-content a {
  color: #173f56 !important;
}

.modal-hipay-content .checkbox {
  border-radius: 4px !important;
  color: #173f56 !important;
  border: 2px solid #173f56 !important;
  height: 17px !important;
  width: 17px !important;
  box-shadow: unset;
}
#modal-hipay {
  top: 50% !important;
}
#modal-hipay::-webkit-scrollbar, #threeds-modal .modal-inner::-webkit-scrollbar {
  width: 20px;
}
#modal-hipay::-webkit-scrollbar-thumb, #threeds-modal .modal-inner::-webkit-scrollbar-thumb {
  background-color: #173f56;
  border-radius: 60px;
}
#modal-hipay::-webkit-scrollbar-track, #threeds-modal .modal-inner::-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: #173f56;
  border-radius: 60px;
}
.modal-hipay-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 60px;
}
.redify {
  color: #b50000 !important;
}
.simpay-previous-step:hover,
.simpay-next-step:hover {
  background: #173f56 !important;
  color: white !important;
  transition: all 0.5s ease;
}
.payment-button-container {
  position: relative;
  top: 30px;
}
.secure-payment {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.secure-payment .img-wrap {
  margin-right: 20px;
}
.secure-payment .text-wrap p {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
}

#hipay-pay-message {
  top: 35px;
  position: relative;
}
.close-icon:hover {
  color: white !important;
}
/* .payment-button::before {
  content: "";
  position: absolute;
  background-image: url(https://talkto.ac/wp-content/uploads/2024/10/bxs-lock-open.svg);
  left: 35px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
} */

.payment-button span {
  padding-left: 20px;
}
.modal-hipay-content .checkbox:focus {
  box-shadow: unset !important;
}

.simpay-card-container {
  margin-top: 50px;
}
.step-2 {
  position: relative;
  top: 0px;
  width: 100%;
}

.simpay-next-step {
  float: right;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.payment-button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
.simpay-previous-step {
  margin-right: auto;
  margin-left: 0 !important;
}
.simpay-previous-step .fa-arrow-left,
.simpay-next-step .fa-arrow-right {
  font-size: 35px;
}
#checkbox-label {
  margin-bottom: 0px !important;
  line-height: 1.5em !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: "Inter" !important;
}

/* #send-payment:disabled:before {
  background-image: url(https://talkto.ac/wp-content/uploads/2024/10/bxs-lock-close-1.svg) !important;
  background-size: 37px;
  left: 30px;
  top: 25px;
} */
.step-2 #card-errors {
  margin-top: 10px;
}
.qmn_results_page {
  margin-top: 80px !important;
}
/* CHART */
.new-indicators .label-circle {
  font-weight: 600;
  font-family: "Inter";
  font-size: 20px;
  text-align: center;
  color: #c2c2c2;
}
.social.max .label-circle {
  color: #5e9bbe;
}
.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: #5e9bbe;
}
#pro:after {
  color: #173f56;
}
#extraversion:after {
  color: #5e9bbe;
}
#open-mindness:after {
  color: #173f56;
}
#neuroticism:after {
  color: #5e9bbe;
}
.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: "Inter";
  font-weight: bolder;
  filter: blur(5px);
}
.b5pt_form_radios .choice label {
  font-family: "Inter" !important;
}
.new-indicators .indicator {
  width: 230px;
}
.new-indicators .indicator .label-circle {
  min-height: 50px;
  margin-bottom: 20px;
  line-height: 30px;
}
#custom-test,
#custom-loading {
  display: none;
}
@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-500px);
  }
}
@-webkit-keyframes toBottom {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(600px);
  }
}
@-webkit-keyframes headerFlying {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(30px);
  }
}

/* Form Payment Add */
.reassurance {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
}
.reassurance .reassurance-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.reassurance .reassurance-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
}
.reassurance .reassurance-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
.reassurance .reassurance-text {
  font-size: 18px;
}
.reassurance .reassurance-item img {
  max-width: 40px;
  width: 40px;
}

#send-payment {
  width: 40% !important;
}
#send-payment:disabled:before {
  left: 20px !important;
}
.payment-button::before {
  left: 25px !important;
}

/* abtest */
#form-get-informations .modal-hipay-content {
  height: 60vh !important;
}
.abtest-style .input-container:has(#hipay-card-holder-label),
#form-get-informations .cc-mail {
  width: 100% !important;
}

.abtest-style .modal-hipay .content .input-container {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.abtest-style #hipay-pay-message {
  margin-bottom: 80px !important;
}
.abtest-style .modal-hipay-content {
  height: 80vh !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: #000000;
}
.select select option {
  color: #000000;
}
.select select option[value=""][disabled] {
  display: none;
}

/* selected option */
.select select option:checked {
  color: #5f6bb0;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

/* On focus turn arrow */
.select select:focus + svg {
  transform: rotate(180deg);
  top: calc(50% - 3px);
}

.big-price.mobile {
  display: none;
}

.secure-payment .text-wrap p {
  font-size: 14px;
}

#checkbox-label {
  color: #000000 !important;
  font-weight: 600;
  font-size: 13px !important;
}

.checkbox-container::selection {
  display: none !important;
}

.quaife-style .input-container input {
  padding: 0 10px;
}

/* 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;
}
.iframe-display {
  display: block;
}
/* Styles pour les petits écrans de téléphone portable */
@media screen and (max-width: 479px) {
  /* Ajoutez vos styles spécifiques pour les petits écrans de téléphone portable ici */
  #trp-floater-ls,
  .widget-visible iframe {
    display: none !important;
  }
  /* QUIZZ */
  #b5pt_form .b5pt_questions fieldset,
  .qsm-question-wrapper {
    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,
  .mlw_qmn_new_question {
    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: 25px !important;
    padding: 40px 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,
  .qsm-question-page {
    padding: 0px 0px !important;
  }
  .row-progress {
    width: 100% !important;
    bottom: -30px;
  }
  .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 */

  .et_pb_row_9 .et_pb_text_10 h2 {
    font-size: 30px !important;
  }
  .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;
    max-height: 85vh !important;
    height: auto !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;
  }
  .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: #173f56 !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;
    top: 45% !important;
  }
  #modal-hipay::-webkit-scrollbar, #threeds-modal .modal-inner::-webkit-scrollbar {
    width: 10px !important;
  }
  .payment-button-container {
    top: unset !important;
  }
  #modal-hipay .simpay-form-control:has(#hipay-pay-message) {
    text-align: center;
  }
  #hipay-pay-message {
    font-size: 16px !important;
    top: unset !important;
    margin-top: 20px;
    text-align: center;
    padding-left: 10px;
    margin-bottom: 0px !important;
  }
  .price-container.big-price {
    font-size: 30px !important;
  }
  .secure-payment .text-wrap p {
    font-size: 12px !important;
  }
  .simpay-styled .simpay-form-control label[for="simpay-form-4335-field-6"] {
    font-size: 12px !important;
  }
  .secure-payment {
    margin-bottom: 20px;
  }
  .step-2 {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    top: unset !important;
  }

  .simpay-previous-step .fa-arrow-left,
  .simpay-next-step .fa-arrow-right {
    font-size: 23px;
  }
  #send-payment,
  .simpay-previous-step,
  .simpay-next-step {
    width: 80% !important;
    font-size: 17px !important;
    padding: 20px 20px !important;
    margin: 0 auto !important;
  }
  #checkbox-label {
    font-size: 12px !important;
    line-height: 20px !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,
  .cgu-text-modal-hipay2 {
    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 {
    max-width: 90% !important;
  }

  .secure-payment .text-wrap p {
    font-size: 10px !important;
    line-height: 17px;
  }
  .secure-payment .img-wrap {
    margin-right: 10px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    .checkbox
    .checkmark {
    width: 10px !important;
    top: -1px !important;
    left: 3px;
  }

  .modal-hipay
    .content
    .bottom-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 .bottom-content .checkbox-container {
    gap: 1.2rem;
  }
  .price-container .big-price {
    font-size: 40px !important;
    margin-top: 5px !important;
  }
  .price-container {
    align-items: center;
  }

  #hipay-pay-message .big-price {
    display: none !important;
  }

  .big-price.mobile {
    display: flex !important;
  }
  .secure-payment .img-wrap img {
    height: 100px;
  }
  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .new-indicators .indicator .label-circle {
      font-size: 13px !important;
    }
    .circle:after {
      font-size: 20px !important;
    }
  }

  .price-container img {
    max-width: 140px !important;
  }

  html[lang="es-ES"] #hipay-expiry-date-label,
  html[lang="es-ES"] #hipay-cvc-label {
    text-wrap: nowrap !important;
  }
  #start-quizz {
    width: 100% !important;
  }
  #custom-test .col-timer {
    margin-left: 0px !important;
    width: 80% !important;
  }
  .row-progress .col-logo {
    width: 80% !important;
  }
  #custom-test .row-timer {
    width: 100% !important;
    margin-top: 50px !important;
  }
  .et_pb_row_0_tb_header .et_pb_image_0_tb_header.image-header {
    margin: 0 auto !important;
    width: 200px !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;
  }
}
@media screen and (max-width: 350px) {
  #send-payment:disabled:before,
  #send-payment:before {
    display: none !important;
    content: unset !important;
  }
}
/* Styles pour les téléphones portables en orientation paysage */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* Ajoutez vos styles spécifiques pour les téléphones portables en orientation paysage ici */
  /* QUIZZ */
  #b5pt_form .b5pt_questions fieldset,
  .qsm-question-wrapper {
    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,
  .mlw_qmn_new_question {
    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 */

  .et_pb_row_9 .et_pb_text_10 h2 {
    font-size: 30px !important;
  }
  .et_pb_row_9 .et_pb_column_13 .et_pb_text_11 {
    line-height: 40px;
  }

  .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: #173f56;
  }
  .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: auto 0px !important;
  }
  #hipay-modal-subtitle {
    font-size: 16px !important;
  }
  .modal-hipay-content label,
  #checkbox-label {
    font-size: 14px !important;
  }
  #cgu-text-modal-hipay.cgu-text-modal-hipay,
  .cgu-text-modal-hipay2 {
    font-size: 10px !important;
  }
  #checkbox-label {
    margin-left: 10px !important;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .modal-hipay-content .checkbox {
    height: 25px !important;
    width: 25px !important;
  }
  #send-payment,
  .simpay-previous-step {
    width: 70% !important;
    font-size: 17px !important;
  }
  .simpay-previous-step {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }
  .modal-hipay {
    max-width: 90% !important;
  }
  .simpay-next-step {
    margin-bottom: 10px !important;
  }
  .secure-payment .text-wrap p {
    font-size: 13px !important;
  }
  .modal-hipay-content {
    padding: 30px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    .checkbox
    .checkmark {
    width: 12px !important;
    top: 0px !important;
  }
  /* 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 .bottom-content .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 25px !important;
    width: 25px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    input:checked
    ~ div
    .checkmark {
    transform: rotate(45deg) scale(1.3) !important;
    top: 0px !important;
  }
  #result-button {
    font-size: 28px !important;
  }
  #hipay-pay-message {
    top: 0px !important;
    margin-bottom: 0px !important;
  }
  .big-price.mobile {
    display: flex !important;
  }
  #hipay-pay-message .big-price {
    display: none !important;
  }
  .price-container img {
    margin: 20px 0;
  }
  #start-quizz {
    width: 60% !important;
  }
  #custom-test .col-timer {
    margin-left: 0px !important;
    width: 80% !important;
  }
  .et_pb_row_0_tb_header .et_pb_image_0_tb_header.image-header {
    margin: 0 auto !important;
    width: 200px !important;
  }
  .row-progress .col-logo {
    width: 80% !important;
  }
  #custom-test .row-timer {
    width: 100% !important;
  }
}

/* Styles pour les téléphones portables en orientation portrait */
@media screen and (min-width: 768px) and (max-width: 980px) {
  /* HEADER */
  .et_pb_section_0:after {
    height: 200px !important;
    width: 180px !important;
    right: 20px !important;
    top: -10px !important;
  }
  .et_pb_section_0:before {
    width: 250px !important;
    height: 250px !important;
  }
  h1 {
    font-size: 60px !important;
  }
  .et_pb_text_1 {
    font-size: 18px !important;
  }

  .et_pb_row_2:before {
    height: 300px !important;
    width: 200px !important;
    left: -220px !important;
    top: 150px !important;
  }
  .et_pb_text_1 {
    width: 85% !important;
  }
  .et_pb_row_3 .et_pb_image_4 {
    display: none !important;
  }
  .et_pb_row_3 .et_pb_text_7 .wrap-img img {
    width: 100px !important;
  }
  /* QUIZZ */
  .et_pb_section_2:before {
    height: 300px !important;
    width: 380px !important;
    bottom: 20px !important;
    left: -80px !important;
  }
  .et_pb_section_2:after {
    height: 200px !important;
    width: 300px !important;
    right: 0px !important;
    top: -40px !important;
  }
  .fs-subtitle,
  .mlw_qmn_new_question {
    font-size: 18px !important;
  }
  #b5pt_form .b5pt_questions fieldset,
  .qsm-question-wrapper {
    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;
  }
  .et_pb_row_6 {
    flex-direction: row;
    align-items: flex-start;
    width: 75% !important;
    align-items: center;
  }
  .row-progress .col-timer {
    width: 95% !important;
  }
  .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;
  }
  .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 */

  .et_pb_row_9 .et_pb_text_10 h2 {
    font-size: 30px !important;
  }
  .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: 80% !important;
  }
  #hipay-modal-title {
    font-size: 35px !important;
  }
  #hipay-modal-subtitle {
    font-size: 16px !important;
  }
  .modal-hipay-content label {
    font-size: 16px !important;
  }
  .close-icon {
    font-size: 30px !important;
  }
  .payment-button,
  .simpay-previous-step,
  .simpay-next-step {
    width: 40% !important;
    font-size: 17px !important;
    padding: 20px 20px !important;
  }
  .payment-button::before {
    left: 23px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .simpay-styled .simpay-form-control label[for="simpay-form-4335-field-6"] {
    font-size: 13px !important;
  }
  #checkbox-label {
    font-size: 12px !important;
  }
  .split-input {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100%;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .modal-hipay .content .input-container.cc-exp,
  .modal-hipay .content .input-container.cc-cvc {
    width: 49%;
    margin-top: 20px !important;
  }

  #send-payment:disabled:before {
    background-size: contain;
    width: 35px;
    height: 35px;
    left: 18px;
    top: unset;
  }
  .simpay-previous-step {
    margin-bottom: 15px !important;
  }
  #send-payment,
  .simpay-previous-step {
    width: 50% !important;
  }
  .step-2 {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    top: unset !important;
  }

  /* 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: 90% !important;
    margin-right: 30px !important;
    left: 160px;
  }
  #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,
  .cgu-text-modal-hipay2 {
    font-size: 11px !important;
  }
  .modal-hipay .content .bottom-content .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 20px !important;
    width: 20px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    input:checked
    ~ div
    .checkmark {
    transform: rotate(45deg) scale(1.3) !important;
    top: 0px !important;
  }
  #result-button {
    font-size: 28px !important;
  }
  html[lang="es-ES"] .modal-hipay .content .input-container.cc-number {
    width: 100% !important;
  }
  #start-quizz {
    width: 60% !important;
  }
  #custom-test .et_pb_row.row-progress {
    margin-top: 70px !important;
  }
}
/* Style for Tablets Portrait*/
@media screen and (min-width: 768px) and (max-width: 980px) and (orientation: portrait) {
  /* Ajoutez vos styles spécifiques pour les tablettes en orientation portrait ici */
  .modal-hipay-content {
    height: 75vh !important;
  }
  .simpay-next-step {
    margin-bottom: 40px !important;
  }
  .cgu-text-modal-hipay,
  .cgu-text-modal-hipay2 {
    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 */
  .et_pb_section_0:after {
    height: 250px !important;
    width: 200px !important;
    right: 20px !important;
  }
  .et_pb_section_0:before {
    width: 250px !important;
    height: 250px !important;
  }
  h1 {
    font-size: 60px !important;
  }
  .et_pb_text_1 {
    font-size: 18px !important;
  }
  .et_pb_row_2 {
    width: 70% !important;
  }
  .et_pb_row_2:before {
    height: 300px !important;
    width: 200px !important;
    left: -220px !important;
    top: 150px !important;
  }
  .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,
  .mlw_qmn_new_question {
    font-size: 22px !important;
  }
  #b5pt_form .b5pt_questions fieldset,
  .qsm-question-wrapper {
    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 */
  .et_pb_row_9:before {
    top: -40px !important;
    left: -60px !important;
    width: 180px !important;
    height: 120px !important;
  }
  .et_pb_row_9 .et_pb_text_10 h2 {
    font-size: 30px !important;
  }
  .et_pb_row_9 .et_pb_column_13 .et_pb_text_11 {
    line-height: 40px;
  }

  .et_pb_row_9 .et_pb_column_12:before {
    left: -600px !important;
    width: 1250px !important;
  }
  .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 .bottom-content .checkbox-container {
    gap: 1.2rem;
  }
  .modal-hipay-content .checkbox {
    height: 20px !important;
    width: 20px !important;
  }
  .modal-hipay
    .content
    .bottom-content
    .checkbox-container
    input:checked
    ~ div
    .checkmark {
    transform: rotate(45deg) scale(1.3) !important;
    top: 0px !important;
    left: 5px !important;
  }
  #result-button {
    font-size: 28px !important;
  }

  html[lang="es-ES"] #send-payment {
    width: 50% !important;
  }
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (min-height: 1200px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-hipay-content {
    height: 70vh !important;
  }
  .modal-hipay {
    max-width: 80% !important;
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (min-height: 1200px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-hipay-content {
    height: 70vh !important;
  }
  .modal-hipay {
    max-width: 80% !important;
  }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (min-height: 1200px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-hipay-content {
    height: 70vh !important;
  }
  .modal-hipay {
    max-width: 80% !important;
  }
}
/* Styles pour les écrans de bureau de 13 pouces et 16" */
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  /* Ajoutez vos styles spécifiques pour les écrans de 13 pouces ici */
  /* HEADER */
  .et_pb_section_0:after {
    height: 320px !important;
    width: 280px !important;
    right: 50px !important;
  }
  .et_pb_section_0:before {
    width: 350px !important;
    height: 300px !important;
  }
  h1 {
    font-size: 75px !important;
  }
  .et_pb_text_1 {
    font-size: 18px !important;
  }
  .et_pb_row_2 {
    width: 55% !important;
  }
  .et_pb_row_2:before {
    height: 300px !important;
    width: 200px !important;
    left: -260px !important;
  }

  /* QUIZZ */
  .et_pb_section_2:before {
    height: 300px !important;
    width: 300px !important;
  }
  .et_pb_section_2:after {
    height: 230px !important;
    width: 350px !important;
    right: -40px !important;
  }
  .fs-subtitle,
  .mlw_qmn_new_question {
    font-size: 22px !important;
  }
  #b5pt_form .b5pt_questions fieldset,
  .qsm-question-wrapper {
    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;
  }
}

/* Media 2K */
@media screen and (min-width: 1921px) {
  .modal-hipay-content {
    height: 90vh !important;
    max-height: 900px !important;
  }
}
