h1 {
  font-family: "Fira Sans", sans-serif !important;
  color: #1d629d;
}

.contact-bleu {
  background: #005d8a;
  color: #fff;
}

.contact-bleu a {
  color: white !important;
  text-decoration: underline;
}

.contact-bleu a:hover {
  color: white !important;
  text-decoration: none;
}

.img-rond {
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px 0 rgb(0 0 0 / 20%),
    0 6px 20px 0 rgb(0 0 0 / 19%);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.div-flex-fms {
  display: flex;
  flex-direction: row;
}

.child1-flex {
  width: 50%;
}

.child2-flex {
  width: 50%;
}

/*fin filtre*/

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 720px) {
  .child1-flex {
    width: 100%;
  }

  .child2-flex {
    width: 190%;
  }
}
