/*Responsive*/

@media only screen and (device-height: 750px){
    .notification-acceuil {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 8%;
 }
}
@media only screen and (min-device-height: 550px) and (max-device-height: 749px) and (max-device-width:768px){
    .description-domaine-intervention p {
        font-size: 15px;
        line-height: 25px;
    }

    .contenu-domaine-intervention--child {
        width: 90%;
    }

    .image-presentation img {
        width: 80px;
    }

    .description-notification {
        font-size: 10px;
        line-height: 20px;
        padding-top: 14px;
    }

    .lien-notification a {
        font-size: 13px;
    }

    .notification-acceuil {
        position: fixed;
        bottom: 50px;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-device-width:600px) and (max-device-height:750px){
     #footer-miezaka {
        min-height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .information-projet {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .projet-important-realise--child {
        padding: 0;
        margin-top: 0;
    }
    .budget-projet{
        flex-direction: row;
    }
    .ico-status img {
        height: 16px;
        display: flex;
    }
    .page-id-206 .containeur-all{
        padding-bottom: 0;
    }
}

@media only screen and (max-device-height: 700px){
    .page-id-200 .container-miezaka{
        margin-bottom: 40px;
    }
}

/*Responsive*/