/* ////////////////////////////////////////////////////////////////////
// PP MENU MOBILE
//////////////////////////////////////////////////////////////////// */

/* Menu mobile pleine largeur */
body:not(.pp-visualbuilder) .pp-slideover > .pp-block {
  width: 100vw !important;
}

/*
._a47e0ac1-cb8a-4207-a88e-d01e60290a43.pp-menu-item--page.pp-menu-item--depth1.pp-menu-item {
  padding-top: 15px;
}
*/


/* ////////////////////////////////////////////////////////////////////
// VERTICAL SLIDES SCROLL
//////////////////////////////////////////////////////////////////// */

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.pp-layout {
  position: relative;
}

/* Slides immersifs sticky */
.pp-block--full-height {
  min-height: 100svh;

  position: sticky;
  top: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  isolation: isolate;
}

/* Blocs normaux */
.pp-block:not(.pp-block--full-height) {
  position: relative;
  z-index: 20;
}


/* ////////////////////////////////////////////////////////////////////
// ACCORDION PLUGIN
//////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////
// ÉTAT FERMÉ
//////////////////////////////////////////////////////////////////// */

/* Fond gris clair + pas de gras */
.collapsed {
  background-color: #eee;
  font-weight: normal !important;
}

/* Mini ombre */
.sp-easy-accordion .sp-ea-single {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}


/* ////////////////////////////////////////////////////////////////////
// HEADER (QUESTION)
//////////////////////////////////////////////////////////////////// */

/* Mobile */
@media (max-width: 768px) {
  .sp-ea-one.sp-easy-accordion
  .sp-ea-single
  .ea-header a {
    font-size: 13px !important;
    line-height: 1.35;
  }
}

/* Style général */
.sp-ea-one.sp-easy-accordion
.sp-ea-single
.ea-header a {
  padding: 12px 5px 10px 16px;

  color: #444;
  background-color: #fff;

  font-size: 16px !important;

  text-transform: none !important;
  text-decoration: none;
}

/* Supprimer bordure */
.sp-easy-accordion .sp-ea-single {
  border: none !important;
}

/* Hover */
.sp-ea-one.sp-easy-accordion
.sp-ea-single
.ea-header a:hover {
  line-height: 1.35 !important;
}


/* ////////////////////////////////////////////////////////////////////
// ICÔNES + / -
//////////////////////////////////////////////////////////////////// */

/* Neutraliser icône plugin */
.sp-easy-accordion .ea-expand-icon::before {
  content: "" !important;
}

.sp-easy-accordion .ea-expand-icon {
  display: inline-block;

  width: 22px;
  height: 22px;

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

/* Fermé = flèche droite */
.sp-easy-accordion .eap-icon-ea-expand-plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' fill='none' stroke='%23686865' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Ouvert = flèche bas */
.sp-easy-accordion .eap-icon-ea-expand-minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23686865' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Lien = conteneur de référence */
.sp-ea-one.sp-easy-accordion
.sp-ea-single
.ea-header a {
  position: relative !important;
  padding-right: 40px !important;
}

/* Icône à droite */
.sp-ea-one.sp-easy-accordion
.sp-ea-single
.ea-header a
.ea-expand-icon {
  position: absolute !important;

  right: 12px !important;
  left: auto !important;

  top: 50% !important;
  transform: translateY(-50%) !important;

  margin: 0 !important;
  float: none !important;
}


/* ////////////////////////////////////////////////////////////////////
// ÉTAT OUVERT
//////////////////////////////////////////////////////////////////// */

/* Fond beige */
.sp-ea-one .ea-card.ea-expand .ea-header a {
  background-color: #ece6dd;
}

/* Ombre premium */
.sp-ea-one .ea-card.ea-expand {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* Paragraphes */
.sp-easy-accordion .ea-body p {
  margin: 0 0 1em 0 !important;
  line-height: 1.6;
}

/* Dernier paragraphe */
.sp-easy-accordion .ea-body p:last-child {
  margin-bottom: 0 !important;
}

/* Taille contenu */
.sp-easy-accordion .ea-body {
  font-size: calc(100% - 1px);
}


/* ////////////////////////////////////////////////////////////////////
// CARTES
//////////////////////////////////////////////////////////////////// */

.sp-easy-accordion .sp-ea-single {
  border-radius: 10px;
  overflow: hidden;
}


/* ////////////////////////////////////////////////////////////////////
// TYPOGRAPHIE
//////////////////////////////////////////////////////////////////// */

.sp-easy-accordion .ea-header,
.sp-easy-accordion .ea-header a {
  font-weight: 400 !important;
}


/* ////////////////////////////////////////////////////////////////////
// HOVER
//////////////////////////////////////////////////////////////////// */

.sp-easy-accordion .ea-header a {
  transition: background-color 0.2s ease;
}

.sp-ea-one.sp-easy-accordion
.sp-ea-single
.ea-header a:hover {
  background-color: #f2efeb;
}


/* ////////////////////////////////////////////////////////////////////
// ANTI-DÉCALAGE ACCORDÉON
//////////////////////////////////////////////////////////////////// */

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover,
.sp-ea-one.sp-easy-accordion .sp-easy-accordion .sp-ea-single .ea-header a:focus,
.sp-ea-one.sp-easy-accordion .ea-card.ea-expand .ea-header a {
  box-sizing: border-box !important;

  border: 0 !important;
  outline: 0 !important;

  padding: 12px 40px 10px 16px !important;

  line-height: 1.35 !important;

  display: block !important;
}


/* ////////////////////////////////////////////////////////////////////
// LISTES AVEC SVG
//////////////////////////////////////////////////////////////////// */

.ea-body ul {
  list-style: none;

  padding-left: 0;
  margin-left: 0;
}

.ea-body ul li {
  position: relative;

  padding-left: 26px;
  margin-bottom: 0.5em;
}

.ea-body ul li::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0.2em;

  width: 18px;
  height: 18px;

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

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
}




/*////////////////////////////////////////////////////////////////////
//  PROPHOTO EDITOR FIX
////////////////////////////////////////////////////////////////////*/

.pp-visualbuilder .pp-block--full-height,
.pp-visualbuilder .pp-block--full-height > .row {

  overflow: visible !important;
  max-height: none !important;
}