.choice_list h1{
margin-top:30px;
font-size:18px;
font-weight:normal;
font-style:italic;
padding:5px 0 6px 5px;
}

#home .choice_list h1{
background-position: 0 -16px;
}
#home .choice_list  h3{
padding-top:10px;
}
.choice_list  img{
padding:3px;
}
.ui-icon-tel{
background: rgb(63, 41, 39) url(../images/phone.png) no-repeat;
}

.ordo_green{
color: rgb(95, 158, 160) !important;
}

.ordo_red{
color: #990000 !important;
}

.ordo_orange{
color: #FF6600 !important;
}
.historique{
float:right;
}
.link
{
color: blue !important;
text-decoration: underline; 
white-space: pre-wrap;
}
.green{
color: #00FF00 !important;
}
.orange{
color: #FF6600 !important;
}
.black{
color: #000000 !important;
}

.info-group {
    border: 1px solid lightgrey;
    border-radius: 15px;
    padding: 0px 5px;
    margin: 5px 5px 5px 0px;
}

.ui-content.fiche_patient {
    padding: 4px;
}

.telgroup span.ui-btn-inner {
    padding: 0.6em 0;
}

.tel-group-icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}

.photo-intervention {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
}

.photo-intervention div {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 315px;
    height: 445.5px;
    line-height: 445.5px;
    vertical-align: middle;
    background-color: lightgrey;
    border-radius: 5px;
    margin: 10px;
}

.photo-intervention img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.photo-intervention img.no-image {
    width: 75px;
}

.ui-btn-up-d, .ui-body-d {
    color: black;
}

.ui-disabled, .ui-select .ui-disabled {
    opacity: 0.5;
}

@media screen and (max-width: 700px) {
    .photo-intervention div {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 210px;
        height: 297px;
        line-height: 297px;
        vertical-align: middle;
        background-color: lightgrey;
        border-radius: 5px;
        margin: 3px;
    }
}

@media screen and (max-width: 500px) {
    .photo-intervention div {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 138.6px;
        height: 196.02px;
        line-height: 196.02px;
        vertical-align: middle;
        background-color: lightgrey;
        border-radius: 5px;
        margin: 3px;
    }
}

@media screen and (max-width: 400px) {
    .photo-intervention div {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 100px;
        height: 142.5px;
        line-height: 142.5px;
        vertical-align: middle;
        background-color: lightgrey;
        border-radius: 5px;
        margin: 1px;
    }
}

.interactions-list {
    list-style: none;
    padding: 0
}

.interactions-list h3 {
    margin-bottom: 0px;
}

.interactions-list p {
    margin-top: 5px;
}

.interactions-list li {
    display: inline-block;
    background-color: white;
    margin: 5px 0;
    padding: 0 10px;
    width: calc(100% - 20px);
    border-radius: 5px;
}