/*
Theme Name: La chamade
Theme URI:
Description:
Author: Agence la chamade
Author URI: https://agencelachamade.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: la-chamade
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:
*/

/* HEADER */
header .menu-desktop .telephone a, footer .menu-desktop .telephone a{
	border:2px solid #FC785E !important;
	padding:0px !important;
	border-radius:90px !important;
	font-weight:500 !important;
}
header .menu-desktop .telephone a:hover,footer .menu-desktop .telephone a:hover{
	background-color:#FC785E !important;
	color:white !important;
}
header .menu-desktop ul li {
	width:130px !important;
}

header .menu-desktop .logo{
	margin-top:-10px !important;
	margin-bottom:-10px !important;
	background-image:url("/wp-content/uploads/2025/10/logo-emma-douzou-avocate.svg") !important;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
header .menu-desktop .logo a{
	opacity:0 !important;
}
	
header .menu-mobile .telephone, header .menu-mobile .logo{
	display:none !important;
}
.plus-mobile-menu.collapse.navbar-collapse.navbar-ex1-collapse.plus-mobile-menu-content.in,
.plus-mobile-menu.collapse.navbar-collapse.navbar-ex1-collapse.plus-mobile-menu-content{
	top:59px !important;
	padding:15px 0px !important;
	background-color:#FC785E !important;
}

header .menu-mobile ul li a:after{
	content:"";
	display:inline-block;
	height:1px;
	width:40px;
	background-color:white;
	left:23px !important;
	position:absolute !important;
	top:48px !important;
}

header .menu-mobile .contact a:after{
	opacity:0 !important;
	width:0px !important;
}

header.elementor-sticky--effects{
	border-bottom:1px solid #E9F1F6 !important;
}

header .menu-desktop .elementor-item-active:after{
    content: "";
    display: inline-block;
    height: 1.5px;
    width: 40px;
    background-color: #FC785E !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 50%;
    transform: translate(-50%, 0%);
}




/* FOOTER */
footer .logo{
	display:none !important;
}



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

@media screen and (max-width: 768px){
	/* end custom */
}