.elementor-13019 .elementor-element.elementor-element-f7f4e98{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2490e1d *//* =====================================================
   PHARMACIE MAROC - GUIDE CENTRE DE MASSAGE
   ===================================================== */

.pm-guide,
.pm-guide * {
  box-sizing: border-box;
}

.pm-guide {
  --pm-background: #fbfaf7;
  --pm-white: #ffffff;
  --pm-text: #262b28;
  --pm-muted: #626963;
  --pm-green: #526b5c;
  --pm-green-dark: #3c5144;
  --pm-gold: #b59661;
  --pm-border: #e7e0d5;
  --pm-soft: #f3efe8;
  --pm-warning: #fff9eb;

  width: 100%;
  margin: 0;
  padding: 0 0 50px;
  direction: ltr;
  text-align: left;
  color: var(--pm-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.pm-guide h2,
.pm-guide h3,
.pm-guide p,
.pm-guide li,
.pm-guide a,
.pm-guide span {
  direction: ltr;
  text-align: left;
}

.pm-guide h2,
.pm-guide h3 {
  color: var(--pm-text);
  line-height: 1.3;
}

.pm-guide h2 {
  margin: 50px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pm-border);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 600;
}

.pm-guide h3 {
  margin: 26px 0 12px;
  font-size: 22px;
  font-weight: 700;
}

.pm-guide p {
  margin: 0 0 20px;
  color: var(--pm-text);
}

.pm-guide ul,
.pm-guide ol {
  margin: 0 0 24px;
  padding-left: 26px;
  padding-right: 0;
}

.pm-guide li {
  margin-bottom: 9px;
  padding-left: 4px;
}

.pm-guide a {
  color: var(--pm-green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.pm-guide a:hover {
  color: var(--pm-gold);
}

/* HERO */

.pm-guide-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  padding: clamp(30px, 5vw, 55px);
  border: 1px solid var(--pm-border);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at top right,
      rgba(181, 150, 97, 0.18),
      transparent 35%
    ),
    linear-gradient(135deg, #f7f3ec 0%, #ffffff 100%);
}

.pm-guide-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(82, 107, 92, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--pm-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.pm-guide-intro {
  max-width: 800px;
  margin-bottom: 0 !important;
  color: var(--pm-muted) !important;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
}

/* SUMMARY */

.pm-guide-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 28px;
}

.pm-guide-summary-item {
  padding: 17px 15px;
  border: 1px solid var(--pm-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
}

.pm-guide-summary-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pm-green-dark);
  font-size: 16px;
}

.pm-guide-summary-item span {
  display: block;
  color: var(--pm-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* DISCLOSURE */

.pm-guide-disclosure {
  margin: 28px 0;
  padding: 21px 23px;
  border-left: 4px solid var(--pm-gold);
  border-radius: 0 15px 15px 0;
  background: var(--pm-warning);
}

.pm-guide-disclosure strong {
  display: block;
  margin-bottom: 6px;
}

.pm-guide-disclosure p {
  margin: 0;
  color: #5d543e;
  font-size: 15px;
}

/* CUSTOM TABLE OF CONTENTS */

.pm-guide-toc {
  margin: 32px 0;
  padding: 25px;
  border: 1px solid var(--pm-border);
  border-radius: 18px;
  background: var(--pm-white);
}

.pm-guide-toc-title {
  display: block;
  margin-bottom: 14px;
  color: var(--pm-text);
  font-size: 20px;
  font-weight: 800;
}

.pm-guide-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 28px;
  margin-bottom: 0;
}

.pm-guide-toc li {
  margin-bottom: 3px;
}

.pm-guide-toc a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.pm-guide-toc a:hover {
  text-decoration: underline;
}

/* CHECKLIST */

.pm-guide-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 23px 0;
  padding: 0 !important;
  list-style: none;
}

.pm-guide-checklist li {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 45px;
  border: 1px solid var(--pm-border);
  border-radius: 14px;
  background: var(--pm-white);
}

.pm-guide-checklist li::before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--pm-green);
  color: #ffffff;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

/* HIGHLIGHT */

.pm-guide-highlight {
  margin: 26px 0;
  padding: 22px;
  border: 1px solid rgba(82, 107, 92, 0.24);
  border-radius: 17px;
  background: #f1f6f2;
}

.pm-guide-highlight strong {
  display: block;
  margin-bottom: 7px;
  color: var(--pm-green-dark);
  font-size: 18px;
}

.pm-guide-highlight p {
  margin: 0;
}

/* SPA CARDS */

.pm-guide-centres {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 27px 0;
}

.pm-guide-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pm-border);
  border-radius: 20px;
  background: var(--pm-white);
  box-shadow: 0 12px 35px rgba(45, 49, 46, 0.07);
}

.pm-guide-card-number {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgba(82, 107, 92, 0.98),
    rgba(60, 81, 68, 0.98)
  );
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
}

.pm-guide-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.pm-guide-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.pm-guide-card p {
  color: var(--pm-muted);
  font-size: 15px;
  line-height: 1.7;
}

.pm-guide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 2px 0 20px;
}

