/* ------------------------------------------------------  
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

section {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  font-family: "Montserrat", sans-serif;
}

body ul li {
  list-style: none;
}

body ul li a {
  text-decoration: none;
}

body section.row, body header.row, body footer.row {
  margin: 0;
}

body #success {
  display: none;
}

body #error {
  display: none;
}

body iframe {
  border: none;
}

body i:before {
  margin-left: 0px !important;
}

body a, body .btn, body button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  text-decoration: none;
}

body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/
/*header css start*/
.header-section {
  background: #fff;
  padding: 10px 0;
  border-top: 15px solid #1F361C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-section.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: -99px;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(99px);
  transform: translateY(99px);
  -webkit-transition: background 200ms ease, -webkit-transform 500ms ease;
  transition: background 200ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background 200ms ease;
  transition: transform 500ms ease, background 200ms ease, -webkit-transform 500ms ease;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header-logo {
  display: block;
  margin-right: 100px;
}
.header-logo img {
  max-width: 200px;
  min-width: 200px;
}

.navbar-opner,
.navbar-closer,
.dropdown-btn {
  display: none;
}

.header-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  width: 100%;
}

.header-menu ul {
  padding: 0;
  margin: 0;
}
.header-menu ul li {
  display: inline-block;
  margin-right: 70px;
  padding: 15px 0;
}
.header-menu ul li:hover ul {
  display: block;
  padding: 0px;
  background: #fff;
  top: 100%;
  left: 0;
  border-radius: 4px;
  min-width: 200px;
}
.header-menu ul li:hover ul li {
  margin: 0;
  display: block;
  padding: 0;
}
.header-menu ul li:hover ul li a {
  padding: 13px;
  display: block;
  border-bottom: 1px solid #eee;
}
.header-menu ul li:hover ul li a::after {
  bottom: 0;
  height: 2px;
}
.header-menu ul li a {
  display: block;
  letter-spacing: 0px;
  color: #292929;
  opacity: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}
.header-menu ul li a::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  width: 0%;
  height: 4px;
  background: #1D4028;
  bottom: -10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu ul li a:hover, .header-menu ul li a.active {
  color: #1D4028;
}
.header-menu ul li a:hover::after, .header-menu ul li a.active::after {
  width: 100%;
  left: 0;
}

.header-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
.header-right-side a {
  letter-spacing: 0px;
  color: #292929;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}
.header-right-side a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
}
.header-right-side .phone::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: -10px;
  width: 87%;
  height: 1px;
  background: #1D4028;
}

.header-btn {
  letter-spacing: 0px;
  color: #F6F6F6 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  background: #187736;
  display: inline-block;
  padding: 11px 30px;
  border-radius: 5px;
}
.header-btn:hover {
  background: #1D4028;
}

/*header css end*/
/*banner css start*/
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 150px 0;
  margin-top: 75px;
}

.banner-content {
  max-width: 800px;
}
.banner-content h1 {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  line-height: 88px;
}
.banner-content h2 {
  letter-spacing: 4.18px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 55px;
  font-weight: 600;
  display: inline-block;
  background: #187736 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 45px;
}
.banner-content p {
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 40px;
}
.banner-content .theme-btn::before {
  border-color: #fff;
}

.theme-btn {
  display: inline-block;
  padding: 14px 22px;
  letter-spacing: 0px;
  color: #F6F6F6;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  border-radius: 5px;
  background: #187736;
  position: relative;
  z-index: 3;
}
.theme-btn::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #187736;
  border-radius: 5px;
  z-index: -1;
}
.theme-btn::before {
  position: absolute;
  content: "";
  display: block;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #187736;
  z-index: -2;
}
.theme-btn:hover {
  background: #1D4028 !important;
  color: #fff !important;
}
.theme-btn:hover::before {
  border: 2px solid #1D4028;
}
.theme-btn:hover::after {
  background: #1D4028 !important;
}

.banner-bottom {
  background: #1D4028;
  padding: 20px;
}

