/* bulle asso_environnement */

.arrow_box {
	position: relative;
	background: rgb(229,255,204);
	border: 2px solid white;
	border-radius:20px;
	box-shadow: 5px 5px lightblue;
	width:850px;
	margin:auto;
	margin-top:90px;	
}

.arrow_box p , .arrow_box2 p {
	font-size:18px;
	margin-left:10px;
	font-family:Arial, verdana, sans-serif;
}
.arrow_box:after, .arrow_box:before {
	top: 240px;
	left: 670px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index:2;

}

.arrow_box:after {
	border-color: rgba(229,255,204,0);
	border-top-color: rgb(229,255,204);
	border-width: 30px;
	margin-left: -30px;

}
.arrow_box:before {
	border-color: rgba(229,255,204,0);
	border-top-color: rgb(229,255,204);
	border-width: 36px;
	margin-left: -36px;

}


/* bulle asso_developpement */

.arrow_box2 {
	position: relative;
	background: rgb(229,255,204);
	border: 2px solid white;
	border-radius:20px;
	box-shadow: 5px 5px lightblue;
	width:850px;
	margin:auto;	
	margin-top:90px;	
}


.arrow_box2:after, .arrow_box2:before {
	top: 175px;
	left: 100px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index:2;
}

.arrow_box2:after {
	border-color: rgba(229,255,204,0);
	border-top-color: rgb(229,255,204);
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box2:before {
	border-color: rgba(229,255,204,0);
	border-top-color: rgb(229,255,204);
	border-width: 36px;
	margin-left: -36px;
}