@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

img {
  border-style: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: inherit;
}

button:focus {
  outline: none;
}

/* ---- 1) Gotham Thin ---- */

/* ---- 2) Gotham XLight ---- */
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-XLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-XLightItalic.woff2") format("woff2"),
    url("./font/Gotham-XLightItalic.woff") format("woff"),
    url("./font/Gotham-XLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

/* ---- 3) Gotham Light ---- */
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-Light.woff2") format("woff2"),
    url("./font/Gotham-Light.woff") format("woff"),
    url("./font/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-LightItalic.woff2") format("woff2"),
    url("./font/Gotham-LightItalic.woff") format("woff"),
    url("./font/Gotham-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

/* ---- 4) Gotham Medium ---- */
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-Medium.woff2") format("woff2"),
    url("./font/Gotham-Medium.woff") format("woff"),
    url("./font/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-MediumItalic.woff2") format("woff2"),
    url("./font/Gotham-MediumItalic.woff") format("woff"),
    url("./font/Gotham-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

/* ---- 5) Gotham Bold ---- */
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-Bold.woff2") format("woff2"),
    url("./font/Gotham-Bold.woff") format("woff"),
    url("./font/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-BoldItalic.woff2") format("woff2"),
    url("./font/Gotham-BoldItalic.woff") format("woff"),
    url("./font/Gotham-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

/* ---- 6) Gotham Ultra ---- */
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-Ultra.woff2") format("woff2"),
    url("./font/Gotham-Ultra.woff") format("woff"),
    url("./font/Gotham-Ultra.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-UltraItalic.woff2") format("woff2"),
    url("./font/Gotham-UltraItalic.woff") format("woff"),
    url("./font/Gotham-UltraItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}

/* ---- 7) Gotham Black ---- */
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-Black.woff2") format("woff2"),
    url("./font/Gotham-Black.woff") format("woff"),
    url("./font/Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-BlackItalic.woff2") format("woff2"),
    url("./font/Gotham-BlackItalic.woff") format("woff"),
    url("./font/Gotham-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

:root {
  --dore: hsl(43, 57%, 61%);
  --bleu-nuit: hsl(245, 91%, 21%);
  --neutral-400: hsl(0, 0%, 9%);
  --gray: hsl(0, 0%, 84%);
  --noir: hsl(0, 1%, 0%);
  --blanc: hsl(0, 1%, 100%);
  --font-Gotham: "Gotham", Arial, sans-serif;
}

body {
  background-color: hsla(43, 57%, 61%, 0.1);
  overflow-x: hidden;
}

/* ______________HEADER */

/* 1. Icône burger (3 traits) */
.header__burger {
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1000; /* Au-dessus du reste */
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-left: 4rem;
}

.header__burger span {
  display: block;
  height: 3px;
  background-color: var(--noir);
  transition: all 0.3s ease;
  border-radius: 2rem;
}

/* 2. Menu burger pleine page */
.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-150%); /* Caché à gauche */
  transition: transform 0.5s ease;
  z-index: 3500;
}

/* Quand on ajoute la classe .active, le menu se glisse sur l'écran */
.burger-menu.active {
  transform: translateX(0);
}

/* 3. Bouton de fermeture (croix) */
.burger-menu__close {
  position: absolute;
  top: -50px;
  right: 40%;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #000;
  transition: transform 0.3s ease;
}
.burger-menu__close:hover {
  transform: scale(1.2);
}

/* 4. Liste de liens centrée */
.burger-menu__nav {
  position: relative;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Liens en grand, typographie épurée */
.burger-menu__nav li {
  margin: 1.5rem 0;
}
.burger-menu__nav li a {
  text-decoration: none;
  color: #000;
  font-size: 4rem;
  font-family: "gotham";
  transition: color 0.3s ease;
  font-weight: 200;
}
.burger-menu__nav li a:hover {
  color: var(--dore); /* Effet de survol */
}

/* 5. Animation d’apparition en douceur (optionnel) */
.burger-menu__nav li {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.4s forwards;
}

/* Ajout d’un léger décalage pour chaque élément (stagger) */
.burger-menu__nav li:nth-child(1) {
  animation-delay: 0.1s;
}
.burger-menu__nav li:nth-child(2) {
  animation-delay: 0.2s;
}
.burger-menu__nav li:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.header::before {
  height: 30vh;
  width: 100%;
  content: "";
  position: absolute;
  bottom: -30%;
  z-index: 2;
}

.header__nav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 1rem 10rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 200;
}

.header__contain {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-right: 4rem;
}

.header__logo {
  width: 2rem;
}

.header__search {
  width: 1.5rem;
}

.header__maps {
  width: 1.5rem;
}

.header__catch {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12rem;
  background-image: url("./img/accueil.png");
  background-size: cover;
  position: relative;
}

.header__catch::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, hsla(245, 91%, 21%, 0.5));
}

.header__title {
  font-size: 4rem;
  font-weight: 100;
  font-family: var(--font-Gotham);
  font-weight: 100;
  color: var(--blanc);
  position: relative;
  text-shadow: 2px 2px 20px var(--bleu-nuit);
  z-index: 2;
}

.header__title::before {
  content: "Vous";
  position: absolute;
  bottom: -220%;
  right: -25%;
  font-family: "Pacifico", cursive;
  font-size: 8rem;
  color: white;
  text-shadow: 0px 0px 0px #000;
}

.header__button {
  font-size: 1rem;
  font-family: var(--font-Gotham);
  color: var(--blanc);
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: var(--dore);
  text-align: center;
  border-radius: 4rem;
  z-index: 2;
}

.header__scroll {
  position: absolute;
  width: 22%;
  height: 0.5rem;
  background-color: var(--gray);
  bottom: 15px;
  left: 39%;
  border-radius: 20rem;
  animation: bounce 0.7s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ------------------------CONCEPT */

.concept {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 15rem;
  overflow: hidden;
}

/* ========== Carrousel ========== */

.concept__carrousel {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
}

/* Titre du carrousel */
.carrousel__title {
  text-align: center;
  margin-bottom: 1rem;
}

/* Conteneur global des slides */
.carrousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Par défaut, on affiche la première slide */
  transform: translateX(0);
  gap: 3rem;
}

/* Chaque slide prend 100% de la largeur du conteneur parent */
.carrousel__slide {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  height: 100vh;
  position: relative;
}

.concept__text {
  position: absolute;
  font-size: 2rem;
  font-family: var(--font-Gotham);
  font-weight: 200;
  top: 50px;
  left: 50px;
  text-align: start;
}

.carrousel__slide img {
  width: 100%;
  height: 500px;
  display: block;
  border-radius: 2rem;
}

/* ========== Pastilles de navigation (rectangles) ========== */
.carrousel__dots {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  width: 0rem;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, width 0.5s;
  padding: 1.5rem 2rem;
  border-radius: 4rem;
  background-color: hsla(43, 57%, 61%, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Affichage quand la classe .visible est ajoutée en JS */
.carrousel__dots.visible {
  opacity: 1;
  visibility: visible;
  width: 7rem;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: hsla(43, 57%, 61%, 1);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.6s ease;
}

.dot:hover {
}

.dot.active {
  width: 60px;
  background-color: rgb(160, 131, 59);
}

.concept__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
  margin-top: 5rem;
  padding: 2rem 8rem 40px 8rem;
}

.concept__title {
  font-size: 56px;
  line-height: 1.0714285714;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-family: var(--font-Gotham);
  font-weight: 200;
  position: relative;
}

.concept__title::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  bottom: 8px;
  right: -20px;
  background-color: var(--dore);
  border-radius: 4rem;
}

.concept__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 21px;
  font-family: var(--font-Gotham);
  color: var(--dore);
  position: relative;
  transition: all 0.6s ease;
}

.concept__button::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  bottom: -2px;
  left: 0px;
  background-color: var(--dore);
  transition: all 0.6s ease;
}

