/* 
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;
}

h2 span.h2_bis{
    font-size: 32px;
    font-weight: 400;
}

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


/* BUTTON */
.elementor-widget-button{
    transition: all ease-in-out .3s;
}

.elementor-widget-button:hover{
    transform: scale(.97);
}

/* MENU */
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: calc(100vw - 80px) !important;
    margin-left: 20px !important;
    right: -4px !important;
    left: auto !important;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container li:first-child a{
padding-top: 15px !important;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container li:last-child a{
padding-bottom: 15px !important;
}



/* CAROUSEL */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px;
}


/* POST */

.elementor-widget-theme-post-content p {
    line-height: 1.6em;
    margin-bottom: 15px;
}

.elementor-widget-theme-post-content ul li {
    margin-bottom: 5px;
} 

.elementor-widget-theme-post-content p img {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}



/* RESPONSIVE */

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

    h2 span.h2_bis{
        font-size: 28px;
    }

}

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

    h2 span.h2_bis{
        font-size: 22px;
    }

}