@charset "UTF-8";
.flbk000011 .colonne.dessus > div{
	text-align: center;
}
.flbk000011 .colonne.dessus > div div.img{
	margin-bottom:30px;
	padding-bottom:66%;
}
.flbk000011 .colonne.gauche > div{
	text-align: left;
}
.flbk000011 .colonne.gauche > div:after{
	content:"";
	display: block;
	clear: both;
}
.flbk000011 .colonne.gauche > div div.img{
	float:left;
	max-width:50%;
}
.flbk000011 .colonne.gauche > div div.content{
	float:left;
	width:50%;
	padding:0 30px;
}
.flbk000011 .colonne .lebtn{
	margin-top:10px;
}
.flbk000011 > .row > h2.titres-de-section{
	text-align: center;
	margin-bottom:40px;
}
.flbk000011 > .row{
	position: relative;
	z-index:1;
}
.flbk000011 > .row.equal > .colonne > div{
	height:100%;
}
/* filtre checkbox  */

.section-filtre{
	text-align: center!important;
}

.section-filtre h3{
	margin: 10px 5px;
}

.checkbox{
  display: none;
}

.checkbox-label{
  color:white;	 
  background-color: #6e6e6e;
  padding: 15px;
  display: inline-block;
  margin: 10px 5px;
  cursor: pointer;
  text-align: center;
}

.checkbox-label:hover{
   background-color: #4F4F4F;
	transition: 0.3s;
}

.checkbox-label svg:nth-child(1){
  display: none;
  vertical-align: middle;
}

.checkbox-label span:nth-child(2){
  font-weight: bold;
}

.checkbox:checked + .checkbox-label{
  background-color: #4F4F4F;
}

.checkbox:checked + .checkbox-label svg:nth-child(1){
  display: initial;
}

@media screen and (max-width:400px){
	.checkbox-label{
		width: 100%;
	}
}

.filtre-submit {
    color: white;
    background-color: #6e6e6e;
    padding: 15px;
    border: none;
    margin: 25px 5px;
    cursor: pointer;
	transition: 0.3s;
    /* text-align: center; */
}
.filtre-submit:hover{
	background-color: black;	
}

@media screen and (max-width: 640px) {
	.flbk000011 .colonne.gauche > div div.img{
		float:none;
		margin-bottom:20px;
		display: inline-block;
		text-align: left;
	}
	.flbk000011 .colonne.gauche > div div.content{
		float:none;
		width:100%;
		padding:0;
	}
	.flbk000011 .colonne.gauche > div{
		text-align: center;
	}
}