.elementor-482 .elementor-element.elementor-element-2a366964{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-482 .elementor-element.elementor-element-2a366964:not(.elementor-motion-effects-element-type-background), .elementor-482 .elementor-element.elementor-element-2a366964 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-482 .elementor-element.elementor-element-2d3bceca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-482 .elementor-element.elementor-element-ea2c79f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-482 .elementor-element.elementor-element-fca6e08{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:4%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-482 .elementor-element.elementor-element-6b334ce{text-align:center;}.elementor-482 .elementor-element.elementor-element-6b334ce .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:600;color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-482 .elementor-element.elementor-element-2d3bceca{--width:50%;}.elementor-482 .elementor-element.elementor-element-7107fcf8 > .elementor-widget-container{margin:27px 0px 0px 0px;}.elementor-482 .elementor-element.elementor-element-ea2c79f{--width:50%;}}@media(min-width:768px){.elementor-482 .elementor-element.elementor-element-2d3bceca{--width:50%;}.elementor-482 .elementor-element.elementor-element-ea2c79f{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-7107fcf8 *//* Case à cocher masquée */
.menu-toggle-checkbox {
  display: none;
}

/* Hamburger */
.hamburger-btn {
  display: inline-block;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.hamburger-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

/* Menu mobile par défaut caché */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  max-width: 300px;
  height: 100%;
  background-color: #383E42;
  color: white;
  padding: 20px;
  transition: right 0.4s ease;
  z-index: 1000;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.4);
}

/* Menu ouvert quand checkbox cochée */
.menu-toggle-checkbox:checked ~ .mobile-menu {
  right: 0;
}

/* En-tête */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-mobile {
  width: 80%;
  height: auto;
  max-width: 200px;
}

.close-menu {
  font-size: 30px;
  color: white;
  cursor: pointer;
  line-height: 1;
}

/* Liens du menu */
.mobile-menu nav {
  margin-top: 40px;
}

.mobile-menu nav a {
  display: block;
  margin: 20px 0;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.mobile-menu nav a.cta {
  background: linear-gradient(to right, #FE5000, #FF7B00);
  color: white;
  padding: 10px 18px;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 0 8px #FE500066;
  border: none;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e1b385b */.elementor-482 .elementor-element.elementor-element-e1b385b h2 {
    color: #FE5000; 
}/* End custom CSS */