/*
 * Sandrine Gluck
 * Design components
 */
 /*
 * Sandrine Gluck
 * Header
 */

.sg-header {
  width: 100%;
  background: var(--sg-white);
}

.sg-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-header__nav {
  width: 100%;
}

.sg-header__nav .wp-block-navigation__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.sg-header__nav .wp-block-navigation-item__content {
  padding: 0;
  color: var(--sg-black);
  font-family: var(--sg-font-family);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
}
/*
 * Sandrine Gluck
 * Hero
 */

.sg-hero {
  position: relative;
  width: 100%;
  min-height: 580px;
  overflow: hidden;
  background: var(--sg-black);
  color: var(--sg-white);
  isolation: isolate;
}

.sg-hero__viewport {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}

.sg-hero__track {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 0;
  will-change: transform;
  animation: sg-hero-marquee 80s linear infinite;
}

.sg-hero__set {
  display: flex;
  flex: none;
  align-items: stretch;
  gap: 48px;
  padding-right: 48px;
}

.sg-hero__portrait {
  flex: none;
  width: max-content;
  max-width: none;
  margin: 0;
}

.sg-hero__portrait img {
  display: block;
  width: auto;
  max-width: none;
  height: 470px;
  object-fit: cover;
}

.sg-hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 31px 19px;
  text-align: center;
  pointer-events: none;
}

.sg-hero__wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--sg-white);
}

.sg-hero__wordmark-first {
  font-family: var(--sg-font-family);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.24em;
}

.sg-hero__wordmark-last {
  margin-top: 17px;
  font-family: var(--sg-font-family);
  font-size: 65px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.01em;
}

.sg-hero__claim {
  position: relative;
  width: 100%;
  height: 15px;
  margin-top: 55px;
  overflow: hidden;

  color: var(--sg-white);
  font-size: 15.2px;
  font-weight: 300;
  line-height: 14.7px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.sg-hero__seo-title {
  margin: 14px 0 0;

  color: rgba(255, 255, 255, 0.82);

  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: 22px;

  text-align: center;
  text-transform: none;
}

.sg-hero__categories {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;

  color: var(--sg-white);
  font-size: 13.6px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 0.1em;
}



@keyframes sg-hero-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sg-hero__track {
    animation: none;
    transform: none;
  }
}
/* Overlay sombre sur les portraits */
.sg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.56);
  pointer-events: none;
}
/* =========================================================
   MON APPROCHE
   ========================================================= */

.sg-approach {
  background: #fff;
  padding: 80px 0 96px;
}

.sg-approach__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 64px;
  align-items: center;
}

.sg-approach__content {
  text-align: center;
}

.sg-approach__title {
  margin: 0 0 24px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.sg-approach__lead {
  max-width: 630px;
  margin: 0 auto 32px;
  font-size: 25px;
  line-height: 1.35;
}

.sg-approach__vision {
  margin: 0 0 32px;
}

.sg-approach__content > p:not(.sg-approach__lead):not(.sg-approach__vision) {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.sg-approach__media {
  display: flex;
  justify-content: center;
}

.sg-approach__media img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}

/* MON APPROCHE - contenu développé */

.sg-approach__details {
  margin-top: 32px;
  text-align: center;
}


/* Titres des trois étapes */
.sg-approach__details h3 {
  margin: 36px 0 26px;

  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;

  text-align: center;
}

/* Premier titre après ouverture */
.sg-approach__details h3:first-of-type {
  margin-top: 34px;
}

/* Paragraphes développés */
.sg-approach__details p {
  max-width: 630px;
  margin: 0 auto 32px;

  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.65;

  text-align: center;
}

/* Expressions mises en évidence dans le texte */
.sg-approach__details p strong {
  font-weight: 700;
}
/* =========================================================
   VOTRE IMAGE. MA MISSION.
   ========================================================= */

.sg-mission {
  background: #000;
  color: #fff;
  padding: 80px 0;
}

.sg-mission__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: center;
}

.sg-mission__media {
  position: relative;
  overflow: hidden;
}

.sg-mission__video {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 520px;
  margin: 0 auto;
  object-fit: contain;
}

.sg-mission__content {
  text-align: center;
}

.sg-mission__title {
  margin: 0 0 32px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.sg-mission__intro {
  max-width: 580px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.85;
}

.sg-mission__details {
  max-width: 580px;
  margin: 32px auto 0;
  text-align: center;
}

.sg-mission__details p {
  margin: 0 auto 28px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.75;
}


.sg-mission__details p strong {
  font-weight: 500;
}

.sg-mission__sound {
  position: absolute;
  right: 14px;
  bottom: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.55);
  color: #fff;

  font-size: 17px;
  line-height: 1;

  cursor: pointer;
}

