.doc-rentres-page {
  --doc-rentres-ink: var(--color-navy);
  --doc-rentres-soft: #eef4ff;
  --doc-rentres-sky: #e9f7fb;
  padding-bottom: 72px;
  overflow: hidden;
}
.doc-rentres-page h1,
.doc-rentres-page h2,
.doc-rentres-page h3 {
  color: var(--doc-rentres-ink);
}
.doc-rentres-page p {
  line-height: 1.72;
}
.doc-rentres-pane {
  --theme-color-contrast: #fff;
}
.doc-rentres-pane-maternelle {
  --theme-color: var(--color-college);
}
.doc-rentres-pane-elementaire {
  --theme-color: var(--teal);
}
.doc-rentres-pane-college {
  --theme-color: var(--green);
}
.doc-rentres-hero {
  position: relative;
  padding: 78px 0 58px;
  margin-bottom: 34px;
}
.doc-rentres-hero::before,
.doc-rentres-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.doc-rentres-hero::before {
  width: 220px;
  height: 220px;
  left: -76px;
  top: 44px;
  background: color-mix(in srgb, var(--theme-color) 14%, transparent);
}
.doc-rentres-hero::after {
  width: 150px;
  height: 150px;
  right: 7%;
  bottom: 8px;
  background: color-mix(in srgb, var(--theme-color) 10%, transparent);
}
.doc-rentres-kicker,
.doc-rentres-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--theme-color);
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}
.doc-rentres-kicker::before,
.doc-rentres-section-label::before {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 99px;
  background: var(--theme-color);
}
.doc-rentres-title {
  max-width: 820px;
  margin: 0 0 22px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  font-weight: var(--font-weight-title);
}
.doc-rentres-lead {
  max-width: 760px;
  margin: 0;
  font-size: 19px;
  color: var(--body-color);
}
.doc-rentres-hero-card,
.doc-rentres-tabs-wrap,
.doc-rentres-services,
.doc-rentres-info-card,
.doc-rentres-documents,
.doc-rentres-supplies,
.doc-rentres-health,
.doc-rentres-english,
.doc-rentres-closing {
  position: relative;
  border: 1px solid rgba(217, 214, 209, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}
.doc-rentres-hero-card {
  padding: 34px;
  overflow: hidden;
}
.doc-rentres-hero-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -58px;
  width: 174px;
  height: 174px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-color) 12%, transparent);
}
.doc-rentres-hero-card i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--theme-color);
  color: var(--theme-color-contrast);
  font-size: 25px;
}
.doc-rentres-hero-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--doc-rentres-ink);
  font-size: 25px;
  line-height: 1.32;
  font-weight: var(--font-weight-title);
}
.doc-rentres-hero-card p,
.doc-rentres-hero-card span {
  position: relative;
  z-index: 1;
}
.doc-rentres-hero-card p {
  margin: 0 0 14px;
}
.doc-rentres-hero-card span {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--doc-rentres-soft);
  color: var(--doc-rentres-ink);
  font-size: 13px;
  font-weight: var(--font-weight-header);
}
.doc-rentres-tabs-wrap {
  padding: 14px;
  margin-bottom: 34px;
}
.doc-rentres-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.doc-rentres-tabs .nav-item {
  min-width: 0;
}
.doc-rentres-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 62px;
  padding: 14px 18px;
  border: 1px solid rgba(217, 214, 209, 0.82);
  border-radius: 18px;
  background: #fff;
  color: var(--doc-rentres-ink);
  font-weight: var(--font-weight-header);
  box-shadow: 0 10px 24px rgba(24, 44, 96, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.doc-rentres-tabs .nav-link:hover,
.doc-rentres-tabs .nav-link:focus {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(24, 44, 96, 0.12);
}
.doc-rentres-tabs .nav-link i {
  font-size: 21px;
}
.doc-rentres-tab-maternelle {
  border-color: color-mix(in srgb, var(--color-college) 36%, #fff);
  color: var(--color-college);
  background: color-mix(in srgb, var(--color-college) 8%, #fff);
}
.doc-rentres-tab-elementaire {
  border-color: color-mix(in srgb, var(--teal) 36%, #fff);
  color: var(--teal);
  background: color-mix(in srgb, var(--teal) 8%, #fff);
}
.doc-rentres-tab-college {
  border-color: color-mix(in srgb, var(--green) 36%, #fff);
  color: var(--green);
  background: color-mix(in srgb, var(--green) 8%, #fff);
}
.doc-rentres-tabs .nav-link.active {
  border-color: transparent;
  color: #fff;
}
.doc-rentres-tab-maternelle.active {
  background: var(--color-college) !important;
  background-color: var(--color-college) !important;
}
.doc-rentres-tab-elementaire.active {
  background: var(--teal) !important;
  background-color: var(--teal) !important;
}
.doc-rentres-tab-college.active {
  background: var(--green) !important;
  background-color: var(--green) !important;
}
.doc-rentres-tab-content {
  min-height: 360px;
}
.doc-rentres-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
  margin-bottom: 34px;
}
.doc-rentres-photo {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: color-mix(in srgb, var(--theme-color) 10%, #fff);
  box-shadow: var(--shadow);
}
.doc-rentres-photo-large {
  min-height: 390px;
}
.doc-rentres-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(24, 44, 96, 0.18)), linear-gradient(135deg, color-mix(in srgb, var(--theme-color) 18%, transparent), transparent 48%);
  pointer-events: none;
}
.doc-rentres-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .55s ease;
}
.doc-rentres-photo:hover img {
  transform: scale(1.035);
}
.doc-rentres-services,
.doc-rentres-documents,
.doc-rentres-supplies,
.doc-rentres-health,
.doc-rentres-english {
  padding: 34px;
  margin-bottom: 34px;
}
.doc-rentres-services,
.doc-rentres-supplies,
.doc-rentres-english {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(238, 244, 255, 0.9)), #fff;
}
.doc-rentres-section-heading {
  max-width: 850px;
  margin-bottom: 24px;
}
.doc-rentres-section-heading h2,
.doc-rentres-documents h2,
.doc-rentres-health h2,
.doc-rentres-closing h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.16;
}
.doc-rentres-section-heading p,
.doc-rentres-info-card p,
.doc-rentres-documents p,
.doc-rentres-health p,
.doc-rentres-closing p {
  margin: 0;
}
.doc-rentres-info-card {
  height: 100%;
  padding: 26px;
  transition: transform .25s ease;
}
.doc-rentres-info-card:hover,
.doc-rentres-link-card:hover,
.doc-rentres-level-card:hover,
.doc-rentres-english-card:hover {
  transform: translateY(-5px);
}
.doc-rentres-info-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--theme-color);
  color: var(--theme-color-contrast);
  font-size: 22px;
}
.doc-rentres-info-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.22;
}
.doc-rentres-documents,
.doc-rentres-health {
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-color) 82%, var(--color-navy)), color-mix(in srgb, var(--theme-color) 58%, var(--color-navy))), var(--color-navy);
  color: #fff;
}
.doc-rentres-documents h2,
.doc-rentres-documents p,
.doc-rentres-documents .doc-rentres-section-label,
.doc-rentres-health h2,
.doc-rentres-health p,
.doc-rentres-health .doc-rentres-section-label {
  color: #fff;
}
.doc-rentres-documents .doc-rentres-section-label::before,
.doc-rentres-health .doc-rentres-section-label::before {
  background: #fff;
}
.doc-rentres-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.doc-rentres-link-card,
.doc-rentres-level-card,
.doc-rentres-english-card {
  position: relative;
  display: flex;
  gap: 14px;
  height: 100%;
  min-height: 88px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(217, 214, 209, 0.72);
  border-radius: 18px;
  background: #fff;
  color: var(--doc-rentres-ink);
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(24, 44, 96, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.doc-rentres-link-card {
  align-items: center;
}
.doc-rentres-link-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--theme-color);
  color: var(--theme-color-contrast);
  font-size: 20px;
}
.doc-rentres-link-card span,
.doc-rentres-level-card strong,
.doc-rentres-english-card strong {
  color: var(--doc-rentres-ink);
  font-weight: var(--font-weight-header);
  line-height: 1.35;
}
.doc-rentres-level-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  grid-template-areas: "level icon" "title title";
  align-content: space-between;
  align-items: center;
  gap: 18px 14px;
  min-height: 126px;
  padding: 18px;
}
.doc-rentres-level-card span {
  grid-area: level;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  max-width: 100%;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-color) 12%, #fff);
  color: var(--theme-color);
  font-size: 12px;
  font-weight: var(--font-weight-header);
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}
.doc-rentres-level-card strong {
  display: block;
  grid-area: title;
  max-width: 100%;
  font-size: 17px;
  line-height: 1.24;
  overflow-wrap: anywhere;
}
.doc-rentres-level-card i {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--theme-color) 13%, #fff);
  color: var(--theme-color);
  font-size: 18px;
}
.doc-rentres-english-card {
  align-items: center;
  min-height: 118px;
}
.doc-rentres-english-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--theme-color);
  color: var(--theme-color-contrast);
  font-size: 24px;
}
.doc-rentres-english-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
}
.doc-rentres-focus {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), color-mix(in srgb, var(--theme-color) 10%, #fff)), #fff;
}
.doc-rentres-closing {
  padding: 38px;
  text-align: center;
  background: linear-gradient(135deg, color-mix(in srgb, var(--doc-rentres-closing-color, var(--theme-color)) 82%, var(--color-navy)), color-mix(in srgb, var(--doc-rentres-closing-color, var(--theme-color)) 58%, var(--color-navy))), var(--color-navy);
  color: #fff;
  transition: background .3s ease;
}
.doc-rentres-closing-maternelle {
  --doc-rentres-closing-color: var(--color-college);
}
.doc-rentres-closing-elementaire {
  --doc-rentres-closing-color: var(--teal);
}
.doc-rentres-closing-college {
  --doc-rentres-closing-color: var(--green);
}
.doc-rentres-closing h2,
.doc-rentres-closing p {
  color: #fff;
}
.doc-rentres-closing p {
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .doc-rentres-hero {
    padding-top: 52px;
  }
  .doc-rentres-title {
    font-size: 42px;
  }
  .doc-rentres-link-grid {
    grid-template-columns: 1fr;
  }
  .doc-rentres-gallery {
    grid-template-columns: 1fr;
  }
  .doc-rentres-photo,
  .doc-rentres-photo-large {
    min-height: 280px;
  }
}
@media (max-width: 680px) {
  .doc-rentres-page {
    padding-bottom: 44px;
  }
  .doc-rentres-hero {
    padding: 42px 0 32px;
  }
  .doc-rentres-title {
    font-size: 34px;
  }
  .doc-rentres-lead {
    font-size: 16px;
  }
  .doc-rentres-hero-card,
  .doc-rentres-tabs-wrap,
  .doc-rentres-services,
  .doc-rentres-info-card,
  .doc-rentres-documents,
  .doc-rentres-supplies,
  .doc-rentres-health,
  .doc-rentres-english,
  .doc-rentres-closing,
  .doc-rentres-link-card,
  .doc-rentres-level-card,
  .doc-rentres-english-card {
    border-radius: 16px;
    padding: 22px;
  }
  .doc-rentres-tabs {
    grid-template-columns: 1fr;
  }
  .doc-rentres-tabs .nav-link {
    justify-content: flex-start;
    min-height: 56px;
  }
  .doc-rentres-photo,
  .doc-rentres-photo-large {
    min-height: 220px;
    border-radius: 16px;
  }
  .doc-rentres-section-heading h2,
  .doc-rentres-documents h2,
  .doc-rentres-health h2,
  .doc-rentres-closing h2 {
    font-size: 24px;
  }
  .doc-rentres-level-card {
    min-height: 116px;
  }
  .doc-rentres-english-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

/*# sourceMappingURL=doc-rentres.min.css.map */