/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* GLOBAL */

html, body{
    overflow-x: hidden;
}

a {
    color: inherit;
}

p a{
    text-decoration: underline;
}

.fitcontent{
    width: fit-content !important;
}

form:has(.fitcontent) {
    display: contents;
}


.scale{
    transition: all ease-in-out .3s;
}

.scale:hover{
    transform: scale(0.97);
} 

.elementor-widget-text-editor > p:last-child{
    margin-block-end: 0 !important;
}

h2 span{
    background-image: linear-gradient(120deg, #FFD85A 0%, #FFD85A 100%);
    background-repeat: no-repeat;
    background-size: 100% 29px;
    background-position: 0 89%;
    line-height: 120%;
}

.bg_blue h2 span{
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
}

/* ICONS */
.elementor-widget-icon .elementor-icon-wrapper {
    line-height: 0 !important;
}

/* HEADER */
.elementor-nav-menu .sub-arrow {
    padding-left: 5px;
}
.wp-block-surecart-cart-icon {
    border-radius: 100px;
    border: solid 2px #fff;
}

span.wp-block-surecart-cart-icon__count {
    background: var( --e-global-color-secondary );
    color: var(     --e-global-color-text );
        font-weight: 700;
}

/* Diapo Home */
.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper{
    padding-bottom: 0 !important;
}

/* OFFRE */
.p_icon, .v_icon, .j_icon, .c_icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px; 
}

.p_icon {
    background-image: url('/wp-content/uploads/2026/06/plateforme_icon_Y.svg');
}
.v_icon {
    background-image: url('/wp-content/uploads/2026/06/visio_icon_Y.svg');
}
.j_icon {
    background-image: url('/wp-content/uploads/2026/06/journee_icon_Y.svg');
}
.c_icon {
    background-image: url('/wp-content/uploads/2026/06/communaute_icon_Y.svg');
}



/* RESPONSIVE */

@media screen and (max-width: 1024px){

h2 span{
    background-size: 100% 24px;
}

}

@media screen and (max-width: 767px){

    h2 span{
        background-size: 100% 19px;
    }
    .p_icon, .v_icon, .j_icon, .c_icon {
        display: none; 
    }
}