/***************************
file name : main_style.css
description : gère l'affichage général de la page principale
auteur : Patrick le 11 novembre 2021
modifié le : 

****************************/
	body{
		margin:0;
		line-height: 1.2;
		background-size: 100%;
		background-image:url('backgrounds/waterclick_background_main.jpg');
		/**background-color: white;**/
	}
	div{
		margin:0px;
	}
	ul{
		list-style-type: none;
	}
	a{
		color: #008DD2; 
		font-weight:bold;
		text-decoration: none;
	}
	a:hover{
		color: #404040;
	}
	a:active{
		color: #404040;
	}
	a.ex2{
		color: white; 
		text-decoration: none;
	}
	a.ex2:hover{
		color: #404040; /**#808080**/
	}
	a.ex2:active{
		color: #404040; /**#808080**/
	}
	a.ex3{
		color: #404040; 
		text-decoration: none;
	}
	a.ex3:hover{
		color: #008DD2; /**#404040**/ 
	}
	a.ex3:active{
		color: #008DD2; /**#404040**/ 
	}
/**hr change in bootstrap.css line 1130**/
	#top{
		height:250px;
		padding-top:10px;
		padding-bottom:10px;
		background-image:url('backgrounds/waterclick_background_top.svg');
	}
	#lang{
		padding-top:20px;
		float:right;
		text-align:right;
		line-height: 100%;
	}
	#menu{
		clear:both;
		font-size:21px; /*font size*/
		font-weight:bold;
		line-height: 75%;
		font-family: 'Ubuntu', sans-serif;
		float: right;
		margin-top:10px;
		margin-bottom:0px;
		padding-top:0px;
		padding-right:150px;
		padding-bottom:0px;
	}
	#menu li{
		text-align:justify;
		float:left;
		padding-top:20px;
		padding-left:30px;
		padding-bottom:0px;
	}
	#page_title{
		text-align: left;
		height:100%;
		padding-top:50px;
		padding-bottom:250px;
		background-size: 100%;
		background-color: white;
	}
	#page_content{
		clear:both;
		padding-left:0px;
		padding-bottom:30px;
		height:100%;
	}
	#pages{
		padding-top:25px;
		padding-bottom:10px;
	}
	#borderline_top{
		position: relative;
		background-image:url('backgrounds/waterclick_borderline_top.svg');
		background-size: 200px;
		height:60px;
	}
	#localisation{
		padding-top:25px;
		padding-bottom:25px;
	}
	#back{
		clear:both;
		padding-top:30px;
		float:right;
		padding-bottom:30px;
	}
	#borderline_bottom{
		background-image:url('backgrounds/waterclick_borderline_bottom.svg');
		background-size: 200px;
		height:60px;
	}
	#bottom{
		clear:both;
		background-image:url('backgrounds/waterclick_background_bottom.svg');
		background-color: white;
		padding-top:30px;
	}
	
	/*floating menus*/
	#menu_button{
		width:100px;
		height:100px;
		background-image:url('buttons/waterclick_button_menus.svg');
		float:right;
		margin-right:50px;
	}
	#floating_menu{
		position:absolute;
		top:0px;
		right:0px;
		background-color: white;
		width:70%;
		height:100%;
		padding:50px;
		font-size:60px; /*font size*/
		font-family: 'Ubuntu', 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;
		font-family: 'Ubuntu', sans-serif;
		line-height: 100%;
		text-shadow: 3px 3px 20px black;
	}
	.titre2{
		color: white;
		font-family: 'Ubuntu', sans-serif;
		line-height: 100%;
		text-shadow: 3px 3px 20px black;
	}
	.titre3{
		color: #808080;
		/**font-weight:bold;**/
		line-height: 100%;
		font-family: 'Ubuntu', sans-serif;
	}
	.titre3a{
		color: #404040;
		line-height: 85%;
		font-family: 'Ubuntu', serif;
	}
	.text-align-right{
		text-align: right;
	}
	.text-align-center{
		text-align: center;
	}
	.titre4{
		color: #404040;
		font-family: 'Ubuntu', sans-serif;
	}
	.titre5{
		color: #404040;
		font-family: 'Ubuntu', sans-serif;
	}
	.titre6{
		color: #404040;
		font-family: 'Ubuntu', sans-serif;
	}
	#lirelasuite_Shelby_Cobra_289_FIA_1964 {display:none;}
	
	/*********************à 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;
		}
		#lang{
			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:60px; /*font size*/
		}
		.titre3{
			font-size:55px; /*font size*/
		}
		.titre3a{
			font-size:45px; /*font size*/
		}
		.titre4{
			font-size:45px; /*font size*/
		}
		.titre5{
			font-size:45px; /*font size*/
		}
		.titre6{
			font-size:30px; /*font size*/
		}
		#labels{
			clear:both;
			padding-left:50px;
			padding-right:50px;
		}
		#bottom{
			clear:both;			
			padding-left:50px;
			padding-right:50px;
		}
		#bottom_logo{
			padding-top:20px;
		}
		#bottom_logo_svg{
			width:550px;
		}
	}
	@media screen and (min-width: 700px) and (max-width: 1200px) {
		#top{
			padding-left:50px;
		}
		#top_logo{
			padding-top:20px;
		}
		#top_logo_svg{
			width:350px;
		}
		#lang{
			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:60px; /*font size*/
		}
		.titre3{
			font-size:50px; /*font size*/
		}
		.titre3a{
			font-size:45px; /*font size*/
		}
		.titre4{
			font-size:45px; /*font size*/
		}
		.titre5{
			font-size:45px; /*font size*/
		}
		.titre6{
			font-size:30px; /*font size*/
		}
		#labels{
			clear:both;
			padding-left:50px;
			padding-right:50px;
		}
		#bottom{
			clear:both;
			padding-left:50px;
			padding-right:50px;
		}
		#bottom_logo{
			padding-top:20px;
		}
		#bottom_logo_svg{
			width:550px;
		}		
	}
	@media screen and (min-width: 1200px) {
		#top{
			padding-left:150px;
		}
		#top_logo{
			padding-top:20px;
			padding-bottom:20px;
		}
		#top_logo_svg{
			width:300px;
		}
		#lang{
			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: 28px; }	
		.titre1{
			font-size:70px; /*font size*/
		}
		.titre2{
			font-size:57px; /*font size*/
		}
		.titre3{
			font-size:40px; /*font size*/
		}
		.titre3a{
			font-size:30px; /*font size*/
		}
		.titre4{
			font-size:21px; /*font size*/
			text-align: justify;
		}
		.titre5{
			font-size:30px; /*font size*/
		}
		.titre6{
			font-size:15px; /*font size*/
		}
		#labels{
			clear:both;
			padding-left:150px;
			padding-right:150px;
		}
		#bottom{
			clear:both;
			padding-left:150px;
			padding-right:150px;
		}
		#bottom_logo{
			padding-top:20px;
			padding-bottom:20px;
		}
		#bottom_logo_svg{
			width:500px;
		}
	}