/* =====================
SOMMAIRE
===================== */

.node-type-page-editoriale .sommaire_frere {
	padding: 50px 0 10px 0;
}

.hiver.node-type-page-editoriale .sommaire_frere {
	background-color: #0CB9DB;
}
.ete.node-type-page-editoriale .sommaire_frere {
	background-color: #8DB135;
}

.node-type-page-editoriale .listing_contenu_sommaire.sommaire_paragraphe {}
.node-type-page-editoriale .strate_sommaire {}


.node-type-page-editoriale .listing_contenu_sommaire > .view {
	max-width: 1200px;
	margin: 0 auto;
}
.node-type-page-editoriale .field-name-col-paragraphes .sommaire_frere h2 {
	color: #ffffff;
	padding: 0 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-type-page-editoriale .field-name-col-paragraphes .sommaire_frere .listing-apercu h2 {
	text-align: left;
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.4rem;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content {
	font-size: 0;
	margin-bottom: 0px!important;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content > *{
	font-size: 1rem;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row {
	display: inline-block;
	width: 25%;
	padding: 0;
	margin: 0 0 40px;
	background-image: url("../../img/master/pointilles-v.gif");
	background-repeat: repeat-y;
	float: none;
	vertical-align: top;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:first-child,
.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(4n+1) {
	background-image: none;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row > div {
	position: relative;
	background-color: #ece8e8;
	margin: 0 20px;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row > div .link_all a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 0;
	text-indent: -9999px;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row .listing-apercu {
	color: #ffffff;
	padding: 15px 10px 10px;

}
.ete.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row .listing-apercu {
	background-color: #a6ca4e;
}
.hiver.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row .listing-apercu {
	background-color: #38d0ef;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content .listing-apercu h2 a {
	line-height: normal;
	font-size: 1rem;
	height: 2.5em;
	margin: 0 5px -10px;
	overflow: hidden;
	color: #ffffff;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content .listing-apercu .boutons a {
	color: #ffffff;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: none;
	line-height: 25px;
	background-color: transparent !important;
	background-image: url("../../img/master/bt-plus.png");
	background-repeat: no-repeat;
	background-position: right center;
	height: 25px;
	padding: 0 30px 0 0;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content .listing-media .media img  {
	width: 100%;
	height: auto;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content .listing-media {
	position: relative;
	background-color: #2e5266;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content .views-row:hover .listing-media::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-image: url("../../img/accueil/bt-plus-bonsplans.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 100%;
	width: 100%;
}
.node-type-page-editoriale .listing_contenu_sommaire .view-content .views-row:hover .listing-media .media img {
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	-o-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

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

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

}

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

	/* SOMMAIRE */

	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row {
		width: calc(100% / 3);
	}

	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(4n+1){
		background-image: url("../../img/master/pointilles-v.gif");
	}
	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:first-child,
	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(3n+1) {
		background-image: none;
	}

}

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

	/* SOMMAIRE */

	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row {
		width: 50%;
	}

	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(4n+1),
		.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(3n+1) {
		background-image: url("../../img/master/pointilles-v.gif");
	}
	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:first-child,
	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(2n+1) {
		background-image: none;
	}

}

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

	/* SOMMAIRE */

	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row {
		width: 100%;
	}

	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(4n+1),
	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(3n+1),
	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:first-child,
	.node-type-page-editoriale .listing_contenu_sommaire .view-content > .views-row:nth-child(2n+1) {
		background-image: none;
	}

}














