@import url(https://pro.fontawesome.com/releases/v5.11.2/css/all.css);
/*@font-face {
    font-family: "Skia";
    src: url('../fonts/Skia.ttf');
  }
*/
/*@import url("../fonts.css");*/
@import url('https://fonts.cdnfonts.com/css/skia');

:root {
    --main-font-family: Verdana;
    --main-line-height:1.3;
    --main-slider-size:80px;
    --main-title-size:30px;
    --main-subtitle-size:25px;
    --main-text-size:25px;
    --main-text-color:#083937;
    --main-br-radius:79px;
    --main-white-color: #ECEDE791;
    --main-padding:79px;

    /*---background color---*/
    --base-bg-1-color:#083937;
    --base-gb-2-color:#296F4C;
    --base-bg-3-color:#4D9E2E;
    --base-bg-4-color:#DCE8CD;
    --base-bg-5-color:#E6E8DE;
    /*---text color---*/
    --base-gr-1-color:#083937;
    --base-gr-2-color:#2A6550;
    --base-gr-3-color:#296F4C;
    --base-gr-4-color:#4D9E2E;
    --base-gr-5-color:#DCE8CD;
    --base-gr-6-color:#D1D5BC;

    /*---botton color---*/
    --base-btn-color:#4E9F2E;


    --gradient-color-1: #ff0000;
    --gradient-color-2: #038703;
    --gradient-color-3: #ffff00;
    --gradient-linear: linear-gradient(var(--gradient-color-1), var(--gradient-color-3));
    --gradient-radial: radial-gradient(circle, var(--gradient-color-1), var(--gradient-color-3), var(--gradient-color-2));
}

html , body {
  overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
  overflow-x: hidden;
  margin:0;
  padding:0
}
.colors-timeline-mobile {
  display: none ;
}

body{
  font-family: 'Montserrat', sans-serif;
  background-color: #ECEDE791 ;
}
.container-fluid{
  padding: 0;
}
/* For Header */
.header{
  position: relative;
  z-index: 2;
}
.top-header{
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.top-header .top-header-search{
display: flex;
justify-content: end;
align-items: center;
}
.top-header .search {
  width: 100%;
  position: relative;
  display: flex;
  width: 300px;
  margin-right: 15px;
  margin-top: 10px;
}
.top-header .searchTerm {
  width: 100%;
  padding: 5px 15px;
  height: 40px;
  font-size: 13px;
  border-radius: var(--main-br-radius);
  outline: none;
  border: none;
  color: #fff;
  background-color: var(--base-btn-color);
}
.top-header .searchTerm::placeholder {
  color: #fff;
  opacity: 0.5; /* Firefox */
}
.top-header .searchTerm::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.top-header .searchTerm:focus{
  color: #ffffff;
}
.top-header .searchButton {
  width: 40px;
  height: 35px;
  background-color: var(--base-btn-color);
  border-radius: var(--main-br-radius);
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 0;
}
.top-header .searchButton i{
  font-size: 16px;
}
/* For Navbar */
.navbar .navbar-brand img{
width: 190px;
}
.navbar .navbar-collapse{
  justify-content: end;
}
.navbar .navbar-collapse .navbar-nav{
  margin-top: 40px;
} 
.navbar .navbar-collapse .navbar-nav a{
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 1.6px;
  color: #083937;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
} 
.navbar .navbar-collapse .navbar-nav a:hover{
  color:#4E9F2E;
  background: transparent;
}
.navbar .navbar-collapse .navbar-nav a.active{
  color:#4E9F2E;
}
.item {
    position: relative;
}

.item-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; /* Pour centrer le texte */
}


/* For home-slider */

.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

.home-slider .item-content h1{
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family:'Skia';
  color: var(--base-gr-3-color);
}
.home-slider .item-content .item-btn{
  width: 280px;
  display: flex;
  background-color:  var(--base-btn-color);
  border-radius: var(--main-br-radius);
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  justify-content: space-around;
  text-transform: uppercase;
  margin-top: 50px;
}
.home-slider .item-content .item-btn img{
  width: 55px;
  height: 17px;
}
/*---------*/
.page-content{
  background-color: var(--base-bg-4-color);
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -75px;
    z-index: 1;
    position: relative;
    padding: var(--main-padding);

}
/* For cumon item */
.classic-btn {
  font-family: 'Montserrat', sans-serif;
  background-color:  var(--base-btn-color);
  border-radius: var(--main-br-radius);
  border: none;
  padding: 12px 45px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  box-shadow: 0px 3px 6px #00000029;
  letter-spacing: 2.3px;
}
.classic-btn:hover{
  color: #fff;
}


/* For Footer */
.bloc-investir{
  padding: var(--main-padding);
  padding-bottom: 150px;
}
.bloc-investir{
  background-color: var(--base-bg-5-color);
}
.bloc-investir h2{
  font-family: "Skia";
  color: var(--base-gr-3-color);
  font-size: 60px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
}
.bloc-investir p{
  font-family: 'Montserrat', sans-serif;
  color: var(--main-text-color);
  font-size: var(--main-text-size);
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 100px;
}
.bloc-investir .img-bloc {
background-color:rgb(209 213 188 / 33%);
border-radius: var(--main-br-radius);
padding: var(--main-padding);
}
/*-----*/
.newsletter{
  padding: var(--main-padding);
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  background-color: var(--base-gr-6-color);
  margin-top: -71px;
  padding-bottom: 100px;
  z-index: 3;
  position: relative;
}
.newsletter form .form-news{ 
  font-family: 'Montserrat', sans-serif;
  background-color: #858b6659;
  color:#8A9067;
  font-size: 15px;
  line-height: 45px;
  border-radius: 36px;
  width: 100%;
  padding: 5px 20px;
  border: none;
}
.newsletter form .classic-btn{
float: right;
margin-top: 30px;
}
.newsletter h2{
  font-family: "Skia";
  color: var(--base-gr-3-color);
  font-size: 60px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
}
/*----*/
.footer-bottom{
  padding: 40px;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  background-color: var(--base-gr-3-color);
  margin-top: -70px;
  position: relative;
  z-index: 3;
}
.footer-bottom .row{
  margin-bottom: 40px;
}
.footer-bottom .company-info{
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.footer-bottom .company-info p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: var(--base-gr-6-color);
  text-transform: none;
  text-decoration: none;
  line-height: 1;
}
.footer-bottom .company-info ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-bottom .company-info li a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--base-gr-6-color);
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  margin-right: 15px;
}
.footer-bottom .list-footer{
list-style: none;
padding: 0;
margin: 0;
}
.footer-bottom .list-footer li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--base-gr-6-color);
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  }
.footer-bottom .list-footer li a:hover{
  color:#fff;
}
.footer-bottom .copyright{
  padding: 10px 0;
  border-top:1px solid var(--base-gr-6-color);;  
}
.footer-bottom .copyright{
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.footer-bottom .copyright .social-icon{
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content:space-between;
  align-items: center;
}
.footer-bottom .copyright .social-icon li a{
 text-decoration: none;
 color: var(--base-gr-6-color);
}
.footer-bottom .copyright .social-icon li{
 margin-right: 10px;
}
.footer-bottom .copyright p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--base-gr-6-color);
  text-transform: none;

}


























