.navbar-expand{
    margin: 0!important;
    width: 100% !important;
}
.player-contain{

}
.player-list{
    padding-left: 3%;
}
.player{
    width: 100%;
    height: 100%;
    max-height: 450px;
}
.content-wrapper {
    background: #f4f6f9;
    margin: 0 !important;
    padding: 4%;
}

.post-slide{
    margin: 0 10px;
    /*border-left: 8px solid #1dcfd1;*/
    border-bottom: 8px solid var(--app-color);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0,0,0.0);
    transition: all 0.40s linear 0s;
}
.loader{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 77777;
    text-align: center;
    display: none;
    margin: 0 auto;
}
.loader>img{
   max-width: 50%;
}
.cnt-video{
    position: relative;
    overflow: hidden;
}
.counter{
    position: absolute;
    left: 0;
    top: 50%;
    background:rgba(0,0,0,0.7);
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border-right: 10px solid var(--app-color);
    z-index: 999999999;
}
.listing{
    
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.list-title{
    margin-left: 6px;
    padding: 10px;
    background-color: black;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

/*.post-slide:hover .post-img:before{
    background: rgba(0, 0,0,0.6);
}*/
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-info{
    width: 70%;
    position: absolute;
    bottom: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.40s ease-in-out 0s;
    color: var(--app-color) !important;
}
/*.post-slide:hover .post-info{
    bottom:0;
}*/
.post-slide .category{
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-slide .category li,
.post-slide .post-date{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.post-slide .category li:after{
    content: " |";
}
.post-slide .category li:last-child:after{
    content: "";
}
.post-slide .category li a{
    color: #fff;
    transition: all 0.40s linear;
}
.post-slide .category li a:hover{
    color: #555;
    text-decoration: none;
}
.post-slide .post-review{
    /*padding: 35px 20px 25px;*/
    background: #fff;
    position: relative;
}

.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    margin: 0 0 25px 0;
}
.post-slide .post-title a{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #1dcfd1;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.30s linear 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #555;
}
.post-slide .post-description{
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
.result{
    display: none;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
}
.post-slide .read{
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase;
}
.post-slide .read:hover{
    text-decoration:none;
    color: #1dcfd1;
}
@media only screen and (max-width: 479px){
    .time-information{
        position: relative!important;
        padding-right: 0!important;
        margin-top: 5px;
    }
    #tarifs{
        display: none!important;
    }
}