/* LLP - Disable Click on Mobile (Specific Elementor Section) - v1.0.1
   Cible la section Elementor: .elementor-element-38f7dc6
*/
@media (hover: none) and (pointer: coarse) {
  .elementor-element-38f7dc6,
  .elementor-element-38f7dc6 * {
    touch-action: pan-y;
  }

  /* Désactive les clics sur les liens et sur les éléments "proxy" qui portent l'URL */
  .elementor-element-38f7dc6 a,
  .elementor-element-38f7dc6 [data-llp-original-href],
  .elementor-element-38f7dc6 .post_link,
  .elementor-element-38f7dc6 .link,
  .elementor-element-38f7dc6 .hover_link {
    pointer-events: none !important;
    cursor: default !important;
  }

  .elementor-element-38f7dc6 * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}
