.elementor-3486 .elementor-element.elementor-element-0fb3d09{--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-3486 .elementor-element.elementor-element-1117305{width:var( --container-widget-width, 600% );max-width:600%;--container-widget-width:600%;--container-widget-flex-grow:0;}#elementor-popup-modal-3486{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3486 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3486 .dialog-close-button{display:flex;}#elementor-popup-modal-3486 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for text-editor, class: .elementor-element-1117305 */<style>
.tableau-verifs {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 15px;
  margin: 20px 0;
}
.tableau-verifs th, .tableau-verifs td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
}
.tableau-verifs th {
  background-color: #1a3c5e;
  color: #ffffff;
  font-weight: bold;
}
.tableau-verifs td.type {
  background-color: #f2f2f2;
  font-weight: bold;
  white-space: nowrap;
}
.tableau-verifs tr:nth-child(even) td:not(.type) {
  background-color: #fafafa;
}
.tableau-verifs caption {
  text-align: left;
  font-size: 14px;
  font-style: italic;
  color: #555;
  padding: 8px 0;
  caption-side: bottom;
}
@media (max-width: 600px) {
  .tableau-verifs, .tableau-verifs thead, .tableau-verifs tbody,
  .tableau-verifs th, .tableau-verifs td, .tableau-verifs tr {
    display: block;
  }
  .tableau-verifs thead tr { display: none; }
  .tableau-verifs td {
    border: none;
    border-bottom: 1px solid #eee;
  }
  .tableau-verifs td.type {
    border-top: 2px solid #1a3c5e;
  }
  .tableau-verifs td:not(.type):before {
    content: attr(data-label) " : ";
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #1a3c5e;
  }
}
</style>/* End custom CSS */