.elementor-6542 .elementor-element.elementor-element-cf560b2 > .elementor-container{max-width:1440px;}.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-6542 .elementor-element.elementor-element-81d6bf4{font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;line-height:28px;color:#555555;}.elementor-6542 .elementor-element.elementor-element-24bb21b > .elementor-container{max-width:1440px;}.elementor-6542 .elementor-element.elementor-element-24bb21b{margin-top:0px;margin-bottom:-60px;}@media(min-width:768px){.elementor-6542 .elementor-element.elementor-element-1032816{width:80%;}.elementor-6542 .elementor-element.elementor-element-a4f7a45{width:20%;}}/* Start custom CSS for section, class: .elementor-element-cf560b2 */.type-product ul, .content ul {
    margin-bottom: 0px;
    margin-top: -10px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-24bb21b *//* CSS ciblé pour le tableau avec l'identifiant tableauquake */
#tableauquake {
    width: 100%;

    margin: 10px auto; /* Marge externe pour centrer le tableau */
    border-collapse: collapse; /* Supprime l'espace entre les bordures de cellules */
    font-family: Arial, sans-serif; /* Police de caractère moderne et lisible */
}

#tableauquake th, #tableauquake td {
    border: 1px solid #dddddd; /* Bordure grise légère pour chaque cellule */
    text-align: left; /* Alignement du texte à gauche */
    padding: 8px 20px; /* Réduit le padding vertical pour diminuer la hauteur des lignes */
    font-size: 16px; /* Taille de police appropriée pour une bonne lisibilité */
}

#tableauquake th {
    background-color: #00796b;
    color: #fff;
    font-weight:700
    ;
}

/* Couleurs alternées pour les lignes du tableau pour une meilleure lisibilité */
#tableauquake tr:nth-child(even) {
    background-color: #f9f9f9; /* Lignes paires en gris très clair */
}

#tableauquake tr:nth-child(odd) {
    background-color: #ffffff; /* Lignes impaires en blanc */
}

/* Media Queries pour ajuster le tableau selon la taille de l'écran */
@media (min-width: 600px) {
    #tableauquake th, #tableauquake td {
        padding: 10px 24px; /* Ajuste légèrement le padding vertical sur grands écrans */
        font-size: 14px; /* Augmentation de la taille de la police pour grands écrans */
    }
}

@media (max-width: 599px) {
    #tableauquake {
        overflow-x: auto; /* Permet le défilement horizontal si nécessaire */
        display: block; /* Force le tableau à agir comme un bloc pour permettre le défilement */
    }
}/* End custom CSS */