/* Style pour les conteneurs sélectionnés */



.e-con.e-child.selected {
    border: 2px solid #8D6E51;
    border-radius: 10px;
    background: rgba(141, 110, 81, 0.1);
}




/* Style pour le bouton En route */
.elementor-button[data-id="bd245bc"] {
    background: linear-gradient(135deg, #8D6E51, #a67e5b);
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.elementor-button[data-id="bd245bc"]:hover:not(:disabled) {
    background: linear-gradient(135deg, #a67e5b, #8D6E51);
    transform: translateY(-2px);
}

.elementor-button[data-id="bd245bc"]:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
}


