/* ═══════════════════════════════════════════════════════════════
   GLOBAL — ProPhoto
   ═══════════════════════════════════════════════════════════════ */

/* Scroll vertical fluide */
html {
    scroll-snap-type: y proximity;
    scroll-behavior: smooth;
}

/* Bloque le débordement horizontal global */
html,
body {
    overflow-x: hidden !important;
}

/* Priorité du bouton hamburger */
.pp-hamburger {
    z-index: 99;
}

.copyright-footer {
  padding: 0.8% 2%;
}


.rdw-dropdown-optionwrapper li {
    display: list-item !important;
    align-items: initial !important;
    gap: 0 !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;

    list-style: none !important;
    text-indent: 4px !important;
}


/* Réduit les textes courants sur mobile */
@media (max-width: 767px) {
  p,
  li,
  span {

  }
}



/* ═══════════════════════════════════════════════════════════════
   1. GENERAL
   ═══════════════════════════════════════════════════════════════ */

body {
    text-rendering: optimizeSpeed;
}


/* ═══════════════════════════════════════════════════════════════
   2. PP MENU MOBILE
   ═══════════════════════════════════════════════════════════════ */

/* ─── Menu mobile pleine largeur ─── */

body:not(.pp-visualbuilder) .pp-slideover > .pp-block {
    width: 100vw !important;
}

/* Alignement des éléments avec sous-menu */

.pp-menu-item--depth1.pp-menu-item.has-children > span {
    transform: translateY(-1px);
}

/* Espacement entre les groupes */

.pp-menu-item--depth1 {
    padding-top: 15px;
}

.pp-slideover.pp-slideover--right {
  z-index: 99;
}


/* ═══════════════════════════════════════════════════════════════
   3. MODULE WP TABS — DESKTOP
   ═══════════════════════════════════════════════════════════════ */

.wp-tabs-title {
    margin: 0 0 16px;
    color: #CE9F82;
    font-size: 18px;
    font-weight: bold;
    word-spacing: 0;
    letter-spacing: 0;
}

.wp-tabs-price {
    margin-top: 20px;
    color: #CE9F82;
    font-size: 20px;
    font-weight: bold;
}

.wp-tabs-more {
    margin: 16px 0;
}

.wp-tabs-spacer {
    height: 25px;
}


/* ─── Blocs de contenu ─── */

.bloc {
    clear: left;
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1.6em;
}

.bloc-left,
.bloc-right {
    width: 50%;
    margin: 0 0 22px;
    padding: 25px 22px;
    background: #f7f7f78f;
}

.bloc-left {
    float: right;
}

.bloc li {
    font-family: "Open Sans";
    font-size: 13px;
}


/* ─── Bouton prestation ─── */

.bouton-presta {
    display: inline-block;
    width: 170px;
    margin: 20px 0 0;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #b37474;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}

.bouton-presta:hover {
    background-color: #F8F3F0;
    color: #b37474;
}


/* ─── Listes générales ─── */

.article-content li,
.pp-module--text li {
    margin-bottom: 0;
    margin-left: 25px;
}


/* ═══════════════════════════════════════════════════════════════
   4. MODULE TABS / SP-EASY-ACCORDION — MOBILE
   ═══════════════════════════════════════════════════════════════ */

#sp-ea-1412.sp-easy-accordion > .sp-ea-single > .ea-header a {
    color: #444;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}

#tab_container_1437 .wpsm_nav-tabs > li {
    margin-right: 3px !important;
}


/* ═══════════════════════════════════════════════════════════════
   5. SLIDE ANYTHING
   ═══════════════════════════════════════════════════════════════ */

.owl-carousel .owl-item {
    margin: 0 15px;
}


/*==================================================
//  15 - ACCORDÉON (plugin Easy Accordion)
==================================================*/
/* =========================================================
ACCORDÉON
========================================================= */

/* État fermé */
.collapsed{
    background-color:#eee;
    font-weight:normal !important;
}

/* Carte accordéon */
.sp-easy-accordion .sp-ea-single{
    border:none !important;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 1px 4px rgba(123,123,123,.25);
}

/* État ouvert */
.sp-ea-one .ea-card.ea-expand{
    border-radius:10px;
    box-shadow:0 8px 25px rgba(0,0,0,.1);
}

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

