/*
Theme Name:     Sareca
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Make It Count
Author URI:     https://www.makeitcount.fr/
Template:       hello-elementor
Version:        0.1.0
*/


/* Menu custom style*/

.custom-menu-style .elementor-nav-menu{
	margin-top:20px !important;
}

.custom-menu-style .elementor-nav-menu > li:last-child {
    padding: 0px 20px !important;
}

.custom-menu-style .elementor-nav-menu > li:last-child > a {
    color: #155963;
    background-color: transparent;
    border: solid 2px #155963 !important;
    border-radius: 30px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
	
}

.custom-menu-style .elementor-nav-menu > li:last-child > a:hover {
    background-color: #67B8B8;
    color: #ffffff !important;
}


.elementor-nav-menu--main li a{
	padding:7px 20px !important;
}

/* Espacement supplémentaire pour le dernier bouton */
.custom-menu-style .elementor-nav-menu > li:last-child {
    margin-left: 20px !important; /* Augmente l'écart */
}



@media (max-width: 1024px) {

    .custom-menu-login a {
        border-radius: 30px !important;
        font-family: "Montserrat", Sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    .custom-menu-style .elementor-nav-menu > li:last-child {
        margin-left: 0 !important;
        padding-bottom: 20px !important;
		width:100% !important;
		display:flex !important;
		justify-content :center !important;
    }
}