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

****************************/
	body{
		margin:0;
		font-family: 'Nunito Sans', sans-serif;
		background-size: 100%;
		background-image:url('backgrounds/watoo_background_main.svg');
		background-color: #ffdd00;
	}
	div{
		margin:0px;
	}
	ul{
		list-style-type: none;
	}
	a{
		color: #0060aa; 
		font-weight:bold;
		text-decoration: none;
	}
	a:hover{
		color: white;
	}
	a:active{
		color: white;
	}
	a.ex2{
		color: white; 
		text-decoration: none;
	}
	a.ex2:hover{
		color: #0060aa;
	}
	a.ex2:active{
		color: #0060aa;
	}
	a.ex3{
		color: #0060aa; 
		text-decoration: none;
	}
	a.ex3:hover{
		color: #ffdd00;
	}
	a.ex3:active{
		color: #ffdd00;
	}
	a.ex4{
		color: #0060aa; /**facebook**/
		text-decoration: none;
	}
	a.ex4:hover{
		color: #ffdd00;
	}
	a.ex4:active{
		color: #ffdd00;
	}
	a.ex5{
		color: #E4405F; /**instagram**/
		text-decoration: none;
	}
	a.ex5:hover{
		color: #ffdd00;
	}
	a.ex5:active{
		color: #ffdd00;
	}
	mark.annulé {
		background-color: red;
		color: white;
	}
/**hr change in bootstrap.css line 1130**/
	#top{
		height:300px;
		padding-top:10px;
		padding-bottom:10px;
		background-image:url('backgrounds/watoo_background_top.svg');
		background-size: 100%;
		background-color: #52bfe3;
		background-position: bottom;
	}
	#slogan{
		padding-top:40px;
		float:right;
		text-align:right;
		line-height: 100%;
	}
	#menu{
		clear:both;
		font-size:24px; 
		font-weight:bold;
		font-family: 'Grandstander', cursive;
		float: right;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-right:200px;
		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: 70px;
		padding-bottom:100px;
		background-size: 100%;
		background-color: #26acd9;
	}
	#page_content{
		clear:both;
		padding-left:0px;
		padding-bottom:30px;
		height:100%;
	}
	#pages{
		padding-top:25px;
		padding-bottom:10px;
	}
	#personnel{
		clear: both;
		padding-top: 20px;
	}
	#image_personnel{
		float: left;
		padding-right: 50px;
	}
	#localisation{
		padding-top:25px;
		padding-bottom:25px;
	}
	#back{
		clear:both;
		padding-top:30px;
		float:right;
		padding-bottom:30px;
	}
	#partenaires{
		clear:both;
		background-color: white;
		padding-top:20px;
		padding-bottom: 20px;
	}
	#bottom{
		clear:both;
		padding-top:100px;
		background-image:url('backgrounds/watoo_background_bottom.svg');
		background-size: 100%;
		background-color: white;
	}
	
	/*floating menus*/
	#menu_button{
		width:100px;
		height:100px;
		background-image:url('buttons/watoo_button_menus.svg');
		float:right;
		margin-right:50px;
	}
	#floating_menu{
		position:absolute;
		top:0px;
		right:0px;
		background-color: black;
		width:70%;
		height:100%;
		padding:50px;
		font-size:70px; 
		font-family: 'Grandstander', cursive;
		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: 0.8;
	  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{
		color: white;
		font-weight: bold;
		font-family: 'Grandstander', cursive;
		text-shadow: 3px 3px 30px black;
		line-height: 100%;
	}
	.titre2{
		color: white;
		font-weight: normal;
		font-family: 'Grandstander', cursive;
		text-shadow: 3px 3px 30px black;
		line-height: 100%;
	}
	.titre3{
		color: black;
		font-weight:bold;
		font-family: 'Grandstander', cursive;
		line-height: 100%;
		padding-bottom:20px;
	}
	.titre3a{
		color: white;
		font-family: 'Grandstander', cursive;
	}
	.text-align-center{
		text-align: center;
	}
	.text1{
		color: black;
		font-family: 'Nunito Sans', sans-serif;
	}
	.text2{
		color: black;
		font-family: 'Nunito Sans', sans-serif;
	}
	.text3{
		color: black;
		font-family: 'Nunito Sans', sans-serif;
	}
	#form{
		background-color: #88e0f0;
	}
	.error_message{
		color: red;
		font-family: 'Nunito Sans', sans-serif;
		font-weight:bold;
	}
	.cadre{
		background:#fff199;
		padding:30px;
	}
	
	/*********************à 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;
			/*filter: drop-shadow(0 0 0.75rem #26acd9);*/
		}
		#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:80px; 
		}
		.titre3{
			font-size:70px; 
		}
		.titre3a{
			font-size:50px; 
		}
		.text1{
			font-size:55px; 
		}
		.text2{
			font-size:55px; 
		}
		.text3{
			font-size:24px; 
		}
		.error_message{
			font-size: 55px;
		}
		input.larger {
			width: 60px;
			height: 60px;
		}
		#partenaires{
			clear:both;			
			padding-left:50px;
			padding-right:50px;
		}
		#bottom{
			clear:both;			
			padding-left:50px;
			padding-right:50px;
		}
		#form{
			padding-left:25px;
		}
	}
	@media screen and (min-width: 700px) and (max-width: 1200px) {
		#top{
			padding-left:50px;
		}
		#top_logo{
			padding-top:20px;
		}
		#top_logo_svg{
			width:350px;
			/*filter: drop-shadow(0 0 0.75rem #26acd9);*/
		}
		#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:80px; 
		}
		.titre3{
			font-size:70px; 
		}
		.titre3a{
			font-size:40px; 
		}
		.text1{
			font-size:45px; 
		}
		.text2{
			font-size:45px; 
		}
		.text3{
			font-size:24px; 
		}
		.error_message{
			font-size: 45px;
		}
		input.larger {
			width: 60px;
			height: 60px;
		}
		#partenaires{
			clear:both;
			padding-left:50px;
			padding-right:50px;
		}
		#bottom{
			clear:both;
			padding-left:50px;
			padding-right:50px;
		}
		#form{
			padding-left:25px;
		}		
	}
	@media screen and (min-width: 1200px) {
		#top{
			padding-left:200px;
		}
		#top_logo{
			padding-top:20px;
			padding-bottom:20px;
		}
		#top_logo_svg{
			width:375px;
			/*filter: drop-shadow(0 0 0.75rem #26acd9);*/
		}
		#slogan{
			padding-right:200px;
		}
		#menu{
			padding-left:200px;
			padding-right:200px;
		}
		#menu_button{
			display:none;
		}
		#page_title{
			padding-left:200px;
			padding-right:200px;
			background-repeat: no-repeat;
			background-position: right; 
		}
		#page_content{
			padding-left:200px;
			padding-right:200px;
		}
		.material-icons.md { font-size: 24px; }	
		.titre1{
			font-size:100px; 
		}
		.titre2{
			font-size:70px; 
		}
		.titre3{
			font-size:45px; 
		}
		.titre3a{
			font-size:36px; 
		}
		.text1{
			font-size:20px; 
			text-align: justify;
		}
		.text2{
			font-size:20px; 
		}
		.text3{
			font-size:15px; 
		}
		.error_message{
			font-size: 18px;
		}
		input.larger {
			width: 30px;
			height: 30px;
		}
		#partenaires{
			clear:both;
			padding-left:200px;
			padding-right:200px;
		}
		#bottom{
			clear:both;
			padding-left:200px;
			padding-right:200px;
		}
		#form{
			padding-left:150px;		
		}
	}