:root {
  --light-black: #0d1b1e;
  --grey: #8c8c8c;
  --light-grey: #e9e9e9;
  --red: #da6460;
  --white: white;
  --light-blue: #c9d7da;
  --blue: #576a80;
}

.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 {
  color: var(--light-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Port Lligat Sans, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 10px;
}

a {
  padding: 0;
  text-decoration: underline;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.container {
  max-width: 1160px;
}

.container.center-align {
  z-index: 1;
  text-align: center;
  position: relative;
}

.container._404 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  padding: 80px 60px;
  position: relative;
}

.section.background-grey {
  background-color: var(--grey);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.background-grey.creation-section {
  padding-top: 180px;
}

.section.large-padding {
  padding-top: 250px;
}

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

.section.hero {
  margin-top: 75px;
}

.body {
  background-color: var(--light-grey);
  height: 40vh;
}

.image-encadree {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 25px solid #fff;
  box-shadow: 4px 4px 15px #0003;
}

.image-encadree.creation {
  aspect-ratio: 1;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: 367px;
  max-height: 347px;
  transform: none;
}

.image-encadree.creation.bebe {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 65%;
}

.image-encadree.carr-e {
  aspect-ratio: 1;
  object-fit: cover;
  max-height: 100%;
}

.image-encadree.carr-e.perso {
  object-position: 100% 0%;
}

.navbar {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  margin: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.navlink:hover {
  color: #fffc;
}

.navlink.debut {
  margin-left: 0;
}

.navlink.debut.hide {
  display: none;
}

.navlink.fin {
  margin-right: 0;
}

.hero-container {
  justify-content: space-around;
  align-items: center;
  height: 800px;
  display: flex;
}

.sous-titre {
  color: var(--red);
  margin-top: 15px;
  font-weight: 600;
}

.hero-texte {
  width: 50%;
  max-width: 568px;
  margin-left: 60px;
}

.hero-image {
  aspect-ratio: 2 / 3;
  max-height: 900px;
  position: absolute;
  inset: 0% 50vw auto auto;
}

.section-navbar {
  z-index: 2;
  background-color: var(--grey);
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-hero {
  z-index: 1;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.titre-blanc {
  color: var(--white);
}

.creations {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
  display: flex;
}

.creation {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 33%;
  display: flex;
}

.creation.gauche {
  margin-right: 30px;
}

.creation.droite {
  margin-left: 30px;
}

.image-titre {
  color: var(--white);
  margin-top: 30px;
}

.bouton-creation {
  background-color: #fff3;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 60px;
  padding: 16px 18px;
}

.flexbox {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.flexbox.footer-flexbox {
  justify-content: space-between;
  align-items: stretch;
}

.colonne-gauche {
  z-index: 1;
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.colonne-droite {
  max-width: 466px;
  position: relative;
}

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

.paragraphe {
  margin-top: 20px;
}

.image-flottante {
  max-width: 62%;
  position: absolute;
  inset: auto -18% -29% auto;
}

.image-flottante.cercle-1 {
  max-width: 10vw;
  inset: 0% 0% auto auto;
}

.image-flottante.cercle-2 {
  max-width: 10vw;
  inset: auto 0% 0% auto;
}

.image-flottante.cercle-3 {
  max-width: 18vw;
  inset: 0% auto auto 0%;
}

.image-flottante.cercle-5 {
  max-width: 18vw;
  inset: auto 2vw 0% auto;
}

.image-flottante.cercle-6 {
  z-index: -2;
  max-width: 18vw;
  inset: -5vw auto auto -5.8vw;
}

.image-flottante.cercle-7 {
  z-index: -2;
  max-width: 15vw;
  inset: -5vw -3vw auto auto;
}

.image-flottante.cercle-8 {
  z-index: -2;
  max-width: 15vw;
  inset: auto -2.5vw -3vw auto;
}

.image-flottante.cercle-9 {
  z-index: -2;
  max-width: 15vw;
  inset: auto auto -3.8vw -5.6vw;
}

.image-flottante.cercle-10 {
  z-index: -2;
  max-width: 10vw;
  inset: 24% auto auto -5.6vw;
}

.image-flottante.cercle-11 {
  z-index: -2;
  max-width: 25vw;
  inset: auto 0% 0% auto;
}

.image-flottante.cercle-12 {
  z-index: -2;
  max-width: 8vw;
  inset: 0% auto auto 0%;
}

.colonne-texte {
  max-width: 60%;
  padding-top: 0;
}

.colonne-texte.gap {
  padding-right: 80px;
}

.colonne-texte.gap-gauche {
  padding-left: 80px;
}

.colonne-image {
  max-width: 466px;
  max-height: 466px;
  position: relative;
  overflow: visible;
}

.bouton {
  background-color: #fff3;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 16px 18px;
  transition: all .2s;
}

.bouton:hover {
  background-color: #ffffff4d;
}

.bouton.bouton-creation.hide {
  display: none;
}

.div-block {
  max-width: 660px;
}

.footer-colonne {
  margin-left: 15px;
  margin-right: 15px;
}

.footer-colonne.flexbox {
  align-items: flex-start;
}

.link {
  color: var(--light-black);
}

.mentions {
  margin-top: 80px;
  font-size: 14px;
}

.link-2 {
  color: #0d1b1e99;
  -webkit-text-stroke-color: #0d1b1ecc;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-2:hover {
  color: #0d1b1e;
  -webkit-text-stroke-color: #0d1b1e;
}

.link-block {
  max-width: 80px;
}

.link-block.w--current {
  max-width: 100px;
}

.div-block-2 {
  background-color: var(--grey);
  padding: 60px 90px 60px 70px;
}

.div-block-3 {
  width: 50%;
}

.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;
  align-items: center;
  width: 50vw;
  margin-bottom: 120px;
  display: flex;
}

.div-block-4 {
  max-width: 150px;
  margin-bottom: 30px;
}

.heading {
  color: #0d1b1e;
}

.brand {
  max-width: 100px;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  max-width: 60px;
  height: 100%;
  display: flex;
}

.titre-header {
  font-size: 65px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 100%;
  }

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

  .section.background-grey.creation-section {
    padding-top: 120px;
  }

  .section.large-padding {
    padding-top: 150px;
  }

  .navlink {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navlink.debut {
    margin-left: 15px;
  }

  .sous-titre {
    margin-top: 10px;
  }

  .hero-texte {
    margin-left: 20px;
  }

  .hero-image {
    max-width: 40vw;
    inset: 140px auto auto 40px;
  }

  .section-navbar, .section-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .creations {
    margin-top: 60px;
  }

  .flexbox.contact {
    flex-flow: column;
    align-items: flex-start;
  }

  .image-flottante.image-coin {
    right: -4%;
  }

  .colonne-texte.gap {
    padding-right: 50px;
  }

  .colonne-texte.gap-gauche {
    padding-left: 50px;
  }

  .bouton {
    margin-top: 30px;
  }

  .div-block-2 {
    padding: 50px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .utility-page-content {
    width: auto;
  }
}

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

  .section.background-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.large-padding {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .hero-container {
    flex-flow: column-reverse;
  }

  .hero-texte {
    margin-left: 0;
  }

  .hero-image {
    max-width: none;
    max-height: 500px;
    inset: auto auto -30px 50%;
    transform: translate(-50%);
  }

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

  .creation {
    width: 75%;
    max-width: 75%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .creation.gauche {
    margin-right: 0;
  }

  .creation.droite {
    margin-left: 0;
  }

  .image-titre {
    margin-top: 15px;
  }

  .flexbox {
    flex-flow: column;
    align-items: center;
  }

  .flexbox.footer-flexbox {
    flex-flow: row;
  }

  .flexbox.reverse {
    flex-flow: column-reverse;
  }

  .colonne-gauche {
    max-width: none;
  }

  .colonne-droite {
    max-width: 50%;
  }

  .paragraphe {
    margin-top: 30px;
  }

  .image-flottante.image-coin {
    right: -32%;
  }

  .colonne-texte.gap {
    max-width: none;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .colonne-texte.gap.reverse {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .colonne-texte.gap-gauche {
    max-width: none;
    margin-top: 60px;
    padding-left: 0;
  }

  .div-block-2 {
    padding: 30px;
  }

  .nav-menu {
    background-color: var(--grey);
  }

  .icon {
    color: var(--light-blue);
  }

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

  .menu-button.w--open {
    background-color: #0000;
  }
}

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

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

  .image-encadree {
    border-width: 20px;
  }

  .hero-container {
    height: 500px;
  }

  .hero-texte {
    width: 80%;
  }

  .hero-image {
    z-index: 3;
    max-width: 90vw;
    bottom: -35px;
  }

  .creations {
    margin-top: 30px;
  }

  .image-titre {
    font-size: 15px;
  }

  .flexbox.footer-flexbox {
    flex-flow: column;
  }

  .colonne-droite {
    max-width: 80%;
  }

  .paragraphe {
    font-size: 14px;
  }

  .image-flottante.image-coin {
    right: -17%;
  }

  .colonne-texte.gap.reverse, .colonne-texte.gap-gauche {
    margin-top: 30px;
  }

  .bouton {
    font-size: 14px;
  }

  .bouton.bouton-creation {
    font-size: 15px;
  }

  .footer-colonne {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-colonne.flexbox {
    margin-top: 15px;
    margin-left: 0;
  }

  .logo {
    margin-bottom: 15px;
  }

  .titre-header {
    font-size: 50px;
  }

  .icon {
    border: 1px solid var(--white);
    color: var(--white);
  }
}


