/* Affichage de la liste des projets */
.ph-aligne-droite img {
    display: none;
}
@media (min-width: 766px) {
    .ph-aligne-droite img {
        display: block;
        margin-right: 20px;
        width: 60px; height: 69px;
    }
}


dl.echeancier dt {
    float: left;
    width: 150px;
    font-weight: 600;
}
@media (max-width: 767px) {
    dl.echeancier dt {
        float: none;
        width: 100%;
    }
}
dl.echeancier dd {
    margin-bottom: 7px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 7px;
    padding-left: 150px;
}

#juicebox-container {
    margin-top: 25px;
}
