/* css: bloc fiche conseil*/
.ficheConseilRaccourci{
	position: absolute;
    left: 0;
    top: -9000px;
    color: #000;
    background: #fff;
}
.ficheConseilRaccourci:focus {
    top: 0;
    z-index: 1500;
}

.ficheConseilTabs {
	text-align: right;
}

.ficheConseilTabs ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
/*start-----tab panels-----*/
.ficheConseilTabs li.col {
	display: table-cell;
}

.js-tabs .invisible {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tabs__tabcontent[aria-hidden=true] {
	display: none;
}
/*end-----tab panels-----*/
.ficheConseilTabs .tab-img {
	width: 50px;
	height: 50px;
	border-radius: 6px;
}

.ficheConseilTabs .js-tablist__link[aria-selected="false"] .tab-img {
	width: 43px;
	height: 43px;
}

.ficheConseilTabs .js-tablist__link[aria-selected="false"] {
	opacity: 0.6;
	filter: grayscale(100%);
}

/*start entete fiche conseil*/
#ficheConseilsArea {
	background: #fff;
	border-radius: 15px;
	position: relative;
}

.ficheConseilTabs {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-right: 2.6em;
}

.ficheConseilTabContent::after {
	content: "";
	display: block;
	clear: both;
}

.ficheConseilEntete {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position: relative;
    padding: 0 1.6em;
}

.ficheConseilEnteteConseil {
	background: #D33D3B;
}

.ficheConseilEntetePartenaire {
	background: #8CB9F3;
}

.ficheConseilEntete .title {
	font-size: 2.5em;
	color: #fff;
	line-height: 0.8em;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'Damion';
}

.ficheConseilEntete .title .first {
	display: block;
	text-transform: capitalize;
}

.ficheConseilLienData{
    border-bottom-left-radius: 15px;
    padding: 7px 5px;
    border-bottom-right-radius: 15px;
    text-align: right;
    display: block;
}

.ficheConseilLienDataConseil{
    background-color: lightsalmon;
}

.ficheConseilLienDataPartenaire{
    background-color:#8CB9F3;
}
a.link{
	font-weight: bold; 
}

#ficheConseilsArea .close {
	font-size: 1em;
	font-weight: 100;
	font-size: 1.8em;
	z-index: 10;
	color: #fff;
	opacity: 1;
	right: 10px;
	top: 0px;
}

.ficheConseilTabs li:not(:first-child):not(:last-child) {
    padding-left: 1em;
    padding-right: 1em;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
}

.ficheConseilTabs li:first-child {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
}

.ficheConseilTabs li:last-child {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
}

.ficheConseilTabs li:not(:first-child) {
    border-left: 1px solid #000;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
}

.js-tablist__link {
	cursor: pointer;
	font-size: 1.4em;
}

.js-tablist__link span {
	padding-left: 0.6em;
}

.js-tablist__link:hover, .js-tablist__link:focus {
	text-decoration: none;
}

.js-tablist__link[aria-selected=true] {
	color: #fff;
	position: relative;
	display: block;
}

#ficheConseilsArea .js-tablist__link[aria-selected="true"]::after {
	content: " ";
	display: block;
	position: absolute;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	bottom: -11px;
	margin-left: 50%;
	transform: translate(-50%, 0);
}

.js-tablist__link[aria-selected=false] {
	color: #000;
	display: block;
}

.js-tablist__link[aria-selected=false] span {
	max-width: 6em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	text-align: left;
}

.js-tablist__link[aria-selected=true] span {
	vertical-align: middle;
}

.ficheConseilEntete::after {
	content: " ";
	position: absolute;
	bottom: -22px;
	left: 5em;
	border: 11px solid transparent;
}
.ficheConseilEntetePartenaire::after {
	border-top: 12px solid #8CB9F3;
}

.ficheConseilEnteteConseil::after {
	border-top: 12px solid #e33a23;
}

/*end entete fiche conseil*/

/*start fiche conseil sous entete*/
.ficheConseilTabContent {
	padding: 1em 1.5em 0em;
}
/*
.descContainer,.carrouselsContainer,.docRecommandeContainer,.docMediationContainer{
	float:left;
}
*/
.descContainer {
	padding-left: 0;
	font-size: 1.1em;
}

.descContainer a {
	font-size: bold;
	font-weight: bold;
	text-decoration: underline;
}

/*end fiche conseil sous entete*/
.descContainer {
	width: 33%;
}

.carrouselsContainer {
	width: 66%;
	padding: 0;
	padding-left: 1em;
	padding-right: 1em;
	overflow: hidden;
}

.carrouselsContainer.twoScrollers {
	height: 23em;
}

