.logo-header {
height:40px;
  }
/* =========================================================
   MY CAP - STYLES GLOBAUX RÉUTILISABLES
========================================================= */

:root {
  --mycap-blue: #23244F;
  --mycap-blue-dark: #1B1C3D;
  --mycap-sand: #f2efe9;
  --mycap-border: #ece5dd;
  --mycap-text: #4d4d4d;
  --mycap-gold: #9b7b5f;
}

.mycap-home-page {
  font-family: inherit;
  color: var(--mycap-blue);
  line-height: 1.6;
}

.mycap-home-page *,
.mycap-home-page *::before,
.mycap-home-page *::after {
  box-sizing: border-box;
}


/* =========================================================
   STRUCTURE GÉNÉRALE
========================================================= */

.mycap-home-section {
  padding: 62px 20px;
}

.mycap-home-hero-section {
  padding-top: 0;
}

.mycap-home-container {
  max-width: 1180px;
  margin: 0 auto;
}

.mycap-centered {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.mycap-muted-bg {
  background: var(--mycap-sand);
}


/* =========================================================
   TITRES / TEXTES
========================================================= */

.mycap-label {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--mycap-gold);
  font-weight: 500;
}

.mycap-home-card-hero h1,
.mycap-home-section h2 {
  margin: 0 0 20px;
  color: var(--mycap-blue);
  line-height: 1.12;
  font-weight: 550;
}

.mycap-home-card-hero h1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 3vw, 42px);
}

.mycap-home-section h2 {
  font-size: clamp(28px, 3.6vw, 44px);
}

.mycap-home-section h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.25;
  color: var(--mycap-blue);
}

.mycap-home-card-hero p,
.mycap-home-section p {
  margin: 0 0 18px;
  font-size: 17px;
  color: var(--mycap-text);
}

.mycap-home-card-hero p {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}


/* =========================================================
   BOUTONS
========================================================= */

.mycap-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.mycap-buttons-left {
  justify-content: flex-start;
}

.mycap-buttons-center {
  justify-content: center;
}

.mycap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  transition: all .25s ease;
}

.mycap-btn-primary {
  background: var(--mycap-blue);
  color: #ffffff !important;
}

.mycap-btn-primary:hover {
  transform: translateY(-2px);
  background: var(--mycap-blue-dark);
}

.mycap-btn-secondary {
  background: #ffffff;
  color: var(--mycap-blue) !important;
  border: 1px solid #d9d2ca;
}

.mycap-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--mycap-blue);
}


/* =========================================================
   HERO
========================================================= */

.mycap-home-card-hero {
  width:100%;
  max-width:1180px;
  margin: -35px auto 0;
  padding: 38px 60px;
  background: #ffffff;
  border: 1px solid var(--mycap-border);
  border-radius: 32px;
  box-shadow: 0 18px 50px rgba(35, 36, 79, 0.08);
  text-align: center;
  position: relative;
  z-index: 2;
}


/* =========================================================
   GRILLES
========================================================= */

.mycap-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.mycap-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.mycap-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}


/* =========================================================
   CARTES
========================================================= */

.mycap-card {
  background: #ffffff;
  border: 1px solid var(--mycap-border);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 14px 35px rgba(35, 36, 79, 0.045);
}

.mycap-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--mycap-text);
}

.mycap-card li {
  margin-bottom: 8px;
}

.mycap-card-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--mycap-blue) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.mycap-card-link:hover {
  text-decoration: underline !important;
}


/* =========================================================
   CARTES PRODUITS
========================================================= */

