*{
	text-decoration: none;
	margin: 0;
	padding: 0;
}
/*Body General*/
#BodyGeneralCasierI{
background: darkcyan;
width: 100%;
}
#GeneralCasierI{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: white;
	width: 70rem;
	margin: auto;
}

@media (max-width: 1200px){
#BodyGeneralCasierI{
  margin-left: auto;
  margin-right: auto;
  display: table;
}
#GeneralCasierI{
	margin-left: auto;
  margin-right: auto;
  display: table;
	width: auto;
	margin: auto;
}	
}

/*End of Body General*/



/*Casier*/
.GeneralCasierI{
	box-sizing: border-box;
	width: 290px;
	height: auto;
	box-shadow:  0px 0px 15px;
	border-radius: 20px;
	margin-bottom: 50px;
	border-radius: 15px;
	padding: 0px 0px 0.9px 0px;
}

@media only screen and (max-width: 1200px){
	.GeneralCasierI{
	margin-bottom: 10vh;
}
}
/*End of Casier*/




/*Images*/
.GeneralCasierImages{
	width: 290px;
	height: 210px;
}
.GeneralCasierImages img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
/*End of Images*/


/*Texte*/
.GeneralCasierTextes{
width: 100%;
box-sizing: border-box;
}
.GeneralCasierTextes p{
box-sizing: border-box;
width: 122px;
padding: 4px 4px 4px 4px;
font-size: 20px;
background: darkcyan;
color: darkblue;
cursor: pointer;
text-decoration: none;
border-radius: 12px;
margin: auto;
}



.GeneralCasierTextes p:hover{
background: yellow;
}
.GeneralCasierTextes h1 a{
text-align: center;
font-size: 20px;
}
.GeneralCasierTextes{
text-align: center;
}

@media only screen and (max-width: 1200px){
.GeneralCasierTextes{
width: 100%;
	}
	.GeneralCasierTextes p{
width: 122px;
padding: 4px 4px 4px 4px;
font-size: 20px;
background: darkcyan;
color: darkblue;
cursor: pointer;
text-decoration: none;
border-radius: 6vh;
margin: auto;
}
.GeneralCasierTextes p:hover{
background: yellow;
}
.GeneralCasierTextes h1 a{
text-align: center;
font-size: 20px;
}
.GeneralCasierTextes{
text-align: center;
}
}