.img_actu 
{
  width:100%;
  padding:3px;
}


/* Sm */
@media all and (min-width: 576px) {
  .top_screen_margin{padding-top:90px;}
  /*.mm_navbrand{width:160px;}*/
  .mm_navbrand{width:280px;}
  .pic_h{height:150px;overflow:hidden;}
  .pic_h_news{height:auto;overflow:hidden;}
  .titre_h{height:50px;overflow:hidden;}
  .titre_h_news{height:30px;overflow:hidden;}
  .text_h{height:100px;overflow:hidden}
  h2{font-size: 1.7rem;}
  .boat_card_pic{height:220px;object-fit: cover;overflow:hidden}
  
  .boat_top_galery_side{height:95px;object-fit: cover;overflow:hidden}
  .boat_top_galery_main{height:190px;object-fit: cover;overflow:hidden}

  .gallery_card_pic{height:178px;object-fit: cover;overflow:hidden}

  .btn_boat_voir_pic{margin-top:-70px;margin-right:20px;}
}	

/* MD */
@media all and (min-width: 768px) {

    .img_actu 
    {
      max-height:240px;
      padding:1px;
      width:auto;
    }

}	