.filter-options {
    position: absolute;
    top: 243px;
    width: 100%;
    text-align: center;
}

.filter-options a {
    display: inline-block;
    text-align: center;
    width: 150px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    margin: 0px 10px;
    position: relative;
    bottom: 5px;
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

.filter-options a:hover, .filter-options a.active {
    bottom: 10px;
}

.filter-options a:hover span, .filter-options a.active span {
    color: white;
    background: black;
    height: 50px;
    line-height: 50px;
}

.filter-options a:hover i, .filter-options a.active i {
    color: black;
}

.filter-options a span {
    background: white;
    height: 40px;
    line-height: 40px;
    display: block;
    font-weight: bold;
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

.filter-options i {
    font-size: 30px;
    color: white;
    display: inline-block;
    margin-bottom: 10px;
}

.phototheque {
    margin-top: 0px;
}

.phototheque_table {
    width: 1110px;
    max-width: 100%;
    margin: 0px auto;
}

.header_phototheque {
    background: black;
    margin-top: 0px;
}

.phototheque h1 {
    margin-top: 5px !important;
}

.phototheque_table th {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 0px;
}

.phototheque_table td {
    padding: 4px 0px;
}

.phototheque_table .images_gallery td {
    padding: 0px;
}

.td_date,
.td_cat,
.td_format,
.td_type,
.td_quantite {
    width: 11%;
}

.td_cat {
    width: 21%;
}

.td_title {
    width: 35%;
}

.td_logo {
    width: 100px;
}

.td_cat,
.td_title,
.td_quantite {
    font-weight: bold;
}

.td_quantite {
    position: relative;
}

.ligne .td_date,
.ligne .td_cat,
.ligne .td_format,
.ligne .td_type,
.ligne .td_quantite,
.ligne .td_title {
    cursor: pointer;
}

#medias .td_logo {
    width: 10%;
}

#medias .td_title {
    width: 40%;
}

#medias .td_quantite {
    width: 25%;
}

.even {
    background-color: #f1f1f1;
}

.media_gallery {
    background: white;
    float: left;
    margin: 8px;
}

.media_gallery .infos {
    padding: 10px;
    position: relative;
}

.media_gallery .title,
.media_gallery .taille,
.media_gallery .poids {
    display: block;
    font-size: 11px;
}

.media_gallery .title {
    color: #c6003f;
    font-size: 14px;
    font-weight: bold;
}

.images_gallery td {
    padding: 5px;
}

.images_gallery td input {
    -webkit-appearance: checkbox;
}

/*Icones*/
.show_phototheque {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    text-indent: -999em;
    background: url('../img/pt_icon_slidedown.png') no-repeat;
}

.show_phototheque.active {
    background-image: url('../img/pt_icon_slideup.png');
}

