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

:root {
  --body: #ecdfe0;
  --button: #c58b9a;
  --txt: #000;
  --radiant-ui-components-library-marketplace--color--white: white;
  --hover: #dcc5c7;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --hover-button: #e0b8c2;
}

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

@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(--body);
}

.preloader-v2---brix {
  z-index: 99999;
  background-color: #f6f5ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-v23-logo-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-wr {
  max-width: 95%;
  padding-top: 2rem;
}

.herosection {
  margin-top: 2rem;
}

.grid {
  grid-template-rows: auto;
}

.heading-hero {
  color: #000;
  font-family: Giza Stencil, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.button {
  background-color: var(--button);
  color: #fff;
  border: 1px solid #d5d5d500;
  border-radius: 5px;
  margin-top: 1.5rem;
  padding: .56rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  box-shadow: 0 2px 5px #11254226;
}

.button:hover {
  background-color: var(--txt);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.hero-img {
  border-radius: 15px;
  max-width: 25rem;
}

.left-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.right-hero {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.apropos {
  max-width: 100%;
  margin-top: 7rem;
  margin-bottom: 7rem;
  position: static;
}

.cardapropos {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f9f7f7;
  background-clip: border-box;
  border-radius: 15px;
  max-width: 100%;
  padding: 3rem;
  position: relative;
}

.grid-content-apropos {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.left-div-grid {
  width: 20rem;
}

.background-video-a-propos {
  z-index: 1;
  border-radius: 15px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.background {
  opacity: .3;
  background-image: url('../images/asfalt-dark.png');
  background-position: 50%;
  background-size: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-apropos {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Giza Stencil, Georgia, sans-serif;
  font-weight: 400;
  line-height: 44px;
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
}

.features {
  border: 2px solid #c58b9a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: .4rem 1rem;
  display: flex;
}

.text-features {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.right-div-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.text-a-propos {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.flower {
  z-index: 1;
  max-width: 5rem;
  position: absolute;
  inset: 7% 3% auto auto;
}

.prestation {
  margin-bottom: 7rem;
}

.titre-prestation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-titre {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Giza Stencil, Georgia, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.flower-heading {
  max-width: 2rem;
  margin-top: -30px;
}

.wrap-services {
  flex-flow: column;
  margin-top: 2.5rem;
  display: flex;
}

.wrap-titre-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d9d9d9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: inline-flex;
}

.icone-services {
  max-width: 2.5rem;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  margin-top: 0;
  padding-right: 40px;
}

.accroche-services {
  color: var(--txt);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.introduction-services {
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sous-titres-services {
  color: var(--txt);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.description-services {
  color: var(--txt);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.soins-et-huiles {
  max-width: 17rem;
}

.right-services {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fin-de-services {
  color: var(--txt);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cta-rendez-vous {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--button);
  color: #fff;
  vertical-align: sub;
  border: 1px solid #d5d5d500;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: .56rem 2rem;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 2px 10px #11254226;
}

.cta-rendez-vous:hover {
  background-color: var(--txt);
}

.calendrier {
  max-width: 2rem;
}

.experience-utilisateur, .demande-rendez-vous {
  color: var(--txt);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.grid-avis {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 366px;
  grid-template-columns: 310px 310px 310px;
  justify-content: center;
  margin-top: 40px;
}

.insta1 {
  background-image: linear-gradient(#0000 85%, #00000085), url('../images/image-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.instagram {
  text-align: left;
  max-width: 2rem;
}

.wrap-insta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 10px;
  display: inline-flex;
}

.button-insta {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(294deg, #ffffff0d, #ffffff4d);
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  display: inline-flex;
}

.description-prestation {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.wrap-services-effectues {
  padding-bottom: 15px;
  padding-left: 15px;
}

.insta2 {
  background-image: linear-gradient(#0000 85%, #00000085), url('../images/cil-cil.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.insta3 {
  background-image: linear-gradient(#0000 85%, #00000085), url('../images/491418900_17866954392369498_5783858515278772061_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.button-prestation {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(294deg, #ffffff0d, #ffffff4d);
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  display: inline-flex;
}

.button-insta-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(294deg, #ffffff0d, #ffffff4d);
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  display: inline-flex;
}

.divider {
  color: #00000087;
  background-color: #0003;
  border: 1px #000;
  border-bottom-width: 2px;
  width: 50%;
  max-width: 50%;
  height: 2px;
  max-height: 2px;
  margin: 3.5rem auto;
}

.lien-nav {
  color: var(--txt);
  padding: 0 1.2rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  line-height: 26px;
}

.lien-nav.w--current {
  color: var(--button);
}

.navbar-2 {
  background-color: #c7a5a866;
  border-bottom: 1px solid #d5d5d500;
  border-radius: .6rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem 1.25rem;
  position: sticky;
  top: 2rem;
  box-shadow: 0 2px 20px #11254226;
}

.logo {
  max-width: 10rem;
}

.wrap-navbar {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ctanav {
  background-color: var(--button);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  padding: .45rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  line-height: 26px;
  text-decoration: none;
}

.ctanav:hover {
  background-color: var(--txt);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.ctanavmobile {
  background-color: var(--button);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  padding: .45rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  line-height: 26px;
  text-decoration: none;
  display: none;
}

.features-bottom {
  border: 2px solid #c58b9a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: .4rem 1rem;
  display: flex;
}

.img-services-kobido-mobile {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.background-video-a-propos-mobile {
  display: none;
}

.avis-client, .tarifs {
  margin-bottom: 7rem;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tarifs-cils {
  background-color: var(--hover);
  border: 1px solid #d5d5d500;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0 2px 8px #11254226;
}

.titre-service {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.wrap-titre-prestaion {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.liste-services {
  margin-bottom: 20px;
}

.sous-titre-prestation {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.wrap-prix-et-services {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.titres-prestation {
  font-family: Poppins, sans-serif;
}

.prix-prestations {
  font-family: Poppins, sans-serif;
  display: block;
}

.services-description {
  padding-left: 2rem;
  padding-right: 2rem;
}

.liste-service-2 {
  margin-top: 30px;
}

.wrap-description-service {
  background-color: var(--body);
  border-radius: 15px;
  margin-top: 30px;
  padding: 1rem 2rem;
}

.wrap-reservation {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.tarifs-kobido {
  background-color: #dcc5c700;
  border-radius: 15px;
  padding: 0;
}

.wrap-kobido {
  background-color: var(--hover);
  border: 1px solid #d5d5d500;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0 2px 8px #11254226;
}

.footerwrap {
  margin-bottom: 1.5rem;
}

.logo-image {
  max-width: 2.5rem;
  margin-right: 5px;
}

.footerwrapcomp {
  background-color: var(--hover);
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0 2px 30px #11254226;
}

.titre-section {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

.lien-footer {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 50%;
  max-width: 50%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.lien-de-page {
  color: var(--txt);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.informations-salon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  display: flex;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  min-width: 100%;
  max-width: 100%;
  overflow: visible;
}

.lien-rvstudio {
  color: #ff6726;
  font-weight: 600;
  text-decoration: none;
}

.divider-footer {
  border-top: 1.5px solid #9e9e9e59;
  margin-top: 40px;
}

.wrap-logo-footer {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-texte {
  color: var(--txt);
  font-family: Giza Stencil, Georgia, sans-serif;
  font-size: 2rem;
  line-height: 2.3rem;
  text-decoration: none;
}

.copyright {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.services-description-kobido {
  margin-top: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.titre-services {
  color: var(--txt);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.designer {
  color: var(--txt);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Rose, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}

@media screen and (min-width: 1440px) {
  .avis-client {
    margin-bottom: 7rem;
  }

  .grid-6 {
    max-width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .herosection {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .cardapropos {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-content-apropos {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-div-grid {
    padding-right: 0;
  }

  .prestation {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .soins-et-huiles {
    margin-top: 20px;
  }

  .right-services {
    display: none;
  }

  .grid-avis {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .img-services-kobido-mobile {
    display: block;
  }

  .avis-client {
    margin-bottom: 7rem;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .body-wr {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-hero {
    padding-right: 20px;
  }

  .apropos {
    max-width: none;
    margin-top: 10rem;
  }

  .cardapropos {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .grid-content-apropos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 100%;
    place-items: center stretch;
  }

  .left-div-grid {
    width: 100%;
    min-width: 100%;
  }

  .background-video-a-propos {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: none;
  }

  .features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-div-grid {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .flower {
    z-index: 2;
    top: 4%;
    right: 4%;
  }

  .prestation {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .sous-titres-services {
    font-size: 1rem;
  }

  .right-services {
    display: none;
  }

  .grid-avis {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .insta1 {
    justify-content: space-between;
    align-items: stretch;
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    height: 366px;
    min-height: 366px;
    max-height: 366px;
    margin-right: 20px;
  }

  .insta2 {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    height: 366px;
    min-height: 366px;
    max-height: 310px;
    margin-right: 20px;
  }

  .insta3 {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    height: 366px;
    min-height: 366px;
    max-height: 366px;
  }

  .lien-nav {
    text-align: center;
    margin-bottom: 20px;
  }

  .navbar-2 {
    background-color: #dbc8c9;
    max-width: 95%;
  }

  .ctanav {
    display: none;
  }

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

  .nav-menu {
    background-color: #dbc8c9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 74px;
  }

  .ctanavmobile {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    display: block;
  }

  .img-services-kobido-mobile {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .background-video-a-propos-mobile {
    z-index: 1;
    border-radius: 15px;
    display: block;
  }

  .grid-6 {
    max-width: 95%;
  }

  .tarifs-cils {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .titre-service {
    font-size: 18px;
  }

  .wrap-description-service {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wrap-kobido {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footerwrapcomp {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading-hero {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hero-img {
    max-width: 15rem;
  }

  .left-hero {
    padding-left: 0;
  }

  .grid-content-apropos {
    grid-template-columns: 100%;
    place-items: center;
  }

  .left-div-grid {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .background-video-a-propos {
    width: 20rem;
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
    display: none;
    overflow: hidden;
  }

  .features-grid {
    margin-left: 0;
  }

  .flower {
    z-index: 2;
    top: 3%;
    right: 3%;
  }

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

  .insta1, .insta2 {
    margin-right: 20px;
  }

  .img-services-kobido-mobile {
    display: block;
  }

  .background-video-a-propos-mobile {
    z-index: 1;
    border-radius: 10px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
    position: relative;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wrap-logo-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .body-wr {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .herosection {
    position: static;
  }

  .heading-hero {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .button {
    text-align: center;
    margin-top: 0;
    font-size: .7rem;
    line-height: .8rem;
  }

  .hero-img {
    max-width: 10rem;
    overflow: hidden;
  }

  .right-hero {
    justify-content: flex-end;
    align-items: center;
  }

  .apropos {
    margin-top: 10rem;
  }

  .cardapropos {
    padding: 1rem;
  }

  .grid-content-apropos {
    grid-template-columns: 100%;
  }

  .left-div-grid {
    width: 100%;
    height: 100%;
  }

  .background-video-a-propos {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-div-grid {
    padding-left: 0;
  }

  .flower {
    z-index: 10;
    max-width: 4rem;
    top: 3%;
    right: 8%;
  }

  .sous-titres-services {
    font-size: 18px;
    line-height: 22px;
  }

  .right-services {
    display: none;
  }

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

  .insta1 {
    margin-right: 20px;
  }

  .wrap-insta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .insta2 {
    margin-right: 20px;
  }

  .lien-nav {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    position: static;
  }

  .navbar-2 {
    background-color: #dbc8c9;
    max-width: 100%;
    padding: .125rem 0;
    display: block;
  }

  .ctanav {
    display: none;
  }

  .menu-button-3 {
    background-color: #c8c8c842;
  }

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

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 56px;
  }

  .ctanavmobile {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    display: block;
  }

  .features-bottom {
    margin-top: 0;
  }

  .img-services-kobido-mobile {
    margin-top: 20px;
  }

  .background-video-a-propos-mobile {
    z-index: 1;
    display: none;
  }

  .grid-6 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .tarifs-cils, .wrap-kobido {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .footerwrapcomp {
    max-width: 100%;
    padding: 1rem;
  }

  .lien-footer {
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .grid-footer {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

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

  .designer {
    font-weight: 600;
  }
}

#w-node-_53b49a79-cf4d-476d-6288-abab37764e26-45df4082 {
  justify-self: center;
}

#w-node-cfea9a4c-adc3-1d48-6f0d-737ded919b7e-45df4082, #w-node-_6f197842-aedd-21d9-5350-971d3fde804f-45df4082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4ea5ba1-27c7-393a-3e29-44db962bd5af-45df4082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-eaac1cfa-d32f-9b2f-5c67-f3468c855c2e-45df4082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eaac1cfa-d32f-9b2f-5c67-f3468c855c2e-45df4082 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53b49a79-cf4d-476d-6288-abab37764e26-45df4082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-cfea9a4c-adc3-1d48-6f0d-737ded919b7e-45df4082, #w-node-_6f197842-aedd-21d9-5350-971d3fde804f-45df4082 {
    grid-column: span 1 / span 1;
  }
}


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