:root {
  --light-magenta: #ff7eff;
  --magenta: magenta;
  --aquamarine: #9efad2;
}

body {
  color: #000;
  font-family: Pptelegraf, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
}

.body {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(#fff, #fff);
  background-clip: border-box;
  margin-top: 0;
  font-family: Pptelegraf, Arial, sans-serif;
  overflow: visible;
}

.nav-overflow-scroll {
  height: 26px;
  text-align: left;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: transform .2s cubic-bezier(.61, 0, .38, 2);
  display: flex;
  position: static;
  overflow: visible;
}

.nav-overflow-scroll:hover {
  transform: translate(0, -26px);
}

.nav-overflow-scroll.hidden {
  display: none;
}

.header {
  z-index: 14;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Grain.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-galery {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 160px 100px 80px;
  display: flex;
  overflow: hidden;
}

.galery-item {
  cursor: auto;
  flex-direction: row;
  margin-top: 0;
  font-weight: 400;
}

.loop-text {
  width: auto;
  height: 80px;
  color: #fff;
  white-space: nowrap;
  mix-blend-mode: normal;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  display: block;
  overflow: visible;
}

.galery-picture-preview {
  object-fit: cover;
  object-position: 50% 50%;
  transition: opacity .5s ease-in-out;
  display: block;
  position: absolute;
  overflow: visible;
}

.galery-picture-preview:hover {
  opacity: 0;
}

.gallery-item-link {
  color: #000;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: visible;
}

.galery-container {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  padding-top: 40px;
  display: grid;
  overflow: hidden;
}

.section-clients {
  width: 100%;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 140px;
  display: flex;
  position: relative;
}

.hero-heading {
  color: #000;
  margin-bottom: 140px;
  font-size: 38px;
  font-weight: 400;
}

.hero-paragraph {
  text-align: center;
  flex: 0 auto;
  padding-right: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.image-7 {
  width: 350px;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: -4%;
  right: auto;
}

.footer {
  width: 100%;
  grid-row-gap: 20px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #000;
  background-clip: border-box;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 80px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: inset 0 6px 10px -5px rgba(0, 0, 0, .5);
}

.section-profil {
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  margin-top: 80px;
  padding: 40px 100px;
  display: flex;
  overflow: hidden;
}

.profile-resume {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.profile-presentation {
  text-align: left;
  font-size: 44px;
  line-height: 48px;
}

.profile-container {
  max-width: 1920px;
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.profile-pic {
  width: 120%;
  max-width: none;
  text-align: left;
  object-fit: cover;
  border-radius: 0;
  display: block;
  position: static;
  overflow: visible;
}

.button {
  width: 310px;
  color: var(--light-magenta);
  white-space: normal;
  background-color: #000;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  padding: 12px 26px 10px;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  transition: color .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 30%);
}

.button:hover {
  color: #fff;
}

.button.cv {
  width: 260px;
  padding-top: 12px;
  font-size: 34px;
  line-height: 41px;
  position: static;
  transform: none;
}

.button.form {
  width: 120px;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  bottom: -8%;
}

.copyrights {
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.numbers {
  text-align: right;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.footer-bottom {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.loop-text-container {
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #000;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.loop-text-container.going-left {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.loop-text-container.going-right {
  height: auto;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.loop-text-inner {
  display: flex;
  overflow: visible;
}

.profile-pic-container {
  width: 540px;
  height: 730px;
  object-fit: cover;
  border-radius: 50px;
  flex-flow: column;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(8deg);
}

.galery-item-picture-container {
  width: 100%;
  height: 100%;
  max-height: 360px;
  max-width: 640px;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.galery-picture-reveal {
  object-fit: cover;
  display: block;
}

.section-project {
  z-index: 1;
  height: auto;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.section-headband {
  width: 100%;
  height: 50vh;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 60px 60px;
  display: flex;
  overflow: hidden;
}

.project-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 128px;
  line-height: 134px;
}

.project-subtitle {
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 70px;
}

.headband-details {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.details {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.date {
  font-size: 32px;
  line-height: 38px;
}

.banner {
  width: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 50vh;
  max-width: none;
  object-fit: cover;
  flex: 0 auto;
  display: none;
  position: static;
  overflow: visible;
}

.picture-container {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  object-fit: cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.project-image {
  width: 80%;
  height: 19%;
  max-width: none;
  object-fit: contain;
  border-radius: 20px;
  display: block;
}

.projet-hypnose, .projet-gone-blind, .projet-lignes-optiques {
  display: block;
}

.galery-container-grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-direction: column;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin: 80px 100px;
  display: grid;
}

.image-lignes-optiques {
  max-height: 100%;
  object-fit: cover;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
}

.projet-woopen, .projet-posters, .projet-stickers, .projet-vitrine-sur-l-art {
  display: block;
}

.footer-container {
  color: #fff;
  position: static;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.nav-desktop {
  z-index: 10;
  width: 100%;
  background-color: #000;
  justify-content: space-between;
  padding: 20px 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-links-container {
  grid-column-gap: 60px;
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.nav-links {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.nav-links.w--current {
  font-weight: 400;
  overflow: visible;
}

.link-block {
  width: 30px;
  height: 30px;
}

.nav-scroller {
  width: auto;
  height: 26px;
  display: block;
  overflow: hidden;
}

.html-embed {
  width: 20px;
  height: 26px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  width: 20px;
  height: 26px;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-links-hovered {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.nav-links-hovered.w--current {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  position: static;
}

.main {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.nav-mobile {
  z-index: 10;
  background-color: #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 40px 40px 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

.burger-button {
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
}

.nav-crossing {
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.div-menu-links {
  height: auto;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-links-1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.menu-links-1.w--current {
  font-size: 70px;
}

.nav-dropped {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-links-2 {
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  text-decoration: none;
}

.arrow-icon {
  width: 50px;
  flex: 0 auto;
}

.arrow-icon.burger-button {
  height: 50px;
  filter: none;
  color: #000;
  mix-blend-mode: normal;
}

.footer-network-links {
  width: 40px;
}

.footer-networks {
  grid-column-gap: 40px;
  flex: 0 auto;
  display: flex;
}

.footer-links-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-contact {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.mail {
  text-align: right;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.main-logo {
  width: 50px;
  cursor: pointer;
}

.home-h1 {
  z-index: 1;
  color: #fff;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 96px;
  position: static;
}

.fond-noir {
  width: 610px;
  height: 66px;
  background-color: #000;
  flex: 0 auto;
  margin-top: 3px;
  position: absolute;
}

.home-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-h2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 360px;
  overflow: visible;
}

.home-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 100px;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  position: relative;
}

.text-span-2 {
  font-weight: 700;
}

.header-location {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 31px;
}

.header-bottom-elements {
  width: 100%;
  height: 100px;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 100px;
  display: flex;
  position: static;
}

.header-copyrights {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  display: none;
}

.image-13 {
  width: 30%;
}

.header-top-elements {
  flex-direction: column;
  display: flex;
}

.sticker-1 {
  z-index: 1;
  height: 480px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -170px;
  left: -200px;
  right: auto;
  transform: rotate(-26deg);
}

.sticker-2 {
  z-index: 1;
  height: 260px;
  object-fit: fill;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  top: 160px;
  bottom: auto;
  left: auto;
  right: 340px;
  transform: rotateX(0)rotateY(180deg)rotateZ(-27deg);
}

.home-header-scroll-container {
  width: 100%;
  height: 360px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-banner {
  z-index: 0;
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 100px 120px;
  display: flex;
  position: relative;
}

.categories {
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  line-height: 40px;
}

.presentation {
  color: #fff;
  text-align: right;
  font-size: 34px;
  line-height: 40px;
}

.link {
  color: #000;
  margin-top: 40px;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.footer-nav, .footer-nav.w--current {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
}

.footer-nav-container {
  grid-column-gap: 120px;
  display: flex;
}

.profile-expertises {
  font-size: 34px;
  font-weight: 200;
  line-height: 40px;
}

.profile-networks-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-accordion {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 220px 100px;
  display: flex;
  position: relative;
}

.network-link {
  width: 50px;
}

.section-contact {
  width: 100%;
  background-image: url('../images/Contact_background2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: stretch;
  padding-top: 30vh;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

.accordion-h2 {
  text-align: right;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.accordion-details {
  height: 114px;
  grid-row-gap: 40px;
  cursor: auto;
  border-bottom: 1px solid #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.accordion-details-container {
  width: 66%;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.accordion-paragraph {
  font-size: 34px;
  line-height: 40px;
}

.accordion-testimony-name {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.accordion-testimony-details {
  font-weight: 200;
  line-height: 40px;
}

.image-14 {
  width: 21%;
  max-width: 420px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 6%;
  right: 0%;
}

.contact-text {
  margin-left: 100px;
  font-size: 60px;
  line-height: 72px;
}

.contact-text-span {
  font-weight: 700;
}

.contact-form-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30vh;
  display: flex;
}

.form-top {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form {
  position: relative;
}

.form-block {
  width: 80%;
  max-width: 1000px;
}

.text-field {
  border-radius: 10px;
  flex: 0 2 auto;
}

.text-field.long {
  flex: auto;
}

.text-field-2 {
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  min-width: 100%;
  border-radius: 10px;
}

.success-message {
  background-color: #fff;
  border-radius: 10px;
}

.text-block-2 {
  font-size: 34px;
  line-height: 41px;
}

.project-details {
  grid-row-gap: 100px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  padding: 100px;
  display: flex;
}

.mission-type {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 40px;
}

.project-details-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.project-details-paragraph {
  flex: 0 auto;
  font-size: 34px;
  font-weight: 200;
  line-height: 40px;
}

.text-span-3, .text-span-4 {
  font-weight: 400;
}

.objectives-paragraph {
  font-size: 34px;
  line-height: 40px;
}

.home-header-scroll-container-mobile-animation, .accordion-details-container-mobile {
  display: none;
}

.div-block {
  grid-column-gap: 40px;
  display: flex;
}

.profile-links-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .body {
    overflow: visible;
  }

  .section-galery {
    align-items: center;
  }

  .galery-picture-preview {
    object-position: 50% 50%;
    flex: 0 auto;
    order: 0;
  }

  .galery-container {
    align-items: center;
    justify-items: center;
  }

  .section-profil {
    align-items: center;
  }

  .profile-container {
    grid-column-gap: 100px;
  }

  .picture-container {
    align-items: center;
  }

  .project-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-desktop {
    display: none;
    overflow: hidden;
  }

  .main {
    overflow: visible;
  }

  .nav-mobile {
    padding-bottom: 40px;
    display: flex;
    transform: translate(0, -100%);
  }

  .nav-crossing {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, 100%);
  }

  .nav-dropped {
    display: flex;
  }

  .main-logo {
    display: block;
  }

  .home-nav-link {
    padding-top: 20px;
  }

  .home-nav-link.w--current {
    padding-top: 0;
  }

  .home-h1 {
    z-index: 1;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    line-height: 96px;
    display: block;
    position: static;
  }

  .fond-noir {
    background-color: #000;
    margin-top: 3px;
    padding: 60px 0 0 610px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .home-header-container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .header-bottom-elements {
    flex-wrap: nowrap;
  }

  .home-header-scroll-container {
    width: 100vw;
  }

  .accordion-details-container {
    width: 66%;
    max-width: 1200px;
  }

  .image-14 {
    max-width: 420px;
  }
}

@media screen and (max-width: 991px) {
  .galery-picture-preview {
    max-height: 100%;
    max-width: none;
    min-width: 100%;
  }

  .section-clients {
    height: 100vh;
  }

  .button {
    bottom: -5%;
  }

  .loop-text-container, .loop-text-container.going-left {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .profile-pic-container {
    width: 150px;
    height: 100px;
  }

  .section-headband {
    height: 30vh;
  }

  .project-heading {
    font-size: 64px;
    line-height: 70px;
  }

  .project-subtitle {
    font-size: 32px;
    line-height: 38px;
  }

  .details, .date {
    font-size: 22px;
    line-height: 30px;
  }

  .banner {
    height: 40vh;
    object-fit: fill;
    display: flex;
    overflow: hidden;
  }

  .banner-image {
    width: auto;
    min-width: 100%;
    object-fit: fill;
    flex: 1;
    display: block;
    overflow: visible;
  }

  .nav-mobile {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    transform: translate(0, -100%);
  }

  .nav-crossing {
    height: 80px;
    transform: translate(0, 100%);
  }

  .div-menu-links {
    height: auto;
    grid-row-gap: 40px;
    justify-content: center;
    padding: 40px 60px;
  }

  .menu-links-1, .menu-links-1.w--current {
    font-size: 50px;
  }

  .nav-dropped {
    width: auto;
    height: auto;
    grid-row-gap: 60px;
    flex-direction: row;
    align-items: flex-start;
  }

  .menu-links-2 {
    font-size: 40px;
    line-height: 46px;
  }

  .home-header-scroll-container {
    display: none;
  }

  .section-banner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .presentation {
    text-align: left;
    flex: 1;
  }

  .section-accordion {
    align-items: center;
  }

  .accordion-details-container {
    align-items: flex-start;
  }

  .home-header-scroll-container-mobile-animation {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 200px;
  }

  .section-galery {
    padding: 40px;
  }

  .galery-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .section-clients {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-paragraph {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 31px;
  }

  .image-7 {
    width: 50%;
    top: auto;
    bottom: -1%;
    left: 0%;
    right: auto;
  }

  .footer {
    grid-column-gap: 80px;
    grid-row-gap: 100px;
    flex-direction: column;
    padding: 40px;
  }

  .section-profil {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .profile-presentation {
    font-size: 20px;
    line-height: 24px;
  }

  .profile-container {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .profile-pic {
    width: 160px;
    height: 200px;
  }

  .button {
    width: 170px;
    font-size: 40px;
    line-height: 48px;
  }

  .button.cv {
    width: 180px;
    font-size: 16px;
    line-height: 19px;
  }

  .copyrights {
    font-size: 16px;
    line-height: 19px;
  }

  .numbers {
    font-size: 20px;
    line-height: 24px;
  }

  .profile-pic-container {
    width: 160px;
    height: 200px;
    border-radius: 10px;
    align-items: center;
    display: none;
  }

  .section-headband {
    height: 30vh;
    padding-top: 100px;
  }

  .project-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .project-subtitle {
    font-size: 26px;
    line-height: 32px;
  }

  .headband-details {
    margin-top: 40px;
  }

  .details, .date {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-container {
    flex-direction: column;
    display: flex;
  }

  .nav-mobile {
    justify-content: center;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    transform: translate(0, -100%);
  }

  .nav-crossing {
    height: 60px;
  }

  .div-menu-links {
    height: auto;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 20px;
  }

  .menu-links-1, .menu-links-1.w--current {
    font-size: 30px;
    line-height: 36px;
  }

  .nav-dropped {
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: stretch;
  }

  .menu-links-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .arrow-icon.burger-button {
    width: 30px;
    height: 30px;
  }

  .footer-networks {
    justify-content: center;
  }

  .footer-links-container {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer-contact {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mail {
    font-size: 20px;
    line-height: 24px;
  }

  .home-h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .fond-noir {
    width: 230px;
    height: 24px;
  }

  .home-h2 {
    font-size: 100px;
    line-height: 120px;
  }

  .home-h3 {
    margin-left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .header-location {
    font-size: 14px;
    line-height: 16px;
  }

  .header-bottom-elements {
    padding-left: 20px;
  }

  .image-13 {
    width: 60%;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -20%;
  }

  .home-header-scroll-container {
    height: 120px;
  }

  .section-banner {
    padding: 40px 40px 60px;
  }

  .categories {
    font-size: 16px;
    line-height: 19px;
  }

  .presentation {
    font-size: 20px;
    line-height: 24px;
  }

  .link {
    color: #5383ff;
    font-size: 26px;
    line-height: 31px;
  }

  .footer-nav, .footer-nav.w--current {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-nav-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: space-around;
  }

  .profile-expertises {
    font-size: 20px;
    line-height: 24px;
  }

  .profile-networks-container {
    margin-top: 0;
  }

  .section-accordion {
    align-items: flex-end;
    padding: 40px 40px 80px;
  }

  .network-link {
    width: 40px;
  }

  .section-contact {
    background-position: 50%;
    padding: 10vh 40px 80px;
  }

  .accordion-h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .accordion-details {
    height: auto;
    max-height: 100%;
  }

  .accordion-details-container {
    width: 50%;
    align-items: flex-start;
    display: none;
  }

  .accordion-paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .accordion-testimony-name {
    font-size: 24px;
    line-height: 28px;
  }

  .accordion-testimony-details {
    line-height: 24px;
  }

  .image-14 {
    display: none;
  }

  .contact-text {
    margin-left: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .contact-form-container {
    margin-top: 10vh;
  }

  .form-block {
    width: 100%;
  }

  .text-field-2 {
    min-height: 200px;
  }

  .project-details {
    grid-row-gap: 40px;
    padding: 40px;
  }

  .mission-type {
    font-size: 20px;
    line-height: 24px;
  }

  .project-details-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .project-details-paragraph, .objectives-paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .accordion-details-container-mobile {
    width: 100%;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .profile-links-container {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    justify-content: center;
    padding: 40px 20px 100px;
    display: none;
    transform: translate(0, -100%);
  }

  .div-menu-links {
    height: auto;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 20px;
  }

  .menu-links-1 {
    font-size: 30px;
    line-height: 36px;
  }

  .menu-links-1.w--current {
    font-size: 30px;
  }

  .nav-dropped {
    height: auto;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .menu-links-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-links-container {
    align-items: stretch;
  }

  .home-h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .header-location {
    font-size: 14px;
    line-height: 16px;
  }

  .header-bottom-elements {
    padding-left: 20px;
  }

  .image-13 {
    width: 100%;
  }

  .home-header-scroll-container-mobile-animation {
    justify-content: center;
  }
}

#w-node-cd65cbf7-ab8c-7574-449e-2efe36c18d6a-ae1ee030, #w-node-_5fe4116a-8bf2-47f7-f603-a64d660f4773-ae1ee030, #w-node-daac30c1-b010-8c71-fff6-810d479c259b-ae1ee030, #w-node-_7d92f988-33f2-eea8-3eb9-59e16a951a1c-ae1ee030, #w-node-_9997d7b1-ed00-2df4-cf30-85f690f6acde-ae1ee030, #w-node-_5bed4cc6-ce2e-9210-d6e7-dd5d44ccdc74-ae1ee030, #w-node-_02ffcd70-0c81-4be8-be75-c04132b7c925-ae1ee030, #w-node-_243491d0-73c5-7412-6c7d-34eca28dd6ac-ae1ee030, #w-node-_6079232d-1762-ee8e-eea8-be69a3158bf2-ae1ee030, #w-node-c32d4d47-77aa-4d04-d0da-0ba32e1b79ea-8cc6efc4, #w-node-ea600b03-bcf6-5a4c-5e63-f92534ae67df-8cc6efc4, #w-node-e79f965b-1a0e-fc8c-8a7d-ae11c1392cad-8cc6efc4, #w-node-_2fb72e1a-0e0a-cb6d-0b90-b0a083b4cc9c-8cc6efc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}