.monsite-specifications {
    width: 100%;
    margin: 2px 0;
    border: 1px solid #e0e0e0;
}

 h2.monsite-spec-title  {
    padding: 6px 15px;
    box-sizing: border-box;
    color: #333333;
    text-align: left;
    text-decoration: underline;
    text-decoration-color: orange;
    text-decoration-thickness: 3px;
    letter-spacing: 0.5px;
}

/* 2. Le style appliqué UNIQUEMENT à la première lettre du titre */
h2.monsite-spec-title::first-letter {
    text-transform: uppercase;
}

.monsite-spec-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DEDED9;
}

.monsite-spec-label {
    width: 50%;
    padding: 4px 20px;
    box-sizing: border-box;
    background: #f8f9fa;
    font-weight: bold;
    color: #555;
	text-align: left;
}

.monsite-spec-value {
    width: 50%;
    padding: 4px 15px;
    box-sizing: border-box;
    color: #333;
	text-align: left;
}