/* ajouts perso */

.colistiers > img {
  max-width: 170px;
  max-height: 170px;
  margin: auto;
}

.colistiers > a {
  display: flex;
  justify-content: center;
  
}

.colistiers {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
}

.colistiers > span {
  text-align: center;
}

.trombi {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}

.tete_de_liste > a {
  text-align: center;
}

.tete_de_liste {
  display: flex;
  flex-wrap: nowrap;
  /*flex-direction: column;*/
  justify-content: center;
  margin: 1rem;
}

.circos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content:space-between;
  margin: 1rem;
  justify-content: center;
}

.resp_circo > a {
  text-align: center;
}

.resp_circo {
  display: flex;
  margin: 1rem;
  flex-direction: column;
  padding: 0 3rem 0 3rem ;
}

.logo-rs {
  max-width: 40px;
  max-height: 40px;
  margin: 1.1rem;
}

