/* retire l'effet de zoom lors du hover sur les icônes RS */
.FooterRS a:hover {
  font-size: 32px;
  fill: #E0B352;
}

/* force la couleur du svg */
.FooterRS svg {
    fill: #E8C67D !important;
}

/* tag des actus */
.tag-actu {
    background-color: 121212;
    border-radius: 0px;
    padding: 8px 16px;
}

/* tag des réas */
.tag-rea {
    background: #121212;
    border-radius: 0;
    padding: 8px 16px;
}

.rea-more {
    border-radius: 0;
}

/* coupure si un titre est trop long */
h1, h2, h3, h4, h5, h6 {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        -webkit-line-clamp: 5;
    }
}

/* effet d'ombre sur les cards*/
.elementor-card-shadow-yes .elementor-post__card {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.1) !important;
}

.elementor-card-shadow-yes .elementor-post__card:hover {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2) !important;
}

/* gras pour le dernier élément du fil d'ariane */
.breadcrumb_last {
    font-weight: 700;
}

/* centrage des icones */
.elementor-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* taille des images dans le slider qualification */
.quali-slider img {
    height: 150px !important;
  object-fit: contain;
}

/* slider effect */
.swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}