.sg-mission__sound-on {
  display: none;
}

.sg-mission__sound.is-active .sg-mission__sound-off {
  display: none;
}

.sg-mission__sound.is-active .sg-mission__sound-on {
  display: inline;
}

.sg-mission__closing {
  font-weight: 500;
  margin-bottom: 0;
}

/* =========================================================
   BOUTONS "LIRE LA SUITE"
   ========================================================= */

.sg-approach__details summary,
.sg-mission__details summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 180px;
  min-height: 46px;
  padding: 13px 24px;

  box-sizing: border-box;

  border: 1px solid transparent;
  border-radius: 0;

  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 450;
  line-height: 1;

  letter-spacing: .09em;
  text-align: center;
  text-transform: none;

  cursor: pointer;
  list-style: none;

  transition:
    background-color .2s ease,
    color .2s ease,
    border-color .2s ease;
}
/* MON APPROCHE : fond clair => bouton noir */
.sg-approach__details summary {
  background: #000;
  border-color: #000;
  color: #fff;
}

.sg-approach__details summary:hover,
.sg-approach__details summary:focus-visible {
  background: #2f2f2f;
  border-color: #2f2f2f;
}

/* MA MISSION : fond noir => bouton beige */
.sg-mission__details summary {
  background: #b3a18a;
  border-color: #b3a18a;
  color: #fff;
}

.sg-mission__details summary:hover,
.sg-mission__details summary:focus-visible {
  background: #9d896f;
  border-color: #9d896f;
}

.sg-approach__details summary::-webkit-details-marker,
.sg-mission__details summary::-webkit-details-marker {
  display: none;
}

.sg-approach__details[open] > summary,
.sg-mission__details[open] > summary {
  display: none;
}

/* =========================================================
   GALERIE
   ========================================================= */

.sg-gallery {
  background: #b3a18a;
  padding: 44px 0 56px;
}

.sg-gallery__title {
  margin: 0 0 20px;

  color: #000;

  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 100;
  line-height: 1;
  text-align: center;
}

.sg-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.sg-gallery__item {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.sg-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* =========================================================
   SPÉCIALITÉS
   ========================================================= */

.sg-specialties {
  padding: 64px 0 72px;
  background: #000;
  color: #fff;
}

.sg-specialties__header {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.sg-specialties__title {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 54px;
  line-height: 1;
}

.sg-specialties__intro {
  margin: 0 auto;
  color: rgba(255,255,255,.95);
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 1.65;
  font-style: italic;
}

.sg-specialties__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;

  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.sg-specialty-card {
  padding: 18px 18px 20px;
  background: #fff;
  color: #000;
  text-align: center;
}

.sg-specialty-card h3 {
  margin: 0 0 22px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 535;
  line-height: 1.2;
}

.sg-specialty-card p {
  min-height: 78px;
  margin: 0 auto 18px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-style: italic;
  color: #4a4a4a;
}

.sg-specialty-card__visual {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.sg-specialty-card__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}



/* LIGHTBOX */

body.sg-lightbox-open {
  overflow: hidden;
}

.sg-lightbox[hidden] {
  display: none;
}

.sg-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 40px 80px;

  background: rgba(0,0,0,.94);
}

.sg-lightbox__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(1100px, 86vw);
  max-height: 90vh;
}

.sg-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.sg-lightbox__meta {
  display: flex;
  gap: 18px;
  margin-top: 12px;

  color: rgba(255,255,255,.72);

  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.sg-lightbox__close,
.sg-lightbox__prev,
.sg-lightbox__next {
  position: absolute;

  border: 0;
  background: transparent;
  color: #fff;

  font-family: Arial, sans-serif;
  cursor: pointer;
}

.sg-lightbox__close {
  top: 24px;
  right: 30px;

  font-size: 42px;
  font-weight: 200;
}

.sg-lightbox__prev,
.sg-lightbox__next {
  top: 50%;
  transform: translateY(-50%);

  font-size: 64px;
  font-weight: 200;
}

.sg-lightbox__prev {
  left: 28px;
}

.sg-lightbox__next {
  right: 28px;
}
.sg-specialty-card__visual {
  position: relative;
  display: block;
  width: calc(100% - 18px);
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  isolation: isolate;
}

.sg-specialty-card__visual::before,
.sg-specialty-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;

  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);

  z-index: -1;
}

.sg-specialty-card__visual::before {
  transform: translate(-8px, 5px) rotate(-1.5deg);
}

.sg-specialty-card__visual::after {
  transform: translate(8px, 7px) rotate(1.2deg);
}

