.p-affDispo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.o-tableaudispos {
  border-collapse: collapse;
  width: 90%;
  width: calc(100% - 3rem);
  margin-left: 3rem;
  margin-right: 0rem;
}

.o-tableaudispos__cell {
  font-family: sans;
  color: #515151;
  font-weight: normal;
}

.o-tableaudispos__cell--titre-horaire {
/*   position: relative; */
/*   top: -.75rem; */
/*   transform: translateY(-38%); */
/*   padding: 0 1em; */
  transform: translate(-4rem, -.54rem);
  padding: 0 1em;
  position: absolute;
}

.o-tableaudispos__cell--titre-date {
  padding: 1rem;
}

.o-tableaudispos__cell--dispo
{
  border-left: 1rem solid white;
  border-right: 1rem solid white;
}

.o-tableaudispos__cell--repere {
  border-top: 1px solid white;
}

.p-affDispo__footer {
  font-size: .9rem;
  justify-content: end;
  color: #515151;
}

.o-footer__logo {
  height: 1.25rem;
  margin-left: .5rem;
}

.o-footer__mentionbko {
  display: flex;
  justify-content: end;
}

.o-footer {
  
}

.p-affDispo__bloc{
  max-width: 45rem;
  width: 100%;
}

.p-affDispo__bloc--titre {
  text-align: center;
}

.o-nav{
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  margin: 1rem 0;
  align-items: center;
}

select.o-nav__moveweek {
  border: none;
  background: none;
  font-size: 1em;
  text-align: center;
}

.o-nav__moveweek
{
}


.o-nav__selectweek
{
}

.o-titre {
  font-family: sans;
  font-weight: normal;
  font-size: 2.5rem;
}

.o-legende {
  display: flex;
  margin-top: .5rem;
  justify-content: right;
}

.o-legende__element {
  display: flex;
  margin: .5rem;
}

.o-legende__element__couleur {
  height: 1.25rem;
  width: 2rem;
  margin: 0 .5rem;
}

.p-footer-infos {
  margin-top: 2rem;
  font-size: .9rem;
  text-align: justify;
}

.disabled {
  color: #cccccc;
}
