/* Start custom CSS for dce-rawphp, class: .elementor-element-44f09d1 */.rounded_picture img{
    border-radius:50%;
    width: 110px;
    height: 110px;
    object-fit: cover;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
}
.row_doctor{
    display: flex;
    flex-direction: row;
}
.row_doctor .col_picture{
    max-width: 150px;
    width: 150px;
}
.row_doctor .col_function{
    padding-top: 25px;
    flex: 0 0 40%;
}
.row_doctor .col_function h2{
    margin-bottom:0px;
    padding-bottom:0px;
    font-size: 18px;
    color:#113246;
}
.row_doctor .col_function h2 a span{
    font-size: 18px;
}
.row_doctor .col_consultation{
    padding-top: 25px;
    flex: 0 0 23%;
    font-size: 18px;
}
.row_doctor .doc_speciality,
.row_doctor .doc_poste{
    display:block;
    font-size: 18px;
    line-height: 1em;
    padding-top: 0.16em;
    font-weight: 500;
}
.row_doctor .doc_speciality {
    font-weight: normal;
    color: var(--e-global-color-primary);
}
.row_doctor .doc_poste{
    font-weight: normal;
}

.row_doctor .col_consultation .consultations ul li:before{
    display: none !important;
}
.row_doctor .col_contact {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    flex: 0 0 200px;
}
.row_doctor .col_contact a {
    display: inline-block;
    font-size: 14px;
    background: #217086;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 200px;
}
.row_doctor .col_contact a.teleconsultation {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    color: #217086;
    border:2px solid #217086;
}/* End custom CSS */