@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300&family=Hedvig+Letters+Serif&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #FEFEFE;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
  color: #000;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

body.index-page {
  overflow: hidden;
  height: 100vh;
}

#floating-objects-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.floating-object {
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
  background: transparent;
  z-index: 1000;
}

.brand {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 999px;
  padding: 0.4em 1em;
  text-decoration: none;
  color: black;
  background-color: #FEFEFE;
  position: relative;
  z-index: 1001;
}

.brand a,
.brand a:visited,
.brand a:active {
  color: black;
  text-decoration: none;
}

.brand a:hover {
  color: #5d00ff;
  text-decoration: none;
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  margin-left: 10rem;
  border: 1px solid black;
  border-radius: 999px;
  padding: 0.6em 1.1em;
  background: #FEFEFE;
  z-index: 1001;
}

.marquee p {
  display: inline-block;
  animation: scroll-left 90s linear infinite;
  font-size: 0.8rem;
  color: black;
  font-weight: 300;
}

.marquee a,
.marquee a:visited,
.marquee a:active {
  color: black;
  text-decoration: none;
}

.marquee a:hover {
  color: #5d00ff;
  text-decoration: none;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.layout {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
  padding: 2vw;
  min-height: calc(100vh - 80px);
  position: relative;
  z-index: 10;
}

.menu {
  flex: 3% 0 15%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  align-items: flex-start;
}

.menu a {
  text-decoration: none;
  color: black;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 999px;
  padding: 0.6em 1.1em;
  background: #FEFEFE;
  display: inline-block;
  transition: background-color 0.5s ease;
  position: relative;
  z-index: 11;
}

.menu a:hover {
  color: white;
  background-color: black;
}

.columns {
  display: flex;
  flex: 1;
  gap: 4vw;
  padding-left: 1vw;
}

.column.fr {
  flex: 1.5;
  font-family: 'Hedvig Letters Serif', serif;
  font-size: 1.3rem;
  line-height: 1.4;
}

.column.en {
  flex: 0.9;
  font-family: 'Hedvig Letters Serif', serif;
  font-weight: 300;
  font-size: 1rem;
  color: #5d00ff;
  line-height: 1.4;
}

/* === PAGE CONTACT === */
.contact-page {
  background: #00FF00;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

.email-bubble {
  background: #111;
  color: white;
  padding: 1em 2em;
  border-radius: 999px;
  border: 1px solid black;
  font-size: 1.2rem;
  text-align: center;
  z-index: 10;
}

/* === TEXTS-INDEX === */
.table-container {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1rem;
  display: grid;
  grid-template-columns: 3.5fr 1.5fr 2fr 1.5fr 0.8fr;
  gap: 0.5fr;
  width: 100%;
  margin-top: 80px;
  padding: 2vw;
  position: relative;
  z-index: 10;
}

.row {
  display: contents;
  align-items: flex-start;
}

.cell {
  padding: 0.5em 0.4em;
  font-size: 1.1rem;
}

.cell.title a {
  text-decoration: none;
  color: black;
  position: relative;
}

.cell.title a:after {
  content: '⤷';
  margin-left: 0.4em;
  color: #5d00ff;
}

.divider {
  grid-column: 1 / -1;
  height: 1px;
  background-color: #5d00ff;
  margin: 0.2em 0;
}

.header {
  font-weight: bold;
  text-transform: uppercase;
  color: #5d00ff;
}

/* === PAGE TEXT === */
.text-page {
  background-color: #fefefe;
  padding: 2rem;
  position: relative;
  z-index: 10;
}

.text-layout {
  display: grid;
  grid-template-columns: 2.5fr 3.5fr 2fr;
  gap: 2rem;
  padding: 20px 0vw 0px;
  background-color: #fefefe;
}

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

.text-column.left {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 0.9rem;
}

.text-column.left img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.text-column.left .caption {
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 0.5rem;
}

.text-column.center {
  font-family: 'Hedvig Letters Serif', serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

.text-column.right {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 0.85rem;
  color: #5d00ff;
  line-height: 1.6;
}

.back-to-texts {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 999px;
  padding: 0.4em 1em;
  text-decoration: none;
  color: black;
  background-color: #fefefe;
  margin-left: 0vw;
  display: inline-block;
  margin-top: 5rem;
}

.back-button:hover {
  background: #eaeaea;
}

/* === RESPONSIVE GÉNÉRAL === */
@media (max-width: 768px) {
  .layout {
    flex-direction: column;
    padding: 1rem;
  }

  .menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .columns {
    flex-direction: column;
    padding-left: 0;
    gap: 2rem;
  }

  .column.fr, .column.en {
    font-size: 1rem;
  }

  .brand {
    font-size: 1rem;
  }

  .marquee p {
    font-size: 0.7rem;
  }

  .table-container {
    display: block;
  }

  .row {
    display: block;
    margin-bottom: 1.5rem;
  }

  .cell {
    display: block;
    padding: 0.2em 0;
  }

  .text-layout {
    display: flex;
    flex-direction: column;
  }

  .text-column {
    max-width: 100%;
    width: 100%;
  }

  .text-column img {
    width: 100%;
    height: auto;
  }

  .text-column .caption {
    font-size: 0.8rem;
    padding-top: 0.5rem;
  }

  .back-to-texts {
    margin-left: 2vw;
    margin-bottom: 1rem;
  }
}







