.elementor-kit-542{--e-global-color-primary:#FF3399;--e-global-color-secondary:#BFA9BB;--e-global-color-text:#333333;--e-global-color-accent:#F7C031;--e-global-color-2a4e93c1:#336699;--e-global-color-25e9a8ce:#5FB474;--e-global-color-3de38032:#711083;--e-global-color-4742c00:#FFF;--e-global-color-1fb22e6:#819FCA;--e-global-color-de7f4a7:#F0F0F0;--e-global-color-707008e:#FFFFFF;--e-global-color-b79cff5:#81797C;--e-global-typography-primary-font-family:"CircularStd";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"CircularStd";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"CircularStd";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"CircularStd";--e-global-typography-accent-font-weight:bold;--e-global-typography-dfb7e94-font-size:20px;--e-global-typography-dfb7e94-font-weight:bold;--e-global-typography-dfb7e94-line-height:1.3em;--e-global-typography-bd89119-font-size:40px;--e-global-typography-bd89119-font-weight:bold;--e-global-typography-bd89119-line-height:0.7em;--e-global-typography-b910853-font-size:38px;--e-global-typography-b910853-font-weight:600;--e-global-typography-b910853-line-height:1.2em;--e-global-typography-ab2d7a3-font-size:20px;--e-global-typography-ebd45e3-font-size:18px;--e-global-typography-ebd45e3-line-height:1.3em;--e-global-typography-eb1b7b1-font-size:48px;--e-global-typography-8249420-font-weight:400;}.elementor-kit-542 e-page-transition{background-color:#FFBC7D;}.elementor-kit-542 h2{font-size:var( --e-global-typography-b910853-font-size );font-weight:var( --e-global-typography-b910853-font-weight );line-height:var( --e-global-typography-b910853-line-height );}.elementor-kit-542 h5{font-size:var( --e-global-typography-ab2d7a3-font-size );}.elementor-kit-542 button,.elementor-kit-542 input[type="button"],.elementor-kit-542 input[type="submit"],.elementor-kit-542 .elementor-button{border-radius:32px 32px 32px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}@media(max-width:1024px){.elementor-kit-542{--e-global-typography-dfb7e94-font-size:16px;--e-global-typography-bd89119-font-size:32px;}.elementor-kit-542 h2{font-size:var( --e-global-typography-b910853-font-size );line-height:var( --e-global-typography-b910853-line-height );}.elementor-kit-542 h5{font-size:var( --e-global-typography-ab2d7a3-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-542{--e-global-typography-secondary-font-size:32px;--e-global-typography-b910853-font-size:24px;--e-global-typography-ab2d7a3-font-size:16px;--e-global-typography-ebd45e3-font-size:16px;--e-global-typography-eb1b7b1-font-size:36px;}.elementor-kit-542 h2{font-size:var( --e-global-typography-b910853-font-size );line-height:var( --e-global-typography-b910853-line-height );}.elementor-kit-542 h5{font-size:var( --e-global-typography-ab2d7a3-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Menu */
header.sticky-header {
    --header-height: 74px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: #FFFFFF;
    --transition: .3s ease-in-out;

    transition: * var(--transition);
                
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color);
    background-image: none !important;
    opacity: var(--opacity);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
}

header.sticky-header-white.elementor-sticky--effects {
    background-color: rgba(255, 255, 255, var(--opacity));
    opacity: 1;
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 19px!important;
    padding-top: 19px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}

/* Texts */
span.emphasis {
    color: #FF3399;
    font-weight: 700;
    font-size: 1.1em;
}

span.underlined {
  position: relative;
  display: block;
}

span.underlined:before {
    border-top: calc(0.4em + 4px) solid #FBE192;
    content: "";
    position: absolute;
    bottom: 0px;
    left: -2.5%;
    width: 105%;
    z-index: -1;
}

span.underlined-green:before {
    border-top-color: #9FC9AD;
}

span.underlined-blue:before {
    border-top-color: #B2ACFA;
}


/* Buttons */
.action-button a {
    background-image: linear-gradient(135deg, var( --e-global-color-3de38032 ) 0%, var( --e-global-color-primary ) 50%);
    background-size: calc(100% + 100px);
    transition: background-position .5s;
}

.action-button a:hover {
    background-position: -100px;
}

.text-button a:hover {
    text-decoration: underline;
}

.contained-button a {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
    transition: all .1s;
}

.contained-button a:hover {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.28);
    margin-top: 1px;
    margin-bottom: -1px;
}

/* Elements */
.elevated {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
}

.elevated-10 {
    box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.16);
}

/* Animations */
.animated-character {
    pointer-events: none;
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
  
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

.floating-square {  
    animation-name: floating-square;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes floating-square {
    0% { transform: translate(0,  0px); }
    25%  { transform: translate(10%, 10%); }
    50%   { transform: translate(0, 20%); }  
    75%  { transform: translate(-10%, 10%); }
    100%   { transform: translate(0, 0px); }
}

@keyframes slideInOut {
	0% {
		transform: translatex(-100%);
	}
	2% {
	    transform: translatex(-100%);
	}
	7% {
		transform: translatex(0);
	}
	20% {
		transform: translatex(0);
	}
	25% {
		transform: translatex(100%);
	}
	100% {
		transform: translatex(100%);
	}
}

@keyframes fadeInOut {
    0% {
		opacity: 0;
	}
    11% {
        opacity: 0;
    }
	13% {
		opacity: 1;
	}
	18% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'CircularStd';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ficha.fr/wp-content/uploads/2021/04/CircularStd-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'CircularStd';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://ficha.fr/wp-content/uploads/2021/04/CircularStd-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */