﻿/* Masque pour l'impression */
@page {
    size: auto;
    margin: 15mm;
}

body {
    margin: 0mm;
    /*background-color:red!important;*/
}

.PageOffre {
    margin: 0;
    padding: 0;
}

#Contenu, .ElementFavoris, #sidebar, #nav1, #offcanvasRight, #offcanvasRight2, footer, .navbar.NavGrandPublic {
    display: none;
    visibility: collapse;
}

.textCenterPage,
.ContainerGrandPublic, .container-presentation,
.GrandPublic .ContainerGrandPublic {
    margin: 0;
    border: 0;
}

.ContainerGrandPublic,
.ContainerGrandPublic div,
.container-presentation,
.GrandPublic .ContainerGrandPublic {
    width: 100% !important;
}

div.element_Template_HeaderAvecImageTitreBlanc,
div.element_Template_HeaderAvecImageTitreEtBoutonCentre {
    margin: 0 !important;
}

div.element_Template_HeaderAvecImageTitreEtBoutonCentre .CmsBlocTexte {
    padding: 0 !important;
}

.PageOffre {
    padding: 0;
}

.layout {
    overflow: initial;
}

*:not(body) {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

body {
    background: transparent;
}

/*Configuration des blocs*/
.PageOffre .DoubleContainer {
    display: block;
    flex-direction: column;
    width: 100%;
}

.PageOffre .DoubleContainer div {
    width: 100%;
}

.ContainerGauche .DoubleCol {
    page-break-before: always;
}

.PageOffre .DoubleContainer .ContainerDroite {
    display: flex;
    flex-direction: row;
    margin: 0;
    page-break-before: always;
}

.PageOffre .DoubleContainer .ContainerDroite span {
    width: 90%;
}

.PageOffre .col-valeur {
    display: grid;
    grid-template-columns: 100%;
}

/*Chiffres Cles*/
.PageOffre .ContainerChiffresCles {
    page-break-before: always;
}

.PageOffre .DoubleCol {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1rem;
}

/*Performances*/
.PageOffre .ContainerPerformances {
    page-break-before: always;
}

/*Documents*/
.PageOffre .ContainerDocuments {
    width: 100%;
}

.PageOffre .ContainerDocuments .DoubleCol {
    grid-template-columns: 100%;
    page-break-before: initial;
}
