/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/******************************
* class: .sticky-header
*/

:root{
	--header-height: 125px;	
}
.sticky-header {
    
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}
/***
* Sticky header activated
*/
.sticky-header.elementor-sticky--effects {

	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
.sticky-header {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
.sticky-header.elementor-sticky--effects {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}


/***
* class: .logo
*/
.sticky-header .logo img,
.sticky-header #logo img {
	--logo-height: 95px; 
	--logo-shrink-to: 0.70;
	width:auto;
	height: var(--logo-height);
	transition: height var(--transition);
}
.sticky-header.elementor-sticky--effects .logo img ,
.sticky-header.elementor-sticky--effects #logo img {
	height: calc(var(--logo-height) * var(--logo-shrink-to));
}

.sticky-header .logo img,
.sticky-header #logo img {
	--logo-height: 95px; 
	--logo-shrink-to: 0.70;
	width:auto;
	height: var(--logo-height);
	transition: height var(--transition);
}
.elementor-widget-image.logo-sticky{
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.elementor-sticky--active .elementor-widget-image.logo-sticky{
	opacity: 1;
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 1366px) {

	:root{
		--header-height: 154px;
	}
	.sticky-header .logo img,
	.sticky-header #logo img {
		--logo-height: 85px;
	}
}
/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 1024px) {

	:root{
		--header-height: 154px;
	}
	.sticky-header .logo,
	.sticky-header #logo {
		margin-right: auto;
	}
	.sticky-header .logo img,
	.sticky-header #logo img {
		--logo-height: 70px;
	}


}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	:root{
		--header-height: 70px;
	}
	.sticky-header .logo img,
	.sticky-header #logo img {
		--logo-height: 55px;
	}
}



/* *********
Header 
*/

/* *** Menu Top *** */
.elementor-7453.elementor-location-header{
    position:relative;
}
.menu-haut .header-link {

	background-image: url("https://www.florencemarkert.ch/wp-content/uploads/2025/12/icon-log-white.svg");
	padding: 0px 0px 0px 30px;
	background-position: center left;
	background-repeat: no-repeat;

	color: var(--e-global-color-1dfa619) !important; 
	text-decoration: none;
	min-height: 20px;
	display: inline-block;
}

.menu-haut .elementor-element .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}
.menu-haut .elementor-element .elementor-button .elementor-button-icon svg {
	width: 20px;
	height: 20px;
}

.menu-haut .elementor-element.btn-blanc .elementor-button:hover svg, 
.menu-haut .elementor-element.btn-blanc .elementor-button:focus svg {
  fill: none !important;
}
.menu-haut .elementor-element.btn-blanc .elementor-button{
	background-color: #02010100;
	color: #FFFFFF;
	border: 0px;
}
.menu-haut .elementor-element.btn-blanc .elementor-button:focus {
	background-color: #02010100;
	color: #FFFFFF;
}
.menu-haut:before,
.menu-haut:after{
    content:'';
    position: absolute;
    top: 65%;
    border-bottom: 1px solid #FFF;
    width: 39%;
    height: 1px;
}
.menu-haut:before{
    left: 0;
}
.menu-haut:after{
    right: 0;
}

