/* CSS Document */
.clemiss [id*="bloc_"] .centre {

	}

/*Bloc photo*/
.both {
	clear: both;
	}
img.right {
	float: right;
	margin: 0 0 20px 60px;
	}
img.left {
	float: left;
	margin: 0 60px 20px 0;
	}
@media screen and (max-width: 875px) {
img.right {
	width: 300px;
	height: auto;
	margin: 0 0 20px 40px;
	}
img.left {
	width: 300px;
	height: auto;
	margin: 0 40px 20px 0;
	}
 }
@media screen and (max-width: 680px) {
img.right {
	width: 250px;
	margin: 0 0 10px 20px;
	}
img.left {
	width: 250px;
	margin: 0 20px 10px 0;
	}
 }
@media screen and (max-width: 500px) {
img.right {
	width: 175px;
	margin: 0 0 5px 10px;
	}
img.left {
	width: 175px;
	margin: 0 10px 5px 0;
	}
 }
@media screen and (max-width: 420px) {
img.right {
	width: 100%;
	margin: 10px 0;
	float: none;
	}
img.left {
	width: 100%;
	margin: 10px 0;
	float: none;
	}
 }
/*Formualaire*/
.formulaire.cms .centre{
	max-width: 780px;
	padding-bottom: 90px;
	}
	
	
/*Modèles*/

/*faq m13*/
.m13 [id*="bloc_"] h2 {
	color: #231f20;
	text-align:left;
	padding: 15px 0;
	font-weight: 500;
	font-size: 1.28em;
	text-transform:none;
	position:relative;
	}
.m13 .centre > [id*="bloc_"]  {
	border-bottom: 1px solid #c7c8ca;
	padding: 0 0 0 0;
	}
.m13 [id*="bloc_"] h2:before {
	content:'';
	color:#fff;
	padding: 4px 0 0 4px;
	text-align:center;
	font-size: 28px;
	font-weight: 300;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #c7c8ca;
	border-radius: 50%;
	cursor:pointer;
	}
.m13 [id*="bloc_"] h2:after {
	content:'+';
	color:#fff;
	font-size: 28px;
	font-weight: 300;
	position: absolute;
	top: 10px;
	right: 21px;
	cursor:pointer;
	}
.m13 [id*="bloc_"].on h2:before {
	background-color: #076633;
	cursor:pointer;
	}
.m13 [id*="bloc_"].on h2:after {
	content:'';
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 27px;
	right: 21px;
	cursor:pointer;
	}