html *{}

.breadcrumb_2025{
    display: block;
    margin-bottom: 0.8rem;
}
.breadcrumb_2025 svg{width: 16px;}

.breadcrumb_2025 a {
    text-decoration: underline;
}


.breadcrumb_2025>span {
  display: flex;
}


.page-template-template-maisons-2025 *{}

.maisons__description_txt.medium {
    line-height: normal;
}

.page-template-template-maisons-2025 p.maisons__txt.title.medium {
    line-height: normal;
}

.page-template-template-maisons-2025 .main-wrapper {
    padding-left: 5%;
    padding-right: 5%;
}

.page-template-template-maisons-2025 * h1.title {
    text-align: center;
    font-size: 1.8rem;
}

.page-template-template-maisons-2025 .hidden {
  display: none;
}
.page-template-template-maisons-2025 .voir-plus {
  display: inline-block;
  margin-top: 1rem;
  color: #060606;
  border-bottom: 1px solid #4b6b57;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  border: 0;
  text-decoration: underline;
  /* border-bottom: 1px solid #000000; */
  font-weight: bold;
}



.page-template-template-maisons-2025 .maison__contact {
  background-color: #89a78a; /* vert doux */
  color: white;
  padding: 4rem;
  /* border-radius: 1rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.page-template-template-maisons-2025 .bloc-contact h2 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
/* Vous n’avez pas trouvé de réponse à votre question ? */
  /* width: 252px; */
  /* height: 87px; */
  font-family: 'Sen';
  font-style: normal;
  font-weight: 700;
  /* line-height: 29px; */
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

/* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.page-template-template-maisons-2025 .bloc-contact p {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.page-template-template-maisons-2025 .btn-contact {
  display: inline-block;
  background-color: #B1C8A5;
  color: #2d4b2d;
  padding: 0.75rem 1.5rem;
  border-radius: 10.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}

.page-template-template-maisons-2025 .btn-contact:hover {
  background-color: #d0e8d0;
}
.faq__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.faq__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2rem;
}

.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq__item {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}

.faq__question {
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq__icon {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1); /* ease-out avancé */
}

.faq__item.active .faq__answer {
  max-height: 1000px; /* suffisamment grand pour couvrir le contenu */
  transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1); 
}

.faq__item.active .faq__icon {
  transform: rotate(180deg);
}