.sg-specialty-card__visual img {
  position: relative;
  z-index: 2;

  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;

  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 4px;
}
/* =========================================================
   MES PARTENAIRES
   ========================================================= */

.sg-partners {
  padding: 72px 0 82px;
  background: #fff;
  color: #000;
}

.sg-partners__header {
  margin: 0 auto 54px;
  text-align: center;
}

.sg-partners__title {
  margin: 0 0 18px;

  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;

  color: #000;
}

.sg-partners__intro {
  margin: 0;

  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;

  color: #888;
}

.sg-partners__carousel {
  position: relative;

  max-width: 1060px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 26px;
}

.sg-partners__viewport {
  flex: 1;
  overflow: hidden;
}

.sg-partners__track {
  display: flex;

  transition: transform 450ms ease;
  will-change: transform;
}

.sg-partners__item {
  flex: 0 0 33.333%;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 130px;
  padding: 18px 34px;
}

.sg-partners__item img {
  display: block;

  width: auto;
  max-width: 210px;
  max-height: 90px;

  object-fit: contain;
}

.sg-partners__arrow {
  flex: 0 0 34px;

  width: 34px;
  height: 34px;
  padding: 0;

  border: 2px solid #b3a18a;
  border-radius: 50%;

  background: transparent;
  color: #b3a18a;

  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 25px;

  cursor: pointer;
}

.sg-partners__arrow:hover {
  background: #b3a18a;
  color: #fff;
}

/* =========================================================
   PROJECT CTA
   ========================================================= */

.sg-project-cta {
  padding: 72px 24px;
  background: #000;
  color: #fff;
  text-align: center;
}

.sg-project-cta__title {
  margin: 0 0 22px;

  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;

  color: #fff;
}

.sg-project-cta__text {
  max-width: 620px;
  margin: 0 auto 30px;

  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;

  color: rgba(255,255,255,.78);
}

/* =========================================================
   TÉMOIGNAGES
   ========================================================= */

.sg-testimonials {
  padding: 72px 0 78px;
  background: #b3a18a;
  color: #000;
}

.sg-testimonials__title {
  margin: 0 0 48px;

  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;

  text-align: center;
}

.sg-testimonials__carousel {
  position: relative;

  display: flex;
  align-items: center;

width: 100%;
max-width: 940px;
  margin: 0 auto;
}

.sg-testimonials__viewport {
  width: 100%;
  overflow: hidden;
}

.sg-testimonials__track {
  display: flex;

  transition: transform 500ms ease;
  will-change: transform;
}

.sg-testimonial {
  flex: 0 0 100%;

  display: grid;
  grid-template-columns: minmax(260px, 36%) 1fr;
  align-items: center;
  gap: 54px;

  min-height: 500px;
  padding: 48px 64px;

  background: #fff;
}

.sg-testimonial__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-testimonial__media img {
  display: block;

  width: 100%;
  max-width: 310px;
  max-height: 390px;

  object-fit: cover;
}

.sg-testimonial__content {
  max-width: 570px;
}

.sg-testimonial__content p {
  margin: 0 0 18px;

  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;

  color: #414141;
}

.sg-testimonial__content strong {
  font-weight: 600;
  color: #222;
}

.sg-testimonial__author {
  margin-top: 30px !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: italic;

  color: #000 !important;
}

.sg-testimonials__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;

  width: 42px;
  height: 42px;
  padding: 0;

  transform: translateY(-50%);

  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;

  background: rgba(0,0,0,.12);
  color: #fff;

  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;

  cursor: pointer;
}

.sg-testimonials__arrow--prev {
  left: -60px;
}

.sg-testimonials__arrow--next {
  right: -60px;
}

.sg-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 9px;

  margin-top: 24px;
}

.sg-testimonials__dot {
  width: 7px;
  height: 7px;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(0,0,0,.22);

  cursor: pointer;
}

.sg-testimonials__dot.is-active {
  background: #000;
}


/* =========================================================
   TARIFS
   ========================================================= */

.sg-pricing {
  padding: 72px 0 82px;
  background: #000;
  color: #fff;
}

.sg-pricing__title {
  margin: 0 0 46px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.sg-pricing__grid {
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0 auto;

  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sg-pricing-card {
  padding: 44px 20px 38px;
  background: #fff;
  color: #000;
  text-align: center;
}

.sg-pricing-card h3 {
  margin: 0 0 38px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.15;
}

.sg-pricing-card__price {
  margin-bottom: 38px;
  color: #2f2f2f;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.sg-pricing__note {
  margin: 38px 0 0;
  text-align: center;

  color: rgba(255,255,255,.72);

  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.sg-pricing-modal[hidden] {
  display: none;
}

.sg-pricing-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 30px;
}

.sg-pricing-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.92);
}

