*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #FAFAFA;
  background-image: url("../images/feuille.svg");
  background-size: 80% auto;
  background-position: -87% -243px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.title {
  font-weight: 800;
  font-family: "Inter", sans-serif;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.title::before {
  content: "";
  display: block;
  width: 30%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F47A09;
}

.custom_nav {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100px;
  width: 100%;
  background: #429d35;
  filter: drop-shadow(0px 4px 10px rgba(98, 98, 98, 0.7));
  z-index: 999;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0 !important;
}
.custom_nav .icon_menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 25px;
  cursor: pointer;
  visibility: hidden;
}
.custom_nav .icon_menu .iconify {
  width: 100%;
  height: 100%;
  color: #FAFAFA;
}
.custom_nav .nav_menu {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.custom_nav .navbar__items {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #FAFAFA;
  height: 70px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.custom_nav .navbar__items a {
  display: block;
  padding: 10px;
}
.custom_nav .navbar__items:hover {
  background-color: #F47A09;
}
.custom_nav .navbar__items a:hover {
  color: #FAFAFA;
  text-decoration: none;
}

.list_container {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.list_container ul {
  width: 45%;
}

ul {
  list-style-image: url("../images/Check1.png");
  padding-left: 10px !important;
}
ul li {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}

.presentation {
  margin-top: 150px !important;
  padding: 100px 0 200px;
  background-image: url("../sprites.svg");
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: 35% 98%;
}
.presentation .content_presentation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .presentation .content_presentation {
    justify-content: center !important;
  }
}
.presentation .content_presentation .logo {
  width: calc(100% - 20px);
  margin-bottom: 20px;
  position: relative;
  top: -50px;
}
.presentation .content_presentation .text_presentation {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 30px;
  width: 62%;
  min-width: 300px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.presentation .content_presentation .text_presentation::before {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  background: #F47A09;
  position: absolute;
  bottom: 0;
  left: 25%;
}
.presentation .content_presentation .img_container {
  width: 400px;
  position: relative;
}
.presentation .content_presentation .img_container::after {
  content: "";
  width: 60%;
  height: 80%;
  display: block;
  background: #F47A09;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.presentation .content_presentation .img_container::before {
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  background: #429d35;
  position: absolute;
  bottom: -10%;
  left: -10%;
  z-index: -1;
  border-radius: 50%;
}
.presentation .content_presentation .img_container img {
  width: 100%;
  border-radius: 10px;
}

.amenagementExt {
  padding: 150px 0 250px;
  background: #EFEFEF;
  width: 100%;
  position: relative;
  background-image: linear-gradient(238deg, rgba(14, 13, 13, 0.06) 0%, rgba(14, 13, 13, 0.06) 35%, rgba(113, 113, 113, 0.03) 35%, rgba(113, 113, 113, 0.03) 42%, rgba(210, 210, 210, 0) 42%, rgba(210, 210, 210, 0) 100%), linear-gradient(160deg, rgba(14, 13, 13, 0.06) 0%, rgba(14, 13, 13, 0.06) 25%, rgba(113, 113, 113, 0.03) 25%, rgba(113, 113, 113, 0.03) 30%, rgba(210, 210, 210, 0) 30%, rgba(210, 210, 210, 0) 100%), linear-gradient(155deg, rgba(14, 13, 13, 0.06) 0%, rgba(14, 13, 13, 0.06) 13%, rgba(113, 113, 113, 0.03) 13%, rgba(113, 113, 113, 0.03) 27%, rgba(210, 210, 210, 0) 27%, rgba(210, 210, 210, 0) 100%), linear-gradient(180deg, rgb(250, 250, 250), rgb(250, 250, 250));
  background-attachment: fixed;
}
.amenagementExt .barriere {
  width: 30%;
  overflow: hidden;
  height: 50px;
  min-width: 200px;
  position: absolute;
  bottom: 0;
  left: -100%;
}
.amenagementExt .barriere img {
  height: 100%;
}
.amenagementExt .cabane {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: -50%;
}
.amenagementExt .cabane img {
  width: 100%;
  height: 100%;
}
.amenagementExt .content_amenagementExt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.amenagementExt .content_amenagementExt .text_amenagementExt {
  width: 40%;
  min-width: 300px;
  margin-bottom: 30px;
}
.amenagementExt .gallery_amenagementExt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 50%;
  min-width: 300px;
  gap: 10px;
  background: #EFEFEF;
  position: relative;
}
.amenagementExt .gallery_amenagementExt a {
  display: block;
  aspect-ratio: 1/0.7;
  overflow: hidden;
}
.amenagementExt .gallery_amenagementExt a img {
  width: 100%;
  position: relative;
  z-index: 99;
}
.amenagementExt .gallery_amenagementExt::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #F47A09;
  position: absolute;
  right: -10px;
  top: -40px;
  z-index: 0;
}
.amenagementExt .gallery_amenagementExt::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: #429d35;
  position: absolute;
  left: -20px;
  bottom: -50px;
  border-radius: 50%;
}

