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

/* Header */
.elementor-nav-menu--main > ul > li > ul.sub-menu.elementor-nav-menu--dropdown
{
    margin-left: auto !important;
    margin-right: auto !important;
    left: auto !important;
    right: 50% !important;
    transform: translateX(50%) !important;
    margin-top: 10px !important;
    box-shadow: 0 5px 15px -5px #0000004d !important;
    padding: 10px !important;
    width: 300px !important;
    background-color: #fff !important;
    border-radius: 20px !important;
}
.elementor-nav-menu--main ul.sub-menu li a
{
    text-align: center !important;
    justify-content: center !important;
    white-space: normal !important;
    margin: 0 !important;
    border: 0 !important;
} 

ul li.custom-menu-item-rdv a.elementor-item
{
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
    background-image: linear-gradient(135deg, var(--e-global-color-accent) 0%, #36B878 100%) !important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-radius: 50px 50px 50px 50px !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    text-transform: none !important;
    padding: 8px 25px !important;
}

ul li.custom-menu-item-rdv a.elementor-item:hover
{
    background-color: transparent !important;
    color: #FFFFFF !important;
    background-image: linear-gradient(98deg, #36B878 0%, var(--e-global-color-accent) 100%) !important;
    border-color: #FFFFFF !important;
}

@media screen and (max-width: 600px)
{
	ul li.custom-menu-item-rdv a.elementor-item
	{
		margin: 15px;
	}
}