.sg-pricing-modal__panel {
  position: relative;
  z-index: 1;

  width: min(760px, 100%);
  max-height: 82vh;
  overflow-y: auto;

  padding: 42px 46px;

  background: #fff;
  color: #414141;
}

.sg-pricing-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;

  border: 0;
  background: transparent;
  color: #000;

  font-size: 30px;
  line-height: 1;

  cursor: pointer;
}

.sg-pricing-modal__title {
  margin: 0 0 30px;

  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.sg-pricing-modal__content section {
  margin-bottom: 28px;
}

.sg-pricing-modal__content h3 {
  margin: 0 0 10px;

  font-size: 17px;
  font-weight: 600;
}

.sg-pricing-modal__content p,
.sg-pricing-modal__content li {
  font-size: 15px;
  line-height: 1.65;
}

.sg-pricing-modal__content ul {
  margin: 0;
  padding-left: 20px;
}
/* =========================================================
   MAQUILLAGE PROFESSIONNEL
   ========================================================= */

.sg-makeup {
  padding: 72px 0;
  background: #b3a18a;
}

.sg-makeup .sg-container {
  max-width: 940px;
}

.sg-makeup__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 54px;

  padding: 24px 46px 24px 24px;

  background: #f5f2ee;
  color: #111;
}

.sg-makeup__video {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  background: #000;
}

.sg-makeup__content {
  max-width: 560px;
  text-align: center;
}

.sg-makeup__title {
  margin: 0 0 22px;

  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.05;

  color: #111;
}

.sg-makeup__subtitle {
  margin: 0 0 24px;

  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;

  color: #2f2f2f;
}

.sg-makeup__content p {
  max-width: 420px;
  margin: 18px auto 22px;
  text-align: center;
}

.sg-makeup__features {
  max-width: 420px;
  margin: 18px auto 22px;
  text-align: left;
}

.sg-makeup__price {
  margin: 24px auto 18px !important;
  font-size: 34px !important;
  color: #8f7b63 !important;
  text-align: center !important;
}
/* =========================================================
   CARTE CADEAU
   ========================================================= */

.sg-gift-card {
  padding: 72px 0;
  background: #000;
  color: #fff;
}

.sg-gift-card .sg-container {
  max-width: 940px;
}

.sg-gift-card__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 64px;
}

.sg-gift-card__content {
  max-width: 520px;
}

.sg-gift-card__title {
  margin: 0 0 24px;

  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.08;

  color: #fff;
}

.sg-gift-card__intro {
  margin: 0 0 22px;

  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;

  color: #fff;
}

.sg-gift-card__validity {
  margin: 10px 0 24px !important;
  margin-top: 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
  color: #b3a18a !important;
  text-align: left;
}

.sg-gift-card__content p {
  margin: 0 0 20px;
  transform: translateY(-10px);

  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;

  color: rgba(255,255,255,.82);
}

.sg-gift-card__features {
  margin: 24px 0;
  padding: 0;

  list-style: none;

  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;

  color: rgba(255,255,255,.88);
}

.sg-gift-card__features li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.sg-gift-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;

  color: #b3a18a;
}


.sg-gift-card__media {
  margin: 0;
  overflow: hidden;
  height: 480px;
}

.sg-gift-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
}

/* =========================================================
   VISITE VIRTUELLE 360°
   ========================================================= */

.sg-virtual-tour {
  padding: 72px 0;
  background: #b3a18a;
}

.sg-virtual-tour .sg-container {
  max-width: 940px;
}

.sg-virtual-tour__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 58px;

  padding: 24px 52px 24px 24px;

  background: #f5f2ee;
  color: #111;
}

.sg-virtual-tour__media {
  overflow: hidden;
}

.sg-virtual-tour__video {
  display: block;

  width: 100%;
  height: 500px;

  object-fit: cover;

  background: #000;
}

.sg-virtual-tour__content {
  max-width: 500px;
}

.sg-virtual-tour__title {
  margin: 0 0 24px;

  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;

  color: #111;
}

.sg-virtual-tour__lead {
  margin: 0 0 24px;

  font-size: 18px;
  font-style: italic;
  line-height: 1.55;

  color: #3a3a3a;
}

.sg-virtual-tour__content p {
  margin: 0 0 20px;

  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;

  color: #3d3d3d;
}

.sg-virtual-tour__content strong {
  font-weight: 600;
  color: #111;
}

