html
{
	--color-primary: #397dba;
	--color-text: #454545;
}

/* 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-lightbox-item .swiper-zoom-container img.elementor-lightbox-image {
	background-color: #ffffff;
}

/* Elementor utils */
.no-margin,
.no-margin-p p
{
	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 */

.page-content-styles .elementor-widget-text-editor a {
	color: var( --e-global-color-primary ) !important;
}

.page-content-styles .elementor-widget-text-editor a:hover {
	color: var( --e-global-color-secondary ) !important;
}

.blue-link a:hover {
	color: var( --e-global-color-primary ) !important;
}

.dark-blue-link a:hover {
	color: var( --e-global-color-secondary ) !important;
}

.elementor-message.elementor-message-success {
	color: var( --e-global-color-primary ) !important;
}

.list-icon-styles .elementor-widget-icon-list .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a {
	align-items: baseline;
}

.list-icon-styles .elementor-widget-icon-list .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon i::before {
	line-height: 1.5em;
}

.cta-100-height.elementor-element,
.cta-100-height.elementor-element .elementor-widget-container,
.cta-100-height.elementor-element .elementor-widget-container a.elementor-cta,
.cta-100-height.elementor-element .elementor-widget-container a.elementor-cta .elementor-cta__content {
	height: 100%;
}

.h2-styles h2 {
	color: var( --e-global-color-e8d22a3 );
	border-bottom: 1px solid var( --e-global-color-830f60c );
	padding-bottom: 5px;
}


/* Quick search */
body.noxweb-page .nox-quick-search-wrapper
{
	--nqs-input-color: var(--color-text);
	--nqs-input-placeholder-color: var(--color-text);
	--nqs-search-icon-color: var(--color-text);
	--nqs-clear-icon-color: var(--color-text);
}
body.noxweb-page .nox-quick-search-wrapper input[type=search]
{
	border-color: #ffffff;
	background-color: #ffffff;
	opacity: 0.3;
}
body.noxweb-page .nox-quick-search-wrapper input[type=search]:focus
{
	opacity: 1;
}
body.noxweb-page .nox-quick-search-wrapper .search-icon
{
	color: var(--color-primary);
	color: rgba(0,0,0,0.4);

}

@media only screen and (max-width: 1082px)
{
	body.noxweb-page .nox-quick-search-wrapper input[type=search]
	{
		/*width: 80px;*/
	}
}

/* Quick search mobile */

.speednox-quick-search
{
	margin-right: -24px;
}
.speednox-quick-search .speednox-qs-wrapper
{
	display: none;
}
.speednox-quick-search .speednox-qs-wrapper.visible
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #ffffff;
	z-index: 300;
}
.speednox-quick-search > span.toggle,
.speednox-quick-search span[data-qs-trigger]
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 30px;
	cursor: pointer;
	color: var( --color-primary );
	padding: 0 5px;
	font-size: 1.6em;
}
.speednox-quick-search > span.toggle:hover
{
	color: var( --e-global-color-secondary );
}
body.noxweb-page .speednox-quick-search .nox-quick-search-wrapper input[type=search]
{
	width: 100%;
}
body.noxweb-page .speednox-quick-search .noxqs-search-result-container.visible
{
	overflow-y: scroll;
	max-height: calc( 100vh - 40px );
}

/*
body.noxweb-page .nox-quick-search-wrapper input[name=s]
{
	font-family: "Urbanist", Sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.02em;
	border-style: none;
	border-radius: 4px;
	border: none;
	padding: 4px 26px;
}
body.noxweb-page .nox-quick-search-wrapper input[name=s]:focus
{
	border: none;
}
body.noxweb-page .nox-quick-search-wrapper .nqs-search-result-container .info
{
	font-family: "Urbanist", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: var(--color-bleu-clair-bg);
}
.nqs-search-result-container a.link.selected,
.nqs-search-result-container a.link:hover,
.nqs-search-result-container a.link:active
{
	background-color: var( --color-bleu-tres-tres-clair-bg );
	color: var( --color-black );
}

@media screen and (max-width: 1024px)
{
	body.noxweb-page .nox-quick-search-wrapper.focus,
	body.noxweb-page .nox-quick-search-wrapper.results-visible
	{
		position: fixed;
		width: 100vw;
		min-height: 90px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2000;
		background-color: var(--color-primary);
	}
	body.noxweb-page.admin-bar .nox-quick-search-wrapper.focus,
	body.noxweb-page.admin-bar .nox-quick-search-wrapper.results-visible
	{
		top: 46px;
	}
	body.noxweb-page .nox-quick-search-wrapper.focus:before,
	body.noxweb-page .nox-quick-search-wrapper.results-visible:before
	{
		content: "\f00d";
		display: block;
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		color: var(--color-white);
		margin: 0;
		opacity: 1 !important;
		position: absolute;
		top: 5px;
		right: 15px;
	}
	body.noxweb-page .nox-quick-search-wrapper.results-visible input[type=search]
	{
		border-radius: 4px !important;
	}

	body.noxweb-page .nox-quick-search-wrapper.focus .nqs-input-wrapper,
	body.noxweb-page .nox-quick-search-wrapper.results-visible .nqs-input-wrapper
	{
		position: absolute;
		width: 90%;
		left: 50%;
		top: 35px;
		transform: translateX(-50%);
	}
	body.noxweb-page .nox-quick-search-wrapper input[type=search]
	{
		width: 100%;
	}
	body.noxweb-page .nqs-search-result-container
	{
		width: 100%;
		top: 80px;
	}

	body.noxweb-page .nox-quick-search-wrapper input[name=s]
	{
		background-color: rgba(255, 255, 255, 0.4);
	}
	body.noxweb-page .nox-quick-search-wrapper input[name=s]:focus
	{
		background-color: var(--color-white);
	}
}
*/