.pm-guide-tags span {
  display: inline-block;
  padding: 5px 9px;
  border: 1px solid var(--pm-border);
  border-radius: 999px;
  background: var(--pm-soft);
  color: var(--pm-green-dark);
  font-size: 12px;
  font-weight: 700;
}

.pm-guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 13px 16px;
  border-radius: 11px;
  background: var(--pm-green);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  text-align: center !important;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.pm-guide-button:hover {
  background: var(--pm-green-dark);
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* QUESTION BOX */

.pm-guide-questions {
  margin: 27px 0;
  padding: 25px;
  border-radius: 18px;
  background: var(--pm-text);
  color: #ffffff;
}

.pm-guide-questions h3 {
  margin-top: 0;
  color: #ffffff;
}

.pm-guide-questions ol {
  margin-bottom: 0;
}

.pm-guide-questions li {
  color: rgba(255, 255, 255, 0.92);
}

/* FAQ */

.pm-guide-faq {
  margin-top: 25px;
}

.pm-guide-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--pm-border);
  border-radius: 14px;
  background: var(--pm-white);
}

.pm-guide-faq summary {
  position: relative;
  padding: 18px 50px 18px 19px;
  color: var(--pm-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.pm-guide-faq summary::-webkit-details-marker {
  display: none;
}

.pm-guide-faq summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--pm-green);
  content: "+";
  font-size: 24px;
  transform: translateY(-50%);
}

.pm-guide-faq details[open] summary::after {
  content: "−";
}

.pm-guide-faq-answer {
  padding: 0 19px 19px;
}

.pm-guide-faq-answer p {
  margin: 0;
  color: var(--pm-muted);
}

/* CONCLUSION */

.pm-guide-conclusion {
  margin-top: 48px;
  padding: clamp(27px, 4vw, 45px);
  border-radius: 22px;
  background: var(--pm-soft);
}

.pm-guide-conclusion h2 {
  margin-top: 0;
}

.pm-guide-medical-note {
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px solid var(--pm-border);
  border-radius: 13px;
  background: #ffffff;
  color: var(--pm-muted);
  font-size: 14px;
}

/* TABLET */

@media (max-width: 1000px) {
  .pm-guide-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-guide-centres {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */

@media (max-width: 700px) {
  .pm-guide {
    font-size: 16px;
  }

  .pm-guide-hero {
    padding: 27px 20px;
    border-radius: 18px;
  }

  .pm-guide-summary,
  .pm-guide-toc ol,
  .pm-guide-checklist {
    grid-template-columns: 1fr;
  }

  .pm-guide h2 {
    margin-top: 42px;
    font-size: 28px;
  }

  .pm-guide-toc,
  .pm-guide-questions {
    padding: 20px;
  }

  .pm-guide-card-body {
    padding: 20px;
  }
}

/* =====================================================
   FIX SPA CARDS - PAGE WITH SIDEBAR
   Ajouter ce code tout en bas du CSS
   ===================================================== */

.pm-guide-centres {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: 100%;
  margin: 30px 0;
}

.pm-guide-card {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--pm-border);
  border-radius: 20px;
  background: var(--pm-white);
  box-shadow: 0 12px 35px rgba(45, 49, 46, 0.07);
}

.pm-guide-card-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 95px;
  min-height: 100%;
  padding: 28px 10px;
  background: linear-gradient(
    180deg,
    #526b5c 0%,
    #3c5144 100%
  );
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.pm-guide-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 26px 28px;
}

.pm-guide-card h3 {
  width: 100%;
  margin: 0 0 12px;
  color: var(--pm-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.3;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.pm-guide-card p {
  width: 100%;
  margin: 0 0 15px;
  color: var(--pm-muted);
  font-size: 15.5px;
  line-height: 1.75;
  word-break: normal;
  overflow-wrap: break-word;
}

.pm-guide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 5px 0 20px;
}

.pm-guide-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--pm-border);
  border-radius: 999px;
  background: var(--pm-soft);
  color: var(--pm-green-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.pm-guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  min-width: 230px;
  margin-top: auto;
  padding: 13px 20px;
  border-radius: 11px;
  background: var(--pm-green);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center !important;
  text-decoration: none !important;
}

.pm-guide-button:hover {
  background: var(--pm-green-dark);
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* TABLET */

@media (max-width: 900px) {
  .pm-guide-card {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .pm-guide-card-number {
    width: 80px;
    padding: 25px 8px;
    font-size: 27px;
  }

  .pm-guide-card-body {
    padding: 23px;
  }

  .pm-guide-card h3 {
    font-size: 23px;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .pm-guide-centres {
    gap: 18px;
  }

  .pm-guide-card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
  }

  .pm-guide-card-number {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
    padding: 18px 20px;
    background: linear-gradient(
      135deg,
      #526b5c 0%,
      #3c5144 100%
    );
    font-size: 27px;
  }

  .pm-guide-card-body {
    width: 100%;
    padding: 21px 19px;
  }

  .pm-guide-card h3 {
    font-size: 23px;
    line-height: 1.3;
  }

  .pm-guide-card p {
    font-size: 15px;
  }

  .pm-guide-button {
    align-self: stretch;
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */