/* --------------- FOOTER --------------- */
.page-footer {
  background-color: transparent;
  background-image: linear-gradient(
    120deg,
    rgba(105, 188, 215),
    rgba(0, 121, 178)
  );
  font-size: 1.1rem;
}
.page-footer * {
  color: #eeeeee;
}
.page-footer a:hover {
  color: #fff !important;
}

footer .certifications {
  display: flex;
  align-items: center;
}
footer .certifications > .textes {
  width: 70%;
  text-align: center;
  font-size: 1.1rem;
}
footer .certifications > .images {
  width: 30%;
  text-align: center;
}
footer .certifications > .images img {
  height: 75px;
  padding-right: 5px;
}
footer .header {
  padding: 10px 20px;
  margin: 0;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.08);
}
footer .demarche {
  font-weight: 600;
}
footer .copy {
  background-color: rgba(51, 51, 51, 0.08);
  padding: 5px 0;
}
footer .logos-social{
  text-align: center;
}
footer .logos-social > a > img {
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
footer .logo-rgpd {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scrollToTop {
  background-color: rgb(105, 188, 215);
  position: relative;
  top: 5px;
}

#scrollToTop i {
  font-size: 2rem;
}

.footer.carousel.carousel-slider {
  margin-left: auto;
  margin-right: auto;
  height: 480px !important;
}
.footer .carousel-item {
  height: auto;
}

footer .carousel-item > a {
  background-color: white !important;
}

.carousel.carousel-slider .carousel-item {
  background-color: transparent !important;
}

.row.tuiles.footer {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.carousel-footer {
  margin: 0 auto;
} 

.footer-img-link { 
  background-color: white;
  border-radius: 10px;
  padding: 5px;
}

.footer-img-partenaire {
  max-width: fit-content;
}

.carousel-footer.partenaires {
  background-color: #f2f2f2 !important;
  /* Center vertically and horizontally */
  margin-top: 10%;
  margin-bottom: 10%;
  height: auto;
}
/* --------------- FIN FOOTER --------------- */
