/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 05:42:31 */
html {
  scroll-behavior: smooth;
}
.anchor-section{
	/*scroll-margin-top: 260px;
	scroll-margin-bottom:100px;*/
	/*scroll-padding-top: 120px;*/
	padding-top: 170px;   /* hauteur du header fixe */
    margin-top: -170px;

}
#about-anchor{
	display:none;
}
#about-anchor{
	/*position: fixed;*/
	width:250px;
	z-index:9999;
	left:10px;
	gap:0 !important;
	display:none !important;
}
#about-anchor .elementor-element{
	padding:0px;
}
#about-anchor .sa-slinky-menu{
	border-radius: 10px;
}
#about-anchor .nav{
	margin:0;
	padding-top:0;
	padding-right:0;
	gap:0;
	padding-bottom:0;
}
#about-anchor .nav a{
	padding: 10px 1.2em;
	font-size: 16px;
	color: #000;
}
#about-anchor .nav a.elementor-item:after{
	height:0;
	width:0;
}
#about-anchor .nav a.active{
	color:#99874f;
	font-weight: 600;
}

#about-anchor .e-con-inner{
	gap:0!important;
}
#about-anchor .nav ul{
	padding-left:0;
	left:0 !important;
}
#about-anchor .nav ul li{
	margin-bottom:0;
}

#about-anchor .sa-slinky-menu{
	height:auto !important;
}

@media (min-width: 1024px) {
  html {
    scroll-behavior: smooth;
  }
	.about-section{
		/*padding-left:125px;*/
	}
	.about-section-title{
		/*padding-left:275px;*/
	}
	#about-anchor.show{
	display:initial;
	}
	#about-anchor{
		display:flex !important;
	}
}