/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #31A574;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

/* .section {
  margin-top: 120px;
} */

/* .section-heading {
  margin-bottom: 70px;
} */

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #e3a013;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #31A574;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #C13511;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #C13511;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #31A574;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #C13511;
  color: #fff;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: fixed;
  background-color: #fff8dc;
  height: 80px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
  top: 0px;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.logo{
  width: 80px;
  height: 89px;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #31A574;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  /* margin-top: 30px; */
  margin: 15px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  padding: 10px;
  border-radius: 5%;
  background-color: #fff8dc;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  /* height: 100px; */
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

/* .header-area .main-nav .nav li:last-child a {
  background-color: #31A574;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
} */

.header-button{
  background-color: #31A574;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
}


.header-button i{
  background-color: #C13511;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

/* .header-area .main-nav .nav li:last-child a i {
  background-color: #C13511;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
} */

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #31A574;
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: #C13511;
}

.header-area .main-nav .nav li a.active {
  color: #C13511;
}


.background-header .main-nav .nav li a.active {
  color: #C13511;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #31A574;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #31A574;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #31A574;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #31A574;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #31A574;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #31A574;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #31A574;
    background-color: #fff8dc;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  /* .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  } */
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    /* height: 90px; */
    box-shadow: none;
    text-align: center;
    
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

.header-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  min-height: 500px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.header-banner .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40%;
  background-size: cover;
  /* background-position: center right; */
  z-index: 1;
  opacity: 0.25;
  margin-top: 30px;
}

.header-banner .banner-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  background-color: transparent;
  border-radius: 20px;
  padding: 2rem;
  text-align: left;
  margin-top: 30px;
}

.header-banner .banner-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
}

.header-banner p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* Responsive buttons (assume you already have .action-button defined) */
.header-banner .action-button {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .header-banner {
    flex-direction: column;
    padding: 4rem 1rem;
  }

  .header-banner .banner-image {
    left: 0;
    opacity: 0.15;
  }

  .header-banner .banner-content {
    text-align: center;
    max-width: 100%;
  }
}



.header-banner .banner-content .sub-title {
  font-size: 24px;
  color: #EB3656;
  text-transform: uppercase; 
}
@media (max-width: 767px) {
  .header-banner .banner-content .sub-title {
    font-size: 18px; } 
}
.header-banner .banner-content .banner-title {
  font-size: 60px; 
}
  .header-banner .banner-content .banner-title span {
    color: #31A574; 
}
@media (max-width: 767px) {
  .header-banner .banner-content .banner-title {
    font-size: 38px; } 
}
.header-banner .banner-content .banner-contact {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #EB3656;
  text-transform: uppercase;
  margin-left: 70px; 
}
.header-banner .banner-content .banner-contact::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #EB3656;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}

.action-button {
  font-size: clamp(0.9rem, 2.5vw, 1.2rem); /* s'adapte entre 14px et 19px environ */
  font-weight: 500;
  background-color: #31A574;
  border-radius: 0.5rem;
  /* height: clamp(2.5rem, 6vw, 3.2rem); */
  line-height: normal;
  display: inline-block;
  padding: 0.5em 1.5em;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  /* white-space: nowrap; */
}


.action-button-header{

  font-size: 16px;
  font-weight: 600;
  background-color: #31A574 !important;
  border-radius: 5px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}
.action-button.active{
  background-color: #C13511 !important;
  color: #fff;
  margin-top: 15px;
}

.call-button{
    font-size: clamp(0.9rem, 2.5vw, 1.2rem); /* s'adapte entre 14px et 19px environ */
  font-weight: 500;
  background-color: #31A574;
  border-radius: 0.5rem;
  line-height: normal;
  display: inline-block;
  padding: 0.5em 1.5em;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
}


.simple-shape {
  width: 293px;
  height: 14px;
  display: inline-block;
  margin: 50px;
}


.one {
  background-color: #ffaabb;
  -webkit-animation: simple-square-to-circle 1s 0s linear infinite alternate, simple-scale 1s 1s linear infinite alternate;
  animation: simple-square-to-circle 2s 0s linear infinite alternate, simple-scale 1s 1s linear infinite alternate;
}


