@charset "UTF-8";
.nav-tabs .nav-link {
  border: 1px solid white !important;
}

.en-partenariat {
  color: white;
  background-color: #f12424;
  padding: 5px;
}

.phone-number {
  color: #000730;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  min-height: 1.5625rem;
}

.service-gratuit-tel {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #454545;
}

.as-du-prix {
  width: 130px;
}

.nav-link {
  color: white;
}

.nav-link:hover {
  color: #495057;
  background-color: white;
}

/* Assure que les colonnes ne sont pas trop larges */
.table td, .table th {
  white-space: nowrap;
  max-width: 150px; /* Limite la largeur des cellules pour éviter le débordement */
  overflow: hidden;
}

/* Gère l'espacement de l'intérieur du tableau */
.table td, .table th {
  padding: 0.5rem;
}

@media (max-width: 575.98px) {
  thead th {
    white-space: normal !important;
  }
  .table td, .table th {
    white-space: nowrap;
    max-width: none !important; /* Limite la largeur des cellules pour éviter le débordement */
    overflow: hidden;
    font-size: 3vw; /* Taille du texte en fonction de la largeur du viewport */
    padding: 2vw 1vw;
  }
}
.table > tbody {
  background-color: white;
}

.top-left-table-radius {
  border-radius: 20px 0 0 0;
}

.top-right-table-radius {
  border-radius: 0 20px 0 0;
}

.bottom-right-table-radius {
  border-radius: 0 0 20px 0;
  border-bottom: none;
}

.bottom-left-table-radius {
  border-radius: 0 0 0 20px;
  border-bottom: none;
}

.main-color-bg {
  background-color: #274377;
}

h1 {
  font-size: 39px;
  font-weight: bold;
}

h2 {
  font-size: 39px;
  font-weight: bold;
  color: #512021;
}

.bg-primary-dark {
  background-color: #e31c26;
  margin-top: 95px !important;
}

.color-accent {
  color: #512021;
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .bg-primary-dark {
    margin-top: 70px !important;
  }
  h1 {
    font-size: 30px;
  }
  h2-custom {
    font-size: 25px;
  }
  .color-accent {
    font-size: 18px;
    line-height: normal;
  }
}
.color-item {
  color: #49596a;
}

.note-avisun {
  font-size: 25px;
  font-weight: bold;
  color: white;
}

.star-size {
  height: 38px;
  width: 38px;
  display: inline-block;
  color: #f39c12;
}

.section-divider-1, .section-divider-2, .section-divider-3, .section-divider-4 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.section-divider-1 svg {
  position: relative;
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
  background-color: #e31c26;
}

.section-divider-2 svg {
  position: relative;
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
  background-color: white;
}

.section-divider-3 svg {
  position: relative;
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
  background-color: #f5f7fa;
}

.section-divider-4 svg {
  position: relative;
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}

ol, ul, menu {
  list-style: none;
  padding-left: 0;
}

.color-primary {
  color: #33599e;
}

.fs-custom-1 {
  font-size: 20px;
}

.bg-1 {
  background-color: #f1f4f9;
}

.custom-lh-1 {
  line-height: normal;
  color: #49596a;
}

.custom-color-3 {
  color: #49596a;
}

.bg-2 {
  background-color: #e31c26;
}

.encart-bg {
  background-color: #512021;
  border: 2px solid #ffbabc;
  font-size: 25px;
  color: white;
  font-weight: bold;
  line-height: normal;
  max-width: 250px;
}

.testimonial__footer {
  background-color: white;
}

.stars-class {
  width: 110px;
}

.step-width {
  width: 48px !important;
  height: 48px !important;
  max-width: none;
}

.review-stars {
  width: 150px;
}

.icon--lg {
  height: 40px;
  width: 40px;
  transform: rotate(-90deg);
}

.mentions-offre {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .icon--lg {
    transform: rotate(0deg);
  }
}
.lh-normal {
  line-height: normal !important;
}

.cta-custom {
  background-color: #e31c26;
  padding: 15px;
  color: white;
  font-weight: bold;
  font-size: 17px;
  border: none;
  transition: background-color 0.3s ease;
}

.cta-custom:hover {
  background-color: #512021 !important;
}

.cta-custom:active {
  background-color: #e31c26 !important;
}

.cta-custom:focus:not(:focus-visible) {
  outline: none;
}

.testimonial-card {
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-icon {
  font-size: 4rem;
  color: #6366f1;
  opacity: 0.2;
}

.rating-control {
  color: #f39c12;
}

.lead {
  font-size: 1.15rem;
  font-weight: 300;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #436fc2;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #436fc2;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}

#simulateur {
  background-color: white;
  overflow: hidden;
}

#form-steps {
  background-color: #f9fafb;
  font-size: 12px;
  color: #85919d;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.progress {
  height: 0.5rem !important;
}

.progress-bar {
  background-color: #512021;
}

#form-bottom {
  background-color: #512021;
}

.btn-suivant {
  background-color: #f39c12;
  border: none;
  color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.btn-suivant:hover {
  background-color: #e67e22;
  border-color: #e67e22;
}

.btn-suivant:active {
  background-color: #f39c12;
  border-color: #f39c12;
}

.btn-suivant:focus:not(:focus-visible) {
  outline: none;
}

.btn-precedent {
  background-color: white;
  border: none;
  color: black;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-precedent:hover {
  background-color: white;
  color: black;
}

.btn-precedent:active {
  background-color: white;
}

.btn-precedent:focus:not(:focus-visible) {
  outline: none;
}

.btn-answer {
  background-color: #f1f4f9 !important;
  border: 2px solid #33599e;
  padding: 15px !important;
  color: #49596a;
  font-size: 16px;
}

.btn-answer:hover {
  background-color: #33599e !important;
  border: 2px solid #f36e06;
  padding: 15px !important;
  color: white !important;
}

.btn-answer:first-child:active {
  background-color: #33599e !important;
  border: 2px solid #f36e06;
  padding: 15px !important;
  color: white !important;
}

.form-h3 {
  color: #364859;
  font-size: 25px;
  font-weight: bold;
}

.picto-form-btn-1 {
  height: 100px;
  width: 100px;
}

.label-answer {
  margin-top: 10px;
}

.simu-selected-input-btn {
  border: 2px solid #f36e06 !important;
  background-color: #33599e !important;
  color: white !important;
}

.title_rgpd_simu {
  font-size: 12px;
}

.bloctel {
  font-size: 10px;
}

.alert-danger {
  padding: 2px;
}

.h3-custom {
  font-weight: 600;
  font-style: normal;
  color: #664e03;
  font-size: 25px;
}

.erreur-emphase {
  box-shadow: 0 0 0 0.1rem #fcddd9;
}

.erreur-validation-champ {
  background-color: #fcddd9;
  color: #364859;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 14px;
}

.form-floating .form-control {
  height: 40px; /* Hauteur réduite */
  padding: 6px 12px; /* Ajuster le padding pour un meilleur rendu */
  font-size: 16px;
}

.form-floating label {
  font-size: 16px;
  line-height: 40px; /* Aligner le texte verticalement */
  padding: 0 8px; /* Ajustement latéral */
}

.rgpd-lh {
  line-height: normal !important;
  font-size: 13px !important;
}

.msg-erreur-global {
  color: #f02523;
  line-height: normal;
  font-size: 15px;
}

.msg-last-step {
  line-height: normal;
}

/* fin formulaire*/

/*# sourceMappingURL=offre_speciale.css.map */
