.section_text {
	padding-top: 20px;
	color: #000;
	text-align: justify;
}
.color {
	color: #726093;
	font-size: 1.2em;
}
.bold {
	font-weight: bold;
}
ul li {
	color: #000;
}
ul.image {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.image li {
	margin: 0;
	padding: 0 0 5px 30px;
	background: url(/images/puce.jpg) no-repeat top left;
	text-align: justify;
}
.image-loc {
	margin-top: -250px;
	width: 100%;
}
.icones {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.icones .bloc {
	width: 300px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
.icones .bloc .image {
	width: 190px;
	height: 190px;
	background: #e7ebee;
	border-radius: 50%;
	overflow: hidden;
	padding: 30px;
	margin: 0 auto;
}
.icones .bloc .image img {
	width: 100%;
	height: auto;
}
.icones .bloc .num {
	background: #554f73;
	color: #FFF;
	margin: 0 auto;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
	margin-top: -15px;
}
.icones .bloc .text {
	margin-top: 20px;
}

.last-part {
	background: url(/images/fonctionalites-localisation-2.jpg) no-repeat top center;
	background-size: cover;
	margin-top: 50px;
}
.last-part .overlay {
	background: rgba(255,255,255,0.8);
	padding: 50px;
	padding-right: 40%;
	margin-top: 300px;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 1.2em;
	text-align: justify;
}
.last-part .worker {
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding-left: 40px;
}

.fonctionalites {
	background: #6b6684;
	padding: 40px;
	color: #FFF;
}
.fonctionalites .icones {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.fonctionalites .icones .bloc {
	width: 300px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
.fonctionalites .icones .bloc .image {
	width: 100px;
	height: 100px;
	background: transparent;
	border-radius: 0;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}
.fonctionalites .icones .bloc .image img {
	width: 100%;
	height: auto;
}

@media (max-width: 1400px) { 

}
@media (max-width: 1200px) {
	
}
@media (max-width: 992px) {
	.section_text {
		font-size: 1em;
	}
	.image-loc {
		margin-top: -50px;
	}
}
@media (max-width: 768px) {
	.section_text {
		font-size: 1em;
	}
	.image-loc {
		margin-top: -50px;
	}
	.icones {
		flex-direction: column;
	}
	.icones .bloc {
		width: 100%;
	}
	.last-part .overlay {
		padding: 40px;
		font-size: 1em;
	}
	.last-part .worker {
		width: 150px;
		padding: 0;
		bottom: auto;
		top: -263px;
		right: 0;
	}
	.fonctionalites .icones {
		flex-direction: column;
	}
	.fonctionalites .icones .bloc {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.section_text {
		font-size: 1em;
	}
	.image-loc {
		margin-top: -50px;
	}
	.icones {
		flex-direction: column;
	}
	.icones .bloc {
		width: 100%;
	}
	.last-part .overlay {
		padding: 40px;
		font-size: 1em;
	}
	.last-part .worker {
		width: 150px;
		padding: 0;
		bottom: auto;
		top: -263px;
		right: 0;
	}
	.fonctionalites .icones {
		flex-direction: column;
	}
	.fonctionalites .icones .bloc {
		width: 100%;
	}
}