.mycap-product-card {
  background: #ffffff;
  border: 1px solid var(--mycap-border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(35, 36, 79, 0.045);
}

.mycap-product-visual {
  min-height: 230px;
  background: linear-gradient(135deg, #ded2c4, #f7f2ec);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: #7b6755;
  font-size: 15px;
}

.mycap-product-content {
  padding: 28px;
}


/* =========================================================
   PILLS / TAGS
========================================================= */

.mycap-home-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  background: #ffffff;
  border: 1px solid var(--mycap-border);
  border-radius: 999px;
  color: var(--mycap-blue);
  font-weight: 700;
  text-align: center;
}


/* =========================================================
   BLOCS IMAGE
========================================================= */

.mycap-image-block {
  min-height: 390px;
  border-radius: 28px;
  background: linear-gradient(135deg, #ded2c4, #f7f2ec);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  color: #7b6755;
  font-size: 15px;
  border: 1px solid #eadfd4;
}


/* =========================================================
   BLOC FONCÉ / HIGHLIGHT
========================================================= */

.mycap-highlight-box {
  background: var(--mycap-blue);
  color: #ffffff;
  border-radius: 30px;
  padding: 44px;
}

.mycap-highlight-box h2,
.mycap-highlight-box h3,
.mycap-highlight-box p {
  color: #ffffff;
}

.mycap-highlight-box .mycap-label {
  color: #d8c7b6;
}

.mycap-highlight-box .mycap-btn-primary {
  background: #ffffff;
  color: var(--mycap-blue) !important;
}

.mycap-highlight-box .mycap-btn-secondary {
  background: transparent;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.38);
}


/* =========================================================
   ÉTAPES
========================================================= */

.mycap-mini-step {
  background: #ffffff;
  border: 1px solid var(--mycap-border);
  border-radius: 22px;
  padding: 24px;
}

.mycap-mini-step strong {
  display: block;
  color: #c7b39d;
  font-size: 30px;
  margin-bottom: 8px;
}


/* =========================================================
   SECTION COLLABORATIONS
========================================================= */

.mycap-collab-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mycap-collab-title-wrapper {
  text-align: center;
  margin-bottom: 70px;
}

.mycap-collab-title {
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 300;
  line-height: 1.15;
  color: #2b2b2b;
  margin: 0;
  letter-spacing: -1px;
}

.mycap-collab-title-highlight {
  display: inline-block;
  border: 2px solid var(--mycap-blue);
  border-radius: 999px;
  padding: 4px 18px;
  margin-left: 8px;
}

.mycap-collab-box {
  background: #f7f5f2;
  border-radius: 30px;
  padding: 50px 40px;
}

.mycap-collab-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
}

.mycap-collab-left {
  border-right: 1px solid #cfc7be;
  padding-right: 40px;
}

.mycap-collab-left p {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  color: #3b3b3b;
  font-weight: 300;
}

.mycap-collab-right {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mycap-collab-image {
  width: 100%;
  max-width: 850px;
  height: auto;
  display: block;
  object-fit: contain;
}


/* =========================================================
   CTA FINAL
========================================================= */

.mycap-final-cta {
  background: var(--mycap-blue);
  color: #ffffff;
  text-align: center;
  border-radius: 36px;
  padding: 70px 24px;
}

.mycap-final-cta h2,
.mycap-final-cta p {
  color: #ffffff;
}

.mycap-final-cta p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.mycap-final-cta .mycap-label {
  color: #d8c7b6;
}

.mycap-final-cta .mycap-btn-primary {
  background: #ffffff;
  color: var(--mycap-blue) !important;
}

.mycap-final-cta .mycap-btn-secondary {
  background: transparent;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.38);
}

/* =========================================================
   TITRES PRODUITS WOOCOMMERCE
   (neutralise l'héritage de .mycap-home-section h2)
========================================================= */

.wp-block-post-title {
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 1.3 !important;
  color: var(--mycap-text) !important;
  letter-spacing: 0.2px;
  margin: 0 0 8px !important;
}

.wp-block-post-title a,
.wp-block-post-title a:hover {
  text-decoration: none !important;
  color: inherit !important;
}
/* Supprimer les titres de pages */
.page .entry-header {
  display: none;
}

/* Supprimer l’espace blanc sous le menu */
.site-content,
#primary,
.page .site-main,
.page .hentry,
.page .entry-content {
  margin-top: 0;
  padding-top: 0;
}
/*RENDRE TOUTE L'IMAGE CLIQUABLE VERS UN LIEN*/
.mycap-product-visual a {
  display: block;
  width: 100%;
  height: 100%;
}