.carrouselsContainer.singleScroller {
	height: 14em;
}
/*start doc recommande scroller*/
.scrollerContainer {
	/*overflow:hidden;*/
	height: 13em;
	position: relative;
}

.scroller {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 500px;
}

.scroller li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.scroller li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.scroller ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

li.docRecommandeContainer {
	display: inline-block;
	/*width:9em;*/
	padding: 0 1.8em 0;
	vertical-align: top;
	font-size: 14px;
}

li.docRecommandeContainer .simpletooltip_container {
	width: 9em;
}

.previousBtnContainer, .scrollerWrapper, .nextBtnContainer {
	float: left;
}

.previousBtnContainer, .nextBtnContainer {
	height: 100%;
	width: 2em;
	position: relative;
}

.scrollerWrapper {
	/*width:calc(100% - 4em);
	padding: 0 25px 0;*/
	width: 100%;
	padding: 0 3em 0;
}

.previousBtnContainer .previousBtn, .nextBtnContainer .nextBtn {
	position: absolute;
	top: 50%;
}

.recommandeScrollerContainer .previousBtnContainer .previousBtn,
	.recommandeScrollerContainer .nextBtnContainer .nextBtn {
	transform: translate(0, -155%);
	-ms-transform: translate(0, -155%);
	-webkit-transform: translate(0, -155%);
}

.mediationScrollerContainer .previousBtnContainer .previousBtn,
	.mediationScrollerContainer .nextBtnContainer .nextBtn {
	transform: translate(0, -80%);
	-ms-transform: translate(0, -80%);
	-webkit-transform: translate(0, -80%);
}

.nextBtnContainer .nextBtn {
	right: 0;
}

.docRecommandeContainer .imgContainer, .docMediationContainer .imgContainer
	{
	height: 9em;
	width: 9em;
	display: block;
	text-align: center;
	overflow: hidden;
	border: 1px solid lightgray;
}

.docRecommandeContainer img, .docMediationContainer img {
	max-width: 100%;
	max-height: 100%;
	margin-top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.docRecommandeContainer .docTitle {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.docRecommandeContainer a.title {
	display: block;
	text-decoration: none;
	margin-top: 0.5em;
}

.docRecommandeContainer .docTitle {
	font-size: 1.1em;
	font-weight: 600;
}

.scrollerBtn {
	border: none;
	border-radius: 1em;
	opacity: 0.7;
	padding: 0;
	color: #fff;
	font-family: "pictos";
	position: absolute;
}

.scrollerBtnConseil {
	background: #e33a23;
}

.scrollerBtnPartenaire {
	background: #1A73E8;
}

.scrollerContainer .previousBtn {
	margin-left: -4em;
	margin-top: 4em;
}

.scrollerContainer .nextBtn {
	right: -1em;
	top: 0;
	margin-top: 4em;
	z-index: 100;
}

.scrollerBtn:hover, .scrollerBtn:focus {
	opacity: 1;
}

.scrollerBtn i.previous::before {
	content: "\e632";
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /*IE 9*/
	-moz-transform: translate(0, 10%) rotate(180deg);
	/*translate firefox 45.2.0*/
	display: block;
	font-size: 2em;
	font-style: normal;
	width: 1em;
	height: 1em;
}

.scrollerBtn i.next::before {
	content: "\e632";
	display: block;
	font-size: 2em;
	font-style: normal;
	width: 1em;
	height: 1em;
	-moz-transform: translate(0, -10%); /*translate firefox 45.2.0*/
}
/*end doc recommande scroller*/

/*start doc mediation scroller*/
li.docMediationContainer {
	padding: 0 25px 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	font-size: 14px;
}

.docMediationContainer .imgContainer {
	float: left;
	margin-right: 1em;
}

.docMediationContainer .title {
	/*
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    */
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1em;
	margin-top: 2em;
	white-space: normal;
}

.docMediationContainer .title::after {
	content: " ";
	display: block;
}

.mediationScrollerContainer {
	/*margin-top:10px;*/
	height: 10em;
	position: relative;
}

.mediationScrollerContainer .scrollerWrapper {
	position: absolute;
}

/*end doc mediation scroller*/
.ficheConseilTabContent .docType {
	font-size: 1em;
	font-weight: 600;
	overflow: hidden;
	text-transform: uppercase;
}

.ficheConseilTabContent .docType.doc_document {
	color: #e33a23;
}

.ficheConseilTabContent .docType.doc_selection {
	color: #9D6B0C;
}

.ficheConseilTabContent .docType.doc_blog {
	color: #F2065A;
}

/*tooltip de titre*/
.scrollerContainer .simpletooltip_container {
	/*position:static !important;*/
	display: block;
}

.docMediationScroller .simpletooltip_title_container {
	margin-left: 9em;
	width: 12.6em;
	margin-top: 4.5em;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.scrollerContainer .simpletooltip[role=tooltip] {
	left: auto !important;
	white-space: normal;
	top: 2em;
	margin-left: 0em !important;
}

.docMediationScroller .simpletooltip_img_container .simpletooltip {
	top: 0em;
}

.scrollerContainer.recommandeScrollerContainer .simpletooltip[role=tooltip]
	{
	bottom: 3em;
	top: auto;
}

.scrollerContainer.recommandeScrollerContainer .simpletooltip_img_container .simpletooltip[role=tooltip]
	{
	top: 0em;
	bottom: auto;
}

.docMediationContainer a.infoContainer {
	text-decoration: none;
}

.docMediationContainer.fullWidth {
	width: 100%;
	min-width: 16em;
}

.docMediationContainer.fullWidth .simpletooltip_title_container {
	width: calc(100% - 9em);
}

#ficheConseilsArea .toggleBtn {
	position: absolute;
	bottom: 0;
	transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%); /* IE 9 */
	-webkit-transform: translate(-50%, 50%); /* Safari */
	left: 50%;
	width: 3em;
	height: 3em;
	border-radius: 3em;
	border: none;
	font-family: 'pictos';
	color: #fff;
}

#ficheConseilsArea .toggleBtnConseil {
	background: #e33a23;
}

