/*
Theme Name:   Hello Child
Theme URI:    https://elementor.com/hello-theme/
Description:  Thème enfant pour Hello Elementor
Author:       Votre nom
Author URI:   https://votre-site.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-child
*/

/* Ajoutez vos styles personnalisés ci-dessous */

a.elementor-button.elementor-button-link,
.te-location_liste a.jet-listing-dynamic-terms__link
{
    text-decoration: none!important;
    color:#161742;
}


/* header */

.elementor-element.te-menu-mobile_btn .elementor-widget-button{
    width:100%!important;
}

.elementor-element.te-menu-mobile_btn .elementor-widget-button .elementor-button.elementor-button-link {
    width:100%!important;
}

.te-navigation{
    /* position: fixed;
    width: 100%;
    z-index: 999; */
}

.elementor-sticky--effects.te-navigation {
 
   -webkit-box-shadow: 0px 9px 15px -7px rgba(0, 0, 0, 0.308); 
box-shadow: 0px 9px 15px -7px rgba(0, 0, 0, 0.308);
backdrop-filter: blur(10px);
  background: #ffffffc2!important;
}

/* Avant scroll */
.menu-scroll {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

/* Après scroll */
.menu-scroll.elementor-sticky--effects {
  background-color: #ffffff; /* TA couleur */
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* home page */
.te-gradient-text .elementor-heading-title,
.te-gradient-text .elementor-counter-number-wrapper span,
.te-gradient-text .jet-listing-dynamic-field__content {
    opacity: 1;
    transform: none;
    background-image: linear-gradient(135deg, #161742, #f8be39);
    background-clip: text;
    -webkit-text-fill-color: transparent;   

}


.te_home_card .elementskit-box-header .elementskit-info-box-icon,
.te_rounded_icon .elementskit-box-header .elementskit-info-box-icon{
    width:73px;
    height:73px;
    border-radius:20px;
    background-image: linear-gradient(135deg, #161742, #2563eb);
    transition: transform 0.2s ease-out;
}


.te_rounded_icon .elementskit-box-header .elementskit-info-box-icon{
    border-radius:50px!important;
}

.te_rounded_icon .ekit-wid-con .ekit-badge{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 2px solid #161742;
    
}


.te-step_container_bg .ekit-wid-con .elementskit-infobox{
    background-color: transparent!important;
}

.te_emb_video_container {
    overflow: hidden;
    border-radius: 10px;
}

.te-animates_badge p,
.te-animates.elementor-widget-icon-box{
    background-color: #1617421a;
    margin-bottom: 0px;
    border-radius: 50px;
    padding: 5px 10px;
    animation: pulse-glow 2s infinite ease-in-out;
}

.te-offer_card.transition-all{
    overflow: hidden!important;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);;
}

.te-offer_card.transition-all:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
} 



.te_amine_card:hover{
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);

}

.te_translate_animate:hover,
.te_home_card:hover{
    transform: translateY(-12px);
}

.te_home_card .elementskit-box-header .elementskit-info-box-icon:hover{
    animation: rotate-wiggle 0.4s ease-in-out;
}

.hover-rotate {
  display: inline-block;
  transition: transform 0.2s ease-out;
}



@keyframes rotate-wiggle {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-8deg); }
  50%  { transform: rotate(8deg); }
  75%  { transform: rotate(-4deg); }
  100% { transform: rotate(0deg); }
}

.elementor-element.elementor-element-313d07b.e-con-full.e-flex.e-con.e-child{
    overflow: hidden;
}

.te_contact_form_btn button{
    width: 100%!important;
}

.te_bg_line_custom .e-con-inner{
    background-image: url('/wp-content/uploads/2025/11/bg-line-2.png');
        /* background-image: linear-gradient(135deg, #161742, #f8be39); */
    background-size:100%;
    background-repeat:no-repeat;
    background-position: 50% 35%;
}

.te_bg_line_custom .te_rounded_icon .elementskit-box-header .elementskit-info-box-icon{
   box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

/* .pulse-glow {
    
} */

/* Animation */
@keyframes pulse-glow {
    0% {
        transform: scale(1);
        box-shadow: #1617422a 0 0 0 0px;
    }
    50% {
        transform: scale(1.05);
        box-shadow: #1617421a 0 0 px 0px;
    }
    100% {
        transform: scale(1);
        box-shadow: #1617421a 0 0 0 0px;
    }
}


