.annonces-item {
    display:flex;
    flex-direction: column;
    width: 250px;
    height: 380px;

}

.annonces-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap:30px;
}

.annonces-item-inner {
    height: 100%;
    background-size: cover;
    border: 1px solid #001a56;
    border-radius: 2px;
}
.annonces-item-inner a {
 
}

.jereserve-container {
    text-align: center;
    padding: 10px 5px;
}
.jereserve {
    display: inline-block;
    border: 1px solid #001a56;
    padding: 5px;
    border-radius: 4px;
}
.annonces-item-title {
    color:#ffffff!important;
    background-color: rgba(0,0,0,0.3);
    padding-left: 20px;
}
.dashicons-trash::before {
    content: "\f182";
    font-family: 'Dashicons';
    color: #c02525;
    padding-left: 6px;

}
.btn-delete {
    float: right;
    position: relative;
    display: inline-block;
}
.annonces-item-id {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding-left: 15px;
}