table{
    border: 5px solid #ffffff;
    border-collapse: collapse;
    color: #6D445D;
    font-size: 30px;
    font-weight: bold;
    text-align:center;
    font-family: "sageffine";
    margin-left: auto;
    margin-right: auto;
}
th{ /*h2 sans uppercase*/
    color: #6D445D;
    font-size: 40px;
    font-family: "sageffine";
    font-weight: bold;
    border: 4px solid #ffffff;
}
td{ /*p*/
    color: #6D445D;
    font-size: 35px;
    font-family: "sageffine";
    font-weight: bold;
    border: 2px solid #ffffff;
}

table tr:nth-child(even) {
  background-color: #BFD8BC;
}
table tr:nth-child(odd) {
  background-color: #CABDEB;
}
table tr:hover {
  background-color: #DBE9C6;
}

table img{
  width: 100px;
}

.petit{
  width: 20%;
}
.grand{
  width: 60%;
}
