.slider-meta.start{
	align-items: flex-start !important;
}
.slider-meta h1{
    font-size: 20px !important;
    width: fit-content !important;
}
.blocFichePermis_carousel, .blocFichePermis_image_block{
  grid-column: 1 / 7 !important;
  width: 100% !important;
}
.blocFichePermis_image_block img, .blocFichePermis_carousel img{
    border-radius: 50px;
}

/* Styles pour les dots Owl Carousel */
.blocFichePermis_carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
}

.blocFichePermis_carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blocFichePermis_carousel .owl-dots .owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.blocFichePermis_carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  border-color: #333;
  transform: scale(1.3);
}

/* Alternative avec dots colorés */
.blocFichePermis_carousel .owl-dots .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: inherit;
}

/* ==========================================
   ÉLÉMENT FLOTTANT - ANIMATIONS DE VISIBILITÉ
   ========================================== */

/* Animation de cœur qui bat */
@keyframes heartbeat {
  0% { 
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(130, 222, 207, 0.4);
  }
  14% { 
    transform: scale(0.8);
    box-shadow: 0 0 0 8px rgba(130, 222, 207, 0.2);
  }
  28% { 
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(130, 222, 207, 0);
  }
  42% { 
    transform: scale(0.8);
    box-shadow: 0 0 0 8px rgba(130, 222, 207, 0.2);
  }
  70% { 
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(130, 222, 207, 0);
  }
  100% { 
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(130, 222, 207, 0);
  }
}

/* Widget avec effet cœur qui bat */
.short-menu.heartbeat {
  animation: heartbeat 3.5s infinite;
  transition: all 0.2s ease;
  /* border: 2px solid #82DECF; */
}

/* Effet hover pour cœur qui bat */
.short-menu.heartbeat:hover {
  animation: none;
  transform: scale(1.05);
  box-shadow: unset;
  border-color: transparent;
  border: 0
}
.blocFichePermis_image{
    background-size: contain !important;
    background-repeat: no-repeat;
}

.facebook-menu {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url('/wp-content/uploads/2025/04/Logo-Facebook.svg') no-repeat center center !important;
    margin: 20px 20px auto 0 !important;
}

.instagram-menu {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url('/wp-content/uploads/2025/04/Logo-Instagram.svg') no-repeat center center !important;
    margin: 20px 20px auto 0 !important;
}


@media (min-width: 768px) {
    .slider-meta h1{font-size: 22px !important;}
}
@media (min-width: 1280px) {
    .slider-meta h1{font-size: 25px !important;}
    .blocFichePermis .blocFichePermis_container{ width: 99%;}
}
@media (min-width: 1440px) {
    .blocFichePermis .blocFichePermis_container{ width: 95%;}
    .slider-meta h1{font-size: 30px !important;}
}
@media (min-width: 1680px) {
    .slider-meta h1{font-size: 50px !important;}
}
@media (min-width: 1281px) {
    .instagram-menu, .facebook-menu {
        margin: auto 20px auto 0 !important;
    }
    .main-menu-container .main-menu-class>li {
        margin-top: 0;
        margin-right: 5% !important;
    }
}
@media (max-width: 767px) {
    header {
    height: 70px;
    }
    header .header-logo {
        width: 130px !important;
    }
    .slider-wrapper .slider-meta {
        width: 90%;
    }
}
