@media (max-width: 767px) {
  .mkdf-st-title {
    font-size: 25px !important; /* taille sur mobile */
    line-height: 1.2; /* pour éviter que ça déborde */
  }
  
  .vc_empty_space {
      height: 20px !important;
  }
 
  
  .mkdf-icon-list-holder .mkdf-il-text {
    padding: 0 0 0 30px;
    font-size: 14px !important;
  }

 .vc_custom  {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}
 }
 
/* Rendre la lightbox PrettyPhoto large et responsive */
.pp_pic_holder {
  /*width: 90vw !important;*/
  /*left: 5vw !important;   */        /* centré grossièrement */
}

.pp_content_container .pp_left,
.pp_content_container .pp_right,
.pp_content {
  /*width: 90vw !important;*/
  /*height: auto !important;*/
}

/*#pp_full_res,
#pp_full_res iframe {
  width: 100% !important;
}*/

#pp_full_res iframe {
height: 50.625vw !important;
  max-height: 80vh !important; 
}

/* Détails/navigation sous la vidéo */
.pp_details {
  /*width: 90vw !important;*/
}

/* Flèches/hover: largeur alignée */
.pp_hoverContainer {
  /*width: 90vw !important;*/
}

/* Mobile : un peu plus petit */
@media (max-width: 767px) {
  /*.pp_pic_holder { width: 96vw !important; left: 2vw !important; }*/
  /*.pp_content,*/
  /*.pp_content_container .pp_left,*/
  /*.pp_content_container .pp_right,*/
  /*.pp_details,*/
  /*.pp_hoverContainer { width: 96vw !important; }*/
  #pp_full_res iframe {
    height: 150vw !important;
    /*max-height: 70vh !important;*/
  }
}