/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://exemple.com
 Description:  Thème enfant pour Hello Elementor
 Author:       Léa Ribes
 Author URI:   https://learibes.fr/
 Template:     hello-elementor
 Version:      1.0
*/

@import url("../hello-elementor/style.css");

/* MASQUER LA PARTIE BLOG DANS LES FOOTERS -- supprimer cet encart pour les réafficher partout*/
.elementor.elementor-304 {
    display: none !important;
}
/***/ 

/* MASQUER LA PARTIE SAVOIRS-FAIRE DANS LES FOOTERS -- supprimer cet encart pour les réafficher partout*/
.elementor.elementor-397 {
    display: none !important;
}
/***/ 

.lr-menu-list li.elementor-icon-list-item {
    position: relative !important;
}

.lr-menu-list li.elementor-icon-list-item:after {
    content: url('https://buisan.fr/wp-content/uploads/2025/04/fleche-droite-blanche.svg');
    position: absolute !important;
    text-align: right;
    align-self: anchor-center;
}

.lr-menu-list a {
    z-index: 3;
}

.lr-btn-arrow .elementor-button-wrapper .elementor-button-content-wrapper span.elementor-button-icon {
    font-size: 50px !important;
}

.lr-icon-box-center-icon .elementor-icon-box-icon svg {
    margin-top: 12px;
}

.home .elementor-element.elementor-element-550e840.e-con-full.e-flex.e-con.e-parent.e-lazyloaded nav.elementor-nav-menu--main li a {
    color: black !important;
}

.lr-granitheque img {
    margin-left: -10px;
    margin-bottom: -10px;
}

.lr-granitheque p.elementor-image-box-description {
    background: var(--e-global-color-accent);
    display: inline;
    padding: 8px 10px;
    border-radius: 8px;
}

.lr-icon-list .elementor-icon-list-item svg {
    background: rgb(255 255 255 / 10%);
    padding: 9px;
    border-radius: 250px;
}

.lr-family-list img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 500px;
    border: 1px solid var(--e-global-color-accent);
}

.lr-br-mobile-only {
  display: none !important;
}

.elementor-element.elementor-element-5cc2318.lr-faq > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    justify-content: space-between;
}

.lr-btn-flou {
  	backdrop-filter: blur(8px);
  	-webkit-backdrop-filter: blur(8px); /* compatibilité Safari */
  	background-color: rgba(0, 0, 0, 0.25); /* ou #fff, à adapter */
	border-radius: 16px;
}

@media (min-width: 1024px){
	.home div.elementor.elementor-73.elementor-location-header a img {
  		content: url('https://buisan.fr/wp-content/uploads/2025/04/Logo-ligne-noir-vectorise-Marbrerie-Buisan.svg');
		}
	.home .lr-principal-menu li span {
	    color: black !important;
	}
	
	.home .lr-principal-menu svg.e-font-icon-svg.e-fas-caret-down {
		fill: black !important;
	}
}

@media (max-width: 1024px){
	div#menubar-831 {
    height: 94vh !important;
    background: var(--e-global-color-accent);
}

	div#menubar-831 ul.e-n-menu-heading {
		margin-top: 20px;
	}
	
	div#configmonument {
		align-self: center;
		border: solid 1px var(--e-global-color-7e65810);
		border-radius: 999px;
		position: absolute;
		bottom: 110px;
		width: 90%;
        justify-content: center;
	}
	
	div#configmonument span.e-n-menu-title-text {
		font-size: 19px;
		font-weight: 400;
		color: var(--e-global-color-7e65810);
	}
	
	div#nouscontacter {
		align-self: center;
		border-radius: 999px;
		position: absolute;
		bottom: 58px;
		background: var(--e-global-color-7e65810);
		width: 90%;
        justify-content: center;
	}
	
	div#nouscontacter span.e-n-menu-title-text {
		font-size: 19px;
		font-weight: 400;
		color: var(--e-global-color-accent);
	}
	
}


@media (max-width: 767px) {
  .lr-br-mobile-only {
    display: inline !important;
  }
}