.elementor-427 .elementor-element.elementor-element-c1a7fa2{--display:flex;}.elementor-427 .elementor-element.elementor-element-37dde13 > .elementor-widget-container{margin:-50px 0px -50px 0px;padding:0px 0px 0px 0px;}.elementor-427 .elementor-element.elementor-element-eea9d6f{width:var( --container-widget-width, 96% );max-width:96%;--container-widget-width:96%;--container-widget-flex-grow:0;}.elementor-427 .elementor-element.elementor-element-eea9d6f.elementor-element{--align-self:center;}.elementor-427 .elementor-element.elementor-element-eea9d6f > .elementor-widget-container{border-radius:20px 20px 20px 20px;}.elementor-427 .elementor-element.elementor-element-eea9d6f .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-427 .elementor-element.elementor-element-a4a05a1{--spacer-size:50px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-37dde13 */@media(max-width:900px){
/* --- CSS MOBILE-FIRST OPTIMISÉ POUR TA PAGE (Correctif marges & bordures) --- */

/* RESET GLOBAL */
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  font-family: Inter, Poppins, sans-serif;
  background: #FFFFFF;
  overflow-x: hidden;
  color: #333;
}

/* SUPPRESSION DES EFFETS DE BORDURES LILAS */
.bg-wave { display: none !important; }

/* WRAPPER */
section {
  width: 100%;
  margin: 24px 0;
  padding: 0 20px;
  max-width: 100%;
}

/* --- HERO --- */
.hero {
  width: 100%;
  background: #fff;
  padding: 26px 18px;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tagline {
  display: inline-block;
  background: rgba(100,181,246,0.15);
  color: #1F247C;
  padding: 6px 12px;
  border-radius: 14px;
  font-weight: 600;
  text-align: center;
  font-size: .88rem;
  margin: 0 auto;
}

.hero-left h1 {
  font-size: 1.75rem;
  text-align: center;
  margin: 10px 0;
  line-height: 1.25;
}
.hero-left p {
  font-size: .95rem;
  text-align: center;
  margin-bottom: 14px;
  color: #555;
}

.btn-primary {
  width: 100%;
  padding: 14px 18px;
  background: linear-gradient(135deg,#64B5F6,#9B6BFF);
  text-align: center;
  color: #fff;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(100,181,246,.25);
  transition: .3s;
}
.btn-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg,#9B6BFF,#1F247C);
}

/* --- STATS --- */
.stats {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 6px;
}
.stats span { font-size: 1.35rem; font-weight: 800; }
.stat-blue span {
  color:#64B5F6;
  font-size:1.45rem;
  font-weight:800;
  display:block;
  line-height:1.1;
  white-space:nowrap;
  letter-spacing:0.5px;
}
.stat-violet span {
  color:#9B6BFF;
  font-size:1.45rem;
  font-weight:800;
  display:block;
  line-height:1.1;
  white-space:nowrap;
  letter-spacing:0.5px;
}
.stats p {
  font-size: .85rem;
  margin-top: 4px;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: block;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}

/* --- CALENDRIER --- */
.hero-right { width: 100%; display: flex; justify-content: center; margin-top: 4px; }
.calendar-widget {
  width: 260px;
  background: #fff;
  padding: 12px 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1F247C;
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: 4px;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 4px;
  font-size: .8rem;
}
.calendar-date {
  padding: 7px 0;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
}
.today { background: #FFD54F; color: #1F247C; font-weight: 700; }

/* --- FEATURES --- */
.features {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
.feature {
  background: #F7F8FF;
  padding: 16px 12px;
  border-radius: 12px;
  border: 1px solid #e1e4ff;
  text-align: center;
}
.feature h3 { font-size: 1rem; color: #1F247C; margin-top: 6px; }
.feature p { font-size: .85rem; color: #4a4a4a; }

/* --- PROF SECTION --- */
.prof {
  background: #fff;
  padding: 26px 16px;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
}
.prof img {
  width:300px;
  height:300px;
  object-fit:cover;
  border-radius:16px;
  display:block;
  margin:0 auto;
}
.prof-text h2 {
  font-size:1.55rem;
  font-weight:700;
  color:#1F247C;
  line-height:1.3;
  margin:0 auto 12px auto;
  max-width:100%;
  text-align:center;
  display:block;
  padding-left:0;
  position:relative;
}
.prof-text h2::before {
  content:"";
}
.prof-text .heart-title {
  display:block;
  font-size:1.4rem;
  margin-bottom:6px;
}

.prof-text h3 {
  text-align:center;
  margin-top:4px;
}
.prof-text p {
  font-size: .9rem;
  color: #555;
  line-height: 1.55;
  max-width: 520px;
  margin: 0 auto 14px auto;
  text-align: justify;
}

/* --- CARDS --- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
.card-item {
  background: #F6F9FF;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  border: 1px solid rgba(100,181,246,.2);
  box-shadow: 0 4px 12px rgba(100,181,246,.15);
}
.card-item span { font-size: .9rem; color: #1F247C; font-weight: 600; }
}/* End custom CSS */