/* annuaire-profil.css */

body{background-color:lightyellow;}
.mg-wrapper, .mg-mainpanel{background-color:transparent;}

.point{font-size:6px;position:relative;bottom:3px;}
.contact .line{margin-bottom:10px;} 


/* ADDED with ORA */

.profession-list {
    list-style: none;
    padding: 0;
}
.profession-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.profession-list li .color-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
}


/* TODO NOW fiche profil */

.container-profil-right {
    background-color: #00565E;
}
.consultation-header {
    padding: 20px;
    padding-top:0px;
    border-radius: 5px;
    color: white;
}
.profession-header {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
}
.service-item {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}
.service-header {
    font-weight: bold;
    color: #98C1B0;
}
.service-details {
    font-size: 0.9em;
}
.price-duration {
    font-style: italic;
}