@media only screen and (max-width:1024px) {

	.menu-haut .header-link span,
	.menu-haut .elementor-element.btn-blanc .elementor-button .elementor-button-text{
	    display: none;
	}
	.menu-haut:before,
	.menu-haut:after{
	    top: 75%;
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-absolute.photo-absolu-fm {
        position: relative;
    }
}

/* *** Menu Main *** */

/*.menu-main .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item .e-n-menu-title .e-link{
	  width: 160px;
}*/
/*.menu-main .elementor-widget-n-menu .e-n-menu-heading{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.menu-main .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item{
	  justify-content: center;
}
.menu-main .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(1),
.menu-main .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(2){
	  justify-content: flex-end;
}
.menu-main .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(4),
.menu-main .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(5){
	  justify-content: flex-start;
}*/



/***
* Anchor
*/
body:not(.elementor-editor-active) .customanchor{
	--header-sticky-height:78px;
	position: absolute;
	display: block;
	margin-top: calc(0px - var(--header-sticky-height));
}


/***
* custom-dropdown-stretch
*/
.custom-dropdown-stretch{
	width: 100% !important;
	left: 0 !important;
}


/**************
* class: .Hero
*/

.hero_header.hero_home > .e-con-inner,
.hero_header.hero_medium  > .e-con-inner{
	padding-top: var(--header-height) ;
}
.hero_header{
	--largeur:1440;
	--hauteur: calc(520 + 166);
    aspect-ratio: var(--largeur) / var(--hauteur);
}
.hero_home{
	--hauteur: calc(520 + 166);
}
.hero_plante{
	--hauteur: calc(520 + 166);
}
.hero_medium{
	--hauteur: calc(382 + 166);
}
.hero_small{
	--hauteur: calc(345 + 166);
}
.hero_video{
	--largeur:1920;
	--hauteur: 1080;
}



.swiper_home {
	--swiper-navigation-color:#fff
}

.swiper_home .elementor-background-slideshow__slide[data-swiper-slide-index="0"] .elementor-background-slideshow__slide__image,
.swiper_home .elementor-background-slideshow__slide[data-swiper-slide-index="1"] .elementor-background-slideshow__slide__image,
.swiper_home .elementor-background-slideshow__slide[data-swiper-slide-index="2"] .elementor-background-slideshow__slide__image{
	background-position: 0% 35%;
}
.glow:before{
	content:'';
    width: 70%;
    height: 120%;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(50% 50% at 50% 50%, #362C22 0%, rgba(80, 61, 43, 0.4) 59%, rgba(255, 255, 255, 0) 100%);

    mix-blend-mode: luminosity;

}


/****************
cta timeline
*/
.timeline-line:before {
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	left:32px;
	background:var(--e-global-color-secondary);
}
.timeline-line.horisontale:before {
	display: none;
}

.timeline-bg .elementor-cta {
	align-items:flex-start;
}

/*cta__bg*/
.timeline-bg .elementor-cta__bg-wrapper {
	padding: 10px 0 5px;
	background-color:#FFF;
    box-sizing: content-box;
}
.timeline-bg .elementor-cta__bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}	
.timeline-bg .elementor-cta__bg, 
.timeline-bg .elementor-cta__bg-overlay{
	transition:none;
}

/*cta__description */
.timeline-bg .elementor-cta__description{
	text-align: justify;
}

/*cta__button*/
.timeline-bg .elementor-cta__button{
	background-color: transparent;
}
.timeline-bg .elementor-cta__button:after{	
	content:'';
	width:21px;
	height:8px;
	display: inline-block;
	background-image: url(/wp-content/themes/hello-theme-child-master/img/arrow-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




/* *********
 Aspect ratio  
*/
.aspectratio img{
	/*aspect-ratio: 508/552;
	object-fit: cover;*/
}

.aspectratio_16_9 img{
	aspect-ratio: 16/9;
	object-fit: cover;
}

.aspectratio_3_2 img{
	aspect-ratio: 3/2;
	object-fit: cover;
}
.aspectratio_4_3 img{
	aspect-ratio: 4/3;
	object-fit: cover;
}


/* *********
Video 
*/
.videocover .elementor-custom-embed-image-overlay img{
	aspect-ratio: 508/552;
	object-fit: cover;

	aspect-ratio: 1016 / 1035;
	object-fit: contain;


	aspect-ratio: 345 / 255;
	object-fit: cover;
}
.videocover.normal .elementor-custom-embed-image-overlay img{
	aspect-ratio:16/14;
	object-fit: cover;
	object-position: center bottom;
}
.videocover .elementor-custom-embed-image-overlay:before {
	z-index: 1;
	content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background-color: var(--e-global-color-primary);*/
    opacity: 0;
}
.videocover .elementor-custom-embed-play {
	z-index: 2;
}

body .elementor-lightbox .elementor-video-container .elementor-video-landscape video,
body .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe {
    max-height: 80vh;
}
body .elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: auto;
}

/*Sticky Element*/
.stickycontent > .elementor-element{
    position: sticky;
    top: 154px;
}


.elementor-widget-taxonomy-filter.plantes .e-filter-item:focus:not(:focus-visible) {
    color: #FFF;
}



/* *********
Visuel Produit
*/
/*.customgallery .svi-thumbsection{
	display: none;
}*/


/* *********
Configurateur Produit
*/

/*Loader*/
.customconfig #vpc-loader-container{	
    background-color: var(--e-global-color-secondary);
}
.customconfig #vpc-loader-container > div span{
	/*color: #FFF;*/
}