.two {
  background-color: #ffc40085;
  -webkit-animation: simple-rotate 5s 5s linear infinite alternate;
  animation: simple-rotate 5s 5s linear infinite alternate;
  position: absolute;
  z-index: 10;
  top:10px;
}

.four {
  background-color: #c7e1ba;
  -webkit-animation: simple-move 2s 2s linear infinite alternate;
  animation: simple-move 2s 2s linear infinite alternate;
  position: absolute;
  z-index: -1;
  top:78px;
  right: 30px;
}

@keyframes simple-square-to-circle {
  100% {
    border-radius: 50%;
  }
}

@-webkit-keyframes simple-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes simple-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes simple-scale {
  100% {
    -webkit-transform: scale(1.5);
  }
}

@keyframes simple-scale {
  100% {
    transform: scale(1.5);
  }
}

@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(50px, 0);
  }
}

@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/



/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured{
  margin-top: 20px;
}

.info-table{
  margin-top: 50px;
}


.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #C13511;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #31A574;
}

.featured .accordion-button:not(.collapsed) {
  color: #C13511;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.featured .how_is_work {
  margin-top: 35px;
}


/* 
--------------------
slider slick
------------------
*/

.maine {
	font-family:Arial;
	width:100%;
	display:block;
	margin:0 auto;
  }
  /* .slider{
    width: 50%;
  } */
  .slider img {
	  background: white;
	  color: #3498db;
	  font-size: 36px;
	  line-height: 100px;
	  margin: 0px;
	  padding: 2%;
	  position: relative;
	  text-align: center;
    border-radius: 20px;
  }

  @media (min-width: 500px) {
    .maine {
        display: block;
    }
}

/*---------------------------------------------
For Vendors
---------------------------------------------*/
 
/*
 * ## Cards Container Class
 */

.center_div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}

.cards-container {
  /* List Styling Clean-Up */
  list-style: none;
  padding: 0; margin: 0;

  /* Alignment */
  margin: auto;
}

/*
 * ### Responsive Layout Rules
 */

/* When viewport width is equal or greater than 788 pixels,
 * the cards container will fix its width and will append the
 * clear fix pseudo-class to avoid float property issues.
 *
 * The width will depend from the current viewport width.
 * If is greater than 1166 pixels, will be 1106 pixels.
 * Else, then will be 728 pixels.
 */

@media (min-width: 788px) {
  .cards-container { 
    width: 728px;
  }
  /* Clear Fix */
  .cards-container::after {
    content: "";
    clear: both;
    display: table;
  }
}

@media (min-width: 1166px) {
  .cards-container {
    width: 1106px;
  }
}

/*
 * ## Feature Card Class
 */

[class$='feature-card'] {
  /* Positioning and Sizing */
  position: relative;
  box-sizing: border-box;
  width: 350px; height: 250px;

  /* Alignment */
  margin: 0;
  padding: 32px;

  /* Box Details */
  border-radius: 10px;
  border-top: solid 5px black;
  box-shadow: 2px 5px 20px rgb(0,0,0,0.1);
}
 
/*
 * ### Inner Elements
 */

[class$='feature-card'] h2, [class$='feature-card'] p { margin: 0; }

[class$='feature-card'] img {
  position: absolute;
  bottom: 32px; right: 32px;
}

/*
 * ### Top Border Colors Rules
 */

[class$='feature-card'][class*='cyan'] {
  border-color: hsl(180, 62%, 55%);
}

[class$='feature-card'][class*='red'] {
  border-color: hsl(0, 78%, 62%);
}

[class$='feature-card'][class*='orange'] {
  border-color: hsl(34, 97%, 64%);
}

[class$='feature-card'][class*='blue'] {
  border-color: hsl(212, 86%, 64%);
}

