/*///// 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;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////
//  04 - CONTACT FORM 7
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#formulaire-responsive {margin:0 auto; width:100%;}
#formulaire-responsive h2 {padding: 15px 0px 10px 0; position: relative;}
input:focus, textarea:focus {outline: 1px solid #9d9d9d;}

/*CF7 ACCEPTANCE*/
.wpcf7-form-control-wrap.acceptance-666, .wpcf7-form-control.wpcf7-radio {margin: 0 0 0 -14px;}

/*CF7 COMMON*/
.left-third-contact, .middle-third-contact, .right-third-contact, .full-width-contact, .left-half-contact, .right-half-contact, .message-contact {
background-color: #f4f4f4;
border: 0px ;
color: #111111;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
font-size: calc(1em * 0.98);
padding: 10px;
outline: none;
margin: 0 0 10px 0;
font-display: swap;
}

.wpcf7-form-control.wpcf7-select.full-width-contact  {
width: 100% !important; margin: 0 0 10px 0;
background-color: #f4f4f4;
border: 0px ;
color: #111111;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
font-size: calc(1em * 0.98);
padding: 10px;
outline: none;
margin: 0 0 10px 0;
font-display: swap;
}

/*CF7 DETAILED*/
.contact-form-spacer {height: 20px;}
.wpcf7-form-control.wpcf7-select {-webkit-appearance: none;}
.full-width-contact {width: 100% !important; margin: 0 0 10px 0;}
.left-half-contact {width: calc(50% - 4px); margin: 0 4px 10px 0;}
.right-half-contact {width: calc(50% - 4px); margin: 0 0 10px 4px;}
.left-third-contact {width: calc(33.33% - 5px); margin: 0 7px 10px 0;}
.middle-third-contact {width: calc(33.33% - 5px); margin: 0 7px 10px 0;}
.right-third-contact {width: calc(33.33% - 5px); margin: 0 0 10px 0;}
.message-contact {
width: 100% !important;
max-width: 100%;
height: 140px;
min-height: 130px;
max-height: 240px;
}

/*CF7 BUTTONS*/
.button, #searchsubmit, input[type="submit"] {
background: #555;
width: 240px;
height: 37px;
color: #fff;
font-variant: all-petite-caps;
font-size: 19px;
border: solid 0px #555;
margin: 0 0 0 0;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
border-radius: 0px;
padding: 0 0 3px 0;
font-display: swap;
}

/*CF7 POSITION & RESPONSIVE*/
#formulaire-responsive b, #formulaire-responsive a {font-size: 14px;}
.form-pos-center {
margin: 40px auto 0 auto;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 240px;
}

/*CF7 ERRORS*/
span.wpcf7-not-valid-tip {color: #f00; display: none; font-size: 1em;}
div.wpcf7-validation-errors {border: 2px solid #f00;}
.wpcf7-form-control.wpcf7-submit-paypal {background: #0070BA;}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid {background-color: rgba(255, 0, 0, 0.02); border: 1px solid #f00;}
div.wpcf7-mail-sent-ok {background-color: #e5f2e0; border: 1px solid #398f14; margin-top: 30px; padding: 8px; text-align: center;}
