:root {
  --dark: #1a1515;
  --body: #4d4d4d;
  --light-grey: #f7f5f2;
  --white: white;
  --cell: #f2f1f0;
  --border: #edeae6;
  --primary: #6f170b;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

@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 {
  background-color: var(--dark);
  color: var(--body);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.3em;
}

h1 {
  max-width: 25ch;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  color: var(--dark);
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  max-width: 60ch;
  margin-bottom: 10px;
}

a {
  color: var(--light-grey);
  text-align: left;
  text-decoration: none;
}

.savoir-faire {
  z-index: 1;
  background-color: var(--light-grey);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.photos-creations {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.projects-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.stickyblock {
  background-color: var(--white);
  padding: 4em 3.5em;
  position: sticky;
  top: 81px;
}

.cell {
  background-color: var(--cell);
}

.arrow {
  color: #333;
  border: 1px solid #000;
  border-radius: 1000px;
  width: 48px;
  height: 48px;
  font-size: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow.right {
  left: 56px;
}

.slide-nav {
  display: none;
}

.mask {
  width: 40%;
  height: auto;
  padding-bottom: 100px;
  overflow: visible;
}

.slider {
  background-color: #0000;
  flex: 1;
  height: auto;
  overflow: hidden;
}

.slide {
  border: 1px solid var(--border);
  background-color: var(--white);
  height: auto;
  margin-right: 2em;
  padding: 2em;
}

.hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  background-image: radial-gradient(circle, #0000, #0006), url('../images/bg_site_BHF.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 2000px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.hero.histoire {
  background-image: radial-gradient(circle, #0000, #0006), url('../images/Origines_BHF_BnW.webp');
  background-position: 0 0, 50% 100%;
  height: 80svh;
}

.lightbox {
  color: var(--body);
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.lightbox:hover {
  background-color: var(--white);
  opacity: .9;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.centered-text {
  text-align: center;
  font-size: 2rem;
  line-height: 2.4rem;
}

.span {
  color: var(--dark);
  font-weight: 600;
}

.origines {
  z-index: 1;
  background-color: var(--white);
  padding: 200px 40px;
  transition: all .2s;
  position: relative;
}

.footer-wrapper {
  background-color: var(--dark);
  color: var(--light-grey);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.footer-layout {
  grid-column-gap: 3em;
  grid-row-gap: 0rem;
  padding-left: 0;
  padding-right: 0;
}

.spacer {
  height: 100vh;
}

.temoignages {
  z-index: 1;
  background-color: var(--light-grey);
  margin-bottom: -80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.project-type {
  justify-content: space-between;
  align-items: center;
  padding: 1em 20px;
  transition: all .2s;
  display: flex;
}

.project-type:hover {
  color: var(--dark);
}

.nav-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 5px;
  display: flex;
}

.navbar {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  color: var(--dark);
}

.nav-menu {
  text-align: right;
  align-self: center;
}

.menu-button {
  color: var(--white);
}

.menu-button.w--open {
  color: var(--dark);
  background-color: #0000;
}

.tablet-menu {
  display: none;
}

.desktop-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fade-out {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--light-grey), #f7f5f200);
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-subtitle {
  font-size: 2rem;
  line-height: 1.1em;
}

.hero-subtitle.white-contrast.overtitle {
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.quote {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.3em;
}

.rating {
  color: var(--dark);
  margin-bottom: 20px;
}

.white-contrast {
  filter: drop-shadow(0 -1px #000);
}

.white-contrast.homepage {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.05em;
}

.heading-light {
  color: var(--white);
}

.heading-light.no-margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.a-propos {
  z-index: 1;
  background-color: var(--light-grey);
  margin-bottom: -80vh;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.presentation {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  padding-top: 20px;
}

.image-presentation {
  margin-top: 40px;
}

.footer-icon {
  padding-top: 6px;
}

.footer-social {
  border: 1px solid var(--body);
  color: var(--light-grey);
  background-color: #ffffff0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  transition: all .2s;
  display: flex;
}

.footer-social:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #ffffff26;
}

.social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-description {
  max-width: 45ch;
}

.footer-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  margin-right: 20px;
  padding-bottom: 2px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  border-bottom: 3px solid var(--white);
  color: var(--white);
}

.footer-link.dark {
  border-bottom-color: var(--dark);
  color: var(--dark);
}

.footer-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--body);
  background-color: #ffffff0d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.footer-button:hover {
  border-color: var(--white);
  background-color: #ffffff26;
}

.button-icon {
  padding-top: 6px;
}

.footer {
  max-width: 1400px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  bottom: 0;
}

.legal {
  border-top: 1px solid var(--body);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.navbar-link {
  color: var(--dark);
  margin-left: 30px;
  font-size: 1.3rem;
  font-weight: 400;
  transition: opacity .2s;
}

.navbar-link:hover {
  opacity: .7;
}

.contact-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid var(--border);
  background-color: var(--white);
  margin-top: 140px;
  padding: 0;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--body);
  color: var(--dark);
  background-color: #0000000d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.button:hover {
  border-color: var(--dark);
  color: var(--dark);
  background-color: #0000;
}

.button.big-button {
  padding: 15px 40px;
}

.contact-social {
  border: 1px solid var(--body);
  color: var(--dark);
  background-color: #0000000d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
}

.contact-social:hover {
  border-color: var(--dark);
  color: var(--dark);
  background-color: #0000;
}

.bottom-right-cell {
  border-left: 1px solid var(--border);
}

.contact-cell {
  flex: 1;
  align-self: stretch;
  padding: 2em;
}

.contact-cell.bottom-right-cell, .contact-cell.bottom-left-cell {
  border-top: 1px solid var(--border);
}

.contact-cell.top-left-cell {
  border-right: 1px solid var(--border);
}

.contact-social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.contact-footer {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  padding-bottom: 40px;
}

.lightcolor-body {
  background-color: var(--light-grey);
}

.mentions-link {
  color: var(--dark);
  text-decoration: underline;
}

.testimonials-author {
  color: var(--dark);
  font-size: 1.3rem;
  font-weight: 600;
}

.footer-logo {
  width: 120px;
}

.heading-span {
  font-weight: 600;
}

.hero-overtitle {
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1em;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  .stickyblock {
    padding: 30px 40px;
  }

  .mask {
    width: 50%;
  }

  .slide {
    width: 90%;
  }

  .footer-wrapper {
    z-index: 0;
  }

  .footer-layout {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    padding-top: 60px;
    position: static;
  }

  .spacer {
    display: none;
  }

  .temoignages {
    margin-bottom: 0;
  }

  .nav-menu {
    z-index: 100;
    background-color: var(--white);
    color: var(--dark);
    flex: 1;
    align-self: stretch;
    padding: 20px 40px;
    position: fixed;
    inset: 0%;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--dark);
  }

  .menu-button.contact-menu-button {
    color: var(--dark);
  }

  .tablet-menu {
    display: block;
  }

  .desktop-menu, .fade-out {
    display: none;
  }

  .menu-title {
    margin-right: 10px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    position: relative;
    top: -6px;
  }

  .code-embed-2 {
    display: inline-block;
  }

  .menu-heading-wrapper {
    border-bottom: 1px solid var(--border);
    justify-content: space-between;
    align-items: center;
  }

  .menu-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-subtitle {
    font-size: 1.8rem;
  }

  .heading-light.no-margin {
    margin-top: 40px;
  }

  .a-propos {
    margin-bottom: 0;
  }

  .presentation {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .footer {
    height: auto;
    padding-top: 0;
    position: static;
  }

  .legal {
    padding-bottom: 40px;
  }

  .navbar-link {
    color: var(--dark);
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .nav-link-tablet {
    color: var(--dark);
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
  }

  .contact-cell.top-left-cell {
    border-bottom: 1px solid var(--border);
  }

  .link-block {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    font-weight: 400;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  h4 {
    font-weight: 600;
  }

  .photos-creations {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stickyblock {
    background-color: var(--light-grey);
    padding: 60px 0 30px;
    position: static;
  }

  .stickyblock.top {
    padding-top: 0;
  }

  .arrow.right {
    inset: auto 0% 0% 60px;
  }

  .arrow.left {
    inset: auto 60px 0% 0%;
  }

  .mask {
    width: 100%;
  }

  .slider {
    margin-top: 40px;
  }

  .slide {
    width: 100%;
  }

  .hero {
    padding-bottom: 20px;
  }

  .centered-text {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .spacer {
    height: 0;
  }

  .temoignages {
    margin-bottom: 0;
  }

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

  .project-type {
    border: 1px solid var(--border);
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-subtitle {
    font-size: 1.6rem;
  }

  .white-contrast.homepage {
    font-size: 3rem;
    font-weight: 400;
  }

  .presentation {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .social-wrapper {
    align-self: stretch;
  }

  .footer-button {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .contact-grid {
    background-color: var(--light-grey);
    border-style: none;
  }

  .button {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .contact-cell {
    padding: 0 1em 1em;
  }

  .contact-cell.bottom-right-cell {
    border-top-style: none;
    border-left-style: none;
  }

  .contact-cell.bottom-left-cell {
    border-top-style: none;
  }

  .contact-cell.top-left-cell {
    border-bottom-style: none;
    border-right-style: none;
    padding-top: 1em;
  }

  .contact-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-overtitle.white-contrast {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  .slider {
    margin-top: 20px;
  }

  .nav-container {
    padding-left: 30px;
  }

  .hero-subtitle {
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .white-contrast.homepage {
    font-size: 2.5rem;
  }

  .footer-link {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
  }

  .footer-button {
    font-size: 1.1rem;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    font-size: 1.1rem;
  }
}

#w-node-b1fc6b8a-9904-a6e9-3f01-1f046ef47a0f-f4526886 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

#w-node-_6049964b-6a6b-6e8a-84b7-ed8850d173ae-f4526886 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6049964b-6a6b-6e8a-84b7-ed8850d173af-f4526886, #w-node-_6049964b-6a6b-6e8a-84b7-ed8850d173c0-f4526886 {
  grid-column: span 2 / span 2;
}

#w-node-ef8623e1-0f38-e82b-d2c2-d74c2c95e0f4-f4526886 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
}

#w-node-ef8623e1-0f38-e82b-d2c2-d74c2c95e115-f4526886 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ef8623e1-0f38-e82b-d2c2-d74c2c95e116-f4526886 {
  grid-column: span 2 / span 2;
}

#w-node-_5d6fd2fa-4c1f-e143-a82b-ff856a3fbff8-f4526886 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

#w-node-_27454b0a-ce59-118c-603b-5d9b1f898e47-1f898e45 {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_27454b0a-ce59-118c-603b-5d9b1f898e48-1f898e45 {
  grid-column: span 2 / span 2;
}

#w-node-_305fda33-a1fc-015f-e156-d38281620282-ae63d578, #w-node-_226179c0-1473-5619-8c8e-fa6cb4fa838b-fcb14281 {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_27454b0a-ce59-118c-603b-5d9b1f898e47-1f898e45 {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  #w-node-_27454b0a-ce59-118c-603b-5d9b1f898e48-1f898e45 {
    grid-column: span 1 / span 1;
  }

  #w-node-_10df6ceb-b14f-9d39-4353-618e7ac7fa45-1f898e45 {
    order: -9999;
  }

  #w-node-_305fda33-a1fc-015f-e156-d38281620282-ae63d578, #w-node-_226179c0-1473-5619-8c8e-fa6cb4fa838b-fcb14281 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1fc6b8a-9904-a6e9-3f01-1f046ef47a0f-f4526886 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f081a99c-4469-a5ee-1699-1d407ec25bb5-f4526886 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6049964b-6a6b-6e8a-84b7-ed8850d173ae-f4526886 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6049964b-6a6b-6e8a-84b7-ed8850d173af-f4526886, #w-node-_6049964b-6a6b-6e8a-84b7-ed8850d173c0-f4526886 {
    grid-column: span 1 / span 1;
  }

  #w-node-ef8623e1-0f38-e82b-d2c2-d74c2c95e0f4-f4526886 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ef8623e1-0f38-e82b-d2c2-d74c2c95e114-f4526886 {
    grid-column: span 1 / span 1;
  }

  #w-node-ef8623e1-0f38-e82b-d2c2-d74c2c95e115-f4526886 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ef8623e1-0f38-e82b-d2c2-d74c2c95e116-f4526886 {
    grid-column: span 1 / span 1;
  }

  #w-node-ca500836-6a3d-480b-406f-2fd75981d193-f4526886 {
    order: -9999;
  }

  #w-node-_5d6fd2fa-4c1f-e143-a82b-ff856a3fbff8-f4526886 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5d6fd2fa-4c1f-e143-a82b-ff856a3fc03e-f4526886 {
    grid-column: span 1 / span 1;
  }

  #w-node-_27454b0a-ce59-118c-603b-5d9b1f898e47-1f898e45 {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  #w-node-_305fda33-a1fc-015f-e156-d38281620282-ae63d578, #w-node-_226179c0-1473-5619-8c8e-fa6cb4fa838b-fcb14281 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27454b0a-ce59-118c-603b-5d9b1f898e47-1f898e45 {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  #w-node-_27454b0a-ce59-118c-603b-5d9b1f898e48-1f898e45 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}