@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
.vertical-border {
  height: auto;
  border-left: 1px solid rgba(192, 192, 192, 0.9);
  margin: 20px;
}

.horizontal-border {
  width: 200px;
  border-bottom: 1px solid rgba(192, 192, 192, 0.9);
  margin: auto 0 auto 15px;
}

.circle-1 {
  position: absolute;
  width: 465.948px;
  height: 465.948px;
  transform: rotate(-54.821deg);
  flex-shrink: 0;
  border-radius: 465.948px;
  background: linear-gradient(180deg, rgba(229, 85, 79, 0.2) 0%, rgba(229, 85, 79, 0) 100%);
}

.circle-2 {
  position: absolute;
  width: 281.858px;
  height: 281.858px;
  transform: rotate(-143.78deg);
  flex-shrink: 0;
  border-radius: 465.948px;
  background: linear-gradient(180deg, rgba(229, 85, 79, 0.2) 0%, rgba(229, 85, 79, 0) 100%);
}

.chiffres-border {
  width: 50px;
  border-bottom: 3px solid rgb(229, 85, 79);
}

.footer-border {
  width: 100%;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin: 30px auto;
}

footer {
  width: 100%;
  margin: 0;
  padding: 60px 72px;
  background-color: rgb(0, 31, 69);
}
footer .footer-container .top-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-container .top-footer .adress img {
  width: 150px;
}
@media (max-width: 768px) {
  footer .footer-container .top-footer .adress img {
    width: 120px;
  }
}
footer .footer-container .top-footer .adress p {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .footer-container .top-footer .adress p {
    font-size: 14px;
  }
}
footer .footer-container .top-footer .social-media {
  display: flex;
}
footer .footer-container .top-footer .social-media a img {
  width: 26px;
  margin: 0 10px;
}
@media (max-width: 768px) {
  footer .footer-container .top-footer .social-media a img {
    width: 22px;
    margin: 0 8px;
  }
}
footer .footer-container .middle-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-container .middle-footer .column-footer {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
footer .footer-container .middle-footer .column-footer .title-footer {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer .footer-container .middle-footer .column-footer .title-footer {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
footer .footer-container .middle-footer .column-footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0;
}
@media (max-width: 768px) {
  footer .footer-container .middle-footer .column-footer a {
    font-size: 14px;
  }
}
footer .footer-container .middle-footer .column-footer a:hover {
  color: rgba(229, 85, 79, 0.6);
}
footer .footer-container .bottom-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-container .bottom-footer .legal-footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-right: 50px;
}
@media (max-width: 768px) {
  footer .footer-container .bottom-footer .legal-footer a {
    margin-right: 20px;
  }
}
footer .footer-container .bottom-footer .legal-footer a:hover {
  color: rgba(229, 85, 79, 0.6);
}
footer .footer-container .bottom-footer .copyright p {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  footer .footer-container .bottom-footer .copyright p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 30px 16px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 20px 12px;
  }
  .footer-container .top-footer,
  .footer-container .middle-footer,
  .footer-container .bottom-footer {
    flex-direction: column;
  }
}

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