body
{
	margin: 0;
	padding: 0;
}
.conteneurp
{
	/*border: 1px dashed red;*/
	min-width: 98vw;
	min-height: 100vh;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	/*grid-auto-columns: column;
	grid-auto-rows: row;*/
	/*background-color: #212121;*/
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../image/fond5.jpg);
	background-size: 110vw 110vh;
	background-position: cover;
	background-repeat: no-repeat;
}
.conteneurp .slide
{
	display: none;
}
.conteneur1
{
	min-width: 98vw;
	height: 200px;
	display:grid;
	grid-template-columns: 900px;
	grid-template-rows: 1fr;
	text-align: center;
	line-height: 45px;
	font-family: arial;
	justify-content: center;
	align-content: center;
	/*border: 2px solid yellow;*/
}
.conteneur1 .element
{
	color: #ffffff;
	font-weight: bolder;
	padding: 10px;

}
.conteneur1 .droit h1
{
	/*border: 1px solid red;*/
	color: #ffffff;
	font-weight: bolder;
	padding: 2px;
	font-family: arial;
	position: relative;
	top:30px;
	text-align: center;
}
.conteneur2 .element
{
	border-radius: 30px;
}
.conteneur2
{
	width: 100%;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows:400px;
	/*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../image/salle_info.jpg);*/
	/*border: 2px solid red;*/
	position: relative;
	bottom: 0px;
	top: 0px;
	margin: 0px;
}
.bas
{
	width: 100%;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows:250px;
	/*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../image/salle_info.jpg);*/
	/*border: 2px solid yellow;*/
	position: relative;
	bottom: 20px;
	top: -40px;
}
.bas .bas1
{	
	margin:10px;
	/*border:1px solid green;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bas .bas1 img
{
	width: 145px;
	height: 145px;
	position: relative;
	left:0px;
	border:4px solid rgba(255,255,255,.8);
	border-radius: 100%;
}
.conteneur2 .element p.bastext
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
.conteneur2 .droit
{
	/*border: 2px solid pink;*/
	color: #F0F0F0;
	font-weight: bolder;
	text-align: center;
	margin: 10px;
	position:relative;
	top: 0px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.conteneur2 .droit h1
{
	/*border: 1px solid red;*/
	color: #ffffff;
	font-weight: bolder;
	padding: 2px;
	font-family: arial;
	position: relative;
	top:-50px;
	text-align: center;
}
.conteneur2 .droit p
{
	/*border: 1px solid red;*/
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bolder;
	padding: 2px;
	font-family: arial;
	position: relative;
	top:-50px;
	text-align: center;
}
.droit p.bastext
{
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bolder;
	padding: 2px;
	font-family: arial;
	position: relative;
	top: 0px;
	text-align: left;
}
.conteneur4
{
	width: 100%;
	height: auto;
	/* display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr; */
	position: relative;
	top:0px;
	bottom: 0px;
	overflow-x: hidden;
	/*background-image: linear-gradient(rgba(42,42,42,0.5),rgba(42,42,42,0.5)),url(../image/salle_info.jpg);*/
	background-color: #212121;
	opacity: 1;
	transform: scale(1);
	transition: all .5s ease-in-out;
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #ffffff;
}
.conteneur4 p
{
	text-align: left;
	line-height: 25px;
	font-size: 16px;
	color: #212121;
}
.conteneur4 p span
{
	text-align: left;
	line-height: 20px;
	font-size: 16px;
	color: #212121;
}
.conteneur4 h1
{
	color: #04b7b6;
	font-size: 16px;
	line-height: 30px;
	padding: 5px;
}
.conteneur4 .droit1 img
{
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	/*border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
.conteneur4 .centre1
{
	width: 100%;
	height: auto;
	margin-left: 10px;
	align-items: center;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,.1);
	color: #212121;
	font-weight: bolder;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;
	/*position: relative;
	left: 680px;
	transition: all 1s ease-in-out;*/
}
.conteneur4 .centre1 li
{
	text-align: left;
}
.conteneur4 .centre1 p span
{
	text-align: left;
	line-height: 35px;
	background-color: #04b7b6;
	padding: 2px;
	border-radius: 2px;
	color: #ffffff;
}
.conteneur4 .centre1 img
{
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	/*border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
.conteneur4 .gauche1 img
{
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	/*border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
/*--------------------------------------------------------*/
.conteneur4_1
{
	width: 100%;
	height: 350px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	position: relative;
	top:0px;
	bottom: 0px;
	overflow-x: hidden;
	/*background-image: linear-gradient(rgba(42,42,42,0.5),rgba(42,42,42,0.5)),url(../image/salle_info.jpg);*/
	background-color: #212121;
	opacity: 0;
	transform: scale(.1);
	transition: all .5s ease-in-out;
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
}
.conteneur4_1 p
{
	text-align: left;
	line-height: 20px;
	font-size: 16px;
	color: #212121;
}
.conteneur4_1 h1
{
	color: #04b7b6;
	font-size: 16px;
	line-height: 30px;
	padding: 5px;
}
.conteneur4_1 .droit1 img
{
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	/*border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
.conteneur4_1 .centre1
{
	width: 33%;
	margin-left: 10px;
	align-items: center;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,.1);
	color: #212121;
	font-weight: bolder;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;
	/*position: relative;
	left: 680px;
	transition: all 1s ease-in-out;*/
}
.conteneur4_1 .centre1 img
{
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	/*border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
.conteneur4_1 .gauche1 img
{
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	/*border-bottom-left-radius: 100% 30px;
	border-bottom-right-radius: 100% 30px;*/
}
.conteneur5
{
	width: 100%;
	min-height: 31vh;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	top:0px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	justify-content: space-between;
}
.conteneur5 .centre
{
	width: 100%;
	align-items: center;
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
}
.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: #ffffff;
	border:1px solid rgba(0,0,0,.1);
	margin-top: 0px;
	margin-bottom: 0px;
	justify-content: space-between;
	opacity: 1;
	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;
}
.conteneur7_1
{
	width: 100%;
	min-height: 10vh;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	top:0px;
	text-align: center;
	background-color: #ffffff;
	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_1 .centre
{
	width: 100%;
	align-items: center;
	justify-content: center;
	color: #212121;
	font-weight: bolder;
	text-align: left;
}
.conteneur7_1 h1
{
	text-align: center;
	margin-top:20px;
	font-size: 26px;
}

.active
{
	opacity: 1;
	transform: scale(1);
}
.active7
{
	opacity: 1;
	transform: scale(1);
	
}
.active7_1
{
	opacity: 1;
	transform: scale(1);
	
}
.active4
{
	opacity: 1;
	transform: scale(1);
}
.active4_1
{
	opacity: 1;
	transform: scale(1);
}
.active4_2
{
	opacity: 1;
	transform: scale(1);
}
.active4_3
{
	opacity: 1;
	transform: scale(1);
}
.activetest
{

	transform: translateX(680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetestg
{

	transform: translateX(-680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetest_1
{

	transform: translateX(680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetestg_1
{

	transform: translateX(-680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetest_2
{

	transform: translateX(680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetestg_2
{

	transform: translateX(-680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetest_3
{

	transform: translateX(680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetestg_3
{

	transform: translateX(-680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
p{
	font-size: 18px
	line-height:30px;
}
@media screen and (max-width: 960px)
{
	body
	{
		margin: 0;
		padding: 0;
	}
	.conteneurp
	{
		display: grid;
		min-width: 98%;
		min-height: 100%;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		/*grid-auto-columns: column;
		grid-auto-rows: row;*/
		background:transparent;	
	}
	.conteneurp .slide
	{
		display: block;
	}
	.conteneur1
	{
		min-width: 98vw;
		height: 150px;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		text-align: center;
		line-height: 60px;
		font-family: arial;
		justify-content: center;
		align-content: center;
		box-sizing: border-box;
		background: #ffffff;
		display: block;
	}
	.conteneur1 .element
	{
		width: 100%;
		color: #212121;
		font-weight: bolder;
		padding: 10px;
	}
	.conteneur1 .droit h1
	{
		/*border: 1px solid red;*/
		font-size: 14px;
		color: #212121;
		line-height: 20px;
		font-weight: bolder;
		padding: 2px;
		font-family: arial;
		position: relative;
		top:40px;
		text-align: center;
	}
	.conteneur2 .element
	{
		border-radius: 30px;
		box-sizing: border-box;
	}
	.conteneur2
	{
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows:1fr;
		/*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../image/salle_info.jpg);*/
		background: #ffffff;
		position: relative;
		bottom: 0px;
		top: 0px;
		margin: 0px;
		box-sizing: border-box;
	}
	.bas
	{
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows:1fr;
		background: #ffffff;
		position: relative;
		bottom: 0px;
		top: 0px;
	}
	.bas .bas1
	{	
		margin:0px;
		/*border:1px solid green;*/
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.bas .bas1 img
	{
		width: 145px;
		height: 145px;
		display: block;
		position: relative;
		left:0px;
		right: 40px;
		border:1px solid rgba(0,0,0,.1);
		box-shadow: 0px 0px 4px rgba(0,0,0,.2);
		border-radius: 100%;
	}
	.conteneur2 .element p.bastext
	{
		color: #212121;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
	}
	.conteneur2 .droit
	{
		width: 100%;
		background: #ffffff;
		color: #212121;
		font-weight: normal;
		text-align: center;
		margin: 0px;
		position:relative;
		top: 0px;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	.conteneur2 .droit h1
	{
		/*border: 1px solid red;*/
		font-size: 16px;
		color: #212121;
		font-weight: bolder;
		padding: 2px;
		font-family: arial;
		position: relative;
		top:0px;
		text-align: center;
	}
	.conteneur2 .droit p
	{
		/*border: 1px solid red;*/
		font-size: 14px;
		line-height: 15px;
		color: #212121;
		font-weight: bolder;
		padding: 2px;
		font-family: arial;
		position: relative;
		top:0px;
		text-align: center;
	}
	.conteneur4
	{
		width: 100%;
		height: auto;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top:0px;
		bottom: 0px;
		overflow-x: hidden;
		/*background-image: linear-gradient(rgba(42,42,42,0.5),rgba(42,42,42,0.5)),url(../image/salle_info.jpg);*/
		background-color: #212121;
		opacity: 1;
		/*transform: scale(.1);
		transition: all .5s ease-in-out;*/
		margin-top: 0px;
		margin-bottom: 0px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: #ffffff;
	}
	.conteneur4 p
	{
		text-align: left;
		line-height: 20px;
		font-size: 14px;
		color: #212121;
	}
	.conteneur4 .centre1 span
	{
		text-align: left;
		line-height: 20px;
		font-size: 14px;
		color: red;
	}
	.conteneur4 li
	{
		text-align: left;
		line-height: 20px;
		font-size: 14px;
		color: #212121;
	}
	.conteneur4 h1
	{
		color: #04b7b6;
		font-size: 16px;
		line-height: 30px;
		padding: 5px;
	}
	.conteneur4 .droit1 img
	{
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
		height: 145px;
		margin: 0px;
		padding: 0px;
		/*border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;*/
	}
	.conteneur4 .centre1
	{
		width: 98%;
		height: auto;
		margin-left: 0px;
		align-items: center;
		border-radius: 15px;
		border: 1px solid rgba(0,0,0,.1);
		color: #212121;
		font-weight: bolder;
		padding: 10px;
		margin: 0px;
		text-align: center;
		border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;
		/*position: relative;
		left: 680px;
		transition: all 1s ease-in-out;*/
	}
	.conteneur4 .centre1 img
	{
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
		height: 145px;
		margin: 0px;
		padding: 0px;
		/*border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;*/
	}
	.conteneur4 .gauche1 img
	{
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
		height: 145px;
		margin: 0px;
		padding: 0px;
		/*border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;*/
	}
	/*--------------------------------------------------------*/
	.conteneur4_1
	{
		width: 100%;
		height: auto;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top:0px;
		bottom: 0px;
		overflow-x: hidden;
		/*background-image: linear-gradient(rgba(42,42,42,0.5),rgba(42,42,42,0.5)),url(../image/salle_info.jpg);*/
		background-color: #212121;
		opacity: 1;
		/*transform: scale(.1);
		transition: all .5s ease-in-out;*/
		margin-top: 0px;
		margin-bottom: 0px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: #ffffff;
	}
	.conteneur4_1 p
	{
		text-align: center;
		line-height: 20px;
		font-size: 14px;
		color: #212121;
	}
	.conteneur4_1 h1
	{
		color: #04b7b6;
		font-size: 16px;
		line-height: 30px;
		padding: 5px;
	}
	.conteneur4_1 .droit1 img
	{
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
		height: 145px;
		margin: 0px;
		padding: 0px;
		/*border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;*/
	}
	.conteneur4_1 .centre1
	{
		width: 98%;
		margin-left: 0px;
		align-items: center;
		border-radius: 15px;
		border: 1px solid rgba(0,0,0,.1);
		color: #212121;
		font-weight: bolder;
		padding: 10px;
		margin: 0px;
		text-align: center;
		border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;
		/*position: relative;
		left: 680px;
		transition: all 1s ease-in-out;*/
	}
	.conteneur4_1 .centre1 img
	{
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
		height: 145px;
		margin: 0px;
		padding: 0px;
		/*border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;*/
	}
	.conteneur4_1 .gauche1 img
	{
		width: 100%;
		box-sizing: border-box;
		border-radius: 15px;
		height: 145px;
		margin: 0px;
		padding: 0px;
		/*border-bottom-left-radius: 100% 30px;
		border-bottom-right-radius: 100% 30px;*/
	}
	.conteneur5
	{
		width: 100%;
		min-height: 31vh;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top:0px;
		background-color: #ffffff;
		margin-top: 0px;
		margin-bottom: 0px;
		justify-content: space-between;
	}
	.conteneur5 .centre
	{
		width: 100%;
		align-items: center;
		color: #ffffff;
		font-weight: bolder;
		text-align: center;
	}
	.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: #ffffff;
		border:1px solid rgba(0,0,0,.1);
		margin-top: 0px;
		margin-bottom: 0px;
		justify-content: space-between;
		opacity: 1;
		/*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;
	}
	.conteneur7_1
	{
		width: 100%;
		min-height: 10vh;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		top:0px;
		text-align: center;
		background-color: #ffffff;
		border:1px solid rgba(0,0,0,.1);
		margin-top: 0px;
		margin-bottom: 0px;
		justify-content: space-between;
		opacity: 1;
		/*transform: scale(.1);
		transition: all 1s ease-in-out;*/
	}
	.conteneur7_1 .centre
	{
		width: 100%;
		align-items: center;
		justify-content: center;
		color: #212121;
		font-weight: bolder;
		text-align: left;
	}
	.conteneur7_1 h1
	{
		text-align: center;
		margin-top:20px;
		font-size: 22px;
		color: #04b7b6;
	}
	.conteneur7_1 p
	{
		margin:4px;
	}

	p{
		font-size: 18px
		line-height:30px;
	}
	.active
{
	opacity: 1;
	transform: scale(1);
}
.active7
{
	opacity: 1;
	transform: scale(1);
	
}
.active7_1
{
	opacity: 1;
	transform: scale(1);
	
}
.active4
{
	opacity: 1;
	transform: scale(1);
}
.active4_1
{
	opacity: 1;
	transform: scale(1);
}
.active4_2
{
	opacity: 1;
	transform: scale(1);
}
.active4_3
{
	opacity: 1;
	transform: scale(1);
}
.activetest
{

	transform: translateX(680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetestg
{

	transform: translateX(-680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetest_1
{

	transform: translateX(680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetestg_1
{

	transform: translateX(-680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetest_2
{

	transform: translateX(680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetestg_2
{

	transform: translateX(-680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetest_3
{

	transform: translateX(680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
.activetestg_3
{

	transform: translateX(-680px);

	/*animation-name:dep;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;*/
}
}