.sg-virtual-tour__price {
  margin-top: 28px !important;

  font-size: 17px !important;
  color: #3d3d3d !important;
}

.sg-virtual-tour__price strong {
  color: #8f7b63;
}
.sg-services-cta {
  padding: 46px 24px;
  background: #f5f2ee;
  text-align: center;
}

.sg-services-cta__text {
  max-width: 680px;
  margin: 0 auto 22px;

  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;

  color: #2f2f2f;
}

/* =========================================================
   MÉDIAS
   ========================================================= */

.sg-media {
  padding: 72px 0 82px;
  background: #000;
  color: #fff;
}

.sg-media__viewport {
  width: 100%;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.33);
  box-sizing: border-box;
}

.sg-media__header {
  margin: 0 auto 46px;
  text-align: center;
}

.sg-media__title {
  margin: 0 0 18px;

  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;

  color: #fff;
}

.sg-media__intro {
  margin: 0;

  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;

  color: rgba(255,255,255,.72);
}

.sg-media__carousel {
  position: relative;

  display: flex;
  align-items: center;

  width: 100%;
  max-width: none;
  margin: 0 auto;
}


.sg-media__track {
  display: flex;
  align-items: center;

  transition: transform 500ms ease;
  will-change: transform;
}

.sg-media__item {
  flex: 0 0 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 430px;
  margin: 0;
  padding: 0 18px;
}

.sg-media__item img {
  display: block;

  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 430px;

  object-fit: contain;
}

.sg-media__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;

  width: 38px;
  height: 38px;
  padding: 0;

  transform: translateY(-50%);

  border: 0;
  background: transparent;
  color: rgba(255,255,255,.78);

  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 1;

  cursor: pointer;
}

.sg-media__arrow--prev {
  left: -48px;
}

.sg-media__arrow--next {
  right: -48px;
}

.sg-media__arrow:hover,
.sg-media__arrow:focus-visible {
  color: #b3a18a;
}

@media (max-width: 767px) {
  .sg-media__item {
    flex: 0 0 100%;
    height: auto;
    padding: 0 12px;
  }

  .sg-media__item img {
    max-height: 420px;
  }

  .sg-media__arrow--prev {
    left: 8px;
  }

  .sg-media__arrow--next {
    right: 8px;
  }
}

/* =========================================================
   JOURNAL
   ========================================================= */

.sg-journal {
  padding: 82px 0 88px;
  background: #fff;
  color: #111;
}

.sg-journal__header {
  margin: 0 auto 48px;
  text-align: center;
}

.sg-journal__title {
  margin: 0 0 18px;

  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;

  color: #111;
}

.sg-journal__intro {
  margin: 0;

  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;

  color: #8f7b63;
}


.sg-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  width: 100%;
  max-width: none;
  margin: 0 auto;

  gap: 28px;
}


.sg-journal-card {
  background: #f5f2ee;
}


.sg-journal-card__media {
  display: block;
  overflow: hidden;

  aspect-ratio: 4 / 3;

  background: #e9e5df;
}

.sg-journal-card__media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .4s ease;
}

.sg-journal-card:hover .sg-journal-card__media img {
  transform: scale(1.025);
}


.sg-journal-card__content {
  padding: 25px 24px 30px;
}


.sg-journal-card__meta {
  margin: 0 0 16px;

  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;

  letter-spacing: .08em;

  color: #9a8872;
}


