/***************************
file name : main_style.css
description : gère l'affichage général de la page principale
auteur : Patrick le 2 décembre 2019
modifié le : 

****************************/
	body{
		margin:0;
		font-family: 'Open Sans', sans-serif;
		background-size: 100%;
		/**background-image:url('backgrounds/mecatransports_background_main.svg');**/
		background-color: white;
	}
	div{
		margin:0px;
	}
	ul{
		list-style-type: none;
	}
	a{
		color: #004B96;
		font-weight:bold;
		text-decoration: none;
	}
	a:hover{
		color: #404040;
	}
	a:active{
		color: #404040;
	}
	a.ex2{
		color: #808080; 
		text-decoration: none;
	}
	a.ex2:hover{
		color: #004B96;
	}
	a.ex2:active{
		color: #004B96;
	}
	a.ex3{
		color: white; 
		text-decoration: none;
	}
	a.ex3:hover{
		color: black;
	}
	a.ex3:active{
		color: black;
	}
/**hr change in bootstrap.css line 1130**/
	#top{
		height:220px;
		padding-top:10px;
		padding-bottom:10px;
		/**background-image:url('backgrounds/mecatransports_background_top.svg');**/
		background-color: white;
	}
	#slogan{
		padding-top:20px;
		float:right;
		text-align:left;
		line-height: 100%;
	}
	#menu{
		clear:both;
		font-size:20px; /*font size*/
		font-weight:bold;
		font-family: 'Red Hat Text', sans-serif;
		float: right;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-right:150px;
		padding-bottom:0px;
	}
	#menu li{
		text-align:justify;
		float:left;
		padding-top:0px;
		padding-left:30px;
		padding-bottom:0px;
	}
	#page_title{
		text-align: left;
		height:100%;
		padding-top:30px;
		padding-bottom:250px;
		background-size: 100%;
		background-color: #003366;
	}
	#page_content{
		clear:both;
		padding-left:0px;
		padding-bottom:30px;
		height:100%;
	}
	#pages{
		padding-top:25px;
		padding-bottom:10px;
	}
	#localisation{
		padding-top:25px;
		padding-bottom:25px;
	}
	#back{
		clear:both;
		padding-top:30px;
		float:right;
		padding-bottom:30px;
	}
	#labels{
		clear:both;
		background-color: #cccccc;
		padding-top:20px;
		padding-bottom: 20px;
		text-align:left;
	}
	#bottom{
		clear:both;
		/**background-image:url('backgrounds/mecatransports_background_bottom.svg');**/
		background-color:#004B96;
		padding-top:30px;
	}
	#borderline_top{
		height:100px;
		background-image:url('backgrounds/mecatransports_borderline_top.svg');
	}
	#borderline_bottom{
		height:100px;
		background-image:url('backgrounds/mecatransports_borderline_bottom.svg');
	}	
	/*floating menus*/
	#menu_button{
		width:80px;
		height:80px;
		background-image:url('buttons/mecatransports_button_menus.svg');
		float:right;
		margin-right:50px;
	}
	#floating_menu{
		position:absolute;
		top:0px;
		right:0px;
		background-color: #004B96;
		width:70%;
		height:100%;
		padding:50px;
		font-size:60px; /*font size*/
		font-family: 'Red Hat Text', sans-serif;
		font-weight:bold;
		display:none;
		z-index:1;
	}
	.material-icons {
	  font-family: 'Material Icons';
	  font-weight: normal;
	  font-style: normal;
	  font-size: 24px;  /* Preferred icon size */
	  display: inline-block;
	  line-height: 1;
	  text-transform: none;
	  letter-spacing: normal;
	  word-wrap: normal;
	  white-space: nowrap;
	  direction: ltr;

	  /* Support for all WebKit browsers. */
	  -webkit-font-smoothing: antialiased;
	  /* Support for Safari and Chrome. */
	  text-rendering: optimizeLegibility;

	  /* Support for Firefox. */
	  -moz-osx-font-smoothing: grayscale;

	  /* Support for IE. */
	  font-feature-settings: 'liga';
	}
	/**.material-icons.md-18 { font-size: 18px; }
	.material-icons.md-24 { font-size: 24px; }
	.material-icons.md-36 { font-size: 36px; }
	.material-icons.md-48 { font-size: 48px; }**/	
	.titre1{
		font-weight:bold;
		color: white; /**#f5ae0a**/
		font-family: 'Red Hat Text', sans-serif;
		text-shadow: 2px 2px 20px #404040;
	}
	.titre2{
		font-weight:bold;
		color: white;
		font-family: 'Red Hat Text', sans-serif;
		text-shadow: 2px 2px 20px #404040;
	}
	.titre3{
		color: #004B96; /**#808080;**/
		font-weight:bold;
		font-family: 'Red Hat Text', sans-serif;
	}
	.titre3a{
		color: #004B96;
		font-family: 'Red Hat Text', sans-serif;
		font-style: italic;
		font-weight:bold;
	}
	.titre3b{
		color: white;
		font-family: 'Red Hat Text', sans-serif;
		font-weight:bold;
	}
	.titre3c{
		color: #404040;
		font-family: 'Red Hat Text', sans-serif;
		font-weight:bold;
	}
	.text-align-right{
		text-align: right;
	}
	.text-align-center{
		text-align: center;
	}
	.titre4{
		color: #404040;
		font-family: 'Red Hat Text', sans-serif;
	}
	.titre5{
		color: white;
		font-family: 'Red Hat Text', sans-serif;
	}
	.titre6{
		color: white;
		font-family: 'Red Hat Text', sans-serif;
	}
	
	/*********************à partir de là, tous les éléments qui s'adaptent*******************************/
	
	@media screen and (min-width: 0px) and (max-width: 700px) {
		#top{
			padding-left:50px;
		}
		#top_logo{
			padding-top:20px;
		}
		#top_logo_svg{
			width:350px;
		}
		#slogan{
			padding-right:50px;
		}
		#menu{
			padding-left:50px;
			padding-right:50px;
		}
		#menu{
			display:none;
		}
		#page_title{
			padding-left:50px;
			padding-right:50px;
			background-repeat: no-repeat;
			background-position: left; 
		}
		#page_content{
			padding-left:50px;
			padding-right:50px;
		}
		.material-icons.md { font-size: 48px; }	
		.titre1{
		font-size:70px; /*font size*/
		}
		.titre2{
			font-size:50px; /*font size*/
		}
		.titre3{
			font-size:70px; /*font size*/
		}
		.titre3a{
			font-size:40px; /*font size*/
		}
		.titre3b{
			font-size:55px; /*font size*/
		}
		.titre3c{
			font-size:55px; /*font size*/
		}
		.titre4{
			font-size:55px; /*font size*/
		}
		.titre5{
			font-size:55px; /*font size*/
		}
		.titre6{
			font-size:12px; /*font size*/
		}
		#bottom{
			clear:both;			
			padding-left:50px;
			padding-right:50px;
		}
	}
	@media screen and (min-width: 700px) and (max-width: 1200px) {
		#top{
			padding-left:50px;
		}
		#top_logo{
			padding-top:20px;
		}
		#top_logo_svg{
			width:350px;
		}
		#slogan{
			padding-right:50px;
		}
		#menu{
			padding-left:50px;
			padding-right:50px;
		}
		#menu{
			display:none;
		}
		#page_title{
			padding-left:50px;
			padding-right:50px;
			background-repeat: no-repeat;
			background-position: left; 
		}
		#page_content{
			padding-left:50px;
			padding-right:50px;
		}
		.material-icons.md { font-size: 48px; }	
		.titre1{
		font-size:60px; /*font size*/
		}
		.titre2{
			font-size:40px; /*font size*/
		}
		.titre3{
			font-size:60px; /*font size*/
		}
		.titre3a{
			font-size:40px; /*font size*/
		}
		.titre3b{
			font-size:50px; /*font size*/
		}
		.titre3c{
			font-size:50px; /*font size*/
		}
		.titre4{
			font-size:45px; /*font size*/
		}
		.titre5{
			font-size:45px; /*font size*/
		}
		.titre6{
			font-size:12px; /*font size*/
		}
		#bottom{
			clear:both;
			padding-left:50px;
			padding-right:50px;
		}		
	}
	@media screen and (min-width: 1200px) {
		#top{
			padding-left:150px;
		}
		#top_logo{
			padding-top:20px;
			padding-bottom:20px;
		}
		#top_logo_svg{
			width:400px;
		}
		#slogan{
			padding-right:150px;
		}
		#menu{
			padding-left:150px;
			padding-right:150px;
		}
		#menu_button{
			display:none;
		}
		#page_title{
			padding-left:150px;
			padding-right:150px;
			background-repeat: no-repeat;
			background-position: right; 
		}
		#page_content{
			padding-left:150px;
			padding-right:150px;
		}
		.material-icons.md { font-size: 24px; }	
		.titre1{
			font-size:80px; /*font size*/
			line-height: 90%;
		}
		.titre2{
			font-size:50px; /*font size*/
		}
		.titre3{
			font-size:30px; /*font size*/
		}
		.titre3a{
			font-size:40px; /*font size*/
		}
		.titre3b{
			font-size:28px; /*font size*/
		}
		.titre3c{
			font-size:28px; /*font size*/
		}
		.titre4{
			font-size:21px; /*font size*/
			text-align: justify;
		}
		.titre5{
			font-size:21px; /*font size*/
		}
		.titre6{
			font-size:14px; /*font size*/
		}
		#bottom{
			clear:both;
			padding-left:150px;
			padding-right:150px;
		}
	}