@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
footer.footerG {
    font-family: "Outfit", sans-serif!important;

  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  overflow: hidden;
  padding: 50px 0 20px 0;
}
footer.footerG .rectangle-footer {
  position: absolute;
  pointer-events: none;
}
footer.footerG #rectangle-footer-left {
  top: calc(50% - 526px);
  left: -450px;
}
footer.footerG #rectangle-footer-right {
  top: calc(60% - 526px);
  right: -450px;
}
footer.footerG #footer-content {
  display: flex;
  gap: 50px 150px;
  justify-content: space-between;
}
footer.footerG #footer-content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer.footerG #footer-content > div:first-child {
  max-width: 450px;
}
footer.footerG #footer-content #reseauxSociaux {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}
footer.footerG #footer-content #reseauxSociaux a {
  text-decoration: none;
  color: white;
}
footer.footerG #footer-content #reseauxSociaux svg {
  width: 18px;
  height: 18px;
  fill: white;
}
footer.footerG #footer-content #footer-horaires span {
  font-weight: 400;
}
footer.footerG #footer-content #footer-contact > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer.footerG #footer-content #footer-contact > div a {
  margin: 0;
}
footer.footerG #footer-content #footer-contact > div svg {
  width: 20px;
  height: 20px;
  fill: white;
}
footer.footerG #footer-content a {
  text-decoration: none;
  color: white;
  font-weight: 400;
}
footer.footerG #footer-content h3 {
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
  color: white;
}
footer.footerG #footer-content p {
  font-weight: 500;
  color: white;
  font-size: 1.3rem;
  margin: 0;
}
footer.footerG > p {
  margin: 40px 0 0 0;
  text-align: center;
  color: white;
  font-size: 1rem;
}

@media screen and (max-width: 1000px) {
  footer.footerG {
    padding: 50px 30px;
  }
  footer.footerG #footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=footerG.css.map */
