/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');

/* Scroll doux */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'arial', sans-serif; /* ou autre pour le texte courant */
  color: #383636;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Pompiere', cursive;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
}

/* Navbar */
.navbar {
  background-color: #F7F6F3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-rdv {
  background-color: #4EAABF;
  color: white;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  border: none;
}

.btn-rdv:hover {
  background-color: #3d92a6; /* Un peu plus foncé au hover */
  color: white;
}

.formation-bloc {
  background-color: #fdfdfd;
  border-left: 4px solid #91AD9E;
  font-size: 1rem;
  line-height: 1.6;
}

.formation-bloc h5 {
  font-family: 'Pompiere', cursive;
  font-size: 1.3rem;
  color: #5F7476;
  margin-bottom: 0.5rem;
}

.formation-bloc ul {
  padding-left: 1rem;
  list-style: none;
}

.formation-bloc li {
  margin-bottom: 1rem;
}
.bilan-terra {
  border-left: 3px solid #E09C47; /* terracotta fin */
  background-color: #fffaf7;
  padding-left: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.bilan-terra {
  border-left: 3px solid #E09C47;
  background-color: #fffaf7;
  padding-left: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}


h1 {
    font-size: 7rem;
}

h2 {
   font-size: 3.75rem;
   color: #A05A4F;
}
h4 {
   font-size: 2.75rem;
}
h5 {
   font-size: 2rem;
}
h6 {
    font-size: 5rem;
}

#soustitre {
    font-family: Arial, sans-serif;
    font-size: 1.75rem;
}



/* Héros (accueil) */
.hero {
  padding: 100px 0 0 0;
  background-color: #f8f9fa;
  text-align: center;
}

/* Section générique */
.section {
  padding: 80px 0;
}

/* Pied de page */
.footer {
  background-color: #f8f9fa;
  padding: 30px 0;
}
.h-16 {
    height: 5rem;
}
/* Section approche thérapeutique */
#approche {
  background-color: #fff;
}

#approche .card-img-top {
  object-fit: cover;
  height: 200px;
}

#approche .card-title {
  font-size: 1rem;
  font-weight: bold;
}

#approche .card-text {
  font-family: 'Arial', sans-serif;
  font-size: 0.85rem;
  color: #333;
}
.hero-header {
  background-image: url('../image/file_0000000040e461f499dfd141d3a7bcdd.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 683px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.hero-overlay { /* assombrit l’image pour améliorer la lisibilité */
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.hero-content {
  text-align: center;
  padding: 20px;
}

.approche-bloc {
  border: 3px solid;
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
}

.border-custom-1 { border-color: #B77663; }
.border-custom-2 { border-color: #BE907F; }
.border-custom-3 { border-color: #AD5447; }
.border-custom-4 { border-color: #A05A4F; }

.approche-bloc {
  border: 3px solid;
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.approche-bloc:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Couleurs de bordure */
.border-custom-1 { border-color: #B77663; }
.border-custom-2 { border-color: #BE907F; }
.border-custom-3 { border-color: #AD5447; }
.border-custom-4 { border-color: #A05A4F; }

.map-container {
  max-width: 100%;
  padding: 1rem 0;
}
.map-container h5 {
  font-family: 'Pompiere', sans-serif;
  color: #5F7476;
}
.footer {
  font-family: 'Open Sans', sans-serif;
}

.footer-title {
  font-family: 'Arial';
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: left;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
}

#icon {
    width: 80px;
}
.hurricane-regular {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.75rem;
}
.blue {
    color: #4EAABE;
}
.size {
    width: 20px;
}
.divider-wrapper {
  text-align: center;
  margin: 1rem 0;
}

.custom-divider {
  display: inline-block;
  height: 4px;           /* Équivalent de h-1 */
  width: 40px;           /* Équivalent de w-10 */
  border-radius: 4px;    /* Équivalent de rounded */
  background-color: #A67153; /* Remplace par ta couleur pastel foncée */
  margin: 0.1rem 0;        /* Équivalent de mt-8 mb-6 */
}
.container.mentions-legales {
  max-width: 900px;
  margin: 4rem auto;
  padding: 0 1.5rem;
  font-family: 'Georgia', serif;
  color: #333;
  line-height: 1.8;
  background-color: #fdfcf9;
}

.mentions-legales section {
  margin-bottom: 2.5rem;
  border-left: 4px solid #E09C47;
  padding-left: 1rem;
}

.mentions-legales h2 {
  font-size: 2rem;
  color: #4EAABF;
  margin-bottom: 0.8rem;
  font-family: 'Pompiere', cursive;
}

.mentions-legales p {
  margin: 0;
  font-size: 1rem;
  color: #444;
}

@media (max-width: 768px) {
  .container.mentions-legales {
    padding: 0 1rem;
  }
}


@media screen and (max-width: 640px) {
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 2.75rem;
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 1.75rem;
}
h6 {
  font-size: 3rem;
}
.hero-header {
  height: 415px;
}
#soustitre {
  font-size: 1rem;
}

.tarifs-liste {
  font-size: 13.5px;
}
}