.elementor-9798 .elementor-element.elementor-element-a12d5b9{--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-9798 .elementor-element.elementor-element-7461b96{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a8270d7 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

#services, #liste-pharmacies, #tarifs, #livraison {
    padding: 20px 0;
}

h2 {
    color: #006400;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

ul {
    list-style-type: square;
    margin-left: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #006400;
    color: white;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Responsive Design for Tables */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    
    thead tr {
        display: none;
    }
    
    tr {
        margin-bottom: 10px;
        border-bottom: 2px solid #ddd;
    }
    
    td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        font-size: 1rem;
        text-align: left;
    }
    
    td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        color: #006400;
    }
}/* End custom CSS */