.header-line{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}
	.header-line .soustitre{
		color: #f25930;
		font-family: "Open Sans Condensed";
		font-weight: bold;
		font-size: 1.2em;
	}
	.header-line .situationgeo{
		align-items: center;
	    background-color: #379946;
	    color: #ffffff;
	    display: inline-flex;
	    font-weight: 600;
	    padding: 5px 15px;
	}
	 	.header-line .situationgeo i{
	 		margin-right: 10px;
	 		font-size: 1.4em;
	 	}

.customblock.infos1{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
	.customblock.infos1  .element_wrap.flexi{
		width: 50%;
		/*height: 40px;*/
		padding: 0px 10px 10px 0px;
		display: flex;
	}
	.customblock.infos1 > .element_wrap:nth-child(2n){
		padding-right: 0px;
	}
	.customblock.infos1  .element{
		width: 100%;
		height: 100%;
		border-right: 1px solid #fff;
		border: 1px solid #5d5d5d;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		font-size: 0.9em;
	}
		.customblock.infos1 .flexi.label{
			background-color: #5d5d5d;
			color: #fff;
			min-width:190px;
			display: inline-flex;
			align-items: center;
			margin: 0px;
			max-width: inherit;
			padding:10px;
			margin-right: 10px;
		}
		.customblock.infos1 .flexi.value{
			display: inline-flex;
			align-items: center;
			margin: 0px;
			max-width: inherit;
			font-size: 0.9em;
			padding:10px;
		}

.customblock.infos2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	line-height: 1.2em;
	position: relative;
	z-index: 2;
	margin: 80px 0px;
}
.infos2:before{
	position: absolute;
	content: '';
	background-color: #9b9693;
	height: 100%;
	top:-40px;
	width: 300%;
	margin-left: -100%;
	z-index: 1;
	overflow: hidden;
	padding:40px 0px;
}
	.infos2  .element_wrap{
		width: 50%;
		padding: 0px 20px 0px 0px;
		display: flex;
		z-index: 2;
	}
	.infos2.cols3 .element_wrap{
		width:33.33%;
	}
	.infos2 > .element_wrap:last-child{
		padding-right: 0px;
	}
	.infos2  .element{
		width: 100%;
		height: 100%;
		background-color: #fff;
		/*border: 1px solid #5d5d5d;*/
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		font-size: 0.9em;
	}
		.infos2 .flexi.label{
			background-color: #5d5d5d;
			color: #fff;
			display: inline-flex;
			align-items: center;
			margin: 0px;
			max-width: inherit;
			padding:0px 10px;
			height:40px;
		}
		.infos2 .flexi.value{
			display: inline-flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-start;
			margin: 0px;
			max-width: inherit;
			font-size: 0.9em;
			padding:10px !important;
		}
		.infos2 .flexi.value p{
			margin-top: 0px;
		}
img.fc_field_image{
	border: 0px;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}