
html,
body {
    overflow-x: hidden;
}

input:focus {
    outline: none;
}

.ecommerce-false .cart,
.ecommerce-false .boutique {
    display: none;
}

.title-gradient .elementor-heading-title {
    background-image: linear-gradient(90deg, var(--e-global-color-044b931) 0%, var(--e-global-color-3ee16e7) 14%, var(--e-global-color-e1dce2b) 30%, rgb(253, 190, 0) 61%, var(--e-global-color-dd38f3e) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services .service .elementor-icon-box-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.services .service:hover .elementor-icon-box-title a {
    color: var(--e-global-color-d49ac81);
}

h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.clamp .jet-listing-dynamic-field__content,
#mega-menu-listing .clamp .jet-listing-dynamic-field__content,
#produit-accueil .clamp .jet-listing-dynamic-field__content,
#produit-archive .clamp .jet-listing-dynamic-field__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#mega-menu-listing .clamp .jet-listing-dynamic-field__content{
    -webkit-line-clamp: 3;
}