@font-face {
  font-family: Suisse International Mono;
  src: url('../fonts/Suisse-International-Mono.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.body-bureau {
  color: #000;
  background-color: #e5e4e0;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.wrapper-padding {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100svh;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.top-part {
  display: flex;
}

.top-part-left {
  width: 50%;
  display: flex;
}

.top-part-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flexv-left-center-64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.flexv-left-center-64px._35 {
  width: 35%;
}

.secondary-text {
  text-transform: uppercase;
  font-family: Suisse International Mono, Arial, sans-serif;
  font-size: 13px;
  line-height: 120%;
}

.secondary-text.muted {
  opacity: .4;
}

.localisation-clock {
  flex-flow: column;
  display: flex;
}

.embed-time-clock {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.logo, .logo.w--current, .image-logo {
  width: 100%;
}

.paragraph-max-width {
  max-width: 418px;
}

.paragraph-max-width.hide-tab, .css-styles {
  display: none;
}

.link-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-text:hover {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  opacity: .4;
}

.link-text.show-tablet {
  display: none;
}

.flexv-left-center-100px {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 50%;
  max-width: 365px;
  display: flex;
}

.pop-up-tablet {
  background-color: #e5e4e0;
  display: none;
  position: absolute;
  inset: 0%;
}

.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;
}

.right-part-100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .body-bureau {
    font-size: 16px;
  }

  .bottom-part {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .top-part-right {
    width: 100%;
  }

  .flexv-left-center-64px {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 100%;
  }

  .localisation-clock {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .embed-time-clock.hided {
    display: none;
  }

  .paragraph-max-width {
    max-width: 365px;
  }

  .link-text.show-tablet {
    display: block;
  }

  .flexv-left-center-100px {
    width: 100%;
    max-width: 100%;
  }

  .pop-up-tablet {
    padding: 30px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .min-width {
    min-width: 200px;
  }

  .right-part-100 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .top-part-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .secondary-text {
    font-size: 12px;
    line-height: 120%;
  }

  .unbreak-text {
    white-space: nowrap;
    word-break: normal;
  }

  .min-width {
    min-width: 122px;
  }
}


@font-face {
  font-family: 'Suisse International Mono';
  src: url('../fonts/Suisse-International-Mono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}