@charset "UTF-8";
.offers-section {
  padding-top: 120px;
  padding-bottom: 95px;
}
.offers-section .container .container-offers .left-offers {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.offers-section .container .container-offers .left-offers h1 {
  font-weight: bold;
  color: var(--dark-blue);
  margin-bottom: 1.5em;
  font-size: 2.5em;
  line-height: 1.2;
}
.offers-section .container .container-offers .left-offers .description-offer {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.offers-section .container .container-offers .right-offers .row,
.offers-section .container .container-offers .right-offers .offers {
  display: flex;
  justify-content: center;
}
.offers-section .container .container-offers .right-offers .row .offer,
.offers-section .container .container-offers .right-offers .offers .offer {
  border: 1px solid #d5f1f3;
  border-radius: 5px;
  padding: 20px;
  padding-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
  width: 90%;
  perspective: 150rem;
  position: relative;
  height: auto;
  max-width: 400px;
}
.offers-section .container .container-offers .right-offers .row .offer ul,
.offers-section .container .container-offers .right-offers .offers .offer ul {
  padding-left: 0;
}
.offers-section .container .container-offers .right-offers .row .offer ul .list-offers,
.offers-section .container .container-offers .right-offers .offers .offer ul .list-offers {
  list-style: none;
  background-image: url("/public/assets/svg/check-svgrepo-com.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 25px;
}
.offers-section .container .container-offers .right-offers .row .offer .offer-description,
.offers-section .container .container-offers .right-offers .offers .offer .offer-description {
  text-align: center;
  color: var(--light-blue);
  font-weight: bold;
  font-size: 1.2rem;
}
.offers-section .container .container-offers .right-offers .row .offer .top,
.offers-section .container .container-offers .right-offers .offers .offer .top {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.offers-section .container .container-offers .right-offers .row .offer .top .info-offer,
.offers-section .container .container-offers .right-offers .offers .offer .top .info-offer {
  display: flex;
  flex-direction: column;
}
.offers-section .container .container-offers .right-offers .row .offer .top .offer-title,
.offers-section .container .container-offers .right-offers .offers .offer .top .offer-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.offers-section .container .container-offers .right-offers .row .offer .top .price,
.offers-section .container .container-offers .right-offers .offers .offer .top .price {
  font-family: "Arial", sans-serif;
  color: var(--dark-blue);
  font-size: 2.2rem;
}
.offers-section .container .container-offers .right-offers .row .offer .top .price .ttc,
.offers-section .container .container-offers .right-offers .offers .offer .top .price .ttc {
  font-size: 16px;
  font-weight: normal;
}
.offers-section .container .container-offers .right-offers .row .offer .icon,
.offers-section .container .container-offers .right-offers .offers .offer .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  font-size: 1.5rem;
  background-color: var(--light-blue);
  border-radius: 5px;
  margin-bottom: 30px;
}
.offers-section .container .container-offers .right-offers .row .offer .icon .essential,
.offers-section .container .container-offers .right-offers .offers .offer .icon .essential {
  background-image: url("../assets/svg/paper-svgrepo-com.svg");
  position: relative;
  background-size: cover;
  background-position: bottom;
  width: 35px;
  height: 35px;
}
.offers-section .container .container-offers .right-offers .row .offer .icon .rocket,
.offers-section .container .container-offers .right-offers .offers .offer .icon .rocket {
  background-image: url("../assets/mascotte_tete.webp");
  position: relative;
  background-size: cover;
  background-position: bottom;
  width: 35px;
  height: 35px;
}
.offers-section .container .container-offers .right-offers .row .offer .icon .diamond,
.offers-section .container .container-offers .right-offers .offers .offer .icon .diamond {
  background-image: url("../assets/svg/rocket-svgrepo-com.svg");
  position: relative;
  background-size: cover;
  background-position: bottom;
  width: 35px;
  height: 35px;
}
.offers-section .container .container-offers .right-offers .row .offer .peace-offer .button,
.offers-section .container .container-offers .right-offers .offers .offer .peace-offer .button {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.offers-section .container .container-offers .right-offers .row .offer .button,
.offers-section .container .container-offers .right-offers .row .offer .offers,
.offers-section .container .container-offers .right-offers .offers .offer .button,
.offers-section .container .container-offers .right-offers .offers .offer .offers {
  width: 100%;
}
.offers-section .container .button-reclamer {
  display: flex;
  justify-content: center;
}
.offers-section .container .button-reclamer a {
  text-decoration: none;
}
.offers-section .container .button-reclamer .button,
.offers-section .container .button-reclamer .reclamer {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .offers-section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 400px) {
  .price {
    font-size: 1.5rem !important;
  }
}
/* Toggle Switch pour choix du mode de facturation */
.price-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.toggle-label {
  font-size: 14px;
  margin: 0 10px;
  color: #666;
  cursor: pointer;
}

.toggle-label.active {
  color: #000;
  font-weight: bold;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pricing-label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 15px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 15px;
}

.label-economic {
  background-color: #0a2463; /* Bleu marine */
}

.label-value {
  background-color: #52b788; /* Vert */
}

.label-complete {
  background-color: #52b788; /* Vert */
}

.pricing-card {
  position: relative;
  padding-top: 15px; /* Pour laisser de l'espace pour l'étiquette */
}

/* Toggle Switch pour le formulaire Claimly */
.form-billing-toggle {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.form-billing-toggle .form-price-display {
  text-align: center;
  margin-bottom: 15px;
}
.form-billing-toggle .form-price-display .form-price {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  color: var(--dark-blue);
}
.form-billing-toggle .form-price-display .form-price .ttc {
  font-size: 0.8rem;
  color: #666;
  font-weight: normal;
}
.form-billing-toggle .form-price-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-billing-toggle .form-price-toggle-container .form-toggle-label {
  font-size: 14px;
  margin: 0 10px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-billing-toggle .form-price-toggle-container .form-toggle-label.active {
  color: var(--dark-blue);
  font-weight: bold;
}
.form-billing-toggle .form-price-toggle-container .form-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.form-billing-toggle .form-price-toggle-container .form-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-billing-toggle .form-price-toggle-container .form-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.form-billing-toggle .form-price-toggle-container .form-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.form-billing-toggle .form-price-toggle-container .form-slider.round {
  border-radius: 34px;
}
.form-billing-toggle .form-price-toggle-container .form-slider.round:before {
  border-radius: 50%;
}
.form-billing-toggle .form-price-toggle-container input:checked + .form-slider {
  background-color: var(--dark-blue);
}
.form-billing-toggle .form-price-toggle-container input:focus + .form-slider {
  box-shadow: 0 0 1px var(--dark-blue);
}
.form-billing-toggle .form-price-toggle-container input:checked + .form-slider:before {
  transform: translateX(26px);
}

/* Styles pour l'affichage des prix de toutes les offres dans le formulaire */
.form-offer-price-display {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  text-align: center;
}
.form-offer-price-display .form-offer-price {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  color: var(--dark-blue);
}
.form-offer-price-display .form-offer-price .ttc {
  font-size: 0.8rem;
  color: #666;
  font-weight: normal;
}
.form-offer-price-display .form-offer-description {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
}

.claimly {
  background-color: rgba(215, 255, 215, 0.493);
}
.claimly .icon {
  background-color: transparent !important;
  width: 50px !important;
}
.claimly .icon .icon-svg {
  width: 90% !important;
}