/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* For Home Page */
.option.active {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.dark {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-family: 'Montserrat';
  transition: 0.25s;
  background: #c4d3c4;
  color: white;
}

@media (prefers-color-scheme: dark) {
  .dark:not(.light) {
    background: #c4d3c4;
    color: white;
  }
}

.dark .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}

.dark .options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  width: calc(100% - 100px);
  height: 400px;
}

.dark .options .option {
  position: relative;
  overflow: hidden;
  min-width: 100px;
  margin: 0 12px;
  background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  border-radius: 10px;
  flex-grow: 1;
}

.dark .options .option.active {
  flex-grow: 10;
  transform: scale(1);
  max-width: 100%;
  margin: 0;
  border-radius: 13px;
  background-size: cover;
}

.dark .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

.dark .options .option.active .label {
  bottom: 70px;
  left: 35px;
}

.dark .options .option.active .label .info > div {
  left: 0;
  opacity: 1;
}
.dark .options .option.active .label .info .main {
  font-size: 22px;
}

.dark .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

.dark .options .option .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.dark .options .option .label {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.dark .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  white-space: nowrap;
}

.dark .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.dark .options .option .label .info .main {
  font-weight: bold;
  font-size: 18px;
}

.dark .options .option .label .info .sub {
  opacity: 0;
}

/* Backgrounds for each option */
.dark .options .option:nth-child(1),
.dark .options .option:nth-child(2),
.dark .options .option:nth-child(3),
.dark .options .option:nth-child(4),
.dark .options .option:nth-child(5) {
  --defaultBackground: #e6e8de;
}

/* Responsive Breakpoints */
@media screen and (max-width: 1200px) {
  .dark .options {
    height: 350px;
  }
}