@media (min-width: 788px) {
  [class$='feature-card'] {
    float: left;
  }

  @media (min-width: 1166px) {
    
    [class$='feature-card']:first-child {
      margin: 140px 0;
    }
   
    [class$='feature-card']:nth-child(2),
    [class$='feature-card']:nth-child(3) {
      margin: 0 22px;
    }

    [class$='feature-card']:last-child {
      margin-top: -110px;
    }

    [class$='feature-card']:nth-child(3) {
      margin-top: 30px;
    }
  }

  @media (max-width: 1165px) {

    [class$='feature-card']:nth-child(3),
    [class$='feature-card']:nth-child(4) {
      margin-top: 30px;
    }

    [class$='feature-card']:nth-child(2),
    [class$='feature-card']:nth-child(4) {
      margin-left: 28px;
    }
  }
}

@media (max-width: 787px) {

  [class$='feature-card'] {
    width: 300px; height: 220px;
    margin: auto;
  }

  [class$='feature-card']:not(:first-child) {
    margin-top: 22px;
  }
}




/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  background-image: url(../img/banner_login.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
  margin-top: 20px;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%; /* Ratio 16:9 (hauteur / largeur) */
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.video-content .video-frame a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: #C13511;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 70px;
}

.fun-facts .counter {
  background-color: #31A574;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #fff;
}

.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #2c8c64;
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;
}


/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #ffffff;
  padding: 40px 0px;
  margin-top: 48px;
}

.best-deal .tab-content img {
  padding: 0px 0px;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #31A574 !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #C13511 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 45px;
  align-items: start;
  justify-content: start;
  margin-top: -54px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #31A574;
  font-weight: 700;
  /* float: right; */
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.best-deal .icon-button {
  margin-top: 30px;
}

.article-title{
  color: #000;
  font-weight: 700;
}

.hidden-content {
  display: none;
}
.show-more-button {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}



/* 
----------------------------
create projet style
-----------------------
 */
.create_event{
width: 100%;
font-size: 17px;
margin: 0 auto;
}

.event_separator{
	border-radius: 7px;
	text-align: center;
	margin: 20px;
	padding: 10px;
}

.event_separator2{
  border-radius: 7px;
	text-align: center;
	margin: 20px;
	padding: 10px;
}

.event_separator3{
  border-radius: 7px;
	text-align: center;
	padding: 10px;
}

.form-control:focus {
	box-shadow: none;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

.form-group {
  margin-bottom: 25px;
  margin-top: 20px;
}

#myTabContent {
  margin-top: 20px;
}

.profil_business{
  background-color: aliceblue;
  border-radius: 15px;
  padding: 10px;
}

.form-group label{

  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #2c8c64;

}

.copy-text {
	position: relative;
	padding: 10px;
	/* background: #31a57424;
	border: 1px solid #ddd; */
	border-radius: 10px;
	display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
}
.copy-text input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
  width: 100%;
  background-color: unset;
}
.copy-text button {
	padding: 10px;
	background: #2c8c64;
	color: #fff;
	font-size: 10px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;

}