.amenagementInt {
  padding: 100px 0 100px;
  position: relative;
  background-attachment: fixed;
  background-color: #F47A09;
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-size: calc(100% - 100px) 150%;
  background-position: 0 -80px;
  background-attachment: scroll;
}
.amenagementInt .peinture {
  position: absolute;
  right: 20px;
  top: 20px;
  height: calc(100% - 20px);
  width: 80px;
}
.amenagementInt .peinture .trace_peinture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: url("../images/amenagementInt/peinture.png");
  background-size: 55px 100%;
  background-position: 10px 0;
  background-repeat: no-repeat;
}
.amenagementInt .peinture .masque {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F47A09;
  z-index: 6;
}
.amenagementInt .peinture .rouleau {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.amenagementInt .content_amenagementInt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.amenagementInt .content_amenagementInt .text_amenagementInt {
  width: 40%;
  position: relative;
  z-index: 900;
  color: #FAFAFA;
}
.amenagementInt .content_amenagementInt .text_amenagementInt h2 {
  width: 100%;
}
.amenagementInt .content_amenagementInt .text_amenagementInt ul {
  list-style-image: url("../images/Check2.png");
}
.amenagementInt .gallery_amenagementInt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 50%;
  min-width: 300px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
.amenagementInt .gallery_amenagementInt a {
  display: block;
  aspect-ratio: 1/0.7;
  overflow: hidden;
}
.amenagementInt .gallery_amenagementInt a img {
  width: 100%;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.amenagementInt .gallery_amenagementInt::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -50px;
  top: -50px;
  border-radius: 50%;
  z-index: -1;
}
.amenagementInt .gallery_amenagementInt::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #429d35;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.amenagementInt .gallery_amenagementInt > img {
  width: 100% !important;
}

.carousel-item img {
  width: 100% !important;
}

