.element-content-container{
    padding-bottom: 50px;
}

.element-title{
    width: 100%;
    /*background-color:  #198754;/*#82b541; #7d964b; */ /* #1b5e20; */
    color: white;
    padding: 10px;
    font-weight: bold;
    background: #093028;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #237A57, #093028);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.filter-loader{
    display: none;
    z-index: 1000;
    position: absolute;
    top: 10%;
}

.filter-loader .img-ctn{
    width: 20%;
    margin: auto;
    color: white;
    font-size: 1.2em;
    padding-top: 25%;
}

.filter-loader-overlay{
    position: fixed;
    top: 0;/* 20%; */
    left: 0;/* 33%; */
    width: 100%;/* 60%; */
    height: 100vh;/* 77vh; */
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 0.9;
}

.search_filter_opt_0{
    list-style: none;
    background: #8e9eab;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: green;
}

.search_filter_opt_item, .subcategory_item, .search_filter_file_type, .search_filter_langage{
    margin: 5px;
    list-style: none;
    color:  #198754;
}

.search_filter_opt{
    display: none;
}

.search_filter_bar{
    margin: 0px;
}

.search_filter_bar span{
    background: #3ca55c; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3ca55c, #b5ac49); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3ca55c, #b5ac49); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 5px;
    margin-top: 0px;
    color: white;
    text-transform: uppercase;
}

.filter-results{
    display: none;
}

.allCategories{
    margin-top: 15px;
}

.initAll, .initAll:hover{
    border-radius: 10px;
    box-shadow: 0 8px 16px -4px rgba(0, 40, 80, .15) !important;
    margin-bottom: 15px;
    color:  #198754;
}

.initAll:focus {
    background-color: transparent !important;
}

.element-card{
    border-radius: 4px;
    margin-bottom: 40px;
    box-shadow: 0 8px 16px -4px rgba(0, 40, 80, .15);
    /* min-height: 280px; */
    animation: fadeInUp 1s forwards;
}

.element-card:hover
{
    transform: translateY(-10px);
}

.search-card-title{
    width: 100%;
    margin-top: 5px !important;
    /* height: 50px; */
    overflow: hidden;
    text-decoration: none !important;
}

.search-card-title a{
    text-decoration: none;
}

.search-card-txt{
    margin-top: -5px !important; 
    line-height: 1em; 
    font-family: Open Sans, sans-serif !important; 
}

.search-card-text{
    margin-top: 9px !important; 
    line-height: 1em; 
    font-family: Open Sans, sans-serif !important; 
    
    overflow: hidden;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateX(40px);
   }
}

.search-whereiam-ctn{
    padding-top: 20px;
}

.result-found-msg, .result-not-found-msg{
    font-size: 2em;
}

.show-all-actu-btn{
    background-color: #198754!important;
    border-color: #198754!important;  
}

.show-all-actu-btn:hover{
    transform: translateY(-10px);
}

.actu-ctn{
  box-shadow: 0 8px 16px -4px rgb(0 40 80 / 15%) !important;
}

.actu-ctn2{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 25px !important;
}

.actu-ctn3{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 15px !important;
}

.page-item .page-link{
    font-size: 1.5em;
    margin: 5px;
    border: 1px solid white !important;
    text-align: center !important;
    color: #198754 !important; 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.page-item .page-link:hover{
    background-color: #198754 !important;
    color: white !important;
}

.page-item.active .page-link{
    background-color: #198754 !important;
    color: white !important;
    border-color: #198754 !important;;
}


.last-vids-item{
    text-decoration: none !important;
}


/* @media screen and (min-width: 700px) and (max-width: 700px) {
    .result-not-found-msg{
        margin-top: 30%;
        width: 90%;
        margin-left: 10%;
        text-align: center;
    }
} */

@media  screen and (min-width: 360px) {
    .element-card{
        height: 100%;
    }
}

@media screen and (min-width: 700px) 
{
    .element-card{
        border-radius: 4px;
        margin-bottom: 40px;
        box-shadow: 0 8px 16px -4px rgba(0, 40, 80, .15);
        height: 100%;
        animation: fadeInUp 1s forwards;
        
    }

    .result-not-found-msg{
        margin-top: 25%;
        width: 90%;
        margin-left: 10%;
        text-align: center;
    }

    .result-found-msg{
        margin-left: 1%;
        padding-left: 25px;
    }
}