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

@media screen and (max-width: 720px) {
  .menu-container {
    padding: 0 15px; /* Keeps 15px padding on the sides for mobile */
  }

  .menu-list {
    padding: 0;
  }

  .menu-item {
    padding: 15px 0;
  }

  .menu-link {
    font-size: 16px; /* Slightly smaller font for mobile */
    word-wrap: break-word;
  }

  .separator {
    border-top: 1px solid var(--black);
    width: 100%;
    margin: 0 auto;
  }
}

.menu-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.menu-container {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin-bottom: 70px; /* Keeps the 70px margin below */
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  padding: 26px 0 22px;
}

.menu-link {
  text-decoration: none;
  color: var(--black);
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-link:hover {
  text-decoration: underline;
  color: var(--white);
}

.separator {
  margin: 0;
  border: none;
  border-top: 1px solid var(--black);
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  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;
  }
}

._2-col-block {
  flex: 0 auto;
  width: 45%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: visible;
}

._2-col-block.left {
  flex: 0 auto;
  align-self: stretch;
  min-height: 100%;
  display: block;
  position: relative;
}

._2-col-block.right {
  width: 55%;
  padding: 8px 20px 16px;
  position: static;
}

.paragraph-2 {
  color: #000;
  font-size: 16px;
  line-height: .9em;
}

.gfgs-logo {
  color: #000;
  width: 220px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -16px;
}

.section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 40px;
  display: flex;
}

.section.footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
}

.heading {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: .9em;
}

.image {
  width: 200%;
  min-width: 418px;
  display: block;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -18%;
  right: auto;
}

.container {
  border: 16px solid #c90014;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.primary-button-1 {
  color: red;
  text-transform: uppercase;
  background-color: #000;
  margin-top: -34px;
  padding: 16px 40px;
  font-size: 16px;
}

.primary-button-1:hover {
  color: #fcf5f2;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: .9em;
  text-decoration: none;
}

.text-block:hover {
  -webkit-text-stroke-width: 0px;
  text-decoration: none;
}

.text-block-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: .9em;
  text-decoration: none;
}

.body {
  background-color: red;
  font-family: Neuehaasdisplay, sans-serif;
}

.adresse {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block {
  cursor: pointer;
  display: inline-block;
}

.sociaux {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.link-block-2:hover {
  border-bottom: 4px solid #000;
  text-decoration: underline;
  transform: translate(0, -4px);
}

.adresse-link {
  color: #000;
  text-decoration: none;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.preloader {
  z-index: 2;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-2 {
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  ._2-col-block {
    width: 100%;
    max-height: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-col-block.left {
    max-height: 200px;
  }

  ._2-col-block.right {
    width: 100%;
  }

  .image {
    width: 80%;
    min-width: 150px;
    max-width: 475px;
    margin-top: -125px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .container {
    flex-flow: column;
    max-width: 728px;
  }

  .text-block {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  ._2-col-block.left {
    max-height: 160px;
  }

  ._2-col-block.right {
    max-height: 100%;
    margin-bottom: 10px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    min-width: 370px;
    max-width: 450px;
  }
}

@media screen and (max-width: 479px) {
  ._2-col-block.left {
    max-height: 85px;
  }

  ._2-col-block.right {
    flex: 0 auto;
    height: 100%;
    max-height: 100%;
  }

  .gfgs-logo {
    margin-left: -16px;
  }

  .section {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.footer {
    padding-bottom: 8px;
  }

  .image {
    min-width: 100%;
    margin-top: -39%;
  }

  .container {
    max-width: none;
    margin-right: auto;
  }

  .primary-button-1 {
    text-align: center;
    margin-top: -33px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .header {
    height: 40vh;
  }

  .text-block {
    text-decoration: none;
  }

  .sociaux {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    margin-top: -23px;
  }
}


@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