.copy-text button:active {
	background: #2c8c64;
}
.copy-text button::before {
	content: "Copié";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #2c8c64;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button::after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #2c8c64;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button::before,
.copy-text.active button::after {
	display: block;
}

.form-control {
  display: block;
  width: 100%;
  height: 30%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
 
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.icon_w_o{
  width: 20px;
  height: 20px;

}


.formulaire-de-creation{
  margin-top: -35px;
  margin-bottom: 40px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slidere {
  position: absolute;
  cursor: pointer;
  top: 11px;
  left: 4px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}


.slidere:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}

@media (max-width: 500px) {
  .slidere {
    position: absolute;
    cursor: pointer;
    top: 11px;
    left: 4px;
    right: -20px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
  }
  
}

.payment_image{
	width: 52%;
	height: 100%;
}

.table-container {
  overflow-x: auto; /* Activer le défilement horizontal */
  max-width: 100%; /* Ajuster la largeur maximale du conteneur en fonction de l'écran */
}

.invoice {
  background: #31a57424;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  overflow-x: auto;
}


.document-type {
  color: #444;
}

.conditions {
  font-size: 0.7em;
  color: #666;
}

.bottom-page {
  font-size: 0.7em;
}

.barcode{
  width: 25%;
  height: 25%;
}

input:checked + .slidere {
  background-color: #31a574;
}

input:checked + .slidere:before {
  transform: translateX(26px);
}

.conditional-input {
  margin-top: 20px;
}

.notif {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #3cd300;
  color: #fff;
  border-radius: 4px;
  z-index: 9999;
}
.failed{
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 4px;
  z-index: 9999;
}



/* --------------------------- 

Dasboard user

-------------------------*/

.nav-link.active {
  background-color: #C13511 !important;
  color: #fff;
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #31A574 !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.nav-tabs{
  padding: 30px;
  margin-top: 20px;
}

.vignette{
	width: 50px;
	height: 50px;
}

.nav-item{
  padding: 5px;
}

/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/
.text_title{
  margin-top: -76px;
  margin-bottom: 50px;
}

.progress-container {
  width: 100%;
  background-color: #ccc;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-container-detailpage{
  width: 100%;
  background-color: #ccc;
  height: 25px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 100px;
  margin-top: 20px;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #e3a013;
  transition: width 0.5s ease-in-out;
}

.progress-bar-detail {
  height: 100%;
  width: 0;
  background-color: #e3a013;
  transition: width 0.5s ease-in-out;
}

.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.properties .item img {
  border-radius: 10px;
}

.properties .item span.category {
  /* background-color: #fbd9cf; */
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #31A574;
}

.properties .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #31A574;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 15px;
  color: #C13511;
  margin-top: 6px;
  display: inline-block;
  /* float: right; */
  margin-top: 0px;
}

.properties .item .main-button {
  text-align: center;
}

.button-center{
  margin-top: 19px;
  display: flex;
  justify-content: center;
}


.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modald {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-contentd {
  margin: 50px auto;
  border: 1px solid #999;
  width: 80%;
}

.modaldt {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}


.formulaired {
  padding: 25px;
  margin: 25px;
  box-shadow: 0 2px 5px #f5f5f5;
  background: #ffffff;
  border-radius: 15px;
}

.action-link-container{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.action-link-item p{
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.closed{
  font-size: 40px;
  color: #31a574;
  position: absolute;
  right: 38px;
}

.image-preview {
  display: none;
  margin-bottom: 15px;
}


.modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  margin: 50px auto;
  border: 1px solid #999;
  width: 80%;
}

.formulair {
  padding: 25px;
  margin: 25px;
  box-shadow: 0 2px 5px #f5f5f5;
  background: #eee;
}

.sous_texte{
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.table{
  margin: 0;
}


/* 
---------------------------------
static page css
----------------------
 */

 .discover .see-more {
  padding: 60px 10px;
}

 .discover .discover-title-item {
  padding: 20px 0px;
  font-size: 20px;
}

.discover .discover-title {
  color: #333333;
  padding-top: 60px;
  font-size: 35px;
  max-width: 900px;
  margin: 0 auto;
}

.why-title-item-page {
  padding: 15px 0px;
  font-size: 25px;
  font-weight: 600;
}

.purplepurple {
  color: #6B0328;
}

.yellowyellow {
  color: #CF8A00;
}

.redred {
  color: #C13611;
}

.greengreen {
  color: #1A835A;
}
.bs-pricing-table-three .bs-pricing-item {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;

}
.roomy-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bs-pricing-table-three {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: flex;
}

.bs-pricing-table-three .bs-pricing-item ul li {
  margin-bottom: 15px;
}

.bs-pricing-table-three .bs-pricing-item .head, .bs-pricing-table-three .bs-pricing-item ul {
  padding: 20px 15px 0px 15px;
}

.bs-pricing-table-three .bs-pricing-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.bs-pricing-table-three .bs-pricing-item {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.bs-pricing-table-three .bs-pricing-item .head, .bs-pricing-table-three .bs-pricing-item ul {
  padding: 20px 15px 0px 15px;
}
.bs-pricing-table-three .head-title {
  position: relative;
}
.bs-pricing-table-three .free .price h1, .bs-pricing-table-three .free ul li i {
  color: #2c8c64;
}

.bs-pricing-table-three .head-title:before {
  left: 0;
}

.bs-pricing-table-three .head-title:after, .bs-pricing-table-three .head-title:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 20%;
  height: 1px;
  background-color: #ddd;
}

.bs-pricing-table-three .head-title:after, .bs-pricing-table-three .head-title:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 20%;
  height: 1px;
  background-color: #ddd;
}

.bs-pricing-table-three .head-title:after {
  right: 0;
}

.bs-pricing-table-three .price h1 {
  font-size: 70px;
}

.bs-pricing-table-three .free .price h1, .bs-pricing-table-three .free ul li i {
  color: #2c8c64;
}

.bs-pricing-table-three .bs-btns {
  width: 100%;
  transition: all 0.6s;
}

.bs-pricing-table-three .free .bs-btns a.btn {
  background-color: #2c8c64;
}

.bs-pricing-table-three .standard .price h1, .bs-pricing-table-three .standard ul li i {
  color: #c13511;
}

.bs-pricing-table-three .standard .price h1, .bs-pricing-table-three .standard ul li i {
  color: #c13511;
}

.bs-pricing-table-three .standard .bs-btns a.btn {
  background-color: #c13511;
}

.bs-pricing-table-three .plus .price h1, .bs-pricing-table-three .plus ul li i {
  color: #e3a013;
}

.bs-pricing-table-three .plus .price h1, .bs-pricing-table-three .plus ul li i {
  color: #e3a013;
}

.bs-pricing-table-three .plus .bs-btns a.btn {
  background-color: #e3a013;
}

.price-table {
  font-size: 22px;
}

.tabb {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0,0,0,0.1);
  padding: 50px 30px;
  padding-bottom: 20px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon i {
  color: #882425;
  text-align: center;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  color: #882425;
  text-align: center;

  transition: 0.3s;
}

.btn-medium-green {
  color: white;
  border-radius: 3px;
  background-color: #31A574;
  padding: 12px 20px;
  box-shadow: 5px 5px 5px black;
}


/* 
---------------------------------------------
partenaire Style
--------------------------------------------- 
*/
.image-partenaires{
  display: flex;
  width: 100%;
  
}
.partenaire{
  margin-top: -30px;
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content .phone {
  margin-right: 15px;
}

.contact-content .email {
  margin-left: 15px;
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #31A574;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-content #contact-form button:hover {
  background-color: #C13511;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-section {
  background: #151414;
  position: relative;
  margin-top: 36px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #31a574;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #31a574;
}
.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #31a574;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #31a574;
    padding: 13px 20px;
    border: 1px solid #31a574;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #31a574;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #31a574;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

/* .page-heading {
  background-image: url(../img/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #31A574;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: #31A574;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
} */


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #31A574;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #C13511;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #C13511;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #31A574;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
  background-color: #C13511;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.main-image{
  text-align: center;
  position: relative;
}
.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: rgba(255, 255, 255, 0.8); */
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
  
}

.image-text h2{
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
  
}

.image-text p{
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  
}

.action-button-detail{
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

.action-button-detail .action-button{
  background: transparent;
  color: #31A574;
}
.action-button-detail .action-button a{
  background: transparent;
  color: #31A574;
}

.detail-description{
  margin-bottom: 26px;
}

.actualite-description img {
  height: auto;
}

.profile_image_detail_avatar{
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.contributor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Grid flexible */
  gap: 20px;
  margin: 20px;
}

.contributor-item {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.contributor-item img {
  max-width: 100%;
  height: 120px;
  object-fit:cover;
  border-radius: 65px;
  margin-bottom: 10px;
}

.contributor-item p {
  font-size: 14px;
  margin-top: 10px;
}

.prix{
  position: absolute;
  background-color: #ff9b00;
  font-size: 20px;

}

.nav-button-link {
  margin-top: 80px;
}

.green_link{
  color: #31A574;
}





.main-image img {
  float: none;
}

.main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.main-content span.category {
  background-color: #f7f7f7;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #31A574;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.main-content p{
  font-size: 14px;
    line-height: 28px;
    color: #4a4a4a;
    margin-top: 0px;
}

.cagnotte_goal{
  color: grey;
}

/* .info-table ul li button{
  background: transparent;
  color: #31A574;
} */
.icon-detail{
  color: #31a574;
  font-size: 26px;
  margin-left: 8px;
}
.lien-detail{
  text-decoration: underline;
  font-size: 15px;
}

.fixed-button {
  position: fixed;
  bottom: 20px; /* Ajustez la valeur pour définir la distance par rapport au bas de l'écran */
  /* right: 20px; Ajustez la valeur pour définir la distance par rapport à la droite de l'écran */
  padding: 10px 20px;
  background-color: #31a574;
  color: #fff;
  border: none;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  z-index: 100; /* Assurez-vous que le bouton apparaît au-dessus du contenu */
}

.fixed-button:hover {
  background-color: #C13511;
}

@media (min-width: 500px) {
  .fixed-button {
    display: none;
  }
}


.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #31A574;
}

.single-property .accordion-button:not(.collapsed) {
  color: #C13511;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #31A574;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #C13511;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: -55px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content .main-image img {
    padding: 0px;
    height: 300px;
    object-fit: cover;
  }
  .best-deal .tabs-content h4 {
    margin-top: 20px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    text-align: center;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}


/* ------------------------- */
/* custom style */
/* ------------------------- */

.margin-top-6em {
	margin-top: 6em;
}

.unset{
  all: unset;
}

.max-w-50px {
  max-width: 52px;
}

.home-background{
  background-image: url(/static/img/banner_home.png)
}

.mt-30{
  margin-top: 30px;
}

.mt-90{
  margin-top: 90px;
}

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

.mt-100{
  margin-top: 100px;
}

.logo-on-become-vendor{
  max-width: 50px;
  display: none;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 4px;
}

.display_pay_number{
  color: red;
  display: none;
}

.display_cgu{
  font-size: 10px;
  color: #2c8c64;
  margin-bottom: 5px;
}

.display_none{
  display: none;
}

.dashboard_color_title{
  color: #e3a013;
}

.kyc_status_info{
  font-size: 1em;
  color: #e3a013;
}

.height_auto{
  height: auto;
}

.preview_image {
  display: none;
  margin-top: 10px;
  max-width: 50px;
}

.payment_methods {
  display: flex;
  gap: 20px;
}

.display_none2{
  display: none;
  margin-top: 15px;
}

.text_notice{
  font-size: small;
  /* margin: 6px; */
  color: #e3a013;
}

.total_price{
  color: #2c8c64;
  font-weight: 700;
}

.payment_logo{
  width: 50px;
  height: 50px;;
}

.search_vendor_btn{
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 5px 8px;
  border: 0;
  border-radius: 50px;

  color: white;
  background: #2c8c64;

  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  vertical-align: middle;
  overflow: hidden;

  &:active {
      outline: 0;
  }
}

.mediation-content {
  background: #ffffff;
  border-left: 5px solid #2c8c64;
}


.accordion-button {
  background-color: #fff;
  font-weight: 500;
}
.accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 10px;
}
.accordion-body {
  background-color: #fafafa;
}
.help-hero h2 {
  font-size: 2.2rem;
}

.help-hero {
  font-size: 2.2rem;
  margin-top: 50px;
}

.status-section {
  background-color: #f8f9fc;
  margin-top: 50px;
}
.status-card h5 {
  color: #2c8c64;
}
.badge.bg-success {
  font-size: 0.9rem;
}

.contact-section {
  background-color: #f7f9fb;
  border-top: 1px solid #e2e2e2;
}
.contact-options a {
  text-decoration: none;
  padding: 12px 24px;
}

.list-group-item {
  background-color: transparent;
  border: none;
  padding-left: 0;
  font-size: 1rem;
}