.formation-content table{
   width: 100%;
   border-collapse: collapse;
}

.formation-content table tbody > tr:first-child > td:first-child{
   width: 10%;
}

.formation-content table tbody > tr:first-child > td:last-child{
   width: 15%;
}

.formation-content th, .formation-content td, .formation-content tr {
   border: 1px solid black;
   text-align: center;
}

.formation-content thead tr {
   border-width: 2px;
}

.formation-content thead {
   font-size: 1em;
}

.formation-content h3, .formation-content p {
   padding: 0;
   margin: 0;
   font-size: 1.2rem;
}

.formation-content p {
   font-size: 1rem;
}

