body
{
	margin: 0;
	padding: 0;
}
.conteneurp
{
	min-width: 98vw;
	min-height: 120vh;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	/*grid-auto-columns: column;
	grid-auto-rows: row;*/
	/*background-color: #ffffff;*/
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../image/fond1.jpg);
	background-size: 115vw 115vh;
	background-position: top;
	background-repeat: no-repeat;
}
.conteneur1
{
	min-width: 98vw;
	height: 200px;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	text-align: center;
}
.conteneur1 .element
{
	color: #ffffff;
	font-weight: bolder;
	padding: 10px;
}
.conteneur1 .droit h1
{
	font-size: 35px;
	color: #ffffff;
	font-weight: bolder;
	padding: 2px;
	position: relative;
	top:50px;
}
.conteneur2 .element
{
	border-radius: 30px;
}
.conteneur2 .element .formulaire
{
	width: 70%;
	height: 220px;
	margin: auto;
	display: grid;
	justify-content: center;
	border-radius: 15px;
}
.conteneur2 .element .formulaire form input
{
	width: 100%;
	height: 30px;
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
	background-color: transparent;
	color: #000;
}
.conteneur2 .element .formulairep
{
	width: 50%;
	height: 350px;
	border-radius: 15px;
	position: relative;
	left: 40%;
	background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}
