/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
#mainbody {
 height: 100vh;
 display: flex;
 flex-direction: column;
}

#id-container {
 flex-grow: 1;
 display: flex;
}

.sectioncalendarbyweek.maxscreenheightless300 {
 max-height: unset;
}

.fiche {
 min-height: 100%;
}

@media print {
 .pagination {
 display: none;
 }
 .liste_titre.liste_titre_bydiv {
 display: none;
 }
 .liste_titre_filter {
 display: none;
 }
 .wrapcolumntitle.center.maxwidthsearch.liste_titre {
 display: none;
 }
 td.nowrap.center {
 display: none;
 }
 .side-nav {
 display: none;
 }
}