/* Header styles */

.elementor-element.header-contact-icon.elementor-widget.elementor-widget-icon-list.header-contact-icon {
	opacity: 0;
	width: 0;
	transition: opacity 0.4s, width 0.2s !important;
	transition-timing-function: ease-in-out;
}

.elementor-sticky--effects .elementor-element.header-contact-icon.elementor-widget.elementor-widget-icon-list.header-contact-icon {
	opacity: 1;
	width: 80px;
	transition: opacity 0.4s, width 0.2s !important;
	transition-timing-function: ease-in-out;
}

.elementor-element.header-contact-icon.elementor-widget.elementor-widget-icon-list.header-contact-icon ul.elementor-icon-list-items.elementor-inline-items {
	flex-wrap: nowrap;
}

.elementor-sticky--effects .menu-principal-styles nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item-home.menu-item
{
	display: none;
}
@media only screen and (max-width: 1082px)
{
	.menu-principal-styles nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item-home.menu-item
	{
		display: none;
	}
}


/* Menu styles */

.elementor-nav-menu--toggle .elementor-widget-container .elementor-menu-toggle {
	padding: 5px;
}

.menu-principal-styles nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-manual-button.menu-item a.elementor-item {
	color: #ffffff;
	background-color: var(--e-global-color-primary );
	border-radius: 5px;
	padding: 4px 10px;
}

.menu-principal-styles nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-manual-button.menu-item a.elementor-item:hover {
	color: #ffffff;
	background-color: var( --e-global-color-secondary );
}

.menu-principal-styles nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-manual-button.menu-item a.elementor-item.elementor-item-active {
	color: #ffffff;
	background-color: var( --e-global-color-secondary );
}

@media only screen and (max-width: 1024px) {
	.menu-principal-styles nav.elementor-nav-menu--dropdown {
		border-bottom-color: var( --e-global-color-e8d22a3 ) !important;
	}

	.menu-principal-styles nav.elementor-nav-menu--dropdown li.menu-item a.elementor-item:focus {
		color: var(--e-global-color-primary);
		background-color: var(--e-global-color-4275b43);
	}

	.menu-principal-styles nav.elementor-nav-menu--dropdown li.menu-manual-button.menu-item a.elementor-item,
	.menu-principal-styles nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-manual-button.current-menu-item a.elementor-item {
		color: #ffffff;
		background-color: var(--e-global-color-primary );
	}

	.menu-principal-styles nav.elementor-nav-menu--dropdown li.menu-manual-button.menu-item a.elementor-item:hover {
		color: #ffffff;
		background-color: var(--e-global-color-secondary );
	}

	.menu-principal-styles nav.elementor-nav-menu--dropdown li.menu-manual-button.menu-item a.elementor-item:before {
		content: "\f02d";
		position: initial;
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		font-size: 14px;
		color: #ffffff;
		opacity: 1 !important;
		margin-right: 8px;
	}

	.menu-principal-styles nav.elementor-nav-menu--dropdown li.menu-manual-button.menu-item a.elementor-item:hover:before {
		color: #ffffff;
	}
}

/* CTA prestations styles */

.cta-home h2.elementor-cta__title.elementor-cta__content-item.elementor-content-item:after {
	content: url("https://vogelpompes.ch/wp-content/uploads/2023/02/vague-element-small.svg");
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 80px;
	height: auto;
	opacity: 0.4;
}

