.card-title.aboTitle {
    text-align: center;
    font-weight: bold;
    color: var(--color);
    font-size: 1.4em;
}
.aboCard{
    border-radius: 1.5em;
    box-shadow: 0 1px 16px rgba(0,0,0,.25);
}
.tarifAn {
    text-align: center;
    font-size: .9em;
}
.tarifMois{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.msgAboContainer{
    font-weight: bold;
    font-size:.85em;
    color:red;
}
#priceAbo {
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.step2{
    display:none;
}
.aboCardSmall{
    font-size:.8em;
}
#tableCompareContainer{
    display:none;
    max-width: 100%;
    overflow-x: auto;
}
.tableLabel{
    font-weight: normal;
}
.tableFixHead {
    overflow: auto; 
    height: 100px; 
}
.tableFixHead thead th { 
    position: sticky; 
    top: 0; 
    z-index: 1;
    padding-top: 4.5em;
    background-color: white;
    text-align: center;
}
.tableFixHead tbody td {
    text-align: center;
}