.entretien {
  padding: 100px 0 250px;
  background: #EFEFEF;
  position: relative;
  z-index: 20;
  background-image: linear-gradient(238deg, rgba(14, 13, 13, 0.06) 0%, rgba(14, 13, 13, 0.06) 35%, rgba(113, 113, 113, 0.03) 35%, rgba(113, 113, 113, 0.03) 42%, rgba(210, 210, 210, 0) 42%, rgba(210, 210, 210, 0) 100%), linear-gradient(160deg, rgba(14, 13, 13, 0.06) 0%, rgba(14, 13, 13, 0.06) 25%, rgba(113, 113, 113, 0.03) 25%, rgba(113, 113, 113, 0.03) 30%, rgba(210, 210, 210, 0) 30%, rgba(210, 210, 210, 0) 100%), linear-gradient(155deg, rgba(14, 13, 13, 0.06) 0%, rgba(14, 13, 13, 0.06) 13%, rgba(113, 113, 113, 0.03) 13%, rgba(113, 113, 113, 0.03) 27%, rgba(210, 210, 210, 0) 27%, rgba(210, 210, 210, 0) 100%), linear-gradient(180deg, rgb(250, 250, 250), rgb(250, 250, 250));
  background-attachment: fixed;
}
.entretien .pelouse {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.entretien .pelouse .tonte {
  width: 100%;
  height: 15px;
  background: #429d35;
  position: relative;
  left: 100px;
}
.entretien .pelouse .pelouse_bottom {
  width: 100%;
  height: 25px;
  background-color: #429d35;
}
.entretien .tondeuse {
  height: 200px;
  width: 200px;
  position: absolute;
  bottom: 0px;
  left: 10px;
}
.entretien .tondeuse img {
  width: 100%;
  height: 100%;
}
.entretien .content_entretien {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.entretien .content_entretien .text_entretien {
  width: 50%;
}
.entretien .content_entretien .gallery_entretien {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 50%;
  min-width: 300px;
  gap: 10px;
  background: #EFEFEF;
  position: relative;
}
.entretien .content_entretien .gallery_entretien a {
  display: block;
  aspect-ratio: 1/0.7;
  overflow: hidden;
}
.entretien .content_entretien .gallery_entretien a img {
  width: 100%;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.entretien .content_entretien .gallery_entretien::before {
  content: "";
  display: block;
  width: 30%;
  height: 80%;
  position: absolute;
  left: -10px;
  top: -10px;
  background: #F47A09;
  z-index: -1;
}
.entretien .content_entretien .gallery_entretien::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #429d35;
  position: absolute;
  bottom: -30px;
  right: -100px;
}
.entretien .content_entretien .gallery_entretien > img {
  width: 100% !important;
}
.entretien .content_entretien::before {
  content: "";
  display: block;
  width: 60px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -40px;
  background: url(../sprites.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.entretien .content_entretien::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  bottom: 100px;
  background: #F47A09;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  z-index: 1;
}
.entretien .content_entretien img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.contact {
  padding: 100px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #429d35;
  background-image: url("../images/line2.svg");
  background-size: 100%;
  background-position: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.contact h2 {
  color: #FAFAFA;
}
.contact::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #F47A09;
  position: absolute;
  top: 30px;
  right: -100px;
}
.contact .contact_content {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.contact .contact_content .text_contact {
  text-align: center;
  padding: 50px 50px;
  font-weight: bold;
  width: 40%;
  color: #FAFAFA;
}
.contact .contact_content .text_contact .tel-btn {
  padding: 10px 20px;
  background-color: #FAFAFA;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #429d35;
  margin: 10px auto;
  border-radius: 30px;
}
.contact .contact_content .text_contact img {
  width: 90%;
  min-width: 300px;
  margin-bottom: 15px;
}
.contact .contact_content .text_contact p {
  font-weight: bold;
  font-size: 16px;
}
.contact .contact_content .text_contact p .iconify {
  color: #F47A09;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact .contact_content .form {
  width: 40%;
}

.g-recaptcha {
  margin: 10px auto !important;
  display: flex;
  justify-content: center;
}

#envoyer {
  cursor: pointer;
}

footer {
  padding: 100px 0 100px;
  background: #3a7f30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .logoFooter {
  width: 310px;
}
footer .adresse {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer .adresse p {
  margin: 0;
}

@-webkit-keyframes backgroundAnim {
  0% {
    background-position: 2% 85%;
  }
  100% {
    background-position: 2% 80%;
  }
}

@keyframes backgroundAnim {
  0% {
    background-position: 2% 85%;
  }
  100% {
    background-position: 2% 80%;
  }
}
.container_mentions {
  margin: 150px auto 50px;
  width: 80%;
}

@media screen and (max-width: 1001px) {
  .icon_menu {
    visibility: visible !important;
  }
  .nav_menu {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100px;
    width: 100%;
    background: #429d35;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .with_menu .nav_menu {
    visibility: visible;
    opacity: 1;
  }
  .contact {
    background-position: 50% 98%;
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (max-width: 992px) {
  .content_amenagementExt,
.content_amenagementInt,
.content_entretien,
.content_presentation, .contact_content {
    justify-content: center !important;
  }
  .text_presentation {
    margin: 20px 0;
    width: 100% !important;
  }
  .text_presentation::before {
    visibility: hidden;
  }
  .text_amenagementExt {
    width: 100% !important;
  }
  .gallery {
    width: 100% !important;
  }
  .text_amenagementInt {
    width: 100% !important;
  }
  .slider_container {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .text_entretien {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .img_entretien {
    width: 100% !important;
  }
  .contact_content {
    flex-direction: column;
    padding: 15px;
  }
  .contact_content .text_contact {
    width: 100% !important;
  }
  .contact_content .form {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .list_container {
    flex-direction: column;
  }
  .list_container ul {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */