/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.l-footer--ecole {
  padding: 0;
  margin: 0;
  background: transparent;
  font-family: "Inter", "sans-serif";
}
.l-footer--ecole a {
  color: inherit;
  text-decoration: none;
}
.l-footer--ecole ul,
.l-footer--ecole li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-footer-ecole__upper {
  background-color: var(--wp--preset--color--bg-primary);
  color: var(--wp--preset--color--txt-black);
  padding: 3.5rem 4.25rem 2.5rem;
}
@media screen and (max-width: 991px) {
  .l-footer-ecole__upper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-footer-ecole__upper-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem 3rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.l-footer-ecole__social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.l-footer-ecole__social-title {
  margin: 0;
  font-family: "remora-sans-w1", "sans-serif";
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-black);
}
.l-footer-ecole__social-title {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .l-footer-ecole__social-title {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-ecole__social-title {
    font-size: 0.9375rem;
  }
}

.l-footer-ecole__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.l-footer-ecole__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background: var(--wp--preset--color--bg-white);
  color: var(--wp--preset--color--bg-primary);
}
.l-footer-ecole__social-link svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.l-footer-ecole__social-link:hover {
  opacity: 0.9;
}

.l-footer-ecole__stars {
  position: absolute;
  right: 0;
  top: 1.0625rem;
  width: min(16.625rem, 35vw);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .l-footer-ecole__stars {
    display: none;
  }
}

.l-footer-ecole__stars-img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer-ecole__lower {
  background-color: var(--wp--preset--color--bg-primary-dark);
  color: var(--wp--preset--color--txt-white);
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .l-footer-ecole__lower {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-footer-ecole__lower-inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.l-footer-ecole__lower-grid {
  display: flex;
  align-items: flex-start;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .l-footer-ecole__lower-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding-bottom: 2rem;
  }
}

.l-footer-ecole__logo-link {
  display: inline-block;
}

.l-footer-ecole__logo {
  display: block;
  width: auto;
  max-width: 12.5rem;
  height: auto;
}
.l-footer-ecole__logo-col {
  display: flex;
  margin-right: 5rem;
  flex: 0 1 auto;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .l-footer-ecole__logo-col {
    margin-right: 0;
    width: 100%;
  }
}
.l-footer-ecole__logo-col svg {
  width: 10.625rem;
  flex: 0 0 auto;
}
.l-footer-ecole__logo-col a {
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
  align-items: center;
}
.l-footer-ecole__logo-col a:not(:last-child):after {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background-color: var(--wp--preset--color--txt-white);
}

.l-footer-ecole__desc {
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--wp--preset--color--txt-white);
  max-width: 29.5rem;
}
.l-footer-ecole__desc {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .l-footer-ecole__desc {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-ecole__desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .l-footer-ecole__desc {
    max-width: none;
  }
}
.l-footer-ecole__desc p {
  margin: 0 0 0.5em;
}
.l-footer-ecole__desc p:last-child {
  margin-bottom: 0;
}

.l-footer-ecole__site-link {
  display: inline-block;
  margin-top: 2.375rem;
  font-family: "remora-sans-w1", "sans-serif";
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-white);
  text-decoration: none;
  border-bottom: 1px solid var(--wp--preset--color--txt-white);
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 991px) {
  .l-footer-ecole__site-link {
    margin-top: 1.5rem;
  }
}
.l-footer-ecole__site-link {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .l-footer-ecole__site-link {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-ecole__site-link {
    font-size: 0.9375rem;
  }
}
.l-footer-ecole__site-link:hover {
  opacity: 0.9;
}

.l-footer-ecole__contact-col {
  margin-left: auto;
  min-width: 15.5625rem;
}
@media screen and (max-width: 991px) {
  .l-footer-ecole__contact-col {
    margin-left: 0;
    min-width: 0;
    width: 100%;
  }
}

.l-footer-ecole__contact-title {
  margin: 0 0 1rem;
  font-family: "remora-sans-w1", "sans-serif";
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-white);
}
.l-footer-ecole__contact-title {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .l-footer-ecole__contact-title {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-ecole__contact-title {
    font-size: 0.9375rem;
  }
}

.l-footer-ecole__addr {
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--wp--preset--color--txt-white);
}
.l-footer-ecole__addr {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .l-footer-ecole__addr {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-ecole__addr {
    font-size: 1rem;
  }
}

.l-footer-ecole__phone-wrap {
  margin: 0.5rem 0 0;
}

.l-footer-ecole__phone {
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--wp--preset--color--txt-white);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.l-footer-ecole__phone {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .l-footer-ecole__phone {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-ecole__phone {
    font-size: 1rem;
  }
}

.l-footer-ecole__legal-bar {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer-ecole__legal-bar p {
  border-top: 1px solid var(--wp--preset--color--txt-white);
  padding-top: 1rem;
}
@media screen and (max-width: 580px) {
  .l-footer-ecole__legal-bar p {
    padding-top: 0.75rem;
  }
}

.l-footer-ecole__legal {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-family: "Inter", "sans-serif";
  font-weight: 700;
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-white);
}
.l-footer-ecole__legal {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .l-footer-ecole__legal {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-ecole__legal {
    font-size: 0.75rem;
  }
}
.l-footer-ecole__legal a {
  color: inherit;
  text-decoration: none;
}
.l-footer-ecole__legal a:hover {
  text-decoration: underline;
}

.l-footer-ecole__legal-sep {
  opacity: 0.85;
}