.icon_type {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.icon_type.image-jpeg, .icon_type.image-jpg, .icon_type.image-png {
    background: url('../img/pt_icon_type_jpg.png') no-repeat;
}

.icon_type.pdf {
    background: url('../img/pt_icon_type_pdf.png') no-repeat;
}

.affichage {
    position: absolute;
    left: -60px;
}

.affichage span {
    display: inline-block;
    cursor: pointer;
    width: 23px;
    height: 23px;
}

.affichage span.vignette {
    background: url('../img/pt_icon_vignette.png') no-repeat;
}

.affichage span.liste {
    background: url('../img/pt_icon_liste.png') no-repeat;
}

.affichage span.vignette.actif {
    background: url('../img/pt_icon_vignette_actif.png') no-repeat;
}

.affichage span.liste.actif {
    background: url('../img/pt_icon_liste_actif.png') no-repeat;
}

.fullscreen, .ddl_element {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.fullscreen {
    top: 10px;
    background: url('../img/pt_icon_fullscreen.png') no-repeat;
}

.ddl_element {
    top: 40px;
    background: url('../img/pt_icon_ddl.png') no-repeat;

}

.media_liste {
    border-top: 3px solid white;
    clear: both;
}

.media_liste table {
    margin: auto;
    max-width: 100%;
}

.media_liste th {
    color: #9f9f9f;
    font-size: 12px;
    text-transform: uppercase;
}

.media_liste td {
    border-top: 1px solid white;
}

.telechargement {
    background: white;
    width: 50%;
    margin: 20px auto;
    color: #c6003f;
    padding: 50px;
}

.telechargement a {
    width: 200px;
    padding-left: 60px;
    margin: 10px auto;
    clear: both;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 48px;
    cursor: pointer;
    text-decoration: none;
}

.tout_telecharger {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../img/pt_icon_ddl.png') no-repeat;
    text-indent: -999em;
    cursor: pointer;
    float: right;
}

.telechargement .submit_form {
    background: url('../img/pt_icon_ddl_selection.png') left center no-repeat;
}

.telechargement .tout_selectionner {
    background: url('../img/pt_icon_selectall.png') left center no-repeat;
}

.page-template-phototheque-php .fancybox-skin, .page-template-espace-presse-php .fancybox-skin {
    padding: 0px !important;
}

.page-template-phototheque-php .fancybox-title, .page-template-espace-presse-php .fancybox-title {
    background: white;
    display: block;
    width: 100%;
    bottom: auto !important;
    right: auto !important;
    text-align: left !important;
}

.page-template-phototheque-php .fancybox-title .child, .page-template-espace-presse-php .fancybox-title .child {
    background: none !important;
    margin: 0px !important;
    padding: 10px !important;
    text-align: left !important;
    color: #c6003f !important;
    text-shadow: none !important;
}

a.loadMore {
    font-size: 15px;
    margin-bottom: 35px;
}

.medias {
    position: relative;
}

.conteneur_photos {
    width: 99%;
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 340px;
}

.conteneur_photos a img {
    width: 356px;
}

.absolute_photos {
    position: absolute;
    width: 9999px;
}

.slide_left {
    display: none;
}

.slide_left, .slide_right {
    position: absolute;
    cursor: pointer;
    width: 46px;
    height: 46px;
    top: 40%;
}

.slide_left {
    left: -50px;
    background: url('../img/pt_icon_left.png') no-repeat;
}

.slide_right {
    right: -50px;
    background: url('../img/pt_icon_right.png') no-repeat;
}

@media screen and (max-width: 1100px) {
    .absolute_photos {
        position: relative;
        width: 100%;
    }

    .conteneur_photos {
        height: auto;
        overflow: visible;
    }

    .td_type {
        display: none;
    }

    .td_date,
    .td_cat,
    .td_format,
    .td_type,
    .td_quantite {
        width: 14%;
    }

    .td_title {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    table {
        font-size: 13px;
    }

    .filter-options {
        top: 293px;
    }

    .td_cat {
        display: none;
    }

    .td_date {
        display: none;
    }

    .td_logo, #medias .td_quantite {
        display: none
    }

    .td_quantite, .td_type {
        width: 35%;
    }

    .page-header h1 {
        padding-top: 0px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .telechargement .submit_form {
        background-image: url('../img/pt_icon_ddl_selection2x.png');
        background-size: 48px 48px;
    }

    .telechargement .tout_selectionner {
        background-image: url('../img/pt_icon_selectall2x.png');
        background-size: 48px 48px;
    }

    .fullscreen {
        background-image: url('../img/pt_icon_fullscreen2x.png');
        background-size: cover;
    }

    .ddl_element {
        background-image: url('../img/pt_icon_ddl2x.png');
        background-size: cover;
    }

    .affichage span.vignette {
        background-image: url('../img/pt_icon_vignette2x.png');
        background-size: cover;
    }

    .affichage span.liste {
        background-image: url('../img/pt_icon_liste2x.png');
        background-size: cover;
    }

    .affichage span.vignette.actif {
        background-image: url('../img/pt_icon_vignette_actif2x.png');
        background-size: cover;
    }

    .affichage span.liste.actif {
        background-image: url('../img/pt_icon_liste_actif2x.png');
        background-size: cover;
    }

    .icon_type.image-jpeg, .icon_type.image-jpg, .icon_type.image-png {
        background-image: url('../img/pt_icon_type_jpg2x.png');
        background-size: cover;
    }

    .icon_type.pdf {
        background-image: url('../img/pt_icon_type_pdf2x.png');
        background-size: cover;
    }

    .show_phototheque {
        background-image: url('../img/pt_icon_slidedown2x.png');
        background-size: cover;
    }

    .show_phototheque.active {
        background-image: url('../img/pt_icon_slideup2x.png');
    }

    .tout_telecharger {
        background-image: url('../img/pt_icon_ddl2x.png');
        background-size: cover;
    }

}