#listing-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.training-list-course {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border-radius:10px;
    padding: 10px;
    margin-bottom:20px;
    cursor: pointer;
}
.thumbnail {
    width:20%;
}

.thumbnail img{
    height: 100%;
}

.title-container {
    width:60%;
    padding-left: 10px;
    font-family: Nunito;
}

.title-link {
    font-size: 18px;
    font-weight: bold;
}

.title-container p{
    color: #234D70 !important;
    text-align:left;
}

.badge-best {
    background-color: #ECEB98;
    color: black;
    border-radius: 4px;
    font-size: 14px;
    left: 0;
    text-transform: uppercase;
    padding: .6em 1.2em;
    font-weight: bold;
    line-height: 1;
    width: fit-content;
}

.hour-container{
    width:20%;
    text-align:end;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 500;
    color: #234D70 !important;
}


body:not(.single-training-paths):not(.single-product) .elementor-column.elementor-col-50{
    width:65% !important;
}

#cible      { transition: background .2s ease, border-color .2s ease, color .2s ease; }
#cible:hover { background: white !important; color: #D9A74A !important; border-color: #D9A74A !important; }
#cible-cart { transition: background .2s ease, color .2s ease, border-color .2s ease; }
#cible-cart:hover { background: #234D70 !important; color: white !important; border-color: #234D70 !important; }
#cible-cart img.imgBuynow { filter: invert(1); transition: filter .2s ease; }
#cible-cart:hover img.imgBuynow { filter: none; }