/* CTA product styles */

.new-product-cta .elementor-widget-container .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg.elementor-bg {
	background-size: contain;
	background-repeat: no-repeat;
}

.cta-blue-styles .elementor-widget-container .elementor-cta,
.cta-white-styles .elementor-widget-container .elementor-cta {
	padding: 30px;
}

.cta-white-styles .elementor-widget-container .elementor-cta .elementor-cta__content {
 border: 1px solid var( --e-global-color-primary );
}

.cta-blue-styles .elementor-widget-container .elementor-cta .elementor-cta__content {
 border: 1px solid #ffffff;
}

/* Page détail | Product styles */

.product-description h2,
.product-description h3 {
	color: var( --e-global-color-e8d22a3 );
	border-bottom: 1px solid var( --e-global-color-830f60c );
	padding-bottom: 5px;
	margin-bottom: 1em;
}

.product-description .elementor-widget-container ul {
	margin: 0 0 0 14px;
}

.gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	padding: 20px 20px 45px 20px;
}

.gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item:hover {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item .e-gallery-image {
	background-size: contain;
	background-repeat: no-repeat;
}

.gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item .elementor-gallery-item__content {
	justify-content: end;
	padding: 20px 20px 10px 20px;
}

.gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item .elementor-gallery-item__content .elementor-gallery-item__title {
	color: var( --e-global-color-text );
	opacity: 1;
}

/* Produit détail | Mode galerie */

.tag-mode-galerie .gallery-img-product .elementor-widget-container .elementor-gallery__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tag-mode-galerie .gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item {
	display: inline-block;
	padding: 10px;
}

.tag-mode-galerie .gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item:first-child {
	width: 100%;
	padding: 20px 20px 45px 20px;
}

.tag-mode-galerie .gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item:first-child .e-gallery-image {
	background-size: contain;
}

.tag-mode-galerie .gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item:not(:first-child) {
	flex: 1;
	max-width: 50%;
}

.tag-mode-galerie .gallery-img-product .elementor-widget-container .elementor-gallery__container a.e-gallery-item .e-gallery-image {
	aspect-ratio: 1 / 1;
	background-size: cover;
}

/* Custom CTA (shortcode) - Page détail */

.cta-manuel-produit-detail {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-start;
	height: 100%;
	color: #ffffff;
	background-color: var( --e-global-color-4275b43 );
	padding: 40px 30px 40px 30px;
	border-radius: 10px;
	transition: 0.5s;
}

.cta-manuel-produit-detail .cta-icon {
	margin-bottom: 20px;
}

.cta-manuel-produit-detail .cta-icon i {
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 20px;
	color: var( --e-global-color-59a4d9c );
	background-color: #ffffff;
	border-radius: 60px;
	padding: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.cta-manuel-produit-detail .cta-content .cta-manuel-title {
	font-family: var(--e-global-typography-secondary-font-family ), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size );
	font-weight: var(--e-global-typography-secondary-font-weight );
	text-transform: var(--e-global-typography-secondary-text-transform );
	letter-spacing: var(--e-global-typography-secondary-letter-spacing );
	color: var( --e-global-color-text );
	margin-bottom: 10px;
}

.cta-manuel-produit-detail .cta-content .cta-manuel-description {
	color: var( --e-global-color-8732f17 );
	margin-bottom: 10px;
}

.cta-manuel-produit-detail .cta-content .cta-manuel-link {
	display: flex;
	flex-direction: column;
}

.cta-manuel-produit-detail .cta-content .cta-manuel-link a.cta-manuel-pdf {
	display: flex;
	color: var( --e-global-color-text );
	margin-bottom: 5px;
	transition: 0.5s;
}

.cta-manuel-produit-detail .cta-content .cta-manuel-link a.cta-manuel-pdf:hover {
	color: var( --e-global-color-59a4d9c );
}

.cta-manuel-produit-detail .cta-content .cta-manuel-link a.cta-manuel-pdf:last-child {
	margin-bottom: 0px;
}

.cta-manuel-produit-detail .cta-content .cta-manuel-link a.cta-manuel-pdf:before {
	content: "\f1c1";
	display: block;
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: var( --e-global-color-59a4d9c );
	margin-right: 8px;
	transition: 0.5s;
}

.fiche-tech-container ul.icon-list {
	display: flex;
	flex-direction: column;
	margin: 0px;
	list-style-type: none;
}

.fiche-tech-container ul.icon-list li.icon-list-item a.icon-list-link {
	font-family: var(--e-global-typography-text-font-family ), Sans-serif;
	font-size: var(--e-global-typography-text-font-size );
	font-weight: var(--e-global-typography-text-font-weight );
	line-height: var(--e-global-typography-text-line-height );
}

.fiche-tech-container ul.icon-list li.icon-list-item a.icon-list-link:hover span.icon-list-text {
	color: var( --e-global-color-primary );
}

.fiche-tech-container ul.icon-list li.icon-list-item a.icon-list-link span.icon-list-icon i {
	width: 1.25em;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 14px;
	color: var(--e-global-color-primary );
	transition: color 0.3s;
}

.fiche-tech-container ul.icon-list li.icon-list-item a.icon-list-link span.icon-list-text {
	font-family: var(--e-global-typography-text-font-family ), Sans-serif;
	font-size: var(--e-global-typography-text-font-size );
	font-weight: var(--e-global-typography-text-font-weight );
	line-height: var(--e-global-typography-text-line-height );
	color: var(--e-global-color-text );
	transition: color 0.3s;
}

/* Custom CTA (shortcode) - Page manuels */

.all-manuels-container h3.manuals-category-title {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	color: var(--e-global-color-e8d22a3);
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: var(--e-global-color-830f60c);
	padding-bottom: 5px;
	margin-top: 60px;
	margin-bottom: 40px;
}

.category-manuels-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.cta-manuel-container {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-start;
	width: calc( 33% - 25px );
	color: #ffffff;
	background-color: var( --e-global-color-4275b43 );
	padding: 20px;
	border-radius: 10px;
	transition: 0.5s;
}

@media screen and (max-width: 1024px) {
	.category-manuels-container {
		gap: 20px;
	}

	.cta-manuel-container {
		width: calc( 33% - 12px ) !important;
	}
}

@media screen and (max-width: 767px) {
	.category-manuels-container {
		gap: 20px;
	}

	.cta-manuel-container {
		width: calc( 50% - 10px ) !important;
	}
}

@media screen and (max-width: 510px) {
	.category-manuels-container {
		gap: 20px;
	}

	.cta-manuel-container {
		width: 100% !important;
	}
}


.cta-manuel-container .cta-manuel-img-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 150px;
	background-color: #ffffff;
	border-radius: 10px;
	margin: 20px 0px 20px 0px;
	padding: 20px;
}