.conteneur2 .element .formulairep p
{
	margin-bottom: 2px;
	margin-top: 2px;
}
.conteneur2 .element .formulaire a
{
	text-decoration: none;
	border-right: 1px dashed #268AFF;
	border-left: 1px dashed #268AFF;
	padding: 5px;
	color: #F0F0F0;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}
.conteneur2 .element .formulaire a:hover
{
	text-decoration: none;
	border-bottom: 1px double #268AFF;
	border-top: 1px double #268AFF;
	color: #F0F0F0;
	font-weight: bold;
	font-size: 18px;
}
.conteneur2 .element .formulaire label
{
	color: #F0F0F0;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.conteneur2 .element .formulaire form input.submit
{
	width: 70%;
	height: 35px;
	background-color: #268AFF;
	color: #ffffff;
	font-weight: bolder;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.conteneur2
{
	width: 100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows:445px;
	/*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../image/salle_info.jpg);*/
	position: relative;
	bottom: 0px;
	top: 0px;
}
.conteneur2 .droit
{
	/*border: 2px solid pink;*/
	color: #F0F0F0;
	font-weight: bolder;
	/*padding: 10px;*/
	text-align: center;
	margin: 10px;
	position:relative;
	top: 50px;
	right: 10%;
	/*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));*/
}
.conteneur2 .droit video
{
	width: 57%;
	height: 297px;
	position: relative;
	border:2px solid #ffffff;
	border-radius: 15px;
}
.conteneur2 .droit a
{
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	font-weight: bolder;
	padding: 10px;
	position: relative;
	top: 20px;
	border-radius: 5px;
	text-align: center;
	background-color: #268AFF;
}
.conteneur2 .gauche
{
	width: 98%;
	height: 98%;
	color: #F0F0F0;
	font-weight: bolder;
	/*padding: 10px;*/
	text-align: center;
	margin: 10px;
	position:relative;
	top: 50px;
}
.conteneur2 .gauche .formulairep li
{
	list-style: none;
	position: relative;
	right: 5px;
	color: #F0F0F0;
}
.conteneur2 .gauche .formulairep li::before
{
	content:"✓"; 
	color:#268AFF;
	margin-right: 5px;
}
img
{
	width: 400px;
	margin: 0;
	padding: 0;
}
.conteneur3
{
	width: 100%;
	min-height: 40vh;
	display:grid;
/*	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;*/
	position: relative;
	top: 0px;
	bottom: 0px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transform: scale(0.1);
	transition: all 1s ease-in-out;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.conteneur3 .droit .cercle_princale
{
	height: 200px;
	width: 200px;
	background-color: #ffffff;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left: 20%;
	border-radius: 8px;
	border:1px solid rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px rgba(0,0,0,.1);
	display: grid;
	place-items:center;
}
.conteneur3 .droit .cercle_princale .cercle_progression
{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: grid;
	place-items:center;
}
.conteneur3 .droit .cercle_princale .cercle_progression:before
{
	content: "";
	position: absolute;
	width: 84%;
	height: 84%;
	background-color: #ffffff;
	border-radius: 50%;
}
.conteneur3 .droit .cercle_princale .cercle_progression .valeur_progression
{
	position: relative;
	font-family: sans-serif;
	color:#212121;
	font-size: 35px;
}
.conteneur3 .droit
{
	width: 34%;
	height: 40vh;
	margin-left: 0px;
	align-items: center;
	border-radius:0px;
	font-weight: bolder;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
}
.conteneur3 .centre .cercle_princale1
{
	height: 200px;
	width: 200px;
	background-color: #ffffff;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left: 50%;
	border-radius: 8px;
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	display: grid;
	place-items:center;
}
.conteneur3 .centre .cercle_princale1 .cercle_progression1
{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: grid;
	place-items:center;
}
.conteneur3 .centre .cercle_princale1 .cercle_progression1:before
{
	content: "";
	position: absolute;
	width: 84%;
	height: 84%;
	background-color: #ffffff;
	border-radius: 50%;
}
.conteneur3 .centre .cercle_princale1 .cercle_progression1 .valeur_progression1
{
	position: relative;
	font-family: sans-serif;
	color:#212121;
	font-size: 35px;
}
.conteneur3 .centre
{
	width: 34%;
	height: 40vh;
	margin-left: 0px;
	align-items: center;
	border-radius:0px;
	font-weight: bolder;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
}
.conteneur3 .gauche .cercle_princale2
{
	height: 200px;
	width: 200px;
	background-color: #ffffff;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left: 85%;
	border-radius: 8px;
	/*border:1px solid rgba(0,0,0,.1);*/
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	display: grid;
	place-items:center;
}
.conteneur3 .gauche .cercle_princale2 .cercle_progression2
{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: grid;
	place-items:center;
}
.conteneur3 .gauche .cercle_princale2 .cercle_progression2:before
{
	content: "";
	position: absolute;
	width: 84%;
	height: 84%;
	background-color: #ffffff;
	border-radius: 50%;
}
.conteneur3 .gauche .cercle_princale2 .cercle_progression2 .valeur_progression2
{
	position: relative;
	font-family: sans-serif;
	color:#212121;
	font-size: 35px;
}
.conteneur3 .gauche
{
	width: 34%;
	height: 40vh;
	margin-left: 0px;
	margin-right: 0px;
	align-items: center;
	border-radius: 0px;
	font-weight: bolder;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
}
.conteneur3 .titre
{
	color: #268AFF;
	font-size: 40px;
	box-sizing: border-box;
}
.conteneur3 .contenue
{
	box-sizing: border-box;
	font-size: 18px;
	color: #404040; /*2a2a2a*/
}
.conteneur4
{
	width: 100%;
	height: 350px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	position: relative;
	top:0px;
	bottom: 0px;
	/*background-image: linear-gradient(rgba(42,42,42,0.5),rgba(42,42,42,0.5)),url(../image/salle_info.jpg);*/
	background-color: #fff;
	/*border:1px solid rgba(0,0,0,.1);*/
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transform: scale(0.1);
	transition: all 1s ease-in-out;
}
.conteneur4 p
{
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	color: #212121;
}
.conteneur4 a
{
	width: 60%;
	height: 35px;
	color:#ffffff;
	text-decoration: none;
	font-size: 18px;
	border-radius:5px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	display: grid;
	margin: auto;
	background-color: #268AFF;
}
.conteneur4 a:hover
{
	width: 60%;
	height: 35px;
	text-decoration: none;
	font-size: 18px;
	border-radius:10px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #212121;
	color: #128aff;
}
.conteneur4 .droit
{
	width: 33%;
	margin-left: 10px;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bolder;
	padding: 10px;
	margin: 20px;
	text-align: center;
	border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;
	border:1px solid rgba(0,0,0,.1);
}
.conteneur4 .centre
{
	width: 33%;
	margin-left: 10px;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bolder;
	padding: 10px;
	margin: 20px;
	text-align: center;
	border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;
	border:1px solid rgba(0,0,0,.1);
}
.conteneur4 .gauche
{
	width: 33%;
	margin-left: 10px;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bolder;
	padding: 10px;
	margin: 20px;
	text-align: center;
	border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;
	border:1px solid rgba(0,0,0,.1);
}
.conteneur4 h1
{
	font-size: 26px;
	color: #212121;
}
.conteneur5
{
	width: 100%;
	min-height: 18vh;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	top:0px;
	bottom: 0px;
	background-color: #f32f2f;
	margin-top: 0px;
	margin-bottom: 0px;
	justify-content: space-between;
	opacity: 0;
	transform: scale(.1);
	transition: all 1s ease-in-out;
}
.conteneur5 .centre
{
	width: 100%;
	align-items: center;
	color: #ffffff;
	position: relative;
	top: 0px;
	font-weight: bolder;
	text-align: center;
}
.conteneur6
{
	width: 100%;
	height: 350px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 2fr;
	position: relative;
	top:0px;
	bottom: 0px;
	/*background-image: linear-gradient(rgba(42,42,42,0.5),rgba(42,42,42,0.5)),url(../image/salle_info.jpg);*/
	background-color: #fff;
	border:1px solid rgba(0,0,0,.1);
}
.conteneur6  li
{
	list-style: none;
	position: relative;
	right: 0px;
	color: #212121;
}
.conteneur6  li::before
{
	content:"✓"; 
	color:#268AFF;
	margin-right: 10px;
}
.conteneur6 p
{
	text-align: left;
	line-height: 25px;
}
.conteneur6 a
{
	color:#ffffff;
	text-decoration: none;
	font-size: 18px;
	border-radius:10px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-left: 100px;
	margin-right: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #268AFF;
}
.conteneur6 a:hover
{
	color:#268AFF;
	text-decoration: none;
	font-size: 18px;
	border-radius:10px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-left: 100px;
	margin-right: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.conteneur6
{
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transform: scale(0.1);
	transition: all 1s ease-in-out;
}
.conteneur6 .droit
{
	width: 33%;
	margin-left: 0px;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #ffffff;
	color: #212121;
	font-weight: bolder;
	padding: 10px;
	margin: 20px;
	/*border:1px solid rgba(0,0,0,.1);
	border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
.conteneur6 .centre
{
	width: 33%;
	margin-left: 0px;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #ffffff;
	color: #212121;
	font-weight: bolder;
	padding: 10px;
	margin: 20px;
	/*border:1px solid rgba(0,0,0,.1);
	border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
.conteneur6 .gauche
{
	width: 33%;
	margin-left: 0px;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #ffffff;
	color: #212121;
	font-weight: bolder;
	padding: 10px;
	margin: 20px;
	/*border:1px solid rgba(0,0,0,.1);
	border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
.conteneur6 video
{
	width: 100%;
	height: 250px;
	/*border:2px solid #a1a1a1;*/
	margin: 0 auto;
	position: relative;
	bottom: 4px;
	/*border:1px solid rgba(0,0,0,.1);*/
	box-shadow: 0px 0px 10px #F0F0F0;
}
.conteneur6 h1
{
	font-size: 26px;
}
.conteneur7
{
	width: 100%;
	min-height: 10vh;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	top:0px;
	text-align: center;
	background-color: #fff;
	border:1px solid rgba(0,0,0,.1);
	margin-top: 0px;
	margin-bottom: 0px;
	justify-content: space-between;
	opacity: 0;
	transform: scale(.1);
	transition: all 1s ease-in-out;
}
.conteneur7 .centre
{
	width: 100%;
	align-items: center;
	justify-content: center;
	color: #212121;
	font-weight: bolder;
	text-align: center;
}
.conteneur7 h1
{
	text-align: center;
	margin-top:20px;
	font-size: 26px;
}
.conteneur8
{
	width: 100%;
	min-height: 10vh;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	bottom:0px;
	text-align: center;
	background-color: #fff;
	border:1px solid rgba(0,0,0,.1);
	margin-top: 0px;
	margin-bottom: 0px;
	justify-content: space-between;
	opacity: 0;
	transform: scale(.1);
	transition: all 1s ease-in-out;
}
.conteneur8 .centre
{
	width: 100%;
	align-items: center;
	justify-content: center;
	color: #212121;
	font-weight: bolder;
	text-align: center;
	margin: auto;
}
.conteneur8 h1
{
	text-align: center;
	font-size: 26px;
}
.active
{
	opacity: 1;
	transform: scale(1);
	
}
.active1
{
	opacity: 1;
	transform: scale(1);
	
}
.active6
{
	opacity: 1;
	transform: scale(1);
	
}
.active7
{
	opacity: 1;
	transform: scale(1);
	
}
.active8
{
	opacity: 1;
	transform: scale(1);
	
}
.active2
{
	opacity: 1;
	transform: scale(1);

}
p{
	font-size: 18px;
	line-height:30px;
}
.conteneurp .slide
	{
		display: none;
	}
@media screen and (max-width: 960px)
{
	body
	{
		margin: 0;
		padding: 0;
	}
	.conteneurp
	{
		min-width: 98vw;
		min-height: 100vh;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		/*grid-auto-columns: column;
		grid-auto-rows: row;*/
		background-image: none;
		background-size: 100vw 100vh;
		background-position: top;
		background-repeat: no-repeat;
	}
	.conteneur1
	{
		width: 100%;
		height: auto;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top: 10px;
	}
	.conteneur1 .element
	{
		color: #ffffff;
		font-weight: bolder;
		padding: 10px;
		display: none;
	}
	.conteneur1 .droit h1
	{
		color: #212121;
		font-weight: bolder;
		padding: 2px;
		position: relative;
		top:0px;
		font-size: 16px;
		display: none;
	}
	.conteneur1 .droit h1.principale
	{
		/*border: 1px solid red;*/
		color: #212121;
		font-weight: bolder;
		padding: 2px;
		position: relative;
		top:0px;
		font-size: 30px;
		display: none;
	}
	.conteneur1 .droit
	{
		height: 40px;
	} 
	.conteneurp .slide
	{
		display: block;
	}
	.conteneur2 .element
	{
		border-radius: 30px;
	}
	.conteneur2 .element .formulaire
	{
		width: 100%;
		height: 220px;
		margin: auto;
		display: grid;
		justify-content: center;
		border: 0px solid #F0F0F0;
		border-radius: 0px;
	}
	.conteneur2 .element .formulaire form input
	{
		width: 100%;
		height: 30px;
		border: 1px solid rgba(0,0,0,.1);
		padding: 10px;
		font-size: 18px;
		border-radius: 5px;
		background-color: transparent;
		color: #212121;
	}
	.conteneur2 .element .formulairep
	{
		width: 100%;
		height: 350px;
		border-radius: 0px;
		position: relative;
		left: 0px;
		right: 0px;
		background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
		margin-bottom: 0px;
		margin-top: 0px;
		border:1px solid rgba(0,0,0,.1);
	}
	.conteneur2 .element .formulaire a
	{
		text-decoration: none;
		border-right: 1px dashed #268AFF;
		border-left: 1px dashed #268AFF;
		padding: 5px;
		color: #212121;
		font-weight: bold;
		font-size: 18px;
		margin-top: 20px;
	}
	.conteneur2 .element .formulaire a:hover
	{
		text-decoration: none;
		border-bottom: 1px double #268AFF;
		border-top: 1px double #268AFF;
		color: #F0F0F0;
		font-weight: bold;
		font-size: 18px;
	}
	.conteneur2 .element .formulaire label
	{
		color: #212121;
		font-size: 18px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.conteneur2 .element .formulaire form input.submit
	{
		width: 70%;
		height: 35px;
		background-color: #268AFF;
		color: #ffffff;
		font-weight: bolder;
		font-size: 18px;
		text-align: center;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.conteneur2
	{
		width: 100%;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows:200px;
		display: block;
		/*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../image/salle_info.jpg);*/
		position: relative;
		bottom: 0px;
		top: 0px;
	}
	.conteneur2 .droit
	{
		width: 100%;
		height: 320px;
		color: #F0F0F0;
		font-weight: bolder;
		/*padding: 10px;*/
		text-align: center;
		margin: 0px;
		position:relative;
		top: 0px;
		right: 0;
		/*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));*/
	}
	.conteneur2 .droit video
	{
		width: 100%;
		height: 250px;
		border-radius: 0px;
	}
	.conteneur2 .droit a
	{
		text-decoration: none;
		font-size: 16px;
		color: #ffffff;
		font-weight: bolder;
		padding: 8px;
		position: relative;
		top: 10px;
		border-radius: 5px;
		text-align: center;
		background-color: #268AFF;
	}
	.conteneur2 .gauche
	{
		width: 100%;
		height: 98%;
		color: #212121;
		font-weight: bolder;
		/*padding: 10px;*/
		text-align: center;
		margin: 0px;
		position:relative;
		top: 0px;
	}
	.conteneur2 .gauche .formulairep li
	{
		list-style: none;
		position: relative;
		right: 20px;
		color: #212121;
	}
	.conteneur2 .gauche .formulairep li::before
	{
		content:"✓"; 
		color:#268AFF;
		margin-right: 10px;
	}
	img
	{
		width: 400px;
		margin: 0;
		padding: 0;
	}
	.conteneur3
	{
		width: 100%;
		height: auto;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top: 0px;
		margin: auto;
		background-color: #ffffff;
		justify-content: space-between;
		opacity: 1;
		transform: scale(1);
		transition: all 1s ease-in-out;
		box-sizing: border-box;
		align-items: center;
	}
	.conteneur3 .droit .cercle_princale
	{
		height: 200px;
		width: 200px;
		background-color: #ffffff;
		position: absolute;
		transform: translate(-50%,-50%);
		top:50%;
		left: 50%;
		border-radius: 8px;
		box-shadow: 0px 0px 4px rgba(0,0,0,.1);
		display: grid;
		place-items:center;
	}
	.conteneur3 .droit .cercle_princale .cercle_progression
	{
		position: relative;
		width: 150px;
		height: 150px;
		border-radius: 50%;
		display: grid;
		place-items:center;
	}
	.conteneur3 .droit .cercle_princale .cercle_progression:before
	{
		content: "";
		position: absolute;
		width: 84%;
		height: 84%;
		background-color: #ffffff;
		border-radius: 50%;
	}
	.conteneur3 .droit .cercle_princale .cercle_progression .valeur_progression
	{
		position: relative;
		font-family: sans-serif;
		color:#212121;
		font-size: 35px;
	}
	.conteneur3 .droit
	{
		width: 98%;
		height: 240px;
		position: relative;
    	top: 10px;
		margin-top: 0px;
		align-items: center;
		margin-left: 3px;
		border-radius: 0px;
		border: 0px solid #f1f1f1;
		background-color: #ffffff;
		font-weight: bolder;
		padding: 5px;
		text-align: center;
		box-shadow: 0px 0px 8px #f1f1f1;
		
	}
	.conteneur3 .centre .cercle_princale1
{
	height: 200px;
	width: 200px;
	background-color: #ffffff;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left: 50%;
	border-radius: 8px;
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	display: grid;
	place-items:center;
	border:1px solid rgba(0,0,0,.1);;
}
.conteneur3 .centre .cercle_princale1 .cercle_progression1
{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: grid;
	place-items:center;
}
.conteneur3 .centre .cercle_princale1 .cercle_progression1:before
{
	content: "";
	position: absolute;
	width: 84%;
	height: 84%;
	background-color: #ffffff;
	border-radius: 50%;
}
.conteneur3 .centre .cercle_princale1 .cercle_progression1 .valeur_progression1
{
	position: relative;
	font-family: sans-serif;
	color:#212121;
	font-size: 35px;
}
.conteneur3 .centre
{
	width: 34%;
	height: 200px;
	margin-left: 0px;
	border: 0px;
	align-items: center;
	border-radius:0px;
	font-weight: bolder;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
}
.conteneur3 .gauche .cercle_princale2
{
	height: 200px;
	width: 200px;
	background-color: #ffffff;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left: 50%;
	border-radius: 8px;
	border:1px solid rgba(0,0,0,.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	display: grid;
	place-items:center;
}
.conteneur3 .gauche .cercle_princale2 .cercle_progression2
{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: grid;
	place-items:center;
}
.conteneur3 .gauche .cercle_princale2 .cercle_progression2:before
{
	content: "";
	position: absolute;
	width: 84%;
	height: 84%;
	background-color: #ffffff;
	border-radius: 50%;
}
.conteneur3 .gauche .cercle_princale2 .cercle_progression2 .valeur_progression2
{
	position: relative;
	font-family: sans-serif;
	color:#212121;
	font-size: 35px;
}
	.conteneur3 .centre
	{
		width: 98%;
		height: 200px;
		position: relative;
    	top: 10px;
		margin-top: 5px;
		margin-left: 3px;
		align-items: center;
		border-radius:0px;
		border: 0px solid #ffffff;
		font-weight: bolder;
		padding: 10px;
		text-align: center;
		background-color: #ffffff;
		box-shadow: 0px 0px 8px #f1f1f1;
	}
	.conteneur3 .gauche
	{
		width: 98%;
		height: 200px;
		position: relative;
    	top: 10px;
		margin-top: 5px;
		margin-left: 3px;
		align-items: center;
		border-radius: 0px;
		border: 0px solid #f1f1f1;
		font-weight: bolder;
		padding: 10px;
		text-align: center;
		background-color: #ffffff;
		box-shadow: 0px 0px 8px #f1f1f1;
	}
	.conteneur3 .titre
	{
		color: #268AFF;
		font-size: 20px;
		box-sizing: border-box;
	}
	.conteneur3 .contenue
	{
		position: relative;
		top: 0px;
		text-align: center;
		box-sizing: border-box;
		font-size: 16px;
		color: #404040; /*2a2a2a*/
	}
	.conteneur4
	{
		width: 100%;
		height: auto;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top:0px;
		bottom: 0px;
		/*background-image: linear-gradient(rgba(42,42,42,0.5),rgba(42,42,42,0.5)),url(../image/salle_info.jpg);*/
		background-color: #fff;
	}
	.conteneur4 p
	{
		text-align: center;
		line-height: 25px;
		color: #212121;
	}
	.conteneur4 a
	{
		color:#ffffff;
		text-decoration: none;
		font-size: 18px;
		border-radius:10px;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #268AFF;
	}
	.conteneur4
	{
		margin-top: 0px;
		margin-bottom: 0px;
		display: block;
		justify-content: space-between;
		opacity: 0;
		transform: scale(0.1);
		transition: all 1s ease-in-out;
	}
	.conteneur4 .droit
	{
		width: 98%;
		margin-left: 0px;
		align-items: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		color: #ffffff;
		font-weight: bolder;
		padding: 10px;
		margin: 5px;
		text-align: center;
		border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;
		border:1px solid rgba(0,0,0,.1);
	}
	.conteneur4 .centre
	{
		width: 98%;
		margin-left: 0px;
		align-items: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		color: #ffffff;
		font-weight: bolder;
		padding: 10px;
		margin: 5px;
		text-align: center;
		border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;
		border:1px solid rgba(0,0,0,.1);
	}
	.conteneur4 .gauche
	{
		width: 98%;
		margin-left: 0px;
		align-items: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		color: #ffffff;
		font-weight: bolder;
		padding: 10px;
		margin: 5px;
		text-align: center;
		border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;
		border:1px solid rgba(0,0,0,.1);
	}
	.conteneur4 h1
	{
		font-size: 22px;
		color: #212121;
	}
	.conteneur5
	{
		width: 100%;
		min-height: 45vh;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top: 50px;
		background-color: #ffffff;
		margin-top: 0px;
		margin-bottom: 0px;
		justify-content: space-between;
		opacity: 0;
		transform: scale(.1);
		transition: all 1s ease-in-out;
	}
	.conteneur5 .centre
	{
		width: 100%;
		position: relative;
		top: 0px;
		align-items: center;
		color: #ffffff;
		font-weight: bolder;
		text-align: center;
	}
	.conteneur6
	{
		width: 100%;
		height: auto;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		display: block;
		position: relative;
		top:20px;
		bottom: 0px;
		/*background-image: linear-gradient(rgba(42,42,42,0.5),rgba(42,42,42,0.5)),url(../image/salle_info.jpg);*/
		background-color: #fff;
		opacity: 1;
		transform: scale(0.1);
		border: 0px;
		transition: all 1s ease-in-out;
	}
	.conteneur6  li
	{
		list-style: none;
		position: relative;
		right: 0px;
		color: #212121;
	}
	.conteneur6  li::before
	{
		content:"✓"; 
		color:#268AFF;
		margin-right: 10px;
	}
	.conteneur6 p
	{
		text-align: left;
		line-height: 25px;
	}
	.conteneur6 a
	{
		color:#ffffff;
		text-decoration: none;
		font-size: 18px;
		border-radius:10px;
		font-weight: bold;
		text-align: center;
		padding: 10px;
		margin-left: 100px;
		margin-right: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #268AFF;
	}
	.conteneur6 a:hover
	{
		color:#268AFF;
		text-decoration: none;
		font-size: 18px;
		border-radius:10px;
		font-weight: bold;
		text-align: center;
		padding: 10px;
		margin-left: 100px;
		margin-right: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffffff;
	}
	.conteneur6 .droit
	{
		width: 98%;
		margin-left: 0px;
		align-items: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		color: #212121;
		font-weight: bolder;
		padding: 10px;
		margin: 5px;
		border:1px solid rgba(0,0,0,.1);
		border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;
	}
	.conteneur6 .centre
	{
		width: 98%;
		margin-left: 0px;
		align-items: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		color: #212121;
		font-weight: bolder;
		padding: 10px;
		margin: 5px;
		border:1px solid rgba(0,0,0,.1);
		border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;
	}
	.conteneur6 .gauche
	{
		width: 98%;
		margin-left: 0px;
		align-items: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		color: #212121;
		font-weight: bolder;
		padding: 10px;
		margin: 5px;
		border:1px solid rgba(0,0,0,.1);
		border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;
	}
	.conteneur6 h1
	{
		font-size: 26px;
	}
	.conteneur7
	{
		width: 100%;
		min-height: 10vh;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top:10px;
		text-align: center;
		background-color: #fff;
		border:1px solid rgba(0,0,0,.1);
		margin-top: 10px;
		margin-bottom: 0px;
		justify-content: space-between;
		opacity: 0;
		transform: scale(.1);
		transition: all 1s ease-in-out;
	}
	.conteneur7 .centre
	{
		width: 100%;
		color: #212121;
		font-weight: bolder;
		text-align: center;
	}
	.conteneur7 h1.pricipale
	{
		display: grid;
		justify-items: center;
		justify-content: center;
		margin: 0px;
		font-size: 22px;
	}
	.conteneur8
	{
		width: 100%;
		min-height: 10vh;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top:0px;
		text-align: center;
		background-color: #fff;
		border:1px solid rgba(0,0,0,.1);
		margin-top: 0px;
		margin-bottom: 0px;
		justify-content: space-between;
		opacity: 0;
		transform: scale(.1);
		transition: all 1s ease-in-out;
	}
	.conteneur8 .centre
	{
		width: 100%;
		align-items: center;
		justify-content: center;
		color: #212121;
		font-weight: bolder;
		text-align: center;
	}
	.conteneur8 h1
	{
		text-align: center;
		margin-top:20px;
		font-size: 26px;
	}
	.active
	{
		opacity: 1;
		transform: scale(1);
		
	}
	.active1
	{
		opacity: 1;
		transform: scale(1);
		
	}
	.active6
	{
		opacity: 1;
		transform: scale(1);	
	}
	.active7
	{
		opacity: 1;
		transform: scale(1);
		
	}
	.active8
	{
		opacity: 1;
		transform: scale(1);
		
	}
	.active2
	{
		opacity: 1;
		transform: scale(1);

	}
	p{
		font-size: 18px
		line-height:30px;
	}
}