.projet_don_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.projet_don_image {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	min-height: 1px;
	height: 370px;
	padding-right: 7.5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.projet_don_pastille {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -130px;
	margin: auto;
	width: 260px;
	height: 260px;
	text-align: center;
	border-radius: 100%;
	background: #97c11f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.projet_don_infos {
	width: 50%;
	box-sizing: border-box;
	/*padding-left: 200px;*/
	padding-left: 170px;
	/* display: -webkit-box; */
	/* display: -webkit-flex; */
	display: -ms-flexbox;
	/* display: flex; */
	/* -webkit-box-align: stretch; */
	/* -webkit-align-items: stretch; */
	-ms-flex-align: stretch;
	/* align-items: stretch; */
}

.vc_projet_don_carousel span.nav_text {
	text-transform: uppercase;
	margin: 0 10px;
}

.owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #dcdcdc;
}

.owl-nav button {
	-webkit-appearance: none;
}

.projet_don_title h3 {
	color: #009354;
}

.pastille_montant {
	font-size: 40px;
	font-weight: 900;
}

.pastille_texte {
	font-size: 16px;
	padding: 0 20px;
	margin-top: 10px;
}

.projet_don_pastille a {
	color: inherit;
}

.owl-nav button.disabled {
	opacity: 0.5;
	cursor: none;
	pointer-events: none;
}

.vc_projet_don_carousel .owl-dots {
	margin-top: -22px;
	padding: 0 130px;
}

@media (max-width: 1024px){

	.projet_don_image {
		width: 40%;
	}

	.projet_don_infos {
		width: 60%;
	}

	.projet_don_pastille{
		right: -120px;
	}

}

@media (max-width: 768px){

	.projet_don_pastille {
		left: 0;
		right: 0;
		top: auto;
		bottom: -130px;
		width: 260px;
		height: 260px;
	}

	.projet_don_image {
		width: 100%;
		margin-bottom: 155px;
	}

	.projet_don_infos {
		width: 100%;
		padding: 0;
		text-align: center;
	}

}

@media (max-width: 600px){

	.vc_projet_don_carousel .owl-dots {
		margin-top: 0;
		padding: 0;
	}

}