.page-mots-cles #section-content {
	padding-bottom: 0 !important;
}



/* SOMMAIRE */

.nombre-element-recherche {
	text-align: center;
	max-width: 1170px;
	margin: 20px auto 0 auto;
}
.nombre-element-recherche li {
	border: 2px solid #655c5a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 130px;
	width: 130px;
	padding: 35px 5px 0 5px;
	margin: 30px 15px 0;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nombre-element-recherche li.active {
	background-color: #8e1230;
	border-color: #8e1230;
}
.nombre-element-recherche li .nb-element {
	color: #8e1230;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 3.750em;
	display: block;
	line-height: 0.8em;
	margin-bottom: 5px;
}
.nombre-element-recherche li .titre {
	color: #655c5a;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.875em;
	display: block;
	font-size: 1rem;
	line-height: 1em;
	text-transform: lowercase;
}
.nombre-element-recherche li.active span.nb-element,
.nombre-element-recherche li.active span.titre {
	color: #ffffff;
}

/* CATEGORIES */

.view-mot-cle .view-grouping {
	padding: 60px 0 0;
	margin: 90px 0 0;
	position: relative;
}
.view-mot-cle .view-grouping:last-child {
	padding-bottom: 65px;
}
.view-mot-cle .view-grouping-header {
	display: none;
}
.view-mot-cle .view-grouping-content {
	max-width: 1170px;
	padding: 0;
	margin: 0 auto;
}
.view-mot-cle .view-grouping-content > h3 {
	color: #333333;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
	height: 60px;
	width: 100%;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* LISTING */

.view-mot-cle .views-row {
	background-color: #ffffff;
	min-height: 200px;
	margin: 30px 0 0;
	position: relative;
}
.view-mot-cle .views-row .clearfix:after {
	display: none;
}
.view-mot-cle .views-row .media {
	display: inline-block;
	float: left;
	margin-right: 20px;
	position: relative;
	width: 200px;
	max-width: none;
	height: 200px;
}
.view-mot-cle .views-row img {
	width: 200px;
	height: 200px;
	margin: 0 20px 0 0;
	float: left;
}
.view-mot-cle .views-row .credits {
	position: absolute;
	max-width: none;
	right: 0;
	bottom: 0;
}
.view-mot-cle .views-row h2 {
	color: #8e1230;
	font-family: 'DIN Pro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.375em;
	padding: 25px 20px 10px;
}
.view-mot-cle .views-row h2 a {
	color: #8e1230;
}
.view-mot-cle .views-row .resume {
	padding: 0 20px 20px;
}
.view-mot-cle .views-row .lien {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.view-mot-cle .views-row .lien a {
	font-size: 0;
	height: 100%;
	width: 200px;
	height: 200px;
	display: block;
}
.view-mot-cle .view-empty {
	text-align: center;
	height: 220px;
	padding: 100px 0 0;
}



/* =====================
RESPONSIVE
===================== */

@media only screen and (max-width: 1170px) {

	/* RECHERCHE */
	.block-btn-search {
		margin: 10px 15px 0 20px;
	}

}

@media only screen and (min-width: 1025px) {

	/* SOMMAIRE */

	.nombre-element-recherche li:hover {
		background-color: #8e1230;
		border-color: #8e1230;
	}
	.nombre-element-recherche li:hover span.nb-element,
	.nombre-element-recherche li:hover span.titre {
		color: #ffffff;
	}
}

@media only screen and (max-width: 760px) {

	/* CATEGORIES */

	.view-mot-cle .view-grouping {
		margin: 60px 0 0;
	}

	/* LISTING */

	.view-mot-cle .views-row {
		min-height: 100px;
	}
	.view-mot-cle .views-row img {
		height: 100px!important;
		width: 100px!important;
		margin: 0 20px 20px 0;
		float: left;
	}

	/* RECHERCHE */

	.block-search.active {
		height: 130px!important;
	}
	.view-mot-cle .views-row .resume {
		clear: left;
		padding: 20px;
	}
	.view-mot-cle .views-row .lien a {
		width: 100px;
	}
	.view-mot-cle .views-row .media {
		display: inline-block;
		float: left;
		margin-right: 20px;
		position: relative;
		width: 100px;
		max-width: none;
		height: 100px;
	}
	.block-search .content {
		max-width: none;
	}
	.block-search .content label {
		width: 100%;
		height: 60px;
		padding: 20px 40px 0 0;
		font-size: 1em;
		background-image: none;
		background-color: #BF0D6E;
		text-align: center;
	}
	header.fixed .block-search .content label {
		height: 30px;
		padding: 8px 0 0 20px;
		font-size: 0.9em;
		text-align: left;
	}
	.block-search .content .views-exposed-widgets {
		width: 100%;
		max-width: none;
		padding: 0 15px;
		margin-top: 5px;
	}
	header.fixed .block-search .content .views-exposed-widgets {
		margin-top: 0;
		height: 40px;
		padding: 5px 120px 0 15px;
	}
	header.fixed .block-search .content input[type=text] {
		height: 30px;
		font-size: 0.9em;
	}
	.block-search .content input[type=submit] {
		top: 5px;
		right: 15px;
	}
	header.fixed .block-search .content input[type=submit] {
		top: 5px;
		right: 70px;
		height: 30px;
		width: 30px;
	}
	.block-btn-search {
		margin: 10px 15px 0 10px;
		top: 0;
		right: 0;
	}


	/* RESULTATS RECHERCHE */

	.nombre-element-recherche li {
		width: 100px;
		height: 100px;
		margin: 20px 15px 0;
		padding: 20px 5px 0 5px;
	}
	.nombre-element-recherche li .nb-element {
		font-size: 2.50em;
	}
	.nombre-element-recherche li .titre {
		font-size: 0.70em;
	}
}
