/* 
Theme Name: Hello Theme Child by Growwwup
Theme URI: https://github.com/elementor/hello-theme/
Description: Thème enfant développé par Rémy PENET de Growwwup.
Author: Rémy PENET - Growwwup
Author URI: https://growwwup.com/
Template: hello-elementor
Version: 1.3.0
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
*/

body{
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.comments-area {
    padding: 13px 37px 22px 38px;
}

.title-comments, #reply-title {
    font-size: 1.5em;
    font-weight: bold;
}

.elementor-widget-posts .elementor-pagination{
    margin-top: 20px;
}

h2,h3,h4,h5,h6{
    font-family: var(--e-global-typography-primary-font-family);
}

.tagcloud .tag-cloud-link {
    font-size: 1em !important;
    padding: 10px;
    border: solid var( --e-global-color-secondary ) 2px;
    margin: 5px;
    display: inline-block;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/**
 * Button Menu add button-menu class
 **/
.button-menu > a{
    background-color: var(--e-global-color-accent);
    border-radius: 0px;
    cursor: pointer;
    color: white !important;
    border: 2px solid var(--e-global-color-accent);
    margin-left: 10px;
}

.button-menu > a:after{
    opacity: 0;
}
body[data-elementor-device-mode=mobile] .button-menu > a, body[data-elementor-device-mode=tablet] .button-menu > a {
    margin: 0 20% 20px 20%;
    background-color: var(--e-global-color-accent) !important;
}

.button-menu > a:hover{
    background-color: var(--e-global-color-5c70741);
    color: var(--e-global-color-accent) !important;
    border: 2px solid var(--e-global-color-accent);
}