.concept__button:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  bottom: -2px;
  left: 0px;
  background-color: var(--dore);
  transition: all 0.6s ease;
}

.concept__button:hover {
}

.concept__span-img {
  width: 0.7rem;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  .dot {
    width: 15px;
    height: 6px;
  }
  .dot:hover {
    width: 30px;
  }
}

/* ------------------------CTA */
.cta {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15rem;
  position: relative;
}

.cta__big-contain {
  width: 100%;
  height: 100vh;
}

/* .cta__contain démarre replié */
.cta__contain {
  width: 100vw;
  height: 70vh;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  transition: width 1s ease;
}

/* Lorsque la section est dans le viewport */
.cta__contain.in-viewport {
  width: 80vw; /* Ajuste cette valeur selon ton design */
  transition: width 1s ease;
}

/* Initialement, les éléments internes sont décalés et transparents */
.cta__contain .cta__subtitle,
.cta__contain .cta__text,
.cta__contain .cta__input {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

/* Apparition du titre secondaire */
.cta__contain.in-viewport .cta__subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

/* Apparition du texte */
.cta__contain.in-viewport .cta__text {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

/* Apparition du bloc input (bouton inclus) */
.cta__contain.in-viewport .cta__input {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}

.cta__title {
  font-size: 56px;
  line-height: 1.0714285714;
  font-weight: 200;
  letter-spacing: -0.005em;
  font-family: var(--font-Gotham);
  padding-bottom: 40px;
  position: relative;
}

.cta__title::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  bottom: 49px;
  right: -15px;
  background-color: var(--dore);
  border-radius: 4rem;
}

.cta__subtitle {
  font-size: 3rem;
  font-family: var(--font-Gotham);
  font-weight: 600;
  color: var(--bleu-nuit);
}

.cta__text {
  text-align: center;
  font-size: 1.5rem;
  font-family: var(--font-Gotham);
  font-weight: 200;
}

.cta__input {
  display: flex;
  align-items: center;
  background-color: hsla(43, 57%, 61%, 1);
  border-radius: 2rem;
  padding: 0.5rem;
  width: 30rem;
}

.cta__holder {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 1rem;
  outline: none;
  padding-left: 1rem;
  font-family: var(--font-Gotham);
  font-weight: 300;
  color: white;
}

.cta__holder::placeholder {
  color: white;
}

.cta__input button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgb(160, 131, 59);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cta__input button svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.cta__input-img {
  width: 0.5rem;
  padding-left: 0.1rem;
}

/* ------------------------MEMBER */

.member {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  height: 100vh;
  gap: 4rem;
  position: relative;
  margin-top: 15rem;
}

/* Titre */
.member__title {
  position: sticky;
  font-size: 56px;
  line-height: 1.0714285714;
  font-weight: 200;
  letter-spacing: -0.005em;
  font-family: var(--font-Gotham);
  padding-bottom: 13px;
  margin-right: 6rem;
}

.member__title::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  bottom: 23px;
  right: -20px;
  background-color: var(--dore);
  border-radius: 4rem;
}

