:root {
  --color-important: #ff5151;
  --color-dark: #1a202e;
  --color-light: #fff1e3;
  --color-cool: #ffc155;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

h1 {
  color: var(--color-important);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: var(--color-dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fraunces;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: var(--color-dark);
  letter-spacing: .03em;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 2;
}

a {
  text-decoration: underline;
}

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

.fullwidth {
  background-image: linear-gradient(to bottom, var(--color-light), var(--color-light));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.fullwidth.bg-parcours {
  background-image: linear-gradient(to bottom, var(--color-cool), var(--color-cool));
}

.fullwidth.bg-motion {
  background-image: linear-gradient(to bottom, var(--color-important), var(--color-important));
}

.fullwidth.bg-design {
  background-image: linear-gradient(to bottom, var(--color-cool), var(--color-cool));
}

.fullwidth.bg-tarifs {
  background-image: linear-gradient(to bottom, var(--color-light), var(--color-light));
}

.fullwidth.bg-footer, .fullwidth.bg-contact {
  background-image: linear-gradient(to bottom, var(--color-dark), var(--color-dark));
}

.section {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  padding: 200px 96px;
  display: flex;
}

.section.hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.footer {
  padding-top: 96px;
  padding-bottom: 96px;
}

.h1-big {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  letter-spacing: -.03em;
  flex-flow: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fraunces;
  font-size: 144px;
  font-weight: 600;
  line-height: 0;
}

.hero__txt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 608px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cta {
  background-color: var(--color-important);
  color: var(--color-light);
  letter-spacing: .07em;
  margin-top: 60px;
  padding: 1em 3.5em;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  transition: background-color .4s;
  display: block;
}

.cta:hover {
  background-color: var(--color-dark);
}

.h1-hello {
  margin-top: 0;
  margin-bottom: 0;
}

.col-10 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 107px;
  padding-right: 107px;
  display: grid;
}

.col-10.w100 {
  flex: 0 auto;
  width: 100%;
  max-width: none;
}

.h2 {
  border-top-style: solid;
  border-top-width: 22px;
  border-top-color: var(--color-light);
  color: var(--color-light);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 120px;
  padding-top: .2em;
  font-family: Fraunces;
  font-size: 116px;
  font-weight: 300;
  line-height: .7;
}

.h2.color-cool {
  border-top-color: var(--color-cool);
  color: var(--color-cool);
}

.h2.txt-color-important {
  border-top-color: var(--color-important);
  color: var(--color-important);
}

.h2-bold {
  font-weight: 600;
}

.h2-bold.txt-color-important {
  color: var(--color-important);
}

.h4 {
  color: var(--color-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fraunces;
  font-size: 21px;
  font-style: italic;
  font-weight: 200;
  line-height: 1.2;
}

.h4.txt-color-light {
  transition-property: none;
}

.flex-block-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.col-11 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: minmax(250px, 1fr) minmax(400px, 1.5fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 107px;
  margin-right: 0;
  display: grid;
}

.code-embed {
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
}

.text-span {
  display: block;
}

.slider {
  max-width: 100%;
  height: auto;
}

.h1-about {
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  max-width: 1440px;
  margin-left: 96px;
  margin-right: 96px;
}

.navbar {
  color: var(--color-dark);
  background-color: #fff0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Raleway, sans-serif;
  position: sticky;
}

.nav-link {
  cursor: pointer;
  transition: color .4s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--color-important);
}

.footer {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.footer-link {
  color: var(--color-light);
  font-family: Fraunces;
  font-size: 40px;
  font-weight: 200;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--color-important);
}

.st_wrapper {
  z-index: 1;
  position: fixed;
  inset: auto 1.5rem 1.5rem auto;
}

.st_button {
  background-color: var(--color-dark);
  color: var(--color-light);
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 5rem;
  padding: .75rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.hide {
  display: none;
}

.h1-big-2 {
  white-space: nowrap;
  width: auto;
  margin-top: -.3em;
  padding-top: 0;
  padding-bottom: .1em;
  padding-right: 0;
  line-height: 1.1;
  display: block;
  position: relative;
}

.h1-big-1 {
  width: auto;
  line-height: 1;
  display: block;
  position: relative;
}

.txt-color-light {
  color: var(--color-light);
}

.txt-color-light.contact-link {
  transition: color .4s;
}

.txt-color-light.contact-link:hover {
  color: var(--color-important);
}

.div-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block.hero {
  top: 0;
  left: 0;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.columns {
  object-fit: fill;
  align-self: flex-end;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.image {
  width: auto;
  max-width: 100%;
  height: 44vw;
}

.column {
  background-image: url('../images/bernard.png');
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  height: 100%;
  padding-left: 0;
}

.grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.profile {
  background-image: url('../images/bernard.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 15vw 7vw;
  }

  .section.hero {
    background-position: 53svw 100%;
    background-size: auto 90%;
  }

  .h1-big {
    font-size: 14vw;
  }

  .col-10 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .h2 {
    margin-bottom: 1em;
    font-size: 11vw;
  }

  .col-11 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin: 0 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: grid;
  }

  .code-embed {
    max-width: 700px;
  }

  .text-span {
    display: inline;
  }

  .slider {
    max-width: 700px;
  }

  .h1-about {
    max-width: 50vw;
  }

  .container {
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    background-color: var(--color-light);
    color: var(--color-dark);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--color-light);
    padding-bottom: 1em;
    box-shadow: 0 15px 15px #00000042;
  }

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

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

  .nav-link {
    text-align: center;
  }

  .icon-2 {
    color: var(--color-important);
    font-size: 50px;
  }

  .h1-big-2, .h1-big-1 {
    width: auto;
  }

  .columns {
    flex: 0 auto;
  }

  .column {
    padding-left: 0;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  .section.hero {
    padding-bottom: 120px;
  }

  .h1-big {
    font-size: 72px;
  }

  .col-10 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .h2 {
    border-top-width: 16px;
    font-size: 64px;
  }

  .col-11 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .columns {
    display: none;
  }

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

  .profile {
    background-position: 0 100%;
    background-size: auto 85%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: 64vw;
    font-size: 17px;
  }

  h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1;
  }

  p {
    font-size: 16px;
    line-height: 1.8;
  }

  .section.hero {
    background-image: none;
    padding-top: 7vw;
    padding-bottom: 30vw;
  }

  .section.footer {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .h1-big {
    width: 88vw;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20vw;
  }

  .cta {
    margin-top: 12vw;
    font-size: 12px;
  }

  .col-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    border-top-width: 12px;
    margin-bottom: .7em;
    font-size: 54px;
    line-height: .9;
  }

  .flex-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .col-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span {
    display: inline;
  }

  .h1-about {
    max-width: 62vw;
  }

  .navbar {
    padding: 0;
  }

  .footer {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .footer-link {
    font-size: 32px;
  }

  .icon-2 {
    font-size: 40px;
  }

  .h1-big-2, .h1-big-1 {
    width: auto;
  }

  .columns {
    display: none;
  }

  .profile {
    background-position: -7% 110%;
    background-size: auto 61%;
  }
}

#w-node-dc0f859e-8d12-1942-8c89-9a6a03807da4-17c56d3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