@media screen and (max-width: 768px) {
.dark .options .option .main-inactive {
  top: -61% !important;
  transform: none !important;
}
.dark .options .option.active .label {
  bottom: 25px;
  left: 10px;
}
.dark .options .option.active .label .info .main {
  font-size: 18px !important;
}
.dark .options .option:not(.active) .main {
  top: -50% !important;
  transform: none !important;
}
.dark .options .option {
  margin: 20px 0;
}
  .dark .options {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .dark .options .option {
    margin-bottom: 20px;
    max-width: 100%;
    min-width: auto;
    height: 250px; /* Ensure a fixed height on mobile */
  }

  .dark .options .option.active {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .dark .options {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .dark .options .option {
    margin-bottom: 15px;
    height: 220px; /* Ensure a fixed height for smaller screens */
  }

  .dark .options .option.active {
    margin-bottom: 15px;
  }

  .dark .options .option .label {
    left: 10px;
    bottom: 5px;
  }
}

p.p-adress {
    margin-top: 30px;
}
.holder-title h2 {
    font-family: 'Skia';
    color: #2A6550;
    font-size: 41px;
    font-weight: 700;
}

.show-more a  {
    font-family: 'Skia';
    color: #4E9F2E;
    font-size:30px;
    font-weight: 700;
    text-decoration:none;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    gap: 15px;
}

.holder-title {
    display: flex;
    justify-content: space-between;
}

.landing {
  background: #ECEDE7;
}
.centered-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; 
}

.buttons-container {
  display: block;
  margin-top: 30px;
}

.centered {
  margin: 10px auto; 
}

.buttons-container button {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--base-btn-color);
  border-radius: var(--main-br-radius);
  border: none;
  padding: 15px 48px;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.space-between {
  margin-left: 20px; 
}
.first-bloc , .middle-bloc , last-bloc{
  display: flex;
}

.page-content-dark,
.page-content {
  flex: 1; 
  box-sizing: border-box; 
}

.page-content-dark {
  background-color: #C1D6BD;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -75px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
}
.page-content-other {
 background-color: var(--base-gr-3-color);;
  border-bottom-left-radius: var(--main-br-radius);
  border-bottom-right-radius: var(--main-br-radius);
  margin-top: -75px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
 padding-bottom: 183px;
}

.middle-bloc .page-content {
  background-color: var(--base-bg-4-color);
  border-top-left-radius:unset;
  border-top-right-radius: unset;
  margin-top: -75px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
}
.middle-bloc .page-content-dark {
  background-color: #C1D6BD;
  border-top-left-radius:unset;
  border-top-right-radius: unset;
  margin-top: -75px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
}
.content.h2vert-home {
  background: #e6e8de;
}
.h2vert-home h1{
text-align: center;
color:#DCE8CD;
font-size: 65px;
font-family: 'Skia';
font-weight: 700;
}
.h2vert-home .item-content {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;   
    width: 100%;
}
.inner-content h2 {
  font-family: 'Skia';
  font-size: 37px;
  font-weight: 700;
  color: #083937;
}
.inner-content {
  /*! border-bottom: 2px solid #0839377d; */
    display: flex;
}
.item {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9F8D730; 
  z-index: 1; 
}
.page-content-other .inner-content h2 {
  font-family: 'Skia';
  font-size: 37px;
  font-weight: 700;
  color: #E9F8D7;
}
.page-content-other .inner-content {
  /*! border-bottom: 2px solid #97B192; */
  display: flex;
}
.content.h2vert-home a {
  text-decoration: none;
}
.section {
  display: flex;
  align-items: flex-start;
}

.inner-content {
  flex: 1;
  padding-right: 0; 
  gap: 20px;
}

.inner-content h2 {
  margin-top: 10px; 
}


.content.h2vert-about {
  background: #D8E1D2;
  padding: 330px 0 0 0;
}
.title-about-page-1 h1 {
  color: #2A6550;
  font-weight: 700;
  font-size: 74px;
  font-family: 'Skia';
}
.about-page-1 .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll {
  padding-top: 80px;
}
.title-about-section-1 h2 {
  color: #2A6550;
  font-weight: 700;
  font-family: 'Skia';
  font-size: 50px;
}

.about-section-1 {
  background-color: #ECEDE7;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: 100px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
  padding-bottom: 180px;
}


.about-section-2 {
  background-color: #D8E1D5;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -88px;
  z-index: 1;
  position: relative;
  padding: 75px;
  border-bottom-left-radius: var(--main-br-radius);
  border-bottom-right-radius: var(--main-br-radius);
}
.about-section-2 h2 {
  font-family: 'Skia';
  font-size: 50px;
  font-weight: 700;
  color: #2A6550;
  padding-bottom: 39px;
}
.small-title-grey h3 {
  font-family: 'Montserrat';
  font-size:37px;
  color:#818181;
  font-weight:700;
}

.small-title-black h3 {
  font-family: 'Montserrat';
  font-size:37px;
  color:#181A17;
  font-weight:700;
}
.small-title-blue h3 {
  font-family: 'Montserrat';
  font-size:37px;
  color:#3072B9;
  font-weight:700;
}
.small-title-green h3 {
  font-family: 'Montserrat';
  font-size:37px;
  color:#4E9F2E;
  font-weight:700;
}
.desc , .subtitle-about-section-1{
  font-family: 'Montserrat';
  font-size: 20px;
  padding-top: 30px;
}

.legend {
  font-family: 'Montserrat';
  font-size: 20px;
  padding-top: 60px;
  text-align: center;
  color: #083937;
  font-weight: 700;
  font-style: italic;
}
.figure {
  padding: 60px;
}
.about-section-3 {
  padding:60px 0;
  background:#ECEDE7
}
.about-section-3 h2{
  font-family: 'Skia';
  font-size: 50px;
  font-weight: 700;
  color: #2A6550;
}

.linear-line {
  padding-left: 80px;
  position: relative;
  border-radius: 10px;
}

 .linear-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40px; 
  background: linear-gradient(to bottom, #6BAE5070, transparent);
  z-index: 1; 
  border-radius: 10px;
}


.dark-green {
  background: #296F4C;
  padding: 3%;
  width: 55%;
  border-radius: 36px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 162px;
}

.title-dark-green {
  font-family: 'Skia';
  font-weight: bold;
  font-size: 30px;
}

.desc-dark-green {
  font-family: 'Skia';
  font-size: 25px;
  color: #E6E8DE;
}

.arrow-right {
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Horizontally center the content */
  background: #4D9E2E;
  padding: 10px 30px;
  border-radius: 30px;
}

.arrow-right img {
  max-width: 100%;
  height: auto;
}
.first h3 {
  font-family: 'Skia';
  font-size: 50px;
  color: #2A6550;
  font-weight: 700;
}
.other-bloc {
  margin-top:50px;
  background-color: #E5E6DC;
  border-radius: 30px;
  z-index: 3;
  position: relative;
  padding: 89px;
}
.about-section-2-4 {
  background-color: #D8E1D5;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -88px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
  padding-bottom: 150px;
}
.about-section-3-4 {
  background-color: #ECEDE7;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -65px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
}
.about-section-3-4 h2 {
  font-family: 'Skia';
  color: #2A6550;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 50px;
}
.about-section-3-4 h3 {
  font-family: 'Skia';
  color: #4E9F2E;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 35px;
}

.about-section-32 {
    position: relative;
    height: 700px; 
    margin-top: -60px;
    z-index: 1;
}

.about-section-32::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/Groupe de masques 3.png');
    background-size: cover; 
    background-position: top; 
    z-index: -1; 
}
.about-section-33 {
  background-color: #D8E1D5;
  margin-top: -88px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
}
.about-section-33 h3 {
  font-family: 'Montserrat';
  color: #4E9F2E;
  font-weight: 700;
  font-size: 40px;
}

.about-section-34 {
    position: relative;
    height: 700px; 
    margin-top: -105px;
    z-index: 1;
}

.about-section-34::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/Groupe de masques 4.png');
    background-size: cover; 
    background-position: top; 
    z-index: -1; 
}
.img-lines {
padding-top:90px;
}
.text-dark-green {
  padding: 10%;
}
.item-btn {
  width: 240px;
  display: flex;
  background-color: var(--base-btn-color);
  border-radius: var(--main-br-radius);
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  justify-content: space-around;
  text-transform: uppercase;
  margin-top: 50px;
  font-family: 'Montserrat';
}
.contact-section-1 {
  background-color: #F4F4F4;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: 80px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
  padding-bottom: 230px;
}
.contact-section-2 {
  background: #D8E1D5;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -60px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
padding-bottom: 120px;
}
.title-contact {
  font-family: 'Skia';
  font-size: 50px;
  color: #26543F;
  font-weight: 700;
  padding-bottom: 20px;
}
.subtitle-contact {
  font-family: 'Skia';
  font-size: 25px;
  color: #083937;
  padding-bottom: 60px;
}
.contact-section-1 input ,.contact-section-1 textarea {
  width: 100%;
  border: none;
  border-radius: 12px;
  margin-bottom: 25px;
  background: #D8E1D5;
  padding: 15px;
  padding-left: 38px;
}
::placeholder {
  color: rgb(41, 111, 76);
  font-family:'Skia';
  font-size:20px
}
.submit-btn {
  display: flex;
  background-color: var(--base-btn-color);
  border-radius: var(--main-br-radius);
  padding: 10px 45px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  justify-content: space-around;
  text-transform: uppercase;
  margin-top: 35px;
  border: none;
  font-family: 'Montserrat';
  float: right;
}
.company-info ul li {
  list-style: none;
  white-space: nowrap;
}
.company-info ul li a {
  text-decoration: none;
  color: #083937;
  font-family: 'Skia';
  font-size: 20px;
  font-weight: 700;
line-height: 45px;
}
.info-h2vrt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-links i {
  font-size: 30px;
  color: #11483D;
}
.social-icon-contact {
  list-style: none; 
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

.social-icon-contact li {
  display: inline-block; 
  margin-right: 10px; 
}

.social-icon-contact li:last-child {
  margin-right: 0; 
}

.social-icon-contact a {
  display: inline-block;
  width: 60px; 
  height: 60px;
  border-radius: 50%; 
  background-color: #C4D3C4; 
  text-align: center; 
  line-height: 70px; 
}
#name {
  background-color: #296F4C;
}