.sg-journal-card__title {
  margin: 0 0 18px;

  font-family: "Raleway", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.sg-journal-card__title a {
  color: #111;
  text-decoration: none;
}

.sg-journal-card__title a:hover {
  color: #8f7b63;
}


.sg-journal-card__excerpt {
  margin: 0;

  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;

  color: #4a4a4a;
}


.sg-journal__cta {
  margin-top: 42px;
  text-align: center;
}

.sg-journal__cta .sg-btn {
  margin-top: 0 !important;
}

/* =========================================================
   LES COULISSES
   ========================================================= */

.sg-coulisses {
  padding: 76px 0 86px;
  background: #000;
  color: #fff;
}

.sg-coulisses__header {
  margin: 0 auto 46px;
  text-align: center;
}

.sg-coulisses__title {
  margin: 0 0 18px;

  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;

  color: #fff;
}

.sg-coulisses__intro {
  margin: 0;

  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;

  color: rgba(255,255,255,.68);
}


/* CARROUSEL */

.sg-coulisses__carousel {
  position: relative;

  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.sg-coulisses__viewport {
  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  scrollbar-width: none;

  overscroll-behavior-x: contain;

  border: 1px solid rgba(255, 255, 255, 0.20);
  box-sizing: border-box;
}

.sg-coulisses__viewport::-webkit-scrollbar {
  display: none;
}

.sg-coulisses__track {
  display: flex;
  gap: 18px;

  width: 100%;
}


/* CARTE */

.sg-coulisses-card {
  flex: 0 0 calc((100% - 36px) / 3);
  width: calc((100% - 36px) / 3);

  scroll-snap-align: start;

  background: #0d0d0d;
  color: #f5f2ee;
}

.sg-coulisses-card__caption {
  background: #0d0d0d;
  color: #f5f2ee;

  padding: 22px 0px 26px;
  min-height: 118px;

  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;

  display: flex;
  align-items: flex-start;

  text-align: left;

  border-top: 1px solid rgba(255,255,255,.12);
}

/* Empêche un titre interne de reprendre une couleur sombre */
.sg-coulisses-card__caption * {
  color: inherit;
}

.sg-coulisses-card__media {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 5;

  overflow: hidden;

  background: #111;
}

.sg-coulisses-card__video {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  background: #111;
}



/* BOUTON PLAY */

.sg-coulisses-card__play {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 0;

  background: rgba(0,0,0,.22);

  cursor: pointer;

  transition: background-color .2s ease;
}

.sg-coulisses-card__play:hover {
  background: rgba(0,0,0,.10);
}

.sg-coulisses-card__play span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  padding-left: 4px;

  border: 1px solid rgba(255,255,255,.82);
  border-radius: 50%;

  background: rgba(0,0,0,.36);

  color: #fff;

  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.sg-coulisses-card.is-playing .sg-coulisses-card__play {
  display: none;
}


.sg-coulisses-card__title {
  min-height: 72px;

  margin: 0;
  padding: 20px 22px 22px 52px;

  box-sizing: border-box;

  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  text-align: left;

  color: #f5f2ee;
}


/* FLÈCHES */

.sg-coulisses__arrow {
  position: absolute;
  z-index: 5;

  top: calc(50% - 35px);

  width: 42px;
  height: 42px;

  padding: 0;

  transform: translateY(-50%);

  border: 0;
  background: transparent;

  color: rgba(255,255,255,.82);

  font-family: Arial, sans-serif;
  font-size: 46px;
  font-weight: 200;
  line-height: 1;

  cursor: pointer;

  transition:
    color .2s ease,
    opacity .2s ease;
}

.sg-coulisses__arrow:hover {
  color: #b3a18a;
}

.sg-coulisses__arrow:disabled {
  opacity: .22;
  cursor: default;
}

.sg-coulisses__arrow--prev {
  left: -42px;
}

.sg-coulisses__arrow--next {
  right: -42px;
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1100px) {

  .sg-coulisses__carousel {
    max-width: calc(100% - 100px);
  }

  .sg-coulisses__track {
    width: 100%;
  }

  .sg-coulisses-card {
    flex-basis: calc((100% - 18px) / 2);
    width: calc((100% - 18px) / 2);
  }

  .sg-coulisses__arrow--prev {
    left: -44px;
  }

  .sg-coulisses__arrow--next {
    right: -44px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .sg-coulisses {
    padding: 58px 0 66px;
  }

  .sg-coulisses__header {
    margin-bottom: 34px;
    padding: 0 20px;
  }

  .sg-coulisses__title {
    font-size: 42px;
  }

  .sg-coulisses__carousel {
    max-width: none;
  }

  .sg-coulisses__viewport {
    padding: 0 42px;
  }

  .sg-coulisses__track {
    width: max-content;
    gap: 14px;
  }

  .sg-coulisses-card {
    flex: 0 0 calc(100vw - 84px);
    width: calc(100vw - 84px);
  }

@media (max-width: 767px) {

  .sg-coulisses-card__title {
    min-height: 0;

    padding: 18px 20px 20px;

    font-size: 15px;
  }

}

  .sg-coulisses__arrow {
    display: none;
  }
}

/* TITRES DES CARTES COULISSES */

.sg-coulisses-card .sg-coulisses-card__caption,
.sg-coulisses-card .sg-coulisses-card__caption *,
.sg-coulisses-card .sg-coulisses-card__title {
  color: #f5f2ee !important;
}


/* =========================================================
   SUR INSTAGRAM
   ========================================================= */

.sg-instagram {
  padding: 72px 0 82px;
  padding-bottom: 96px;
  background: #b3a18a;
  color: #000;
}


.sg-instagram__header {
  margin: 0 auto 48px;

  text-align: center;
}


.sg-instagram__title {
  margin: 0 0 16px;

  font-family: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;

  color: #000;
}


.sg-instagram__intro {
  margin: 0;

  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;

  color: rgba(0,0,0,.58);
}

/* GRILLE */

.sg-instagram__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;

  max-width: 940px;
  margin: 0 auto;
}

/* =========================================================
   INSTAGRAM — CADRE DU FEED DESKTOP
   ========================================================= */

.sg-instagram__feed {
  width: 100%;
  max-width: none;

  margin: 0 auto;

  /* même épaisseur sur les 4 côtés */
  padding: 24px;

  box-sizing: border-box;

  background: #f5f2ee;

  overflow: hidden;
}

/* Le feed remplit exactement l'intérieur du cadre */
.sg-instagram__feed > * {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;

  box-sizing: border-box;
}

.sg-instagram__feed .instagram-gallery-feed {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
}


/* petit assombrissement au survol */

.sg-instagram__item::after {
  content: "";

  position: absolute;
  inset: 0;

  background: rgba(0,0,0,0);

  transition: background .3s ease;

  pointer-events: none;
}


.sg-instagram__item:hover img,
.sg-instagram__item:focus-visible img {
  transform: scale(1.025);
}


.sg-instagram__item:hover::after,
.sg-instagram__item:focus-visible::after {
  background: rgba(0,0,0,.12);
}


/* ICON REEL */

.sg-instagram__reel-icon {
  position: absolute;
  z-index: 2;

  top: 12px;
  right: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  color: #fff;

  font-size: 13px;
  line-height: 1;

  background: rgba(0,0,0,.38);

  pointer-events: none;
}


/* CTA */

.sg-instagram__footer {
  margin-top: 42px;

  text-align: center;
}


/* =========================================================
   RESPONSIVE INSTAGRAM
   ========================================================= */

@media (max-width: 900px) {

  .sg-instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    max-width: 680px;
  }

}


@media (max-width: 767px) {

  .sg-instagram {
    padding: 56px 0 64px;
  }

  .sg-instagram__header {
    margin-bottom: 34px;
  }

  .sg-instagram__title {
    font-size: 42px;
  }

  .sg-instagram__grid {
    gap: 6px;

    padding: 0 16px;
  }

  .sg-instagram__footer {
    margin-top: 34px;
  }

}

/* =========================================================
   QUADLAYERS INSTAGRAM FEED
   ========================================================= */

.sg-instagram .insta-gallery-item,
.sg-instagram .insta-gallery-image-wrap {
  background: #b3a18a !important;
}

.sg-instagram .insta-gallery-image-wrap img {
  background: #b3a18a !important;
  object-fit: contain !important;
}

/* =========================================================
   CONTACT — CADRE EXTÉRIEUR
   ========================================================= */

.sg-contact-shell {
  width: 100%;

  padding: 0 24px 24px;

  box-sizing: border-box;

  background: #b3a18a;
}

.sg-contact-shell .sg-contact {
  width: 100%;
  max-width: 1140px;

  margin: 0 auto !important;

  background: #f5f2ee;
}

/* =========================================================
   GLOBAL BUTTON SYSTEM
   DOIT RESTER EN FIN DE components.css
   ========================================================= */

.sg-btn,
a.sg-btn,
button.sg-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 180px !important;
  min-height: 46px !important;

  margin: 0 !important;
  padding: 13px 24px !important;

  box-sizing: border-box !important;

  border: 1px solid transparent !important;
  border-radius: 0 !important;

  font-family: "Raleway", sans-serif !important;
  font-size: 13px !important;
  font-weight: 450 !important;
  line-height: 1 !important;

  letter-spacing: .06em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;

  cursor: pointer !important;
  appearance: none !important;

  transition:
    background-color .2s ease,
    color .2s ease,
    border-color .2s ease !important;
}


