/* .actu-by-tag .amenagement-layout #c9642a2695e3d297cecfcfe96a8a8fbd6{
  margin-bottom: 1.2% 0;
} */
.actu-by-tag .article-meta {
  font-size: 0.9rem;
  color: #666; /* Couleur gris clair */
  margin-top: 5px;
  display: flex;
  gap: 5px; /* Espacement entre les éléments */
  align-items: center;
  flex-wrap: wrap; /* S'adapte aux petits écrans */<
  justify-content: flex-start;
}

.article-meta span {
  display: inline-block;
}

.article-meta .article-read-time i {
  margin-right: 5px; /* Espacement entre l'icône et le texte */
  color: #e65f0d; /* Couleur orange pour l'icône */
}

.article-meta .article-read-time {
  display: flex;
  align-items: center;
  color: #333; /* Couleur pour le temps de lecture */
}

.article-meta .article-date {
  color: #666; /* Couleur pour la date */
}

.actu-by-tag a {
  text-decoration: none;
  color: black;
}
.actu-by-tag {
  max-width: 1550px;
  margin: 0 auto;
 padding: 5%;
}

.actu-by-tag .section-title {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 800; /* Augmentation de la graisse */
  margin-bottom: 25px;
  background-color: black;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none; /* Suppression du soulignement */
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.actu-by-tag .section-title::before {
  display: none;
}
.actu-by-tag .section-title:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Style pour le conteneur principal avec article à la une */
.actu-by-tag .actu-container.has-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
}

/* Style pour l'article à la une */
.actu-by-tag .featured-article {
  position: relative;
  height: 100%;
}

.actu-by-tag .featured-article .featured-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.actu-by-tag .featured-thumbnail {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 5px;
}

.actu-by-tag .featured-title {
  font-size: 1.8rem; /* Titre plus gros */
  line-height: 1.4;
  font-weight: bold; /* Titre en gras */
  margin: 15px 0 0 0;
  color: #000;
}

/* Style pour la liste des articles à droite */
.actu-by-tag .has-featured .articles-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Style pour les articles de droite */
.actu-by-tag .has-featured .article-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.actu-by-tag .has-featured .article-thumbnail {
  width: 150px; /* Taille fixe plus petite */
  height: 150px; /* Format carré */
  object-fit: cover;
  margin-bottom: 0; /* Suppression de la marge */
  border-radius: 5px;
  flex-shrink: 0; /* Empêche l'image de rétrécir */
}

.actu-by-tag .has-featured .article-title {
  font-size: 1.4rem; /* Titre plus gros */
  line-height: 1.3;
  font-weight: bold; /* Titre en gras */
  margin: 0;
  width: 100%;
}

/* Style pour la liste sans article à la une */
.actu-by-tag .no-featured .articles-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.actu-by-tag .no-featured .article-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 5px;
}

.actu-by-tag .no-featured .article-title {
  font-size: 1.2rem; /* Titre plus gros */
  line-height: 1.3;
  font-weight: bold; /* Titre en gras */
  margin: 0;
}
.section-title .tag-link {
  color: inherit;
  text-decoration: none;
}

.section-title .tag-link:hover {
  text-decoration: underline;
}

/* Responsive Tablette */
@media screen and (max-width: 1024px) {
  .actu-by-tag .no-featured .articles-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .actu-by-tag .actu-container.has-featured {
    grid-template-columns: 1fr;
    padding: 0 4%;
  }

  .actu-by-tag .has-featured .articles-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .actu-by-tag .has-featured .article-item {
    flex-direction: column;
  }

  .actu-by-tag .has-featured .article-thumbnail {
    width: 100%;
    height: 200px;
  }
}
.actu-by-tag.amenagement-layout {
  max-width: 1550px;
  display: flex;
  flex-direction: row;
  gap: 10rem;
  align-items: flex-start;
  padding: 2% 1%;
  width: 100%;
}/* Ajustement du padding pour maintenir les marges */


.amenagement-left-section {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 35%;
  }
.amenagement-left-section h2{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
}
.amenagement-left-section h2::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color:#e65f0d;
}


.amenagement-right-section {
  flex:1; /* Prend 60% de la largeur */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.amenagement-image {
  width: 65%;
  height: auto;
  object-fit: contain;
}

.amenagement-cta {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #e65f0d; /* Couleur orange comme sur l'image */
  color: white !important;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-transform: uppercase;

  position: relative;

}
/* .amenagement-cta::before {
  content: "➜";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 0.6em;
  opacity: 1;
  color: white;
  margin-right: 10px;
} */



.amenagement-cta:hover {
  background-color: #F4511E;
}
/* Responsive Mobile */
@media screen and (max-width: 768px) {
  .actu-by-tag .section-title {
    margin-left: 0;
  }

  .actu-by-tag .featured-title {
font-size: 1.3rem;
margin: 0;
  }
  .actu-by-tag .has-featured .article-title {
    font-size: 1.1rem;
  }
  .actu-by-tag.amenagement-layout {
    padding: 5% 1% 9% 1%;
  }
  .amenagement-left-section {
    display: none;
  }
  .actu-by-tag .section-title {
    font-size: 1.5em;
  
  }
  .actu-by-tag .no-featured .articles-list,
  .actu-by-tag .has-featured .articles-list {
    grid-template-columns: 1fr;
    padding: 0 4%;
  }

  .actu-by-tag .featured-thumbnail {
    height: 300px;
  }

  .actu-by-tag .has-featured .article-item {
    flex-direction: row;
  }

  .actu-by-tag .has-featured .article-thumbnail {
    width: 150px;
    height: 150px;
  }
}
/* Style pour l'extrait */
.article-excerpt {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.4;
  color: #666;
  text-align: left;
}

/* Responsive pour les extraits */
@media (max-width: 768px) {
  .article-excerpt {
      display: none;
  }
}