#name::placeholder {
  color: #CFDDCF; 
}
.contact-section-3 {
  background: #E6E8DE;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: 0;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
}
.card .btn{
  background: transparent;
  border: none;
  font-family: 'Montserrat';
  color: #08393785;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
}
.card-title {
  font-family: 'Montserrat';
  color: #083937;
  font-weight: 700;
  font-size: 19px;
}
.card-text {
  font-family: 'Montserrat';
  color: #083937;
  font-weight: 500;
}
.card {
  background: #E5E6DC;
  /*! padding: 60px 30px; */
  /*! box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  border: none;
}
.owl-carousel .colored-item .card {
  /*! background-color: #C4D3C4; */ /* Background color for the colored item */
  border-radius: 25px;
}
.contact-carousel {
  padding: 70px 0;
}
 .h2vert-about .newsletter {
  margin-top: 0px;
}
.bg-linear-white {
  background: #F2FAF2;
  padding: 80px;
  border-radius: 68px;
  float: right;
}
.bg-linear-right {
  padding: 29px 130px;
  float: right;
  background: linear-gradient(to bottom, #E6F1E2 15%, #C9E1BF 45%, #B0D3A2 60%, 75%, #B3CEA9 100% );
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
}
.bg-linear-left {
  padding: 80px 58px;
  float: left;
  background: linear-gradient(to bottom, #E6F1E2 15%, #C9E1BF 45%, #B0D3A2 60%, 75%, #B3CEA9 100% );
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
}
.bg-linear-larg {
  background: #E6E8DE;
  border-radius: 50px;
  padding: 70px;
}
.bg-linear-left-2 {
  padding: 0 72px;
  float: left;
  background: #D8E1D5;
  border-radius: 60px;
}
.bg-linear-investir{
  float: right;
}
.bg-linear-abt4{
padding: 70px;
  float: right;
  background: #A4C19C;
  border-radius: 60px;
}

.bg-linear-abt4-1 {
  padding: 70px;
  float: right;
  background: #E5E6DC;
  border-radius: 60px;
}
.bg-linear-abt4-2 {
width:100%;
  float: right;
  background: #E5E6DC;
  border-radius: 60px;
}

.bg-linear-abt4-3 {
width:100%;
  float: right;
  background: #AFC3AD;
  border-radius: 60px;
padding: 80px;
}
.bg-linear-abt4-4 {
width:100%;
  background: #AFC3AD;
  border-radius: 60px;
padding: 80px;
}

.bg-linear-last-3 img {
  height: 200px;
}
.bg-linear-last-2 img {
  height: 200px;
}
.bg-linear-last-1 img {
  height: 200px;
}

.bg-linear-last-1 {
width:100%;
  float: right;
  background: #AFC3AD;
  border-radius: 60px;
padding:80px
}
.bg-linear-last-2 {
width:100%;
  float: right;
  background: #AFC3AD;
  border-radius: 60px;
padding:80px
}
.bg-linear-last-3 {
 width:100%;
  float: right;
  background: #AFC3AD;
  border-radius: 60px;
padding:80px
}
.article-image {
  padding-top: 200px;
}
.article-content {
  background: #E5E6DC;
  padding: 30px 0;
  border-radius: 27px;
}
.bloc-vert {
  background: #296F4C;
  border-radius: 9px;
  padding: 14px 20px;
  width: 252px;
  color: #ECEDE7;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
}
.pad-content {
  padding: 3%;
}
.title-article h1 {
  font-family: 'Skia';
  font-size: 50px;
  color: #26543F;
  font-weight: 700;
  padding-top: 60px;
}
.holder-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-icon-article {
  list-style: none;
  padding: 0;
  margin: 0;
    display: grid;
  gap: 22px;
}
.social-icon-article li i {
  font-size: 30px;
  color: #296F4C;
}
.social-icon-article a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 35%;
  background-color: #D4D6CB;
  text-align: center;
  line-height: 70px;
}
.desc-article {
  font-family: 'Montserrat';
  color: #083937;
  padding-top: 50px;
}
.title-desc {
  font-weight: 600;
  font-size: 26px;
  padding: 30px 0;
}
.desc-content {
  font-size: 21px;
  line-height: 40px;
}
.height {
  margin-top: 1876px;
}
.article-image {
    position: relative; 
}

.article-content {
    position: absolute;
    top: 610px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 1;
}
.about-section-4 {
  background-color: #CFDDCF;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: 0;
  z-index: 1;
  position: relative;
  padding: 75px;
}
.about-section-4 h2 {
  color: #4E9F2E;
  font-weight: bold;
  font-family: 'Skia';
  font-size: 50px;
}
.title-sect4 {
  font-family: 'Montserrat';
  color: #2A6550;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 32px;
}
.text-sect4 {
  text-align: center;
  color: #083937;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 18px;
  padding-top: 47px;
}
.slide-one-side {
 background: #DFEADA;
  border-radius: 174px;
  padding: 21%;
  height: 670px;
}


.slider-one-side img {
  width: 171px;
  height: 175px;
}

.slider-one-side .owl-stage {
    padding-left: 0;
}

.slider-one-side .owl-stage-outer {
    overflow: visible;
}
.slider-one-side {
  padding:70px 0;
}
.img-sect4 {
  display: flex;
  justify-content: center;
}
.faq {
  background-color: #296F4C;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -60px;
  z-index: 1;
  position: relative;
  padding: 89px 70px 184px 70px;
  border-bottom-left-radius: var(--main-br-radius);
  border-bottom-right-radius: var(--main-br-radius);
}
.holder-title-faq h2 {
  font-family: 'Skia';
  color: #ECEDE7;
  font-size: 41px;
  font-weight: 700;
}
.show-more-faq a {
  font-family: 'Skia';
  color: #ECEDE7;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  gap: 15px;
}
.holder-title-faq {
  display: flex;
  justify-content: space-between;
}
.accordion-item {
  background-color: #E5E6DC;
  border: none;
  margin: 21px 0;
  padding: 0;
  border-radius: 12px;
}
.accordion-button.collapsed {
  background: #E5E6DC;
}
.accordion-button {
  padding: 29px 32px;
  color: #083937;
  background-color: #e7f1ff;
  box-shadow: none;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Montserrat';
}
.accordion-button:not(.collapsed) {
  color: #083937;
  background-color: #E5E6DC;
  box-shadow: inset 0px -1px 2px #4E9F2ED6;
}
.accordion-body {
  font-family: 'Montserrat';
  font-size: 18px;
  color: #083937;
  font-weight: 500;
  padding: 24px 30px;
}
.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url("../image/arrow-faq.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
 background-image: url("../image/arrow-faq.svg");
  transform: rotate(-180deg);
}
.actualite {
  background-color: #E6E8DE;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -120px;
  z-index: 1;
  position: relative;
  padding: 75px 0;
}

.title-item-news-small h3{
  font-family: 'Montserrat';
  color: #083937;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding: 0 5%;
}
.title-item-news-big h3{
  font-family: 'Montserrat';
  color: #F0F0EA;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding-bottom:4px;
}
.date-item-news-small span   {
  font-family: 'Montserrat';
  font-weight: 400;
  color: #0839379c;
  padding: 0 5%;
  font-size: 15px;
}
.date-item-news-big span  {
  font-family: 'Montserrat';
  font-weight: 400;
  color: #F0F0EA;
  padding: 0 ;
}
.news-small {
  padding-bottom: 80px;
}
.date-item-news-big {
  padding-top: 7px;
}
.news-big-small {
  padding: 40px 0;
}
.item-news-big-img {
  position: relative;
  z-index: 1;
}
.text-overlay {
  position: absolute;
  z-index: 2;
  top: 39%;
  bottom: 0;
  left: 45px;
}
.text-item-news-big span {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #F0F0EA;
  white-space: pre-line;
}
.item-news-small a, .news-big-small a {
  text-decoration: none;
}
.head-institution {
  background-color: #E5E6DC;
  border-radius: 30px;
  z-index: 1;
  position: relative;
  padding: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}
.institution-1 {
  padding: 235px 0 90px 0;
}
.title-instution h1 {
  font-family: 'Skia';
  color: #2A6550;
  font-weight: 700;
  font-size: 50px;
}
.who {
  border: 2px solid #2A655091;
  border-radius: 12px;
  padding: 6%;
}
.subtitle-who span {
  font-family: 'Montserrat';
  color: #296F4C;
  font-weight: 700;
  font-size: 30px;
}
.title-who h2 {
  font-family: 'Skia';
  color: #4E9F2E;
  font-weight: 700;
  font-size: 42px;
}
.text-who p {
  color: #083937;
  font-weight: 500;
  font-family: 'Montserrat';
  padding-top: 30px;
}
.institution-3 {
  background-color: #D8E5D3;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: 80px;
  z-index: 1;
  position: relative;
  padding: 128px 0 200px 0;
}
.bloc-investir {
  background-color: var(--base-bg-5-color);
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -123px;
  z-index: 1;
  position: relative;
}
.subtitle-institution-3 p {
  font-family: 'Montserrat';
  color: #083937;
  font-size: 24px;
  font-weight: 500;
  padding-top: 15px;
}
.news {
  padding: 50px 0;
}
.card a {
  text-decoration: none;
}
.strategie-1 {
  padding: 200px 0 4px 0;
}
.title-strategie h1 {
  font-family: 'Skia';
  color: #2A6550;
  font-weight: 700;
  font-size: 51px;
}
.image-container-home  {
    position: relative;
}

.text-overlay-home {
  position: absolute;
  top: 21%;
  left: 3%;
  padding: 25px;
  color: #D4D8C0;
  font-family: 'Skia';
}
.text-overlay-home h2 {
  font-size: 56px;
}
.another-text span {
  font-family: 'Skia';
  font-size: 30px;
  font-weight: 700;
  color: #F7EFE3;
}
.another-text {
  padding-top: 70px;
}
.presentation .holder-title h2 {
  padding-bottom: 40px;
}

.item-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-text-r span {
  color: #CCD2C4;
  font-family: 'Skia';
  font-size: 45px;
  font-weight: 700;
}
.desc-text-r p {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Montserrat';
  color: #81A090;
}
.item-left {
    background-size: cover; /* Ensure the background image covers the entire container */
    background-position: center; /* Center the background image */
    border-radius: 50px;
height: 400px;
    width: 100%;
}

.scrolling-sections {
background:var(--base-bg-4-color);
    padding: 21px 0 270px 0;
border-bottom-left-radius: var(--main-br-radius);
border-bottom-right-radius: var(--main-br-radius);
z-index: 1;
position: relative;
}
.item-left .row{
display: flex;
  justify-content: center;
  align-items: center;}
.img-item-left {
  padding: 16%;
}
.text-right {
  padding-right: 10%;
}
.text-left{
  padding-left: 16%;
}

.colors-timeline {
  background-color: #E6E8DE;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -128px;
  z-index: 1;
  position: relative;
  padding: var(--main-padding);
  border-bottom-right-radius: var(--main-br-radius);
  border-bottom-left-radius: var(--main-br-radius);
  padding-bottom: 277px;
}
.timeline ol,
.timeline li {
  margin: 0;
  padding: 0;
  color:#4e9f2e;
}

.timeline  ol {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  width: 591px;
  margin: 0 auto;
}
.timeline  ol::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2a6550;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

.timeline  li {
  list-style-type: none;
  position: relative;
  cursor: pointer;
}

.timeline  li:after {
  content: "";
  display: block;
 width: 20px;
  height: 20px;
  background-color: #E6E8DE; /* Initially filled with white */
  border: 3px solid #2a6550;
  border-radius: 50%;
  transition: background-color 0.2s ease, border-color 0.2s ease; /* Transition both background-color and border-color */
  position: relative;
  top: 1px; /* Adjust the positioning */
}

 .timeline  li:hover:after,
.timeline  li.active:after {
  background-color: #4e9f2e; /* Entire circle filled with color on hover or click */
  border-color: #4e9f2e; /* Entire circle border filled with color on hover or click */
}



.timeline  span {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  width: calc(800px / 8); /* Adjust based on the number of items */
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
}
/*.timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
*/
.big-small {
  background-color: #C4D3C4;
  border-bottom-left-radius: var(--main-br-radius);
  border-bottom-right-radius: var(--main-br-radius);
  margin-top: -70px;
  z-index: 1;
  position: relative;
  padding: 60px 0 203px 0;
}

.pad-vert p {
  text-align: center;
  color: #DCE8CD;
  font-size: 40px;
  font-family: 'Skia';
  font-weight: 700;
}
.pad-vert {
  background: #4E9F2E;
  border-radius: 74px;
  padding: 40px 82px 14px 82px;
  margin-top: -129px;
}
.holder-vert {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-timeline h3 {
  text-align: center;
  color: #4E9F2E;
  font-family: 'Skia';
  font-size: 50px;
  font-weight: 700;
}
section.big-small h2{
    padding-bottom: 79px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    /*! background-color: #1E4311; */ /* Desired overlay color */
    opacity: 0.5; /* Adjust opacity as needed */
    pointer-events: none; /* Ensure the overlay doesn't interfere with clicks */
}
.dark .options .option.active {
    position: relative; /* Ensure relative positioning for the overlay to work */
    flex-grow: 10000;
    transform: scale(1);
    max-width: 100%;
    margin: 0px;
    border-radius: 13px;
    background-size: auto 100%;
}

.dark .options .option.active .overlay {
    z-index: 1; /* Ensure the overlay appears above the grayscale image */
}

.show-more-tir {
    position: absolute;
    top: 21px;
    bottom: 0;
    right: 21px;
}
.dark .options .option:not(.active) .show-more-tir {
    display: none;
}

.dark .options .option .main-inactive {
    /* white-space: nowrap; */
    font-size: 18px;
    position: absolute;
    top: 61%;
    font-weight: 700;
    left: 0;
    width: 100%;
    transform: rotate(-90deg); /* Rotate by 90 degrees */
    transform-origin: left top;
}
.dark .options .option:not(.active) .main
{
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: rotate(-90deg);
  transform-origin: left top;
}



.slider-1{
    max-width: 100%;
    color: #fff;
    position: relative;
    display: grid;
}

.slider-1 .content_container-1{
    padding: 40px;
}

.slider-1 .slides-1{
    overflow-y: auto;
    max-height: 400px;
    scrollbar-width: none;
    background-image: url('https://h2vert.evast-in.com/site/wp-content/themes/twentytwentyone/assets/image/bg-scrolling.png');
}

.slider-1 .slides-1::-webkit-scrollbar{
    display: none;
}

.slider-1 .slides-1 .slide-1{
    min-height: calc(100% - 80px);
    background-color: #296f4c;
    display: flex;
    /*! padding: 40px; */
    color: #333;
    align-items: center;
}
.item-news-big{
 /* background: #f0f0ea;
  border-radius: 12px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);*/
}
.img-item-news-small {
  /* background: #f0f0ea;
  border-radius: 12px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 0;
}
.bg-linear-investir img {
  width: 100%;
height:600px
} 

.content.h2vert-actualite {
  background: #ECEDE7;
  padding: 337px 0 0px 0;
  border-bottom-left-radius: var(--main-br-radius);
  border-bottom-right-radius: var(--main-br-radius);
}
.title-actualite h1 {
  text-align: center;
  font-family: Skia;
  color: #4E9F2E;
  font-weight: 700;
  font-size: 83px;
}
.subtitle-actualite p {
  text-align: center;
  color: #2A6550;
  font-weight: 700;
  font-size: 40px;
  font-family: Skia;
}
.actualite-1 {
  background-color: #FFFFFF;
  margin-top: 0;
  z-index: 3;
  position: relative;
  padding: 155px 0;
}
.content.h2vert-actualite .scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 160px;
}
#pub-1 {
  background-color: #FFFFFF;
  margin-top: 100px;
  z-index: 1;
  position: relative;
  padding: 43px 0 140px 0;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -73px;
}
.scroll span {
  font-family: Skia;
  color: #083937;
  font-w\*: ;
  font-weight: 700;
  font-size: 26px;
}
.scroll a{
  text-decoration: none
}
/*.title-timeline::before {
  content: '';
  position: absolute;
  width: 439px;
  background-image: url('../image/right-colors-top.svg');
  right: 153px; 
  left: calc(50% + 329px); 
  height: 396px;
  top: -191px; 
}

.title-timeline::after {
  content: '';
  position: absolute;
  width: 438px;
  height: 443px;
  background-image: url('../image/left-colors-top.svg');
  left: -325px; 
  top: -219px; 
  right: calc(50% + 230px); 
}
*/
.title-timeline {
  position: relative;
  height: 335px; 
  width: 100%; 
  margin-top: 110px;
}


.timeline {
    position: relative;
height: 80vh;
  display: flex;
}

.timeline:before,
.timeline:after {
    content: '';
    width: 100%; /* Adjust width according to your design */
    height: 100%;
    background-repeat: no-repeat; /* Prevent background image from repeating */
}

.timeline:before {
    background-image: var(--left-img); /* Use --left-img variable */
    background-size: contain;
    left: 0;
}

.timeline:after {
    background-image: var(--right-img); /* Use --right-img variable */
    background-size: contain;
    right: 0;
}


/* Adjust styles for mobile view */
@media (max-width: 768px) {
   /* .timeline:before,
    .timeline:after {
        width: 120px; /* Adjust width for mobile view */
    } */
}


.holder {
    position: relative;
    width: 100%;
}

.overlay-container {
    position: absolute;
    top: 64px;
    left: 90px;
    width: 84%;
}

.head-strategie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px; /* Adjust padding as needed */
}

.title-strategie {
    /* Adjust margin as needed */
    margin-right: auto; /* Pushes it to the left */
}

.scroller {
    /* Adjust margin as needed */
    margin-left: auto; /* Pushes it to the right */
}

.title-strategie h1 {
    margin: 0;
}

.scroller img {
    width: 20px; /* Adjust as needed */
    height: auto;
}

.strategie-2 {
  padding: 75px 0;
}

.strat-2 {
  padding: 8%;
  border: 2px solid #D8E5D3;
  border-radius: 12px;
}
.strat-2 h2 {
  color: #4E9F2E;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 20px;
}
.strat-2 p {
  padding-bottom: 0;
  font-size: 19px;
}

.strategie-3 {
  padding: 60px 0;
}
.title-strat-3 {
  color: #296F4C;
  font-weight: 700;
  font-size: 45px;
  padding-bottom: 30px;
  font-family: Skia;
  line-height: 50px;
}

.text-strat-3 {
  padding-bottom: 52px;
  font-family: Montserrat;
  font-size: 20px;
}
.pad-3items {
  background: #E5E6DC;
  border-radius: 20px;
  padding: 5%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.texting {
  padding-top: 40px;
}
.prct {
  color: #239A71;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 20px;
}
.txt-3items h3 {
  color: #2A6550;
  font-weight: 700;
  font-family: Skia;
}
.txt-3items span {
  font-weight: 500;
  color: #083937;
}
.txt-3items {
  line-height: 6px;
}
.strategie-4 {
  padding: 75px 0;
}
.pad-4 {
  background: #D8E5D3;
  padding: 70px;
  border-radius: 12px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.strategie-4 h3 {
  color: #296F4C;
  font-weight: 700;
  padding-bottom: 35px;
  font-size: 40px;
  font-family: Skia
}
.strategie-4 p {
  color: #083937;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 35px;
}
.second-immg {
  padding-top: 260px;
}
.pd-z{
padding: 0 45px 0 0;
}
.first-immg {
  padding-top: 45px;
}
.pd-8 {
  border-radius: 12px;
  background: #D8E5D3;
}

.strategie-6 {
  padding: 70px 0 103px 0;
}
.pdt {
  padding: 69px;
  background: #DAE6D5;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  text-align: center;
}
.titlee {
  font-family: Skia;
  font-size: 45px;
  font-weight: 700;
  color: #4E9F2E;
  padding-bottom: 24px;
}
.subtitlee {
  color: #083937;
  font-size: 23px;
  padding-bottom: 52px;
}
.bg-s {
  background: #E5E6DC;
  border-radius: 21px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}
.pdt a {
  background: #296F4C;
  border-radius: 12px;
  padding: 13px 40px;
  text-decoration: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  list-style: none;
  position: relative;
}
.pdt a img {
  position: absolute;
  top: -4px;
  width: 20%;
  left: 301px;
}
.lining {
  border-right: 1px solid #70707078;

}
.col-md-1 {
  display: flex;
  justify-content: center;
}
.col-md-5 .img-3items {
  display: flex;
  justify-content: center;
}
.col-md-6.camion img {
  width: 700px;
}
.bg-linear-abt4 {
  width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.bg-linear-abt4-2 img {
  width: 100%;
  height: 400px;
}
.bg-linear-abt4-1 img {
 width: 100%;
  height: 400px;
}

.invest-1 {
  padding: 156px 0;
}

.strategie-3-1 {
  padding: 50px 0;
}
.strategie-1-1 {
  background-color: #D7E3D3;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -10px;
  z-index: 3;
  position: relative;
  padding: 75px 0 200px 0;
} 
.strategie-1-1 .title-strategie h1 {
  color: #fff;
}
.text-stt11 {
  padding-top: 81px;
}
.text-stt11 h3 {
  color: #296F4C;
  font-weight: 700;
  padding-bottom: 35px;
  font-size: 40px;
  font-family: Skia;
}
.text-stt11 p {
color: #083937;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 35px;
}
.text-stt11 h4 {
  font-weight: 600;
  padding-bottom: 20px;
  color: #083937;
}

.pd-l {
  background: #EFEFE9;
  border-radius: 12px;
 padding: 677px 0;
}

.strategie-1-2 .title-strategie h1 {
  color: #fff;
}
.strategie-1-2 {
  background-color: #F4F4F1;
  border-top-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
  margin-top: -109px;
  z-index: 3;
  position: relative;
  padding: 75px 0 200px 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #083937 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color:#4E9F2E !important ;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #4E9F2E !important;
}
.strategie-1-2 .overlay-container , .strategie-1-1 .overlay-container {
  position: absolute;
  top: 124px;
  left: 90px;
  width: 84%;
}
.actua-2 {
  background: #fff;
  padding: 0;
  margin-top: 0;
} 

.show-more-news a {
  text-decoration: none;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.show-more-news span {
  font-family: Skia;
  font-size: 25px;
  text-transform: uppercase;
  color: #083937;
  font-weight: 700;
  cursor: pointer;
}
.show-more-news {
  background: #fff;
  padding-bottom: 210px;
  text-align: center;
}

.btns-news {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 58px 0;
}
.btns-news a {
  text-decoration: none;
  background: #296F4C;
  border-radius: 30px;
  padding: 15px 21px;
  color: #ECEDE7;
  font-weight: 600;
  white-space: nowrap;
  font-size: 15px;
}
.btns-news a:hover {
  color: #2A6550;
  border: 2px solid #2A6550;
  background: #fff;
  /*! transition: 0.3s; */
}
.active-news {
  color: #2A6550 !important;
  border: 2px solid #2A6550;
  background: #fff !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  display: flex;
  background-color: var(--base-btn-color);
  border-radius: var(--main-br-radius);
  padding: 10px 45px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  justify-content: space-around;
  text-transform: uppercase;
  margin-top: 35px;
  border: none;
  font-family: 'Montserrat';
  float: right;
  width: 200px;
}
.screen-reader-response {
  display: none;
}
.form-group.names input {
  background-color: #296F4C;
}
.form-group.names input::placeholder {
  color: #CFDDCF; 
}
.text-item-news-big.pubspan {
  font-size: 11px;
}

.container.slides-1 {
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  height: 400px;
  width: 100%;
}

.category li {
  color: #ACB1AB;
}
.category li a {
  color: #ACB1AB;
  font-size: 13px;
}
.category {
  padding-bottom: 14px;
}
.item-news-small .category {
  padding: 0 9%;
}
#pub-1 .text-overlay {
  position: absolute;
  z-index: 2;
  top: 17%;
  bottom: 0;
  left: 45px;
}
#pub-1 .category li a {
  color: #08393761;
  font-size: 13px;
  text-decoration: none;
}

.pdd {
  padding-top: 400px;
}
.faq-page {
  background-color: #ECEDE71A;
  margin-top: -60px;
  z-index: 1;
  position: relative;
  padding: 121px 0;
}
.title-instution span {
  color: #083937;
  font-size: 23px;
}
.form-row {
    margin-bottom: 20px; 
}

.formm input[type="text"] , .formm input[type="email"]{
  background: #858B6630;
  border-radius:27px;
  border:none;
  font-size:20px;
  padding: 22px 34px;
}
.formm input[type="text"]::placeholder , .formm input[type="email"]::placeholder{
  color:#296F4C
}
button[type="submit"]{ 
  border: none;
  color: #ECEDE7;
  padding: 10px 50px;
  border-radius: 26px;
  background: #4E9F2E;
  font-weight: 700;
  font-size: 19px;
}
.color-1 .card-header{
 background: #CFE3C5;
}
.color-2 .card-header{
 background: #BBDCC5
}
.color-3 .card-header{
 background: #CFDDD2
}
.color-4 .card-header{
 background: #B3CBBE
}
.first-bloc.section a , .middle-bloc.section a , .last-bloc a{
  text-decoration: none;
}

.img-3 {
width: 100%;
  height: 400px;

}
.img-4 {
width: 100%;
  height: 400px;
}
.inner-content-5 {
  display: flex;
  justify-content: space-around;
}

.img-2 {
width: 100%;
  height: 400px;
}

#faq-page .card-1 {
    border-radius: 59px;
    margin-bottom: 10px;
    position: relative;
}

#faq-page .card-header {
  padding: 49px;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  display: flex;
  border-radius: 29px;
  align-items: center;
  border-bottom: none;
  position: relative;
  z-index: 3;
}

#faq-page .card-header h2 {
    margin: 0;
    flex-grow: 1;
    font-weight: 700;
    color: #083937;
    font-size: 18px;
}

