.tri-actus {
    background: var(--color-bg-title);
    padding: 1rem 0;
    margin: 1rem 0;
    border-radius: 5px;
}

.tri-actus label {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    color: var( --color-secondary-dark )
}

.tri-actus input {
    background-color: var( --color-primary-lightest );
    border: 0;
}

/*.tri-actus select {
    background-image: url("../img/arrow-select-closed-0fc12be99d832d14ea43b4eed7aabe23.svg");
    background-position: calc(100% - 6px) 14px;
    background-repeat: no-repeat;
    background-size: 26px 8px;
}

.tri-actus select:focus {
    background-image: url("../img/arrow-select-opened-a10007f1a163b2db963003a110b9c8c8.svg");
    background-position: calc(100% - 6px) 14px;
    background-repeat: no-repeat;
    background-size: 26px 8px;
}*/

.tri-actus .btn-outline-secondary {
    border: 0;
    background: var( --color-primary-lightest );
}
