.fnsr-button-wrapper {
  display: flex;
  justify-content: center;
}

.fnsr-button-wrapper .fnsr-field-tarifs {
  color: white;
  background-color: #95c11f;
  padding: 0.625em 1.25em;
  font-size: 1em;
  line-height: 1.35;
}

.franchise-hero {
  background-color: #891f7c;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.franchise-nom h2 {
  font-size: 2.125rem;
  margin-bottom: 30px;
  color: white !important;
  font-weight: 600;
}

.franchise-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.franchise-accroche p {
  font-size: 1.2rem;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
}

.franchise-photo img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid white;
}

/* Responsive */
@media (min-width: 768px) {
  .franchise-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    gap: 40px;
  }

  .franchise-accroche {
    flex: 2;
    text-align: left;
    max-width: 600px;
    padding: 0;
  }

  .franchise-photo {
    flex: 0 0 auto;
    margin: 0;
  }
}

/* ----- */

.franchise-agence-name {
  color: #891f7c !important;
  font-size: 53px !important;
  line-height: 1.4em !important;
  text-align: center;
  margin: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
}

/* Ajustement pour écrans ≤ 1024px */
@media (max-width: 1024px) {
  .franchise-agence-name {
    font-size: 40px;
  }
}

/* ----- */
/* === CSS modifié === */

/* === CSS modifié pour ronder, centrer icône+texte et améliorer la visibilité === */

/* wrapper flex centré verticalement ET horizontalement */
.fnsr-facebook-wrapper {
  display: flex;
  align-items: center;
  /* centre verticalement icône+texte */
  justify-content: center;
  /* centre horizontalement dans son parent */
  color: #891f7c;
  text-decoration: none;
  /* enlève le soulignement du lien */
  width: 100%;
  /* si vous voulez que le lien prenne toute la largeur */
  max-width: 400px;
  /* optionnel : limite la largeur maximale */
  margin: 0 auto;
  /* centre le bloc dans son conteneur */
}

/* icône ronde + fond violet */
.fnsr-facebook-icon-container {
  background-color: #891f7c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

/* svg blanc plus visible */
.fnsr-facebook-icon-container svg {
  fill: #ffffff;
  width: 24px;
  height: 24px;
}

/* hover appliqué au conteneur icône */
.fnsr-facebook-wrapper:hover .fnsr-facebook-icon-container {
  background-color: #8cc53f;
}

/* texte à droite, taille ajustée */
.fnsr-facebook-text {
  font-size: 16px;
  line-height: 1.2;
}

/* Centrage du bouton uniquement sur mobile (≤ 767px par ex) */
@media (max-width: 767px) {
  .fnsr-facebook-btn {
    display: flex;
    margin: 0 auto; /* centre horizontalement */
  }
}

/* Style pour centrer, couleur noire, taille 30px */
.fnsr-responsable-agence {
  color: #000000;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

/* Centre le texte, noir, taille 16px et liens harmonisés */
.fnsr-contact {
  color: #8b2077;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 20px;
}

.fnsr-contact a {
  color: inherit;
  text-decoration: none;
}

.fnsr-contact a:hover {
  text-decoration: underline;
}

.fnsr-facebook-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* espace entre texte et icône */
  padding: 12px 24px;
  border-radius: 50px;
  background: #8b2077;
  border: 2px solid #8b2077;
  color: #ffffff !important;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
}

.fnsr-facebook-btn svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  transition: fill 0.3s ease;
}

.fnsr-facebook-btn:hover {
  background: #ffffff;
  color: #8b2077 !important;
}

.fnsr-facebook-btn:hover svg {
  fill: #8b2077;
}

.fnsr-responsable-dagence {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #8b2077;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align: center;
}

.fnsr-presentation {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
