@media print {
    .screen {
        display: none !important;
    }
    .print {
        display: block !important;
    }
    body {
        background: #fff !important;
        color: #000 !important;
        font-size: 9pt;
    }
    * {
        animation: none !important;
        transition: none !important;
    }
    hr {
        page-break-after: avoid;
    }

    /* REFERENCES */
    .refs_print {
        padding: 30px 0;
    }
    .refs_print .refs__cats_item span {
        display: inline-block !important;
    }
    .refs_print__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .refs__item .refs__link {
        display: grid;
        grid-template-columns: minmax(0,1fr) minmax(0,2fr);
        column-gap: 30px;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 50px;
        align-items: center;
    }
    .refs__item:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
    .refs__inner_content {
        background-image: unset;
        padding: 0;
        background-color: unset;
    }
    .refs__inner {
        height: unset;
    }
    .refs__title {
        padding-top: 0;
        font-size: 10pt;
    }
    .refs__cats_item {
        font-size: 9pt;
        padding: 0;
        background-color: unset;
    }
    .refs__cats_span {
        font-weight: var(--font-semi-bold);
    }
    .refs__txt {
        font-size: 9pt;
    }
    .refs__image {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .refs_print__logo {
        display: block;
        margin: 0 auto;
        padding-bottom: 50px;
        max-width: 190px;
    }
    .refs__cats {
        display: block;
        margin-top: 5px;
    }


    /* REFERENCE */
    .print-realisation {
        padding: 30px 0;
    }
    .print-realisation__content {
        display: grid;
        grid-template-columns: minmax(0,1fr) minmax(0,2.5fr);
        column-gap: 50px;
    }
    .print-realisation__left {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 100%;
    }
    .ref__left {
        background : none;
        padding: 0;
    }
    .ref_detail__label, .ref_detail__name {
        color: #000;
    }
    .ref_detail__label {
        font-size: 9pt;
        font-weight: bold;
    }
    .ref_detail__name{
        font-size: 9pt;
    }
    .ref_detail_item {
        padding-bottom: 10px;
    }
    .print-realisation__logo {
        max-width: 180px;
        display: block;
        margin-bottom: 30px;
    }
    .print-realisation__right h1 {
        color: #000;
        font-size: 12pt;
        font-weight: bold;
    }
    .print_main_img {
        margin-top: 20px;
    }
    .ref__right {
        padding: 20px 0 30px;
        font-size: 9pt;
    }
    .print-realisation__item {
        padding-bottom: 15px;
    }
    .print-realisation__item:last-of-type {
        padding-bottom: 0;
    }

}