.transfert {
	min-height: 800px;
}
.transfert .container-fluid svg {
	position: relative;
	width: 50%;
}
.transfert-content-border-top {
	border-top: 0.1rem solid #fff;
	position: absolute;
}
.transfert-content-border-bottom {
	border-top: 0.1rem solid #fff;
	position: absolute;
}
#svg_transfert{
	position: relative;
}
.border_right{
	border-right: 0.1rem solid #fff;
}
.benefices {
	text-align: right;
	margin-top: -10%;
}
@media (max-width: 767px) {
	.transfert .container-fluid svg {
		visibility: hidden;
		height: 0px;
	}
	.transfert{
		padding: 0px;
		margin-top:230px;
	}
	.produits{
		padding-left: 20px;
		padding-bottom: 1.5rem;
	}
    .benefices > h3,.benefices > h5 {
        font-size: 12px;
    }
	.produits > h3,.produits > h5 {
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
	.transfert .container-fluid svg {
		width: 100%;
	}
	.benefices {
		padding: 3rem!important;
	}
	.produits {
		padding: 3rem!important;
	}
}

@media (min-width: 1200px) {
	.produits {
		padding: 3rem!important;
	}
	.benefices {
		padding: 3rem!important;
	}
	.transfert .container-fluid svg {
		width: 70%;
	}

}