h1, .section_title{
	font-family: 'Macarons', serif;
	text-align: center;
	margin-bottom: 30px;
}

.container{
	margin-top: 50px;
}
/* FILTRES */
#filtres{
	margin-bottom: 50px;
}

#filtres ul{
	background-color: #b3a38c;
	color: white;
	padding: 10px;
}

#filtres ul>li>a{
	color: white;
	font-weight: bold;
}

.sub_filter{
	display: none;
	padding: 0 0 0 20px;
	width: 100%;
}

.sub_filter a{
	color: black;
}

.sub_filter input {
	position: absolute;
	left: -9999px;
}

.sub_filter label {
	display: block;
	position: relative;
	padding: 5px 5px 5px 40px;
	color: #fff;
	background-color: #b3a38c;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: background-color .2s, box-shadow .2s;
	margin-bottom: 0;
	font-size: 12pt;
}

.sub_filter label::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	width: 15px;
	height: 15px;
	border: 1px dashed #fff;
	border-radius: 100px;
	transition: background-color .2s;
}

.sub_filter label:hover, .sub_filter input:checked + label {
	font-weight: bold;
}

.sub_filter input:checked + label::before {
	background-color: #fff;
}

/* GALERIE */
#galerie{
	/*border: 1px #d7d7d7 solid;*/
	padding-left: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#flexeur {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

.flexeurcol {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 250px;
	max-height: 500px;
	overflow: hidden;
	overflow-y: scroll;
}

.flexeurcol div label {
	max-width: 350px;
}

.bouton{
	color: #fff;
	background-color: #b3a38c;
	width: 12%;
	margin-bottom: 20px;
	border-radius: 5%;
	text-align: center;
}

.Powerful {
	background-color: #FBF4B5;
}

.bouton a {
	color: #fff;
}

.bouton:hover{
	background-color: #7a5146;
}

.embed-responsive .card-img-top {
	object-fit: cover;
}

@media (min-width: 768px){
	#galerie .img_container{
		height: 200px;
	}

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

@media (max-width: 768px) {
	#flexeur {
		flex-wrap: wrap;
	}
	.bouton{
		width: 22%;
	}
}