/* =========================================================
HEADER ACCORDÉON
========================================================= */

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

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{
    position:relative !important;
    display:block !important;
    padding:10px 46px 10px 14px !important;    /* Espace neutre autour du titre h3 des accordéons */
    color:#444 !important;
    background-color:#F2EFEB !important;
    font-size:17px !important; 
    font-weight:400 !important;
    text-align:left !important;
    line-height:1.45 !important;
    text-decoration:none !important;
    text-transform:none !important;
    box-sizing:border-box !important;
    border:0 !important;
    outline:0 !important;
    transition:background-color .2s ease;
}

/* Hover */
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover {
    background-color: #f2f1f0 !important;
}

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

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

/* Base icône */
.sp-easy-accordion .ea-expand-icon{
    display:inline-block;
    width:20px;
    height:20px;
    background: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") center/contain no-repeat;
    transition:transform .25s ease;
    will-change: transform;
}

/* Fermé */
.sp-easy-accordion .eap-icon-ea-expand-plus{
    transform:translateY(-50%) rotate(0deg);
}

/* Ouvert */
.sp-easy-accordion .eap-icon-ea-expand-minus{
    transform:translateY(-50%) rotate(90deg);
}

/* Position icône */
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon{
    position:absolute !important;
    right:14px !important;
    left:auto !important;
    top:50% !important;
    width:20px !important;
    height:20px !important;
    margin:0 !important;
    text-align:left !important;
}

/* =========================================================
LISTES ACCORDÉON
========================================================= */

/* Reset listes */
.pp-text-module-body ul,
.public-DraftEditor-content ul.public-DraftStyleDefault-ul{
    margin-top:0;
    margin-bottom:10px;
    padding-left:0 !important;
    margin-left:0 !important;
    list-style:none !important;
    overflow:visible;
}

/* Structure listes */
.pp-text-module-body ul li,
.public-DraftEditor-content li.public-DraftStyleDefault-unorderedListItem{
    position:relative;
    margin-left:0;
    margin-bottom:.5em;
    padding-left:1.5em;
    overflow:visible;
    list-style:none !important;
    line-height:1.4;
}

.pp-text-module-body li, .public-DraftEditor-content li {

}

/* =========================================================
CONTENU ACCORDÉON
========================================================= */

/* Taille du contenu */
.sp-easy-accordion .ea-body,
.sp-easy-accordion .ea-body p,
.sp-easy-accordion .ea-body li,
.sp-easy-accordion .ea-body li a {
   font-size: 16px !important;
   line-height: 1.4 !important;
}

/* Espacements dans l'accordeon ouvert (autour du contenu) */
.sp-easy-accordion .ea-body{
    padding:20px 20px !important;
    line-height:1.5;
}

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

.sp-easy-accordion .ea-body p:not(:last-child){
    margin-bottom:14px !important;
}

/* Supprime paragraphes vides */
.sp-easy-accordion .ea-body p:empty{
    display:none !important;
}

/* Titres sections */
.sp-easy-accordion .ea-body > div strong,
.sp-easy-accordion .ea-body > p strong{
    display:block;
    margin-bottom:14px;
    color:#2f2f2f;
    font-size:1.15em;
    font-weight:600;
}

/* Espace entre une liste et un paragraphe */
.sp-easy-accordion .ea-body ul + p{
    margin-top:18px !important;
}

/* Listes */
.sp-easy-accordion .ea-body ul{
    margin:0 !important;
    padding:0 !important;
    list-style:none;
}

/* Items */
.sp-easy-accordion .ea-body ul li{
    position:relative;
    margin-bottom:6px;
    padding-left:30px;
    list-style:none;
    line-height:1.45;
}

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

/* Icône check */
.sp-easy-accordion .ea-body ul li::before{
    content:"";
    position:absolute;
    top:2px;
    left:0;
    width:22px;
    height:22px;
    background-image:url("/wp-content/uploads/svg/check_gold.svg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}

/* Titre tarifs */
.sp-easy-accordion .ea-body p strong{
    margin-bottom:10px;
}

/* Texte final */
.sp-easy-accordion .ea-body ul + p:last-of-type{
    margin-top:20px !important;
    color:#5f5f5f;
    font-size:.95em;
    line-height:1.4;
}

.ea-body p, .ea-body {
    display: block !important;
    color: #222 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sp-easy-accordion .ea-body{
    will-change: height;
}



/* Supprime l'espace sous le dernier élément */

.ea-body ul li:last-child {
    margin-bottom: 0 !important;
}