.cta-manuel-container .cta-manuel-img-container img.cta-manuel-img {
	max-height: 110px;
	width: auto;
}

.cta-manuel-container .cta-content {
	width: 100%;
}

.cta-manuel-container .cta-content h5.cta-manuel-title {
	font-size: var(--e-global-typography-71d14b6-font-size);
	font-weight: var(--e-global-typography-71d14b6-font-weight);
	text-transform: var(--e-global-typography-71d14b6-text-transform);
	line-height: var(--e-global-typography-71d14b6-line-height);
	letter-spacing: var(--e-global-typography-71d14b6-letter-spacing);
	word-spacing: var(--e-global-typography-71d14b6-word-spacing);
	color: var( --e-global-color-text );
	margin-bottom: 10px;
}

.cta-manuel-container .cta-content .cta-manuel-description {
	color: var( --e-global-color-8732f17 );
	margin-bottom: 10px;
}

.cta-manuel-container .cta-content .cta-manuel-link {
	display: flex;
	flex-direction: column;
}

.cta-manuel-container .cta-content .cta-manuel-link a.cta-manuel-pdf {
	display: flex;
	color: var( --e-global-color-text );
	margin-bottom: 5px;
	transition: 0.5s;
}

.cta-manuel-container .cta-content .cta-manuel-link a.cta-manuel-pdf:hover {
	color: var( --e-global-color-59a4d9c );
}

.cta-manuel-container .cta-content .cta-manuel-link a.cta-manuel-pdf:last-child {
	margin-bottom: 0px;
}

.cta-manuel-container .cta-content .cta-manuel-link a.cta-manuel-pdf:before {
	content: "\f1c1";
	display: block;
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: var( --e-global-color-59a4d9c );
	margin-right: 8px;
	transition: 0.5s;
}

@media (max-width: 767px) {
	.cta-manuel-container .cta-manuel-img-container {
		min-height: 20px;
	}
}

/* Archive produits */

.archive-list article.elementor-post .elementor-post__card:hover {
	box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
}

.archive-list article.elementor-post .elementor-post__card a.elementor-post__thumbnail__link {
	background-color: #ffffff;
	border-bottom: 1px solid var( --e-global-color-830f60c );
}

.archive-list article.elementor-post .elementor-post__card a.elementor-post__thumbnail__link img {
	height: auto;
	max-height: calc(100% - 40px);
	width: auto;
	max-width: calc(100% - 40px);
}