.banner-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.banner-bottom-wrapper p {
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-bottom-wrapper p i {
  margin-right: 15px;
  height: 30px;
  width: 30px;
  background: #FFFFFF;
  color: #1D4028;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  font-size: 15px;
}

/*banner css end*/
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  letter-spacing: 0px;
  color: #1D4028;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
}
.section-title span {
  letter-spacing: 0px;
  color: #187736;
  font-size: 35px;
  font-weight: 400;
  line-height: 48px;
  font-family: "DM Serif Display", serif;
  font-style: italic;
}

/*propos-section css start*/
.propos-section {
  padding: 120px 0;
  padding-bottom: 140px;
}

.propos-content {
  padding-left: 20px;
  border-left: 3px solid #187736;
  margin-bottom: 50px;
}
.propos-content p {
  letter-spacing: 0px;
  color: #222A24;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 25px;
}

.propos-img {
  position: relative;
  max-width: 681px;
  margin-left: auto;
}
.propos-img img {
  border-radius: 5px;
}
.propos-img::after {
  position: absolute;
  content: "";
  display: block;
  right: -30px;
  bottom: -30px;
  height: 100%;
  width: 100%;
  background: #1D4028;
  border-radius: 5px;
  z-index: -1;
}

/*propos-section css end*/
/*clients-satisfaits-section css start*/
.clients-satisfaits-section {
  padding: 120px 0;
  background: #F8F8F8;
}

.grid-three {
  max-width: 1100px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.clients-satisfaits-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 23px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 23px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  position: relative;
  padding: 15px;
  text-align: center;
}
.clients-satisfaits-item .icons {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #177E40;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  top: -40px;
  right: -30px;
}
.clients-satisfaits-item h2 {
  letter-spacing: 0px;
  color: #1D4028;
  font-size: 70px;
  line-height: 92px;
  font-weight: 700;
}
.clients-satisfaits-item p {
  letter-spacing: 0px;
  color: #187736;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  font-style: italic;
  font-family: "DM Serif Display", serif;
}

/*clients-satisfaits-section css end*/
/*amenagement-section css start*/
.amenagement-section .propos-img {
  max-width: 592px;
  margin-right: auto;
  margin-left: 0;
}
.amenagement-section .propos-img img {
  height: 444px;
}
.amenagement-section .amenagement-wrapper {
  max-width: 681px;
  margin-left: auto;
}

/*amenagement-section css end*/
/*services-section css start*/
.services-section {
  position: relative;
  padding-bottom: 120px;
}
.services-section .section-title {
  padding-left: 20px;
  border-left: 3px solid #187736;
  margin-bottom: 50px;
}

.services-slider {
  max-width: 1700px;
  margin-left: auto;
}

.services-items {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-items img {
  width: 47% !important;
  height: 248px;
  border-radius: 4px 0px 0px 4px;
}
.services-items .services-content {
  width: 53%;
  padding: 18px 30px;
  border: 2px solid #f3f3f3;
  border-radius: 0px 4px 4px 0px;
  height: 248px;
}
.services-items .services-content h6 {
  letter-spacing: 0px;
  color: #187736;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.services-items .services-content p {
  letter-spacing: 0px;
  color: #222A24;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.owl-nav {
  display: none;
}

.owl-dot {
  width: 15px;
  height: 15px;
  background: #187736 !important;
  margin-right: 10px;
  border-radius: 50%;
}

.owl-dot.active {
  background: #1D4028 !important;
}

.owl-dots {
  position: absolute;
  top: -90px;
  right: 10%;
}

/*services-section css end*/
/*realisations-section css start*/
.realisations-section {
  padding: 120px 0;
  background: #F8F8F8;
}
.realisations-section .section-title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.realisations-section .section-title::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -15px;
  height: 3px;
  width: 176px;
  background: #187736;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.realisations-section p {
  text-align: center;
  letter-spacing: 0px;
  color: #222A24;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 70px;
}

