/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
.sommaire {
  border: 1px solid var(--wp--preset--color--sixth);
  background: var(--wp--preset--color--white);
}
.sommaire .sommaire_heading {
  background: var(--wp--preset--color--sixth);
  color: white;
  padding: 12px;
  font-size: var(--pl);
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.sommaire .sommaire__container {
  position: relative;
  padding: 0 30px;
}
.sommaire ul.sommaire-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 460px;
  overflow: auto;
}
.sommaire ul.sommaire-list .sommaire-item:last-child .program-item__content {
  border-bottom: none;
}/*# sourceMappingURL=block.css.map */