
/* Global font fixer (only mac) */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* GeneratePress fixes */
.site-content
{
	display: block;
}

/* Elementor basics fixes */
.elementor-text-editor p:last-child
{
	margin-bottom: 0;
}
p.elementor-heading-title
{
	margin-bottom: 0;
}

a.elementor-button
{
	position: relative;
	z-index: 1;
}

.elementor-element > .elementor-background-overlay
{
	pointer-events: none;
}


/* Elementor lightbox fix */
.elementor-lightbox .elementor-lightbox-item
{
	padding: 0;
}


/* Elementor utils */
.no-margin
{
	margin: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap
{
	flex-direction: row;
	flex-wrap: nowrap;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element
{
	display: flex;
	align-items: center;
	width: auto;
	margin-bottom: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element .elementor-icon-wrapper
{
	display: flex;
	align-items: center;
}
.nox-pos-static.elementor-widget
{
	position: static;
}

/* Global styles */

.list-icon-align .elementor-icon-list-item {
	display: flex;
	align-items: baseline;
}

.list-icon-align .elementor-icon-list-item span.elementor-icon-list-icon {
	height: 100%;
	display: block;
}


/* Header/Menu styles */

.header-styles.elementor-sticky--effects {
    background-color: #fffffff2;
    transition: background-color 1s;
}

@media only screen and (max-width: 767px) {
	.header-styles.elementor-sticky--effects {
		background-color: #ffffff;
		transition: background-color 1s;
	}
}
@media (max-width: 1024px) {
	.elementor-nav-menu--dropdown .sub-menu .elementor-sub-item
	{
		font-size: 13px;
	}
}

.header-styles .elementor-widget-container .elementor-menu-toggle {
	padding: 0px;
}

/* Section "Besoin d'un rendez-vous ?" */

.rdv-button-styles a.elementor-button-link.elementor-button {
	min-width: 100%;
}

.rdv-button-styles a.elementor-button-link.elementor-button span.elementor-button-content-wrapper span.elementor-button-text {
	flex-grow: 0;
}

/* Section grises styles */

@media only screen and (max-width: 767px) {
	.elementor-section.elementor-top-section.elementor-element.section-grise .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-color: transparent;
		background-image: linear-gradient(90deg, #F3F3F3 50%, var( --e-global-color-1ee29a2 ) 50%);
	}
}


/*Section map*/
.speednox-map .leaflet-map
{
	height: 600px !important;
}
@media (max-width: 1024px) {
	.speednox-map .leaflet-map
	{
		height: 250px !important;
	}
}
/* Footer */

.footer-menu-icons .elementor-widget-container nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item:before {
	content: "\f054";
	position: initial;
	color: var( --e-global-color-primary );
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: var(--e-icon-list-icon-size);
	opacity: 1;
	margin-right: 8px;
}
.footer-menu-icons .elementor-widget-container nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item {
	align-items: start;
}

body.noxweb-page .elementor-element.elementor-nav-menu--burger div.elementor-menu-toggle:focus
{
	color: var( --e-global-color-primary );
}