
.block-calendrier{
    min-height: 150px;
    background-color: var(--ter-color);
	padding: 30px 15px;
    margin-top: 70px;
    margin-bottom:0;
}
.block-calendrier .titre{
    font-weight: bold;
    font-size: 25px
}
.block-calendrier p:last-child{
    margin-bottom: 0
}

.block-calendrier .picto{
    width: 30px;
    height: 25px;
    transform: rotate(90deg);
  background-image: url("../../images/arrow-r.svg");
  background-repeat: no-repeat;
  background-size: 35px 20px;
  background-position: -3px 5px;
  margin: 0 0 15px 0
}

.block-calendrier .date{
    color: var(--sec-color);
    font-size: 112%;

}