/**
 * Theme Name: Divi Child
 * Theme URI:  http://www.elegantthemes.com/gallery/divi/
 * Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 * Author:     Elegant Themes
 * Author URI: http://www.elegantthemes.com
 * Template:   Divi
 * Version:    1.0.0
 * License:    GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: divi-child
 * Generated by WPMasterToolKit
 * @link https://wordpress.org/plugins/wpmastertoolkit/
 */



/* === Style du tableau === */
#tablepress-6 {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    text-align: left;
}

#tablepress-6 thead th {
    background-color: #203d55;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #ddd;
		font-size:14px;
}

#tablepress-6 tbody td {
    padding: 8px 10px;
    border: 1px solid #ddd;
    color: #333;
    background-color: #fefefe;
    word-wrap: break-word;
}

#tablepress-6 tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

#tablepress-6 tbody tr:hover {
    background-color: #f1f1f1;
}

/* === Style des dropdowns === */
.dropdown-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.dropdown-select {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease;
    width: 200px;
    max-width: 100%; /* Responsive */
    background-color: #fff;
    color: #333;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-select:hover,
.dropdown-select:focus {
    border-color: #007bff;
}

/* === Style du bouton Réinitialiser === */
.reset-btn {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #f8ad3f;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
		margin-left:0!important
}

.reset-btn:hover {
    background: var(--button_gradient_hover,var(--button_gradient_top_color_hover));
    transform: scale(1.05);
}

.reset-btn:active {
    background-color: #004080;
    transform: scale(1);
}
