
/******************************************CATALOGUE***************************************/
.mef{
	margin-top:20px;
	margin-bottom:20px;
}
.titre_catalogue{
	color:black;
	height:40px;
	line-height:40px;
	font-size:1.5em;
	margin:20px 0;
	padding-left:50px;
	text-align:center;
	position: relative;
    overflow: hidden;
}
.titre_catalogue img{
	width:30px;
}
h1:before, h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #000;
}
h1:before {
    margin-left: -50%;
    text-align: right;
}
.zone_filtre{
	margin-bottom:20px;
}
.filtres{
	font-size:1.2em;
	height:20px;
	line-height:20px;
	margin:10px 0;
}
.titre_taxo{
	font-size:1.1em;
	color:DarkTurquoise;
	margin-top:20px;
	margin-bottom:8px;
}
.catalogue{
	padding-top:5px;
}
.taxo{
	font-size:1em;
	margin-left:5px;
	margin-top:8px;
}
.image_prez{
	overflow:hidden;
	padding:0;
	margin:0;
}
.image_prez img{
	margin:0;
	border:1px solid lightgrey;
	/* opacity:0.7; */
}
.zone_prez{
	padding-left:0;
	padding-right:0;
	min-height:350px;
	background-image:url('../img/carrelage_2.png');
	background-repeat:no-repeat;
	background-position:center;
}
.prez_catalogue{
	margin:0 auto;
	min-height:170px;
	min-width:160px;
	width:45%;
	font-size:0.9em;
	background-color:rgba(255,255,255,0.8);
	margin-top:7em;
	padding-top:10px;
}
.titre_prez{
	font-size:24px;
	text-align:center;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	margin-top:15px;
}
.txt_prez{
	font-family: 'Montserrat', sans-serif;
	color:SlateGray;
	text-align:center;
	font-weight:bold;
}
.bouton{
	background:black;
	color:white;
	width:120px;
	height:45px;
	line-height:45px;
	font-weight:bold;
	font-size:1.1em;
	font-family: 'Montserrat', sans-serif;
	margin:0 auto;
	cursor:pointer;
	transition:0.2s ease;
}
.bouton:hover{
	background:#f62775;
}
.bouton a{
	display:block;
	color:white;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
}
.pagesuivante{
	padding-top:30px;
	width:40%;
	margin:0 auto;
}
#nextpage{
	width:50px;
	height:50px;
	margin-left:15px;
	display:inline;
	vertical-align:middle;
}
/* -------------------RESPONSIVE------------------- */
@media screen and (max-width: 768px){
	.zone_prez{
		display:none;
	}
}