:root {
  --gold: #cab56d;
  --gold-dark: #70622b;
  --cream: #faf8f0;
  --text: #434343;
  --brown: #4d2d28;
  --white: #ffffff;
  --shadow: 0 22px 50px rgba(45, 34, 20, 0.18);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  font-family: "Fahkwang", Arial, sans-serif;
  line-height: 1.7;
  background: var(--cream);
}

img {
  max-width: 100%;
}
a{
	text-decoration:none;
	color:var(--brown);
	font-weight:600;
}

.navbar {
  background: rgba(250, 248, 240, 0.94);
  border-bottom: 1px solid rgba(112, 98, 43, 0.16);
  backdrop-filter: blur(10px);
  padding:0;
}

.navbar-brand {
  color: var(--gold-dark);
  font-family: "Great Vibes", "Freestyle Script", cursive;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.navbar-brand img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.navbar-brand span{
	  padding-top:8px; /* A cause de la police décallée vers le haut */
}

.nav-link {
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  /* font-size: 0.9rem; */
  font-weight: 600;

}

.nav-link:hover,
.nav-link:focus {
  color: var(--gold-dark);
}

section {
  padding: 80px 0;
}

.section-gold {
  color: var(--cream);
  background:
    radial-gradient(circle at top left, rgba(250, 248, 240, 0.22), transparent 28rem),
    linear-gradient(135deg, var(--gold), var(--gold-dark));
}

.section-light {
  background: var(--cream);
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  text-align:center;
}

.hero h1{
	margin-bottom:0;
	line-height: 0.8;	
}

.hero-kicker,
.section-label {
  margin-bottom: 0.75rem;
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-kicker,
.section-label.light {
  /* color: var(--cream); */
   color: var(--text);
}

h1,
h2 {
  font-family: "Great Vibes", "Freestyle Script", cursive;
  line-height: 1.05;
}

h1 {
  max-width: 900px;
  font-size: clamp(4rem, 9vw, 8.5rem);
}

h2 {
  color: var(--gold-dark);
  font-size: clamp(3rem, 7vw, 4.5rem);
}

.section-gold h2,
.contact-card h2 {
  color: var(--cream);
}
h2.large{
	font-size: 5.5em;
	
}

h3,
h4 {
  color: var(--brown);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  margin-top: 1.2rem;
  font-size: 0.95rem;
}

.hero-quote {
  /* max-width: 660px; */
  margin: 1.5rem 0 2rem;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content:center;
}

.btn {
  border-radius: 999px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}

.btn-light {
  color: var(--gold-dark);
  background: var(--cream);
  border-color: var(--cream);
}


.btn-outline-light {
  color: var(--cream);
  border-color: rgba(250, 248, 240, 0.8);
}

.btn-outline-light:hover {
  color: var(--gold-dark);
  background: var(--cream);
}

.hero-logo-wrap,
.portrait-card,
.plain-panel,
.collective-card,
.contact-card,
.care-card {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.hero-logo-wrap {
  max-width: 430px;
  margin-left: auto;
  padding: 1.4rem;
  border-radius: 50%;
}

.hero-logo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.portrait-card {
  overflow: hidden;
  border-radius: 38px;
}

.portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.text-block p {
  margin-bottom: 0.7rem;
}

.text-block p b {
  font-weight:700;
}

.info-pills {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.info-pills span {
  display: block;
  padding: 0.8rem 1rem;
  color: var(--brown);
  background: #fff;
  border: 1px solid var(--gold);
  border-radius: 16px;
  font-weight: 600;
  text-align:center;
  font-size:1.1em;
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 3rem;
}

.care-card {
  height: 100%;
  padding: 2rem 1.35rem;
  color: var(--text);
  border-radius: 34px;
}
.care-card h3{
	text-align:center;
	font-size: 1.4em;
}

.care-image {
  display: block;
  width: 168px;
  height: 168px;
  margin: 0 auto 1.4rem;
  border: 5px solid var(--cream);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(202, 181, 109, 0.55);
}

.care-meta {
  color: #a62525;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-align:center;
}

.care-card ul,
.collective-card ul {
  padding-left: 1.2rem;
}

.care-card li,
.collective-card li {
  margin-bottom: 0.45rem;
}

.care-note {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.image-panel {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.image-panel img,
.image-panel video {
  display: block;
  width: 100%;
  height: 307px;
  object-fit: cover;
}

.video-panel {
  position: relative;
  background: #000;
}

.video-panel video {
  height: 307px;
  min-height: 0;
  object-fit: contain;
}

.video-controls {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: rgba(20, 16, 14, 0.72);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.video-panel:hover .video-controls,
.video-panel:focus-within .video-controls {
  opacity: 1;
  transform: translateY(0);
}

.video-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--brown);
  background: var(--gold);
  font-size: 1rem;
  line-height: 1;
}

.video-progress {
  width: 100%;
  accent-color: var(--gold);
}

.collective-card,
.plain-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 34px;
}

.collective-card .mini-logo {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  object-fit: cover;
}

.collective-card li {
  color: var(--brown);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
}
.collective-card h2 {
  text-align:center;
}

.practical-section {
  padding-top: 48px;
}

.practical-panel-column,
.practical-map-column {
  display: flex;
}

.practical-section .plain-panel {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
}

.practical-list {
  margin: 0;
}

.practical-list dt {
  color: var(--brown);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.practical-list dd {
  margin-bottom: 1rem;
}

.map-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.contact-card {
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--cream);
  background: rgba(77, 45, 40, 0.22);
  border: 1px solid rgba(250, 248, 240, 0.32);
  border-radius: 34px;
}

.contact-intro {
  max-width: 760px;
  margin: 1rem auto 1rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.contact-actions {
  justify-content: center;
}

.contact-actions .btn {
  max-width: 100%;
  white-space: normal;
}

.reservation {
  /* margin: 1.7rem 0 0; */
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  section {
    padding: 72px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-logo-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand span {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 3rem;
  }

  .care-card,
  .collective-card,
  .plain-panel,
  .contact-card {
    border-radius: 24px;
  }
}

@media (max-width: 499.98px) {
  .navbar-brand img {
    display: none;
  }
}