.realisations-item {
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 50px;
}
.realisations-item span {
  width: 23px;
  height: 23px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  font-size: 10px;
  color: #fff;
  background: #1C4A33;
  position: absolute;
  top: 15px;
  left: 15px;
}
.realisations-item img {
  width: 100%;
  border-radius: 4px;
}
.realisations-item p {
  background: #1C4A33;
  border-radius: 4px 4px 0px 0px;
  letter-spacing: 0px;
  color: #F8F8F8;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px;
}

.realisations-filter-tab {
  margin-bottom: 20px;
}

.realisations-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.realisations-filter a {
  letter-spacing: 0px;
  color: #1D4028;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #1D4028;
  border-radius: 5px;
}
.realisations-filter li.active a {
  background: #1D4028;
  color: #fff;
}

.realisations-inner.row {
  --bs-gutter-x: 50px;
}

.lb-data .lb-close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
  display: block;
}

/*realisations-section css end*/
/*contact-section css start*/
.contact-section {
  padding: 120px 0;
}
.contact-section .section-title {
  margin-bottom: 70px;
}
.contact-section label {
  text-align: left;
  letter-spacing: 0px;
  color: #1D4028;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}
.contact-section textarea {
  height: 177px;
}
.contact-section .input-item {
  margin-bottom: 50px;
}

.form-control {
  background: #F3F3F3 !important;
  border-radius: 4px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #1D4028;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 15px;
}
.form-control::-webkit-input-placeholder {
  text-align: left;
  letter-spacing: 0px;
  color: #B4B2B2;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.form-control::-moz-placeholder {
  text-align: left;
  letter-spacing: 0px;
  color: #B4B2B2;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.form-control:-ms-input-placeholder {
  text-align: left;
  letter-spacing: 0px;
  color: #B4B2B2;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.form-control::-ms-input-placeholder {
  text-align: left;
  letter-spacing: 0px;
  color: #B4B2B2;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.form-control::placeholder {
  text-align: left;
  letter-spacing: 0px;
  color: #B4B2B2;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}

.contact-images {
  margin-left: auto;
  max-width: 700px;
}
.contact-images img {
  margin-bottom: -5px;
}

.contact-text {
  background: #1C4A33 0% 0%;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.contact-text a {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.contact-text a .fa-phone {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.contact-text a i {
  margin-right: 10px;
}

/*contact-section css end*/
/*footer-section css start*/
.footer-section {
  background: #F8F8F8;
  padding: 100px 0;
  padding-bottom: 0;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-right: 50px;
  border-right: 2px solid #187736;
}
.footer-logo a {
  display: block;
}
.footer-logo a img {
  min-width: 200px;
  max-width: 20px;
}
.footer-logo p {
  letter-spacing: 0px;
  color: #222A24;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.footer-menu {
  padding-left: 50px;
}
.footer-menu li {
  display: inline-block;
  margin-bottom: 15px;
}
.footer-menu li:last-child a {
  border: none;
}
.footer-menu li a {
  display: block;
  letter-spacing: 0px;
  color: #222A24;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 10px;
  border-right: 1px solid #187736;
}
.footer-menu li a:hover {
  color: #187736;
}

.footer-bottom {
  background: #1C4A33;
  padding: 10px 0;
  text-align: center;
  margin-top: 100px;
}
.footer-bottom p {
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.footer-bottom p a {
  color: #fff;
}

.marchau-overlay {
  display: none;
}

/*footer-section css end*/
/* hamburger menu css start */
.marchau-nav-open {
  position: relative;
  padding: 0;
  width: 40px;
  height: 10px;
  border: none;
}
.marchau-nav-open span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 5px;
  background: #187736;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.marchau-nav-open span:nth-child(1) {
  top: -6px;
}
.marchau-nav-open span:nth-child(2) {
  top: 3px;
}
.marchau-nav-open span:nth-child(3) {
  top: 12px;
}

.nav_activee .marchau-nav-open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.nav_activee .marchau-nav-open span:nth-child(2) {
  width: 0px;
  opacity: 0;
}
.nav_activee .marchau-nav-open span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* hamburger menu css end */
/* prealoader css start */
.hollowLoader {
  width: 3em;
  height: 3em;
  -webkit-animation: loaderAnim 1.25s infinite ease-in-out;
  animation: loaderAnim 1.25s infinite ease-in-out;
  outline: 1px solid transparent;
}

.hollowLoader .largeBox {
  height: 3em;
  width: 3em;
  background-color: #ececec;
  outline: 1px solid transparent;
}

.hollowLoader .smallBox {
  height: 3em;
  width: 3em;
  background-color: #187736;
  z-index: 1;
  outline: 1px solid transparent;
  -webkit-animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
  animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
}

@-webkit-keyframes smallBoxAnim {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes smallBoxAnim {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@-webkit-keyframes loaderAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes loaderAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #187736;
  z-index: 9999;
}

/* preloader css end */
.lightbox {
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed !important;
}

/*----------------responsive css start------------------------------------*/
@media (min-width: 1320px) and (max-width: 1800px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1320px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .container {
    max-width: 992px !important;
  }
}
@media (max-width: 1800px) {
  .header-logo img {
    max-width: 120px;
    min-width: 120px;
  }
  .header-menu ul li {
    margin-right: 40px;
  }
  .header-menu ul li a {
    font-size: 16px;
  }
  .header-right-side a {
    font-size: 16px;
  }
  .header-right-side {
    gap: 30px;
  }
  
  .banner-content h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .banner-content p {
    font-size: 18px;
  }
  .banner-section {
    padding: 150px 0;
  }
  .banner-bottom-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 1800px) {
  .header-logo {
    margin-right: 60px;
  }
  .banner-section {
    margin-top: 100px;
  }
  .header-menu {
   
    margin-right: 40px;
  }
  .header-menu ul li {
    margin-right: 25px;
  }
  .header-menu ul li a {
    font-size: 14px;
  }
  .header-right-side a {
    font-size: 14px;
  }
  .banner-section {
    padding: 120px 0;
  }
  .banner-content h1 {
    font-size: 45px;
    line-height: 64px;
  }
  .banner-content h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .banner-bottom-wrapper p {
    font-size: 16px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title span {
    font-size: 30px;
  }
  .propos-content p {
    font-size: 16px;
  }
  .clients-satisfaits-item h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .clients-satisfaits-item .icons {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    top: -20px;
    right: -15px;
  }
  .amenagement-section .propos-img {
    max-width: 450px;
  }
  .services-slider {
    max-width: 1460px;
    margin-left: 150px;
  }
  .services-items .services-content p {
    font-size: 16px;
    line-height: 25px;
  }
  .realisations-filter a {
    padding: 15px 25px;
  }
  .realisations-item p {
    font-size: 14px;
  }
  .contact-images {
    max-width: 480px;
  }
  .contact-text a {
    font-size: 14px;
  }
  .contact-section label {
    font-size: 16px;
  }
  .owl-dots {
    right: 300px;
  }
}
@media (max-width: 1200px) {
  .owl-dots {
    right: 150px;
  }
  .header-menu {
    margin-right: 0;
  }
  .realisations-filter a {
    font-size: 16px;
    padding: 12px 20px;
  }
  .realisations-filter {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services-slider {
    max-width: 100%;
    margin: 0;
  }
  .amenagement-section .propos-img {
    max-width: 350px;
  }
  .clients-satisfaits-item p {
    font-size: 20px;
    line-height: 25px;
  }
  .clients-satisfaits-item h2 {
    font-size: 40px;
  }
  .realisations-item p {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .header-menu {
    margin: 0;
  }
  .container {
    padding: 0 30px;
  }
  .grid-three {
    gap: 40px;
  }
  .header-menu-wrapper {
    position: fixed;
    top: 0px;
    left: -100%;
    height: 100vh;
    width: 300px;
    background: #fff;
    padding: 50px 10px;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-menu-wrapper.active {
    left: 0;
  }
  .header-menu ul li:hover ul {
    display: none;
  }
  .navbar-opner {
    display: block;
  }
  .header-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: justify;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-menu ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header-menu ul li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .header-menu ul li a::after {
    display: none;
  }
  .header-menu {
    width: 100%;
  }
  .header-right-side {
    gap: 20px;
  }
  .header-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .marchau-overlay {
    display: block;
    left: -100%;
    height: 100vh;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: rgba(24, 119, 54, 0.5);
    position: fixed;
    z-index: 80;
    top: 0;
  }
  .nav_activee .header-menu-wrapper {
    left: 0;
  }
  .nav_activee .marchau-overlay {
    left: 0;
  }
  .navbar-closer {
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border: 1px solid rgba(24, 119, 54, 0.5);
    color: rgb(24, 119, 54);
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .banner-bottom-wrapper p {
    font-size: 12px;
  }
  .banner-bottom-wrapper p i {
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
  .banner-bottom-wrapper {
    gap: 30px;
  }
  .realisations-item p {
    font-size: 14px;
  }
  .dropdown-btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 20px;
    width: 70px;
    text-align: center;
    cursor: pointer;
  }
  .header-menu .dropdown-menu {
    position: unset !important;
    padding-left: 20px !important;
    border: none;
  }
}
@media (max-width: 999px) {
  .footer-menu li a {
    font-size: 16px;
  }
  .contact-text a {
    display: block;
    text-align: center;
  }
  .contact-images {
    max-width: 100%;
    margin-top: 40px;
  }
  .services-items .services-content {
    height: 227px;
  }
  .services-items img {
    height: 228px !important;
  }
  .amenagement-section .propos-img img {
    height: auto !important;
  }
  .amenagement-section .propos-img {
    max-width: 100%;
  }
  .footer-bottom p {
    font-size: 16px;
  }
  .amenagement-section .propos-img {
    margin-bottom: 60px;
    margin-top: 0;
  }
  .banner-section {
    padding: 100px 0 !important;
  }
  .banner-content h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .banner-content h2 {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 30px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .theme-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .propos-section,
  .clients-satisfaits-section,
  .realisations-section,
  .contact-section {
    padding: 60px 0;
  }
  .services-section {
    padding-bottom: 60px;
  }
  .propos-img {
    margin-top: 40px;
  }
  .section-title h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .section-title span {
    font-size: 20px;
    line-height: 25px;
  }
  img {
    height: auto !important;
  }
  .propos-img::after {
    right: -10px;
    bottom: -10px;
  }
  .footer-logo {
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
  .footer-menu {
    padding: 0;
  }
  .footer-bottom {
    margin-top: 60px;
  }
  .footer-section {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .services-items .services-content {
    width: 100%;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .services-items img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .contact-section .input-item {
    margin-bottom: 30px;
  }
  .realisations-filter a {
    font-size: 14px;
    padding: 8px 10px;
  }
  .footer-logo p {
    margin-top: 20px;
  }
  .footer-menu li {
    display: block;
  }
  .footer-menu li a {
    border: none;
    line-height: 22px;
  }
  .realisations-item {
    margin-top: 30px;
  }
  .realisations-inner.row {
    --bs-gutter-x: 30px;
  }
  .realisations-item p {
    font-size: 14px;
  }
  .owl-dots {
    position: unset;
    text-align: center;
    margin-top: 20px;
  }
  .services-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-items img {
    width: 100% !important;
    height: 150px !important;
  }
  .services-items .services-content {
    width: 100%;
    padding: 10px;
  }
  .banner-bottom-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-bottom-wrapper {
    gap: 20px;
  }
  .footer-logo {
    display: block;
  }
  .banner-bottom {
    padding: 15px 0;
  }
  .grid-three {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .contact-text {
    display: block;
  }
  .container {
    padding: 0 20px;
  }
  .banner-content h2 {
    font-size: 11px;
  }
  .banner-bottom-wrapper {
    gap: 0 25px;
  }
  .banner-bottom-wrapper p i {
    margin-right: 6px;
  }
  .banner-bottom-wrapper p {
    font-size: 8px;
    display: block;
  }
  .banner-bottom-wrapper p i {
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 10px;
  }
}

.response-message {
        background-color: #1D4028;
    color: white;
    
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: auto;
    font-size: 15px;
    text-align: center;
}
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #187736 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #187736;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
/*# sourceMappingURL=style.css.map */