.hidden-desk {
    display: none !important;
}
@media print {

    /** general print**/
    .hidden-print {
        display: none !important;
    }
    .hidden-desk{
        display: block !important;
    }
    *,  
    *:before, 
    *:after 
    {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a[href]:after{
        content: "";
    }
    img {
     max-width: 100% !important;
    }
    p,
    h2,
    h3 
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret 
    {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th 
    {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td 
    {
        border: 1px solid #ddd !important;
    }
    .navbar{
        display: block;
        margin-top: 45px;
    }
    /** prog. details **/
    section.top-header-programme{
        margin-bottom: 0;
    }
    .avant-premiere-template-default .top-image-programme, 
    .programmes-template-default .top-image-programme
    {
        margin-bottom: 20px;
    }
    .cycle{
        font-family: 'Montserrat-Regular';
        font-size: 14px;
        line-height: 21px;
    }
    .ph-accroche{
        margin-bottom: 15px;
    }
    h2.accroche_promo{
        padding-left: 0px;
    }
    .top-title-programme .pull-right{
        float: left !important;
    }
    img.img-logo-prog-print{
        max-width: 150px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #page-recap-programme .table-responsive{
        display: block;
    }
    .table td:nth-child(9), 
    .table th:nth-child(9), 
    .table td:nth-child(10), 
    .table th:nth-child(10)
    {
        display: none;
    }
    .nous-rencontrer_soustitre{
        margin-top: 20px;
    }
    .bloc_localisation .col-md-3 .bg-contact{
        min-height: 50px;
    }
    .slick-track {
        width: 100% !important;
    }
    section.bloc_proximity_programs article{
        width: 33% !important;
        float: left;
    }
    .bloc_proximity_programs .slide-proximti a.img-article{
        height: 200px;
    }
    /** realisations **/
    .block-realisation .header-img {
        width: 100%;
    }
    /** guides **/
    .guide-block .guide-info .list_btn{
        display: none;
    }
    /** favoris **/
    .favori-block .bottom-favori .title h2, 
    .favori-block .bottom-favori .adress p
    {
        text-align: left;
    }
}
