/* paramètres service */
.img_defil {
	width: 100%;
	overflow:hidden;
}

.img_defil ul {
	width: 300%;
}

.img_defil ul li {
	display:inline;
	width:100%;
}
.img_defil ul li img {
	width:31%;
	margin:0% 1%;
}

/* Paramètres service */

.flex_service {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.service_content {
	width:60%;
}

.service_image {
	width:40%;
}

.service_element {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.service_element p {
	width:70%;
	padding:10px 0;
}

.service_CTA {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding: 10px 0;
    width: 20%;
    margin: 0 5%;
}

.service_CTA .CTA {
    margin: 5% 0;
	text-align: center;
	height:22px;
	min-width:120px;
	padding-top: 5px;
}

.service_CTA a {
	padding:0;
}

.service_image img {
	width:100%;
}