/* =========================================================
   VARIANTE 1 : BEIGE
   Pour fond noir
   ========================================================= */

.sg-btn--beige,
a.sg-btn--beige,
button.sg-btn--beige {
  background: #b3a18a !important;
  border-color: #b3a18a !important;
  color: #fff !important;
}

.sg-btn--beige:hover,
.sg-btn--beige:focus-visible {
  background: #9d896f !important;
  border-color: #9d896f !important;
  color: #fff !important;
}


/* =========================================================
   VARIANTE 2 : DARK
   Pour fond beige / blanc / clair
   ========================================================= */

.sg-btn--dark,
a.sg-btn--dark,
button.sg-btn--dark {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.sg-btn--dark:hover,
.sg-btn--dark:focus-visible {
  background: #2f2f2f !important;
  border-color: #2f2f2f !important;
  color: #fff !important;
}

/* =========================================================
   CONTENEURS DES BOUTONS CENTRÉS
   ========================================================= */

.sg-specialties .sg-container,
.sg-project-cta .sg-container,
.sg-testimonials .sg-container,
.sg-pricing .sg-container,
.sg-services-cta .sg-container {
  text-align: center;
}

/* =========================================================
   ESPACEMENT VERTICAL DES CTA
   ========================================================= */

/* SPÉCIALITÉS : espace après les cartes */
.sg-specialties .sg-container > .sg-btn {
  margin-top: 34px !important;
}

/* TÉMOIGNAGES : espace après les points du carrousel */
.sg-testimonials .sg-container > .sg-btn {
  margin-top: 26px !important;
}

/* TARIFS : espace après la note */
button.sg-pricing__details-button.sg-btn {
  margin-top: 28px !important;
}

/* =========================================================
   JOURNAL - CTA BAS
   ========================================================= */

.sg-journal__footer {
  width: 100%;
  display: flex;
  justify-content: center;

  margin-top: 52px;
}

.sg-journal__footer .sg-btn {
  margin: 0 !important;
}

/* =========================================================
   LEGAL PAGES
   ========================================================= */

.sg-legal {
  width: 100%;
  padding: 72px 24px 96px;
  box-sizing: border-box;

  background: #f5f2ee;
  color: #222;
}

.sg-legal__inner {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}

.sg-legal__section + .sg-legal__section {
  margin-top: 56px;
}

.sg-legal h2 {
  margin: 0 0 22px;

  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}

.sg-legal p,
.sg-legal address {
  max-width: 780px;

  margin: 0 0 18px;

  font-size: 16px;
  line-height: 1.75;
}

.sg-legal address {
  font-style: normal;
}

.sg-legal a {
  color: inherit;

  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =========================================================
   GENERIC PAGE
   ========================================================= */

.sg-page {
  width: 100%;
  background: #f5f2ee;
}

.sg-page__header {
  width: calc(100% - 48px);
  max-width: 900px;

  margin: 0 auto;
  padding: 72px 0 0;
}

.sg-page__title {
  margin: 0;

  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
}

.sg-page__content {
  width: 100%;
}

/* =========================================================
   COMPLIANZ — POLITIQUE DE COOKIES
   ========================================================= */

#cmplz-document {
  width: calc(100% - 48px) !important;
  max-width: 900px !important;

  margin: 0 auto !important;
  padding: 76px 0 96px !important;

  color: #222;

  font-family: "Raleway", Arial, sans-serif;
}


/* H1 */

#cmplz-document h1 {
  margin: 0 0 20px !important;

  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;

  color: #000 !important;
}