.archive-list article.elementor-post .elementor-post__card .elementor-post__text a.elementor-post__read-more:hover {
	color: var( --e-global-color-primary );
}

@media (max-width: 767px) {
	.archive-list .elementor-widget-container .elementor-posts-container {
		grid-template-columns: repeat(2,2fr);
		gap: 10px;
	}

	.archive-list .elementor-widget-container .elementor-posts-container article.elementor-post .elementor-post__card a.elementor-post__thumbnail__link {
		margin-bottom: 10px;
	}

	.archive-list .elementor-widget-container .elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
	}

	.archive-list .elementor-widget-container .elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text h3.elementor-post__title {
		text-align: center !important;
		line-height: 18px;
	}

	.archive-list .elementor-widget-container .elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text h3.elementor-post__title a {
		font-size: 14px !important;
	}

	.archive-list .elementor-widget-container .elementor-posts-container article.elementor-post .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail {
		padding-bottom: calc( 1 * 100% ) !important;
	}

	.archive-list .elementor-widget-container .elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__badge,
	.archive-list .elementor-widget-container .elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text .elementor-post__excerpt,
	.archive-list .elementor-widget-container .elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text a.elementor-post__read-more {
		display: none;
	}
}

/* Archive produit catégories */

.cta-products-category .elementor-widget-container .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg.elementor-bg {
	background-size: contain;
	background-repeat: no-repeat;
}

/* Archive produits badge */

.archive-list .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__card .elementor-post__badge {
	position: initial;
	padding: 0px;
	margin: 0 30px 10px 30px;
}

/* Contact form */

.contact-form-styles form.elementor-form .elementor-form-fields-wrapper input.elementor-field,
.contact-form-styles form.elementor-form .elementor-form-fields-wrapper textarea.elementor-field-textual {
	padding: 6px 12px;
}

/* CTA contact */

.cta-contact .elementor-widget-container .elementor-cta__content a.elementor-cta {
	width: 100%;
	margin-bottom: 10px;
}

a.tel-contact,
a.mail-contact {
	color: #ffffff;
	font-size: 20px;
}

a.tel-contact:hover,
a.mail-contact:hover {
	color: var( --e-global-color-primary );
}

a.tel-contact:hover:before,
a.mail-contact:hover:before {
	color: var( --e-global-color-primary );
	transition: 0.2s;
}

.tel-contact:before {
	content: "\f879";
}

.mail-contact:before {
	content: "\f0e0";
}

.tel-contact:before,
.mail-contact:before {
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: var( --e-global-color-primary );
	margin-right: 10px;	
}

/* Gallery partners */

.logos-gallery .gallery {
	margin: 0px !important;
}

.logos-gallery .gallery-item .gallery-icon {
	min-height: 96px;
	width: auto;
	border-radius: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	margin: 10px;
}

.logos-gallery .gallery-icon.landscape {
	display: flex;
	align-items: center;
}

.logos-gallery .gallery-icon img {
	filter: grayscale(100%);
	opacity: 0.75;
	max-height: 64px;
	width: auto;
	transition: filter 0.2s ease, opacity 0.2s ease;
}

.logos-gallery .gallery-item:hover .gallery-icon img {
	filter: grayscale(0%);
	opacity: 1;
}

@media (max-width: 768px) {
	.logos-gallery .gallery-item .gallery-icon {
		padding: 15px;
		margin: 5px;
	}
}

@media (max-width: 1024px) {
	.elementor-image-gallery .gallery-item {
		max-width: 33.3333%!important;
	}
}

@media (max-width: 768px) {
	.elementor-image-gallery .gallery-item {
		max-width: 50%!important;
	}
}

/* Réassurances */

.reassurances-styles br {
	display: none;
}

@media (max-width: 768px) {
	.reassurances-styles br {
		display: block;
	}
}

/* Footer */

.menu-lang-styles li.current-language-menu-item a.elementor-item {
	color: var(--e-global-color-secondary) !important;
}

.menu-footer-styles .elementor-widget-container nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item {
	display: flex;
	align-items: baseline;
}

.menu-footer-styles .elementor-widget-container nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item:before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	color: #FFFFFF80;
	margin-right: 8px;
	transition: 0.4s;
}

.menu-footer-styles .elementor-widget-container nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item:hover:before {
	color: var( --e-global-color-secondary );
}

/* Fix menu issue hover issue*/
.elementor-nav-menu--main .elementor-nav-menu a {
	transition: none;
}
.elementor-nav-menu--main .elementor-nav-menu .sub-menu a {
	line-height: 1.2em;
}