/*preview*/
.customconfig .VPC_Modern_Skin #vpc-preview-wrap{
	top: 152px !important;
	background: transparent;

}
.customconfig .VPC_Modern_Skin #vpc-preview-container{
	background: transparent;
	padding-top: 0;
	position: relative;
}
.customconfig .VPC_Modern_Skin #vpc-preview-container:before {
    content: '';
    width: 50%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.4) 59%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.2;
}
/*Lien Vues*/
.customconfig .VPC_Modern_Skin #mva-bx-pager .bx-pager-item .bx-pager-link{
	color: rgba(255, 255, 255, 0.4);
}
.customconfig .VPC_Modern_Skin #mva-bx-pager .bx-pager-item .bx-pager-link.active,
.customconfig .VPC_Modern_Skin #mva-bx-pager .bx-pager-item .bx-pager-link:hover {
    color: #FFF !important;
}
.customconfig .VPC_Modern_Skin #mva-bx-pager .bx-pager-item .bx-pager-link:after{

    background-color: #FFF;
}

/*prix*/
.customconfig .VPC_Modern_Skin.VPC_Modern_Skin_Right_Sidebar #vpc-price-container, 
.customconfig .VPC_Modern_Skin #vpc-price-container {
  color: #FFF;
  font-family: "The Seasons", Sans-serif;
  text-align: center;
}
.customconfig .VPC_Modern_Skin.VPC_Modern_Skin_Right_Sidebar #vpc-price-container:after, 
.customconfig .VPC_Modern_Skin #vpc-price-container:after {
  content: ' (hors taxe) *';
    font-size: 60%;
    font-style: italic;
}

html[lang="en-US"] .customconfig .VPC_Modern_Skin.VPC_Modern_Skin_Right_Sidebar #vpc-price-container:after, 
html[lang="en-US"] .customconfig .VPC_Modern_Skin #vpc-price-container:after {
  content: ' (excluding tax) *';
}


/*boutons*/
.customconfig .VPC_Modern_Skin .vpc-action-buttons button,
.elementor-element #vpc-request-quote {
	background: #FFF;
	color: var( --e-global-color-primary );
    border-radius: 25px;
}
.customconfig .VPC_Modern_Skin #vpc-request-quote,
.elementor-element #vpc-request-quote:after{
	display: none;
}
.customconfig .VPC_Modern_Skin .msl_sfl_buttons>a {
	background: var( --e-global-color-primary );
}


/*tick*/
.customconfig .VPC_Modern_Skin .vpc-options input:checked+label.custom::after {
	color: var( --e-global-color-primary );
}


/*components*/
.customconfig .VPC_Modern_Skin .vpc-component{
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 10px;
	padding: 10px 0;
}
.customconfig .VPC_Modern_Skin .vpc-component-header, 
.customconfig .VPC_Modern_Skin .vpc-options, 
.customconfig .VPC_Modern_Skin .vpc-addon-header, 
.customconfig .VPC_Modern_Skin .vpc-addon-options {
    padding: 0 10px;
}
.customconfig .VPC_Modern_Skin .vpc-group:first-child{
    border-top: 1px solid rgba(255, 255, 255, 0.1);	
}
.customconfig .VPC_Modern_Skin .vpc-component-header .vpc-component-name,
.customconfig .VPC_Modern_Skin .vpc-addon-header .vpc-component-name,
.customconfig .VPC_Modern_Skin .vpc-group-name{
	color: #FFF;
}
.customconfig .VPC_Modern_Skin .vpc-component-header .vpc-selected-option {
    color: rgba(255, 255, 255, 0.5) !important;
}
.customconfig #vpc-container.VPC_Modern_Skin .vpc-options label.custom{
    box-shadow: 0 0px 2px rgb(255 255 255);	
}

/* Modal demande devis */
body.vpc-modern-configurator  div.omodal-content {
    max-width: 600px;
}
body.vpc-modern-configurator div.omodal-header{
	background: transparent;
}
body.vpc-modern-configurator div.omodal-header .omodal-title{
	color: var( --e-global-color-primary );
    font-family: "The Seasons", Sans-serif;
    font-size: 22px !important;
    font-weight: 700;
}
body.vpc-modern-configurator .omodal-footer .btn button,
body.vpc-modern-configurator .omodal-footer .btn input[type="submit"] {
	background: #FFF;
	color: var( --e-global-color-primary );
    border-radius: 25px;
}


/*
.customconfig div.VPC_Modern_Skin #vpc-preview-container,
.customconfig div#vpc-container.VPC_ln_Skin #configurator-wrap,
.customconfig div.VPC_Ouando #vpc-preview-wrap {
    background: transparent;
}


.customconfig #vpc-preview, 
.customconfig .vpc-cart-config-image, 
.customconfig .saved-config-preview{
	border: 0px;
}
*/


