ul.tutelles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.tutelles {
  padding: 0;
  padding-bottom: 1em;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 70px;
}

a.logo-tutelle {
  display: block;
  text-decoration: none;
  max-width: calc(60%/3);
  // Divise par le nombre de logo de tutelles a afficher
}

a.logo-tutelle > img {
  border-radius: 0;
  display: block;
  width: 100%;
}

hr.sari-sidebar {
  color: #0066cc;
  background-color: #0066cc;
  // #eee
  height: 1px;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px
}