.slider-section {
  background-color: #f9f9f8;
  overflow: hidden;
  padding: 1rem 0;
  border-top: 1px solid #eae7e3;
  border-bottom: 1px solid #eae7e3;
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 4rem;
  animation: scroll-left 30s linear infinite;
}
.slider-track span {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 1rem;
  color: #514e4a;
  font-weight: 500;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
ul {
  margin: 1rem 0 2rem 1.5rem;
  padding-left: 1rem;
  list-style-type: disc;
}
ul li {
  font-size: 1rem;
  color: #3d3a37;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #f4f3f1;
  color: #141312;
  font-family: "Lora", serif;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #e0dbd5;
  border-top: 5px solid #66615c;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fadeIn,
.fadeLeft,
.fadeRight,
.fadeTop,
.fadeBottom {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadeLeft {
  transform: translateX(-30px);
}

.fadeRight {
  transform: translateX(30px);
}

.fadeTop {
  transform: translateY(-30px);
}

.fadeBottom {
  transform: translateY(30px);
}

.show-on-scroll {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.sophro-bloc {
  background-color: #f9f9f8;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
}
.sophro-bloc .sophro-text {
  max-width: 1200px;
  font-size: 1.2rem;
  color: #282725;
  line-height: 1.8;
}
.sophro-bloc .sophro-text li {
  font-size: 1.2rem;
}
.sophro-bloc .sophro-text p {
  margin-bottom: 1rem;
}
.sophro-bloc .sophro-text strong {
  font-weight: bold;
  color: #514e4a;
}

@media (max-width: 600px) {
  .sophro-bloc .sophro-text {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.about {
  background-color: #eae7e3;
}
.about .about-content {
  max-width: 900px;
  margin: auto;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.about .about-content h2 {
  padding: 0;
  margin-top: 0;
  font-size: 2.5rem;
  color: #141312;
  margin-bottom: 1.5rem;
}
.about .about-content p {
  font-size: 1.2rem;
  color: #3d3a37;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.about .about-content img {
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .about .about-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about .about-content img {
    margin-bottom: 2rem;
    max-width: 100%;
  }
}

.bloc-text-1 {
  background-color: #eae7e3;
}
.bloc-text-1.bg-2 {
  background-color: #e5e1dc;
}
.bloc-text-1 .content {
  max-width: 1200px;
  margin: auto;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
}
.bloc-text-1 .content > ul:last-child {
  margin-bottom: 0;
}
.bloc-text-1 .content li {
  font-size: 1.2rem;
}
.bloc-text-1 .content h2 {
  font-size: 2.5rem;
  color: #141312;
  margin-bottom: 1.5rem;
}
.bloc-text-1 .content .intro {
  font-weight: bold;
  font-size: 1.2rem;
  color: #3d3a37;
  margin-bottom: 1.5rem;
}
.bloc-text-1 .content p {
  font-size: 1.2rem;
  color: #3d3a37;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.bloc-text-1 .content ul:last-of-type {
  margin-bottom: 0;
}
.bloc-text-1 .content ul:last-of-type:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bloc-text-1 .content {
    text-align: center;
  }
  .bloc-text-1 .content ul {
    text-align: left;
    margin: 1rem auto;
    max-width: 90%;
  }
}

.pyramide-benefices {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 4rem 2rem;
}
.pyramide-benefices h2 {
  margin-bottom: 2em;
}
.pyramide-benefices svg {
  max-height: 500px;
}

.faq {
  padding: 4rem 2rem;
  background-color: #eae7e3;
}
.faq .content {
  max-width: 900px;
  margin: 0 auto;
}
.faq .content h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.faq .content .faq-item {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
.faq .content .faq-item .faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 3rem;
  font-size: 1.1rem;
}
.faq .content .faq-item .faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  background-color: #8e8881;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.faq .content .faq-item .faq-question.open::after {
  content: "-";
  background-color: #ccc3b9;
  transform: translateY(-50%) rotate(180deg);
}
.faq .content .faq-item .faq-answer {
  padding-top: 1rem;
  overflow: hidden;
  display: none;
}

.cta-section {
  background-color: #ccc3b9;
  padding: 3rem 1rem;
  text-align: center;
  color: #1d1d1b;
}
.cta-section .cta-content {
  max-width: 700px;
  margin: 0 auto;
}
.cta-section .cta-content h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.cta-section .cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-section .cta-content .cta-button {
  display: inline-block;
  background-color: #8e8881;
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-weight: bold;
}
.cta-section .cta-content .cta-button:hover {
  background-color: #a49d96;
  color: white;
  transform: scale(1.03);
}
.cta-section .cta-content .cta-button:active {
  transform: scale(0.97);
}

.img100 img {
  width: 100%;
  background-color: #eae7e3;
}

.flex-600 {
  display: flex;
}
.flex-600.inverted {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .flex-600 {
    flex-direction: column;
  }
}

.contact-section {
  background-color: #efedea;
  padding: 4rem 2rem;
}
.contact-section .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .contact-section .contact-container {
    flex-direction: column;
  }
}
.contact-section .contact-left {
  flex: 1;
}
.contact-section .contact-left h2 {
  font-size: 2.5rem;
  color: #141312;
  margin-bottom: 1rem;
}
.contact-section .contact-left .intro {
  font-size: 1.2rem;
  color: #3d3a37;
  margin-bottom: 2rem;
}
.contact-section .contact-left .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-section .contact-left .contact-form .form-group {
  display: flex;
  flex-direction: column;
}
.contact-section .contact-left .contact-form .form-group label {
  font-size: 1rem;
  color: #3d3a37;
  margin-bottom: 0.5rem;
}
.contact-section .contact-left .contact-form .form-group input,
.contact-section .contact-left .contact-form .form-group textarea {
  padding: 0.8rem;
  border: 1px solid #dbd5ce;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Lora", serif;
  background-color: white;
  color: #141312;
}
.contact-section .contact-left .contact-form .form-group textarea {
  resize: vertical;
}
.contact-section .contact-left .contact-form .form-submit {
  text-align: left;
}
.contact-section .contact-left .contact-form .form-submit button {
  background-color: #8e8881;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.contact-section .contact-left .contact-form .form-submit button:hover {
  background-color: #a49d96;
  transform: scale(1.03);
}
.contact-section .contact-left .contact-form .form-submit button:active {
  transform: scale(0.97);
}
.contact-section .contact-right {
  flex: 0 0 300px;
  background-color: #eae7e3;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
  color: #282725;
}
.contact-section .contact-right h3 {
  font-size: 1.5rem;
  color: #141312;
  margin-bottom: 1rem;
}
.contact-section .contact-right p {
  margin-bottom: 1.2rem;
}
.contact-section .contact-right p a {
  color: #3d3a37;
  text-decoration: none;
}
.contact-section .contact-right p a:hover {
  text-decoration: underline;
}
.contact-section .contact-right .calendly-link {
  margin: 2rem 0;
}
.contact-section .contact-right .calendly-link a {
  display: inline-block;
  background-color: #8e8881;
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  text-align: center;
}
.contact-section .contact-right .calendly-link a:hover {
  background-color: #a49d96;
}
.contact-section .contact-right .deontologie {
  font-size: 0.95rem;
}
.contact-section .contact-right .deontologie a {
  display: inline-block;
  margin-top: 0.5rem;
  color: #3d3a37;
  text-decoration: underline;
}
.contact-section .contact-right .deontologie a:hover {
  color: #141312;
}

.engagement-section {
  background-color: #eae7e3;
  padding: 4rem 2rem;
}
.engagement-section .engagement-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .engagement-section .engagement-container {
    flex-direction: column;
  }
}
.engagement-section .engagement-item {
  flex: 1;
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
  color: #282725;
}
.engagement-section .engagement-item h2 {
  font-size: 1.8rem;
  color: #141312;
  margin-bottom: 1rem;
}
.engagement-section .engagement-item p {
  margin-bottom: 1.2rem;
}
.engagement-section .engagement-item p a {
  color: #3d3a37;
  text-decoration: underline;
}
.engagement-section .engagement-item p a:hover {
  color: #141312;
}
.engagement-section .engagement-item .tarif-list {
  list-style: disc;
  margin: 1rem 0 1.5rem 1.5rem;
}
.engagement-section .engagement-item .tarif-list li {
  margin-bottom: 0.5rem;
  color: #3d3a37;
}

.contact-bubble {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #8e8881;
  color: white;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 9999;
  opacity: 0;
  transform: scale(0.9);
  transition: background-color 0.3s ease;
}
.contact-bubble:hover {
  background-color: #a49d96;
}
.contact-bubble svg {
  stroke: white;
}

.alert.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.alert.alert-danger p {
  margin: 0;
}
.alert.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.alert.alert-success p {
  margin: 0;
}/*# sourceMappingURL=styles.css.map */