/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


#bigmedia_list
.media-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

#bigmedia_list
.no-result {
    display: none;
    text-align: center;
}

#bigmedia_list
.media-content {
    max-width: 270px;
    margin: 20px;
    position: relative;
}

#bigmedia_list
.media_title-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#bigmedia_list
.media_title {
    font-size: 14px;
}

#bigmedia_list
.media-img {
    object-fit: contain;
    height: 200px;
    width: 100%;
}

#bigmedia_list
.telecharger {
    font-family: "Proxima Nova", sans-serif;
    letter-spacing: 1px;
    color: #E10D19;
    text-align: right;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #E10D19;
    margin-left: 10px;
}

#bigmedia_list
.media_extension {
    background-color: white;
    position: absolute;
    padding: 5px;
    text-align: center;
    right: 0;
}

#bigmedia_list
li:before {
    content: none !important;
}

#bigmedia_list
.pagination {
    display: inline-flex;
    margin: 0.5em 0 !important;
    padding-right: 10px;
}

#bigmedia_list
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

#bigmedia_list
.pagination li.active {
    border: solid 1px;
    color: white !important;
}

#bigmedia_list
.pagination li.active a {
    color: white !important;
}

#bigmedia_list
.pagination a:hover:not(.active) {
    background-color: #ddd;
}

#bigmedia_list
.pagination_section {
    text-align: right;
    background-color: black;
    margin-bottom: 20px;
}

#bigmedia_list
a .page {
    color: white !important;
}

#bigmedia_list
.pagination_section * {
    color: white !important;
}

#bigmedia_list
.conteneur-principal .centre {
    max-width: 100%;
}

#bigmedia_list
.centre {
    max-width: none;
}

#bigmedia_list
.filters_section {
    display: flex;
    margin-right: 30px;
}

#mySidenav > ul > li {
    padding: 0.2em 16px 0.2em 0;
    font-weight: bold;
}

#mySidenav > ul > li.title {
    padding: 16px 0;
    font-weight: bold;
    font-size: 1.4em;
}

@media (max-width: 576px) {
    .sidenav_open {
        width: 100% !important;
    }

    .sidenav_close {
        width: 0 !important;
    }

    .sidenav {
        height: 100%;
        /* 100% Full-height */
        width: 0;
        /* 0 width - change this with JavaScript */
        position: fixed;
        /* Stay in place */
        z-index: 999;
        /* Stay on top */
        top: 0;
        /* Stay at the top */
        left: 0;
        background-color: #111;
        /* Black*/
        overflow-x: hidden;
        /* Disable horizontal scroll */
        padding-top: 60px;
        /* Place content 60px from the top */
        transition: 0.5s;
        /* 0.5 second transition effect to slide in the sidenav */
        text-align: center;
        justify-content: center;
        color: white;
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }

    .burger-menu {
        margin: 5px;
        font-size: 1em;
    }

    .burger {
        width: 35px;
        height: 5px;
        background-color: white;
        margin: 6px 0;
    }

    .search-section {
        width: 50%;
    }

    .closebtn {
        display: block;
    }

    .mobile_menu_mediateque {
        display: flex !important;
    }
}

@media (min-width: 576px) {
    #bigmedia_list
    .closebtn {
        display: none;
    }
}

#bigmedia_list
.mobile_menu_mediateque {
    display: none;
}

#bigmedia_list
.search-section {
    margin-bottom: 40px;
    font-size: 0.9em;
    /*font-family: "Proxima Nova", sans-serif;*/
    margin-top: 40px;
    margin-right: 15px;
    float: left;
    width: 200px;
}

#bigmedia_list
.big_api_section {
}

#bigmedia_list
.search {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    border: solid 2px #E2001A;
}

#bigmedia_list
.mobile_menu_mediateque {
    background-color: black;
    color: #fff;
    width: 100%;
    text-align: center;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#bigmedia_list
.media_enseignes {
    display: none;
}

#bigmedia_list
.media_categories {
    display: none;
}
