:root {
  --navy: #21385f;
  --ink: #28334d;
  --teal: #41a6a4;
  --pink: #e05d82;
  --coral: #f56d63;
  --orange: #f28b3a;
  --gold: #d7aa17;
  --rust: #9c4d39;
  --cream: #fffaf6;
  --paper: #fffdf9;
  --line: #efd9cb;
  --muted: #6c6f79;
  --shadow: 0 16px 40px rgba(33, 56, 95, .08);
  --content: 1640px;

  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Allura", cursive;
  --sans: "Montserrat", Arial, sans-serif;
}

/* =========================================================
   RESET / BASE
========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;

  /*
    FOND GLOBAL :
    place ton image dans assets/background-watercolor.png
  */
  background:
    linear-gradient(rgba(255, 253, 249, .30), rgba(255, 253, 249, .30)),
    url("assets/background.png") center top / cover no-repeat fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,.12), transparent 35%),
    radial-gradient(circle at 80% 75%, rgba(255,255,255,.10), transparent 40%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(var(--content), calc(100% - 64px));
  margin-inline: auto;
}

/* Toutes les sections laissent voir le fond */
main,
.hero-poster,
.poster-services,
.about,
.qualities,
.contact-strip,
.values {
  background: transparent;
}

/* =========================================================
   HEADER
========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;

  background: rgba(255, 252, 248, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(239, 217, 203, .58);
  box-shadow: 0 5px 22px rgba(82, 56, 37, .035);
}

.header-inner {
  min-height: 178px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  flex: 0 0 290px;
  display: flex;
  align-items: center;
}

.brand img {
  width: 280px;
  height: auto;
  max-height: 178px;
  object-fit: contain;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.55vw, 29px);

  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--coral));
  transition: right .25s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  right: 0;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 27px;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  transition: transform .2s ease, opacity .2s ease;
}

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

.hero-poster {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 58px 0 34px;
}

.hero-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.82), rgba(255,255,255,.22) 48%, transparent 73%);
}

.hero-poster-inner {
  position: relative;
  z-index: 5;
  min-height: 300px;
  text-align: center;
}

.hero-poster h1 {
  max-width: 930px;
  margin: 0 auto;
  color: #171b31;
  font-family: var(--script);
  font-size: clamp(50px, 4.8vw, 80px);
  font-weight: 400;
  line-height: .98;
}

.title-heart {
  display: inline-block;
  margin-left: 12px;
  color: #eb7554;
  font-family: Georgia, serif;
  font-size: .72em;
  transform: rotate(-8deg);
}

.poster-ornament {
  width: 300px;
  max-width: 70vw;
  margin: 28px auto 14px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  color: #f2865c;
}

.poster-ornament span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f3ac88);
}

.poster-ornament span:last-child {
  transform: scaleX(-1);
}

.poster-ornament b {
  font-size: 18px;
  font-weight: 400;
}

.poster-lead {
  margin: 0;
  color: #202334;

  font-size: clamp(23px, 2vw, 34px);
  font-weight: 600;
  line-height: 1.3;

  text-transform: uppercase;
  letter-spacing: .035em;
}

.poster-lead strong {
  color: #e5476d;
  font-weight: 600;
}

.poster-hearts {
  margin-top: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  color: #ff7418;
}

.poster-hearts span {
  font-size: 24px;
}

.poster-hearts b {
  font-size: 31px;
  line-height: 1;
}

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

.hero-decoration {
  position: absolute;
  top: 35px;
  width: 440px;
  height: 320px;
  z-index: 1;
  pointer-events: none;
}

.hero-decoration-left {
  left: max(0px, calc(50% - 500px));
}

.hero-decoration-right {
  right: max(0px, calc(50% - 740px));
}

/* Image de droite */
.hero-decoration-right img {
  width: min(48vw, 760px);
  max-width: none;
  height: 300px;
  object-fit: contain;
  transform: translateY(-4px);
  filter: drop-shadow(0 12px 28px rgba(86, 55, 34, .05));
}

