/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url(//convixio.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot);
  src: url(//convixio.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot?#iefix)
      format("embedded-opentype"),
    url(//convixio.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.ttf)
      format("truetype"),
    url(//convixio.io/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff)
      format("woff"),
    url(//convixio.io/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: "Open Sans", arial, verdana;
  background: #fff;
}

.modal-hipay-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000060;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99998;
}

.modal-hipay {
  position: relative;
  background-color: white;
  /* height: 492px; */
  max-width: 729px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.modal-hipay-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: "Poppins", sans-serif;
  color: rgb(220 38 38);
  font-size: 12px;
}

.modal-hipay .content .split-input {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.modal-hipay .content .flex-input {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.modal-hipay .content .input-container {
  display: flex;
  flex-direction: column;
}

.modal-hipay .content .input-container.cc-mail {
  display: flex;
  flex-direction: column;
}
.modal-hipay .content .input-container.cc-tva {
  position: relative;
}
.modal-hipay .content .input-container.cc-tva .optional {
  position: absolute;
  left: 110px;
  top: -10px;
  font-size: 12px;
}

.modal-hipay .content .input-container.cc-cvc {
  min-width: 50px;
  width: 23%;
}

.modal-hipay .content .input-container.cc-exp {
  min-width: 75px;
  width: 25%;
}

.modal-hipay .content .input-container.cc-number {
  min-width: 57%;
  width: 57%;
}

.modal-hipay .content .input-container label {
  font-size: 14px;
  padding-left: 1px;
  font-weight: 400;
  color: hsla(0, 0%, 10%, 0.7);
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 5px;
  display: inline-block;
}

/* Input */
.hostedfield {
  height: 2.25rem;
  width: "100%";
  border: 1px solid var(--main-border-color);
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  outline: none;
  font-family: "Poppins", sans-serif;
}

/* When input is focused it apply style to the parent div */
.HiPayField--focused {
  border: var(--focused-border) !important;
  box-shadow: var(--focused-box-shadow);
}

/* When input is invalid it apply style to the parent div */
.HiPayField--invalid {
  color: var(--invalid-form);
  border: 1px solid var(--invalid-form);
}

.modal-hipay .content .bottom-content {
  display: flex;
  flex-direction: column;
  margin: -10px 0;
  width: 100% !important;
}

.country-selector {
  display: none !important;
}

.modal-hipay .content .price-container > p {
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #666;
  margin: 0 0 9px 0;
}

.modal-hipay .content .bottom-content .checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;

  align-items: center;
}

.modal-hipay .content .bottom-content .checkbox-container input {
  display: none;
}

.modal-hipay .content .bottom-content .checkbox-container .checkbox {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  position: relative;
}

/* 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 #226269;
  border-right: 3px solid #226269;
}

.modal-hipay
  .content
  .bottom-content
  .checkbox-container
  input:checked
  ~ div
  .checkmark {
  transform: rotate(45deg) scale(1) !important;
}

.modal-hipay .content .bottom-content .checkbox-container .text {
  font-family: "Poppins", sans-serif;
  user-select: none;
  -moz-user-select: none;
  margin: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;

  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.modal-hipay .footer {
  margin-top: 1.5rem;
}

.modal-hipay .footer .payment-button {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: normal;
  background: #226269;
  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;
  }
}

.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;
}

iframe {
  max-width: 95%;
}

#page-container {
  padding-top: 0px !important;
  overflow: hidden !important;
}

.fs-subtitle {
  font-weight: 500 !important;
  font-size: 1.3em;
  color: #666;
  margin-bottom: 25px;
  line-height: 30px;
}

.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: "Poppins" !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: "Poppins" !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: #226269 !important;
  font-family: "Poppins" !important;
  font-size: 45px !important;
}
#hipay-modal-subtitle {
  color: #000000;
  font-family: "Poppins" !important;
  font-size: 18px !important;
}
.modal-hipay {
  width: 1100px !important;
  max-width: 100% !important;
  border-radius: 20px;
  box-shadow: 0px 3px 30px #00000007;

  padding-right: 10px;
}
.modal-hipay-content {
  height: 80vh !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 #d2d2d2;
  background: white !important;
  height: 50px !important;
  font-size: 15px !important;
  position: relative;
}
.modal-hipay-content label,
#checkbox-label {
  font-family: "Poppins" !important;
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}
.input-container:has(#hipay-address-holder-label) {
  width: 100% !important;
  display: none !important;
}
.close-icon {
  background: #226269;
  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: #226269 !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: "Poppins" !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: #226269 !important;
  font-weight: 600 !important;
}
.step-2 {
  display: none;
}

#hipay-pay-message {
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Poppins" !important;
  font-weight: 500;
  margin-bottom: 30px;
}

.price-container .big-price {
  font-size: 45px !important;
  color: #226269 !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
}
.modal-hipay-content a {
  color: #226269 !important;
}

.modal-hipay-content .checkbox {
  border-radius: 4px !important;
  color: #226269 !important;
  border: 2px solid #226269 !important;
  height: 17px !important;
  width: 17px !important;
  box-shadow: unset;
}
#modal-hipay {
  top: 50% !important;
}
#modal-hipay::-webkit-scrollbar {
  width: 20px;
}
#modal-hipay::-webkit-scrollbar-thumb {
  background-color: #226269;
  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: #226269;
  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: #226269 !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: "Poppins";
  font-weight: 600;
  font-size: 16px;
}

#hipay-pay-message {
  top: 35px;
  position: relative;
}
.close-icon:hover {
  color: white !important;
}

.payment-button span {
  padding-left: 20px;
}
.modal-hipay-content .checkbox:focus {
  box-shadow: unset !important;
}

.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: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.hipay-checkout-container img {
  max-width: 230px;
  margin-top: 15px;
}
.modal-hipay .content .alert-danger {
  font-size: 13px !important;
  font-family: "Poppins" !important;
}

.step-2 #card-errors {
  margin-top: 10px;
}

#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;
}

.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;
}

/* 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;
}

/* 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 {
    display: none !important;
  }

  /*FORM */

  /*FORM */
  .modal-hipay-content {
    padding: 30px 30px !important;
    max-height: 80vh !important;
    height: auto !important;
    overflow-y: auto !important;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 20px !important;
  }
  .modal-hipay {
    width: 90% !important;
  }
  #hipay-modal-title {
    font-size: 22px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  #hipay-modal-subtitle {
    font-size: 14px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .modal-hipay-content label {
    font-size: 14px !important;
  }
  .close-icon {
    font-size: 30px !important;
    font-weight: bolder;
    background: none;
    color: #226269 !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;
  }

  #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;
  }

  .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;
  }

  /* 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;
  }

  #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 */
  }

  .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;
  }
}

