

body{
	width:1100px;
	margin:0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
}
a{
	text-decoration:none;
}
.activebloc{
	color:rgb(252,214,117);
}
a, p, h1, label, span{
	color:rgb(136,60,123);
}
h1, .menu, .intro_texte, .piece, .ensemble_capsule, .capsule, .form_participation,.form_contact,.agenda{
	border: 5px solid rgb(136,60,123);
	box-shadow: -10px 10px rgb(136,60,123);
	padding:20px;
}

header{
	height:120px;
	margin-top:30px;
}
h1{
	float:left;	
}
h1:hover{
	color:rgb(252,214,117);
}
h1, li{
	font-weight:500;
	font-size:18px;
	text-transform:uppercase;
}
.menu{
	float:right;
	width:720px;
	padding-top:15px;
	padding-bottom:15px;
}
.menu ul{
	display: -webkit-box;  
	display: -ms-flexbox;  
	  display: -webkit-flex;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	margin-right:90px;
	margin-left:90px;
}
.menu ul li a:hover{
	color:rgb(252,214,117);
}
.distributeur{
	width:290px;
	margin-top:-10px;
	float:left;
	margin-left:-60px;
}

.content_right{
	float:right;
	width:720px;
	margin-top:20px;
}

.intro_texte{
	width:300px;
	height:465px;
	float:left;
	margin-left:-50px;
	line-height:1.7;
}
.intro_image{
	float:right;
}
.piece{
	width:320px;
	padding:0;
}
/*capsule hover*/
.ensemble_capsule{
	width:310px;
	height:180px;
	padding:0;
	margin-top:37px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:10px;
}

.capsule_decalage{
	clear:both;
	height:29px;
	width:290px;
}
.capsule_decalage2{
	height:29px;
	width:290px;
	margin-left:-15px;
}
.capsule2{	
	float:right;
	width:28px;
	height:28px;
	background-image: url("capsule_jaune.png");
	background-size:28px 28px;
		/* transition: 0.2s; */
	margin:3px;
}
.capsule2:hover{
	background-image: url("capsule_mauve.png");
}

.date29{
	color:rgb(252,214,117);
	font-size:20px;
}


/* page participation */

.capsule{
	width:250px;
	padding:0;
	float:left;
	margin-top:120px;
}

.form_participation{
	width:720px;
	height:450px;
	float:right;
}
.textarea_participation{
	height:58%;
	width:100%;
	padding:0;
	margin-bottom:10px;
	margin-top:10px;
}
.label_participation{
	display:flex;
}
.label_participation span{
	width:40%;
	text-align:right;
	margin-right:8px;
	font-size:12px;
	margin-top:5px;
}
.label_participation input[type=text]{
	width:60%;
	padding:0;
}
label{
	margin-top:8px;
}
.envoi_particpation{
	float:right;
	margin-top:5px;
}
.label_participation{
	margin-top:8px;
}
input[type=submit]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:rgb(252,214,117);
	color:white;
	border:none;
	width:120px;
	padding:3px;
}

.btn_participation:hover, .btn.active {
	background-color:rgb(252,214,117);
	color:white;
	border:1px solid rgb(252,214,117);
	margin-right:5px;
}

input[type=submit]:hover{
	opacity:0.8;
}
input[type=text], textarea{
	border:1px solid rgb(136,60,123);
}
input[type=button]{
	background-color:white;
	color:rgb(136,60,123);
	margin-right:5px;
	border:1px solid rgb(136,60,123);
}
input[type=button]:active{
	background-color:rgb(252,214,117);
	color:white;
	margin-right:5px;
	border:1px solid rgb(252,214,117);
}



/*contact*/
.flex{
	float:left;
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	height:550px;
	width:350px;
	margin-top:10px;
}

.img_lettre:nth-child(4){
	margin-top:60px;
}
.img_lettre{
	width:130px;
	margin-bottom:20px;
	cursor: pointer;
}
.form_contact{
	float:right;
	width:600px;
	height:470px;
	margin-right:60px;
}

.label_contact{
	display:flex;
}
.label_contact span{
	width:190px;
	margin : 2px;
}
.label_contact input, textarea{
	width:100%;
	margin : 2px;
}
.label_contact textarea{

	height:350px;
}
.form_contact input[type=submit]{
	margin-top:10px;
	height:25px;
}

input, textarea{
	outline:none;
}



.agenda{
	text-align:center;
	width:550px;
	margin:0 auto;
	margin-top:50px;
}