/* Container des cartes */
.cards-container {
  display: flex;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

/* Chaque carte */
.card {
  flex: 1; /* Valeur de base, on ajustera via JS */
  background-color: #4553a0;
  transition: flex 0.4s ease;
  background-size: cover;
  background-position: center;
  color: #e9e9e9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  padding: 2rem;
  margin: 1rem;
  font-family: var(--arbotek-font);
  border-radius: 1rem;
  gap: 1rem;
  position: relative;
  z-index: 0;
}

/* Gradient sombre en overlay */
.card::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: linear-gradient(to bottom, transparent, hsla(245, 91%, 21%, 1));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease, background 0.3s ease;
}

.card.active::before {
  background: linear-gradient(to bottom, transparent, hsla(245, 91%, 21%, 1));
  gap: 2rem;
  opacity: 0.4;
  transition-delay: 0.1s;
}

/* Contenu au-dessus de l'overlay */
.card__button,
.card__text,
.card__title {
  position: relative;
  z-index: 3;
  font-family: var(--font-Gotham);
}

/* Bouton */
.card__button {
  font-size: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  padding: 1rem 2rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-family: var(--font-Gotham);
}

/* Titre et texte */
.card__title {
  font-size: 2rem;
  font-family: var(--font-Gotham);
}
.card__text {
  font-size: 1rem;
  font-family: var(--font-Gotham);
  font-weight: 300;
}