.underconstruction:before{
	content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
	position:absolute;
	background-repeat: repeat;
	background-size: 33.33% auto;
	background-image: url(/wp-content/themes/hello-theme-child-master/img/sign-41667_1280.png);
	opacity: 0.3;
	z-index: 1;
}



/***
* Entretien
*/

/*.grid-entretien .elementor-flip-box {
	    height: 670px;
}

@media only screen and (min-width: 767px) and (max-width: 1260px) {	
	.grid-entretien .elementor-flip-box {
	    height: auto;
	    aspect-ratio: 430 / 750;
	}
}
@media only screen and (min-width: 1260px) {	
	.grid-entretien .elementor-flip-box {
	    height: auto;
	    aspect-ratio: 610 / 850;
	}
}

.grid-entretien .elementor-flip-box__front .elementor-flip-box__layer__title{
	margin-top: 50px;
}
.grid-entretien .elementor-flip-box__front .elementor-flip-box__layer__title,
.grid-entretien .elementor-flip-box__front .elementor-flip-box__layer__description{
	margin-right: 30px;
	margin-left: 30px;
}

.grid-entretien .elementor-flip-box__back .elementor-flip-box__layer__description{
	text-align: justify;
}
.grid-entretien .elementor-flip-box__back .elementor-flip-box__button{
	display: none;
}



.grid-entretien .elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,
.grid-entretien .elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
    transform: none;
}
.grid-entretien .elementor-flip-box--effect-flip .elementor-flip-box:focus-visible .elementor-flip-box__back, 
.grid-entretien .elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
    transform: rotateX(0) rotateY(180deg);
}


.grid-entretien .elementor-flip-box--effect-flip .kickflip .elementor-flip-box__front {
    transform: rotateX(0) rotateY(-180deg);
}
.grid-entretien .elementor-flip-box--effect-flip.elementor-flip-box--direction-left .kickflip .elementor-flip-box__back {
    transform: none;
}*/


/* *********
Variation Produit
*/
.zoomLens{
    width: 200px !important;
    height: 200px !important;
    border-radius: 100px !important;
}
.svi_fm .swiper{
	--swiper-theme-color:#FFF;
}



.wooprix small{
	font-size: 60%;
}


.customvariation  .elementor-icon-infos {
	display: inline-flex;
	align-items: center;
	gap:0.3em;
    height: 30px;
    vertical-align: bottom;
    margin: 0 0 0 10px;
    font-weight: normal;
    font-size: 0.9em;
}
.customvariation .elementor-icon-infos  .elementor-icon {
    font-size: 1em;
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}


.customvariation .variations_form.cart{
    display: flex ;
    flex-direction: column;
}
.customvariation .variations_form.cart .single_variation_wrap{
    order: 0;
}
.customvariation .variations_form.cart .single_variation_wrap .price{
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 25px;
    color: var( --e-global-color-primary );
    font-weight: bold;
}
.customvariation .variations_form.cart table.variations{
    order: 1;
    margin-bottom: 0;
}
.customvariation  table tbody tr td, 
.customvariation  table tbody tr th {
    display: block;
    padding: 0;
    text-align: left;
    background: transparent;
    border:0;
}
.customvariation  table tbody tr td {
    padding-bottom: 1em;
}
.customvariation  table tbody tr label{
	font-weight: bold !important;
}
.customvariation  table tbody tr  select {
    background: transparent;
    border:1px solid var(--e-global-color-20b391b) !important;
}

/*
UserWP Custom
*/

/*
UserWP Fluent Form Custom
*/
body .bsui .nav-link{
	background: transparent;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    border: 0;
}
body.uwp_profile_page {  
	--site-fm-vert: #485742;
	--site-fm-vert-hover: #485742cf;
	--fs-primary:var(--site-fm-vert);
}
body .fluentform .ff-el-tooltip svg{
	/*fill: #1d2f15;*/
	fill: var(--site-fm-vert);
}
body form.frm-fluent-form .ff-btn-submit:not(.ff_btn_no_style) {
    /*background-color: #1d2f15;
    border-radius: 50px;  */
    background-color: var(--site-fm-vert);  
}

