/*-----------------------------------------------*\

Print style

\*-----------------------------------------------*/

@media print {
    /*---- General ----*/
    html {
        font-size: 45%;
    }
    body {
        background-color: #fff;
        -webkit-print-color-adjust: exact;
    }
    body,
    .accroche,
    .cBlack,
    .cBrand,
    .cBlue,
    .cMiddleBlue,
    .cLightBlue {
        color: #000;
    }
    .alpha-50,
    .alpha-75,
    .Edito figure .credit {
        opacity: 1;
    }
    .bgLightBlue,
    .box-float,
    .search-result:nth-of-type(2n+1),
    .sortie:nth-of-type(2n+1) {
        background-color: #ececec;
    }
    .etiquette {
        padding: 0;
        color: #000;
        background: none;
    }
    .SiteHeader-nav,
    .SiteHeader .meteo,
    .SiteHeader .site-slogan,
    .SiteFooter,
    nav.tabs,
    .toolbar,
    .comment-form,
    .comment-forbidden,
    .social--share,
    .list-links,
    .Edito footer,
    .box .Sidebar.col-fixed,
    .content-banniere,
    #moneytagnative,
    #Taboola,
    .tbl-floating-unit,
    .vous-aimerez-aussi,
    .relation,
    .sorties-croise,
    .a-decouvrir,
    .sortie-share,
    .flickity-page-dots {
        display: none !important;
    }
    .container {
        max-width: 1000px;
    }
    .PageLayout {
        padding-top: 0;
    }
    .s-title1 {
        font-size: 3.2rem;
    }
    .s-title2 {
        font-size: 2.6rem;
    }
    .s-title3 {
        font-size: 2rem;
    }
    .s-title4 {
        font-size: 1.8rem;
    }
    .chapo {
        margin-bottom: 3rem;
        line-height: 1.5;
    }
    .box {
        box-shadow: none;
        border-radius: 0;
        background: none;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .post,
    .box-float,
    .map,
    .slider {
        page-break-inside: avoid;
    }
    /*---- Liens ----*/
    a[target="_blank"]:after {
        content: " (" attr(href) ")";
    }
    .post a[target="_blank"]:after,
    .SidebarBloc a[target="_blank"]:after {
        content: none;
    }
    /*---- Layout / Grid ----*/
    .home .row .col:not(.col-fixed),
    .Sortie .row .col:not(.col-fixed) {
        flex-basis: calc(100% - 260px);
        max-width: calc(100% - 260px);
    }
    .home .row .col-fixed,
    .Sortie .row .col-fixed {
        flex-basis: 260px;
        max-width: 260px;
    }
    .home .Sidebar.col-fixed {
        display: block !important;
        margin: 0;
    }
    .home .Sidebar.col-fixed>*:first-child {
        margin-top: 0;
    }
    .home .col:not(.col-fixed) .SidebarBloc {
        display: none !important;
    }
    /*---- Header / Logo ----*/
    .SiteHeader {
        position: static;
        top: 0;
        /* margin-bottom: 20px; */
    }
    .SiteHeader-top {
        padding: 0;
        background: none;
    }
    .SiteHeader .SiteHeader-wrap {
        min-height: 0;
    }
    .SiteHeader .main-logo {
        position: static;
        margin: 0 auto;
        padding: 15px;
        height: 10rem;
        /* background-color: #0C8AA2; */
        left: auto;
        transform: none;
        -webkit-filter: invert(100%);
    }
    /*---- Sidebar ----*/
    .SidebarBloc:not(.SortiesBloc):not(.Sidebar-Semaine)>* {
        padding-left: 0;
        padding-right: 0;
    }
    .SidebarBloc-title {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    /*---- Publicités ----*/
    .content-banniere.habillage+* {
        background-color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    /*---- Articles ----*/
    .post--featured {
        margin-left: 0;
        margin-right: 0;
    }
    .post--featured .post-title {
        font-size: 2rem;
    }
    .post--featured .post-text {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .post-box:not(.post--featured) {
        flex-direction: row;
    }
    .post-box:not(.post--featured):not(.post--small) .post-text {
        padding: 0;
        padding-left: 2rem;
    }
    .post-box:not(.post--featured):not(.post--small) .post-img {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        height: 100%;
    }
    .post--small .post-img {
        flex-basis: 13.6rem;
        max-width: 13.6rem;
    }
    .post-type {
        left: 10px;
        bottom: 10px;
    }
    .post-type[class*="icon"],
    .post-type [class*="icon"] {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 10px;
    }
    .dossier .post {
        max-width: 100% !important;
    }
    /*---- Slider ----*/
    .slider-gallery {
        margin-bottom: 3rem;
    }
    .slider-gallery .slider-asNav {
        display: none !important;
    }
    .slider-gallery .slider-main {
        padding-bottom: 0;
    }
    .slider-gallery .slider-main.flickity-ready {
        padding-bottom: 0;
    }
    .slider-gallery .slider-main .flickity-viewport {
        height: auto !important;
    }
    .slider-gallery .slider-main .flickity-slider {
        position: static;
        transform: none !important;
    }
    .slider-gallery .slider-main .flickity-slider>* {
        position: static !important;
        margin-bottom: 2rem;
    }
    .slider-gallery .slider-main .imageFit::before {
        content: none;
    }
    .slider-gallery .slider-main .imageFit img {
        position: static;
        max-height: 32rem;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .slider-gallery .slider-main figcaption {
        position: static;
        display: block;
        text-align: center;
    }
    /*---- Edito ----*/
    .Edito header {
        margin-bottom: 3rem;
    }
    .Edito main {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .Edito-images {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .wysiwyg>*:last-child,
    .list-links:last-child,
    blockquote:last-child,
    .blockquote:last-child {
        margin-bottom: 0;
    }
    .Edito-infos .tSmall {
        font-size: inherit;
    }
    .Edito section,
    .Edito .section {
        margin-top: 3rem;
    }
    .Edito:not(.Sortie) .col {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    /*---- Sortie ----*/
    .Sortie .map {
        margin-top: 0;
    }
    /* .Sortie > .row {
        flex-direction: column;
    }
    .Sortie .col-fixed {
        max-width: 400px;
        flex-basis: auto;
    } */
}