/* ========== On supprime l'effet hover ========== */
.cards-container:hover .card {
  flex: 0.8;
}
.cards-container .card:hover {
  flex: 1.2;
  cursor: pointer;
}

/* Dots container */
.cards__dots {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  width: 0rem;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, width 0.5s;
  padding: 1.5rem 2rem;
  border-radius: 4rem;
  background-color: hsla(43, 57%, 61%, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 0;
}

/* Affichage quand la classe .visible est ajoutée en JS */
.cards__dots.visible {
  opacity: 1;
  visibility: visible;
  width: 9rem;
}

.puce {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: hsla(43, 57%, 61%, 1);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.6s ease;
}

.puce:hover {
  /* Place ici un éventuel style au survol */
}

.puce.active {
  width: 60px;
  background-color: rgb(160, 131, 59);
}

/* Responsive */
@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    height: auto;
  }
  .card {
    height: 40vh;
    flex: none; /* On peut forcer flex: none ou 1 pour le mobile */
  }
}

/* ------------------------AVIS */

/* ==================== SECTION AVIS ==================== */

.avis {
  width: 100%;
  height: 100vh;
  padding: 4rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  overflow: hidden;
}

.avis__title {
  font-size: 56px;
  line-height: 1.0714285714;
  font-weight: 200;
  letter-spacing: -0.005em;
  font-family: var(--font-Gotham);
  padding-bottom: 40px;
  margin-left: 2rem;
  position: relative;
}

.avis__title::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  bottom: 50px;
  right: -20px;
  background-color: var(--dore);
  border-radius: 4rem;
}

/* ==================== CAROUSEL ==================== */

.avis__carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.avis__slide {
  flex: 0 0 100%;
  display: flex;
  gap: 2rem;
  padding: 0 2rem;
  box-sizing: border-box;
}

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

.avis__card {
  flex: 1;
  background-color: var(--blanc);
  border-radius: 2rem;
  padding: 3rem;
  overflow: hidden;
  position: relative;
  color: var(--noir);
  display: flex;
  flex-direction: row;
  transition: transform 0.3s ease;
  gap: 2rem;
}

.avis__card:hover {
  transform: scale(1.02);
}

.avis__img {
  width: 11rem;
  height: auto;
  display: block;
}

.avis__info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.avis__name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-Gotham);
}

.avis__stars {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}

.avis__star {
  width: 1rem;
  height: 1rem;
}

.avis__text {
  font-size: 1rem;
  line-height: 1.4;
  font-family: var(--font-Gotham);
  font-weight: 200;
}

/* ==================== INDICATEURS ==================== */

.avis__dots {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  width: 0rem;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, width 0.5s;
  padding: 1.5rem 2rem;
  border-radius: 4rem;
  background-color: hsla(43, 57%, 61%, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 0;
}

.avis__dots.visible {
  opacity: 1;
  visibility: visible;
  width: 7rem;
}

.avis__indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: hsla(43, 57%, 61%, 1);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.6s ease;
}

.avis__indicator.active {
  width: 60px;
  background-color: rgb(160, 131, 59);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
  .avis__slide {
    flex-direction: column;
  }
  .avis__dots {
    bottom: 0.5rem;
    padding: 0.5rem;
  }
}

/* ------------------------FOOTER */

.footer {
  width: 78%;
  height: 40vh;
  background-color: var(--blanc);
  padding: 10rem 10rem 2rem 10rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  width: 2rem;
}

.footer__top-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__text-left {
  font-size: 0.8rem;
  font-family: var(--font-Gotham);
  font-weight: 300;
}

.footer__top-right {
  display: flex;
  flex-direction: row;
  gap: 8rem;
}

.footer__col-1,
.footer__col-2,
.footer__col-3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.75rem;
  font-family: var(--font-Gotham);
  font-weight: 300;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.footer__img-arrow {
  width: 0.5rem;
}

.footer__button {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  font-family: var(--font-Gotham);
  font-weight: 300;
}

.footer__bottom-right {
  display: flex;
  gap: 4rem;
  font-size: 0.8rem;
  font-family: var(--font-Gotham);
  font-weight: 300;
}
