/* --------------- Styles ILLUSTRISSIMMO HOME --------------- */

/* -------------------- Logo admin --------------------- */
	#admin {
		position: absolute;
		top: 30px;
		left: 880px;
		opacity: 0.3;
		}
	#admin:hover {
		opacity: 0.8;
		transition: opacity 0.2s ease-in-out;
		}
/* ------- Panneau central avec image commandée ------- */
	#azur {
		margin-top: 0;
		text-align: center;
		height: 402px;
		border-top: 1px solid silver;
		border-bottom: 1px solid silver;
		background-color: whitesmoke;
		}
	#femina { /* image centrale */
		border: 1px solid silver;
		transition: 1200ms ease;
		}
/* ----------------- Image cliquable ----------------- */
	#globe {
		position: absolute;
		top: 320px;
		left: 100px;
		opacity: 0.3;
		}
	#globe:hover {
		opacity: 0.6;
		transition: opacity 0.2s ease-in-out;
		}
/* ----------------- Bouton reload ----------------- */
	#BB { /* ButterBlume - Bouton d'or */
		position: absolute;
		top: 500px; /* OLD: 535px */
		right: 50px;
		border: 1px solid orange;
		border-radius: 33px; /* OLD: 18px */
		opacity: 0.4;
		}
	#BB:hover {
		opacity: 0.8;
		}
/* ----------------- Texte latin ----------------- */
	#latin {
		width: 980px;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		line-height: 20px;
		font-family: "Century Gothic",sans-serif;
		font-size: 85%;
		color: grey;
		}
/* ----------------- Mare Nostrum ----------------- */
	#artis {
		margin-top: 20px;
		min-height: 160px;
		font-family: "Century Gothic",sans-serif;
		text-align: center;
		border-top: 1px solid silver;
		border-bottom: 1px solid silver;
		background-color: whitesmoke;
		}
	#antique {
		display: none;
		margin-left: 250px;
		text-align: left;
		font-size: 1.1rem;
		color: #007FFF;
		}
	#auteur {
		display: none;
		text-align: center;
		font-size: 1rem;
		color: darkgrey;
		}	

/* -------------- Responsive design -------------- */
	
	@media(orientation:portrait){
	
	}
	@media(orientation:landscape){
	
	}

/* ----------------- Panneau sud ----------------- */
	#sud {
		width: 800px;
		height: 800px;
		background: #DFF2FF; /* bleu dragée */
		}

