:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74e135c */.success-stats {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.success-stats .container {
  max-width: 700px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}

.stat-block {
  margin-bottom: 30px;
  text-align: left;
}

.stat-label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.stat-bar {
  background-color: #e5e5e5;
  border-radius: 30px;
  overflow: hidden;
  height: 28px;
}

.stat-fill {
  background-color: #B5003F; /* Couleur principale */
  height: 100%;
  line-height: 28px;
  color: #fff;
  text-align: right;
  padding: 0 15px;
  font-weight: 600;
  transition: width 1.4s ease-in-out;
  border-radius: 30px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95dc462 */.bloc-eleves-formes {
  background-color: #F5F5F5;
  padding: 60px 20px;
}

.eleves-container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.eleves-title {
  font-family: 'Helvetica Neue', sans-serif;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.eleves-number {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 2.5rem;
  color: #B5003F;
  font-weight: 700;
  margin-bottom: 10px;
}

.eleves-text {
  font-family: 'Helvetica Neue', sans-serif;
  color: #222222;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .eleves-title {
    font-size: 1.5rem;
  }

  .eleves-number {
    font-size: 2rem;
  }

  .eleves-text {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31e0e77 */.bloc-satisfaction {
  background-color: #FFFFFF;
  padding: 60px 20px;
}

.satisfaction-container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.satisfaction-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.8rem;
  color: #222222;
  font-weight: 600;
  margin-bottom: 20px;
}

.satisfaction-score {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  font-family: 'Helvetica Neue', sans-serif;
  margin-bottom: 10px;
}

.score-number {
  font-size: 3rem;
  color: #B5003F;
  font-weight: 700;
}

.score-max {
  font-size: 1.5rem;
  color: #222222;
  font-weight: 400;
}

.satisfaction-avis {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  color: #222222;
  margin-bottom: 20px;
}

.satisfaction-text {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  color: #222222;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .score-number {
    font-size: 2.2rem;
  }

  .score-max {
    font-size: 1.2rem;
  }

  .satisfaction-title {
    font-size: 1.5rem;
  }

  .satisfaction-text,
  .satisfaction-avis {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c1fdf0 */.bloc-engagements {
  background-color: #ffffff;
  padding: 80px 20px;
}

.engagements-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.engagements-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 2rem;
  color: #222222;
  font-weight: 700;
  margin-bottom: 60px;
}

.engagements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.engagement-card {
  background-color: #F5F5F5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.engagement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.engagement-top-bar {
  height: 6px;
  background-color: #B5003F;
  width: 100%;
}

.engagement-content {
  padding: 30px 25px;
  text-align: left;
}

.engagement-heading {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.3rem;
  color: #222222;
  font-weight: 600;
  margin-bottom: 15px;
}

.engagement-text {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  color: #444444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .engagements-title {
    font-size: 1.6rem;
  }

  .engagement-heading {
    font-size: 1.15rem;
  }

  .engagement-text {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9c0fc5 */.bloc-qualite {
  background-color: #fff;
  padding: 100px 20px;
}

.qualite-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.qualite-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 2.2rem;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
}

.qualite-intro {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  color: #444444;
  max-width: 720px;
  margin: 0 auto 60px auto;
  line-height: 1.7;
}

.qualite-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.qualite-card {
  position: relative;
  background-color: #F5F5F5;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.qualite-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.qualite-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #B5003F;
  margin-bottom: 16px;
  display: inline-block;
  background-color: #B5003F10;
  padding: 6px 14px;
  border-radius: 999px;
}

.qualite-heading {
  font-size: 1.25rem;
  color: #B5003F;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', sans-serif;
}

.qualite-text {
  font-size: 1rem;
  color: #222222;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.6;
}

/* Accent variants */
.accent-left {
  border-left: 6px solid #B5003F;
}

.accent-top {
  border-top: 6px solid #B5003F;
}

.accent-border {
  border: 2px solid #B5003F;
}

/* Responsive */
@media (max-width: 600px) {
  .qualite-title {
    font-size: 1.7rem;
  }

  .qualite-intro {
    font-size: 0.95rem;
  }

  .qualite-heading {
    font-size: 1.15rem;
  }

  .qualite-text {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0591cee */.bloc-accessibilite {
  background-color: #F5F5F5;
  padding: 80px 20px;
}

.accessibilite-container {
  max-width: 1080px;
  margin: 0 auto;
}

.accessibilite-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 2rem;
  color: #222222;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.accessibilite-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.accessibilite-text p {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  color: #222222;
  line-height: 1.7;
  margin-bottom: 20px;
}

.accessibilite-card {
  background-color: #FFFFFF;
  border-left: 6px solid #B5003F;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  font-family: 'Helvetica Neue', sans-serif;
}

.referent-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #B5003F;
  margin-bottom: 10px;
}

.referent-nom {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
}

.referent-contact {
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.6;
}

.referent-contact a {
  color: #B5003F;
  text-decoration: none;
}

.referent-contact a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .accessibilite-grid {
    grid-template-columns: 1fr;
  }

  .accessibilite-title {
    font-size: 1.7rem;
  }

  .referent-title {
    font-size: 1.1rem;
  }

  .referent-nom,
  .referent-contact {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0993fbb */.bloc-reclamations {
  background-color: #FFFFFF;
  padding: 80px 20px;
}

.reclamations-container {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.reclamations-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 2rem;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
}

.reclamations-intro {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  color: #444444;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.7;
}

.reclamations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  text-align: left;
}

.reclamation-step {
  background-color: #F5F5F5;
  border-left: 6px solid #B5003F;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.step-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #B5003F;
  margin-bottom: 12px;
}

.step-text {
  f/* End custom CSS */