#faq-page .card-content {
     display: none;
    padding: 41px;
    background: #E6E8DE;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
.card-1 {
    position: relative; /* Add this */
}
#faq-page .card-1.active .card-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#faq-page .card-1.active .card-content {
    display: block;
    position: relative;
    z-index: 2;
}


#faq-page .icon {
    position: absolute;
    top: -16px;
    right: -22px;
    transition: transform 0.3s ease;
    width: 50px;
    height: 37px;
}
.date-article span {
    color: #4E9F2E;
    font-weight: 600;
}

.date-article {
    padding-top: 104px;
}
.colors-3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}


.formm .wpcf7-form-control.wpcf7-submit.has-spinner {
  border: none;
  color: #ECEDE7;
  padding: 10px 50px;
  border-radius: 26px;
  background: #4E9F2E;
  font-weight: 700;
  font-size: 19px;
}

.first-bloc.section {
  margin-top: -160px;
}

.holder-two-divs {
  margin-top: 70px;
}
.navbar.navbar-expand-lg.navbar-light .container{
  /*! gap:30px; */
}
.bg-linear-left-2 img {
  width: 100%;
  height: 400px;
}

.abt-img-1 {
 width: 100%;
  height: 400px;
}
.abt-img-2 {
width: 100%;
  height: 400px;
}
.abt-img-3 {
  width: 100%;
  height: 400px;
}
.abt-img-4 {
  width: 100%;
  height: 400px;
}
.abt-img-5 {
 width: 100%;
  height: 300px;
}


