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

/* enlever espace en dessous du texte editor */
p:last-child {
    margin-bottom: 0px;
}

/* selection du texte */
::selection {
  background: #F0CA36;
  color: #3D3D3D;
}

/* humberger du menu principal */
.menu-principal .elementor-menu-toggle {
    padding: 0px;
}

/* surlignage degradé du menu principal */
.menu-principal .elementor-item::after {
    background: linear-gradient(90deg, #EF5561, #F0CA36) !important;
    border-radius: 2px;
}


/* gradient des titres 2 */
.texte-gradient-1{
    padding: 0 0.05em;

    background: linear-gradient(
        90deg,
        rgb(197, 74, 149) 0%,
        rgb(217, 56, 111) 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    font-style: italic;
    font-weight: 500;

    overflow: visible;
}


