.elementor-kit-5{--e-global-color-primary:#1A3761;--e-global-color-secondary:#9E9E9E;--e-global-color-text:#000000;--e-global-color-accent:#1A3761;--e-global-color-fc03c83:#1A3761;--e-global-color-00f06fb:#0D1C32;--e-global-color-11d90fe:#E8EDF5;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1em;--e-global-typography-3863051-font-family:"Inter";--e-global-typography-3863051-font-size:20px;--e-global-typography-3863051-font-weight:500;--e-global-typography-3863051-text-transform:uppercase;--e-global-typography-3863051-line-height:1em;--e-global-typography-93716f1-font-family:"Inter";--e-global-typography-93716f1-font-size:14px;--e-global-typography-93716f1-font-weight:400;--e-global-typography-93716f1-text-transform:uppercase;--e-global-typography-93716f1-line-height:1em;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;line-height:1em;}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-5 h3{font-family:var( --e-global-typography-3863051-font-family ), Sans-serif;font-size:var( --e-global-typography-3863051-font-size );font-weight:var( --e-global-typography-3863051-font-weight );text-transform:var( --e-global-typography-3863051-text-transform );line-height:var( --e-global-typography-3863051-line-height );letter-spacing:var( --e-global-typography-3863051-letter-spacing );word-spacing:var( --e-global-typography-3863051-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-5 h3{font-size:var( --e-global-typography-3863051-font-size );line-height:var( --e-global-typography-3863051-line-height );letter-spacing:var( --e-global-typography-3863051-letter-spacing );word-spacing:var( --e-global-typography-3863051-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-5 h3{font-size:var( --e-global-typography-3863051-font-size );line-height:var( --e-global-typography-3863051-line-height );letter-spacing:var( --e-global-typography-3863051-letter-spacing );word-spacing:var( --e-global-typography-3863051-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,
body {
  overflow-x: hidden;
}


/* Rank Math Breadcrumb */
.rank-math-breadcrumb{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
}

.rank-math-breadcrumb p{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; /* centre la ligne */
  gap: 8px;
  flex-wrap: wrap;
}

/* liens */
.rank-math-breadcrumb a{
  color: #1A3F61;            /* Marine */
  text-decoration: none;
  transition: opacity .2s ease, text-decoration-color .2s ease;
}

.rank-math-breadcrumb a:hover{
  opacity: .8;
  text-decoration: underline;
}

/* élément courant */
.rank-math-breadcrumb .last{
  color: #000000;            /* Black */
  font-weight: 400;
}/* End custom CSS */