/* ----------------------- */
/* ::: Print of morlaix ::: */
/* ----------------------- */

/*@see: http://stackoverflow.com/questions/1630819/google-chrome-printing-page-breaks*/
/*.on-block-need-cross-browser-page-break {
    page-break-after: always; // TODO: need test this property on Firefox, maybe not perfect
    page-break-inside: avoid;
}*/
@media print {

    header,
    footer,
    .t301-fiche-oi-header,
    .t301-fiche-oi__content__slider,
    .t301-fiche-oi-planning,
    .t301-fiche-oi__dates,
    .t301-fiche-oi__content__infos__btn,
    .t301-fiche-oi__footer {
        display: none;
    }

    .t301-fiche-oi__content__img-print,
    .t301-fiche-oi__map {
        display: block;
    }

    .t301-fiche-oi__map {
        margin-top: 40px;
    }

    .t301-fiche-oi__map__container__map {
        height: 400px;
        width: auto;
    }
}