<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-actualites {
    display: flex;
    flex-wrap: wrap;
}

.page-actualites .tease {
    margin-bottom: 30px;
}

.tease__image--default {
    position: relative;
    background-color: #dadada;
    /* Test */
    max-width: 400px;
    max-height: 300px;
}

.tease__image--default:before {
    content: "Image manquante \A 400x300";
    white-space: pre;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32% 0;
}

@media screen and (min-width: 992px) and (max-width: 1339px) {
    .tease__image--default:before {
        padding: 29% 0;
    }
}

@media screen and (max-width: 375px) {
    .tease__image--default:before {
        padding: 29% 0;
    }
}
.home .entete {
    height: 80vh;
    overflow: hidden;
}
.home .entete .slick-list,
.home .entete .slick-list .slick-track {
    height: 100%;
}
.tease__image--choisie {
    position: absolute;
    top: 0;
    left: 0;
}
.page-template-page-home .chiffres .like-h2 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: left;
    color: #00699F;
    line-height: 0.8;
}
.page-template-page-home .chiffres .like-h2  span {
    font-size: 3.4rem;
}

.entete_diapo--item {
    position: relative;
}
.entete_diapo {
    height: 100%;
}
.entete_diapo .slick-arrow {
    text-indent: -99999px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    background-color: #078BC6;
    background-image:url('/wp-content/themes/mediapilote/img/charte/arrow.png') ;
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 11px 8px;
    z-index: 10;
}
.entete_diapo .slick-arrow.slick-prev {
    left: 15px;
}
.entete_diapo .slick-arrow.slick-next {
    right: 15px;
    transform: scale(-1) translate(0,50%);
}
.entete_diapo .slick-dots {
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}
.entete_diapo .slick-dots button {
    background: #F9C400;
}


@media screen and (max-width:768px) {
    .lien-moteur {
        top: 37%;
        padding: 2rem;
    }
    .home .entete {
        height: 50vh;
        margin-bottom: 0;
    }
    .entete + section {
        margin: 6rem auto;
    }
    .h2-like {
        line-height: 1!important;
    }
}
@media screen and (max-width:768px) {
    .block-blue .entete--moteur {
        position: static;
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .home .entete {
        height: 30vh;
        margin-bottom: 0;
    }
    .entete + section {
        margin-top: 3rem;
    }
    .block-blue {
        margin-bottom: 3rem;
    }
}

body.page-template-landing-page .transports {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
body.page-template-landing-page .bandeau-devis {
    display: flex;
    justify-content: flex-end;
}
body.page-template-landing-page .bandeau-devis .devis-instant {
    background-color: #fff;
    position: relative;
    z-index: 10;
    width: 400px;
    margin-right: 40px;
    text-align: center;
    padding: 45px 25px;
}
body.page-template-landing-page .bandeau-devis .devis-instant h2 {
    font-size: 26px;
    line-height: 1;
}
body.page-template-landing-page .bandeau-devis .devis-instant p {
    font-size: 14px;
}
.page-template-landing-page .devis-instant a {
    background-color: #f9c400;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    text-transform: uppercase;
    padding: 19px 60px;
    display: block;
    margin-top: 20px;
    color: #3e3e38;
    transition: all .5s;
}
.page-template-landing-page .devis-instant a:hover {
    background-color: #00699F;
    transition: all .5s;
    color: #fff;
}
body.page-template-landing-page .transports .h4-like {
    padding: 6rem 2rem 5rem 2rem;
    text-align: center;
    margin-bottom: 0;
    height: 100%;
}
.modaal-wrapper #footer, .modaal-wrapper #header {
    display: none!important;
}

@media screen and (max-width:768px) {
    body.page-template-landing-page .transports {
        grid-template-columns: 1fr;
    }
    body.page-template-landing-page .bandeau-devis .devis-instant {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:991px) {
    .entete .h1-like {
        top: 50px;
    }
    .lien-moteur {
        top: 66%;
    }
    .entete .h1-like {
        font-size: 3rem;
    }
    .entete_diapo .slick-list ,  .entete_diapo .slick-list .slick-track {
        height: 100%;
    }
}</pre></body></html>