.inv-img-2 , .inv-img-1 , .inv-img-3 , .inv-img-4 , .inv-img-5{
 width: 100%;
  height: 250px;
padding-bottom: 39px;
}

.img-55 {
  display: flex;
  justify-content: center;
  align-content: center;
}
.dropdown-item , .dropdown-menu{
  background-color: #e6e8de;
}
.dropdown-item {
  font-size: 12px !important;
  /*! text-transform: capitalize !important; */
}
.animate-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-left.active, .animate-right.active {
    opacity: 1;
    transform: translateX(0);
}

.dropdown:hover .dropdown-menu {
    display: block;
}
/* Define the fade-up animation */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply the animation to each item within the scrolling section */
.slide-1 {
    opacity: 0; /* Initially hide the items */
    animation: fadeUp 0.5s ease forwards;
}

/* Add animation delay for each item */
.slide-1:nth-child(1) {
    animation-delay: 0s;
}

.slide-1:nth-child(2) {
    animation-delay: 5s; /* Delay for the second item */
}

/* Add similar rules for other items, adjusting the delay as needed */
.slide-1:nth-child(3) {
    animation-delay: 10s; /* Delay for the third item */
}

.slide-1:nth-child(4) {
    animation-delay: 15s; /* Delay for the fourth item */
}

