body {
 /* max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: hidden;
  transition: all 0.2s ease-in-out; 
   z-index: -1000;
   border: 0.5px solid #f2f2f2;
   
  border-radius: 3px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14),
    0 2px 2px 0 rgba(0, 0, 0, .098),
    0 1px 5px 0 rgba(0, 0, 0, .084);
  */
}

/* slider */
/* Conteneur de l'image */
.slider-img {
  width: 100%;
  max-width: 875px;
  height: 50vh;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}

/* Responsivité : ajustement des dimensions sur les petits écrans */
@media (max-width: 768px) {
  .slider-img {
    height: 40vh;
    max-height: 400px;
  }
}

@media (max-width: 576px) {
  .slider-img {
    height: 30vh;
    max-height: 300px;
  }
}

/* Texte du slider */
.hero-slider-content h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #333;
}

.hero-slider-content .top-title {
  font-size: 0.875rem;
  color: #00aa55;
  /* Couleur thématique */
  margin-bottom: 10px;
  display: inline-block;
}

.default-btn {
  background-color: #00aa55;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
}

.default-btn:hover {
  background-color: #007a3c;
  /* Une teinte plus sombre au survol */
}


::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #00aa55;
}

::selection {
  color: white;
  background: #00aa55;
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
      40% 0%,
      75% 84%,
      from(#00aa55),
      to(#00aa55),
      color-stop(.6, #00aa55))
}


.country-banner {
  display: flex;
  height: 0.5em;
}

.color {
  flex: 1;
  /* Chaque section prend un tiers de la largeur */
}

.green {
  background-color: #006828;
}

.yellow {
  background-color: #ffbe00;
}

.red {
  background-color: #eb0000;
}


.about-us-content h2 {
  font-size: 2.5em;
  font-weight: bold;
  color: #2c3e50;
  /* Couleur élégante et sérieuse */
}

.about-us-content h3 {
  font-size: 1.5em;
  margin-top: 20px;
  color: #34495e;
}

.default-btn {
  background-color: #27ae60;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.default-btn:hover {
  background-color: #2ecc71;
}

.about-us-content,
.about-us-img {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Styles pour l'ergonomie et l'esthétique */
.individual-services-area {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-content,
.widget-sidebar {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.services-content h3,
.widget-sidebar h3 {
  font-size: 24px;
  color: #00aa55;
  margin-bottom: 15px;
  border-left: 4px solid #00aa55;
  padding-left: 10px;
}

.services-content h4,
.widget-sidebar h4 {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

.services-content p,
.widget-sidebar p,
.services-content ul,
.widget-sidebar ul {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.services-content ul li,
.widget-sidebar ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.services-content ul li::before,
.widget-sidebar ul li::before {
  content: '•';
  color: #00aa55;
  position: absolute;
  left: 0;
}

.widget-sidebar ul {
  list-style: none;
  padding-left: 0;
}

.sidebar-widget ul li a {
  text-decoration: none;
  color: #00aa55;
  transition: color 0.3s ease;
}

.sidebar-widget ul li a:hover {
  color: #00376b;
}


@media only screen and (min-width: 1500px) {
  .hero-slider-item {
    height: 500px;
  }

  .hero-slider-content h1 {
    font-size: 50px;
  }
}

/** pour les eservices**/
.services {
  padding-top: 40px;
  margin: 0;
  padding-bottom: 40px;
}

.services .section_title {
  letter-spacing: -0.02em;
  font-size: 40px;
  font-weight: bold;
  color: #00aa55;
  text-align: center;
  /* Centre le texte */
  margin-bottom: 20px;
  position: relative;
}

.services .section_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #00aa55;
  margin: 10px auto 0 auto;
  /* Centre la ligne */
}


.card-wrapper {
  margin-bottom: 30px;
}

.services .card {
  max-width: 300px;
  /* Limite la largeur des cartes */
  margin: auto;
  /* Centre les cartes */
  border-color: #d8e8f9;
  border-radius: 10px;
  /* Coins arrondis pour un look moderne */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Ombre plus douce et large */
  transition: transform 0.3s, box-shadow 0.3s;
  /* Animation lors du survol */
}

.services .card:hover {
  transform: translateY(-5px);
  /* Élève la carte au survol */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  /* Ombre plus marquée au survol */
}

.services .card-body {
  padding: 1.5rem;
  /* Padding augmentée pour un meilleur confort */
}

.services .card-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.service-card-title-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  /* Arrondi complet pour l'icône */
  background: #d4f1e1;
  text-align: center;
  color: #00aa55;
}

.service-icon {
  width: 30px;
  /* Légèrement agrandi pour une meilleure visibilité */
  height: 30px;
}

.service-card-title-text {
  width: 100%;
  margin-left: 15px;
  /* Espacement augmentée */
  font-weight: 700;
  font-size: 16px;
  /* Légèrement agrandi pour le texte */
  overflow: hidden;
  line-height: 20px;
  /* Ajustement pour une meilleure lisibilité */
  max-height: 70px;
}

.services .card-text {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  /* Légèrement agrandi pour le texte */
  color: #171b1e;
}

.services .btn-link {
  color: #2985bc;
  font-size: 14px;
  line-height: 15px;
  text-decoration: underline;
  font-weight: 600;
}

.services .card-footer {
  display: flex;
  justify-content: center;
  /* Centre le bouton "Faire une demande" */
  padding: 1rem;
  /* Padding augmenté */
}

.services .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/** la pagination**/

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 20px;
}

.pagination a {
  color: #00aa55;
  border: 1px solid #00aa55;
  padding: 10px 15px;
  margin: 0 5px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
  background-color: #00aa55;
  color: #fff;
}

.pagination a.active {
  background-color: #00aa55;
  color: #fff;
}

.pagination a.disabled {
  color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

.pagination a.prev,
.pagination a.next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.pagination .ellipsis {
  padding: 10px 15px;
  margin: 0 5px;
  color: #00aa55;
  font-weight: bold;
}

/* Ajouter des icônes personnalisées pour les chevrons */
.pagination a.prev::before,
.pagination a.next::after {
  content: '\276E';
  /* Chevron gauche */
  font-size: 14px;
  margin-right: 5px;
}

.pagination a.next::after {
  content: '\276F';
  /* Chevron droit */
  margin-left: 5px;
}



.badge-circle {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  line-height: 2.5em;
  text-align: center;
  color: white;
  font-size: 1em;
}


.banner {
  position: relative;
  width: 100%;
  height: 30vh;
  /*margin-top: 99px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  background-position: center;
}

.banner p {
  font-size: 1.8rem;
  margin-top: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.banner h1 {
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-overflow: ellipsis;
}

.banner h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
  /* Cache tout ce qui dépasse */
  text-overflow: ellipsis;
}

/* Pour les tablettes */
@media (max-width: 1024px) {
  .banner {
    height: 27vh;
  }

  .banner h1 {
    font-size: 2.2rem; /* légèrement plus grand que h2 */
    line-height: 1.4;
  }

  .banner h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
}

/* Pour les écrans moyens (tablettes et petits ordinateurs) */
@media (max-width: 768px) {
  .banner {
    height: 27vh;
  }

  .banner h1 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .banner h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

/* Pour les petits écrans (mobiles) */
@media (max-width: 480px) {
  .banner {
    height: 23vh;
  }

  .banner h1 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .banner h2 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.banner-documents {
  background: linear-gradient(#21252966,
      rgba(0, 51, 102, 0.3)),
    url('media?id=/assets/images/banner-documents.jpg');
  /* Image pour la page Documenthèque */
  background-size: cover;
  background-position: center
}

.banner-actualites {
  background: linear-gradient(#21252966,
      rgba(0, 51, 102, 0.3)),
    url('media?id=/assets/images/banner-actualites.jpg');  
  background-size: cover;
  background-position: center
}

.banner-projets {
  background: linear-gradient(#21252966,
      rgba(0, 51, 102, 0.3)),
    url('media?id=/assets/images/banner-projets.png');  
  background-size: cover;
  background-position: center
}

.banner-default {
  background: linear-gradient(#21252966,
      rgba(0, 51, 102, 0.3)),
    url('media?id=/assets/images/banner-default.jpg');
  /* Image pour la page actualite */
  background-size: cover;
  background-position: center
}

.banner-about {
  background: linear-gradient(rgba(0, 51, 102, 0.7),
      rgba(0, 51, 102, 0.3)),
    url('https://example.com/images/about-background.jpg');
  /* Image pour la page À propos */
}



/* Table */
.table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #d0dce5;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.table thead th {
  background-color: #00aa55 !important;
  color: #ffffff !important;
  border: none;
  padding: 16px;
  font-weight: bold;
  text-align: left;
}

.table tbody tr {
  transition: background-color 0.3s ease;
}

.table tbody tr:hover {
  background-color: #e9f0f5;
}

.table tbody td {
  padding: 12px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #d0dce5;
}

.table tbody td:last-child {
  text-align: center;
}

/* Badges */
.document .badge {
  font-size: 0.85rem;
  padding: 17px 10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
}

.badge.light-yellow-back {
  background-color: #F2C94C !important;
}

.badge.light-green-back {
  background-color: #9EB54D !important;
}

.badge.light-blue-back {
  background-color: #56CCF2 !important;
}

.badge.light-blue-back {
  background-color: #56CCF2 !important;
}

.badge.light-gray-back {
  background-color: gray !important;
}

.badge.bg-success {
  background-color: #ffbe00 !important;
  color: #ffffff;
}

.badge.bg-primary {
  background-color: #003366;
  color: #ffffff;
}

/* Icones dans les boutons */
.btn-group .btn {
  margin-right: 4px;
}

.btn-group .btn:last-child {
  margin-right: 0;
}

.btn-group .btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-light {
  background-color: #f0f4fa;
  border: 1px solid #d0dce5;
  color: #00aa55;
  transition: background-color 0.3s, color 0.3s;
}

.btn-light:hover {
  background-color: #00aa55;
  color: #ffffff;
}

/* Responsivité */
@media (max-width: 768px) {
  .table thead {
    display: none;
  }

  .table tbody tr {
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid #d0dce5;
  }

  .table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 0.9rem;
    border-bottom: none;
  }

  .table tbody td:before {
    content: attr(data-label);
    font-weight: bold;
    color: #00aa55;
    margin-right: 10px;
  }

  .btn-group {
    flex-direction: column;
    gap: 5px;
  }
}


.single-event-box {
  height: 85%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.event-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
}



.event-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.read-more {
  align-self: flex-start;
  /* Place le bouton en bas à gauche */
  text-decoration: none;
  font-weight: bold;
  color: #00aa55;
  margin-top: 15px;
}


.new-featured-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}


/* Style général pour le breadcrumb */
.custom-breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* Style des boutons */
.breadcrumb-btn {
  background-color: #006828;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
  text-decoration: none;
  margin-right: 5px;
  display: inline-block;
  transition: background-color 0.3s;
}

.breadcrumb-btn:hover {
  background-color: #ffbe00;
  color: #006828;
  /* Texte vert foncé */
  text-decoration: none;
}

/* Style pour l’élément actif avec une pointe */
.breadcrumb-current {
  position: relative;
  color: #333;
  padding: 5px 15px;
  margin-left: 5px;
  font-weight: bold;
  background: #e9ecef;
  border-radius: 20px;
}

.breadcrumb-current::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent #e9ecef transparent transparent;
}

.blog-details-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
  margin-bottom: 20px;
}


.blog-top-content {
  background-color: #f9f9f9; 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
}

.news-content ul.admin {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.news-content ul.admin li i {
  color: #006828; 
  margin-right: 5px;
}

.news-content p,
.news-content ul,
.news-content li {
  font-size: 18px; 
  line-height: 1.8;
  color: #333; 
  margin-top: 10px;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-word; 
}

/* Style général pour les liens dans la section news-content */
.news-content a {
  color: #00aa55;              
  text-decoration: none;      
  font-weight: 600;           
  position: relative;          
  padding-left: 18px;          
  transition: color 0.3s;      
}

/* Couleur au survol */
.news-content a:hover {
  color: #008c45;              
  text-decoration: underline;  
}

/* Icône "link" avant chaque lien */
.news-content a:before {
  content: "\eeb2";            
  font-family: "RemixIcon";    
  position: absolute;
  left: 0;                     
  top: 0;
  font-size: 0.85em;
  color: #00aa55;
  transition: left 0.3s;       
}

/* Animation au survol pour l'icône */
.news-content a:hover:before {
  left: -4px;                 
}



@media (max-width: 768px) {
  .blog-details-img img {
    height: auto;   
  }

  .blog-top-content {
    padding: 15px;
  }
}


.social-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.social-share h5 {
  font-size: 16px;
  margin-right: 10px;
  color: #333;
}

.news-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.social-facebook {
  background-color: #3b5998;
}

.social-twitter {
  background-color: #1da1f2;
}

.social-linkedin {
  background-color: #0077b5;
}

.social-email {
  background-color: #ffbe00;
  color: #333;
}

.news-social-icon:hover {
  transform: scale(1.1);
  opacity: 0.9;
}


.document-section {
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.document-section h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.document-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
}

.document-info {
  flex: 1;
  min-width: 200px;
  font-size: 14px;
  color: #555;
}

.document-info p {
  margin: 5px 0;
}

.document-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.document-info p {
  word-wrap: break-word; 
  word-break: break-word; 
  white-space: normal;
}


.btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  /*color: #fff;*/
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-view {
  background-color: #00aa55;
}

.btn-download {
  background-color: #ffbe00;
}

.btn:hover {
  opacity: 0.9;
  color: inherit;
}

.btn i {
  font-size: 16px;
}


.article-photo-album {
  margin-top: 30px;
}

.album-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.album-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.photo-thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Assure un bon recadrage */
}

.photo-thumbnail:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


/* Owl Carousel styles */
.album-gallery .item img {
  height: 200px;
  object-fit: cover;
  width: 200px;
}

.owl-carousel .owl-nav {
  display: none;
}


.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-overlay.d-none {
  display: none;
}

.lightbox-image {
  max-width: 90%;
  max-height: 80%;
  border-radius: 5px;
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.lightbox-carousel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 90%;
  max-height: 80%;
  position: relative;
}

.carousel-slide {
  display: none;
  justify-content: center;
  align-items: center;
}

.carousel-slide.active {
  display: flex;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: rgba(0, 0, 0, 0.8);
}


/* Articles similaires */
.widget-similar-articles {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.similar-articles-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #00aa55;
  border-left: 5px solid #00aa55;
  padding-left: 10px;
}

.similar-articles-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.similar-article-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.article-thumbnail img {
  width: 250px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.article-thumbnail img:hover {
  transform: scale(1.05);
}

.article-details {
  flex-grow: 1;
}

.article-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  color: #6b6b6b;
  transition: color 0.2s ease;
}

.article-title a {
  text-decoration: none;
  color: inherit;
}

.article-title a:hover {
  color: #007744;
}

.article-excerpt {
  font-size: 0.875rem;
  color: #666;
  margin-top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .similar-article-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-thumbnail img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }

  .article-details {
    text-align: left;
  }
}

.btn-outline-green {
  border-color: #00aa55;
  color: #00aa55;
}

.btn-outline-green:hover {
  background-color: #00aa55;
  color: #ffffff;
}

.projet-content p, ul{
  font-size: 16px;  
  line-height: 1.2; 
  color: #333; 
  margin-top: 10px;
  text-align: justify;  
  overflow-wrap: break-word;
  word-break: break-word; 
}

.projet-content h5 {
 color:#00aa55 !important; 
 font-weight: 500;
}

.copy-right-area p a:hover {
  text-decoration: underline;
}

.page-title-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.member {
  background-color: #ffffff; /* Couleur de fond */
  border: 2px solid #00aa55; /* Bordure bleue */
  border-radius: 10px; /* Coins arrondis */
  padding: 20px; /* Espacement interne */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre pour un effet de profondeur */
  transition: transform 0.3s, box-shadow 0.3s; /* Animation pour les interactions */
}

.member:hover {
  transform: scale(1.05); /* Agrandissement léger au survol */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Accentuation de l'ombre au survol */
}

.member img {
  border: 2px solid #8080804d; /* Bordure autour de l'image */
  border-radius: 50%; /* Forme circulaire */
  margin-bottom: 15px; /* Espacement sous l'image */
}

.member h4 {
  font-size: 18px; /* Taille de police */
  font-weight: bold; /* Texte en gras */
  margin-bottom: 10px; /* Espacement sous le titre */
  color: #333333; /* Couleur du texte */
  text-align: center;
}

.member p {
  font-size: 14px; /* Taille de police */
  color: #666666; /* Couleur grise pour le texte */
  margin: 0; /* Pas d'espacement supplémentaire */
  text-align: center;
}


/* Conteneur de l'aperçu */
#site-preview {
  position: absolute;
  display: none;
  width: 400px;
  height: 300px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  pointer-events: none;
}

#preview-iframe {
  width: 100%;
  height: 100%;
}


.services-area.services-area-style-two .single-services-box h3{ 
  margin-top: 10px;
}