#section-repertoire {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
}

#section-repertoire #ligne-1 {
	width: 100%;
	height: 100%;
	min-height: 50vh;
	background-color: #F3D8D6;
	position: relative;
	overflow: hidden;

	display: flex; 
	flex-flow: row wrap; 
	align-items: stretch;
	justify-content: flex-start;
}

#section-repertoire #ligne-1 #cle-sol { 
	height: 80%; 
	top: 5%; 
	position: absolute; 
	left: calc(80%); 
	z-index: 10; 
}

#section-repertoire #ligne-1 #gauche {
	position: relative;	
	width: calc(80% - 1px);
	background-color: #F3D8D6;
	padding: 0;
	margin: 0;
	display: flex; 
	flex-flow: row wrap; 
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 20px;	
}

#section-repertoire #ligne-1 #gauche #contenu {
	position: relative;
	width: calc(100% - 40px);
	padding: 20px 40px 20px 40px;	
}

#section-repertoire #ligne-1 #gauche #contenu h1 { text-align: left; }

#section-repertoire #ligne-1 #gauche .repertoire .list-container { 
	column-count: 2; 
	border-top: 1px solid #D2312A; 
	padding: 20px 0px; 
	margin-top: 10px;
	/*background-color: white;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);*/
}

#section-repertoire #ligne-1 #gauche .repertoire .list-container li { font-size: 1.3rem; line-height: 1.4rem; }
#section-repertoire #ligne-1 #gauche .repertoire .list-container span { font-size: 0.8rem; }

#section-repertoire #ligne-1 #gauche .repertoire ul { column-break-inside: avoid; text-align: left; list-style: none; margin: 0; padding: 0; }
#section-repertoire #ligne-1 #gauche .repertoire.hide {
	display: none;
}

#section-repertoire #ligne-1 #droite {
	position: relative;	
	width: calc(15% - 80px);

	padding: 40px;
	background-color: #F3D8D6;
	/*margin-left: 8vh;*/

	display: flex; 
	flex-flow: row wrap; 
	flex-direction: column;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
}

#section-repertoire #gauche .bouton {
	color: #0D5047;
	background-color: white;
	font-size: 1.2rem;
	border: 2px solid #0D5047;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	width: 20%;
	text-transform: uppercase;
	cursor: pointer;	
}

#section-repertoire #gauche .bouton.active { background-color: #0D5047; color: white; }

#section-repertoire #gauche .bouton:hover {
	background-color: #0D5047;
	color: white;
}

@media only screen and (max-width: 768px) {
	#section-repertoire { padding: 0; width: calc(100%); display: block; }
	#section-repertoire #ligne-1 { display: block; width: 100%; padding: 0px; }
	#section-repertoire #ligne-1 #cle-sol { display: none; }
	#section-repertoire #ligne-1 #droite,
	#section-repertoire #ligne-1 #gauche { width: calc(100% - 40px); padding: 20px; margin: 0; }
	#section-repertoire #ligne-1 #gauche #contenu { padding: 0px; width: calc(100%); margin: 0; }

	#section-repertoire #ligne-1 #gauche #contenu .repertoire { padding: 0; }
	#section-repertoire #ligne-1 #gauche .repertoire .list-container li { font-size: 1.1rem; line-height: 1.2rem; }
	#section-repertoire #ligne-1 #gauche .repertoire .list-container li span { display: none; }
	#section-repertoire #gauche .bouton { font-size: 0.8rem; }
}

@media only screen and (max-width: 500px) {
	
	#section-repertoire { padding: 0; width: calc(100%); display: block; }
	#section-repertoire #ligne-1 { display: block; width: 100%; padding: 0px; }
	#section-repertoire #ligne-1 #cle-sol { display: none; }

	#section-repertoire #ligne-1 #droite,
	#section-repertoire #ligne-1 #gauche { width: calc(100% - 20px); padding: 10px; margin: 0; }

	#section-repertoire #ligne-1 #droite {		
		flex-direction: row;
		justify-content: center;
		align-content: center;
		align-items: center;
	}

	#section-repertoire #ligne-1 #gauche #contenu { padding: 0px; width: calc(100%); margin: 0; }

	#section-repertoire #ligne-1 #gauche #contenu .repertoire { padding: 0; }
	#section-repertoire #ligne-1 #gauche .repertoire .list-container { padding: 10px; column-count: 1; }
	#section-repertoire #ligne-1 #gauche .repertoire .list-container li { margin: 5px 0 5px 0; }
	#section-repertoire #ligne-1 #gauche .repertoire ul { list-style: none; text-align: center; }

	#section-repertoire #ligne-1 h1 { font-size: 1.4rem; }
	#section-repertoire #ligne-1 p,
	#section-repertoire #ligne-1 ul { 
		font-size: 1.1rem;
		line-height: 1.3rem;
		padding-top: 1vh;	
		text-align: justify;
	}	

	#section-repertoire #gauche .bouton { 
		width: 100%; 
		margin: 0; 
		margin-top: 20px;
		padding: 5px 0 5px 0; 
		font-size: 1.2rem; 
		color: white;
		border-color: #555;
		background-color: #E0827C;
	}
}
