/* Carte d'information – cookies techniques (CSM) */
.csm-cookie-info {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 420px;
    background: #f5f4f2;
    color: #353535;
    padding: 16px 18px 14px;
    font-size: 14.5px;
    line-height: 1.5;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.40);
    z-index: 999999;
}

/* En-tête / titre */
.csm-cookie-header {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    text-align: center;
}

/* Texte */
.csm-cookie-info p {
    margin: 0 0 12px 0;
}

/* Bouton Fermer – aligné avec le style Divi */
.csm-cookie-close {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    background: transparent;
    border: 2px solid #2138a0 !important;
    border-radius: 6px;
    color: #2138a0;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.csm-cookie-close:hover {
    background: #2138a0;
    color: #f2f2f2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}


/* Adaptation mobile */
@media (max-width: 768px) {
    .csm-cookie-info {
        left: 15px;
        right: 15px;
        bottom: 15px;
        max-width: none;
    }
}
