/*  paramètre serv_part */
.top_flex{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:1% 0%;
}

.img_top {
	width:50%;
	height:450px;
}

.top_box {
	background:#85c3c9;
	width:50%;
}

.top_content {
	padding:9%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

#CTA_cont {
	margin-left:10%;
}

#mobil_CTA_cont {
	position:absolute;
	right:10px;
	top:77px;
	display:block;
	z-index:17;
}

#mobil_CTA_top {
	position:absolute;
	right:10px;
	top:15px;
	display:block;
	z-index:17;
}

/* paramètres defil_img */
.img_defil {
	width: 50%;
	overflow:hidden;
	height:450px;
}

.img_defil ul {
	width: 400%;
/*	margin-Left:1%; */
}

.img_defil ul li {
	display:inline;
	width:100%;
}
.img_defil ul li img {
	width:25%;
	height:450px;
}

/* Paramètre service */
.explain_content {
	padding:2% 5% 0% 5%;
}

.entretien_content {
	padding:0% 5%;
	background:white;
	border-top: 2px solid gray;
}

.remplacement_content {
	padding:0% 5%;
	border-top: 2px solid gray;
}

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

.text_caisson {
	margin: 0 10%;
	padding: 0 10px;
	background: white;
	border-right: 2px solid gray;
	border-left: 2px solid gray;
	border-bottom: 2px solid gray;
}

.CTA_align {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin: 0 10%;
}

.flex_serv_content {
	padding: 2% 5% 0% 5%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.serv_content_valeurs {
	width:20%;
	min-width:110px;
	background:red;
	text-align: center;
	padding: 1% 0%;
}

.flex_serv_explain {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:20px;
}

.serv_explain {
	width:30%;
	background:black;
	opacity:75%;
	color:white;
	padding:1%;
	text-align:justify;
	height:fit-content;
	max-width:500px;
}

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

.explain_title i {
	font-size:1.6em;
    padding:20px 5px;
	cursor:pointer;
}

.remplacement_item {
	width:47%;
}

.img_vmc {
	width:100%;
}

.remp_explain {
	width:40%;
	background:black;
	opacity:75%;
	color:white;
	padding:3%;
	text-align:justify;
}

.serv_explain p {
	line-height:1.2em;
	display:none;
}

.remp_explain p {
	line-height:1.2em;
}

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

.explain_text {
	width:48%;
	margin-right:2%;
}

.explain_img {
	width:50%;
	text-align:center;
}

.explain_img img {
	height:100%;
}

.table_title {
	margin:10px;
}

.table_tarif {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.table_ramonage table {
	border:2px solid black;
	margin:5px;
}

.table_ramonage td {
	border:1px solid black;
	padding:5px 10px;
}

.table_remplacement table {
	border:2px solid black;
	margin:5px;
}

.table_remplacement td {
	border:1px solid black;
	padding:5px 10px;
}

.tarif {
	margin:5px;
}

.tarif img {
	border:2px solid black;
}

/* Paramètres formulaire */
.head_form {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	cursor:pointer;
}

#ico_form {
	display:none;
}

.head_form strong {
	font-size: 1.2em;
    width: 95%;
    text-align: center;
}

.form_content {
	display:none;
	padding-top:10px;
}

#fast_contact {
	display:block;
	z-index:20;
	margin:0;
	position:fixed;
	bottom:80px;
	right:10px;
	width:400px;
	padding:10px;
	border:1px solid black;
	border-radius:1px;
	background-color:#feb42f;
}

#fast_contact div {
	margin:5px 0;
}

#fast_contact label {
	display:inline-block;
	width:145px;
	text-align:right;
	font-weight:bold;
}

#fast_contact input {
	font: 1em sans-serif;
	width:245px;
	border:1px solid black;
	margin-bottom:5px;
}

#fast_contact textarea {
	font: 1em sans-serif;
	width:245px;
	border:1px solid black;
	margin-bottom:5px;
}

#fast_contact p {
	font-size: 1em;
}

#fast_contact button {
	font-family: 'Noto Sans', sans-serif;
	background:white;
	color:#feb42f;
	margin-left:200px;
	font-weight:bold;
	font-size:1em;
    line-height:1;
}

/* ______________________________________________________________ */

.anim {
	position:absolute;
	right:0;
	top:200px;
	font-size:1.5em;
}

.anim_block:hover {
	background:white;
}

.anim_block {
	width:250px;
	animation-duration:3s;
	animation-name: slidein;
	background:#949178;
	padding:10px 0px 10px 10px;
	margin-bottom:5px;
}

@keyframes slidein {
	from {
		width:0;
	}
	to {
		width:250px;
	}
}