footer#colophon.site-footer {
  background-color: var(--color-rouge-fonce);
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  color: var(--color-blanc);
  padding-bottom: 2rem;
  position: relative;
  top: 8rem;
  margin-top: 0;
}
div.cat-top {
  text-align: right;
  position: relative;
  z-index: 4;
  right: 10px;
  top: 10px;
}
div.top-return {
  position: absolute;
  z-index: 3;
  right: -10px;
  top: -10px;
}
footer#colophon.site-footer .footer-content {
  max-width: var(--responsive--alignwide-width);
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
footer#colophon.site-footer .footer-content.footer-bloc-container {
  display: flex;
  flex-direction: column;
}
footer#colophon.site-footer p {
  color: var(--color-blanc);
}
footer#colophon.site-footer li,
footer#colophon.site-footer p {
  font-size: 0.8rem;
}
.footer-bloc {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer-bloc-container.footer-bloc {
  margin-top: 0;
  margin-bottom: 0;
}
body.eooa .footer-bloc h5 {
  font-family: var(--font-liens);
  font-size: 1.75rem;
  opacity: 0.5;
}
body.eooa .footer-bloc ul li {
  margin-bottom: 0.75rem;
  font-weight: 600;
}
body.eooa .footer-bloc ul ul li {
  margin-bottom: 0.25rem;
  font-weight: 400;
}
body.eooa .footer-bloc ul ul {
  list-style: circle;
  padding-left: 1rem;
}
.footer-bloc.bloc-copyright,
.footer-bloc.bloc-copyright p {
  margin-bottom: 0;
  text-align: center;
}
.bloc-adresse li,
.bloc-contact li,
.bloc-suivez_nous li {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 28px;
}
.bloc-adresse li::before,
.bloc-contact li::before,
.bloc-suivez_nous li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bloc-espace {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.bloc-espace p {
  position: relative;
}
.bloc-espace p::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 100px;
  background-image: url(../img/icons/lapin-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.eooa .bloc-espace a {
  width: 80%;
  margin: auto;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  display: block;
  background-color: var(--color-blanc);
  color: var(--color-rouge-fonce);
  text-decoration: underline;
  padding: 16px;
  border-radius: 24px;
  text-align: center;
}
.bloc-espace a::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 18px;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/icon-espace-etudiants.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.has-background-white
  .site
  .bloc-espace
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: var(--color-blanc);
  color: var(--color-rouge-fonce);
}
.has-background-white
  .site
  .top-return
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: 0 0;
  color: inherit;
}
.bloc-adresse li:nth-child(1)::before {
  background-image: url(../img/icons/icon-adresse.svg);
}
.bloc-adresse li:nth-child(2)::before {
  background-image: url(../img/icons/icon-carte.svg);
}
.bloc-adresse li:nth-child(3)::before {
  background-image: url(../img/icons/icon-voiture.svg);
}
.bloc-adresse li:nth-child(4)::before,
.bloc-adresse li:nth-child(5)::before,
.bloc-adresse li:nth-child(6)::before,
.bloc-adresse li:nth-child(7)::before {
  background-image: url(../img/icons/icon-bus.svg);
}
.bloc-adresse li:nth-child(8)::before {
  background-image: url(../img/icons/icon-metro.svg);
}
.bloc-contact li::before {
  background-image: url(../img/icons/icon-tel.svg);
}
.bloc-contact li:nth-child(2)::before {
  background-image: url(../img/icons/icon-mail.svg);
}
.bloc-contact li:nth-child(3)::before {
  background-image: url(../img/icons/icon-contact-en-ligne.svg);
}
.bloc-suivez_nous li:nth-child(1)::before {
  background-image: url(../img/icons/icon-facebook.svg);
}
.bloc-suivez_nous li:nth-child(2)::before {
  background-image: url(../img/icons/icon-linkedin.svg);
}
.bloc-suivez_nous li:nth-child(3)::before {
  background-image: url(../img/icons/icon-insta.svg);
}
.bloc-suivez_nous li:nth-child(4)::before {
  background-image: url(../img/icons/icon-youtube.svg);
}
section.bloc-adresse li:nth-child(1)::before {
  background-image: url(../img/icons/icon-adresse-rouge.svg);
}
section.bloc-adresse li:nth-child(2)::before {
  background-image: url(../img/icons/icon-carte-rouge.svg);
}
section.bloc-adresse li:nth-child(3)::before {
  background-image: url(../img/icons/icon-voiture-rouge.svg);
}
section.bloc-adresse li:nth-child(4)::before,
section.bloc-adresse li:nth-child(5)::before,
section.bloc-adresse li:nth-child(6)::before,
section.bloc-adresse li:nth-child(7)::before {
  background-image: url(../img/icons/icon-bus-rouge.svg);
}
section.bloc-adresse li:nth-child(8)::before {
  background-image: url(../img/icons/icon-metro-rouge.svg);
}
section.bloc-contact li:nth-child(1)::before {
  background-image: url(../img/icons/icon-tel-rouge.svg);
}
section.bloc-contact li:nth-child(2)::before {
  background-image: url(../img/icons/icon-mail-rouge.svg);
}
section.bloc-contact li:nth-child(3)::before {
  background-image: url(../img/icons/icon-contact-en-ligne-rouge.svg);
}
section.bloc-contact li:nth-child(3)::before {
  background-image: url(../img/icons/icon-contact-en-ligne-rouge.svg);
}
section.bloc-suivez_nous li:nth-child(2)::before {
  background-image: url(../img/icons/icon-facebook-rouge.svg);
}
section.bloc-suivez_nous li:nth-child(3)::before {
  background-image: url(../img/icons/icon-linkedin-rouge.svg);
}
section.bloc-suivez_nous li:nth-child(1)::before {
  background-image: url(../img/icons/icon-insta-rouge.svg);
}
section.bloc-suivez_nous li:nth-child(4)::before {
  background-image: url(../img/icons/icon-youtube-rouge.svg);
}
footer.site-footer#colophon .footer-bloc a {
  text-decoration: underline;
}
footer.site-footer#colophon .footer-bloc a:hover {
  text-decoration: dotted underline;
}
.bloc-suivez_nous li:nth-child(4),
section.bloc-suivez_nous li:nth-child(4) {
  display: none;
} 
@media (min-width: 768px) {
  div.cat-top {
    top: -20px;
  }
  footer#colophon.site-footer
    .col4.footer-bloc-container
    .footer-bloc:not(.bloc-certification):not(.bloc-contact):not(
      .bloc-suivez_nous
    ):not(.bloc-espace):not(.bloc-bloctel) {
    width: 48%;
  }
}
@media (min-width: 1400px) {
  div.cat-top {
    top: 10px;
  }
  footer#colophon.site-footer .col4.footer-bloc-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  footer#colophon.site-footer
    .col4.footer-bloc-container
    .footer-bloc:not(.bloc-certification):not(.bloc-contact):not(
      .bloc-suivez_nous
    ):not(.bloc-espace):not(.bloc-bloctel) {
    width: 24%;
  }
  footer#colophon.site-footer
    .col4.footer-bloc-container
    .footer-bloc.bloc-adresse:not(.bloc-certification):not(.bloc-contact):not(
      .bloc-suivez_nous
    ):not(.bloc-espace):not(.bloc-bloctel) {
    width: 21%;
  }
  footer#colophon.site-footer
    .col4.footer-bloc-container
    .footer-bloc.bloc-plan_du_site:not(.bloc-certification):not(
      .bloc-contact
    ):not(.bloc-suivez_nous):not(.bloc-espace):not(.bloc-bloctel) {
    width: 15%;
  }
  footer#colophon.site-footer
    .col4.footer-bloc-container
    .footer-bloc:not(.bloc-certification):not(.bloc-contact):not(
      .bloc-suivez_nous
    ):not(.bloc-espace):not(.bloc-bloctel):has(.bloc-certification) {
    width: 20%;
  }
  .bloc-espace p::before {
    left: -5px;
  }
  body.eooa .bloc-espace a {
    padding: 16px 32px;
    text-align: right;
  }
}
