.elementor-8346 .elementor-element.elementor-element-744c3c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-3fefe73 > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-8346 .elementor-element.elementor-element-fbe7fdd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px 0px;--flex-wrap:wrap;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-688e385{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-688e385.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8346 .elementor-element.elementor-element-435b614.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-8346 .elementor-element.elementor-element-5f4a879{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-5f4a879.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8346 .elementor-element.elementor-element-2cdeec3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-b5f8178{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-0a21392{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-f39c4c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-e927bd2{--display:flex;--background-transition:0.3s;}.elementor-8346 .elementor-element.elementor-element-d7626c4{column-gap:0px;text-align:center;width:100%;max-width:100%;}.elementor-8346 .elementor-element.elementor-element-d7626c4 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8346 .elementor-element.elementor-element-d7626c4.elementor-element{--align-self:flex-end;--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-8346 .elementor-element.elementor-element-435b614{width:var( --container-widget-width, 448px );max-width:448px;--container-widget-width:448px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-8346 .elementor-element.elementor-element-688e385{--width:33.3333%;}.elementor-8346 .elementor-element.elementor-element-5f4a879{--width:33.3333%;}.elementor-8346 .elementor-element.elementor-element-2cdeec3{--width:33.3333%;}.elementor-8346 .elementor-element.elementor-element-b5f8178{--width:33.3333%;}.elementor-8346 .elementor-element.elementor-element-0a21392{--width:33.3333%;}.elementor-8346 .elementor-element.elementor-element-f39c4c9{--width:33.3333%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8346 .elementor-element.elementor-element-688e385{--width:291.99px;}.elementor-8346 .elementor-element.elementor-element-5f4a879{--width:205.99px;}}/* Start custom CSS for text-editor, class: .elementor-element-d7626c4 *//* Style général des tableaux */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 30px;
}

table td, table th {
  padding: 8px 10px;
  border: 1px solid #ddd;
  text-align: left;
}

table th {
  background-color: #006500; /* couleur ONU verte */
  color: #fff;
  font-weight: bold;
  text-align: center;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tbody tr:hover {
  background-color: #eaf5ea;
}

/* Responsive pour mobile */
@media screen and (max-width: 768px) {
  table, table tbody, table tr, table td, table th {
  
    width: 100%;
  }
  
  table tr th, table tr td
{
    padding: 0.5em 0.5em;
    border: solid 1px #BBB;
    text-align: left;
}

  table thead {
    display: none;
  }

  table td {
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }

  table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 8px;
    font-weight: bold;
    color: #006500;
    width: 45%;
    white-space: nowrap;
  }

  table tr:last-child td {
    border-bottom: none;
  }
}/* End custom CSS */