*{
	box-sizing: border-box;/*----------CSS3----------*/
}
/*============================================================ ADD ==========*/
.add{
	background: rgba(255,255,255,0.75);
	font-size: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 44%;
	min-height: 700px;
	max-height: auto;
	margin: 130px 2% 30px 0%;
}
/*============================================================ CNIL ==========*/
#BlocCNIL{
	/*visibility: visible;*/
	position:absolute;
	display: block;
	z-index:101;
	
	background: rgba(255,255,255,0.94);
	font-size: 1.5em;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	width: 50%;
	max-width: 490px;
	min-height: 710px;

	padding: 25px;	
	margin: 220px 2% 0px 1.4%;
	border: 3px solid #d5230c;
	
	box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.4);	
}
#ZoneBtCNIL{
	/*background: rgba(255,25,255,0.5);*/
	padding: 10px 5px 0 0;	
	margin-top: 30px;
	border-top: 2px dotted #bbb;
}
button{
	float:right;
	background-color: #fff;
	border: 2px solid #d5230c;
	padding: 3px;
	width: 25%;
	outline: none;
	font-size: 0.8em;
	color: #d5230c;
	display:inline-block;
	margin: 10px 12px;

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}
button:hover{
	cursor: pointer;
	background-color: #d5230c;
	border: 2px solid #fff;
	color: #fff;
}
/*============================================================ FORM ==========*/
.monform-rep{
	position:absolute;
	top:200px;
	background: rgba(255,255,255,0.75);
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 960px;
	height: auto;
	margin: 0 2% 30px 2%;
}
.monform{
	/*position:relative;
	z-index:1;*/
	background: rgba(255,255,255,0.75);
	font-size: 1.6em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 50%;
	min-height: 700px;
	max-height: auto;
	margin: 180px 2% 30px 2%;
	/*border: 3px solid #fff;*/
	
	counter-reset: fieldset;
}
.monform fieldset{
	margin-bottom: 10px;
}
.monform ul li{
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
}
.monform legend, .add legend{
	color: #999;
	font-weight: bold;
	padding-bottom: 10px;
	/*text-shadow: 0 1px 1px #999;*/
}
.monform ul{
	list-style-type: none; 
}
.monform li{
	background: rgba(40,63,83,1);
	padding: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	padding: 7px 10px;
	margin-bottom: 2px;
}
.monform label{
	float: left;
	width: auto;
}
.monform label:hover{
	cursor: pointer;
}
.monform .champs input{
	background-color: #cecea6;
	border: none;
	padding: 5px;
	width: 100%;
	outline: none;
	font-style:italic;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.monform .envoie input{
	background-color: #cecea6;
	border: none;
	padding: 5px;
	width: 25%;
	outline: none;
	font-style:italic;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.monform .envoie input:nth-child(-n+1){
	/*float:right;*/
}
.monform textarea{
	background-color: #cecea6;
	border: none;
	padding: 5px;
	width: 100%;
	height: 120px;
	outline: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style:italic;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	resize:none;
}
.monform button{
	float:right;
	background-color: #283f53;
	border: 2px solid #cecea6;
	padding: 3px;
	width: 25%;
	outline: none;
	font-size: 0.8em;
	color: #fff;
	display:inline-block;
	margin: 10px 12px;

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}
.monform button:hover{
	cursor: pointer;
	background-color: #cecea6;
	border: 2px solid #283f53;
}
.monform .info-optionnel{ /***** champs anti spam ******/
	display: none;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 1130px){
	.add{
		margin: 14px 2% 30px 0%;
	}
	#BlocCNIL{
		margin: 220px 2% 0px 2%;
	}
}
@media screen and (max-width: 1000px){
	.monform-rep{
		width: 96%;
	}
}
@media screen and (max-width: 650px){
	.monform{
		width: 96%;
		min-height: 710px;
		margin: 180px 2% 10px 2%;
	}
	.monform button{
		width: 30%;
	}
	.add{
		width: 96%;
		min-height: 370px;
		margin: 10px 2% 10px 0%;
	}
	#BlocCNIL{
		max-width: 96%;
		width: 96%;
	}
}
