/* li.somm-h2 > a:before{ content: "\f138"; font-family: "fontAwesome"}
li.has-children > a:before{ content: "\f13a"; font-family: "fontAwesome"} */
#medias-fr .sommaire{border-color: transparent}
.chapter,.media,.line, #also{content-visibility: auto}

#cta-top-site{
	min-height: 60px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
#cta-article{
	height: 110px;
	min-height: 60px;
}
#ad_topslot{
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center
}
#ad_mpuslot{min-height: 50px}
#ad_rightslot{min-height: 300px}

#bandeau-footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgb(108,51,131);
	padding: .25em;
	z-index: 900;
	border-top: 1px solid rgba(166, 143, 22, 0.72);
}
#bandeau-footer p{
	font-size: 1.375em;
	margin: 0;
	background: url('/fav-fr.png') no-repeat left center;
	background-size: 28px 28px;
	padding-left: 1.5em;
}

#bandeau-footer a{
	color: #fff;
}

@media(max-width: 768px){
	body{margin-bottom: 2em}
	#bandeau-footer p{
		font-size: 1.15em;
		padding-left: 2.5em
	}
}


.article-page-bottom{margin-top:1em}

.btn-carte-mentale p.text-lg{margin-bottom: 0}

:root{
	--eu-color-rgb-cta: rgb(108,51,131);
	--eu-color-hover-rgb-cta: rgb(165, 84, 198);
}

.text-uc{
	text-transform: uppercase;
}
.folio-block{
	width: 100%;
	max-width: 550px;
	margin: 1em auto;
	border: .25em solid var(--eu-color-rgb-cta);
	border-radius: .375em;
	background: #f5f5f5;
	padding: .5em 1em;
}
.folio-block-title{
	font-size: 1.25em;
}
@media(max-width: 767px){
.folio-block-title{
	font-size: 1.1em;
}
}
.folio-block ul{
	width: 100%;
	max-width: 300px;
	margin: 1em auto;
}
.folio-block ul li{
	font-size: .95em;
}
.btn-cta{
	background: var(--eu-color-rgb-cta);
	color: #fff;
	font-weight: bold;
	font-size: 1.15em
}
.btn-cta:hover{
	background: var(--eu-color-hover-rgb-cta);
	color: #fff;
	text-decoration: underline;
}

@media(min-width: 768px){
	.btn-carte-mentale{
		min-height: 72px;
	}
	#content_block_newsletter{
		min-height: 96px
	}
}
@media(max-width: 767px){
	header.header{margin-bottom: 0}
	#presenation{padding-top: 0; padding-bottom: 0}
	#presentation p{display: none}
	article header{margin-top: 0}
	article header h1{margin-top: 15px}
}

#cta-col{
	margin-bottom: 2em
}
/*
	nouvelle présentation media
*/
h2, h3{clear: both; float: none; display: block; padding-top: 1em}
div[data-toggle=media], div[data-toggle=window].bandeau-media,div[data-toggle=media]:hover, div[data-toggle=window].bandeau-media:hover{box-shadow: none}
.media-text{display: none}

.media-visual{
	text-align: center;
}
.media-block{
	display: block;
	clear:both;
	float: none;
}
.media-single{
	float: left;
	clear: left;
	margin: 0 1em .5em 0;
	position: relative;
	display: block;
	width: 300px;
	max-width: 300px;
	z-index: 1;
}
.media-single .media-image{
	max-width: 100%;
	max-height: 200px;
	/* border-radius: .375em; */
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	margin-top: 7px;
}
.media-single .media-credit{
	font-size: .85em;
	color: #444;
	margin: .5em;
	text-align: left;
	white-space: normal;
	max-width: 100%;
	/*max-width: 90%;
	width: 100%*/
}
.media-single .media-visual{text-align: center}

.media-visual{
	position: relative;
	z-index: 1
}
.media-visual:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content:" ";
	background: transparent;
}

.media-block + .media-single{margin-top: 1em}


/*
	bandeau media version Flex // without JS
*/
 .media-carrousel{
	display: flex;
	width: 100%;
	overflow-x: auto;
	text-align: center;
	clear: left;
	margin-bottom: 1em;
	padding-left: .5em;
	scrollbar-width: thin;
	scrollbar-color: rgba(29,50,123,1) #fff;
	/*border-bottom: 1px solid #ccc;*/
}

/*.media-carrousel:after{
	content: '';
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
	will-change: opacity;
	pointer-events: none;
	z-index: 10;
}
.media-carrousel.is_fading:after {
	transition: linear 0.3s;
	opacity: 1;
}
.media-carrousel.is_hidden:after {
	transition: linear 0.3s;
	opacity: 0;
}*/

.media-carrousel::-webkit-scrollbar-track:horizontal {
    /*border-top: 1px solid #E7E7E7;
    box-shadow: 0 1px 1px 0 #F6F6F6 inset, 0 -1px 1px 0 #F6F6F6 inset; */
    background: #f5f5f5;
    border-radius: .375em
}

.media-carrousel::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: #fff;
    width: 16px;
}

.media-carrousel::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(29,50,123,1);
    border-color: transparent;
    border-radius: 9px 8px 8px 9px;
    border-style: solid;
    border-width: 3px 3px 3px 4px; /* Workaround because margins aren't supported */
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* Unfortunately scrollbars can't use CSS transitions. Also, it's not possible
   to highlight the thumb when the scrollbar track is hovered without some
   JavaScript acrobatics; https://jsfiddle.net/QcqBM/6/ is a start, but you
   also have to check whether the element has a scrollbar and if so how wide
   it is. */
.media-carrousel::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.media-block{
	position:relative;
}
/*.carrousel-nav{
	position: absolute;
	top: 10%;
	z-index: 10;
	background: rgba(255,255,255,.5);
	padding: .1em .25em;
	border-radius: .375em;
}
.carrousel-nav:hover{
	background: rgba(255,255,255, 1);
	text-decoration: none
}
.carrousel-prev{
	left: 10px;
}
.carrousel-next{
	right: 10px;
}
.media-carrousel-choice{
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1em;
}*/

.media-carrousel .media-single{
	margin: 0 1em;
	border-bottom: none;
	margin-right: 0;
	width: auto;
	max-width: none;
}
.media-carrousel .media-single .media-image{
	max-width: none;
	height: 300px;
	width: auto;
	margin-top: 0;
}
.media-carrousel .media-single:first-child{margin-left: 0}
.media-carrousel .media-single:last-child{margin-right: 0}
/* EOF */