.divLogosFormation {
  width: 10%;
}
.divLogosFormation .logosFormation {
  width: 100%;
  height: auto;
}
.divLogosFormation .textQualiopi {
  font-size: 0.8em;
  line-height: 1;
}
.divLogosFormation .textQualiopi span {
  color: red;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 700px) {
  .divLogosFormation {
    width: 30%;
  }
}