.elementor-3380 .elementor-element.elementor-element-d532893{--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-3380 .elementor-element.elementor-element-97d7b3f{--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-3380 .elementor-element.elementor-element-4a98d76{--display:flex;--min-height:100vh;--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:70%;--margin-bottom:70%;--margin-left:0%;--margin-right:0%;}.elementor-3380 .elementor-element.elementor-element-4a98d76:not(.elementor-motion-effects-element-type-background), .elementor-3380 .elementor-element.elementor-element-4a98d76 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3380 .elementor-element.elementor-element-d532893{--content-width:80%;}}/* Start custom CSS for html, class: .elementor-element-aa2100d *//* TYPO et TABLEAU */
table.image-table {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #222;
}

.image-table th, 
.image-table td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
}

.image-table thead th {
  background-color: #f0f0f0;
  font-weight: 600;
}

.image-table tr {
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.image-table tr:hover {
  background-color: #f9f9f9;
}

/* IMAGE FLOTANTE (desktop) */
#hover-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 1000px;          /* plus grand en pixels */
  max-width: 80vw;        /* plus large sur écran */
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.2s ease;
}


/* VERSION MOBILE */
@media (max-width: 768px) {
  #hover-image {
    left: 10px !important;
    top: 10px !important;
    width: 90vw;
    max-width: 90vw;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  .image-table {
    font-size: 16px;
  }

  .image-table th, 
  .image-table td {
    padding: 10px 12px;
  }
}/* End custom CSS */