/* RESPONSIVE */
@media (max-width:768px){
    .logo{
        width: 100px;
    }
    .logoInstitut{
        width: 140px;
    }
    .prestation{
    margin-top: 40%;
   }
    .adresse{
        font-size: 10px;
        margin-left: 0px;
    }
    .BtnPrestation{
        font-size: 12px;
    }
    .ville{
        font-size: 10px;
    }
    .planity{
        font-size: 9px;
        width: 150px;
    }
    .email{
        width: 150px;
        margin-left: 0px;
    }
    .bi-envelope-at, a{
        font-size: 12px;
    }
    .infos{
        font-size: 7px; 
        line-height: 1em;
        height: 1.5em;
        margin-left: 0px;
    }
    .icone{
        width: 12px;
    }
    .text-1{
        font-size: 10px;
        line-height: 1em;
        height: 1.5em;
    }
     h1{
        font-size: 18px;
    }
    h2{
        font-size: 17px;
    }
    h3{
        font-size: 16px;
    }
    h4{
        font-size: 15px;
    }
    ul, li{
        font-size: 13px;
    }
    .offre_1{
        width: 135px;
    }
    .pPartie3{
        font-size: 15px;
    }
    .sizeImg{
        width: 80px;
    }
    .sizeImgNougatine{
        height: 80px;
    }
    .iconeLPG{
        width: 20px;
    }
    .pFin{
        font-size: 15px;
    }
}

/* RESPONSIVE MOBILE */
@media (max-width:480px){
    .logo{
        width: 50px;
        margin-left: 30px;
    }
    .logoInstitut{
        width: 100px;
    }
    .prestation{
    margin-top: 40%;
   }
    .BtnPrestation{
        font-size: 10px;
    }
    .ville{
        font-size: 10px;
    }
    .adresse{
        font-size: 9px;
        margin-left: 0px;
    }
    .planity{
        font-size: 9px;
        width: 150px;
    }
    .email{
        margin-top: 30%;
        margin-left: 0px;
    }
    .bi-envelope-at, a{
        font-size: 12px;
    }
    .infos{
        font-size: 7px; 
        line-height: 1em;
        height: 1.5em;
        margin-left: 0px;
    }
    .icone{
        width: 12px;
    }
    .text-1{
        font-size: 10px;
        line-height: 1em;
        height: 1.5em;
    }
     h1{
        font-size: 16px;
    }
    h2{
        font-size: 16px;
    }
    h3{
        font-size: 15px;
    }
    h4{
        font-size: 15px;
    }
    ul, li{
        font-size: 13px;
    }
    .offre_1{
        width: 135px;
    }
    .pPartie3{
        font-size: 15px;
    }
    .ColorMarque{
        font-size: 15px;
        }
    .sizeImg{
        width: 70px;
    }
    .sizeImgNougatine{
        height: 70px;
    }
    .iconeLPG{
        width: 20px;
    }
    .pFin{
        font-size: 15px;
    }
}