/*
Theme Name: Dixionline Theme
Theme URI: https://dixionline.com
Author: Dixionline
Theme URI: https://dixionline.com
Template: hello-elementor
Version: 1.0
*/

/*
    Add your custom styles here
*/


/*Slider accueil */
/* Extrait masqué par défaut */
.bloc-accueil .elementor-widget-theme-post-excerpt {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    max-height 0.3s ease,
    visibility 0.3s ease;
}

/* Extrait affiché au survol du bloc */
.bloc-accueil:hover .elementor-widget-theme-post-excerpt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 200px;
}

.bloc-accueil .elementor-element-d737791 {
  padding-top: 0;
  padding-bottom: 0;
  transition: padding 0.3s ease;
}

.bloc-accueil:hover .elementor-element-d737791 {
  padding: 0 30px 50px 30px;
}