.elementor-5714 .elementor-element.elementor-element-775a6e7{--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%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-5714 .elementor-element.elementor-element-db2de89{width:100%;max-width:100%;}.elementor-5714 .elementor-element.elementor-element-db2de89 > .elementor-widget-container{margin:-3% 0% -3% 0%;}.elementor-5714 .elementor-element.elementor-element-db2de89.elementor-element{--align-self:center;}.elementor-5714 .elementor-element.elementor-element-de907d9{--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:2%;--margin-bottom:2%;--margin-left:0%;--margin-right:0%;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-5714 .elementor-element.elementor-element-ec3b9f0{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-5714 .elementor-element.elementor-element-ec3b9f0 .elementor-divider-separator{width:100%;}.elementor-5714 .elementor-element.elementor-element-ec3b9f0 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-5714 .elementor-element.elementor-element-b6f5439{--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-5714 .elementor-element.elementor-element-d5a6a3d > .elementor-widget-container{margin:-2% 0% 0% 0%;padding:0px 0px 0px 0px;}.elementor-5714 .elementor-element.elementor-element-fc7525a{--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:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-5714 .elementor-element.elementor-element-d06333b{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-5714 .elementor-element.elementor-element-d06333b > .elementor-widget-container{margin:-4% 0% 0% 0%;padding:0% 0% 0% 0%;}@media(max-width:767px){.elementor-5714 .elementor-element.elementor-element-775a6e7{--margin-top:5%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-5714 .elementor-element.elementor-element-d06333b > .elementor-widget-container{margin:0% 0% 0% 0%;padding:0% 0% 0% 0%;}.elementor-5714 .elementor-element.elementor-element-d06333b{--container-widget-width:94%;--container-widget-flex-grow:0;width:var( --container-widget-width, 94% );max-width:94%;}}/* Start custom CSS for html, class: .elementor-element-d5a6a3d *//* Titre principal du bloc */
.centered-title {
  font-family: 'Space Grotesk', sans-serif !important;
  text-transform: uppercase !important;
  color: #22427C;
  font-size: 1.9rem !important; /* Réduire la taille avec !important */
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Sous-titre */
.centered-subtitle {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 1.1rem !important;
  color: #4A4A4A !important;
  text-align: center;
}

/* Titre des emplacements */
.location-item h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 1.5rem !important;
  color: #22427C;
  margin-bottom: 1rem;
  text-transform: uppercase !important;
}

/* Mise en forme des sous-titres dans les listes */
.location-item ul li {
  margin-bottom: 1rem;
  font-size: 1rem; /* Taille augmentée pour une meilleure lisibilité */
  color: #4A4A4A;
  line-height: 1.6; /* Plus espacé pour une meilleure lisibilité */
}

.subtitle {
  font-weight: 700; /* Titre en gras */
  color: #003E6B;
  font-family: 'Space Grotesk', sans-serif;
}

.location-item ul li span.subtitle + span {
  font-weight: 300; /* Texte en light */
  color: #4A4A4A; /* Couleur gris clair pour plus de contraste */
}
/* Appliquer un style light au texte après le titre */
.subtitle {
  font-weight: 300; /* Light pour les sous-titres */
  color: #003E6B;
  font-family: 'Space Grotesk', sans-serif;
}

/* Appliquer un style plus fort pour les titres (le texte en gras) */
.subtitle strong {
  font-weight: 700; /* Gras pour le texte important comme "By Train" */
  color: #003E6B;
  font-family: 'Space Grotesk', sans-serif;
}
/* Appliquer un style light à tout le texte après le titre */
.location-item ul li {
  font-weight: 300 !important; /* Forcer le light pour tous les éléments de la liste */
  color: #4A4A4A;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d06333b */.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq-wrapper details {
  background: #fff;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  font-size: 1rem;
  color: #4A4A4A;
  cursor: pointer;
}

.faq-wrapper summary {
  font-weight: 600;
  color: #22427C;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.faq-wrapper p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #4A4A4A;
}

.faq-wrapper a {
  color: #22427C;
  text-decoration: underline;
}/* End custom CSS */