/* Source : _floot-source/pages/_index.module.css */
.page--accueil.pageContainer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-family-base);
}

.page--accueil .contentWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
