.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
#bottom-left {
	box-sizing: border-box;
	min-height: 670px;
}
#bottom-left .items{
	max-width: 70%;
	width: 100%;
	margin: 0 auto;
}
#bottom-left .chiffres{
	background: #ffffff;
	padding: 0;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
#bottom-left .chiffres .row{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#bottom-left .chiffres .item {
	position: relative;
}
#bottom-left .chiffres .item::after {
	content: '';
	position: absolute;
	height: 100%;
	border-right: 1px #dbdbdb solid;
	top: 0;
	left: 50%;
}

#bottom-left .chiffres .sub-item{
	width: 50%;
	float: left;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
#bottom-left .chiffres .row:first-child {
	border-bottom: 1px #dbdbdb solid;
}	
#bottom-left .chiffres .row:first-child .sub-item {
	padding-bottom: 30px;
}
#bottom-left .chiffres .row:last-child .sub-item {
	padding-top: 30px;
}

#bottom-left .chiffres .sub-item .icon{
	margin: auto;
	margin-bottom: 10px;
}
#bottom-left .chiffres .sub-item img {
	height: 70px;
	margin: auto;
}
#bottom-left .chiffres a{
	font-size: 18px;
}
#bottom-left .chiffres .sub-item a:hover, #bottom-left ul.chiffres li a:focus{
	color: #44ab24;
}

#bottom-left .chiffres .sub-item .item-chiffre{
	line-height: 28px;
    font-weight: 700;
    font-size: 28px;
}

#bottom-left .chiffres .sub-item .item-title{
	font-size: 18px;
    line-height: 26px;
}

#bottom-left .chiffres .sub-item.item1{
	color: #9f3baf;
}

#bottom-left .chiffres .sub-item.item2{
	color: #3600bc;
}

#bottom-left .chiffres .sub-item.item3{
	color: #2e95d8;
}

#bottom-left .chiffres .sub-item.item4{
	color: #f78500;
}

#bottom-left .chiffres .sub-item .col2{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#bottom-left .chiffres .sub-item .col2 > div{
	width: 50%;
	position: relative;
}

#bottom-left .chiffres .sub-item .col2 > div:first-child:before{
	content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dbdbdb;
}

#bottom-left .chiffres .row .sub-item.item1:before,
#bottom-left .chiffres .row .sub-item.item3:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dbdbdb;
}


@media (max-width: 768px){
	#bottom-left {
		min-height: auto;
	}
	#bottom-left .items{
		margin: 0;
		max-width: none;
	}
	#bottom-left .chiffres .sub-item img {
		height: 50px;
	}
}

@media (max-width: 520px){
	#bottom-left .chiffres .sub-item{
		padding: 30px 10px;
	}
	#bottom-left .chiffres a{
		font-size: 14px;
		line-height: 20px;
	}
	#bottom-left .chiffres .sub-item .col2 > div:first-child{
		padding-bottom: 10px;
	}
	#bottom-left .chiffres .sub-item .col2 > div{
		width: 100%;
	}
	#bottom-left .chiffres .sub-item .col2 > div:last-child{
		padding-top: 10px;
	}
	#bottom-left .chiffres .sub-item .col2 > div:first-child:before {
		content: "";
		position: absolute;
		right: 20px;
		bottom: 0;
		width: auto;
		background-color: #dbdbdb;
		left: 20px;
		height: 1px;
		top: auto;
	}
}


.anim-in {
	transition: opacity .4s;
	opacity: 1;
}

.anim-out {
	transition: opacity .4s .4s;
	opacity: 0 !important;
}

