/*==== PORTRAIT 0.8 ====*/
@media only screen and (aspect-ratio >= 7/10) and (aspect-ratio < 7/5) and (orientation: landscape) {
/* and (orientation:portrait)  */
	html {
		height: 100vh;
		overflow-y: hidden;
	}

	.main_page header {
		--header_height : 5rem;
		color: darkgreen;
	}
	
	.main_page main {
		--main_gt_cols : 5rem auto;
		--main_gt_rows : 5rem calc( 100vh - 15rem ) 0 5rem;
		--main_gt_areas : "filters filters" "appointments appointments" "items items" "info social";
	}

}
