.elementor-11151 .elementor-element.elementor-element-395beab{--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-11151 .elementor-element.elementor-element-c8175de{--display:flex;}.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 );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );}.elementor-11151 .elementor-element.elementor-element-d00cfed{text-align:start;}.elementor-11151 .elementor-element.elementor-element-d00cfed img{width:55%;}.elementor-11151 .elementor-element.elementor-element-928e5fb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11151 .elementor-element.elementor-element-928e5fb.e-con{--align-self:center;}.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 );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );color:var( --e-global-color-primary );}.elementor-11151 .elementor-element.elementor-element-61b29ea{text-align:center;}.elementor-11151 .elementor-element.elementor-element-61b29ea .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:500;text-transform:none;font-style:normal;text-decoration:none;line-height:24px;}.elementor-11151 .elementor-element.elementor-element-b2ffbb7{--display:flex;--padding-top:32px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11151 .elementor-element.elementor-element-b2ffbb7.e-con{--align-self:center;}#elementor-popup-modal-11151 .dialog-widget-content{animation-duration:0.4s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-11151{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-11151 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-11151 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-11151 .dialog-close-button i{color:var( --e-global-color-e5907f2 );}#elementor-popup-modal-11151 .dialog-close-button svg{fill:var( --e-global-color-e5907f2 );}@media(max-width:1024px){#elementor-popup-modal-11151{justify-content:flex-end;align-items:flex-start;}}@media(min-width:768px){.elementor-11151 .elementor-element.elementor-element-395beab{--content-width:100%;}.elementor-11151 .elementor-element.elementor-element-928e5fb{--width:63%;}.elementor-11151 .elementor-element.elementor-element-b2ffbb7{--width:100%;}}@media(max-width:767px){.elementor-11151 .elementor-element.elementor-element-928e5fb{--padding-top:0px;--padding-bottom:0px;--padding-left:32px;--padding-right:32px;}.elementor-11151 .elementor-element.elementor-element-61b29ea .elementor-heading-title{font-size:18px;line-height:24px;}#elementor-popup-modal-11151 .dialog-close-button{top:6%;font-size:35px;}body:not(.rtl) #elementor-popup-modal-11151 .dialog-close-button{right:8%;}body.rtl #elementor-popup-modal-11151 .dialog-close-button{left:8%;}}/* Start custom CSS for html, class: .elementor-element-2d6d1b9 *//* --- Base --- */
.bp-menu{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

/* Item commun */
.bp-item{
  border: 1px solid rgba(21,48,78,0.10);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  margin: 16px 0;
  box-shadow: 0 12px 28px rgba(21,48,78,0.08);
}

/* Liens & summary */
.bp-link,
.bp-acc summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  text-decoration: none;
  color: #15304E;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

/* Hover stable premium */
.bp-link:hover,
.bp-acc summary:hover{
  background: rgba(21,48,78,0.04);
}

/* Flèche */
.bp-arrow{
  color: rgba(21,48,78,0.55);
  font-weight: 700;
}

/* --- Accordéon --- */
.bp-acc summary{
  cursor: pointer;
  list-style: none;
}
.bp-acc summary::-webkit-details-marker{ display:none; }

/* Chevron custom */
.bp-chev{
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(21,48,78,0.55);
  border-bottom: 2px solid rgba(21,48,78,0.55);
  transform: rotate(45deg);
  transition: transform 220ms ease, border-color 220ms ease;
}

/* Ouvert */
.bp-acc[open] summary .bp-chev{
  transform: rotate(-135deg);
  border-right-color: #F16200;
  border-bottom-color: #F16200;
}

/* Sous-menu */
.bp-sub{
  padding: 10px 14px 16px;
  border-top: 1px solid rgba(21,48,78,0.08);
  background: linear-gradient(to bottom, rgba(21,48,78,0.02), rgba(21,48,78,0.00));
}

.bp-sub a{
  display:block;
  padding: 12px 14px 12px 22px;
  margin: 6px 0;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(21,48,78,0.85);
  font-weight: 500;
  font-size: 15px;
}

.bp-sub a:hover{
  background: rgba(241,98,0,0.12);
  color: #15304E;
}

/* --- CTA --- */
.bp-cta{
  margin-top: 32px;
}

.bp-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  width: 100%;
  padding: 18px 20px;
  border-radius: 20px;
  background: #15304E;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  box-shadow: 0 20px 40px rgba(21,48,78,0.25);
  transition: background 250ms ease, transform 200ms ease;
}

/* Hover demandé */
.bp-btn:hover{
  background: #F16200;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.bp-proof{
  margin-top: 14px;
  text-align: center;
  font-size: 12.5px;
  color: rgba(21,48,78,0.60);
}/* End custom CSS */