body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 100%; 
}
h2 {font-size: 1.8rem;margin-top: 30px;margin-right: 20px;}
h3 {font-size:1.4rem;margin-bottom: 10px;}
p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 20px 20px;
	line-height: 1.5;
}
a {text-decoration: none;color:#ff5722; font-weight:bold}
/* h1 {font-size: 22px;} */
table{margin-left:0px;margin-top:0px;}
h3{margin:20px;}
ul li {font-family: Arial, sans-serif;font-size: 14px;display : list-item;list-style-type: none;margin: 0 0 6px -40px;}

#lien-exos {position:absolute;left:60px;top:870px;height:20px;width: 100px;}
#lien-explic {position:absolute;left:250px;top:850px;height:20px;width: 200px;z-index:2000;}
#lien-exos a, #lien-explic a {color:#00dcff;font-size:20px;font-weight: bold;text-decoration: none;}
#pousser_tirer{float: left;margin-left:10px;margin-top:-10px;z-index:30;background-color: none;}
#soufflet{width:100px;height:1000px;padding:0;
float:left;margin-left:-14px;margin-top:-89px;background-size: contain;}
#soufflet h1{font-size:32px;margin:410px 0 0 280px;color:#bec9df;letter-spacing: 2px;text-align: center;width:240px;text-shadow: 1px 1px 1px #000;
border-radius: 10px;background-color: rgb(156,98,61);;background-image: linear-gradient(to top left,rgba(0, 0, 0, .2),rgba(0, 0, 0, .2) 30%,rgba(0, 0, 0, 0));
box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),inset -2px -2px 3px rgba(0, 0, 0, .6);}
#legendAccord {float:left;margin-left:4px;margin-top: -46px;font-size: 12px;color:#fff; width:100px}
#legendSoufflet {float: left;margin-left:-442px;margin-top: 571px;font-size: 12px;color:#fff}
#soufflet h2 {float: left;margin-top:-439px;margin-left:43px;z-index: 40;color:#fff;font-size:20px;font-weight: 500;overflow: hidden;}

#note_musique{float: left;margin-left:88px;margin-top:-368px;}
#note_musique img{width: 70%;}
#pbTailleEcran, #pbTailleEcran1{display:none;}
#exterieur-main-droite{margin:125px 0px 0px 34px;}
#interieur-main-droite{margin:175px 0px 0px 20px;}
#exterieur-main-gauche{margin:400px 0px 0px 4px;}
#interieur-main-gauche{margin:400px 0px 0px 60px;}

.container {
	width: 100%;
	position:relative;
}
.accordeon{position:relative;top:150px;left:10px;width:1100px;min-height:800px;display:block}

/************************************* MENU ****************************************************/
.header, .footer {
	background-image: url('images/header-diato.webp');
	background-size: cover;
	background-position: center;
	height: 150px;
	text-align: center;
}

.overlay {
	background: rgba(138, 87, 54, 0.4);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items: center;
	font-size: 14px;
}


h1 {
	margin: 0;
	font-size: 3rem;
	margin-bottom: 10px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	color: #d0d088;
}

/* Menu */
.menu ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 60px;
}

.menu li {
	position: relative;
}

