* {
  margin: 0;
  padding: 0; }

*,
*::after,
*::before {
  box-sizing: border-box; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  min-height: 100vh;
  max-width: 100vw;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: none; }

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

.city-name {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 1.2vw;
  overflow: hidden; }
  .city-name span {
    display: inline-block; }

.nantes {
  position: absolute;
  top: 4.86vw;
  left: 6.45vw;
  overflow: hidden; }
  .nantes-thumb {
    height: 26.38vw;
    width: 20.83vw;
    overflow: hidden; }
  .nantes img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.brest {
  position: absolute;
  top: 34.90vw;
  left: 50vw;
  transform: translateX(-50%);
  padding-bottom: 10vh; }
  .brest-thumb {
    height: 20.83vw;
    width: 26.38vw;
    overflow: hidden; }
  .brest img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.paris {
  position: absolute;
  top: 10.27vw;
  right: 4.09vw; }
  .paris-thumb {
    height: 26.38vw;
    width: 20.83vw;
    overflow: hidden; }
  .paris img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.paris-page {
  width: 100vw;
  height: 200vh;
  overflow: hidden;
  display: flex;
  position: relative; }
  .paris-page .img-container {
    width: 66.66vw;
    height: 100vh;
    flex: 0 0 auto; }
  .paris-page img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .paris-page .title-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .paris-page .title {
    font-size: 4vw;
    overflow: hidden;
    text-transform: uppercase; }
    .paris-page .title span {
      display: inline-block; }

.home-link {
  position: fixed;
  top: 1rem;
  right: 1rem; }

.b {
  width: 100vw;
  height: 200vh;
  position: relative; }
  .b .nantes-thumb {
    position: absolute;
    top: 4.86vw;
    left: 6.45vw;
    height: 26.38vw;
    width: 20.83vw;
    overflow: hidden; }
    .b .nantes-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.ppp {
  overflow: hidden;
  will-change: transform, width, height;
  width: 100%;
  height: 100%;
  z-index: auto;
  transform: translate(0, 0); }

.container {
  height: 200vh; }

.no-scroll {
  overflow: hidden; }