/* Lune */
.moon-shape {
  position: absolute;
  left: 105px;
  top: 24px;
  width: 74px;
  height: 88px;

  border-radius: 50%;
  background: linear-gradient(145deg, #ffd532 0%, #ff9812 48%, #ff5525 100%);
  transform: rotate(19deg);
}

.moon-shape::after {
  content: "";
  position: absolute;
  width: 67px;
  height: 80px;
  left: 22px;
  top: -5px;
  border-radius: 50%;
  background: rgba(255,253,249,.96);
}

.decor-star {
  position: absolute;
  color: #ff7218;
  font-size: 19px;
}

.star-1 { left: 35px; top: 50px; }
.star-2 { left: 265px; top: 32px; color: #e94465; }
.star-3 { left: 335px; top: 55px; }
.star-4 { right: 95px; top: 32px; }
.star-5 { right: 28px; top: 49px; }

.autumn-branch {
  position: absolute;
  width: 245px;
  height: 170px;
  left: 95px;
  top: 100px;
  transform: rotate(-7deg);
}

.branch-right {
  left: auto;
  right: -5px;
  top: 132px;
  transform: scaleX(-1) rotate(-3deg);
}

.branch-stem {
  position: absolute;
  width: 180px;
  height: 2px;
  left: 18px;
  top: 103px;

  background: #252025;
  transform: rotate(-38deg);
  transform-origin: left center;
  border-radius: 20px;
}

.autumn-leaf {
  position: absolute;
  width: 47px;
  height: 20px;
  border-radius: 90% 5% 90% 5%;
  border: 1px solid rgba(45,30,20,.22);
}

.leaf-1 {
  left: 60px;
  top: 82px;
  background: #ef402a;
  transform: rotate(-58deg);
}

.leaf-2 {
  left: 97px;
  top: 65px;
  background: #ff9414;
  transform: rotate(-18deg);
}

.leaf-3 {
  left: 127px;
  top: 42px;
  background: #839125;
  transform: rotate(33deg);
}

.leaf-4 {
  left: 153px;
  top: 79px;
  background: #ffb21a;
  transform: rotate(77deg);
}

.leaf-5 {
  left: 190px;
  top: 94px;
  background: #e92829;
  transform: rotate(103deg);
}

/* =========================================================
   SERVICES
========================================================= */

.poster-services {
  padding: 22px 0 46px;
}

.poster-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.2fr;
  align-items: stretch;

  padding: 28px 22px;
  border: 1px solid rgba(239,217,203,.48);
  border-radius: 28px;

  background: rgba(255, 253, 249, .50);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.poster-service {
  position: relative;
  min-width: 0;
  padding: 0 22px 17px;
  text-align: center;
}

.poster-service + .poster-service::before,
.heart-checklist::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(transparent, #e7cdbd 12%, #e7cdbd 87%, transparent);
}

.poster-icon {
  position: relative;
  width: 145px;
  height: 145px;
  margin: 0 auto 2px;

  display: grid;
  place-items: center;
}

.poster-icon img {
  position: relative;
  z-index: 3;
  width: 108px;
  height: 108px;
  object-fit: contain;
}

.watercolor-bg {
  position: absolute;
  width: 122px;
  height: 108px;

  border-radius: 47% 53% 55% 45%;
  opacity: .72;
  filter: blur(.5px);
  transform: rotate(-6deg);
}

.icon-teal .watercolor-bg {
  background:
    radial-gradient(circle at 30% 37%, rgba(63,172,169,.42), transparent 48%),
    radial-gradient(circle at 65% 62%, rgba(122,205,201,.5), transparent 53%);
}

.icon-pink .watercolor-bg {
  background:
    radial-gradient(circle at 30% 35%, rgba(255,148,149,.47), transparent 52%),
    radial-gradient(circle at 67% 57%, rgba(255,190,168,.56), transparent 55%);
}

.icon-gold .watercolor-bg {
  background:
    radial-gradient(circle at 31% 37%, rgba(255,198,61,.52), transparent 52%),
    radial-gradient(circle at 68% 60%, rgba(255,222,123,.65), transparent 55%);
}

.icon-orange .watercolor-bg {
  background:
    radial-gradient(circle at 35% 36%, rgba(255,149,74,.49), transparent 52%),
    radial-gradient(circle at 67% 61%, rgba(255,189,135,.55), transparent 55%);
}

.poster-service h2 {
  margin: 0;
  min-height: 75px;

  font-size: clamp(19px, 1.35vw, 27px);
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
}

.poster-service h2 small {
  display: block;
  margin-top: 3px;

  font-family: var(--sans);
  font-size: .57em;
  font-weight: 600;
  line-height: 1.4;
}

.service-drawing h2 { color: #138a8e; }
.service-journal h2 { color: #df466e; }
.service-family h2 { color: #774831; }
.service-heart h2 { color: #df3152; }

.service-bottom-line {
  width: 190px;
  max-width: 88%;
  margin: 14px auto 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-bottom-line span {
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: .36;
}

.service-bottom-line b {
  font-size: 20px;
}

.teal-line { color: #128d90; }
.pink-line { color: #e9436e; }
.gold-line { color: #c56d12; }
.coral-line { color: #ef344d; }

.heart-checklist {
  position: relative;
  padding: 8px 0 10px 33px;
}

.heart-checklist-box {
  position: relative;

  height: calc(100% - 7px);
  min-height: 260px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border: 2px dashed #d9ac91;
  border-radius: 22px;

  padding: 23px 24px;

  background: rgba(255, 253, 249, .76);
  box-shadow: 0 10px 28px rgba(82, 56, 37, .035);
}

.heart-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heart-checklist li {
  position: relative;
  margin: 6px 0;
  padding-left: 29px;

  color: #25263a;

  font-family: var(--script);
  font-size: clamp(24px, 1.6vw, 31px);
  line-height: 1.02;
}

.heart-checklist li::before {
  content: "♥";
  position: absolute;
  left: 0;
  top: 3px;

  color: #ff6718;
  font-family: Georgia, serif;
  font-size: 16px;
}

.checklist-heart {
  align-self: flex-end;
  color: #e67850;

  font-family: Georgia, serif;
  font-size: 52px;
  line-height: .8;

  transform: rotate(-12deg);
}

/* =========================================================
   ABOUT
========================================================= */

.about {
  padding: 42px 0 50px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr .95fr;
  align-items: center;
  gap: 34px;

  padding: 30px;
  border: 1px solid rgba(239,217,203,.50);
  border-radius: 30px;

  background: rgba(255, 253, 249, .52);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.about-photo,
.about-quote {
  overflow: hidden;
  border-radius: 22px;
}

.about-photo img,
.about-quote img {
  width: 80%;
  height: auto;
  border-radius: 22px;
}

.about-copy {
  padding: 20px 0;
}

.about-copy h2 {
  margin: 0 0 16px;

  color: var(--navy);
  font-family: var(--script);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.about-copy h2 span {
  color: var(--coral);
}

.about-copy p {
  margin: 0 0 14px;
  font-size: 17px;
}

.more {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-weight: 700;
  font-size: 15px;
}

.coral {
  color: var(--coral);
}

.about-quote {
  position: relative;
  text-align: center;
}

.about-quote blockquote {
  position: absolute;
  inset: 35% 14% auto;
  margin: 0;

  color: var(--navy);

  font-family: var(--script);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.quote-heart {
  position: absolute;
  left: 50%;
  bottom: 14%;

  transform: translateX(-50%);
  color: var(--coral);
  font-size: 42px;
}

/* =========================================================
   QUALITIES
========================================================= */

.qualities {
  padding: 14px 0;
}

.qualities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;

  border: 1px solid rgba(239,217,203,.62);
  border-radius: 20px;
  overflow: hidden;

  background: rgba(255, 253, 249, .60);
}

.quality {
  min-height: 92px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 12px 14px;

  border-right: 1px solid var(--line);
}

.quality:last-child {
  border-right: 0;
}

.quality-icon {
  color: var(--orange);
  font-size: 34px;
}

.quality p {
  margin: 0;

  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.35;
}

/* =========================================================
   CONTACT
========================================================= */

.contact-strip {
  padding: 22px 0 14px;
}

.contact-grid {
  min-height: 108px;

  display: grid;
  grid-template-columns: .95fr 1.55fr 1.3fr .85fr;
  align-items: center;

  overflow: hidden;

  border: 1px solid #eedbcb;
  border-radius: 18px;

  background: rgba(255, 253, 249, .78);

  box-shadow:
    0 8px 30px rgba(80,50,30,.045);
}

.contact-item,
.facebook-link {
  position: relative;

  min-height: 108px;

  display: flex;
  align-items: center;
  gap: 15px;

  padding: 15px 26px;

  border-right: 1px solid var(--line);

  color: #24283e;

  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
}

.contact-circle {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: white;
  font-size: 28px;

  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}

.phone { background: #ee3b75; }
.mail { background: #b9a20f; }
.heart { background: #148f8e; font-size: 31px; }

.contact-item span:last-child {
  white-space: nowrap;
}

.facebook-link {
  border-right: 0;
  justify-content: center;
}

.facebook-link b {
  color: #e86a57;
  font-size: 12px;
  text-transform: uppercase;
}

.facebook-badge {
  width: 52px;
  height: 52px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: #728d21;
  color: white;

  font: 700 37px/1 Georgia, serif;
}

.contact-item:not(:nth-child(3))::after {
  content: "♥";

  position: absolute;
  right: -7px;
  top: 50%;
  z-index: 5;

  transform: translateY(-50%);

  padding: 7px 2px;

  background: rgba(255,253,249,.95);
  color: #ff6817;

  font-size: 14px;
}

/* =========================================================
   VALUES
========================================================= */

.values {
  padding: 14px 0 26px;
}

.values-inner {
  min-height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;

  color: var(--navy);
}

.values-inner p {
  margin: 0;

  color: #26283b;

  font-family: var(--script);
  font-size: clamp(32px, 3vw, 49px);
  line-height: 1;

  text-align: center;
  white-space: nowrap;
}

.values-inner i {
  color: #ff6d1f;
  margin: 0 13px;
  font-style: normal;
}

.values-branch {
  color: #c66c18;
  font-size: 53px;
  transform: rotate(-19deg);
}

.values-branch-right {
  transform: scaleX(-1) rotate(-19deg);
}

.value-heart {
  color: #e57750;
  font-family: Georgia, serif;
  font-size: 48px;
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  background: rgba(33, 56, 95, .97);
  color: rgba(255,255,255,.78);

  font-family: var(--sans);
  font-size: 10px;
}

.footer-inner {
  min-height: 48px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner nav {
  display: flex;
  gap: 18px;
}

.footer-inner a:hover {
  color: white;
}

/* =========================================================
   ANIMATIONS
========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   RESPONSIVE — 1200
========================================================= */

@media (max-width: 1200px) {

  .container {
    width: min(1180px, calc(100% - 44px));
  }

  .header-inner {
    min-height: 96px;
  }

  .brand {
    flex-basis: 190px;
  }

  .brand img {
    width: 180px;
    max-height: 88px;
  }

  .main-nav {
    gap: 13px;
    font-size: 10px;
  }

  .hero-decoration {
    opacity: .46;
  }

  .hero-decoration-left {
    left: -85px;
  }

  .hero-decoration-right {
    right: -120px;
  }

  .hero-decoration-right img {
    width: 620px;
  }

  .poster-services-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .heart-checklist {
    grid-column: 1 / -1;
    padding: 24px 0 5px;
  }

  .heart-checklist::before {
    display: none;
  }

  .heart-checklist-box {
    max-width: 720px;
    min-height: auto;
    margin: 0 auto;
  }

  .heart-checklist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 24px;
  }

  .contact-grid {
    grid-template-columns: 1fr 1.4fr 1fr;
  }

  .facebook-link {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .contact-item:nth-child(3) {
    border-right: 0;
  }
}


/* =========================================================
   ALBUM PHOTOS — É-veilleuse du cœur
   Ce fichier complète styles.css
========================================================= */

/* Bouton album dans les cards */
.album-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  padding: 10px 0 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s ease, opacity .25s ease;
}

.album-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 38px;
  height: 1px;
  background: currentColor;
  opacity: .55;
  transition: width .3s ease;
}

.album-btn:hover,
.album-btn:focus-visible {
  transform: translateY(-2px);
}

.album-btn:hover::after,
.album-btn:focus-visible::after {
  width: 100%;
}

.album-btn span {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1;
}

/* Lightbox */
.album-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 92px;
  background: rgba(38, 34, 31, .82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s ease;
}

.album-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.album-open {
  overflow: hidden;
}

/* Fenêtre principale */
.album-content {
  width: min(1080px, 100%);
  height: min(760px, 82vh);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  overflow: hidden;
  border-radius: 30px;
  background: #fdfaf6;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  transform: translateY(18px) scale(.98);
  transition: transform .4s ease;
}

.album-lightbox.is-open .album-content {
  transform: translateY(0) scale(1);
}

/* Photo */
.album-photo-wrap {
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.7), transparent 42%),
    #ebe5df;
}

.album-photo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Informations */
.album-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 13%, rgba(209, 164, 145, .18), transparent 38%),
    radial-gradient(circle at 10% 90%, rgba(137, 184, 178, .11), transparent 38%),
    #fdfaf6;
}

.album-info::before {
  content: "♡";
  position: absolute;
  right: 24px;
  top: 19px;
  color: rgba(112, 92, 80, .13);
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  line-height: 1;
}

#albumCounter {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(47, 43, 40, .48);
}

#albumTitle {
  margin: 0 0 20px;
  color: #403a36;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(31px, 3vw, 45px);
  font-weight: 500;
  line-height: 1.02;
}

#albumCaption {
  margin: 0;
  color: rgba(47, 43, 40, .68);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

/* Bouton fermeture */
.album-close {
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 10002;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0 0 4px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}

.album-close:hover,
.album-close:focus-visible {
  background: rgba(255,255,255,.18);
  transform: rotate(5deg);
}

/* Flèches */
.album-arrow {
  position: fixed;
  top: 50%;
  z-index: 10001;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0 0 6px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .25s ease, transform .25s ease;
}

.album-prev {
  left: 24px;
}

.album-next {
  right: 24px;
}

.album-arrow:hover,
.album-arrow:focus-visible {
  background: rgba(255,255,255,.18);
  transform: translateY(-50%) scale(1.06);
}

/* Petit fondu lors du changement de photo */
.album-photo-wrap img.is-changing {
  opacity: .35;
}

.album-photo-wrap img {
  transition: opacity .18s ease;
}

/* Responsive tablette */
@media (max-width: 980px) {
  .album-lightbox {
    padding: 34px 70px;
  }

  .album-content {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .album-info {
    padding: 34px 26px;
  }
}

/* Responsive mobile */
@media (max-width: 760px) {
  .album-lightbox {
    padding: 18px;
    align-items: center;
  }

  .album-content {
    width: 100%;
    height: min(82vh, 720px);
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    border-radius: 22px;
  }

  .album-info {
    padding: 18px 22px 21px;
  }

  .album-info::before {
    right: 16px;
    top: 8px;
    font-size: 52px;
  }

  #albumCounter {
    margin-bottom: 7px;
  }

  #albumTitle {
    margin-bottom: 7px;
    padding-right: 36px;
    font-size: 29px;
  }

  #albumCaption {
    font-size: 12px;
    line-height: 1.6;
  }

  .album-arrow {
    top: 45%;
    width: 42px;
    height: 42px;
    border: 0;
    background: rgba(38,34,31,.38);
    font-size: 32px;
  }

  .album-prev {
    left: 28px;
  }

  .album-next {
    right: 28px;
  }

  .album-close {
    top: 22px;
    right: 22px;
    width: 42px;
    height: 42px;
    background: rgba(38,34,31,.38);
  }
}

@media (prefers-reduced-motion: reduce) {
  .album-btn,
  .album-btn::after,
  .album-lightbox,
  .album-content,
  .album-arrow,
  .album-close,
  .album-photo-wrap img {
    transition: none;
  }
}




/* =========================================================
   RESPONSIVE — 860
========================================================= */

@media (max-width: 860px) {

  body {
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }

  .container {
    width: min(100% - 30px, 760px);
  }

  .header-inner {
    min-height: 78px;
  }

  .brand {
    flex-basis: auto;
  }

  .brand img {
    width: 145px;
    max-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    left: 15px;
    right: 15px;
    top: calc(100% + 1px);

    display: grid;
    gap: 0;

    padding: 14px;

    background: rgba(255, 253, 249, .97);

    border: 1px solid var(--line);
    border-radius: 0 0 14px 14px;

    box-shadow: var(--shadow);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-8px);

    transition: .2s ease;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 12px 8px;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-poster {
    padding-top: 40px;
  }

  .hero-poster-inner {
    min-height: 250px;
  }

  .hero-decoration {
    opacity: .17;
    transform: scale(.8);
  }

  .hero-decoration-left {
    transform-origin: left top;
  }

  .hero-decoration-right {
    transform-origin: right top;
    right: -220px;
  }

  .hero-poster h1 {
    max-width: 650px;
    font-size: 53px;
  }

  .poster-lead {
    font-size: 25px;
  }

  .poster-services-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 16px;
  }

  .poster-service {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(239,217,203,.65);
  }

  .poster-service:nth-child(3)::before {
    display: none;
  }

  .heart-checklist {
    grid-column: 1 / -1;
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-photo {
    grid-row: span 2;
  }

  .about-quote {
    grid-column: 2;
  }

  .qualities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quality:nth-child(2n) {
    border-right: 0;
  }

  .quality:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-item,
  .facebook-link {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  /*
    Tablette : les 3 lignes de contact partent du même axe.
    Cela évite que le téléphone paraisse décalé à cause du centrage
    indépendant de chaque ligne selon la longueur de son texte.
  */
  .contact-item {
    justify-content: flex-start;
    width: 500px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
  }

  .contact-item::after {
    display: none;
  }

  .facebook-link {
    justify-content: center;
    border-bottom: 0;
  }

  .values-branch {
    display: none;
  }

  .values-inner p {
    white-space: normal;
  }

  .footer-inner {
    padding: 14px 0;
    flex-direction: column;
    text-align: center;
  }

  .footer-inner nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* =========================================================
   RESPONSIVE — 600
========================================================= */

@media (max-width: 600px) {

  body {
    font-size: 17px;
    background-size: auto 100vh;
    background-repeat: repeat-y;
  }

  .container {
    width: min(100% - 24px, 520px);
  }

  .brand img {
    width: 125px;
    max-height: 62px;
  }

  .hero-poster {
    padding: 32px 0 16px;
  }

  .hero-poster-inner {
    min-height: auto;
  }

  .hero-decoration {
    display: none;
  }

  .hero-poster h1 {
    font-size: 42px;
    line-height: .95;
  }

  .title-heart {
    display: block;
    width: fit-content;
    margin: 8px auto 0;
  }

  .poster-ornament {
    margin: 19px auto 12px;
  }

  .poster-lead {
    font-size: 19px;
  }

  .poster-hearts {
    gap: 12px;
  }

  .poster-services {
    padding-top: 20px;
  }

  .poster-services-grid {
    grid-template-columns: 1fr;
    padding: 18px 12px;
  }

  .poster-service {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 4px 15px 32px;
    border-bottom: 1px solid #f1e4dc;
  }

  .poster-service::before {
    display: none !important;
  }

  .poster-service h2 {
    min-height: 0;
    font-size: 25px;
  }

  .heart-checklist {
    padding: 25px 0 0;
  }

  .heart-checklist-box {
    padding: 20px 17px;
  }

  .heart-checklist ul {
    grid-template-columns: 1fr;
  }

  .heart-checklist li {
    font-size: 27px;
  }

  .about {
    padding-top: 28px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .about-photo,
  .about-copy,
  .about-quote {
    grid-column: auto;
    grid-row: auto;
  }

  .about-copy {
    text-align: center;
  }

  .about-quote {
    max-width: 390px;
    margin: 0 auto;
  }

  .qualities-grid {
    grid-template-columns: 1fr;
  }

  .quality {
    justify-content: flex-start;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }

  .quality:last-child {
    border-bottom: 0 !important;
  }

  .contact-item,
  .facebook-link {
    min-height: 88px;
    justify-content: flex-start;
    padding: 14px 20px;
  }

  .contact-item span:last-child {
    white-space: normal;
  }

  .facebook-link {
    justify-content: center;
  }

  .values-inner p {
    font-size: 30px;
    line-height: 1.35;
  }

  .value-heart {
    display: none;
  }
}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   COMPOSANTS PARTAGÉS — PAGES SECONDAIRES
========================================================= */

.eyebrow {
  margin: 0 0 8px;
  color: var(--orange);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ornament {
  width: 320px;
  max-width: 70vw;
  margin: 25px auto 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--orange);
}

.ornament span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #eda57f);
}

.ornament span:last-child {
  transform: scaleX(-1);
}

.ornament b {
  font-size: 17px;
  font-weight: 400;
}

.intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 21px;
}

/* Filtres partagés par Journal et Témoignages */
.filters {
  position: sticky;
  top: 114px;
  z-index: 20;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 42px;
  padding: 8px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid rgba(240,216,200,.85);
  border-radius: 999px;
  background: rgba(255,253,249,.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(68,46,36,.05);
}

.filter-btn {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  color: #3b4054;
  background: transparent;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: .22s ease;
}

.filter-btn:hover {
  color: var(--coral);
  background: rgba(245,109,99,.08);
}

.filter-btn.active {
  color: #fff;
  background: linear-gradient(90deg, #ff725f, #f24970);
  box-shadow: 0 8px 20px rgba(242,73,112,.18);
}

/* =========================================================
   JOURNAL / BLOG
========================================================= */
/* HERO */
.blog-hero {
  padding: 78px 0 38px;
  text-align: center;
}

.blog-hero .container {
  position: relative;
  max-width: 930px;
}



.blog-hero h1 {
  margin: 0;
  color: #18213d;
  font-family: var(--script);
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 400;
  line-height: .95;
}

.blog-hero h1 span {
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: .62em;
}











/* FILTERS */
.gallery-section { padding: 20px 0 70px; }









/* GALLERY */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: start;
}

.photo-card {
  overflow: hidden;
  border: 1px solid rgba(240,216,200,.72);
  border-radius: 28px;
  background: rgba(255,253,249,.78);
  box-shadow: var(--shadow);
  transition: transform .25s ease, opacity .25s ease, box-shadow .25s ease;
}

.photo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(63,46,39,.12);
}

.photo-card.is-hidden {
  display: none;
}

.photo-open {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
}

.photo-open img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .45s ease;
}

.photo-card:hover .photo-open img {
  transform: scale(1.035);
}

.photo-meta {
  position: relative;
  padding: 23px 24px 27px;
}

.photo-meta::before {
  content: "✦";
  position: absolute;
  right: 22px;
  top: 18px;
  color: #efa15e;
  font-size: 13px;
}

.category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-stage { color: #9a571f; background: #fff0d5; }
.category-enfants { color: #167f80; background: #def3f0; }
.category-ados { color: #b54668; background: #fce2ea; }
.category-adultes { color: #914b3c; background: #f9e1d9; }

.photo-meta h2 {
  margin: 3px 0 7px;
  color: var(--navy);
  font-family: var(--script);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.photo-meta p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

/* CTA */
.gallery-cta {
  margin-top: 55px;
  text-align: center;
}

.gallery-cta p {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: var(--script);
  font-size: 38px;
}

.gallery-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(90deg, #ff725f, #f24970);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(242,73,112,.18);
}

.footer-values { opacity: .82; }

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 40px 80px;
  background: rgba(20,25,40,.78);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox figure {
  max-width: min(1100px, 90vw);
  max-height: 82vh;
  margin: 0;
  text-align: center;
}

.lightbox figure img {
  max-height: 76vh;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 25px 80px rgba(0,0,0,.28);
}

.lightbox figcaption {
  margin-top: 12px;
  color: white;
  font-family: var(--script);
  font-size: 30px;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: 0;
  color: white;
  background: rgba(255,255,255,.12);
  cursor: pointer;
}

.lightbox-close {
  top: 24px;
  right: 26px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 31px;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  width: 50px;
  height: 70px;
  transform: translateY(-50%);
  border-radius: 18px;
  font-size: 43px;
}

.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

/* =========================================================
   TÉMOIGNAGES
========================================================= */
/* ==========================================================
   HERO
========================================================== */

.testimonials-hero {
  padding: 82px 0 42px;

  text-align: center;
}


.testimonials-hero .container {
  max-width: 900px;
}





.testimonials-hero h1 {
  margin: 0;

  color: #18213d;

  font-family: var(--script);

  font-size: clamp(60px, 7vw, 96px);
  font-weight: 400;
  line-height: .94;
}


.testimonials-hero h1 span {
  color: var(--coral);

  font-family: Georgia, serif;
  font-size: .60em;
}

/* ==========================================================
   TÉMOIGNAGES
========================================================== */

.testimonials-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 32px;
}


.testimonial-card {
  position: relative;

  min-height: 292px;

  overflow: hidden;

  padding:
    44px 40px
    34px;

  border:
    1px solid
    rgba(240, 216, 200, .78);

  border-radius:
    40px 40px
    40px 12px;

  background:
    rgba(255, 253, 249, .82);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

  box-shadow:
    var(--shadow);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    opacity .25s ease;
}


.testimonial-card:nth-child(even) {
  transform: translateY(18px);

  border-radius:
    40px 40px
    12px 40px;
}


.testimonial-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 28px 68px
    rgba(63, 46, 39, .13);
}


.testimonial-card:nth-child(even):hover {
  transform: translateY(10px);
}


.testimonial-card.is-hidden {
  display: none;
}


/* Taches aquarelle */

.testimonial-card::before,
.testimonial-card::after {
  content: "";

  position: absolute;

  pointer-events: none;

  border-radius:
    48% 52%
    43% 57%;

  filter: blur(4px);
}


.testimonial-card::before {
  width: 230px;
  height: 175px;

  right: -75px;
  top: -70px;

  opacity: .24;
}


.testimonial-card::after {
  width: 150px;
  height: 120px;

  left: -55px;
  bottom: -50px;

  opacity: .17;
}


.testimonial-pink::before {
  background: #f4a1b8;
}

.testimonial-pink::after {
  background: #ffd8c8;
}


.testimonial-teal::before {
  background: #79c9c7;
}

.testimonial-teal::after {
  background: #c5e8e1;
}


.testimonial-gold::before {
  background: #f6c95d;
}

.testimonial-gold::after {
  background: #ffe2a9;
}


.testimonial-orange::before {
  background: #f4a166;
}

.testimonial-orange::after {
  background: #ffd2bc;
}


.testimonial-coral::before {
  background: #f48b7f;
}

.testimonial-coral::after {
  background: #f8c7c0;
}


.testimonial-blue::before {
  background: #88c8ce;
}

.testimonial-blue::after {
  background: #d5e9df;
}


/* Guillemets */

.quote-mark {
  position: absolute;

  top: 11px;
  left: 25px;

  z-index: 2;

  color: var(--orange);

  font-family: Georgia, serif;
  font-size: 78px;
  line-height: 1;

  opacity: .8;
}


/* Texte */

.testimonial-text {
  position: relative;

  z-index: 2;

  margin: 25px 0 32px;

  color: #34374b;

  font-size: 22px;
  font-style: italic;

  line-height: 1.55;
}


/* Footer de carte */

.testimonial-footer {
  position: relative;

  z-index: 2;

  display: flex;
  align-items: center;

  gap: 15px;
}


.testimonial-avatar {
  width: 62px;
  height: 62px;

  flex: 0 0 62px;

  display: grid;
  place-items: center;

  border:
    4px solid
    rgba(255,255,255,.80);

  border-radius: 50%;

  color: white;

  font-family: var(--script);
  font-size: 39px;

  line-height: 1;

  box-shadow:
    0 7px 18px
    rgba(70,45,32,.10);
}


.avatar-pink {
  background:
    linear-gradient(
      145deg,
      #f4a4b8,
      #e7688a
    );
}


.avatar-teal {
  background:
    linear-gradient(
      145deg,
      #8fd4d0,
      #299b9c
    );
}


.avatar-gold {
  background:
    linear-gradient(
      145deg,
      #f3d371,
      #cf9816
    );
}


.avatar-orange {
  background:
    linear-gradient(
      145deg,
      #f6b077,
      #eb7447
    );
}


.avatar-coral {
  background:
    linear-gradient(
      145deg,
      #f8a49b,
      #e95d69
    );
}


.avatar-blue {
  background:
    linear-gradient(
      145deg,
      #91d4d8,
      #557fb1
    );
}


.testimonial-author strong {
  display: block;

  color: var(--navy);

  font-family: var(--script);
  font-size: 30px;
  font-weight: 400;

  line-height: .95;
}


.testimonial-author span {
  display: block;

  margin-top: 5px;

  color: var(--muted);

  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;

  letter-spacing: .055em;
  text-transform: uppercase;
}


.testimonial-heart {
  position: absolute;

  right: 26px;
  bottom: 18px;

  z-index: 2;

  color: var(--coral);

  font-family: Georgia, serif;
  font-size: 40px;

  transform: rotate(-11deg);

  opacity: .9;
}


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

.testimonials-cta {
  margin-top: 78px;

  text-align: center;
}


.testimonials-cta p {
  margin: 0 0 13px;

  color: var(--navy);

  font-family: var(--script);
  font-size: 40px;
}


.testimonials-cta a {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  padding: 13px 27px;

  border-radius: 999px;

  color: white;

  background:
    linear-gradient(
      90deg,
      #ff725f,
      #f24970
    );

  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;

  text-transform: uppercase;

  box-shadow:
    0 10px 25px
    rgba(242,73,112,.18);
}

/* =========================================================
   HORAIRES & COURS — CARDS
========================================================= */
.page-hero{padding:78px 0 40px;text-align:center}.page-hero .container{max-width:940px}.eyebrow{margin:0 0 8px;color:var(--orange);font:700 11px var(--sans);letter-spacing:.12em;text-transform:uppercase}
.page-hero h1,.section-title h2{margin:0;color:#18213d;font-family:var(--script);font-weight:400}.page-hero h1{font-size:clamp(60px,7vw,94px);line-height:.95}.page-hero h1 span{color:var(--coral);font-family:Georgia,serif;font-size:.6em}
.ornament{width:320px;max-width:70vw;margin:25px auto 16px;display:flex;align-items:center;gap:12px;color:var(--orange)}.ornament span{flex:1;height:1px;background:linear-gradient(90deg,transparent,#eda57f)}.ornament span:last-child{transform:scaleX(-1)}.ornament b{font-weight:400}
.intro{max-width:700px;margin:auto;font-size:21px}

.offers-section{padding:30px 0 76px}.private-section{padding-top:70px;border-top:1px solid rgba(239,217,202,.45)}.stage-section{padding-top:65px}
.section-title{text-align:center;margin-bottom:35px}.section-title h2{font-size:clamp(46px,4.8vw,66px);line-height:1}

.offers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.offers-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1000px;margin:auto}
.offer-card{position:relative;overflow:hidden;min-height:465px;padding:31px 31px 30px;border:1px solid rgba(239,217,202,.78);border-radius:30px;background:rgba(255,253,249,.84);backdrop-filter:blur(8px);box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s}
.offer-card:hover{transform:translateY(-7px);box-shadow:0 26px 64px rgba(63,46,39,.13)}
.watercolor-blob{position:absolute;width:260px;height:190px;right:-85px;top:-80px;border-radius:52% 48% 57% 43%;filter:blur(3px);opacity:.27;pointer-events:none}
.offer-teal .watercolor-blob{background:#80cfcc}.offer-pink .watercolor-blob{background:#f3a1b8}.offer-gold .watercolor-blob{background:#f5ca68}.offer-coral .watercolor-blob{background:#f29486}.offer-blue .watercolor-blob{background:#83c8cd}.offer-stage .watercolor-blob{background:#f4ba8d}
.offer-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}
.offer-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.7);color:var(--orange);font:34px Georgia;box-shadow:0 7px 20px rgba(60,40,30,.06)}
.offer-tag{padding:7px 11px;border-radius:999px;background:#fff;color:var(--navy);border:1px solid rgba(239,217,202,.8);font:700 9px var(--sans);letter-spacing:.05em;text-transform:uppercase}
.offer-kicker{position:relative;z-index:2;margin:0 0 3px;color:var(--orange);font:700 10px var(--sans);letter-spacing:.08em;text-transform:uppercase}
.offer-card h3{position:relative;z-index:2;margin:0 0 17px;color:var(--navy);font:400 40px/1.02 var(--script)}
.schedule{position:relative;z-index:2;display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:18px}.schedule .day,.schedule strong{padding:8px 11px;border-radius:11px;font:700 11px var(--sans)}
.schedule .day{background:rgba(255,255,255,.75);border:1px solid var(--line);color:var(--navy)}.schedule strong{color:#fff;background:linear-gradient(90deg,#ff725f,#f24970)}
.schedule-simple strong{background:#fff0d9;color:#9a6223}
.offer-text{position:relative;z-index:2;margin:0 0 25px;font-size:17px;line-height:1.5}
.offer-link{position:relative;z-index:2;display:inline-flex;align-items:center;gap:8px;color:var(--coral);font-weight:700}
.offer-link span{font-family:Georgia,serif}.appointment-card{min-height:410px}.appointment-tag{background:#fdebe7;color:#a9554d}

.stage-wrapper{max-width:980px;margin:auto}.offer-stage{min-height:330px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;padding:40px 44px}
.offer-stage h3{font-size:48px}.stage-date{display:inline-flex;padding:9px 15px;border-radius:999px;background:#fff0d5;color:#93611e;font:700 11px var(--sans);text-transform:uppercase}
.stage-decoration{position:relative;min-height:220px}.big-heart{position:absolute;right:38px;top:10px;color:var(--coral);font:135px Georgia;transform:rotate(-9deg)}.star{position:absolute;color:var(--orange);font-size:24px}.star-one{left:35px;top:25px}.star-two{right:15px;bottom:25px}.leaf{position:absolute;left:70px;bottom:7px;color:#799848;font-size:82px;transform:rotate(-18deg)}

.bottom-cta{padding:10px 0 90px}.cta-bubble{max-width:780px;margin:auto;padding:32px;border:1px solid rgba(239,217,202,.75);border-radius:28px;background:rgba(255,253,249,.8);text-align:center;box-shadow:var(--shadow)}
.cta-bubble p{margin:0 0 13px;color:var(--navy);font:400 38px var(--script)}.cta-bubble a{display:inline-flex;gap:9px;align-items:center;padding:12px 24px;border-radius:999px;background:linear-gradient(90deg,#ff725f,#f24970);color:#fff;font:700 11px var(--sans);text-transform:uppercase}

/* =========================================================
   PAGES SECONDAIRES — RESPONSIVE
   Blog · Témoignages · Horaires
========================================================= */

@media (max-width: 1050px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offers-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-inline: auto;
  }

  .offers-grid-two {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: auto;
  }
}

@media (max-width: 860px) {
  .blog-hero,
  .testimonials-hero,
  .page-hero {
    padding-top: 55px;
  }

  .blog-hero h1,
  .testimonials-hero h1,
  .page-hero h1 {
    font-size: 62px;
  }

  .intro {
    font-size: 19px;
  }

  .filters {
    top: 90px;
    border-radius: 22px;
  }

  .gallery-grid {
    gap: 18px;
  }

  .offer-stage {
    grid-template-columns: 1fr;
  }

  .stage-decoration {
    min-height: 150px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-inline: auto;
  }

  .testimonial-card:nth-child(even) {
    transform: none;
    border-radius: 40px 40px 40px 12px;
  }

  .testimonial-card:nth-child(even):hover {
    transform: translateY(-6px);
  }

  .lightbox {
    padding: 28px 55px;
  }
}

@media (max-width: 600px) {
  .blog-hero,
  .testimonials-hero,
  .page-hero {
    padding: 42px 0 26px;
  }

  .blog-hero h1,
  .testimonials-hero h1,
  .page-hero h1 {
    font-size: 52px;
  }

  .intro {
    font-size: 17px;
  }

  .filters {
    position: static;
    margin-bottom: 26px;
    padding: 7px;
  }

  .filter-btn {
    padding: 9px 12px;
    font-size: 9px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .photo-card {
    border-radius: 22px;
  }

  .offer-card {
    padding: 26px 23px;
    border-radius: 24px;
  }

  .offer-card h3 {
    font-size: 36px;
  }

  .offer-top {
    margin-bottom: 18px;
  }

  .offer-icon {
    width: 59px;
    height: 59px;
    font-size: 29px;
  }

  .offer-stage {
    padding: 30px 23px;
  }

  .offer-stage h3 {
    font-size: 39px;
  }

  .stage-decoration {
    display: none;
  }

  .cta-bubble {
    padding: 28px 20px;
  }

  .cta-bubble p {
    font-size: 33px;
  }

  .testimonial-card {
    min-height: auto;
    padding: 38px 25px 29px;
    border-radius: 30px 30px 30px 10px;
  }

  .testimonial-card:nth-child(even) {
    border-radius: 30px 30px 30px 10px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .quote-mark {
    left: 20px;
    font-size: 63px;
  }

  .testimonial-avatar {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    font-size: 34px;
  }

  .testimonial-author strong {
    font-size: 27px;
  }

  .testimonials-cta {
    margin-top: 48px;
  }

  .testimonials-cta p {
    font-size: 34px;
  }

  .lightbox {
    padding: 20px 42px;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 38px;
    height: 58px;
    font-size: 34px;
  }

  .lightbox-prev {
    left: 6px;
  }

  .lightbox-next {
    right: 6px;
  }
}
/* =========================================================
   BIOGRAPHIE — É-VEILLEUSE DU CŒUR
========================================================= */


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

.bio-hero {
  position: relative;
  padding: 78px 0 48px;
  text-align: center;
}

.bio-hero-inner {
  max-width: 980px;
}

.bio-hero h1 {
  margin: 0;

  color: var(--navy);

  font-family: var(--script);
  font-size: clamp(60px, 7vw, 98px);
  font-weight: 400;
  line-height: .95;
}

.bio-hero h1 span {
  display: inline-block;

  margin-left: 10px;

  color: var(--coral);

  font-family: Georgia, serif;
  font-size: .58em;

  transform: rotate(-8deg);
}


/* Citation Piaf */

.bio-main-quote {
  position: relative;

  max-width: 650px;

  margin: 34px auto 0;
  padding: 31px 50px 27px;

  border: 1px solid rgba(239, 217, 203, .72);
  border-radius: 28px;

  background: rgba(255, 253, 249, .68);

  box-shadow:
    0 18px 45px rgba(66, 45, 37, .055);

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.bio-quote-mark {
  position: absolute;

  left: 28px;
  top: 4px;

  color: rgba(245, 109, 99, .23);

  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
}

.bio-main-quote p {
  position: relative;

  margin: 0;

  color: #252b46;

  font-family: var(--script);
  font-size: clamp(35px, 4vw, 49px);
  line-height: 1.06;
}

.bio-main-quote cite {
  display: block;

  margin-top: 14px;

  color: var(--coral);

  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;

  letter-spacing: .12em;
  text-transform: uppercase;
}


/* =========================================================
   SECTIONS
========================================================= */

.bio-section {
  padding: 48px 0;
}

.bio-soft-section {
  position: relative;

  background:
    linear-gradient(
      90deg,
      rgba(255, 238, 231, .22),
      rgba(230, 248, 246, .20)
    );
}


/* =========================================================
   INTRODUCTION
========================================================= */

.bio-intro-card {
  position: relative;

  width: min(940px, 100%);

  margin: 0 auto;
  padding: clamp(35px, 5vw, 68px);

  overflow: hidden;

  border: 1px solid rgba(239, 217, 203, .72);
  border-radius: 34px;

  background:
    radial-gradient(
      circle at 7% 8%,
      rgba(247, 133, 142, .11),
      transparent 29%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(71, 176, 172, .10),
      transparent 30%
    ),
    rgba(255, 253, 249, .73);

  box-shadow:
    0 20px 55px rgba(71, 48, 38, .06);
}

.bio-intro-decoration {
  position: absolute;

  right: 35px;
  top: 17px;

  color: rgba(238, 92, 122, .13);

  font-family: Georgia, serif;
  font-size: 100px;

  transform: rotate(-12deg);
}

.bio-intro-copy {
  position: relative;
  z-index: 2;
}

.bio-script-title {
  margin: 0 0 24px;

  color: var(--coral);

  font-family: var(--script);
  font-size: clamp(37px, 4vw, 55px);
  line-height: 1;
}

.bio-lead {
  color: var(--navy);

  font-size: clamp(22px, 2.2vw, 29px);
  line-height: 1.35;
}

.bio-intro-copy p:not(.bio-script-title):not(.bio-lead) {
  margin: 0 0 17px;

  font-size: 18px;
  line-height: 1.7;
}


/* =========================================================
   STORY CARDS
========================================================= */

.bio-story-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 28px;

  width: min(1060px, 100%);

  margin: 0 auto;
}

.bio-story-card {
  position: relative;

  min-height: 360px;

  padding: 42px 42px 38px;

  overflow: hidden;

  border: 1px solid rgba(239, 217, 203, .68);
  border-radius: 30px;

  background: rgba(255, 253, 249, .78);

  box-shadow:
    0 18px 45px rgba(70, 47, 38, .055);
}

.bio-story-pink {
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(245, 109, 99, .13),
      transparent 32%
    ),
    rgba(255, 253, 249, .79);
}

.bio-story-teal {
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(65, 166, 164, .13),
      transparent 33%
    ),
    rgba(255, 253, 249, .79);
}

.bio-story-symbol {
  position: absolute;

  right: 28px;
  top: 21px;

  color: rgba(245, 109, 99, .18);

  font-family: Georgia, serif;
  font-size: 60px;
}

.bio-story-card h2 {
  margin: 4px 0 22px;

  color: var(--navy);

  font-family: var(--script);
  font-size: clamp(38px, 4vw, 51px);
  font-weight: 400;
  line-height: 1;
}

.bio-story-card p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.67;
}

.bio-small-quote {
  margin: 24px 0;

  color: var(--coral);

  font-family: var(--script);
  font-size: 37px;
  line-height: 1.05;
}


/* =========================================================
   LUEURS
========================================================= */

.bio-light-section {
  padding: 65px 0;
}

.bio-light-inner {
  position: relative;

  width: min(980px, 100%);

  margin: 0 auto;
  padding: clamp(42px, 6vw, 74px);

  text-align: center;

  overflow: hidden;

  border-radius: 40px;

  background:
    radial-gradient(
      circle at 5% 15%,
      rgba(255, 185, 154, .14),
      transparent 30%
    ),
    radial-gradient(
      circle at 95% 82%,
      rgba(87, 190, 186, .13),
      transparent 30%
    ),
    rgba(255, 253, 249, .80);

  border: 1px solid rgba(239, 217, 203, .68);

  box-shadow:
    0 24px 60px rgba(73, 48, 37, .06);
}

.bio-light-heart {
  position: absolute;

  right: 35px;
  top: 23px;

  color: rgba(245, 109, 99, .14);

  font-size: 90px;

  transform: rotate(-10deg);
}

.bio-light-inner h2 {
  margin: 5px 0 25px;

  color: var(--navy);

  font-family: var(--script);
  font-size: clamp(47px, 5vw, 67px);
  font-weight: 400;
  line-height: 1;
}

.bio-light-lead {
  max-width: 750px;

  margin: 0 auto 14px;

  color: #363b50;

  font-size: 22px;
  line-height: 1.5;
}

.bio-light-list {
  max-width: 720px;

  margin: 38px auto;

  display: grid;

  gap: 11px;

  text-align: left;
}

.bio-light-list > div {
  display: grid;

  grid-template-columns: 35px 1fr;

  align-items: center;

  gap: 12px;

  padding: 13px 17px;

  border-radius: 16px;

  background: rgba(255, 255, 255, .54);
}

.bio-light-list span {
  color: var(--coral);

  font-size: 21px;

  text-align: center;
}

.bio-light-list p {
  margin: 0;

  font-size: 17px;
}

.bio-light-conclusion {
  max-width: 720px;

  margin: 27px auto 0;

  font-size: 19px;
  line-height: 1.6;
}

.bio-signature-line {
  margin: 27px 0 0;

  color: var(--coral);

  font-family: var(--script);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1;
}


/* =========================================================
   PARCOURS
========================================================= */

.bio-path-grid {
  display: grid;

  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);

  align-items: center;

  gap: clamp(35px, 6vw, 75px);

  width: min(1080px, 100%);

  margin: 0 auto;
}

.bio-path-copy h2 {
  margin: 5px 0 28px;

  color: var(--navy);

  font-family: var(--script);
  font-size: clamp(43px, 4.5vw, 61px);
  font-weight: 400;
  line-height: 1;
}

.bio-path-copy p:not(.eyebrow) {
  margin: 0 0 18px;

  font-size: 17px;
  line-height: 1.7;
}


/* qualifications */

.bio-qualifications {
  position: relative;

  padding: 38px 33px;

  border: 1px solid rgba(239, 217, 203, .70);
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(236, 104, 121, .12),
      transparent 27%
    ),
    rgba(255, 253, 249, .82);

  box-shadow:
    0 18px 50px rgba(69, 47, 39, .06);
}

.bio-qualification-heart {
  position: absolute;

  right: 24px;
  top: 13px;

  color: rgba(238, 88, 115, .16);

  font-size: 65px;
}

.bio-qualification {
  display: grid;

  grid-template-columns: 29px 1fr;

  align-items: center;

  gap: 12px;

  padding: 15px 0;

  border-bottom: 1px solid rgba(239, 217, 203, .72);
}

.bio-qualification:last-child {
  border-bottom: 0;
}

.bio-qualification span {
  color: var(--orange);

  font-size: 18px;
}

.bio-qualification p {
  margin: 0;

  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.5;
}


/* =========================================================
   POUR QUI
========================================================= */

.bio-forwho {
  width: min(1050px, 100%);

  margin: 0 auto;

  text-align: center;
}

.bio-forwho h2 {
  margin: 5px 0 19px;

  color: var(--navy);

  font-family: var(--script);
  font-size: clamp(48px, 5vw, 67px);
  font-weight: 400;
  line-height: 1;
}

.bio-forwho-intro {
  max-width: 800px;

  margin: 0 auto 40px;

  font-size: 19px;
  line-height: 1.65;
}

.bio-forwho-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;
}

.bio-forwho-item {
  min-height: 185px;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  padding: 25px 20px;

  border: 1px solid rgba(239, 217, 203, .67);
  border-radius: 23px;

  background: rgba(255, 253, 249, .75);

  box-shadow:
    0 13px 36px rgba(72, 48, 38, .045);
}

.bio-forwho-item span {
  margin-bottom: 13px;

  color: var(--coral);

  font-size: 38px;
}

.bio-forwho-item p {
  margin: 0;

  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
}

.bio-thread {
  max-width: 800px;

  margin: 40px auto 0;

  font-size: 19px;
  line-height: 1.6;
}

.bio-thread strong {
  color: var(--coral);
}


/* =========================================================
   WELCOME / CTA
========================================================= */

.bio-welcome {
  padding: 65px 0 80px;
}

.bio-welcome-inner {
  position: relative;

  max-width: 850px;

  margin: 0 auto;
  padding: 54px 45px;

  text-align: center;

  border: 1px solid rgba(239, 217, 203, .72);
  border-radius: 38px;

  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(249, 152, 133, .12),
      transparent 27%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(77, 176, 174, .11),
      transparent 28%
    ),
    rgba(255, 253, 249, .80);

  box-shadow:
    0 20px 55px rgba(71, 47, 38, .055);
}

.bio-welcome-symbol {
  position: absolute;

  right: 31px;
  top: 15px;

  color: rgba(236, 97, 120, .15);

  font-size: 78px;

  transform: rotate(-9deg);
}

.bio-welcome h2 {
  margin: 5px 0 18px;

  color: var(--navy);

  font-family: var(--script);
  font-size: clamp(52px, 6vw, 74px);
  font-weight: 400;
  line-height: 1;
}

.bio-welcome p {
  max-width: 650px;

  margin: 0 auto 15px;

  font-size: 18px;
  line-height: 1.55;
}

.bio-welcome-script {
  color: var(--coral);

  font-family: var(--script);
  font-size: clamp(31px, 3.5vw, 43px) !important;
  line-height: 1.05 !important;
}

.bio-contact-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-top: 27px;
  padding: 14px 27px;

  border-radius: 999px;

  color: #fff;

  background:
    linear-gradient(
      90deg,
      #ff725f,
      #f24970
    );

  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;

  letter-spacing: .04em;
  text-transform: uppercase;

  box-shadow:
    0 10px 28px rgba(242, 73, 112, .22);

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.bio-contact-btn:hover {
  transform: translateY(-2px);

  box-shadow:
    0 15px 34px rgba(242, 73, 112, .26);
}

.bio-contact-btn span {
  font-size: 17px;
}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 900px) {

  .bio-hero {
    padding-top: 56px;
  }

  .bio-story-grid {
    grid-template-columns: 1fr;
  }

  .bio-story-card {
    min-height: auto;
  }

  .bio-path-grid {
    grid-template-columns: 1fr;
  }

  .bio-qualifications {
    width: min(600px, 100%);
    margin: 0 auto;
  }

  .bio-forwho-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .bio-hero {
    padding: 38px 0 27px;
  }

  .bio-hero h1 {
    font-size: 53px;
  }

  .bio-main-quote {
    padding:
      27px
      21px
      23px;
  }

  .bio-main-quote p {
    font-size: 34px;
  }

  .bio-quote-mark {
    left: 12px;
    top: 0;

    font-size: 65px;
  }


  .bio-section {
    padding: 31px 0;
  }

  .bio-intro-card {
    padding: 30px 23px;

    border-radius: 25px;
  }

  .bio-script-title {
    font-size: 39px;
  }

  .bio-lead {
    font-size: 21px;
  }

  .bio-intro-copy p:not(.bio-script-title):not(.bio-lead) {
    font-size: 17px;
  }


  .bio-story-card {
    padding: 31px 24px;

    border-radius: 24px;
  }

  .bio-story-card h2 {
    font-size: 40px;
  }


  .bio-light-section {
    padding: 35px 0;
  }

  .bio-light-inner {
    padding: 36px 22px;

    border-radius: 27px;
  }

  .bio-light-inner h2 {
    font-size: 47px;
  }

  .bio-light-lead {
    font-size: 19px;
  }

  .bio-light-list > div {
    grid-template-columns: 26px 1fr;

    padding: 11px 10px;
  }


  .bio-path-copy h2 {
    font-size: 44px;
  }

  .bio-qualifications {
    padding: 31px 23px;
  }


  .bio-forwho-grid {
    grid-template-columns: 1fr;
  }

  .bio-forwho-item {
    min-height: 130px;
  }


  .bio-welcome {
    padding: 38px 0 55px;
  }

  .bio-welcome-inner {
    padding: 39px 22px;

    border-radius: 27px;
  }

  .bio-welcome h2 {
    font-size: 50px;
  }

}
/* =====================================================
   PHOTOS BIOGRAPHIE
===================================================== */

.bio-photo-gallery {
  width: 100%;
  margin: 35px auto 45px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;

  flex-wrap: nowrap;
}


/* PHOTO */

.bio-photo {
  width: 210px;
  aspect-ratio: 4 / 5;

  flex: 0 0 auto;

  overflow: hidden;
  border-radius: 22px;

  background: #f4ece8;

  box-shadow:
    0 12px 32px rgba(70, 45, 55, 0.10);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}


.bio-photo img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;
}


/* SURVOL */

.bio-photo:hover {
  transform: translateY(-5px);

  box-shadow:
    0 18px 40px rgba(70, 45, 55, 0.16);
}


/* =====================================================
   TABLETTE
===================================================== */

@media (max-width: 800px) {

  .bio-photo-gallery {
    gap: 14px;
    margin: 30px auto 38px;
  }

  .bio-photo {
    width: 165px;
    border-radius: 18px;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

  .bio-photo-gallery {
    gap: 8px;
    margin: 25px auto 32px;

    padding: 0 8px;
  }

  .bio-photo {
    /*
      Les 3 photos restent côte à côte
      et s'adaptent à la largeur disponible.
    */
    width: min(29vw, 115px);

    border-radius: 14px;

    box-shadow:
      0 8px 20px rgba(70, 45, 55, 0.09);
  }

}


/* TRÈS PETITS TÉLÉPHONES */

@media (max-width: 380px) {

  .bio-photo-gallery {
    gap: 6px;
  }

  .bio-photo {
    width: 28vw;
    border-radius: 12px;
  }

}

/* =====================================================
   CITATION CERCLE POINTILLÉ
===================================================== */

.about-quote-circle {
  width: 290px;
  height: 290px;

  margin: 40px auto;
  padding: 40px 32px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  text-align: center;

  border: 1px dashed rgba(190, 125, 140, 0.55);
  border-radius: 50%;

  background: rgba(255, 248, 250, 0.25);
}


/* TEXTE PRINCIPAL */

.about-quote-circle .about-quote-circle-text {
  display: block;

  margin: 0 !important;
  padding: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;

  line-height: 1.22;

  color: #554248;
}


/* AUTEUR - TOUJOURS SOUS LE TEXTE */

.about-quote-circle .about-quote-circle-author {
  display: block;

  width: 100%;

  margin: 22px 0 0 0 !important;
  padding: 0 !important;

  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  font-style: normal;

  line-height: 1.4;

  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #b57584;
}


/* COEUR */

.about-quote-circle .about-quote-circle-heart {
  display: block;

  margin-top: 13px;

  font-size: 18px;
  line-height: 1;

  color: #c98596;
}


/* =====================================================
   TABLETTE
===================================================== */

@media (max-width: 800px) {

  .about-quote-circle {
    width: 250px;
    height: 250px;

    padding: 32px 26px;
    margin: 30px auto;
  }

  .about-quote-circle .about-quote-circle-text {
    font-size: 1.4rem;
  }

  .about-quote-circle .about-quote-circle-author {
    margin-top: 18px !important;
    font-size: 0.62rem;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

  .about-quote-circle {
    width: 215px;
    height: 215px;

    padding: 26px 20px;
    margin: 25px auto;
  }

  .about-quote-circle .about-quote-circle-text {
    font-size: 1.2rem;
  }

  .about-quote-circle .about-quote-circle-author {
    margin-top: 14px !important;
    font-size: 0.56rem;
  }

  .about-quote-circle .about-quote-circle-heart {
    margin-top: 9px;
    font-size: 15px;
  }

}
