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

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

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

.rea-more {
    border-radius: 16px;
}

/* 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;
}

/* force les bords arrondi des images dans les articles */
.is-style-rounded {
    border-radius: 24px !important;
    overflow: hidden;
}

/* 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: 120px !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; 
}