.elementor-kit-6907{--e-global-color-primary:#FF5A01;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5f9fef0:#FF5A01;--e-global-color-1eadf8d:#FF6500;--e-global-color-c359de0:#F8BD12;--e-global-color-80c2be8:#FF8200;--e-global-color-ca56666:#146196;--e-global-color-df1934e:#517C2F;--e-global-color-5be9283:#9C3880;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-61c203a-font-family:"Titillium Web";--e-global-typography-61c203a-font-size:50px;--e-global-typography-61c203a-font-weight:700;--e-global-typography-61c203a-line-height:1.1;--e-global-typography-58ec4c9-font-family:"Inter Tight";--e-global-typography-58ec4c9-font-size:20px;--e-global-typography-58ec4c9-font-weight:400;--e-global-typography-58ec4c9-line-height:1.6;--e-global-typography-9a7a32f-font-family:"Inter Tight";--e-global-typography-9a7a32f-font-size:18px;--e-global-typography-9a7a32f-font-weight:600;--e-global-typography-8966ce5-font-family:"Inter Tight";--e-global-typography-8966ce5-font-size:14px;--e-global-typography-f8365e0-font-family:"Titillium Web";--e-global-typography-f8365e0-font-size:50px;--e-global-typography-f8365e0-font-weight:700;--e-global-typography-f8365e0-line-height:1.1;--e-global-typography-3d7e213-font-family:"Titillium Web";--e-global-typography-3d7e213-font-size:28px;--e-global-typography-3d7e213-font-weight:600;--e-global-typography-3d7e213-text-transform:uppercase;--e-global-typography-3d7e213-line-height:1.1em;--e-global-typography-a629691-font-family:"Titillium Web";--e-global-typography-a629691-font-size:28px;--e-global-typography-a629691-font-weight:600;--e-global-typography-a629691-text-transform:uppercase;--e-global-typography-a629691-line-height:1.1em;color:#000000;}.elementor-kit-6907 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6907 p{margin-block-end:0px;}.elementor-kit-6907 a{color:var( --e-global-color-1eadf8d );font-weight:600;}.elementor-kit-6907 a:hover{color:var( --e-global-color-ca56666 );}.elementor-kit-6907 h2{color:#000000;font-family:"Inter Tight", Sans-serif;}.elementor-kit-6907 h3{color:var( --e-global-color-df1934e );font-family:"Inter Tight", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:80px;--container-default-padding-right:0px;--container-default-padding-bottom:80px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:40px;--container-default-padding-right:30px;--container-default-padding-bottom:40px;--container-default-padding-left:30px;}}@media(max-width:767px){.elementor-kit-6907{--e-global-typography-61c203a-font-size:45px;--e-global-typography-f8365e0-font-size:45px;--e-global-typography-f8365e0-line-height:0.9;--e-global-typography-3d7e213-font-size:35px;--e-global-typography-a629691-font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:25px;--container-default-padding-right:15px;--container-default-padding-bottom:25px;--container-default-padding-left:15px;}}/* Start custom CSS */.bloc-glass{
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.05) !important;
border-radius: 8px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.25);
}


.btn-respiration {
  animation: respiration 2.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes respiration {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04); /* Grossit un peu */
  }
  100% {
    transform: scale(1);
  }
}/* End custom CSS */