body {
    padding-top: 0;
}
.bannerVideos{
    box-shadow: 0 5px 5px lightgray;
}
.partCardDlPdf{
    display: flex;
    flex-wrap: wrap;
}
.cardDlPdf{
    margin-top: 10px;
    width: 260px;
}
.btnJacob{
    background: #4465D3;
    color: white;

}
.btnJacob:hover{
    background: #5f7efa;
    color: white;
}
.btnOlivie{
    background: #098016;
    color: white;
}
.btnOlivie:hover{
    background: #0dad1f;
    color: white;
}
.btnNarura {
    background: #95b738;
    color: white;
}
.btnNarura:hover{
    background: #a7d03f;
    color: white;
}
.tableOfContents h4{
    font-weight: bold;
}
.description{
    text-align: justify !important;
}
/*.videoSelect{*/
/*    margin-bottom: 10px;*/
/*    color: #333333;*/
/*}*/
.videoScreen{
    height: 315px;
}
.videoSelect:hover{
    cursor: pointer;
    color: #93cc00;
}
.cardVideo{
    width: 416px;
    border: 1px solid #333333;
}
.card-body{
    flex: none;
}
.card-img-top{
    padding: 0;
    margin: 0;
}
.titleVideoPage{
    font-size: 2.50rem !important;
    color: #333333;
}
.titleCardVideoDiv{
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 110px;
}
.videoName{
    font-weight: bold;
    color: #93cc00;
}
.truncated-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Nombre de lignes à afficher */
    -webkit-box-orient: vertical;
}
.description .btnLookAddText{
    border: none;
    color: #93cc00;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
}
@media (min-width:995px) and (max-width: 1400px) {
    .tableOfContents{
        width: 90%;
    }
}
@media (min-width:663px) and (max-width: 995px) {
    .tableOfContents{
        width: 90%;
    }
    .cardVideo{
        width: 560px !important;
    }
}
@media (min-width:450px) and (max-width: 662px) {
    .cardVideo{
        width: 460px !important;
    }
}

@media (min-width:150px) and (max-width: 449px) {
    .cardVideo{
        width: 370px;
    }
}