/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764334953
Updated: 2025-11-28 13:02:33

*/
/* Bouton Liquid Glass - Styles principaux */
.lg-btn-wrapper-9x4k {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    align-items: center;
    gap: 15px;
}
button.lg-btn-wrapper-9x4k:hover {
    background-color: transparent!important;
}
.lg-btn-wrapper-9x4k::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: left 0.6s;
}

.lg-btn-wrapper-9x4k:hover::before {
    left: 100%;
}

.lg-btn-wrapper-9x4k::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s;
}

.lg-btn-wrapper-9x4k:hover::after {
    opacity: 1;
}
/*
.lg-btn-wrapper-9x4k:hover {
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 20px rgba(100, 150, 255, 0.6),
        0 0 40px rgba(100, 150, 255, 0.4),
        inset 0 0 20px rgba(100, 150, 255, 0.1);
    border-color: rgba(100, 150, 255, 0.5);
}*/

.lg-btn-wrapper-9x4k:active {
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 15px rgba(100, 150, 255, 0.5);
}

/* Avatar */
.lg-avatar-container-5n8q {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    z-index: 1;
}

.lg-avatar-img-3r6t {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Contenu texte */
.lg-text-content-8h4w {
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 1;
    text-align: left;
}

.lg-title-primary-2j9s {
	font-family: "Public Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #f7f7f7;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: auto;
}

.lg-subtitle-secondary-6k3v {
	font-family: "Public Sans", Sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
	color: #F7F7F7; 
}

/* Effet de brillance */
.lg-shine-effect-7m2p {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 50px;
    height: 200%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: rotate(45deg);
    transition: right 0.6s;
}

.lg-btn-wrapper-9x4k:hover .lg-shine-effect-7m2p {
    right: 150%;
}

li.elementor-icon-list-item.elementor-inline-item {
    padding: 5px 10px;
    border-radius: 10px;
	color: #F7F7F7;
}
li.elementor-icon-list-item.elementor-inline-item:active {
    background: #2b2b31;
}
.h2-secondary-title{
	font-size: 60px;
	letter-spacing: -3.5px;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}
.h22-secondary-title{
	font-size: 47px;;
	letter-spacing: -3.5px;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: 500;
}
.title-section {
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2388FF 0%, #020108 100%);
    color: white;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    background-clip: padding-box;
}

.title-section::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 999px;
    padding: 1px;
    background: linear-gradient(
        var(--angle),
        #2388FF 0%,
        rgba(35, 136, 255, 0.3) 50%,
        #2388FF 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: rotate-border 3s linear infinite;
}

.title-section::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    background: conic-gradient(
        from var(--angle),
        transparent 0%,
        transparent 70%,
        rgba(255, 255, 255, 0.4) 85%,
        rgba(255, 255, 255, 0.6) 90%,
        rgba(255, 255, 255, 0.4) 95%,
        transparent 100%
    );
    filter: blur(8px);
    opacity: 0.6;
    pointer-events: none;
    animation: rotate-border 3s linear infinite;
    z-index: -1;
}

@keyframes rotate-border {
    0% {
        --angle: 0deg;
    }
    100% {
        --angle: 360deg;
    }
}

@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.ekit-main-swiper .elementskit-client-slider-item img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.ekit-main-swiper .elementskit-client-slider-item:hover img {
  filter: none;
}
selector .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    transform-style: flat !important;
}
/* Force le mouvement continu purement en CSS */
selector .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Astuce pour éviter le 'reset' brutal */
selector .swiper-slide {
    transition: none !important;
}
span.mb-6.mt-auto.pt-6.\[\&_img\]\:h-\[15px\].block {
    display: none !important;
}
@media (max-width: 767px) {
  .h2-secondary-title {
    font-size: 56px; /* Taille adaptée au mobile */
  }
}