/***************************
file name : main_style.css
description : gère l'affichage général de la page principale
auteur : Patrick le 18 juin 2022
modifié le : 

****************************/
	body{
		margin:0;
		font-family: 'Sora', sans-serif;
		font-family: 'Bitter', sans-serif;
		background-size: 100%;
		background-color: white;
	}
	div{
		margin:0px;
	}
	ul{
		list-style-type: none;
	}
	a{
		color: grey;
		font-weight:bold;
		text-decoration: none;
	}
	a:hover{
		color: black;
	}
	a:active{
		color: black;
	}
	a.ex2{
		color: grey; 
		text-decoration: none;
	}
	a.ex2:hover{
		color: white;
	}
	a.ex2:active{
		color: white;
	}
	mark.spectacle {
	  background-color: #94C35A; 
	}
	mark.concert {
	  background-color: #5FC6F1;
	}
	mark.expo {
	  background-color: #FFEF47;
	}
	mark.mediation {
	  background-color: #F6BFD9;
	}
    .timed-message {
    }

/**<hr> change in bootstrap.css line 1130**/

	#top{
		height:290px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#slogan{
		padding-top:30px;
		float:right;
		text-align:right;
		line-height: 100%;
	}
	#menu{
		clear:both;
		font-size:30px; 
		font-weight:bold;
		font-family: 'Sora', 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;
		padding-top:40px;
		padding-bottom:10px;
	}
	#page_content{
		clear:both;
		padding-left:0px;
		padding-bottom:30px;
		height:100%;
	}
	#pages{
		padding-top:0px;
		padding-bottom:0px;
	}
	#localisation{
		padding-top:25px;
		padding-bottom:25px;
	}
	#back{
		clear:both;
		padding-top:30px;
		float:right;
		padding-bottom:30px;
	}
	#plus{
		clear:both;
		padding-top:30px;
		float:right;
		padding-bottom:30px;
	}
	#labels{
		clear:both;
		background-color: white;
		padding-top:20px;
		padding-bottom: 20px;
		text-align:left;
	}
	#bottom{
		clear:both;
		padding-top:30px;
	}
	#borderline{
		height:55px;
		background-image:url('backgrounds/sca_borderline.svg');
	}	
	/*floating menus*/
	#menu_button{
		width:80px;
		height:80px;
		background-image:url('buttons/sca_button_menus.svg');
		float:right;
		margin-right:50px;
	}
	#floating_menu{
		position:absolute;
		top:0px;
		right:0px;
		background-color: black;
		width:60%;
		height:100%;
		padding:50px;
		font-size:60px; 
		font-family: 'Sora', 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: black;
		font-family: 'Sora', sans-serif;
	}
	.titre2{
		color: black;
		font-family: 'Sora', sans-serif;
	}
	.titre3{
		font-weight:bold;
		color: black;
		font-family: 'Sora', sans-serif;
	}
	.text1{
		color: black;
		font-weight:bold;
		font-family: 'Sora', sans-serif;
	}
	.text-align-right{
		text-align: right;
	}
	.text-align-center{
		text-align: center;
	}
	.text2{
		color: #404040;
		font-family: 'Sora', sans-serif; /**'Bitter**/
	}
	.text2a{
		color: black;
		font-family: 'Sora', sans-serif; /**'Bitter**/
	}
	.text2b{
		color: black;
		font-family: 'Sora', sans-serif; /**'Bitter**/
	}
	
	/*********************à 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:100px; 
		}
		.titre2{
			font-size:70px; 
		}
		.titre3{
			font-size:50px; 
		}
		.text1{
			font-size:70px; 
		}
		.text2{
			font-size:55px; 
		}
		.text2a{
			font-size:55px; 
		}
		.text2b{
			font-size:30px; 
		}
		#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:90px; 
		}
		.titre2{
			font-size:60px; 
		}
		.titre3{
			font-size:40px; 
		}
		.text1{
			font-size:60px; 
		}
		.text2{
			font-size:45px; 
		}
		.text2a{
			font-size:45px; 
		}
		.text2b{
			font-size:30px; 
		}
		#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; 
			line-height: 90%;
		}
		.titre2{
			font-size:50px; 
		}
		.titre3{
			font-size:40px; 
		}
		.text1{
			font-size:30px; 
		}
		.text2{
			font-size:21px; 
			text-align: justify;
		}
		.text2a{
			font-size:21px; 
		}
		.text2b{
			font-size:16px; 
		}
		#bottom{
			clear:both;
			padding-left:150px;
			padding-right:150px;
		}
	}