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


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


/* ═══════════════════════════════════════════════════════════════
   6. ACCORDION — Easy Accordion
   ═══════════════════════════════════════════════════════════════ */

/* ─── État fermé ─── */

.collapsed {
    background-color: #eee;
    font-weight: normal !important;
}


/* ─── Cartes ─── */

.sp-easy-accordion .sp-ea-single {
    border: none !important;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}


/* ─── Header / question ─── */

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    padding: 12px 40px 10px 16px !important;
    border: 0 !important;
    outline: 0 !important;
    background-color: #fff;
    color: #000;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-decoration: none;
    text-transform: none !important;
    transition: background-color 0.2s ease;
}

/* ─── Hover ─── */

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


/* ─── Typographie du header ─── */

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


/* ─── Header mobile ─── */

@media (max-width: 768px) {

    .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
        font-size: 13px !important;
    }

}


/* ─── Icône +/- ─── */

.sp-easy-accordion .ea-expand-icon {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    left: auto !important;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 !important;
    float: none !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) !important;
}

.sp-easy-accordion .ea-expand-icon::before {
    content: "" !important;
}


/* ─── Chevron fermé → 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");
}


/* ─── Chevron ouvert → 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");
}


/* ─── État ouvert ─── */

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

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


/* ═══════════════════════════════════════════════════════════════
   7. ACCORDION — CONTENU
   ═══════════════════════════════════════════════════════════════ */

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

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

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

.ea-body h4 {
    margin: 0 0 10px !important;
    line-height: 1.4;
}


/* ═══════════════════════════════════════════════════════════════
   8. ACCORDION — LISTES
   ═══════════════════════════════════════════════════════════════ */

/* Reset des listes */

.ea-body ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Élément de liste */

.ea-body ul li {
    position: relative;
    margin: 0 0 0.7em !important;
    padding-left: 22px !important;
    font-size: 14px;
    line-height: 1.45;
    list-style: none !important;
}

/* Puce SVG */

.ea-body ul li::before {
    content: "";
    position: absolute;
    top: 0.28em;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z' fill='none' stroke='%23000000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

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