:root {
  --terralpg: #992b07;
  --beige-lpg: #f1ede6;
}

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

.imageprinc {
  text-align: center;
  background-image: url('../images/Img-Princ-Site-LPG-.png');
  background-position: 50%;
  background-size: cover;
  height: 98vh;
}

.container {
  background-color: #ffffff70;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.div-block {
  height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-2 {
  width: 300px;
  height: 50px;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 80px;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block {
  color: #fff;
  text-align: right;
  width: 80%;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.navbar {
  z-index: 1;
  text-align: right;
  background-color: #ddd0;
  width: 100%;
  padding-top: 8px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-2 {
  float: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu {
  float: none;
  text-align: center;
  width: auto;
}

.brand {
  padding-top: 10px;
  padding-left: 10px;
}

.nav-link {
  color: var(--terralpg);
}

.nav-link:hover, .nav-link.w--current {
  color: var(--terralpg);
  font-weight: 700;
}

.nav-link-2 {
  color: var(--terralpg);
}

.nav-link-2:hover {
  color: var(--beige-lpg);
}

.nav-link-3 {
  color: var(--terralpg);
}

.nav-link-3:hover {
  color: var(--beige-lpg);
}

.div-block-4 {
  text-align: center;
  padding-top: 0;
}

.buttonfondclair {
  background-color: var(--terralpg);
  border-radius: 19px;
  width: 300px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
}

.buttonfondclair:hover {
  border-top-style: none;
  border-top-width: 2px;
  border-top-color: var(--terralpg);
  border-right-style: none;
  border-right-width: 2px;
  border-right-color: var(--terralpg);
  border-bottom-style: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--terralpg);
  border-left-style: none;
  border-left-width: 2px;
  border-left-color: var(--terralpg);
  color: var(--terralpg);
  background-color: #fff;
}

.heading {
  color: var(--terralpg);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rouge Script, sans-serif;
  font-size: 63px;
}

.heading-2 {
  color: var(--terralpg);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Anton, sans-serif;
  font-size: 33px;
}

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

.container-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.specialit {
  background-color: var(--beige-lpg);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-5 {
  text-align: center;
  width: 300px;
  height: 400px;
  margin-right: 20px;
}

.container-4 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.heading-4 {
  color: var(--terralpg);
  text-align: center;
  font-family: Rouge Script, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heading-5 {
  margin-bottom: 60px;
}

.heading-3fondclair {
  color: var(--terralpg);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Anton, sans-serif;
  font-size: 33px;
}

.imgplathome {
  width: 100%;
  height: auto;
}

.div-block-6 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  vertical-align: baseline;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  align-items: center;
  width: 80%;
  display: grid;
  overflow: hidden;
}

.slide {
  text-align: right;
  width: 33%;
}

.slide-2 {
  text-align: center;
  width: 33%;
}

.slide-3 {
  text-align: left;
  width: 33%;
}

.slide-4 {
  text-align: right;
  width: 33%;
}

.slide-5 {
  text-align: center;
  width: 33%;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 40px;
  display: block;
}

.slide-6 {
  width: 33%;
}

.heading-4dr {
  color: var(--terralpg);
  text-align: left;
  padding-left: 28px;
  font-family: Rouge Script, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-4gh {
  color: var(--terralpg);
  text-align: right;
  padding-right: 40px;
  font-family: Rouge Script, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.icon, .icon-2 {
  color: var(--terralpg);
  margin-bottom: 241px;
}

.slide-nav {
  background-color: var(--terralpg);
  color: var(--terralpg);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.slide-nav:active, .slide-nav:focus, .slide-nav:focus-visible, .slide-nav[data-wf-focus-visible] {
  background-color: var(--terralpg);
}

.slide-7 {
  text-align: right;
  width: 33%;
}

.slide-8 {
  text-align: center;
  width: 33%;
}

.slide-9 {
  width: 33%;
}

.fidelite {
  background-color: var(--terralpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-5 {
  text-align: center;
}

.buttonfondfonce {
  background-color: var(--beige-lpg);
  color: var(--terralpg);
  border-radius: 19px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
}

.buttonfondfonce:hover {
  border-top-style: none;
  border-top-width: 2px;
  border-top-color: var(--terralpg);
  border-right-style: none;
  border-right-width: 2px;
  border-right-color: var(--terralpg);
  border-bottom-style: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--terralpg);
  border-left-style: none;
  border-left-width: 2px;
  border-left-color: var(--terralpg);
  color: var(--terralpg);
  background-color: #fff;
}

.avisclients {
  background-color: var(--beige-lpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-2fc {
  color: var(--terralpg);
  text-align: center;
  width: auto;
}

.slide-10 {
  text-align: center;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-6 {
  text-align: center;
}

.footer {
  background-color: var(--terralpg);
  text-align: center;
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.avisgg {
  color: var(--terralpg);
  text-align: center;
  margin-right: 5px;
}

.image, .bold-text {
  text-align: left;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow-2 {
  margin-right: 0;
}

.mask {
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-3, .image-2 {
  margin-bottom: 10px;
}

.bold-text-2, .text-block-4 {
  color: var(--terralpg);
}

.slider-2 {
  background-color: var(--beige-lpg);
}

.icon-3, .icon-4 {
  color: var(--terralpg);
}

.slide-11, .slide-12, .slide-13, .slide-14 {
  text-align: center;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Anton, sans-serif;
  font-size: 34px;
}

.image-3 {
  margin-bottom: 20px;
}

.bold-text-3 {
  color: #fff;
}

.column {
  border-right: 1px solid #fff;
}

.column-2 {
  border-left: 1px solid #fff;
}

.menu-button {
  display: none;
}

.logolpg-headergh {
  z-index: 3;
  width: 300px;
  height: 50px;
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blocphoneordi {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.image-5 {
  float: left;
}

.code-embed {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.body-2 {
  background-color: var(--beige-lpg);
  text-align: center;
}

.text-bloc-fondbeige {
  color: var(--terralpg);
  text-align: right;
  width: 80%;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.heading-7 {
  color: var(--terralpg);
  text-align: center;
  height: 100px;
  margin-top: 140px;
  font-family: Anton, sans-serif;
  font-size: 49px;
}

.nav-menufondclair {
  float: right;
  text-align: right;
  width: auto;
}

.navbarhome {
  z-index: 1;
  text-align: center;
  background-color: #ddd0;
  width: 100%;
  padding-top: 8px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbarfondclair {
  z-index: 1;
  text-align: right;
  background-color: #ddd0;
  width: 100%;
  padding-top: 8px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-2fond-clair {
  float: right;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: 10px;
  display: block;
}

.paragraph {
  color: var(--terralpg);
  text-align: center;
}

.container-7 {
  text-align: center;
  margin-bottom: 60px;
}

.grid {
  text-align: center;
  grid-template: "Area Area-2 Area-8"
                 "Area-3 Area-4 Area-9"
                 / 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 40px;
}

.div-block-8 {
  text-align: center;
  width: 100%;
}

.bold-text-4 {
  font-size: 11px;
  font-weight: 400;
}

.text-block-5 {
  color: var(--terralpg);
}

.heading-8 {
  text-align: center;
}

.blocphonemobile {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-8 {
  text-align: center;
}

.home {
  background-image: url('../images/EtoilesLPG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.section {
  border-bottom: 1px solid var(--terralpg);
  margin-top: 60px;
  padding-bottom: 60px;
}

.heading-9, .heading-10, .heading-11 {
  color: var(--terralpg);
  font-family: Anton, sans-serif;
}

.section2-philo {
  border-bottom: 1px none var(--terralpg);
  margin-top: 60px;
}

.column-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.blocphoneordihome {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.column-4 {
  text-align: left;
}

.column-5 {
  text-align: right;
}

.container-9 {
  margin-top: 40px;
}

.button {
  background-color: #3898ec00;
  background-image: url('../images/PictoFBLPG.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: static;
}

.buttoninsta {
  background-color: #3898ec00;
  background-image: url('../images/PictoInstaLPG.png');
  background-position: 0 0;
  background-size: auto;
  width: 40px;
  height: 40px;
  position: static;
}

.buttonfb {
  background-color: #3898ec00;
  background-image: url('../images/PictoFBLPG.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: static;
}

.text-block-5-saison {
  color: var(--terralpg);
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 10px;
}

.heading-4rata {
  color: var(--terralpg);
  text-align: center;
  margin-bottom: 0;
  font-family: Rouge Script, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heading-12 {
  color: var(--terralpg);
  text-align: center;
  margin-bottom: 40px;
  font-family: Anton, sans-serif;
  font-size: 27px;
}

.column-6, .column-7 {
  text-align: center;
}

.popup-commande {
  z-index: 9999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 15%;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-10 {
  text-align: center;
}

.button-3 {
  background-color: var(--terralpg);
  border-radius: 20px;
  width: 300px;
  margin-top: 31px;
}

.column-8 {
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text-5 {
  font-weight: 400;
}

.column-8-2 {
  padding-top: 28px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-9 {
  margin-bottom: 21px;
}

.div-block-8-en-plus {
  text-align: center;
  width: 100%;
  display: none;
}

.section1philo {
  border-bottom: 1px solid var(--terralpg);
  margin-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 479px) {
  .imageprinc {
    height: auto;
    padding-top: 60px;
  }

  .container {
    min-height: 0;
    max-height: none;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block {
    z-index: 9;
    width: 80px;
    height: 60px;
    inset: 0% auto auto 0%;
  }

  .div-block-2 {
    display: block;
  }

  .div-block-3 {
    inset: 0% auto auto 0%;
  }

  .text-block {
    display: none;
  }

  .navbar {
    height: 60px;
    padding-top: 0;
  }

  .container-2 {
    background-color: var(--terralpg);
    width: 100%;
    height: 60px;
  }

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

  .brand {
    z-index: 5;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto 25%;
  }

  .div-block-4 {
    padding-top: 37px;
  }

  .buttonfondclair {
    text-align: center;
    width: 250px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 44px;
  }

  .heading-2 {
    font-size: 15px;
  }

  .heading-3 {
    font-size: 20px;
  }

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

  .heading-3fondclair {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .slide {
    text-align: center;
    width: 100%;
  }

  .slide-2 {
    width: 100%;
  }

  .slide-3, .slide-4 {
    text-align: center;
    width: 100%;
  }

  .slide-5 {
    width: 100%;
  }

  .slider {
    text-align: center;
    width: 100vw;
    height: 380px;
    margin-bottom: 40px;
  }

  .slide-6 {
    text-align: center;
    width: 100%;
  }

  .heading-4dr {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .heading-4gh {
    text-align: center;
    padding-right: 0;
  }

  .right-arrow, .left-arrow {
    height: 50px;
    margin-top: 330px;
  }

  .icon, .icon-2 {
    margin-bottom: 0;
  }

  .slide-nav {
    background-color: var(--terralpg);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 20px;
  }

  .slide-7 {
    text-align: center;
    width: 100%;
  }

  .slide-8 {
    width: 100%;
  }

  .slide-9 {
    text-align: center;
    width: 100%;
  }

  .fidelite {
    text-align: center;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    text-align: center;
  }

  .buttonfondfonce {
    width: 250px;
  }

  .avisclients {
    padding: 60px 10px;
  }

  .slide-10 {
    width: 100%;
    margin-right: 40px;
    overflow: hidden;
  }

  .footer {
    margin-top: 60px;
  }

  .mask {
    overflow: hidden;
  }

  .slider-2 {
    height: 350px;
  }

  .slide-11, .slide-12, .slide-13, .slide-14 {
    width: 100%;
    margin-right: 40px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--beige-lpg);
    color: var(--terralpg);
  }

  .logolpg-headergh {
    display: none;
  }

  .image-4 {
    text-align: left;
  }

  .blocphoneordi {
    width: 80px;
    padding-top: 10px;
    padding-left: 20px;
    display: none;
  }

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

  .code-embed {
    inset: auto 0% 0%;
  }

  .body-2 {
    text-align: center;
  }

  .text-bloc-fondbeige {
    display: none;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 30px;
  }

  .nav-menufondclair {
    border-bottom: 3px solid var(--terralpg);
    background-color: var(--beige-lpg);
  }

  .navbarhome {
    height: 60px;
    padding-top: 0;
  }

  .navbarfondclair {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-top: 0;
    display: flex;
  }

  .container-2fond-clair {
    background-color: var(--terralpg);
    text-align: center;
    width: 100%;
    height: 60px;
    display: block;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    flex-flow: column;
    grid-template: "Area Area-2"
                   "Area-3 Area-4"
                   "Area-5 Area-6"
                   "Area-7 Area-7"
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center stretch;
    display: flex;
  }

  .div-block-8 {
    border: 1px #000;
    padding-bottom: 20px;
  }

  .blocphonemobile {
    z-index: 99;
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
    display: block;
    inset: 0% auto auto 0%;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    margin-bottom: 20px;
  }

  .image-6, .image-7 {
    z-index: 2147483647;
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .image-8 {
    display: none;
  }

  .column-3 {
    margin-top: 40px;
  }

  .blocphoneordihome {
    width: 80px;
    padding-top: 10px;
    padding-left: 20px;
    display: none;
  }

  .button-2 {
    border: 1px solid var(--beige-lpg);
    background-color: #3898ec00;
    border-radius: 20px;
    width: 250px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .popup-commande {
    display: none;
  }

  .button-3 {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--terralpg);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--terralpg);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--terralpg);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--terralpg);
    color: var(--terralpg);
    background-color: #fff;
    width: 250px;
  }

  .div-block-8-en-plus {
    border: 1px #000;
    padding-bottom: 20px;
  }
}

#w-node-b7a7cbaf-766f-8845-8910-b92d7ce0883e-0115ef2e, #w-node-_273d08a4-92d9-dd23-d7d8-4d6d6f0c49d5-0115ef2e, #w-node-b372b1c4-7e50-2694-d8f1-c49c73a231d2-0115ef2e {
  place-self: center;
}

#w-node-_7f475a69-3901-8fdc-95da-a89fd03c5c98-0115ef2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2d191ac3-34f6-560d-d2bf-e14c00d835ae-0115ef2e, #w-node-bb41ba36-b92e-3bc9-8a0d-bc8cde8b5f31-0115ef2e {
  place-self: center;
}

#w-node-_954e33cc-8cf6-8ec3-79c9-a71eff23bdf6-0115ef2e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_8e76f02d-3cab-a836-bd63-9529d047a5ce-0115ef2e, #w-node-_8e76f02d-3cab-a836-bd63-9529d047a5d6-0115ef2e {
  place-self: center;
}

#w-node-_8e76f02d-3cab-a836-bd63-9529d047a5de-0115ef2e {
  grid-area: Area-8;
  place-self: center;
}

#w-node-ac0370f3-ec01-f0a1-587c-0390ad1009ac-0115ef2e, #w-node-_5da6d204-5d63-db72-1973-8d262785a2a5-0115ef2e, #w-node-_0c536dea-d639-f1da-9292-7ef98df1a86f-0115ef2e {
  place-self: center;
}


