/* header */

/* footer */
@media screen and (max-width: 1024px) {
    .footer-section .menu-module .elementor-nav-menu {
        flex-direction:column;
    }
}
@media screen and (max-width: 767px) {
	.footer-section .menu-module .elementor-nav-menu {
        margin-left:0;
		margin-right:auto;
    }
}
.footer-section .menu-module .menu-item {
	position:relative;
}
.footer-section .menu-module .menu-item:before {
	content:'';
	position:absolute;
	top:calc(50% - 3px);
	left:-3px;
	width:6px;
	height:6px;
	border-radius:50%;
	background-color:#008080;
}
@media screen and (min-width: 1025px) {
	.footer-section .menu-module .menu-item:first-child:before {
		display:none;
	}
}
.footer-section .contact-module .elementor-icon-list-item:not(:first-child):before {
	content:'';
	position:absolute;
	right:0;
	top:-9px;
	width:calc(100% - 36px);
	border-top:solid 1px #19171C26;
}


/* section */
.e-con > .e-con-inner {
    width: 90% !important;
}

/* ancre */
.ancre-module {
	position:absolute !important;
	top:-110px;
}
@media screen and (max-width: 1024px) {
	.ancre-module {
		top:-90px;
	}
}

/* image */
.elementor-widget-image a {
	width:100% !important;
}

/* lien */
.elementor-widget-text-editor a {
	color:var( --e-global-color-accent );
}
.elementor-widget-text-editor a:hover {
	color:var( --e-global-color-secondary );
}

/* bouton */
.style-bouton-module .elementor-button-icon svg {
    opacity: 0;
}
.style-bouton-module .elementor-button-icon {
    position: relative;
    width: 12px;
    height: 12px;
	top:3px;
    overflow: hidden;
}
.style-bouton-module .elementor-button-icon:before {
    content:'';
    position: absolute;
    bottom:-12px;
    left:-12px;
    width: 24px;
    height: 24px;
    filter: invert(1);
    background-image:url('/wp-content/uploads/2025/11/anim-fleche-superieur-droite.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.style-bouton-module a:hover .elementor-button-icon:before {
	animation:anim-button 0.4s linear;
}
@keyframes anim-button {
	from {
		bottom:-12px;
    	left:-12px;
	}
	to {
		bottom:0;
    	left:0;
	}
}
.style-bouton-module.blank-button .elementor-button-icon:before {
	filter:initial;
}

/* accueil */
.bg-change-section .e-child-text {
    transition: all 0.5s;
}
.bg-change-section:hover .e-child-text {
    filter: invert(1);
}
@media screen and (min-width: 1025px) {
    .bg-change-section:hover .e-child-text {
        transform: translatey(15px);
    }
}