﻿:root {
  --max: 1100px;
  --pad: 16px;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  font-family: "Faculty Glyphic", sans-serif;
  font-style: normal;
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 530px;
  height: auto;
  padding-top: 56px;
  padding-bottom: 64px;
  margin: 0;
  z-index: 0;
  box-shadow: 0 10px 20px black;
  overflow: hidden;
}

.header__separator {
  width: 260px;
  height: 1px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, #c9a96e 40%, #fff 50%, #c9a96e 60%, rgba(0,0,0,0) 100%);
}

.header__intro {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 36px 32px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__intro-tag {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #c9a96e;
  margin: 0 0 28px;
}

.header__intro-text {
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  line-height: 1.9;
  margin: 0 0 12px;
  max-width: 540px;
}

.header__intro-divider {
  width: 40px;
  height: 1px;
  background: #c9a96e;
  margin: 24px auto;
  opacity: 0.6;
}

.header__intro-heading {
  font-size: 1.55rem;
  color: white;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
.header__background-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header__background-container .header__background-bar {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(122, 92, 62) 30%, rgb(255, 255, 255) 50%, rgb(122, 92, 62) 70%, rgba(0, 0, 0, 0) 100%);
}
.header__background-container .header__background {
  position: relative;
  top: -150px;
  width: 100%;
  height: 1000px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.35);
}
.header__background-container .header__background-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header__background-container .header__circle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 49px;
  left: 136px;
  width: 80px;
  height: 80px;
  border: 2px solid #7A5C3E;
  border-radius: 50%;
  box-shadow: 0 0 25px #7A5C3E;
}
.header__nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  position: relative;
  width: 36%;
  height: auto;
  gap: 20px;
}
.header__nav-link {
  font-family: "Faculty Glyphic", sans-serif;
  font-style: normal;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: white;
  transition: color 0.7s ease, transform 0.7s ease;
}
.header__nav-link:hover {
  color: #7A5C3E;
  text-shadow: white 0px 0px 5px;
  transform: scale(1.2);
  transition: transform 0.7s ease, background 0.7s ease;
  will-change: transform;
}
.header__nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  width: 80%;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(122, 92, 62) 30%, rgb(255, 255, 255) 50%, rgb(122, 92, 62) 70%, rgba(0, 0, 0, 0) 100%);
}
.header__logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 120px;
  width: 120px;
  height: 120px;
}
.header__logo-container .header__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.header__logo-container .header__logo-img {
  position: relative;
  top: 50px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  background: white;
  padding: 0;
}

.histoire__section {
  width: 100%;
  padding: 80px 32px;
  box-sizing: border-box;
}

.histoire__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
}

.histoire__texte {
  flex: 1;
  text-align: left;
}

.histoire__title {
  font-size: 1.05rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1510;
  font-weight: 400;
  margin: 0 0 24px;
}

.histoire__paragraph {
  font-size: 0.9rem;
  line-height: 1.85;
  color: #555;
  margin: 0;
}

.histoire__video-wrapper {
  flex: 1;
}

.histoire__video {
  width: 100%;
  height: auto;
  max-height: 440px;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}

@media (max-width: 768px) {
  /* Header */
  .header {
    min-height: 380px;
    padding-top: 72px;
    padding-bottom: 40px;
  }
  .header__logo-container {
    top: 12px;
    left: 16px;
    width: 70px;
    height: 70px;
  }
  .header__logo-container .header__logo-img {
    top: 24px;
  }
  .header__background-container .header__circle-container {
    top: 22px;
    left: 18px;
    width: 52px;
    height: 52px;
  }
  /* Hamburger en haut à droite */
  .header__menu-container {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .header__intro {
    padding: 20px 20px 0;
  }
  .header__intro-heading {
    font-size: 1.2rem;
  }
  .header__intro-text {
    font-size: 0.82rem;
  }

  /* Section histoire */
  .histoire__container {
    flex-direction: column;
    gap: 32px;
  }
  .histoire__texte {
    text-align: center;
  }
  .histoire__video {
    max-height: 260px;
  }

  /* Footer */
  .footer {
    height: auto;
    padding: 30px 20px 20px;
  }
  .footer__nav {
    flex-direction: column;
    gap: 24px;
    height: auto;
  }
  .footer__nav-left,
  .footer__nav-right {
    width: 100%;
    gap: 18px;
  }
  .footer__bar {
    display: none;
  }
  .footer__logo-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 16px auto;
  }
}

@media (max-width: 480px) {
  .header {
    min-height: 320px;
    padding-top: 64px;
  }
  .header__intro-heading {
    font-size: 1rem;
  }
  .header__intro-text {
    font-size: 0.78rem;
    line-height: 1.7;
  }
  .histoire__section {
    padding: 48px 16px;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 420px;
  color: white;
  background-color: #151515;
  padding: 30px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer__container .footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  gap: 30px;
  padding: 10px 0 0 0;
}
.footer__container .footer__nav .footer__nav-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  gap: 50px;
}
.footer__container .footer__nav .footer__nav-left .footer__info-text {
  font-size: 1rem;
  color: #7A5C3E;
}
.footer__container .footer__nav-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  gap: 50px;
}
.footer__container .footer__nav-right .footer__link {
  font-size: 1rem;
  color: white;
  transition: color 0.3s;
}
.footer__container .footer__nav-right .footer__link:hover {
  color: #7A5C3E;
}
.footer__container .footer__nav-right .footer__link--merci {
  color: #c9a96e;
  text-shadow: 0 0 8px rgba(201,169,110,0.6), 0 0 20px rgba(201,169,110,0.3);
  transition: color 0.3s, text-shadow 0.3s, transform 0.3s;
  display: inline-block;
}
.footer__container .footer__nav-right .footer__link--merci:hover {
  color: #f0d9a8;
  text-shadow: 0 0 12px rgba(240,217,168,0.9), 0 0 30px rgba(201,169,110,0.6), 0 0 50px rgba(201,169,110,0.3);
  transform: scale(1.08);
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer__contact-name {
  font-size: 0.9rem;
  color: #7a5c3e;
  font-weight: 500;
  min-width: 80px;
}