@media screen and (max-width: 375px) {
  html[lang="es-ES"] #send-payment:disabled:before {
    top: 20px !important;
    background-size: 25px !important;
    left: 10px !important;
  }
  .modal-hipay .content .input-container.cc-exp,
  .modal-hipay .content .input-container.cc-cvc {
    width: 100% !important;
  }
  html[lang="es-ES"] body #page-container .et_pb_section .et_pb_button_1 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 350px) {
  #send-payment:disabled:before,
  #send-payment:before {
    display: none !important;
    content: unset !important;
  }
}
/* Styles pour les téléphones portables en orientation paysage */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* Ajoutez vos styles spécifiques pour les téléphones portables en orientation paysage ici */

  .price {
    font-size: 20px !important;
    top: unset !important;
  }
  .price-container .big-price {
    font-size: 25px !important;
  }
  .price-container {
    align-items: center;
  }
  .secure-payment .text-wrap p {
    font-size: 12px !important;
  }

  /* PAYMENT FORM */
  .hipay-checkout-container {
    flex-direction: column;
    align-content: center;
    margin-top: 40px;
  }
  .simpay-previous-step .fa-arrow-left,
  .simpay-next-step .fa-arrow-right {
    font-size: 25px;
  }
  .reassurance .reassurance-title,
  .reassurance .reassurance-text {
    font-size: 16px;
  }
  .reassurance .reassurance-item img {
    max-width: 45px;
    width: 45px;
  }
  /* .split-input {
    margin-top: 60px;
  } */

  #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-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;
  }

  .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;
  }
}

/* Styles pour les téléphones portables en orientation portrait */
@media screen and (min-width: 768px) and (max-width: 980px) {
  /* HEADER */

  #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;
  }

  /*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;
  }

  #checkbox-label {
    font-size: 12px !important;
  }
  .split-input {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .modal-hipay .content .input-container.cc-number {
    width: 100%;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .modal-hipay .content .input-container.cc-exp,
  .modal-hipay .content .input-container.cc-cvc {
    width: 49%;
    margin-top: 20px !important;
  }

  #send-payment:disabled:before {
    background-size: contain;
    width: 35px;
    height: 35px;
    left: 18px;
    top: unset;
  }
  .simpay-previous-step {
    margin-bottom: 15px !important;
  }
  #send-payment,
  .simpay-previous-step {
    width: 50% !important;
  }
  .step-2 {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    top: unset !important;
  }

  /* PAYMENT FORM */
  .hipay-checkout-container {
    flex-direction: column;
    align-content: center;
  }
  .simpay-previous-step .fa-arrow-left,
  .simpay-next-step .fa-arrow-right {
    font-size: 25px;
  }
  .reassurance .reassurance-title,
  .reassurance .reassurance-text {
    font-size: 16px;
  }
  .reassurance .reassurance-item img {
    max-width: 45px;
    width: 45px;
  }

  .price-container {
    margin-top: 20px;
  }
  .split-input {
    margin-top: 20px;
  }

  #hipay-pay-message {
    font-size: 16px !important;
    top: 0px !important;
    margin-bottom: 0px !important;
  }
  .price-container .big-price {
    font-size: 35px !important;
  }
  .simpay-next-step {
    margin-bottom: 10px !important;
  }
  .secure-payment .text-wrap p {
    font-size: 13px !important;
  }

  .cgu-text-modal-hipay,
  .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;
  }
}
/* 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 */

  /*FORM */
  .modal-hipay-content {
    padding: 30px 50px !important;
  }
  .modal-hipay {
    width: 1000px !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 */
}

/* Media 2K */
@media screen and (min-width: 1921px) {
  .modal-hipay-content {
    height: 90vh !important;
    max-height: 900px !important;
  }
}
