.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: unset !important;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.completeWeek{
  
}

.completeWeek label .weekName{
  color:rgb(94, 94, 94);  
  text-decoration: line-through;
}

.completeWeek label span+.completeNote{
  text-decoration: none !important;
}

.logos img{
  /*width: 35vw;*/
  width: 100%;
}

.attention{
  color: rgb(187, 71, 71);
  font-style: italic;
}

.infos{
  margin-top: 10px;
  text-align: center;
  font-style: italic;
  font-size: smaller;
}

/* footer */
footer {
  background-color: #1a1a1a; /* Fond gris très foncé */
  color: #ffffff; /* Texte en blanc */
  padding: 20px;
  text-align: center;
}

a{
  color: #333;
}

footer a{
  color:white;
}

.mentions-legales,
.copyright,
.adresse {
  margin-bottom: 10px;
}