body .fs_client_portal button, 
body .fs_client_portal input[type="button"], 
body .fs_client_portal input[type="submit"], 
body .fs_client_portal .elementor-button{  
	background-color: var(--el-button-bg-color);
	border: var(--el-border);
	border-color: var(--el-button-border-color);
	color: var(--el-button-text-color);
	font-weight: var(--el-button-font-weight);
}
body .fs_client_portal button:hover, 
body .fs_client_portal button:focus, 
body .fs_client_portal input[type="button"]:hover, 
body .fs_client_portal input[type="button"]:focus, 
body .fs_client_portal input[type="submit"]:hover, 
body .fs_client_portal input[type="submit"]:focus, 
body .fs_client_portal .elementor-button:hover, 
body .fs_client_portal .elementor-button:focus {  
	background-color: var(--el-button-hover-bg-color);
	border-color: var(--el-button-hover-border-color);
	color: var(--el-button-hover-text-color);
	outline: none;
}
body .fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_header .fs_create_ticket_btn,
body .fs_client_portal .fs_submit_button_container .fs_create_ticket_button {
	background: var(--site-fm-vert);
}
body .fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_header .fs_create_ticket_btn:hover,
body .fs_client_portal .fs_submit_button_container .fs_create_ticket_button:hover{
	background: var(--site-fm-vert-hover);

}



/*Images Collage FM*/

.elementor-element.collage-fm {
    max-width:630px;
}

@media only screen and (max-width:1024px) {
	.elementor-element.collage-fm {
	    max-width:475px;
	}

}
@media only screen and (max-width:1024px) {
	.elementor-element.collage-fm {
	    max-width:325px;
	}

}

@media only screen and (max-width: 767px) {

	.elementor-element.elementor-absolute.photo-absolu-fm {
        position: relative;
    }
}


	

/* *********
List Check 
*/
.check-list-ul-li .elementor-widget-container > ul{
	list-style: none;
	padding-left: 0;
}

.check-list-ul-li .elementor-widget-container > ul > li {
	position: relative;
	padding-left: 2em;
	margin-bottom:1em;
}
.check-list-ul-li .elementor-widget-container > ul > li > ul {
	padding-left: 1.4em;
}


.check-list-ul-li .elementor-widget-container > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 1.333em;
	height: 1.333em;
	background: url("/wp-content/themes/hello-theme-child-master/img/check-ul-li.svg") no-repeat center / contain;
}
.check-list-ul-li.white .elementor-widget-container > ul > li::before {
	background: url("/wp-content/themes/hello-theme-child-master/img/check-ul-li-white.svg") no-repeat center / contain;
}


/* *********************
List Timeline Vertical
*/
.timeline-line-h-white,
.timeline-line-white {
	position:relative; 
}
.timeline-line-white:before {
	content:'';
	position: absolute;
	width:0.3em;
	top: 3.5em;
	left: 0.9em;  
	height: auto;
	bottom: 1em;
	border-left: 1px dashed #F2A85A;
}


/* *********************
List Timeline Horizontal
*/
.timeline-line-h-white:before {
	content:'';
	position:absolute; 
	top: 9.5em;
	left: 92%;
	height: 0.3em;
	width: 30%;
	border-top: 1px dashed #F2A85A;
}
@media only screen and (max-width:1024px) {
	.timeline-line-h-white:before {
		display: none;
	}
}

/* **********************
Elementor Image Carousel
*/
.carousel-fm.e-widget-swiper,
.carousel-fm.e-widget-swiper .elementor-widget-container,
.carousel-fm.e-widget-swiper .swiper,
.carousel-fm.e-widget-swiper .swiper-wrapper,
.carousel-fm.e-widget-swiper .swiper-slide {
  overflow: visible !important;
}

.carousel-fm.elementor-widget-image-carousel img {
    display: block;
    aspect-ratio:768/494;
    object-fit:cover;
    width: 100%;
}
.carousel-fm.carousel-plante  .elementor-cta--skin-cover, 
.carousel-fm.carousel-plante  .elementor-cta__content {
    display: block;
    aspect-ratio:185/240;
    object-fit:cover;  
    width: 100%;
    height: auto;
    min-height: auto;
}

/* ****************
WPML Switch Header 
*/
.wpml-ls-statics-shortcode_actions {
	background-color:transparent;
}
.wpml-ls-statics-shortcode_actions,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu,
.wpml-ls-statics-shortcode_actions a {
	border-color:transparent;
}
.wpml-ls-statics-shortcode_actions a,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link,
.wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link,
.wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link:link {
	color:#ffffff;
	background-color:transparent;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:hover,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:focus,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link:hover,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link:focus {
	color:#ffffff;
	background-color:transparent;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
	color:#ffffff;
	background-color:transparent;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:focus {
	color:#ffffff;
	background-color:transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag{
	display: none;
}
.wpml-ls-legacy-dropdown a span{
	text-transform: uppercase;
}



/* *********
Fadeinup 
*/
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 35%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
