/***************************
file name : main_style_print.css
description : gère l'impression
auteur : Patrick le 13 juin 2018
modifié le : 

****************************/
	@page {
		margin: 10%;
	}
	body{
		width: auto;
		height: auto;
		margin: auto;
		font-family: Exo 2;
		background-color:red;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:5px;
		padding-right:5px;
		color: #fff;
	}
	a{
		text-decoration: none;
	}
	a[href]:after {
		display:none;
	}
	a:visited {
		text-decoration: none;
	}
	a:hover{
		color:#fff;
		text-decoration: none;
	}
	a:active{
		color:#fff;
		text-decoration: none;
	}
	#top{
		height:120px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#top_logo_svg{
		width:250px;
	}
	#menu_button{
		display:none;
		height:0px;
	}
	#floating_menu{
		display:none;
	}
	#menu{
		display: none;
	}
	#menu li{
		display: none;
	}
	#pages{
		height:100%;
	}
	#localisation{
		display: none;
	}
	#page_title{
		height:20px;
		background-color:#404040;
		
	}
	#page_content{
		width: 100%;
		height: 100%;
		padding-bottom: 10px;
	}
	#back{
		display:none;
	}	
	#bottom{
		width: 100%;
		height: 100%;
		background-image:url('backgrounds/trottinette_background_second.svg');
	}
	.titre1{
		font-weight:bold;
		font-size:24pt;
	}
	.titre2{
		font-size:20pt;
	}
	.titre3{
		font-size:20pt;
	}
	.text1{
		font-size:18pt;
	}
	.text2{
		font-size:14pt;
	}
	.text2a{
		font-size:14pt;
	}
	.text2b{
		font-size:14pt;
	}
	.titre5{
		display: none;
	}


