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

body {
  text-rendering: optimizeSpeed;
}

/* ////////////////////////////////////////////////////////
2. MODULE WP TABS - DESKTOP MODE
///////////////////////////////////////////////////////// */

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

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

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

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

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

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

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

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

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

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

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

/* //////////////////////////////////////////////////////////////////////////////////
3. MODULE TABS SP-EASY-ACCORDION - MOBILE MODE
////////////////////////////////////////////////////////////////////////////////// */

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

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

/* ///////////////////////////
4. SLIDE ANYTHING
/////////////////////////// */

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

/* ═══════════════════════════════════════════════════════════════
   ACCORDION (Easy Accordion plugin)
═══════════════════════════════════════════════════════════════ */

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

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

/* — Header — */

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

@media (max-width: 768px) {
  .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 15px !important;
  }
}

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

/* — État ouvert — */

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

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

/* — Icône accordion — */

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

.sp-easy-accordion .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;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

/* ═══════════════════════════════════════════════════════════════
   CONTENU
═══════════════════════════════════════════════════════════════ */

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

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

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

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

/* ═══════════════════════════════════════════════════════════════
   LISTES
═══════════════════════════════════════════════════════════════ */

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

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

.ea-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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");
}

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