.menu a {
	text-decoration: none;
	color: #fff;
	font-size: 1.8rem;
	padding: 6px 10px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.menu a:hover {
	background: #ff5722;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.menu a.active {
	background: #ff5722;
	/* Couleur vive pour indiquer la page active */
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
/**************************************************************************************************/

.majuscule{font-size:1px;color:#fff;}/* Cette classe sert uniquement à différencier les notes a et A (a majuscule) pour le clavier main gauche */
.bouton_droite_tirer, .bouton_gauche_tirer {font-size: 24px;background-image:none;background-color:#33a8ff;height: 80px;width: 80px;border-radius: 50%;
	background-repeat: no-repeat;background-position: center center;cursor: pointer;}
	.bouton_droite_pousser, .bouton_gauche_pousser {font-size: 19px;background-image:none;background-color:#d0d088;height: 80px;width: 80px;border-radius: 50%;
	background-repeat: no-repeat;background-position: center center;cursor: pointer;}
.bouton, .bouton_gauche, .bouton_droite {
            font-size: 24px;
			background-image:url("images/bouton.png");
			height: 80px;
			width: 80px;
			border-radius: 50%;
			background-repeat: no-repeat;
			background-position: center center;
			cursor: pointer;
			color: rgba(0,0,0,1);
		}

.tirer{display:block}
.pousser{display:none}
.consigne{color:red;}
.clavier-main-droite, .accordeon, .clavier-main-gauche, .main-droite, .main-gauche{display:flex;}

.clavier-main-droite, .main-droite{background-image:url("images/clavier-main-droite-tablette.jpg");background-repeat:no-repeat;width:376px;height:1200px;
		float: left;margin-left:14px;margin-top:-148px;background-size: contain;}
.clavier-main-gauche {background-image:url("images/clavier-main-gauche.jpg");background-repeat:no-repeat;width:481px;height:1131px;
		z-index:15;float: left;margin-left:100px;margin-top:-121px;background-size: contain;}
.clavier-main-gauche h2 {float: left; margin-left:50px; margin-top:114px;color:#fff;width: 100px;
	font-size:1.2rem;font-weight: 500;}		
.styled_tirer {width:190px;height:1119px; background-repeat: no-repeat; border: none;background-size: 100%;color:#fff;font-size:2em;font-weight:800;
	background-position: center center;cursor: pointer; background-color:inherit;background-image: url("images/soufflet-tirer.png");}
.styled_tirer:hover {background-size: 101%;}
.styled_pousser {width:190px;height:1119px; background-repeat: no-repeat; border: none; background-size: 100%; color:#000;font-size:2em;font-weight: bold;
	background-position: center center;cursor: pointer; background-color:inherit;background-image: url("images/soufflet-pousser.png");}
.styled_pousser:hover {background-size: 101%;}
.styled2 {border: 0;line-height: 1.4;width:78px;padding: 5px;font-size: 1rem;text-align: center;color: #fff;text-shadow: 1px 1px 1px #000;border-radius: 10px;
background-color: rgba(138, 43, 226, 1);background-image: linear-gradient(to top left,rgba(0, 0, 0, .2),rgba(0, 0, 0, .2) 30%,rgba(0, 0, 0, 0));
box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),inset -2px -2px 3px rgba(0, 0, 0, .6);cursor: pointer;}
.styled2:hover {background-color: rgba(238, 130, 238, 1);}
.styled2:active {box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),inset 2px 2px 3px rgba(0, 0, 0, .6);}
.style_accord, .style_gamme {border: 0;line-height: 1.4;width:38px;padding: 4px;font-size: 11px;text-align: center;color: #fff;text-shadow: 1px 1px 1px #000;
border-radius: 4px;background-color: rgba(75, 26, 29, 1);background-image: linear-gradient(to top left,rgba(0, 0, 0, .2),rgba(0, 0, 0, .2) 30%rgba(0, 0, 0, 0));
box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),inset -2px -2px 3px rgba(0, 0, 0, .6);cursor: pointer;}
.style_accord:hover, style_gamme:hover {background: rgba(116, 35, 54, 1);}
.style_accord:active, style_gamme:active {box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),inset 2px 2px 3px rgba(0, 0, 0, .6);}
.style_gamme {width:44px;}
/************************************************** /* Footer / ----------------------------*/

.footer {
	position:relative;
  height: 100px;
  bottom:-170px;
}

.footer-content {
  text-align: center;
  padding-bottom: 10px; /* Espacement du bas */
}

.footer-link {
  text-decoration: none; /* Supprime le soulignement */
  color: #d0d088; /* Texte blanc */
  font-weight: bold;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ff5722; /* Couleur vive au survol */
}
.footer ul {
	display:flex;
}
.footer ul li{
	display:list-item;
	padding: 0 30px 0 20px;
	color:#fff;
}
/* ------------------------------- OBLIGATION MODE PORTRAIT -----------------------------------------*/
#modePortrait{
	display: none;
}
@media (orientation: landscape) {
	#modePortrait{
		display: block;
		font-size: 1.5rem;
		padding:20px;
		color: #f00; /* Couleur d'avertissement */
		height:50px;
		height: 72vh;
	}
	#modePortrait img {
		margin:30px;
	}
	.accordeon {
		display:none;
	}
	.footer {
		bottom:-600px;
	}
}

/* ------------------------------- INTERDICTION ECRANS  SMARTPHONES < 668 px----------------------------------------------------------------*/
@media (max-width: 668px) {
	.container,header,footer {display:none;}
 	#pbTailleEcran1 {display:block; font-size:24px; color:red; margin:100px auto 0 auto;width:50%;}
}