#ficheConseilsArea .toggleBtnPartenaire {
	background: #1A73E8;
}

#ficheConseilsArea .toggleBtn i.unfold::before {
	content: "\e632";
	display: block;
	font-size: 3em;
	font-style: normal;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.ficheConseilTabContent .js-tabcontent.limitHeight {
	max-height: 23em;
	overflow: hidden;
	-moz-transition: max-height 0.8s ease;
	-ms-transition: max-height 0.8s ease;
	-o-transition: max-height 0.8s ease;
	-webkit-transition: max-height 0.8s ease;
	transition: max-height 0.8s ease;
}

.ficheConseilTabContent .js-tabcontent.fullHeight {
	max-height: 999px !important;
}

.ficheConseilTabContent .js-tabcontent {
	overflow: hidden;
}

.ficheConseilTabContent .js-tabcontent.fullHeight .toggleBtn i.unfold::before
	{
	transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-webkit-transform: rotate(-90deg) !important;
	-moz-transform: rotate(-90deg) !important;
}

#ficheConseilsArea .close i {
	font-style: normal;
}

@media ( max-width :1838px) {
	.ficheConseilTabs {
		padding-right: 1em;
	}
	.js-tablist__link[aria-selected=false] span {
		max-width: 5em;
	}
	.js-tablist__link {
		font-size: 1.3em;
	}
	.ficheConseilEntete .title {
		font-size: 2.3em;
	}
}

@media ( max-width :1706px) {
	.ficheConseilTabs li:not(:first-child):not(:last-child) {
    	padding-left: 0.5em;
    	padding-right: 0.5em;
	}
	.ficheConseilTabs li:first-child {
		padding-right: 0.5em;
	}
	
	.ficheConseilTabs li:last-child {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.js-tablist__link {
		font-size: 1.2em;
	}
	.ficheConseilEntete .title {
		font-size: 2em;
	}
}

@media ( max-width :1544px) {
	.js-tablist__link[aria-selected="false"] span {
    	max-width: 4.5em;
	}
	.js-tablist__link span {
    	padding-left: 0.2em;
	}
}
@media ( max-width :1488px) {
	.ficheConseilTabs .js-tablist__link[aria-selected="false"] span {
		display: none;
	}
	.js-tablist__link[aria-selected=true] span {
		max-width: 13em;
		white-space: nowrap;
		overflow: hidden;
		display: inline-block;
		text-overflow: ellipsis;
	}
}
@media ( max-width :1137px) {
	.js-tablist__link[aria-selected=true] span {
		/*max-width: 7em;*/
		white-space: nowrap;
		overflow: hidden;
		display: inline-block;
		text-overflow: ellipsis;
	}
}

@media ( max-width :1024px) {
	.ficheConseilTabs .js-tablist__link span {
		display: none;
	}
}

@media ( max-width :865px) {
	.ficheConseilEntete .title {
    	padding-right: 0.5em;
	}
	.ficheConseilEntete {
		padding: 0.6em 1em;
	}
	.ficheConseilTabContent {
    	padding: 1em 1em 0em;
	}
	.carrouselsContainer{
		padding-left: 2em;
    	padding-right: 0em;
	}
	.scrollerContainer .previousBtn {
    	margin-left: -2.5em;
    }
    .scrollerContainer .nextBtn {
    	right: 0.5em;
    }
	#ficheConseilsArea .js-tablist__link[aria-selected="true"]::after {
		bottom: -17px;
	}
}