
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, rgba(47, 4, 26, 1) 0%, rgba(118, 10, 66, 1) 14%, rgba(212, 17, 118, 1) 30%, rgba(240, 127, 0, 1) 61%, rgba(255, 216, 0, 1) 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;
}
