
/*------------------------------------------------------------------------------*/
/*Mobile Version------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

.navbar-brand img {padding-left: 0; height: 100px; position: absolute; top: 0; left: -10px;}

img.footer-accessi {border-radius: 8px;}


/*------------------------------------------------------------------------------*/
/*TABLETTE Version---------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

@media(min-width:768px) and (max-width: 992px){

    img.d-float{max-width: 80%;}
    .navbar-brand-desk img { height: 60px;}
    .img-art { float: left; }
    .img-art-nofloat { height: 205px; float: none; }
    .img-art-no-float { height: 205px; float: none; }
    .img-responsive {max-width: 115px;}
    .finproj-block .img-responsive {max-width: 500px; padding-right: 20px; padding-bottom: 20px;}

}

/*------------------------------------------------------------------------------*/
/*DESKTOP Version---------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/


@media(min-width:992px) {

    img.footer-accessi {width: 225px; margin-top: 20px;}
    .type-projet > img {width: 30%;}
    .img-responsive {max-width: none;}
    .img-fluid {max-width: 100%; height: auto;}
    .img-banner {width: 100%;}

}
