
.c-documents {
	display: flex;
	align-items: flex-start;
	padding: 70px 0;
}

.u-hidden {
	display: none;
}

.c-documents_filters {
	width: 250px;
	padding-right: 30px;
}

.c-documents_filters ul {
	list-style-type: none;
}

.c-documents_filters ul li {
	margin-bottom: 15px;
}

.c-documents_filters .bouton {
	font-size: 18px;
}

.c-documents_filters .bouton.-active {
	background: #b5121b;
    border-color: #b5121b;
    color: #fff;
}

.c-document {
	display: flex;
	padding: 30px 15px;
	border-bottom: 1px solid #e2e3e4;
	background-color: #fff;
	cursor: pointer;
	transition: 0.25s background-color ease-out;
}

.c-document h3 {
	font-size: 24px;
}

.c-document h4 {
	font-size: 18px;
}

.c-document p {
	font-size: 14px;
}

.c-document:hover {
	background-color: #e2e3e4;
}

.c-document:hover .c-document_action a:after {
	width: 100%;
}

.c-document_left {
	flex-grow: 1;
	display: flex;
	align-items: flex-start;
}

.c-document_icon {
	width: 60px;
	max-width: 60px;
	min-width: 60px;
	height: 60px;
	max-height: 60px;
	min-height: 60px;
	background-color: #fff;
	border-radius: 200%;
	position: relative;
	border: 3px solid #b5121b;
}

.c-document_icon svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 35px;
}

.c-documents_list {
	flex-grow: 1;
	width: 100%;
}

.c-document_info {
	padding-left: 30px;
}

.c-document_action a{
	color: #b5121b;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.c-document_action a:after{
	content: '';
	display: block;
	background-color: #000;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: 0.25s width ease-out;
}

.c-documents_infos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e3e4;
}

.c-documents_infos label {
	font-size: 14px;
	margin-right: 12px;
}

.c-documents_infos select {
	max-width: 300px;
}

.c-documents_infos p {
	padding-right: 30px;
}

.select-wrap {
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: flex-end;
}

.c-documents_loader {
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.c-documents_wrap {
	opacity: 1;
	transition: 0.25s opacity ease-out;
}

.c-documents_wrap.-hidden {
	opacity: 0;
}


@media screen and (max-width: 1024px){ 
	.c-documents {
		flex-direction: column;
	}

	.c-documents_filters {
		width: 100%;
	}

	.c-documents_filters ul {
		display: flex;
		margin-bottom: 30px;
	}

	.c-documents_filters ul li {
		margin-bottom: 0;
		margin-right: 15px;
	}
}

@media screen and (max-width: 768px){ 
	.c-documents_infos {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.c-documents_infos .select-wrap { 
		width: 100%;
		justify-content: flex-start;
		margin-top: 30px;
	}

	.c-document_icon {
		width: 45px;
		max-width: 45px;
		min-width: 45px;
		height: 45px;
		max-height: 45px;
		min-height: 45px;
		background-color: #fff;
		border-radius: 200%;
		position: relative;
		border: 3px solid #b5121b;
	}

	.c-document_icon svg {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 35px;
		height: 28px;
	}
}


@media screen and (max-width: 600px){ 
	.c-document {
		flex-direction: column;
	}

	.c-document_left {
		flex-direction: column;
	}

	.c-document_action {
		margin-top: 15px;
	}

	.c-document_info {
		padding-left: 0;
		padding-top: 15px;
	}
}


#pourquoi-qualite-new {
	background-color: #000;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-image: url('../images/pourquoi-map.png');
	background-repeat: no-repeat;
	background-size: auto 95%;
	background-position: center left 50px;
	box-sizing: border-box;
}

#pourquoi-qualite-new .image {
	width: 44%;
	display: flex;
	padding: 30px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

#pourquoi-qualite-new .image img {
	width: 50%;
	height: auto;
}

#pourquoi-qualite-new .texte {
	width: 56%;
	margin-left: 0 !important;
	box-sizing: border-box;
}
#pourquoi-qualite-new .texte h2{
	color: #fff!important;
}

@media screen and (max-width: 1200px){ 

	#pourquoi-qualite-new .image {
		width: 100%;
		padding-bottom: 60px;
	}

	#pourquoi-qualite-new .image img {
		max-width: 300px!important;
	}

	#pourquoi-qualite-new .texte {
		width: 100%;
		padding: 0 30px;
		margin-left: 0 !important;
	}

}

.section-image-background {
	position: relative;
	width: 97%;
	margin-left: auto;
	margin-bottom: 75px;
	margin-top: 75px;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	padding-bottom: 20px;
}

.section-image-background h2 {
	color: #fff;
	margin-bottom: 15px;
}

.section-image-background .centre {
	position: relative;
	z-index: 22;
}

.section-image-background .image-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image-background {
	position: relative;
}

.image-background:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background: rgb(0,0,0);
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.image-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}