body {
    font-family: calibri, sans-serif;
    color: black;
}

svg {
    margin: 0;
}

h5 {
    margin: 0px;
}

#titre {
    text-align: center;
    margin-bottom: .5em;
}

#sous-titre {
 text-align: center;
}
#content {
    position: static;
}
#metapanneau, #panneau {
    position: relative;
    float: right;
    text-align: justify;
    top: 0;
    width: 40em;
}


#piedDePage {
    position: absolute;
    text-align: center;
}
.jour:hover {
    fill: #F4A688;
}

.aujourdhui {
    fill: #5B9AA0 ;
}

.jourFerie {
    fill: #FBEFCC;
}
.dimanche {
    stroke: blueviolet;
    fill: #87BDD8;
}

.samedi {
    stroke: blueviolet;
    fill: #B7D7E8;
}

.moisImpair {
    stroke: blueviolet;
    fill: #F0F0F0;
}

.moisPair {
    stroke: blueviolet;
    fill: #DAEBE8;
}