#adakaViewBack {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
}
#adakaViewBack .adakaViewMargeGauche {
	float: left;
	height: 100%;
	width: 0px;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe {
	float: left;
	height: 100%;
	width: 275px;
	overflow: hidden;
	margin: 55px 0px 55px 60px;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe.adakaViewSmall {
	width: 156px!important;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe.adakaViewSmall ul {
	width: 106px!important;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe.adakaViewSmall ul li {
	margin-right: 0px!important;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul {
	float: left;
	width: 238px;
	margin: 0;
	padding: 0;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li {
	width: 106px;
	margin-right: 13px;
	margin-bottom: 13px;
	position: relative;
	cursor: pointer;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li:nth-child(odd) {
	float: left;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li:nth-child(even) {
	float: right;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li img {
	width: 100%;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li .adakViewListeHover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 6px solid #6D6963;
	opacity: 0;
	background: rgba(109, 105, 99, 0.6) url('imgAdakaView/show.png') center center no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li .adakViewListeText {
	width: 100%;
	height: 100px;
	/* background: url('imgAdakaView/text.gif') center center; */
	background: #E6E5E0;
	overflow: hidden;
	position: relative;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li .adakViewListeText .adakViewListeTextInner {
	padding: 7px;
	color: #5E5E5E;
	font-size: 11px;
	line-height: 12px;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li .adakViewListeText .adakViewListeTextMore {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 8px;
	background: #E6E5E0;
	color: #5E5E5E;
	line-height: 0px;
	text-align: center;
	/* padding-left: 7px; */
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li .adakViewListeVideo {
	width: 100%;
	height: 100px;
	background: url('imgAdakaView/video.png') center center;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li.adakaViewActive .adakViewListeHover {
	opacity: 1;
	background: rgba(109, 105, 99, 0.6) url('imgAdakaView/loupe.png') center center no-repeat;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li:hover .adakViewListeHover {
	opacity: 1;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li.adakaViewActive:hover .adakViewListeHover {
	background-color: rgba(109, 105, 99, 0.7);
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe .adakaViewScroll {
	float: right;
	background-color: #6D6963;
	width: 1px;
	height: 100%;
	position: relative;
	margin-right: 10px;
}
#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe .adakaViewScroll div {
	position: absolute;
	width: 5px;
	background: #fff;
	height: 0px;
	top: 0px;
	left: -2px;
	cursor: pointer;
	-webkit-transition: height 0.1s;
	-moz-transition: height 0.1s;
	transition: height 0.1s;
}
#adakaViewBack .adakaViewTools {
	float: right;
	height: 100%;
	width: 100px;
	border-left: 1px solid #6D6963;
	position: relative;
}
#adakaViewBack .adakaViewTools .adakaViewClose {
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	width: 100px;
	background: url('imgAdakaView/close.png') center center no-repeat;
	border-bottom: 1px solid #6D6963;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#adakaViewBack .adakaViewTools .adakaViewClose:hover {
	opacity: 0.7;
}
#adakaViewBack .adakaViewTools .adakaViewZoom {
	height: 200px;
	width: 6px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	right: 47px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}
#adakaViewBack .adakaViewTools .adakaViewZoomEvent {
	height: 200px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	width: 100%;
	left: 0px;
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomLevel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #6D6963;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 0%;
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomCursor {
	height: 38px;
	width: 38px;
	position: absolute;
	left: -16px;
	margin-bottom: -16px;
	background: url('imgAdakaView/cursorZoom.png');
	bottom: 0%;
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomPlus {
	top: -33px;
	left: -10px;
	background: url('imgAdakaView/zoomPlus.png');
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomPlus:hover {
	background: url('imgAdakaView/zoomPlusHover.png');
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomMoins {
	bottom: -32px;
	left: -9px;
	background: url('imgAdakaView/zoomMoins.png');
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomMoins:hover {
	background: url('imgAdakaView/zoomMoinsHover.png');
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomPlus,
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomMoins{
	position: absolute;
	height: 21px;
	width: 22px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomNull{
	position: absolute;
	right: -23px;
	bottom: -9px;
	color: #6D6963;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomPlus:hover,
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomMoins:hover,
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomNull:hover {
	opacity: 0.7;
}
#adakaViewBack .adakaViewTools .adakaViewZoom .adakaViewZoomNull.adakaViewActive{
	color: #fff;
}
#adakaViewBack .adakaViewContain {
	overflow: hidden;
	height: 100%;
	position: relative;
}
#adakaViewBack .adakaViewContain .adakaViewContainImg {
	margin: 0 auto;
	padding: 15px;
	display: block;
	max-height: 100%;
	max-width: 100%;
	cursor: move;
}
#adakaViewBack .adakaViewContain .adakaViewContainText {
	margin: 0 auto;
	display: block;
	max-width: 700px;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
}
#adakaViewBack .adakaViewContain .adakaViewContainText .adakaViewContainTextScroll {
	display: none;
	float: right;
	width: 1px;
	background-color: #6D6963;
	width: 1px;
	height: 100%;
	position: relative;
	margin: 0 5px;
}
#adakaViewBack .adakaViewContain .adakaViewContainText .adakaViewContainTextScroll div {
	position: absolute;
	width: 5px;
	background: #FFF;
	height: 0px;
	top: 0px;
	left: -2px;
	cursor: pointer;
	-webkit-transition: height 0.1s;
	-moz-transition: height 0.1s;
	transition: height 0.1s;
}
#adakaViewBack .adakaViewContain .adakaViewContainText .adakaViewContainTextInner {
	padding: 25px;
	margin: 15px 15px 15px 0px;
	background: #fff;
	position: relative;
}
#adakaViewBack .adakaViewContain .adakaViewContainText .adakaViewContainTextInner *{
	clear: none!important;
	max-width: 100%;
}
#adakaViewBack .adakaViewContain .adakaViewContainText .adakaViewContainTextInner .adakaViewInternalLink {
	color: #fff;
	background-color: #4D4D4D;
	text-decoration: none;
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
}
#adakaViewBack .adakaViewContain .adakaViewContainText .adakaViewContainTextInner .adakaViewInternalLink .adakaViewPreview {
	position: absolute;
	background-color: #4D4D4D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #4D4D4D;
	max-height: 200px;
	max-width: 200px;
	height: auto;
	width: auto;
	z-index: 999;
}
#adakaViewBack .adakaViewFooter {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	height: 30px;
	background-color: #6D6963;
	color: #fff;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
	padding-right: 20px;
}
#adakaViewBack .adakaViewFooter .adakaViewBold {
	font-weight: bold;
}
#adakaViewBack .adakaViewFooter .adakaViewTextLeft {
	margin-left: 35px;
	display: none;
}
#adakaViewBack .adakaViewFooter .adakaViewSep,
#adakaViewBack .adakaViewFooter .adakaViewSep2 {
	margin-left: 15px;
	margin-right: 15px;
	display: none;
}
#adakaViewBack .adakaViewFooter .adakaViewMarkeUpSep {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}
#adakaViewBack .adakaViewFooter .adakaViewTextRight{
	display: none;
}
#adakaViewBack .adakaViewFooter .adakaViewPlus {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -31.5px;
	top: -20px;
	width: 63px;
	height: 30px;
	background: url('imgAdakaView/plus.png');
	cursor: pointer;
}
#adakaViewBack .adakaViewFooter .adakaViewSection{
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #6D6963;
	padding: 10px 16px 0px 35px;
	line-height: 15px;
}
#adakaViewBack .adakaViewFooter .adakaViewShare{
	float: right;
	text-align: right;
	padding-top: 4px;
}
#adakaViewBack .adakaViewFooter .adakaViewShare div {
	background-size: cover!important;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: 5px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#adakaViewBack .adakaViewFooter .adakaViewShare div:hover {
	opacity: 0.7;
}
#adakaViewBack .adakaViewFooter .adakaViewShare .adakaViewPinterest {
	background: url('imgAdakaView/share/pinterest.png') center center no-repeat;
}
#adakaViewBack .adakaViewFooter .adakaViewShare .adakaViewTwitter {
	background: url('imgAdakaView/share/twitter.png') center center no-repeat;
}
#adakaViewBack .adakaViewFooter .adakaViewShare .adakaViewFacebook {
	background: url('imgAdakaView/share/facebook.png') center center no-repeat;
}
#adakaViewBack .adakaViewFooter .adakaViewLinkOut{
	float: right;
	margin-right: 12px;
}
#adakaViewBack .adakaViewFooter .adakaViewLinkOut a{
	font-size: 14px;
	color: #fff;
	padding-right: 25px;
	background: url('imgAdakaView/link.png') center right no-repeat;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#adakaViewBack .adakaViewFooter .adakaViewLinkOut a:hover{
	opacity: 0.7;
}
#adakaViewBack .adakaViewFooter .adakaViewPlus.adakaViewActive {
	background: url('imgAdakaView/moins.png');
}
#adakaViewBack .adakaViewFooter .adakaViewFooterDescription {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #6D6963;
	padding: 0px 30px 10px 35px;
	line-height: 20px;
}
#adakaViewBack .adakaViewFooter .adakaViewFooterDescription .adakaViewFooterDescriptionTexte {
	max-width: 500px;
	width: 100%;
}
#adakaViewBack .adakaViewFooter .adakaViewFooterDescription a {
	color: #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
#adakaViewBack .adakaViewFooter .adakaViewFooterDescription a:hover {
	color: #aaa;
}
#adakaViewLoad {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 120;
	background: rgba(200, 200, 200, 0.3);
}
#adakaViewLoad .adakaViewLoadImg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -53px;
	margin-top: -45px;
	background: url('imgAdakaView/load.gif') top 12px center no-repeat;
	background-size: 43% auto;
	text-align: center;
	padding: 65px 18px 10px;
	background-color: #fff;
	-webkit-border-radius: 16px;  -moz-border-radius: 16px;  border-radius: 16px;
}
#adakaViewLoad .adakaViewSpinner {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
}
.adakaViewSpinner > div {
	width: 15px;
	height: 15px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: adakaViewBouncedelay 1.4s infinite ease-in-out;
	animation: adakaViewBouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.adakaViewSpinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.adakaViewSpinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes adakaViewBouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes adakaViewBouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@media (max-width:950px) {
	#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe {
		width: 156px;
	}
	#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul {
		width: 106px;
	}
	#adakaViewBack .adakaViewMargeGauche.adakaViewMargeGaucheListe ul li {
		margin-right: 0px;
	}
}