*{
	margin: 0;
	padding: 0;
}
.slide
{
	display: none;
}
div#conteneur
{	
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 70%;
	border-radius: 30px;
	margin: auto;
	position: relative;
	top: 80px;
}
div#conteneur div.form
{
	width: 80%;
	border-radius: 30px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	background-color: #ffffff;
	color: #212121;
	font-weight: bolder;
	justify-content: center;
	align-items: center;
}
div#conteneur p
{
	font-size: 18px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	box-sizing: border-box;
	font-weight: bolder;
	justify-content: center;
	align-items: center;
}
div#conteneur a.lienmodif
{
	font-size: 20px;
	position: relative;
	top: 10px;
	width: 40%;
	padding: 5px;
	text-decoration: none;
	color: #212121;
	background-color: #fbfbfb;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
}
div#conteneur a.lien
{
	font-size: 18px;
	color: red;
	text-decoration: none;
}
div#conteneur li
{
	list-style: none;
	position: relative;
	left: 40px;
	color: #212121;
}
div#conteneur li::before
{
	content:"✓"; 
	color:#268AFF;
	margin-right: 10px;
	font-weight: bold;
}

div#conteneur h2.header
{
	height: 45px;
	font-size:20px;
	color:#212121;
	border: 1px solid rgba(0,0,0,.1);
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
	position: relative;
	left: 0px;
}
div#conteneur p.note
{
	font-size:20px;
}
div#conteneur div.form form
{
	font-size: 20px;
	border:#212121;
	margin: 10px;
}
div#conteneur div.form span
{
	font-size: 20px;
	color: #212121;
	text-decoration: blink;
	position: relative;
	bottom:0px; 
	margin-bottom: 10px;
	left: 50px;
}
div#conteneur div.form form textarea
{
	font-size: 18px;
	margin: 4px;
	height: 250px;
	width: 98%;
	border: 2px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
div#conteneur div.form form select
{
	font-size: 18px;
	margin: 4px;
	height: 35px;
	width: 98%;
	border: 2px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
div#conteneur div.form form select option
{
	font-size: 20px;
	border-bottom: 1px solid #212121;
	margin: 4px;
	height: 35px;
	width: 98%;
	color: #212121;
}
div#conteneur div.form form label
{
	font-size: 20px;
	margin: 2px;
}
div#conteneur div.form form label span
{

	font-size: 14px;
	color: #268AFF;
	position: relative;
	left: 0px;
	top: 5px;
	display: block;
}
div#conteneur div.form form input
{
	height: 35px;
	width: 98%;
	margin: 4px;
	font-size: 16px;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,.1);
}
div#conteneur div.form form input.submit
{
	height: 35px;
	width: 40%;
	margin: 4px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	background-color: #fbfbfb;
	color:#212121;
	position: relative;
	left: 0px;
	display: flex;
	justify-content: center;
	margin: auto;
}
div#conteneur div.form button
{
	width: 100%;
}	
.footer
{
	width: 100%;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	line-height: 30px;
	font-size: 14px;
	background-color: #f2F232;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer .centre
{
	width: 100%;
	align-items: center;
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
	line-height: 30px;

}
/*
	A ce niveau nous faisons le traitement des écrans avec une resolutions de 640px
*/
@media screen and (max-width:960px)
{
*{
	margin: 0;
	padding: 0;
}
.slide
{
	display: block;
}
div#conteneur
{	
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 98%;
	border-radius: 30px;
	margin: auto;
	position: relative;
	top: 10px;
	overflow-x: hidden;
	box-sizing: border-box;
}
div#conteneur div.form
{
	width: 98%;
	border-radius: 30px;
	position: relative;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	margin: 0;
	background-color: #ffffff;
	color: #212121;
	font-weight: bolder;
	justify-content: center;
	align-items: center;
}
div#conteneur h2.header
{
	height: 45px;
	font-size:20px;
	background-color:#fbfbfb;
	color: #212121;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
	position: relative;
	left: 0px;
}
div#conteneur p
{
	font-size: 18px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	box-sizing: border-box;
	font-weight: bolder;
	justify-content: center;
	align-items: center;
}
div#conteneur a.lienmodif
{
	font-size: 20px;
	position: relative;
	top: 10px;
	width: 98%;
	padding: 5px;
	text-decoration: none;
	color: #212121;
	background-color: #fbfbfb;
	border-radius: 5px;
	border: 1px solid #212121;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
}
div#conteneur li
{
	list-style: none;
	position: relative;
	left: 10px;
	color: #212121;
}
div#conteneur li::before
{
	content:"✓"; 
	color:#268AFF;
	margin-right: 10px;
	font-weight: bold;
}
div#conteneur span
{
	font-size:20px;
	color: #212121;
}
div#conteneur div.form form
{
	font-size: 20px;
	border:#212121;
	margin: 10px;
}
div#conteneur div.form span
{
	font-size: 20px;
	color: #212121;
	text-decoration: blink;
	position: relative;
	bottom:10px; 
	margin: 0px;
	left: 0px;
}
div#conteneur div.form form select
{
	font-size: 18px;
	margin: 6px;
	height: 35px;
	width: 98%;
	border: 1px solid #212121;
	border-radius: 5px;
}
div#conteneur div.form form select option
{
	font-size: 18px;
	border-bottom: 1px solid #212121;
	margin: 0px;
	height: 35px;
	width: 100%;
	color: #212121;
}
div#conteneur div.form form label
{
	font-size: 20px;
	margin: 6px;
	color:#000000;
	box-sizing: border-box;
}
div#conteneur div.form form input
{
	height: 35px;
	width: 98%;
	margin: 6px;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #212121;
}
div#conteneur div.form form input#prix
{
	height: 35px;
	width: 98%;
	margin: 0px;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #212121;
	font-weight: bold;
}
div#conteneur div.form form input.submit
{
	height: 35px;
	width: 98%;
	margin: 0px;
	font-size: 18px;
	border-radius: 5px;
	background-color: #fbfbfb;
	color: #212121;
	font-weight: bold;
	position: relative;
	left: 6px;
	top: 10px;
}
div#conteneur div.form form textarea
{
	height: 75px;
	width: 98%;
	margin: 0px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #212121;
}
.footer
{
	width: 100%;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	line-height: 15px;
	background-color: #f2F232;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer .centre
{
	width: 100%;
	align-items: center;
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
	line-height: 15px;
}
}
