.elementor-kit-6{--e-global-color-primary:#151515;--e-global-color-secondary:#151515;--e-global-color-text:#151515;--e-global-color-accent:#151515;--e-global-color-87b6ff3:#22222299;--e-global-color-0f07cc2:#314DEE;--e-global-color-f2effc1:#FFFFFF;--e-global-color-c69920b:#F3F3F3;--e-global-color-c785b5f:#F5F7FA;--e-global-color-6e3529a:#838383;--e-global-color-c72d31b:#FAFBFF;--e-global-color-74681e3:#0034B6;--e-global-color-14680ba:#DEDEDE;--e-global-color-930ee7a:#F3F4F6;--e-global-color-1ee9b10:#D6D8E1;--e-global-color-8130f0d:#89B0E9;--e-global-typography-primary-font-family:"Sharp Grotesk DB Cyr Medium 22";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-family:"Graphik Web Regular", Sans-serif;font-size:1rem;font-weight:400;line-height:1.4rem;letter-spacing:0.25px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Graphik Web Regular", Sans-serif;font-size:0.9rem;font-weight:400;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Sharp Grotesk DB Cyr Medium 22", Sans-serif;font-size:6rem;font-weight:300;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Sharp Grotesk DB Cyr Medium 22", Sans-serif;font-size:3rem;font-weight:300;line-height:3.6rem;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Graphik Web Regular", Sans-serif;font-size:1.5rem;font-weight:300;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Graphik Web Regular", Sans-serif;font-size:18px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1240px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.titre-bleu{
    color: #314DEE;
}
b, strong {
    font-weight: 700;
}
* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
outline: none !important;
}
.elementor-message:before{
    display: none;
}

.button-black {
  background: transparent;
  border: 1px solid #151515;
  outline: none;
  border-radius: 50px;
  overflow: hidden;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.button-black:hover {
  animation: animate-scaleX 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.button-black::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #151515;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%);
}

.button-black:hover::after {
  transform: translateY(0%);
  border-radius: 0;
}

.button-black span {
  display: inline-block;
  
  overflow: hidden;
  position: relative;
  color: #151515;
}

.button-black span:after {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 100%);
  color: #ffffff;
}
.button-black:hover span:after {
  transform: translate(-50%, 0);
}

.button-black:focus {
    outline: none;
}

@keyframes animate-scaleX {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1);
  }
}

.button-blue {
  background: transparent;
  border: 1px solid #314DEE;
  outline: none;
  border-radius: 50px;
  overflow: hidden;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.button-blue:hover {
  animation: animate-scaleX 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.button-blue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%);
}

.button-blue:hover::after {
  transform: translateY(0%);
  border-radius: 0;
}

.button-blue span {
  display: inline-block;
  
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.button-blue span:after {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 100%);
  color: #314DEE;
}
.button-blue:hover span:after {
  transform: translate(-50%, 0);
}

.button-blue:focus {
    outline: none;
}

@keyframes animate-scaleX {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sharp Grotesk DB Cyr Medium 22';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.webfreeyou.fr/wp-content/uploads/2024/04/Sharp-Grotesk-DB-Cyr-Medium-22-Regular.eot');
	src: url('https://www.webfreeyou.fr/wp-content/uploads/2024/04/Sharp-Grotesk-DB-Cyr-Medium-22-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.webfreeyou.fr/wp-content/uploads/2024/04/Sharp-Grotesk-DB-Cyr-Medium-22-Regular.woff2') format('woff2'),
		url('https://www.webfreeyou.fr/wp-content/uploads/2024/04/Sharp-Grotesk-DB-Cyr-Medium-22-Regular.woff') format('woff'),
		url('https://www.webfreeyou.fr/wp-content/uploads/2024/04/Sharp-Grotesk-DB-Cyr-Medium-22-Regular.ttf') format('truetype'),
		url('https://www.webfreeyou.fr/wp-content/uploads/2024/04/Sharp-Grotesk-DB-Cyr-Medium-22-Regular.svg#SharpGroteskDBCyrMedium22') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Graphik Web Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.webfreeyou.fr/wp-content/uploads/2024/05/Graphik-Web-Regular-Regular.eot');
	src: url('https://www.webfreeyou.fr/wp-content/uploads/2024/05/Graphik-Web-Regular-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.webfreeyou.fr/wp-content/uploads/2024/05/Graphik-Web-Regular-Regular.woff2') format('woff2'),
		url('https://www.webfreeyou.fr/wp-content/uploads/2024/05/Graphik-Web-Regular-Regular.woff') format('woff'),
		url('https://www.webfreeyou.fr/wp-content/uploads/2024/05/Graphik-Web-Regular-Regular.ttf') format('truetype'),
		url('https://www.webfreeyou.fr/wp-content/uploads/2024/05/Graphik-Web-Regular-Regular.svg#GraphikWebRegular') format('svg');
}
/* End Custom Fonts CSS */