.foot {
  display: flex;
  flex-direction: row;
  margin: auto;
  background-color: orange;
  padding: 30px 20px;
  width: 60%;
  margin-top: 30px;
  border-radius: 15px;
}
.foot .content {
  flex-direction: column;
  width: 100%;
}
.foot .content .contact {
  flex-direction: column;
}
.foot .content .contact h3 {
  margin-bottom: 15px;
}
.foot .content .contact .adresse {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  gap: 10px;
}
.foot .content .contact .adresse i {
  margin-top: 5px;
}
.foot .content .contact .email {
  display: flex;
  flex-direction: row;
  margin-bottom: 7px;
  gap: 10px;
}
.foot .content .contact .email i {
  margin-top: 3px;
}
.foot .content .contact .email a {
  text-decoration: none;
  font-size: 0.9rem;
}
.foot .content .contact .tel {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.foot .content .contact .tel i {
  margin-top: 5px;
}
.foot .content .contact .tel a {
  text-decoration: none;
}
.foot .content .divider {
  width: 95%;
  height: 1px;
  background-color: black;
}
.foot .content .horaires {
  flex-direction: column;
  margin: 20px 0 0 0;
  width: 100%;
}
.foot .content .horaires h3 {
  margin-bottom: 10px;
}
.foot .content .horaires .hor {
  display: flex;
  flex-direction: row;
}
.foot .content .horaires .hor i {
  width: 25px;
  height: 25px;
}
.foot .content .reseau {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0 0 0;
}
.foot .content .reseau img {
  width: 35px;
  height: 35px;
}
.foot .map {
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 920px) {
  .foot {
    display: flex;
    flex-direction: row;
    background-color: orange;
    padding: 30px 20px;
    width: 80%;
  }
  .foot .content {
    flex-direction: column;
    width: 100%;
  }
  .foot .content .contact {
    flex-direction: column;
  }
  .foot .content .contact h3 {
    margin-bottom: 15px;
  }
  .foot .content .contact .adresse {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    gap: 10px;
  }
  .foot .content .contact .adresse i {
    margin-top: 5px;
  }
  .foot .content .contact .email {
    display: flex;
    flex-direction: row;
    margin-bottom: 7px;
    gap: 10px;
  }
  .foot .content .contact .email i {
    margin-top: 3px;
  }
  .foot .content .contact .email a {
    text-decoration: none;
    font-size: 0.9rem;
  }
  .foot .content .contact .tel {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .foot .content .contact .tel i {
    margin-top: 5px;
  }
  .foot .content .contact .tel a {
    text-decoration: none;
  }
  .foot .content .divider {
    width: 95%;
    height: 1px;
    background-color: black;
  }
  .foot .content .horaires {
    flex-direction: column;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .foot .content .horaires h3 {
    margin-bottom: 10px;
  }
  .foot .content .horaires .hor {
    display: flex;
    flex-direction: row;
  }
  .foot .content .horaires .hor i {
    width: 25px;
    height: 25px;
  }
  .foot .content .reseau {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 0 0;
  }
  .foot .content .reseau img {
    width: 35px;
    height: 35px;
  }
  .foot .map {
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .foot {
    display: flex;
    flex-direction: column;
    background-color: orange;
    width: 100%;
  }
  .foot .content {
    flex-direction: column;
    padding: 30px 0 0 0;
    width: 100%;
  }
  .foot .content .contact {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .foot .content .contact h3 {
    margin-bottom: 15px;
  }
  .foot .content .contact .adresse {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    gap: 10px;
  }
  .foot .content .contact .adresse i {
    margin-top: 5px;
  }
  .foot .content .contact .email {
    display: flex;
    flex-direction: row;
    margin-bottom: 7px;
    gap: 10px;
  }
  .foot .content .contact .email i {
    margin-top: 3px;
  }
  .foot .content .contact .email a {
    text-decoration: none;
    font-size: 0.9rem;
  }
  .foot .content .contact .tel {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .foot .content .contact .tel i {
    margin-top: 5px;
  }
  .foot .content .contact .tel a {
    text-decoration: none;
  }
  .foot .content .divider {
    width: 100%;
    height: 1px;
    background-color: black;
  }
  .foot .content .horaires {
    flex-direction: column;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .foot .content .horaires h3 {
    margin-bottom: 10px;
  }
  .foot .content .horaires .hor {
    display: flex;
    flex-direction: row;
  }
  .foot .content .horaires .hor i {
    width: 25px;
    height: 25px;
  }
  .foot .content .reseau {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 0 0;
  }
  .foot .content .reseau img {
    width: 35px;
    height: 35px;
  }
  .foot .map {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=footer.css.map */