:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 130%;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;
}

.subtitle {
  text-align: center;
}

.logo {
  height: 32px;
}

.section {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 59vh;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.availability {
  background-color: #3ab128;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.dispo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-weight: 600;
  text-decoration: none;
  transition: height .2s, width .2s, background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: #3741f0;
  text-decoration: none;
}

.button:active {
  background-color: #1923db;
  width: 220px;
  height: 220px;
}

.text-block {
  z-index: 5;
  position: relative;
}

.topbar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bottombar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-link {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.small-text {
  font-size: 16px;
  line-height: 130%;
}

.mentions-l-gales {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1920px;
  padding: 50px;
}

.cell-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.heading-3 {
  max-width: 25ch;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 120%;
}

.heading-5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.link-5 {
  color: #282425;
  font-size: 16px;
  text-decoration: underline;
  transition: color .2s;
}

.link-5:hover {
  color: #665c5e;
}

.paragraphe {
  max-width: 60ch;
  height: 100%;
}

.mentions-link {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  h1 {
    font-size: 56px;
  }

  .logo {
    height: 24px;
  }

  .heading-3 {
    font-size: 27px;
  }

  .paragraphe {
    max-width: 60ch;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    margin-bottom: 40px;
  }

  .button {
    width: 150px;
    height: 150px;
  }

  .topbar {
    padding-bottom: 20px;
  }

  .bottombar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mentions-l-gales {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_92f4478a-f2b4-ce06-4f56-895965463d99-3e295400 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_92f4478a-f2b4-ce06-4f56-895965463d9a-3e295400 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_92f4478a-f2b4-ce06-4f56-895965463d99-3e295400 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_17427b49-72c3-5097-cf60-3b9361b9df45-3e295400, #w-node-_92f4478a-f2b4-ce06-4f56-895965463dbb-3e295400 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}