.top5-jolie {
    height: 300px;
    margin-bottom: 25px;
    position: relative;
    border-radius: 2px;
    text-align: center;
    color: #ffffff !important;
    background-color: #eeeeee !important;
    padding: 30px 25px;
    display: block;
    overflow: hidden;
}

.top5-jolie > * {
    position: relative;
    z-index: 2;
    text-shadow: 0 0 20px #000000;
}


.top5-jolie .fas {
    text-shadow: none;
    color: #f5b918;
    font-size: 20px;
}

.top5-jolie .top5-jolie__geo::before, .top5-jolie button::after {
    content: "\f0a9";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
}

.top5-jolie .top5-jolie__geo::before {
    content: "\f3c5";
    margin: 0 10px 0 0;
}

.top5-jolie .top5-jolie__geo {
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.top5-jolie ul li::before {
    content: '\f111';
    font-weight: bold;
    position: absolute;
    font-size: 5px;
    left: 0;
    top: 5px;
    font-family: "Font Awesome 5 Free";
}

.top5-jolie ul li {
    margin: 0 10px 15px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
}

.top5-jolie ul {
    width: 310px;
    position: absolute;
    top: 0;
    padding: 30px 40px;
    background: #f5b918;
    border-radius: 0 0 100% 50px;
    left: 0;
    text-align: left;
    font-size: 11px;
    text-shadow: none;
    box-shadow: 0 0 13px 1px #00000045;
}

.top5-jolie:hover button {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.top5-jolie button {
    border: none;
    padding: 0 20px;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 4px;
    text-shadow: none;
    line-height: 30px;
    font-size: 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    font-weight: bold;
    text-align: center;
    width: 200px;
    color: #ffffff;
    background: #f5b918;
    margin: 52px auto 0 auto;
}

.top5-jolie p {
    font-size: 18px;
    margin-bottom: 30px;
}

.top5-jolie b {
    font-size: 30px;
    line-height: 30px;
    display: block;
    margin: 20px 0;
}

.top5-jolie::after {
    content: '';
    z-index: 1;
    position: absolute;
    border-radius: 2px;
    left: 0;
    top: 0;
    background: -o-linear-gradient(277deg, rgba(0, 0, 0, 0.51), transparent);
    background: linear-gradient(173deg, rgba(0, 0, 0, 0.51), transparent);
    height: 100%;
    width: 100%;
}

.top5-jolie picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top5-jolie picture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1200px) {
    .top5-jolie ul {
        left: auto;
        right: 0;
        border-radius: 0 0 30px 30px;
        padding: 10px 10px 5px 20px;
        width: 215px;
    }

    .top5-jolie ul li {
        font-size: 9px;
        margin-bottom: 10px;
    }

    .top5-jolie ul li::before {
        font-size: 3px;
        top: 4px;
    }
}

@media screen and (max-width: 1023px) {
    .top5-jolie ul {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .top5-jolie {
        height: 180px;
        padding: 10px 0;
    }

    .top5-jolie .fas {
        font-size: 10px;
    }

    .top5-jolie b {
        font-size: 20px;
        line-height: 20px;
        margin: 10px 0;
    }

    .top5-jolie button {
        font-size: 10px;
        width: 135px;
        line-height: 25px;
        margin-top: 25px;
    }

    .top5-jolie .top5-jolie__geo {
        font-size: 11px;
    }

    .top5-jolie .top5-jolie__geo::before {
        font-size: 9px;
        margin-right: 7px;
    }

    .top5-jolie p {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 599px) {
    .top5-jolie p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .top5-jolie b {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (max-width: 359px) {
    .top5-jolie p {
        font-size: 10px;
    }

    .top5-jolie {
        padding-top: 15px;
    }

    .top5-jolie b {
        font-size: 16px;
        line-height: 16px;
    }
}