/*///// FastClick - supprime le délai 300ms sur mobile ////*/
* {touch-action: manipulation;}


/*//////////////////////////////////////////////////////////////////// 
//  MENU FULL WIDTH (mobile)
////////////////////////////////////////////////////////////////////*/
body:not(.pp-visualbuilder) .pp-slideover > .pp-block {
width: 100vw !important;
}


/*///// PP MENU MOBILE ESPACEMENT ENTRE LES GROUPES ////*/
.pp-menu-item--depth1.pp-menu-item.has-children {padding-top: 15px;}
/* ._a47e0ac1-cb8a-4207-a88e-d01e60290a43.pp-menu-item--page.pp-menu-item--depth1.pp-menu-item {padding-top: 12px;} */
.pp-menu-item--depth1 {padding-top: 15px;}


/* =========================================
   LISTES : reset (on enlève les marges natives)
   ======================================== */
& .pp-text-module-body ul,
& .public-DraftEditor-content ul.public-DraftStyleDefault-ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* =========================================
   LISTES : suppression des puces natives
========================================= */
& .pp-text-module-body ul,
& .public-DraftEditor-content ul.public-DraftStyleDefault-ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}

/* =========================================
   LISTES : prépare le terrain pour la puce SVG
   ======================================== */
& .pp-text-module-body ul li,
& .public-DraftEditor-content li.public-DraftStyleDefault-unorderedListItem {
  position: relative;
  margin-left: 0;
  padding-left: 1.9em; /* espace pour la coche */
  list-style: none !important; /* sécurité */
  margin-bottom: 0.8em;
  line-height: 1.1;
}

/* =========================================
   PUCE : icône SVG
 ========================================= */
& .pp-text-module-body ul li::before,
& .public-DraftEditor-content li.public-DraftStyleDefault-unorderedListItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2em;
  width: 1.5em;
  height: 1.5em;

  background-image: url("/wp-content/uploads/svg/arrow_right.svg");

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* =========================================
   ESPACE : espace avant la liste
 ========================================= */
& .pp-text-module-body ul,
& .public-DraftEditor-content ul.public-DraftStyleDefault-ul {
  margin-top: 18px;
  margin-bottom: 2px;
}