
.url_board{
    text-decoration: none;
    color: inherit;
    flex: 1 1 300px;
    max-width: 320px;
}


.card_board {
    border: 1px solid #eee;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease-in-out;
    margin-bottom:25px;
    width: 100%;
}

.card_board:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.date_board{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 12px;
    color: #999;
}


.title_board{
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
}


.cta_plus{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.cta_plus:hover {
    color: #FFD700 !important; 
}

.add_board {
    transition: color 0.3s ease;
    width: 100%;
    text-align: center;
}


.etiquette_manque_info{
    background-color: #ffe6f0;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}

.etiquette_parfait{
    background-color: var(--ialla_yellow);
    color: #282828;
    border: 1px solid var(--ialla_yellow);;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}

.etiquette_nego{
    background-color: #e7fbf9;
    color: #3dcabc;
    border: 1px solid #3dcabc;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}


.etiquette_match{
    background-color: #e7fbe7;
    color: #40e042;
    border: 1px solid #40e042;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}


.etiquette_en_cours{
    background-color: #eeeeee;
    color: #232423;
    border: 1px solid #232423;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}


.btn_match {
    background-color: #007bff;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    border: #007bff 1px solid;
}

.btn_match:hover {
    background-color: white;
    color: #007bff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
 /*   border: #007bff 1px solid;*/
}