/*responsive*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body{
		width:500px;
		margin:0 auto;
	}
	header{
		height:250px;
		margin-left:50px;
	}
	h1{
		float:none;
		width:150px;
	}
	.menu{
		margin-top:20px;
		clear:both;
		float:none;
		width:150px;
	}
	.menu ul{
		display:flex;
		flex-flow:column nowrap;
		justify-content:space-between;
		margin-right:0px;
		margin-left:0px;
	}
	.distributeur{
		margin:0 auto;
		width:250px;
		margin-top:-10px;
		float:left;
		margin-bottom:20px;
	}

	.content_right{
		float:none;
		margin-top:0px;
		width:350px;
	}
	.intro_texte{
		width:300px;
		height:300px;
		margin-left:0;
		margin-left:20px;
		line-height:1.1;
	}
	.piece,.ensemble_capsule{
		margin-top:30px;
	}
	
	/*participation*/
	.form_participation{
		width:300px;
		clear:both;
		float:left;
		margin-left:50px;
		margin-top:30px;
		height:600px;
	}
	.capsule{
		clear:both;
		margin:0;
		margin-left:50px;
	}
	
	/*contact*/
	.form_contact{
		float:right;
		width:300px;
		height:470px;
		margin-right:100px;
		}
		.img_lettre{
			margin-left:40px;
			}


} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	body{
	margin:0 auto;
	width:700px;
	}
	header{
		height:150px;
	}
	.menu{
		width:200px;
		float:left;
		margin-left:55px;
	}
	.menu ul{
		display:flex;
		flex-flow:column nowrap;
		margin-right:20px;
		margin-left:20px;
	}
	.intro_texte{
		float:left;
		margin-left:20px;
	}
	.content_right{
		float:none;
	}
		.piece,.ensemble_capsule{
		margin-top:30px;
		clear:both;
	}
	.intro_image{
		width:690px;
		float:none;
	}
	.piece{
		float:left;
	}
	.ensemble_capsule{
		float:right;
		clear:none;
		margin-left:-50px;
	}
	
	
	/*participation*/
	.form_participation{
		width:300px;
		float:left;
		margin-left:60px;
		margin-top:30px;
		height:600px;
	}
	.capsule{
		width:130px;
		margin:0;
		margin-left:50px;
	}

	/*contact*/
	.form_contact{
		float:right;
		width:300px;
		height:470px;
		margin-right:100px;
		}
		.flex{
			width:100px;
			height:500px;
		}
		.img_lettre{
			width:100px;
		}
		.img_lettre:nth-child(4),.img_lettre:nth-child(5),.img_lettre:nth-child(6){
			margin-left:5px;
		}
} 


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	body{
		width:900px;
	}
	header{
		height:100px;
	}
	.menu{
		float:left;
		width:420px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.menu ul{
		display:flex;
		flex-flow:row nowrap;
		justify-content:space-between;
		margin-right:2px;
		margin-left:2px;
	}
		
	.distributeur{
		width:290px;
		margin-top:-10px;
		float:left;
		margin-left:-60px;
	}
	.intro_texte{
		width:300px;
		height:465px;
		float:right;
		margin-left:-50px;
	}
	.intro_image{
		width:720px;
		float:none;
	}
	
	/*participation*/
	.form_participation{
		width:420px;
		float:left;
		margin-left:60px;
		margin-top:30px;
		height:600px;
	}
	.capsule{
		width:130px;
		margin-top:30px;
		margin-left:50px;
	}
	
	/*contact*/
	.form_contact{
		float:left;
		width:420px;
		height:470px;
		margin-left:100px;
		}
		.flex{
			width:150px;
			height:500px;
		}
		.img_lettre{
			width:100px;
		}
		.img_lettre:nth-child(4),.img_lettre:nth-child(5),.img_lettre:nth-child(6){
			margin-left:10px;
		}

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
		
	body{
		width:1100px;
		margin:0 auto;
	}
	header{
	height:120px;
	margin-top:30px;
}	
	.menu{
		float:right;
		width:720px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.menu ul{
		display:flex;
		flex-flow:row nowrap;
		justify-content:space-between;
		margin-right:90px;
		margin-left:90px;
	}

	.content_right{
		float:right;
		width:720px;
		margin-top:20px;
	}

	.intro_texte{
		width:300px;
		height:465px;
		float:left;
		margin-left:-50px;
	}
	.intro_image{
		float:right;
		width:330px;
	}
	.piece{
		padding:0;
		float:none;
		margin:0;
	}
	.ensemble_capsule{
		float:none;
		margin:0;
		margin-top:35px;
	}

	/*participation*/
	.capsule{
		width:250px;
		padding:0;
		float:left;
		margin-top:120px;
		margin-left:0;
	}

	.form_participation{
		width:720px;
		height:450px;
		float:right;
		margin-top:0;
	}
	
		
	/*contact*/
	.flex{
		float:left;
		display: flex;
		flex-direction:column;
		flex-wrap:wrap;
		height:550px;
		width:350px;
		margin-top:10px;
	}

	.img_lettre:nth-child(4){
		margin-top:60px;
	}
	.img_lettre{
		width:130px;
		margin-bottom:20px;
	}
	.form_contact{
		margin:0;
		float:right;
		width:600px;
		height:470px;
		margin-right:60px;
	}
} 