h1, .section_title{
	font-family: 'Macarons', serif;
}

#etiquette_img{
	display: flex;
	justify-content: center;
	align-items: center;
}

#etiquette_img img{
	width: 400px;
}

#similaire{
	margin-top: 50px;
	background-color: #b3a38c;
	height: 50%;
	display: flex;
	align-items: center;
}

#similaire .container{
	padding: 20px;
	color: white;
}

@media (max-width: 768px) {
	#etiquette_img{
		margin-bottom: 50px;
	}

	h1, .section_title{
		text-align: center;
		margin-bottom: 50px;
	}

	#similaire{
		height: auto;
	}

	.carousel-inner{
		width: 70%;
	}

	.carousel{
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 768px){
	.carousel-multi-item-2 .col-md-3 {
		float: left;
		width: 25%;
		max-width: 100%;
	}
}

/* CAROUSEL ETIQUETTES SIMILAIRES */
.embed-responsive .card-img-top {
	object-fit: cover;
}
@media (min-width: 768px){
	#collection_prod .img_container{
		height: 200px;
	}

	#collection_prod .img_container img{
		height: 100%;
		width: 100%;
	}
}

section{
	margin-top: 50px;
}

#text_participer{
	text-align: center;
}

#participer a{
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #b3a38c;
	margin-bottom: 30px;
	font-size: 14pt;
}

#participer a:hover{
	background-color: #7a5146;
	transition: 0.3s;
}

#donnateur a{
	color: inherit;
}

#donnateur a:hover{
	text-decoration: underline;
}
