.pxf-forfaits-table table {
    border-collapse: collapse;
    width: 100%;
}
.pxf-forfaits-table th,
.pxf-forfaits-table td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
}
.pxf-forfaits-table thead th {
    background: #f7f7f7;
}
.pxf-forfait-col .pxf-title {
    font-weight: 700;
}
.pxf-included .pxf-icon {
    color: green;
    font-weight: bold;
}
.pxf-not-included .pxf-icon {
    color: #999;
}
.pxf-detail {
    margin-top: 6px;
    font-size: 0.95em;
    color: #333;
}
.pxf-subtitle {
    font-size: 0.95em;
    color: #555;
}






.proximethic-forfait-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #72C7D8;
    margin-bottom: 30px;
    margin-top: 20px;
}


.proximethic-prestation, .proximethic-prestation-category {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 25px;
    gap: 20px;
    align-items: center;
}

/* Ajoute un fond bleu à une div sur deux */
.proximethic-prestation:nth-child(even) {
    background-color: #F2F2F2;
}

.proximethic-prestation-category {
    background-color: #E1F2F5;
    margin: 5px 0;
}

.proximethic-prestation-category-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #72C7D8;
}

.proximethic-prestation-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #287EC0;
    text-align: left;
}
.proximethic-prestation-title small{
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
}

.proximethic-prestation-state{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    width: 20%;
    min-width: 20%;
    text-align: center;
}
.proximethic-prestation-state img{
    width: 26px;
    height: 26px;
}


.proximethic-prestation-state.proximethic-prestation-included{
    color: #70AB76;
} 
.proximethic-prestation-state.proximethic-prestation-not-included{
    color: #834F61;
} 