.slide-1:nth-child(5) {
    animation-delay: 20s; /* Delay for the fifth item */
}

.slide-1:nth-child(6) {
    animation-delay: 25s; /* Delay for the sixth item */
}


.bloc-vert a {
  color: #ECEDE7;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.article-content p  , .article-content li {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 21px;
  line-height: 40px;
}
.scrolling-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.slide5 {
    flex: 0 0 auto;
    width: 100vw; /* Adjust width as needed */
    scroll-snap-align: start;
}

ul li i {
  color: var(--base-gr-6-color);
  font-size: 14px
}


  .navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  padding: 5px 0 20px 0;

}

.top-header.show-background {
    background-color: white;
}
.wpcf7-form-control.wpcf7-textarea{
  background: #858B6630;
  border-radius: 27px;
  border: none;
  font-size: 20px;
  padding: 22px 34px;
height: 138px;
}
div#container_article {
    padding-bottom: 73px;
}
.page-header.alignwide h1 {
  color: #4d9e34;
}
.search-result-count.default-max-width {
  color: #0c3d3c;
  padding-top: 15px;
  font-size: 17px;
font-weight: 500;
}

.entry-title.default-max-width a {
  color: #4d9e34;
}
article {
  background: #E5E6DC;
  border-radius: 12px;
  padding: 93px;
  margin: 50px 0;
}
.pagination {
  margin: 70px 0 300px 0;
}
.no-results.not-found {
  padding: 300px 0 72px 0;
}
.page-header.alignwide {
  background-color: var(--base-bg-4-color);
  z-index: 1;
  position: relative;
  padding: 52px;
  border-top-left-radius: var(--main-br-radius);
  text-align: center;
  border-bottom-right-radius: var(--main-br-radius);
  border-bottom-left-radius: var(--main-br-radius);
  border-top-right-radius: var(--main-br-radius);
}
.pds{
  padding: 100px 0 150px 0;
}
.more-link {
  font-weight: 700;
  color: #456969;
  text-decoration: none;
}
.entry-title.default-max-width a {
  text-decoration: none;
}
.entry-content {
  padding-top: 20px;
}
.page-numbers {
  font-weight: 700;
  color: #0e3d3c;
}
.prev.page-numbers , 
.next.page-numbers {
    color: #51a138;
  text-decoration: none;
 {
.page-numbers , .page-numbers:hover {
  font-weight: 700;
  color: #0e3d3c;
}

.navigation {
  align-items: center !important;
  justify-content: center !important;
}

.inner-content-here {
  display: flex;
  background: #DCE8CD45;
  padding: 59px 100px;
  gap: 150px;
  align-items: center;
  border-radius: 120px;
}
.chg-cat a {
  color: #08393785;
}

.btn-timeline a {
  padding: 20px 30px;
  text-decoration: navajowhite;
  color: #E6E8DE;
  background: #4E9F2E;
  border-radius: 35px;
  font-weight: 600;
  text-align: ;
}
.col-md-7.contact-img {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.trnsp3 {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.trnsp3 img {
  width: 100%;
  height: 400px;
}

.abt-here .item {
    position: relative;
    width: 100%;
    height: 100%; 
}

.abt-here .item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;   
    width: 100%;
}

.abt-here h1 {
    margin: 0; 
}

.btn-timeline {
  display: flex;
  justify-content: center;
}
.bg-linear-right.chg-hr-1 , .bg-linear-left.chg-hr{
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.col-md-6.camion img {
  width: 100%;
}
.slides-1{
  padding: 0 150px;
}



