/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.flipBox:hover svg path{
	fill: #fff;
}
.flipBox:hover h3,
.flipBox:hover p{
	color:#fff;
}


/**/
.texte-defilant-loop {
    /*overflow: hidden !important;*/
    width: 100%;
    max-width: 100%;
}

.texte-defilant-loop .elementor-widget-container {
    overflow: hidden !important;
    width: 100%;
    max-width: 100%;
}

.texte-defilant-loop .elementor-heading-title,
.texte-defilant-loop .elementor-widget-container {
    display: block;
    overflow: visible !important;
    white-space: nowrap;
}

.texte-defilant-loop .marquee-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    white-space: nowrap;
    animation: texte-defilement-continu 1152s linear infinite !important;
    will-change: transform;
}

.texte-defilant-loop .marquee-group {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.texte-defilant-loop .marquee-item {
    display: inline-block;
    flex: 0 0 auto;
    white-space: nowrap;
    padding-right: 80px;
}

/* Pause au survol */
.texte-defilant-loop:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes texte-defilement-continu {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

/* gestion lire la suite 
.bloc-lire-suite{
	display:none!important;
}
body .bloc-lire-suite .texte-lire-suite {
	display:none!important;
  max-height: 180px!important;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}

.bloc-lire-suite .texte-lire-suite::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}

.bloc-lire-suite.ouvert .texte-lire-suite {
  max-height: 2000px;
}

.bloc-lire-suite.ouvert .texte-lire-suite::after {
  display: none;
}*/