.course {
    padding: 25px;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.25);
    width: 310px;
    background-color: white;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.course__bloc {
    height: 250px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bdbdbd;
}
.course__caracteristique {
    height: 100px;
}
.course__bloc__image {
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.course__bloc__descriptif {
    height: 50%;
    text-align: center;
}

.course__bloc__descriptif h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
}

.course__bloc__descriptif--type {
    font-weight: 500;
    font-size: 14px;
    color: #bdbdbd;
}

.course__bloc__descriptif--partenaire {
    color: #bdbdbd;
    font-style: italic;
    font-size: 12px !important;
    margin-top: -15px;
}

.course__bloc__descriptif--partenaire img {
    display: inline-block;
    width: 90px !important;
    margin-right: 10px;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.course__bloc__descriptif--partenaire .partner {
    position: relative;
    top: 3px !important;
}

.course__caracteristique p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.course__resultat {
    background-color: #FFDD00;
    text-align: center;
    margin: 10px;
    margin-top: 20px;
    padding: 10px;
}

.course__resultat p {
    font-size: 12px !important;
    margin-bottom: 5px;
    font-weight: 300;
}

.course__resultat--field {
    font-size: 14px;
    font-weight: 700;
}