h1 {
  color: #aa9561;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
}

h2 {
  color: #aa9561;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

h3 {
  color: #aa9561;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

strong {
  font-weight: bold;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block.image-texte {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 700px;
}

.image {
  height: 500px;
}

.image.responsive {
  width: 500px;
  height: 700px;
}

.div-block-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-4.faq {
  justify-content: center;
  align-items: flex-start;
  width: 85vw;
  height: auto;
}

.div-block-4.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-image: linear-gradient(83deg, #ffffffe3, #ffffff59);
  border: 1px #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: auto;
  margin-bottom: 0;
  margin-right: 140px;
  padding: 40px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: visible;
}

.justifier {
  text-align: justify;
  font-size: 22px;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #aa9561;
  border: 2px solid #aa9561;
  border-radius: .3rem;
}

.button:hover {
  color: #aa9561;
  background-color: #fff;
  border: 2px solid #aa9561;
  border-radius: 0;
}

.button.secondary {
  color: #000;
  background-color: #fffbe7;
  border-color: #aa9561;
  margin-top: 40px;
  font-weight: 700;
  display: inline-block;
  position: sticky;
  inset: 0% 0% auto;
}

.button.secondary:hover {
  background-color: #f6f5f1;
}

.button.secondary.hero {
  margin-top: 10px;
}

.button.margin {
  margin-top: 20px;
}

.button.cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 1.8rem;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  font-size: 17px;
  display: flex;
  position: fixed;
  inset: auto 50px 50px auto;
}

.div-block-5 {
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.centered {
  text-align: center;
}

.centered.margin {
  margin-left: 40px;
  margin-right: 40px;
}

.centered.margin.bright {
  filter: brightness(120%);
}

.centered.white {
  color: #fff;
}

.centered.white.light {
  font-weight: 300;
}

.image-2 {
  filter: brightness(200%) brightness(200%) brightness(200%);
  width: auto;
  height: 100px;
}

.section {
  background-color: #1a3142;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.section.faq {
  flex-flow: column;
}

.bright {
  filter: brightness(120%);
  color: #aa9561;
}

.bright.faq {
  margin-top: 10px;
  font-size: 25px;
}

.bright.dark {
  color: #7a6d40;
}

.text-span {
  font-size: 20px;
}

.white {
  color: #fff;
}

.white.faq-a {
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 25px;
}

.footer {
  color: #fff;
  text-align: center;
}

.image-3 {
  display: none;
}

.form-block {
  width: 70vw;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  text-align: right;
  vertical-align: baseline;
  align-self: flex-end;
  display: block;
}

.div-block-7 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 50vh;
  display: flex;
}

.link-block {
  align-self: flex-end;
}

.section-2 {
  width: 90vw;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-2._75 {
  flex-flow: column;
  align-items: center;
  width: 75vw;
  display: block;
}

.section-2._80vh {
  min-height: 85vh;
}

.body-2, .div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  align-self: flex-start;
}

.select-field {
  color: #000;
}

.paragraph {
  text-align: center;
}

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

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

.div-block-9 {
  text-align: left;
}

.is-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone {
  color: #aa9551;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-2 {
  width: 40px;
}

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  margin-bottom: 0;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.email {
  color: #aa9551;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-2 {
  font-size: 20px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 25px;
}

.bold-text-4 {
  font-size: 50px;
}

.bold-text-4.dark {
  color: #aa9561;
}

.superscript, .superscript-2, .superscript-3, .superscript-4 {
  font-weight: 500;
}

.section-3 {
  justify-content: center;
  align-items: flex-start;
  height: 48.85vw;
  display: flex;
  position: relative;
}

.image-6 {
  width: 100vw;
  position: static;
}

.image-6.mobile {
  display: none;
}

.paragraph-4 {
  line-height: 35px;
}

.div-block-12 {
  flex: 0 auto;
  width: 70vh;
  height: 80vh;
}

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

.div-block-13 {
  width: 526.4px;
  height: 750px;
}

.bold-text-5 {
  color: #aa9561;
}

.dark {
  color: #7a6d40;
}

.contactez-nous {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  margin-top: 5px;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.div-block-14:hover {
  filter: invert();
}

.link-block-3 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1, h2 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  p {
    text-align: center;
  }

  strong {
    font-weight: 700;
  }

  .div-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .div-block.responsive {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block.image-texte {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .image {
    height: 300px;
  }

  .image.responsive {
    display: none;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-4.hero {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .button.cta {
    border-top-style: solid;
    border-top-color: #58471c;
    border-radius: 0;
    width: 100vw;
    height: 75px;
    inset: auto 0% 0%;
  }

  .div-block-5 {
    align-self: center;
  }

  .white.faq-a {
    text-align: left;
  }

  .image-3 {
    display: block;
  }

  .form-block {
    width: 90vw;
  }

  .section-2._75 {
    width: 85vw;
  }

  .image-5 {
    align-self: flex-start;
    height: 30px;
  }

  .paragraph-2, .bold-text-3 {
    text-align: left;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 35px;
  }

  .section-3 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: static;
  }

  .image-6 {
    display: none;
  }

  .image-6.mobile {
    display: block;
  }

  .heading {
    text-align: center;
  }

  .div-block-14 {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 27px;
    line-height: 30px;
  }

  .div-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block.products {
    flex-flow: column;
  }

  .section-2._75 {
    width: 90vw;
  }

  .bold-text-4 {
    font-size: 25px;
  }

  .image-6.mobile {
    height: 59.8vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block.responsive {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    display: flex;
    overflow: auto;
  }

  .div-block.responsive.important {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    padding-left: 0;
    display: flex;
    overflow: auto;
  }

  .div-block.responsive.enseigne {
    box-sizing: border-box;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    padding-right: 40px;
    display: flex;
  }

  .div-block.image-texte {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-4, .div-block-4.hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .justifier {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .button {
    text-align: center;
  }

  .div-block-5 {
    justify-content: space-around;
    align-items: stretch;
    width: auto;
    min-width: 160px;
  }

  .centered.white.light {
    width: 200px;
  }

  .text-span {
    text-align: left;
  }

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    display: flex;
  }

  .paragraph-2, .bold-text-3, .paragraph-3 {
    text-align: left;
  }
}


