@charset "UTF-8";
/* PARAGRAPH */
/* carousel */
ul.vignettes {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin:0px !important;
	padding:0px !important;
}
.vignettes li:before {
	display:none !important;
}
li.vignette .media {
	transition: 0.2s;
	text-align: center;
}
li.vignette .notImg .media {
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
ul li.vignette {
	margin:13px 1%;
	padding:0px;
}
ul li.vignette .media {
  margin-left: auto;
	margin-right: auto;
}
.hSmall li.vignette .media {
	height: 100px;
}
.hMedium li.vignette .media {
	height:150px;
}
.hLarge li.vignette .media {
	height: 230px;
}
.hSmall li.vignette .boxLegend {
	max-width:175px;
}
.hSmall li.vignette .notImg .media {
	width:175px;
}
.hMedium li.vignette .boxLegend {
	max-width:260px;
}
.hMedium li.vignette .notImg .media {
	width:260px;
}
.hLarge li.vignette .boxLegend {
	max-width:404px;
}
.hLarge li.vignette .notImg .media {
	width:404px;
}
li.vignette .btBlack {
    right: 0px;
}
li.vignette .legend {
    padding: 5px 0px 0 0;
}
li.vignette .videoBloc {
    min-height: 0 !important;
    height: auto !important;
}
li.vignette .media img {
    height: auto !important;
	width:auto !important;
	max-height: 100%;
	max-width: 100%;
	min-height: 0 !important;
}
li.vignette .aBal .mediaBloc {
	height: 100%;
	display: flex;
	align-items: center;
}
li.vignette .aBal .imCredit {
	height: 100%;
	display: flex !important;
	align-items: center;
}
li.vLogo {
	background-color: #FFF;
	 border: 1px solid #ccc;
	border-radius: 6px;
	display: block;
}
li.vLogo .mMedia {
	padding:5px 10px;
}
li.vLogo .imCredit {
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hSmall li.vLogo .imCredit {
	height: 120px;
}
.hLarge li.vLogo .imCredit {
	height: 230px;
}
li.vLogo .bimg {
	display: block;
}
li.vLogo .media div img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width:auto;
}
li.vLogo .legend {
	padding-bottom: 10px;
	font-weight: 700;
	font-style: normal;
	color:#000;
}
li.vLogo .legend a {
	color:#000;
	text-decoration: none;
}
@media all and (max-width:989px) {
	.bx-wrapper .bx-controls-direction a {
		top:auto !important;
		bottom: 0 !important;
		margin-top: 0 !important;
	}
	.bx-wrapper .bx-controls-direction a.bx-prev {
		left:-5px;
	}
	.bx-wrapper .bx-controls-direction a.bx-next {
		right:-5px;
	}
	.bx-wrapper .bx-controls-direction a {
		top:auto !important;
		bottom: 0 !important;
		margin-top: 0 !important;
	}
	.bxslider .boxLegend {
		padding-left:40px;
		padding-right: 40px;
	}
}
@media all and (max-width:767px) {
	.hMedium li.vignette .media,
	.hLarge li.vignette .media {
	height: 150px;
}
	.hMedium li.vignette .boxLegend,
	.hLarge li.vignette .boxLegend {
	max-width:264px;
}
	.hMedium li.vignette .notImg .media,
	.hLarge li.vignette .notImg .media {
	width:264px;
}
	.hMedium li.vignette .media img,
	.hLarge li.vignette .media img {
		max-height: 150px !important
	}
	/* fin 767 */
}
@media all and (max-width:639px) {
	.hSmall li.vignette .media {
		height: 80px;
	}
	.hSmall li.vignette .boxLegend {
		max-width:140px;
	}
	.hSmall li.vignette .notImg .media {
		width:140px;
	}
	.hSmall li.vignette .media img {
		max-height: 80px !important
	}
	/* fin 767 */
}
/* fin css */
/** -------------- ***/