.elementor-189 .elementor-element.elementor-element-31841647{--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-189 .elementor-element.elementor-element-18fa894e{--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-189 .elementor-element.elementor-element-31a854d8{--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-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 );}.elementor-189 .elementor-element.elementor-element-ae4de9d{font-weight:400;color:#545454;}.elementor-189 .elementor-element.elementor-element-287804ef{--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;}@media(min-width:768px){.elementor-189 .elementor-element.elementor-element-18fa894e{--width:20%;}.elementor-189 .elementor-element.elementor-element-31a854d8{--width:60%;}.elementor-189 .elementor-element.elementor-element-287804ef{--width:20%;}}/* Start custom CSS for container, class: .elementor-element-31841647 *//* Style général de la section mentions légales */
.legal-notice {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;

  font-size: 16px;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
}

.legal-notice h2 {
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
}


.legal-notice h2 {
  font-size: 1.3rem;
  margin-top: 2rem;
}

.legal-notice p {
  margin-bottom: 1rem;
}

.legal-notice a {
  color: #f43f23; /* Couleur des liens */
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-notice a:hover {
  text-decoration: underline;
  color: #d8371c; /* Couleur au survol */
}

.legal-notice ul {
  margin: 0 0 1rem 1.5rem;
  list-style-type: disc;
}

.legal-notice table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.legal-notice table th,
.legal-notice table td {
  border: 1px solid #ddd;
  padding: 0.5rem;
  text-align: left;
}

.legal-notice .mt-4 {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}/* End custom CSS */