@import url("https://use.typekit.net/nfx8lmc.css");

/*-------------------------------------------*\
    CSS Applications 
    1. Global applications
    2. Responsive - Mobile First
\*-------------------------------------------*/

/*-------------------------------------------*\
    Font Family
\*-------------------------------------------*/

/*
@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-serif-v7-latin-regular.eot');
    src: local('Noto Serif'), local('NotoSerif'),
    url('../fonts/noto-serif-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/noto-serif-v7-latin-regular.woff2') format('woff2'),
    url('../fonts/noto-serif-v7-latin-regular.woff') format('woff'),
    url('../fonts/noto-serif-v7-latin-regular.ttf') format('truetype'),
    url('../fonts/noto-serif-v7-latin-regular.svg#NotoSerif') format('svg');
}
*/
/*-------------------------------------------*\
    Reset CSS
\*-------------------------------------------*/

a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
input {
    outline: none;
}

/*-------------------------------------------*\
    Common
\*-------------------------------------------*/

html {
	scroll-behavior: smooth;
}

body {
    font-family: 'noto-serif', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #414141    ;
    background: #ffffff;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.hide {
    display: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.videocontainer,
.wp-block-embed__wrapper {
    width:100%;
    height:0;
    padding-bottom:56.25%;
    overflow:hidden;
    position:relative
}

.videocontainer.r1,
.wp-block-embed__wrapper.r1 {
    padding-bottom:100%
}

.videocontainer iframe,
.videocontainer embed,
.videocontainer object,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper object {
    width:100%!important;
    height:100%!important;
    position:absolute;
    top:0;
    left:0
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.remove-padding-top {    
    padding-top: 0px !important;
}

.remove-padding-bottom {
    padding-bottom: 0px !important;
}

.remove-padding-left {
    padding-left: 0px !important;
}

.remove-padding-right {
    padding-right: 0px !important;
}

.remove-margin-top {
    margin-top: 0px !important;
}

.remove-margin-bottom {
    margin-bottom: 0px !important;
}

.remove-margin-left {
    margin-left: 0px !important;
}

.remove-margin-right {
    margin-right: 0px !important;
}

/*-------------------------------------------*\
    Colors
\*-------------------------------------------*/

.bg-white {
    background-color: #ffffff;
}

.bg-grey {
    background-color: #F7F7F7;
}

.bg-red {
    background-color: #BD0A1F;
}

.white {
    color: #fff;
}

.grey {
    color: #F7F7F7;
}

.red {
    color: #BD0A1F;
}

/*-------------------------------------------*\
    Form
\*-------------------------------------------*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

/*-------------------------------------------*\
    Pagination
\*-------------------------------------------*/

.pagination.post-content {
    text-align: center;
}

/*-------------------------------------------*\
    Link Content
\*-------------------------------------------*/

/*.page .post-content a {
    border-bottom: 2px solid #BD0A1F;
}*/

.page .post-content a > img {
    padding-bottom: 0;
    border-bottom: none;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*-------------------------------------------*\
    Reponsive - 200px
\*-------------------------------------------*/

@media screen and (min-width: 200px) {
    
    /*-------------------------------------------*\
        Common - 200px
    \*-------------------------------------------*/
    
    .hide-mobile {
        display: none !important;
    }

    /*-------------------------------------------*\
        Wrapper - 200px
    \*-------------------------------------------*/

    .wrap-content {
        margin: 0 auto;
        margin-left: 25px;
        margin-right: 25px;
        max-width: 1120px;
        position: relative;
    }

    /*-------------------------------------------*\
        Buttons - 200px
    \*-------------------------------------------*/

    .btn,
    .login-form #wp-submit {
        display: inline-block;
        padding: 18px 20px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    .btn.bg-red:hover {
        background-color: #a40a1c;
    }

    .btn-border {
        border: 2px solid #ffffff;
    }

    p.btn a {
        color: #ffffff;
    }

    .wrap-btn {
        text-align: center;
    }

    .post-content .btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 15px 20px;
    }

    /*-------------------------------------------*\
        Blockquote - 200px
    \*-------------------------------------------*/
/*
    .main-content blockquote {
        color: #BD0A1F;
        font-size: 32px;
        line-height: 42px;
        font-style: italic;
        font-weight: 500;
    }

    .main-content blockquote p {
        font-size: 32px;
        line-height: 42px;
    }
*/
    /*-------------------------------------------*\
        Highlight - 200px
    \*-------------------------------------------*/

    .post-content .highlight-content {
        padding: 15px 13px;
        border: 2px solid #BD0A1F;
        border-radius: 15px;
        color: #BD0A1F;
        font-size: 18px;
    }

    /*-------------------------------------------*\
        Header - 200px
    \*-------------------------------------------*/

    .header {
        position: fixed;
        background: #ffffff;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.33);
    }

    .header.open-nav {
        bottom: 0
    }

    .header .header-container {
        position: relative;
        height: 104px;
    }

    .header.open-menu {
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .header .header-logo, 
    .header .header-hamburger {
        position: absolute
    }

    .header .header-logo {
        left: 0;
        top: 24px;
    }

    .header .header-hamburger {
        position: relative;
    }

    .header .header-hamburger .toggle-menu {
        position: absolute;
        right: 0;
    }

    .header .header-hamburger .open-menu {
        top: 42px;
    }

    .header .header-hamburger .close-menu {
        display: none;
        top: 40px;
    }
    
    .header .header-logo img {
        height: 55px;
    }

    .header .header-nav {
        display: none;
        position: absolute;
        top: 97px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #BD0A1F;
        color: #ffffff;
    }

    .header .header-nav .header-nav-menu {
        margin-top: 55px;
        margin-right: 0;
        overflow-y: scroll;
    }

    .header .header-nav .header-nav-menu .menu li a {
        display: block;
        padding: 20px 0;
        font-family: open-sans, sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 500;
        color: #ffffff;
    }

    .header .header-nav .header-nav-menu .menu li.current-menu-item a {
        font-weight: bold;
    }

    .header .header-nav .header-nav-menu .menu .sub-menu {
        display: none;
    }

    .header .header-nav .header-nav-menu .menu .sub-menu li a {
        padding: 15px 0 15px 13px;
        font-weight: 300;
        font-style: normal;
        font-size: 22px;
    }

    .header .header-nav .header-nav-menu .menu .menu-item-has-children {
        position: relative;
    }

    .header .header-nav .header-nav-menu .menu .menu-item-has-children .mobile-arrow-nav {
        position: absolute;
        right: 30px;
        top: 25px;
    }

    .header .header-nav .header-nav-menu .menu .menu-item-has-children.show-open-menu .sub-menu {
        display: block;
    }

    .header .header-nav .header-nav-menu .menu .menu-item-has-children .mobile-arrow-nav {
        transition: 0.3s ease;
    }

    .header .header-nav .header-nav-menu .menu .menu-item-has-children.show-open-menu .mobile-arrow-nav {
        transform: rotate(90deg);
    }

    /*-------------------------------------------*\
        Search Bar - 200px
    \*-------------------------------------------*/

    .header .header-nav .header-nav-search {
        position: absolute;
        bottom: 40px;
        left: 25px;
        right: 25px;
    }

    .header .header-nav .header-nav-search .search .search-input {
        width: calc(100% - 50px);
        padding: 10px 0;
        font-family: open-sans, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 25px;
        font-weight: 500;
        color: #ffffff;
        background-color: #BD0A1F;
        border-style: none;
        border-bottom: 2px solid white;
        appearance: none;
    }

    .header .header-nav .header-nav-search .search .search-input::placeholder {
        color: #ffffff;
    }

    .header .header-nav .header-nav-search .search .search-btn {
        position: absolute;
        right: 0;
        top: 18px;
        background-color: transparent;
        border: none;
    }

    .header .header-nav .header-nav-search .search .search-btn img {
        width: 35px;
        height: 35px;
    }

    .header .header-nav .header-nav-search .search .search-input-container .close-search {
        display: none;
    }
    
    /*-------------------------------------------*\
        Footer - 200px
    \*-------------------------------------------*/
    
    .footer {
        padding: 50px 0px 29px 0px; 
    }

    .footer, 
    .footer a {
        color: #BD0A1F;
    }

    .footer h4 {
        font-size: 18px;
        font-weight: bold;
        font-family: open-sans;
        color: #000000;
        margin-bottom: 8px;
    }

    .footer p {
        font-family: open-sans;
        font-size: 16px;
        font-weight: normal;
        line-height: 31px;
        color: #000000;
    }
    
    .footer p br {
        padding-bottom: 8px;
    }

    .footer .footer-menu {
        padding-bottom: 5px;
    }

    .footer .footer-menu li {
        margin-bottom: 16px;
        font-family: open-sans;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
    }

    .footer .footer-menu li:last-child {
        margin-bottom: 0px;
    }

    .footer .footer-menu .sub-menu {
        display: none;
    }

    .footer .footer-menu .mobile-arrow-nav {
        display: none;
    }

    .footer .footer-section {
        margin-bottom: 43px;
    }

    .footer .footer-copyright a {
        font-size: 13px;
        color: #000;
        font-family: open-sans;
    }

    .footer .footer-copyright p a {
        display: block;
        font-weight: bold;
    }

    .footer .footer-copyright p,
    .footer .footer-copyright span {
        font-family: open-sans;
        font-size: 13px;
        line-height: 22px;
        color: #000;
    }

    .footer .footer-copyright-metacomm span {
        margin-top: -5px;
    }

    /*-------------------------------------------*\
        Content - 200px
    \*-------------------------------------------*/
    
    .content-padding {
        padding-top: 104px;
    }

    /*-------------------------------------------*\
        Body - 200px
    \*-------------------------------------------*/

    h1 {
        font-family: noto-serif;
        font-size: 38px;
        font-weight: 500;
        line-height: 48px;
        color: #BD051F;
        text-align: center;
    }

    .parallax {
        position: relative;
        background: url("../img/design/gibloux.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 126px;
    }

    .parallax .parallax-copyright {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0px 0px 4px 16px;
        font-family: open-sans;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .section-title {
        padding-top: 36px;
    }
    
    .section-title .intro-text {
        margin-top: 26px;
    }

    .section-title .intro-text p {
        text-align: center;
        font-family: noto-serif;
        font-size: 18px;
        line-height: 35px;
    }

    .section-les-RRR {
        margin-top: 70px;
    }
    
    .section-les-RRR .title-RRR h1 {
        padding-top: 36px;
    }
    
    .clients {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 36px;
        padding-bottom: 5px;
        align-items: center;
    }

    .item-client {
        margin-bottom: 60px;
    }

    .item-client-picture {
        text-align: center;
    }

    .item-client-picture img {
        width: 130px;
        object-fit: contain;
        filter: grayscale(1);
        transition: ease 0.4s;
    }

    .item-client-picture img:hover {
        filter: grayscale(0);
    }
    .item-client .lfm img {
        scale: 0.7;
    }

    .section-communiques .title-communiques h1 {
        padding-top: 36px;
        margin-bottom: 26px;
    }
    .section-communiques .card-communique {
        margin-bottom: 36px;
        background-color: #F7F7F7;
        border-radius: 15px;
    }

    .section-communiques .card-communique .card-content {
        padding: 27px 30px 22px 30px;
    }

    .section-communiques .card-communique .card-content h2 {
        font-family: noto-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        color: #000000;
    }

    .section-communiques .card-communique .card-content p {
        height: 85px;
        overflow: hidden;
        padding-top: 11px;
        text-align: left;
        font-family: noto-serif;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
    }

    .section-communiques .card-communique .card-content .date-display-more {
        display: flex;
        justify-content: space-between;
        padding-top: 6px;
    }

    .section-communiques .card-communique .card-content .date-display-more h4 {
        font-family: open-sans;
        font-size: 15px;
        color: #BD051F;
    }

    .section-communiques .show-all {
        margin-top: 36px;
        padding-bottom: 70px;
        text-align: center;
    }

    .section-communiques .show-all a {
        font-family: open-sans;
        font-size: 18px;
        font-weight: bold;
        color: #BD051F;
    }

    .section-communiques .show-all a img {
        position: relative;
        top: 3px;
        left: 8px;
    }

    .section-communiques .splide .splide__arrow--prev {
        left: 0em;
    }

    .section-communiques .splide .splide__arrow--next {
        right: 0em;
    }

    .section-actualites .title-actualites h1 {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .section-actualites .card-actualites .card-content-actualite {
        margin-bottom: 70px;
    }

    .content-actualite {
        position: relative;
    }
    
    a.content-actualite-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .section-actualites .card-actualites .card-content-actualite .card-content-actualite-image {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .section-actualites .card-actualites .card-content-actualite .card-content-actualite-image img {
        max-width: initial;
        min-width: 100%;
        min-height: 100%;
        flex-shrink: 0;
    }

    .section-actualites .card-actualites .card-content-actualite h2 {
        margin-top: 22px;
        font-family: noto-serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 38px;
    }
    
    .section-actualites .card-actualites .card-content-actualite p {
        padding-top: 11px;
        overflow: hidden;
        font-family: noto-serif;
        font-size: 18px;
        line-height: 28px;
    }

    .section-actualites .card-actualites .tag-dates {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 30px;
        align-items: center;
        gap: 17px;
    }

    .section-actualites .card-actualites .tag-dates a {
        padding: 5px 10px 6px 10px;
        border: none;
        background-color: #BD051F;
        font-family: open-sans;
        font-size: 15px;
        font-weight: bold;
        text-transform: capitalize;
        color: #ffffff;
    }

    .section-actualites .card-actualites .tag-dates h4 {
        font-family: open-sans;
        font-size: 15px;
        color: #BD051F;
    }

    .section-actualites .actualite-show-all {
        margin-top: -34px;
        padding-bottom: 70px;
        text-align: center;
    }

    .section-actualites .actualite-show-all a {
        font-family: open-sans;
        font-size: 18px;
        font-weight: bold;
        color: #BD051F;
    }

    .section-actualites .actualite-show-all a img {
        position: relative;
        top: 3px;
        left: 8px;
    }

    .section-banner {
        height: 153px;
        background-color: #BD051F;
    }

    .section-banner .banner-images {
        display: flex;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .pagination .current {
        display: inline-block;
        margin-right: 7px;
        padding: 5px 12px 5px 12px;
        font-family: open-sans;
        font-size: 18px;
        color: #f7f7f7;
        background-color: #BD0A1F;
        font-weight: bold;
    }

    .pagination a {
        display: inline-block;
        margin-right: 7px;
        padding: 5px 12px 5px 12px;
        font-family: open-sans;
        font-size: 18px;
        color: #BD051F;
        transition: 0.3s ease-in-out;
    }

    .pagination a:hover {
        transition: 0.3s ease-in-out;
        background-color: #bd0a1fbc;
        color: #f7f7f7;
    }

    .pagination .dots {
        margin-right: 7px;
    }

    /*-------------------------------------------*\
        Slider communiques - 200px
    \*-------------------------------------------*/

    .communiques .splide__arrow:disabled {
        display: none;
    }

    .communiques .splide__arrow {
        background: transparent;
        background-repeat: no-repeat;
        background-position: center;
        scale: 1.5;
        opacity: 1;
    }

    .communiques .splide__arrow svg {
        display: none;
    }

    .communiques .splide__arrow--prev {
        background-image: url(../img/design/communique-slider-left.svg);
    }
    
    .communiques .splide__arrow--next {
        background-image: url(../img/design/communique-slider-right.svg);
    }

    /*-------------------------------------------*\
        Slider Partners - 200px
    \*-------------------------------------------*/

    .section-banner .banner-images  .splide__arrow--prev,
    .section-banner .banner-images .splide__arrow--next {
        display: none;
    }


    .section-banner .banner-images .splide__track .splide__list a {
        width: fit-content !important;
        display: flex;
    }
    /*-------------------------------------------*\
        Detail page - 200px
    \*-------------------------------------------*/

    .categories {
        margin-top: 41px;
    }

    .categories .categories-list {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .categories .categories-list a {
        padding: 5px 10px 5px 10px;
        border: none;
        background-color: #BD051F;
        font-family: open-sans;
        font-size: 15px;
        font-weight: bold;
        color: #F7F7F7;
    }

    .categories .post-date {
        color: #BD051F;
        font-family: open-sans;
        font-size: 15px;
    }

    .title {
        margin-top: 11px;
    }

    .title .post-title {
        color: #000;
        font-family: noto-serif;
        text-align: left;
        font-size: 34px;
        line-height: 42px;
        font-weight: 500;
    }

    .post-thumbnail {
        margin-top: 22px;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .post-thumbnail img {
        max-width: initial;
        min-width: 100%;
        min-height: 100%;
    }

    .section-actualites .card-actualites .card-content-actualite .content-actualite .caption-image {
        display: none;
    }

    .section-actualites .card-actualites .card-content-actualite .content-actualite .caption-image {
        padding-top: 10px;
    }

    .section-actualites .card-actualites .card-content-actualite .content-actualite .caption-image p {
        font-family: noto-serif;
        font-size: 15px;
        color: #414141f6;
        padding-top: 0;
    }

    .caption-image p {
        padding-top: 10px;
        font-family: noto-serif;
        font-size: 15px;
        line-height: 18px;
        color: #414141f6;
    }

    .post-content {
        padding-top: 22px;
        padding-bottom: 50px;
    }

    .post-content p {
        font-family: noto-serif;
        font-size: 19px;
        line-height: 31px;
        padding-bottom: 20px;
    }

    .post-content p:last-child {
        padding-bottom: 0;
    }

    .post-content p a{
        color: #BD051F;
    }

    .post-content ul {
        margin-left: 25px;
        list-style-type: disc;
        font-family: noto-serif;
        font-size: 19px;
        line-height: 31px;
        padding-bottom: 20px;
    }
    
    .post-content ul:last-child {
        padding-bottom: 0;
    }

    .inline-player {
        margin-bottom: 20px;
    }

    .mejs__container {
        width: 100% !important;
        background: #BD051F;
        font-family: noto-serif;
    }

    .mejs__controls:not([style*="display: none"]) {
        background: transparent;
    }

    .tags {
        margin-bottom: 70px;
    }

    .tags .tags-list {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 22px;
    }

    .tags .tags-list a {
        font-family: open-sans;
        font-size: 17px;
        font-weight: bold;
        color: #BD051F;
        line-height: 44px;
    }

    /*-------------------------------------------*\
        About - 200px
    \*-------------------------------------------*/

    .the-journalists {
        margin-bottom: 70px;
    }

    .the-journalists .title-journalists h1 {
        margin-top: 70px;
    }

    .the-journalists .intro-text-journalists p {
        margin-top: 26px;
        font-family: noto-serif;
        font-size: 18px;
        line-height: 35px;
        text-align: center;
    }

    .the-journalists .content-journalists .journalist {
        margin-top: 36px;
        padding-bottom: 35px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
    }

    .the-journalists .content-journalists .journalist .portrait-journalist {
        margin-top: 27px;
        text-align: center;
    }

    .the-journalists .content-journalists .journalist .infos-journalist {
        margin-top: 27px;
    }

    .the-journalists .content-journalists .journalist .infos-journalist h5 {
        padding-bottom: 11px;
        font-family: noto-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
    }

    .the-journalists .content-journalists .journalist .infos-journalist p {
        margin: 0px 30px 0px 30px;
        padding-bottom: 6px;
        font-family: noto-serif;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }

    .the-journalists .content-journalists .journalist .infos-journalist p .info-title {
        color: #BD0A1F;
    }

    #presentation {
        position: relative;
        top: -120px;
    }

    #journalistes {
        position: relative;
        top: -100px;
    }
    /*-------------------------------------------*\
        page.php - 200px
    \*-------------------------------------------*/

    .page-detail {
        margin-top: 36px;
    }

    .page-detail .page-title h1 {
        text-align: left;
    }

    .page-detail .page-content {
        margin-top: 26px;
    }

    .page-detail .page-content blockquote{
        margin-left: 27px;
        font-family: noto-serif;
        font-size: 19px;
        font-style: italic;
        line-height: 31px;
    }
    blockquote p::before {
        content:url(../ico/quote-open.svg);
        position: relative;
        right: 24px;
    }
    
    blockquote p::after {
        content:url(../ico/quote-close.svg);
        position: relative;
        top: 7px;
        left: 8px;
    }
    
    .page-detail .page-content h4 {
        margin-top: 36px;
        margin-bottom: 22px;
        font-family: noto-serif;
        font-size: 28px;
        font-weight: 500;
        line-height: 36px;
    }
    
    .page-detail .page-content ul {
        margin-left: 20px;
        list-style-type: disc;
        font-family: noto-serif;
        font-size: 19px;
        line-height: 31px;
    }

    .page-detail .page-content ul li {
        padding-bottom: 4px;
    }


    .page-detail .page-content p {
        font-family: noto-serif;
        font-size: 19px;
        line-height: 31px;
    }

    .page-detail .page-content a {
        color: #BD0A1F;
    }

    /*-------------------------------------------*\
        Default - Center - 200px
    \*-------------------------------------------*/

    .page-detail {
        margin-top: 36px;
    }

    .page-detail-center {
        text-align: center;
        margin-top: 36px;
        margin-bottom: 70px;
    }

    .page-detail-center .page-content strong {
        font-family: noto-serif;
        font-size: 18px;
        font-weight: bold;
    }

    .page-detail-center .page-content p {
        font-size: 18px;
        margin-top: 26px;
        line-height: 35px;
    }

    .page-detail-center .page-content a {
        color: #BD0A1F;
    }

    /*-------------------------------------------*\
        Partners - 200px
    \*-------------------------------------------*/

    .section-partners .title-partners {
        margin-top: 36px;
    }

    .content-partners {
        margin-top: 26px;
        margin-bottom: 70px;
    }

    .content-partners .partners .bloc-partner {
        margin-bottom: 36px;
    }

    .content-partners .partners .bloc-partner a {
        display: flex;
        height: 160px;
        border-radius: 15px;
        background-color: #F7F7F7;
    }

    .content-partners .partners .bloc-partner a img {
        display: block;
        margin: auto;
    }

    /*-------------------------------------------*\
        Table - 200px
    \*-------------------------------------------*/

    .wp-block-table table {
        width: 100%;
        color: #BD0A1F;
    }

    .wp-block-table#hours table th {
        width: 50%;
        font-weight: bold;
        text-align: left;
        font-size: 18px;
    }

    /*-------------------------------------------*\
        Error 404 - 200px
    \*-------------------------------------------*/

    .e404 {
        text-align: center;
    }

    .e404 .post-content {
        padding: 80px 0;
    }

    .e404 h1 {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        margin-bottom: 18px;
    }

    .e404 a.btn.bg-red {
        color: #fff;
    }

    /*-------------------------------------------*\
        Modal - 200px
    \*-------------------------------------------*/

    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-header {    
        position: relative;
        padding: 20px;
        background-color: #5cb85c;
        color: white;
    }

    .modal-header h2 {
        font-size: 28px !important;
        font-weight: bold;
    }

    .modal-header.success {
        background: #71C900;
    }

    .modal-header.error {
        background: #D90D1E;
    }

    .modal-header .modal-close {
        cursor: pointer;
        position: absolute;
        font-size: 50px;    
        right: 17px;
        top: 6px;
    }

    /* Modal Body */
    .modal-body {
        padding: 20px;
        font-size: 16px;
        line-height: 21px;    
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */        
        width: 80%; /* Could be more or less, depending on screen size */
        -webkit-box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.2);
        box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.2);
    }

}

/*-------------------------------------------*\
    Mobile - 414px
\*-------------------------------------------*/

@media screen and (min-width: 414px) {


    /*-------------------------------------------*\
        Footer text Legal mention - 414px
    \*-------------------------------------------*/

    .footer .footer-copyright p a {
        display: inline;
        padding-left: 21px;
    }

}    

/*-------------------------------------------*\
    Tablet portrait - 768px
\*-------------------------------------------*/

@media screen and (min-width: 768px) {

    /*-------------------------------------------*\
        Common - 768px
    \*-------------------------------------------*/

    .hide-tablet {
        display: none;
    }

    .show-tablet {
        display: block;
    }

    .section-banner .banner-images .splide__track .splide__list a {
        width: fit-content !important;
        display: flex;
    }

    /*-------------------------------------------*\
        Slider Communiques - 768px
    \*-------------------------------------------*/

    .communiques .splide__arrow:disabled {
        display: none;
    }

    .communiques .splide__arrow {
        background: transparent;
        background-repeat: no-repeat;
        background-position: center;
        scale: 1.5;
        opacity: 1;
    }

    .communiques .splide__arrow svg {
        display: none;
    }

    .communiques .splide__arrow--prev {
        background-image: url(../img/design/communique-slider-left.svg);
    }
    
    .communiques .splide__arrow--next {
        background-image: url(../img/design/communique-slider-right.svg);
    }
    /*-------------------------------------------*\
        Partners - 768px
    \*-------------------------------------------*/

    .section-partners .title-partners {
        margin-top: 36px;
    }

    .content-partners {
        margin-top: 54px;
        margin-bottom: 66px;
    }

    .content-partners .partners {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
    }
    .content-partners .partners .bloc-partner {
        margin-bottom: 32px;
    }

}

/*-------------------------------------------*\
    Desktop - 1180px
\*-------------------------------------------*/

@media screen and (min-width: 1180px) {
    
    /*-------------------------------------------*\
        Common - 1180px
    \*-------------------------------------------*/
    
    .hide-mobile {
        display: block !important;
    }

    .hide-desktop {
        display: none !important;
    }

    /*-------------------------------------------*\
        Wrapper - 1180px
    \*-------------------------------------------*/

    .wrap-content {
        max-width: 1120px;
        margin-left: auto;
        margin-right: auto;
    }

    .wrap-content-desktop {
        max-width: 800px;
        margin: 0 auto;
    }

    .wrap-content-desktop-text {
        padding: 0px 30px 0px 30px;
    }

    .wrap-content-text {
        max-width: 1140px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    /*-------------------------------------------*\
        Header - 1180px
    \*-------------------------------------------*/

    .header .header-container {
        height: 125px;
        transition: ease 0.3s;
    }

    .header .header-logo {
        top: 24px;
    }

    .header .header-logo img {
        height: 79px;
        transition: ease 0.3s;
    }

    .header .header-container.slim-menu .header-logo img {
        height: 70px;
    }

    .header .header-nav.main-menu.main-menu-desktop {
        position: absolute;
        left: 236px;
        right: 0px;
        bottom: auto;
        top: 50%;
        margin-top: -23px;
        background: transparent;
    }

    .header .header-nav .header-nav-menu {
        margin-top: 0px;
        overflow: initial;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu {
        height: 85px;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu li {
        height: inherit;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu li {
        display: inline-block;
        margin: 0 30px;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu li:first-child {
        margin-left: 0;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu li:last-child {
        margin-right: 0;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu li a {
        color: #707070;
        font-size: 15px;
        font-weight: 300;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu li a:hover,
    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu li.current-menu-item a {
        color: #BD0A1F;
        transition: 0.3s ease;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu .sub-menu li {
        display: block;
        margin: 0;
        margin-right: 14px;
        margin-bottom: -10px;
    }
    
    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu .sub-menu li:last-child {
        margin-bottom: 1px;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu .menu-item-has-children .sub-menu {
        display: none;
        z-index: 20;
        width: auto;
        margin: auto;
        position: fixed;
        margin-top: 30px;
        margin-left: -25px;
        margin-right: 14px;
        background-color: white;
        border-right: #707070 1px solid;
        border-bottom: #707070 1px solid;
        border-left: #707070 1px solid;
    }

    .header .header-nav.main-menu.main-menu-desktop .header-nav-menu .menu .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
    
    /*-------------------------------------------*\
        Search Bar - 1180px
    \*-------------------------------------------*/

    .header .header-nav .header-nav-search {
        width: 50px;
        bottom: 36.5px;
        left: auto;
        transition: 0.4s ease;
    }

    .header .header-nav .header-nav-search-bigger {
        width: 50%;
    }

    .header .header-nav .header-nav-search .search .search-input-container {
        float: right;
        width: 0%;
        opacity: 0;
        transition: 0.4s ease;
    }

    .header .header-nav .header-nav-search .search .search-input {
        float: right;
        width: 100%;
        box-sizing: border-box;
        margin-right: 45px;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 10px;
        font-size: 15px;
        transition: 0.4s ease;
    }

    .header .header-nav .header-nav-search .search .search-input-container .close-search {
        display: block;
        position: absolute;
        right: 55px;
        top: 10px;
    }

    .header .header-nav .header-nav-search .search .search-input-open {
        width: 100%;
        opacity: 1;
        transition: 0.4s ease;
    }

    .header .header-nav .header-nav-search .search .search-btn {
        top: 4px;
        cursor: pointer;
    }

    /*-------------------------------------------*\
        Footer - 1180px
    \*-------------------------------------------*/
    
    .footer {
        padding: 60px 0px 35px 0px;
    }

    .footer .footer-address h4 {
        font-weight: 600;
        font-size: 16px;
    }

    .footer .footer-address p {
        line-height: 26px;
        padding-bottom: 30px;
    }

    .footer .footer-menu {
        position: absolute;
        top: -7px;
        right: 30px;
    }

    .footer .footer-menu li {
        font-size: 15px;
        line-height: 20px;
    }

    .footer .footer-copyright p {
        font-size: 14px;
    }

    .footer .footer-copyright a {
        padding-left: 0 !important;
        font-size: 14px;
        color: #BD0A1F;
    }

    .footer .footer-copyright {
        position: relative;
    }

    .footer .footer-copyright .footer-copyright-metacomm {
        position: absolute;
        top: 0;
        right: 50px;
        font-size: 14px;
    }

    .footer .footer-copyright .footer-copyright-metacomm a {
        font-weight: bold;
        color: #000000;
    }

    /*-------------------------------------------*\
        Content - 1180px
    \*-------------------------------------------*/

    .content-padding {
        padding-top: 127px;
        transition: ease 0.3s;
    }

    /*-------------------------------------------*\
        Body - 1180px
    \*-------------------------------------------*/

    .parallax {
        width: 100%;
        height: 268px;
        background: url("../img/design/gibloux.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-title {
        padding-top: 54px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-title .title-welcome h1 {
        font-size: 44px;
        line-height: 54px;
    }

    .section-title .intro-text {
        margin-top: 53px;
    }

    .section-title .intro-text p {
        line-height: 36px;
    }

    .section-les-RRR {
        margin-top: 98px;
    }

    .section-les-RRR .title-RRR  {
        padding-bottom: 0px;
    }

    .section-les-RRR .title-RRR h1 {
        padding-top: 54px;
        padding-bottom: 58px;
        font-size: 44px;
        line-height: 54px;
    }

    .clients {
        grid-template-columns: repeat(4, 1fr);
        padding-bottom: 37px;
    }

    .section-communiques {
        margin-top: 54px;
    }

    .section-communiques .title-communiques h1 {
        padding-top: 0px;
        margin: 54px;
        font-size: 44px;
        line-height: 54px;
    }

    .section-communiques .communiques .card-communique {
        width: 385px !important;
        margin-bottom: 0;
    }

    .section-communiques .card-communique .card-content p {
        font-size: 17px;
    }

    .section-communiques .card-communique .card-content .date-display-more h4 {
        font-size: 14px;
    }

    .section-communiques .show-all {
        margin-top: 54px;
        padding-bottom: 98px;
    }

    .section-actualites .title-actualites h1 {
        margin-bottom: 0;
        padding-top: 54px;
        padding-bottom: 54px;
        font-size: 44px;
        line-height: 54px;
    }

    .section-actualites .card-actualites {
        padding-bottom: 0;
    }

    .section-actualites .card-actualites .card-content-actualite {
        margin-bottom: 54px;
    }

    .section-actualites .card-actualites .card-content-actualite h2 {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 32px;
        line-height: 40px;
    }

    .section-actualites .card-actualites .card-content-actualite p {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 17px;
        line-height: 29px;
    }

    .card-actualites .card-content-actualite button {
        margin-left: 30px;
        font-size: 14px;
    }

    .card-actualites .card-content-actualite .tag-dates {
        margin-left: 30px;
        padding-top: 24px;
    }
    
    .section-actualites .card-actualites .tag-dates a {
        font-size: 14px;
    }


    .card-actualites .card-content-actualite h4 {
        font-size: 14px;
    }

    .section-actualites .actualite-show-all {
        margin-top: 0;
        padding-bottom: 98px;
    }

    .section-banner {
        height: 153px;
    }

    .section-banner .banner-images .splide__track .splide__list a {
        width: fit-content !important;
        display: flex;
    }

    /*-------------------------------------------*\
        Slider Communiques - 1180px
    \*-------------------------------------------*/

    .communiques .splide__arrow:disabled {
        display: none;
    }

    .communiques .splide__arrow {
        background: transparent;
        background-repeat: no-repeat;
        background-position: center;
        scale: 1.5;
        opacity: 1;
    }

    .communiques .splide__arrow svg {
        display: none;
    }

    .communiques .splide__arrow--prev {
        left: -92px;
        background-image: url(../img/design/communique-slider-left.svg);
    }
    
    .communiques .splide__arrow--next {
        right: -92px;
        background-image: url(../img/design/communique-slider-right.svg);
    }
    
    /*-------------------------------------------*\
        Slider Partners - 1180px
    \*-------------------------------------------*/

    .section-banner .banner-images  .splide__arrow--prev,
    .section-banner .banner-images .splide__arrow--next {
        display: none;
    }
    /*-------------------------------------------*\
        Detail page - 1180px
    \*-------------------------------------------*/

    .categories {
        margin-top: 54px;
    }

    .categories .categories-list a {
        padding: 7px 10px 7px 10px;
        font-size: 14px;
        font-weight: bold;
    }
    
    .categories .post-date {
        font-size: 14px;
    }

    .title {
        margin-top: 14px;
    }

    .title .post-title {
        font-size: 32px;
        text-align: left;
        line-height: 40px;
    }

    .post-thumbnail {
        margin-top: 24px;
    }

    .old-format img {
        max-width: initial;
    }

    .new-format img {
        max-width: 100%;
    }

    .post-content {
        padding-top: 28px;
        padding-bottom: 54px;
    }

    .post-content p {
        padding-bottom: 25px;
    }

    .post-content p:last-child {
        padding-bottom: 0;
    }

    .post-content ul {
        padding-bottom: 25px;
    }
    
    .post-content ul:last-child {
        padding-bottom: 0;
    }

    .inline-player {
        margin-bottom: 20px;
    }

    .tags {
        margin-bottom: 98px;
    }

    .tags .tags-list {
        gap: 28px;
    }

    .tags .tags-list a {
        font-size: 14px;
    }

    /*-------------------------------------------*\
        Section List - 1180px
    \*-------------------------------------------*/

    .section .section-list li, 
    .post-content .section-list li {
        width: fit-content;
    }

    /*-------------------------------------------*\
        About - 1180px
    \*-------------------------------------------*/

    .the-journalists {
        margin-bottom: 98px;
    }

    .the-journalists .title-journalists h1 {
        margin-top: 54px;
        font-size: 44px;
        line-height: 54px;
    }

    .the-journalists .intro-text-journalists p {
        margin-top: 54px;
        padding: 0px 30px 0px 30px;
        font-size: 18px;
        line-height: 36px;
    }

    .the-journalists .content-journalists {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .the-journalists .content-journalists .journalist {
        width: 385px;
        margin-top: 54px;
        padding-bottom: 30px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
    }
    
    .the-journalists .content-journalists .journalist .infos-journalist p {
        font-size: 17px;
        line-height: 29px;
    }

    .the-journalists .content-journalists .journalist .infos-journalist p .info-title {
        color: #BD051F;
    }

    #presentation {
        position: relative;
        top: -140px;
    }

    #journalistes {
        position: relative;
        top: -100px;
    }

    /*-------------------------------------------*\
        Partners - 1180px
    \*-------------------------------------------*/

    .section-partners .title-partners h1{
        font-size: 44px;
    }

    /*-------------------------------------------*\
        page.php - 1180px
    \*-------------------------------------------*/

    .page-detail {
        margin-top: 54px;
        margin-bottom: 70px;
    }

    .page-detail .page-title h1 {
        text-align: left;
        font-size: 44px;
    }

    .page-detail .page-content {
        margin-top: 54px;
    }
    
    .page-detail .page-content h4 {
        margin-top: 32px;
        margin-bottom: 28px;
        font-size: 25px;
        line-height: 33px;
    }

    /*-------------------------------------------*\
        Default - Center - 1180px
    \*-------------------------------------------*/

    .page-detail-center {
        margin-top: 54px;
        margin-bottom: 70px;
        text-align: center;
    }

    .page-detail-center h1 {
        font-size: 44px;
    }
    
    .page-detail-center .page-content p {
        margin-top: 54px;
        line-height: 32px;
    }

    /*-------------------------------------------*\
        Blockquote - 1180px
    \*-------------------------------------------*/

    .main-content blockquote p {
        font-size: 28px;
        line-height: 40px;
    }

    /*-------------------------------------------*\
        Highlight - 1180px
    \*-------------------------------------------*/

    .post-content .highlight-content {
        width: fit-content;
    }

    /*-------------------------------------------*\
        Page Post Content - 1180px
    \*-------------------------------------------*/
/*
    .page .post-content {
        float: left;
        width: 67%;
    }
*/
    /*-------------------------------------------*\
        Page Section client - 1180px
    \*-------------------------------------------*/

    .page .section-form-client {
        float: right;
        width: 30%;
        padding: 35px 0;
        box-sizing: border-box;
        margin: 65px 0px;
        border-radius: 10px;
    }

    .page .section-form-client .form-client {
        margin: 0 auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    /*-------------------------------------------*\
        Page Content - 1180px
    \*-------------------------------------------*/

    .wp-block-table.hours {
        width: 50%;
        float: left;
        margin-bottom: 60px;
    }

    .wp-block-table.hours th {
        text-align: left;
    }

    .wp-block-table.hours td span {
        display: inline-block;
    }

    /*-------------------------------------------*\
        Error 404 - 1180px
    \*-------------------------------------------*/

    .page .e404 .post-content {
        float: none;
        width: auto;
    }

    /*-------------------------------------------*\
        Login Form - 1180px
    \*-------------------------------------------*/

    .login-form form p {
        display: inline-block;
    }

    .login-form p.login-username, 
    .login-form p.login-password {
        width: 35%;
        margin-right: 18px;
    }

    .login-form .login-username input, 
    .login-form .login-password input {
        font-size: 16px;
    }

    .login-form #wp-submit {
        padding: 20px 40px;
        font-size: 15px;
    }

    /*-------------------------------------------*\
        Client Area - 1180px
    \*-------------------------------------------*/

    .client-area .post-wrap-content {
        max-width: 808px;
        margin: 0 auto;
        padding: 90px 0;
    }

    .client-area .section.highlight h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .client-area .text-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 72px;
    }

    /*-------------------------------------------*\
        Connected Page - 1180px
    \*-------------------------------------------*/

    .client-area .post-wrap-content {
        padding-bottom: 110px;
    }

    .client-area .content-form {
        padding: 80px 0 100px 0;
    }

    /*-------------------------------------------*\
        Form customer - 1180px
    \*-------------------------------------------*/

    .form-customer .block-esclamation {
        position: relative;
    }

    .form-customer .block-esclamation .esclamation {
        vertical-align: initial;
        margin-right: auto;
        float: none;
        position: absolute;
        top: 50%;
        margin-top: -12px;
    }

    .form-customer .block-esclamation .text-esclamation {
        display: block;
        padding-left: 40px;
    }

    .client-area .select-form select {
        font-size: 16px;
        padding: 15px 12px;
        background-position: right 15px top 12px;
    }

    .client-area .form-customer .form-customer-explain,
    .form-customer .block-esclamation .text-esclamation,
    .client-area .form-customer .input-row input {
        font-size: 16px;
        line-height: 24px;
    }

    .client-area .form-customer .input-row input {
        padding: 15px 12px;
    }

    .form-customer .block-esclamation {
        margin-top: 60px;
    }

    /*-------------------------------------------*\
        Modal - 1180px
    \*-------------------------------------------*/

    .modal-content {
        width: 50%;
    }

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#BD0A1F;
	color:#ffffff;
	text-shadow:none;
}

::-webkit-selection {
	background:#BD0A1F;
	color:#ffffff;
	text-shadow:none;
}

::-moz-selection {
	background:#BD0A1F;
	color:#ffffff;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.alignright, a img.alignnone, a img.alignleft, a img.aligncenter {
	float:none;
	display:block;
	margin:0 auto;
	margin-bottom: 1.5em;
}

.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}

	a,
	a:visited {
		text-decoration:underline;
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}

	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}

	thead {
		display:table-header-group;
	}

	tr,img {
		page-break-inside:avoid;
	}

	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}

	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}