/* Texte d'introduction */

#cmplz-document > p:first-of-type {
  max-width: 760px;

  margin-bottom: 42px !important;

  font-size: 15px !important;
  line-height: 1.7 !important;

  color: #665a50 !important;
}


/* Titres de sections */

#cmplz-document h2 {
  margin: 48px 0 18px !important;

  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;

  color: #000 !important;
}

#cmplz-document h3 {
  margin: 32px 0 12px !important;

  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;

  color: #000 !important;
}


/* Paragraphes */

#cmplz-document p {
  max-width: 780px;

  margin: 0 0 18px !important;

  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;

  color: #3d3935 !important;
}


/* Listes */

#cmplz-document ul,
#cmplz-document ol {
  max-width: 760px;

  margin: 0 0 24px !important;
  padding-left: 24px !important;
}

#cmplz-document li {
  margin-bottom: 8px !important;

  font-size: 16px !important;
  line-height: 1.65 !important;

  color: #3d3935 !important;
}


/* Liens */

#cmplz-document a {
  color: #665a50 !important;

  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

#cmplz-document a:hover {
  color: #000 !important;
}


/* Blocs dynamiques Complianz */

#cmplz-document .cmplz-category,
#cmplz-document .cmplz-service-description,
#cmplz-document .cmplz-dropdown {
  width: 100% !important;
  max-width: 780px !important;

  box-sizing: border-box;
}


/* Accordéons / catégories cookies */

#cmplz-document .cmplz-category {
  margin: 16px 0 !important;

  border-top: 1px solid rgba(179, 161, 138, 0.5) !important;
}

#cmplz-document .cmplz-category:last-child {
  border-bottom: 1px solid rgba(179, 161, 138, 0.5) !important;
}


/* Boutons / lignes interactives */

#cmplz-document button,
#cmplz-document .cmplz-dropdown {
  font-family: "Raleway", Arial, sans-serif !important;
}


/* Séparation douce entre grandes parties */

#cmplz-document h2:not(:first-of-type) {
  padding-top: 10px;
}
