@font-face {
	font-family: ManofSteel;
	src: url('/fonts/ManofSteel.ttf');
}
@font-face {
	font-family: Google;
	src: url('/fonts/Google.ttf');
}
@font-face {
	font-family: Google-Bold;
	src: url('/fonts/Google-Bold.ttf');
}
@font-face {
	font-family: Amazon;
	src: url('/fonts/Amazon.otf');
}
@font-face {
	font-family: Max-Bold;
	src: url('/fonts/MaxSans-Bold.ttf');
}
@font-face {
	font-family: Max-Demi;
	src: url('/fonts/MaxSans-Demi.ttf');
}
@font-face {
	font-family: Max;
	src: url('/fonts/MaxSans-Regular.ttf');
}
@font-face {
    font-display: swap;
    font-family: Crunchyroll;
    src: url('/fonts/Crunchyroll-Book.woff2') format("woff2"),url('/fonts/Crunchyroll-Book.woff')format("woff");
}
@font-face {
    font-display: swap;
    font-family: Crunchyroll;
    font-weight: 700;
    src: url('/fonts/Crunchyroll-Bold.woff2') format("woff2"),url("/fonts/Crunchyroll-Bold.woff") format("woff");
}

@font-face {
    font-family: CrunchyrollAtyp;
    src: url('/fonts/CrunchyrollAtyp-Regular.ttf');
}
@font-face {
    font-family: CrunchyrollAtyp-Bold;
    src: url('/fonts/CrunchyrollAtyp-Bold.ttf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong{
	font-weight:900;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body.pop {
    overflow: hidden;
}
.pop .overlay{
	top:0;
	position: fixed;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(1px);
	background: rgba(0, 0, 0, 0.1);
	z-index: 2;
	-webkit-transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
	transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
}
.clair.pop .overlay{
	background: rgba(255, 255, 255, 0.1);
}
#site * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	/* height: 100vh; */
	/* min-height: 100vh; */
	position:relative;
}
body {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	/* background-image: url(/images/background-noir); */
	background-image: -webkit-linear-gradient(-45deg, #212121, #424242) !important;
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position:relative;
	width: 100%;
	color: #fff;
	font-family: ManofSteel;
}
body.crunchyroll{
	font-family: CrunchyrollAtyp;
	background: #0f0f1d;
	background-image: none!important;
}
body.crunchyroll_old{
	background: #000000;
	background-image: none!important;
}
body.disneyplus{
	background-image: none!important;
	background-color: #00252d;
}
body.disneyplus_old{
	background-image: none!important;
	background-color: #1a1d29;
}
body.hbomax{
	background-image: url(/images/background-hbomax.jpg) !important;
	background-color: #5b1ce6;
	/*background-image: radial-gradient(rgba(91, 28, 230, 0.75), rgba(124, 93, 228, 0.75)) !important*/
	color: #ffffff;
}
body.mycanal{
	background-image: none;
	background: #fff!important;
	color: #141414;
}
body.netflix{
	background-color: #141414;
	color: #fff;
}
body.primevideo{
	background-image: none!important;
	background:#0f171e!important;
	color: #fff;
}
body.max{
	background:#000000!important;
	font-family: Max;
	color: #fff;
}
@media screen{
	h2:not(.wrapDesc-nom){
        text-align:center;
        letter-spacing: 5px;
 }
	h1{
		text-transform: uppercase;
		font-weight: 900 !important;
		margin-top: 10px;
		margin-bottom: 5px;
		padding-top: 1px;
		padding-bottom: 5px;
	}	
}
h1{
    line-height: 1em;
    margin: 0 auto;
    clear: both;
    text-align: center;
    display: block;
    color: #FFF;
    font-size: 30px;
}
.clair h1 {
    text-shadow: none;
    background: none;
	height: auto;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #2196F3;
}
.hbomax h1 {
    text-shadow: none;
    background: none;
	height: auto;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
.max h1 {
	text-align:justify;
    text-shadow: none;
    background: none;
	height: auto;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
@media screen and (max-width:740px){
	h1:not(.wrapDesc-nom){
		letter-spacing: 3px;
	}
	h1{
		font-size: 15px;
		margin-bottom:0px;
	}
}
#site.shimmer{
	opacity:0.5;
	pointer-events:none;
}
#site {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	overflow: hidden;
	overflow-y: auto;
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
}
.dianaBVS #site,
.argus
 #site,
.thebatman #site{
	background-image:none;
}
#site.init {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
	z-index: 3;
}
.titre svg,
.univers-icone svg path{
    fill:#FFFFFF;
}

.panels{
   position: fixed;
   width:100%;
   left: 0px;
   height: 50px;
   background: #000;
   top: 0px!important;
   z-index:4;
}
@media screen and (max-width: 568px) {
	.panels {
		height: 40px;
		padding-top: 5px;
	}
	.panels .panel-titre{
		font-size: 25px!important;
		background-size: 175px auto!important;
	}
}
.crunchyroll .panels{
    background-image:linear-gradient(180deg, #0e1028, #17173f);
}
.crunchyroll .panels h1.panel-titre{
    background-image: url(/images/logo-crunchyroll.png);
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 125px 25px;
    position: fixed;
    top: 7px;
}
.crunchyroll_old .panels{
    background:linear-gradient#23252b;
    background-image: url(/images/logo-crunchyroll_old.png);
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 125px 25px;
}
.disneyplus .panels{
    background-image:linear-gradient(10deg,#67d3d5,#016877,#004857,#002134);
}
.disneyplus .panels h1.panel-titre{
    background-image: url(/images/logo-disneyplus.png);
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 150px 35px;
    position: fixed;
    top: 7px;
}
.disneyplus_old .panels{
    background-color: #090b13;
    background-image:url(/images/logo-disneyplus_old.png);
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 135px 35px;
}
.hbomax .panels{
	background:#02031d;
    background-image:url(/images/logo-hbomax.png);
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 135px 25px;
}
.mycanal .panels{
   background: #23252a;
    background-image:url(/images/logo-mycanal.png);
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 135px 25px;
}
.netflix .panels{
	background:#141414;
    background-image:url(/images/logo-netflix.png);
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 105px 25px;
}
.primevideo .panels{
    background-image:url(/images/logo-primevideo-blanc.png);
    background-color:#1a2530;
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 135px 25px;
}
.max .panels{
    background-image:url(/images/logo-max.png);
    background-color:#000000;
    background-position:10px center;
    background-repeat:no-repeat;
    background-size: 50px 25px;
}
.panels h1{
    color:transparent;
    text-align:justify;
}
.panels a{
    display:none;
}
.panels .panel-titre{
	font-size:30px;
}
.panels .panel-soustitre {
   font-size:11px;
   width:100%;
   text-align:center;
   margin:0;
   position:absolute;
   bottom:1px;
   letter-spacing:0;
}
.panel-top{
	position:fixed;
	top: 5px;
	cursor:pointer;
	z-index:10;
	background-color: #2196F3;
	border-radius: 50%;
}
.disneyplus .panel-top{
	background: linear-gradient(rgb(48, 50, 62), rgb(30, 31, 42)) 0% 0% / cover;
}
.hbomax .panel-top{
	background:transparent;
}
.hbomax .panel-top:hover{
	background:#c4069a;
}
.crunchyroll .panel-top,
.crunchyroll_old .panel-top,
.mycanal .panel-top,
.primevideo .panel-top{
	background:transparent;
}
.netflix .panel-top{
	background:transparent;
	border-radius:0;
}
.panel-top.panel-accueil{
	left: 5px;
}
.panel-top.panel-theme{
	right: 5px;
}
.panel-top.panel-accueil:after{
	/* transform-origin:top left; */
}
.panel-top.panel-theme:after{
	right:0px;
	transform-origin:top right;
}
.panels .panel-top:hover:after{
	transform:scale(1);
}
.panel-top .svg{
	width: 25px;
	height: 25px;
	/*display: inline-block;*/
	display: block;
	padding: 0;
	fill: #ffffff;
}
.panels .panel-top {
   top: 5px!important;
   padding:5px;
}
.panels .panel-top:after{
	content:attr(id);
	position:absolute;
	font-size:10px;
	bottom: -10px;
	padding:0px 3px;
	background-color:#212121;
	color:#fff;
	text-transform:uppercase;
	border-radius:3px;
	transform:scale(0);
	transform-origin:bottom center;
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}
.crunchyroll .panel-top:after{
	background-color: #ff6002;
	color:#fff;
}
.crunchyroll .panel-top:hover svg{
	fill:#ff6002;
}
.crunchyroll_old .panel-top:after{
	background-color: #f47520;
	color:#fff;
}
.crunchyroll_old .panel-top:hover svg{
	fill:#f47520;
}
.hbomax .panel-top:after{
	background-color: #c4069a;
	color:#fff;
}
.mycanal .panel-top:after{
	background-color: #ec3655;
	color:#fff;
}
.primevideo .panel-top:after{
	background-color: #2da8e1;
	color:#fff;
}
.primevideo .panel-top svg{
	fill: rgba(242,244,246,0.8);
}
.primevideo .panel-top:hover svg{
	fill:#fff;
}
.max .panel-top{
	background:#002be7;
	border-radius: 8px;
}
.max .panel-top:after{
	background:#002be7;
	padding:3px!important;
}

.panels .panel-top:after{
   top: 30px!important;
   }
.panels .panel-accueil:after {
   transform-origin:top left!important;
   left: 0px;
   }
.panels .panel-theme:after {
   transform-origin:top right!important;
}
/* } */
.window {
	/* min-width: 390px; */
	/* border: 1px solid #494949; */
	/*border-radius: 2px 2px 0 0;*/
	border-radius: 10px;
	/* position: fixed; */
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	/* left: 50%; */
	/* top: 50%; */
	/* transform: translate(-50%, -50%); */
	overflow: hidden;
	display: none;
	box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.25);
	font-family: "Arimo", sans-serif;
	-webkit-backdrop-filter: blur(5px);
	background: #131313;
	background: -moz-linear-gradient(45deg, #131313 0%, #1b4b74 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #131313), color-stop(100%, #1b4b74));
	background: -webkit-linear-gradient(45deg, #131313 0%, #1b4b74 100%);
	background: -o-linear-gradient(45deg, #131313 0%, #1b4b74 100%);
	background: -ms-linear-gradient(45deg, #131313 0%, #1b4b74 100%);
	background: linear-gradient(45deg, #131313 0%, #1b4b74 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#1b4b74', GradientType=1 );
}
.clair .window {
    /* border: 1px solid #fff; */
    box-shadow: 3px 5px 50px rgba(0, 0, 0, 0.5);
    background: #adddff;
    background: -moz-linear-gradient(45deg, #ECECEC 0%, #adddff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ECECEC), color-stop(100%, #adddff));
    background: -webkit-linear-gradient(45deg, #ECECEC 0%, #adddff 100%);
    background: -o-linear-gradient(45deg, #ECECEC 0%, #adddff 100%);
    background: -ms-linear-gradient(45deg, #ECECEC 0%, #adddff 100%);
    background: linear-gradient(45deg, #ECECEC 0%, #adddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#adddff', GradientType=1 );
}
.crunchyroll .window{
    background: #0f0f1d;
    color:#CCCCCC;
    border-radius: 0px;
}
.crunchyroll_old .window,
.max .window{
    background: #000000;
    color:#CCCCCC;
    border-radius: 0px;
}
.hbomax .window {
    /* border: 1px solid #fff; */
    background: #030328;
    color:#777777;
    border-top:0px;
    border-radius: 0;
}
@media screen and (max-width: 1200px) {
	.window {
		/* width: 990px; */
	}
}
@media screen and (max-width: 1000px) {
	.window {
		/* width: 849px; */
	}
}
@media screen and (max-width: 850px) {
	.window {
		/* width: 560px; */
	}
}
@media screen and (max-width: 568px) {
	.window {
		/* display: none; */
		/* min-width: initial; */
		/* position: fixed; */
		/* top: 0; */
		/* left: 0; */
		/* transform: translate3d(0, 0, 0) !important; */
		/* width: 100%; */
		/* height: 100%; */
		/* z-index: 1; */
		/* overflow: hidden; */
		/* box-shadow:none; */
	}
    .clair .window.open,
    .hbomax .window.open,
    .lexcorp .window,
    .argus .window,
    .dianaBVS .window{
    	box-shadow:none;
	}
    .clair .window#home.open{
    	box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.1);
    }
}
.window.open {
	display: block;
	z-index: 5!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
	position: relative;
}
.window.secondaire{
	/* filter:blur(2px); */
	/* display: none; */
	position: relative;
}
.window.secondaire .window-bar{
    display:none;  
}
.window.open#film,
.window.open#serie,
.window.open#jeu {
	display: block;
	z-index: 6;
}
.window#home {
    background-color: rgba(255, 255, 255, 0.75);
}
 @media screen and (max-width: 568px) {
	.window#home ul.profiles {
	    padding-bottom: 0;
    }
	.window#home ul {
	    padding-bottom: 200px;
    }
}
 .window#home .folders .mobile-legal {
	margin-top: 30px;
	text-align: center;
	display: none;
	font-size: 9px;
	color: #000;
	opacity: 0;
}
.window#home .folders .mobile-legal a {
	color: #000;
	text-decoration: none;
}
@media screen and (max-width: 568px) {
	.window#home .folders .mobile-legal {
	    display: block;
	    opacity: 1;
    }
	.window#home .window-body {
	    height: calc(100% - 80px);
	    margin-top: 80px;
    }
}
.window.bio {
	/* transform: translate3d(-50%, -50%, 0); */
	/* width: 1135px; */
	/* height: 533px; */
	/* border: none; */
}
@media screen and (max-width: 568px) {
	.window.bio {
	    width: 100%;
	    height: calc(100% -  50px);
	    position: absolute;
	    left: 0;
	    top: 0;
	   }
}
.parametres .fiche-container .module.center {
    padding: 0!important;
}
.parametres .fiche-container .row {
    padding:10px;
}
.window .fiche-container {
	/* padding-bottom: 44px; */
	height: 100%;
	width: 100%;
	position: relative;
	overflow: auto;
	margin-top: -11px;
}
@media screen and (max-width: 568px) {
	.window .fiche-container {
		overflow:initial;
	}
	.window .fiche-nav {
	    /* display: table; */
	    /* table-layout: fixed; */
	    /* width: 100%; */
	    /* position: fixed; */
	    /* z-index: 3; */
	    /* left: 0; */
	    /* bottom: 0px; */
	    /* padding: 5px 15px; */
	    /* border-radius: 5px; */
	    margin: 5px -5px;
	}
	.lexcorp .window .fiche-nav {
		background-color:#b9b5ac;
		padding:0px;
		bottom:0px;
	}
	.argus .window .fiche-nav {
		background-color: #d5e0e8;
		border-top: 1px solid #fff;
		/* box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.3); */
		padding:0px;
		bottom:0px;
	}
	.dianaBVS .window .fiche-nav {
		background-color: #e1d9c2;
		padding:0px;
		bottom:0px;
	}
	.thebatman .window .fiche-nav {
		/* background-color: #000000; */
	}
}
.window .fiche-nav ul {
	text-align: center;
	/* margin-top: 18px; */
}
@media screen and (max-width: 568px) {
	.window .fiche-nav ul {
	    height: initial;
	    padding: 0;
	    /* display: table-row; */
	    position: relative;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}
	.fiche-nav ul li {
	    background-color: #000;
	    padding: 0!important;
	    /* height: 40px!important; */
	    font-size: 10px!important;
	}
	.clair .fiche-nav ul li {
	    background-color: #e3f2fd;
	}
	.lexcorp .fiche-nav ul li,
	.argus .fiche-nav ul li ,
	.dianaBVS .fiche-nav ul li {
	    background-color: transparent;
	}
}
.fiche-nav ul li {
	text-transform: uppercase;
	font-size: 13px;
	/* height: 32px; */
	margin: 0 auto;
	outline: 1px solid #2196F3;
	padding:10px;
	margin:5px;
	cursor: pointer;
	/* width: 258px; */
	position: relative;
}
.fiche-nav ul li,
.fiche-nav ul li .m-hide,
.fiche-nav ul li .mobile-button{
	display:inline-block;
	vertical-align:middle;
}
.fiche-nav ul li:not(.ok) {
	cursor:not-allowed;
}
.fiche-nav ul li:not(.ok):hover {
	/* background-color: transparent; */
	color: #646464;
}
.clair .fiche-nav ul li {
	color:#2196F3;
}
.clair .fiche-nav ul li:not(.ok),
.clair .fiche-nav ul li:not(.ok):hover{
	color:#494949 !important;
}
.hbomax .fiche-nav ul li {
	color:#fff;
	outline:none;
	border:2px solid #fff;
	border-radius:50px;
	padding:10px 20px;
}
.hbomax .fiche-nav ul li:not(.ok),
.hbomax .fiche-nav ul li:not(.ok):hover{
	color:#646464 !important;
}
.lexcorp .fiche-nav ul li {
	color:#494949;
	outline-color:#494949;
}
.lexcorp .fiche-nav ul li:not(.ok) {
	outline-color:#aa9e97;
}
.lexcorp .fiche-nav ul li.ok:hover {
	color:#b35a15;
}
.lexcorp .fiche-nav ul li:not(.ok):hover {
	color:#494949;
}
.argus .fiche-nav ul li {
	color:#4bbae3;
	outline-color:#4bbae3;
}
.argus .fiche-nav ul li.ok:hover {
	color:#2881ab;
}
.argus .fiche-nav ul li:not(.ok) {
	color:#494949;
	outline-color: #d0dbe3;
	background-color: transparent!important;
}
.dianaBVS .fiche-nav ul li {
	color:#8a877e;
	outline-color: #8c8780;
}
.dianaBVS .fiche-nav ul li:not(.ok) {
	outline-color: #d1c9b2;
}
.dianaBVS .fiche-nav ul li.ok:hover {
	color:#000;
	/* font-weight:bold; */
}
.dianaBVS .fiche-nav ul li:not(.ok):hover {
	color:#8a877e;
	background-color:transparent;
}
.thebatman .fiche-nav ul li {
	color:#14778c;
	outline-color:#14778c;
	background-color: #08d8f8;
}
.thebatman .fiche-nav ul li.ok:hover {
	color: #6ee9ff;
}
.fiche-nav ul li.videos:not(.ok) div,
.fiche-nav ul li.images:not(.ok) div,
.fiche-nav ul li.critique:not(.ok) div {
	opacity:0.4;
	/* cursor:not-allowed; */
}
.fiche-nav ul li.videos.ok div,
.fiche-nav ul li.images.ok div,
.fiche-nav ul li.critique.ok div {
	opacity:1;
}
.fiche-nav ul li.videos:not(.ok) div svg,
.fiche-nav ul li.images:not(.ok) div svg,
.fiche-nav ul li.critique:not(.ok) div svg{
	fill:#656565;
}
 @media screen and (max-width: 568px) {
	.fiche-nav ul li {
	    /* border: 1px solid #2196F3; */
	    border-left: none;
	    /* height: 52px; */
	    /* padding-top: 7px; */
	    list-style: none;
	    /* display: table-cell; */
	    text-align: center;
	    /* width: auto; */
	    width: calc(100% / 3);
	    /* float: left; */
	    /* margin-left: -5px; */
	    /* display: inline-block; */
	    /* position: relative; */
	    margin: 0;
	}
	.lexcorp .fiche-nav ul li,
	.dianaBVS .fiche-nav ul li {
		/* border: 1px solid transparent; */
	}
	.fiche-nav ul li:nth-child(1) {
	    /* border-left: 1px solid #2196F3; */
	}
	.lexcorp .fiche-nav ul li:nth-child(1),
	.argus .fiche-nav ul li:nth-child(1),
	.dianaBVS .fiche-nav ul li:nth-child(1,
	.thebatman .fiche-nav ul li:nth-child(1)){
		border-left: 1px solid transparent;
	}
}
@media screen and (min-width: 568px) {
	.fiche-nav ul li.fiche-button:first-child {
		/* display: none; */
	}
}
@media screen and (max-width: 568px) {
	.fiche-nav ul li:first-child {
	    /* display: table-cell; */
	    /* border-radius: 20px 0px 0px 20px; */
	}
	.fiche-nav ul li:last-child {
	    /* display: table-cell; */
	    /* border-radius: 0px 20px 20px 0px; */
	}
	.fiche-nav ul li{
		outline-color:transparent!important;
	}
	.lexcorp .fiche-nav ul li,
	.argus .fiche-nav ul li,
	.dianaBVS .fiche-nav ul li{
		border-radius:0px;
	}
	.clair .fiche-nav ul li:not(.ok),
	.clair .fiche-nav ul li:not(.ok):hover{
		color:#494949!important;
		background-color: #e3f2fd!important;
	}
	.hbomax .fiche-nav ul li:not(.ok),
	.hbomax .fiche-nav ul li:not(.ok):hover{
		color:#030329 !important;
		background-color:#ffffff !important;
	}
	.argus .fiche-nav ul li{
		color:#494949;
	}
	.argus .fiche-nav ul li svg{
		fill:#494949!important;
	}
	.argus .fiche-nav ul li.ok:hover{
		background-color:#4bbae3!important;
	}
	.argus .fiche-nav ul li.ok:hover svg{
		fill:#fff!important;
	}
	.fiche-nav ul li .m-hide {
	    display: none;
	    display: block;
	    padding-top: 4px;
	   }
	.fiche-nav ul li .mobile-button {
	    display: block;
    }
}
.fiche-nav ul li .mobile-button svg {
	fill:#fff;
	width: 40px;
	vertical-align: middle;
}
.clair .fiche-nav ul li .mobile-button svg {
	fill:#2096f3;
}
.hbomax .fiche-nav ul li .mobile-button svg {
	fill:#fff;
}
.lexcorp .fiche-nav ul li .mobile-button svg {
	fill:#494949;
}
.dianaBVS .fiche-nav ul li .mobile-button svg {
	fill:#8c8880;
}
.argus .fiche-nav ul li .mobile-button svg {
	fill:#4bbae3;
}
.thebatman .fiche-nav ul li .mobile-button svg {
	fill:#09b4d1;
}
.fiche-nav ul li.actif .mobile-button svg {
	fill:#fff;
}
.lexcorp .fiche-nav ul li.actif .mobile-button svg {
	fill:#e5741c;
}
.argus .fiche-nav ul li.actif .mobile-button svg {
	fill:#fff;
}
.dianaBVS .fiche-nav ul li.actif .mobile-button svg {
	fill: #928c80;
}
.thebatman .fiche-nav ul li.actif .mobile-button svg {
	fill: #ff0300;
}
.fiche-nav ul li:hover {
	background-color: #104773;
	color: #fff;
}
.clair .fiche-nav ul li:not(.actif):hover {
	background-color: #ffffff;
	color: #2195f3;
}
.hbomax .fiche-nav ul li:not(.actif):hover {
	background-color:#ffffff !important;
	color:#030329 !important;
}
.hbomax .fiche-nav ul li.ok:not(.actif):hover svg {
	fill:#030329;
}
.lexcorp .fiche-nav ul li.actif, 
.lexcorp .fiche-nav ul li:not(.actif):hover {
	background-color: #aa9e97;
}
.lexcorp .fiche-nav ul li.actif{
	color:#b35a15;
}
.lexcorp .fiche-nav ul li.ok:not(.actif):hover svg {
	fill:#b35a15;
}
.argus .fiche-nav ul li:not(.ok) .text {
	color:#2881ab;
}
.argus .fiche-nav ul li:not(.actif):hover {
	background-color: #3486af;
	color:#fff;
}
.argus .fiche-nav ul li:not(.ok):hover {
	background-color: transparent;
	color:#494949;
}
.argus .fiche-nav ul li.actif,
.argus .fiche-nav ul li.actif:hover{
	background-color: #104773 !important;
}
.argus .fiche-nav ul li.ok:not(.actif):hover svg {
	fill:#fff;
}
.dianaBVS .fiche-nav ul li.ok:not(.actif):hover {
	background-color:#bfb4a2;
}
.dianaBVS .fiche-nav ul li.ok:not(.actif):hover svg {
	fill:#000;
}
.thebatman .fiche-nav ul li.ok:not(.actif):hover {
	background-color:#09b4d1;
}
.thebatman .fiche-nav ul li:not(.ok) svg {
	fill: #0bb3ce!important;
}
.thebatman .fiche-nav ul li.ok:not(.actif):hover svg {
	fill:#6fe9ff;
}
.fiche-nav ul li.actif {
	background-color: #2196F3;
	color: #FFF;
}
.dianaBVS .fiche-nav ul li.actif {
	background-color:#60605e;
	color: #FFF;
}
.thebatman .fiche-nav ul li.actif {
	background-color:#000000;
	color: #FFF;
}
.window .module {
	/* float: left; */
	width: calc(100% / 3);
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.window .module.half {
	width:calc(100% / 2);
}
.window .module.moitie {
	width: 100%;
	border:none!important;
}
.window .fiche-container .module .row{
	padding: 0 1rem;
}
@media screen and (max-width: 568px) {
	.window .module {
		float: none;
		border-left: 0;
		border-right: 0;
	}
}
.window .module.left {
	/* width: calc(100% / 3); */
	/* min-height: 488px; */
	/* padding-top: 20px; */
	/* height: 100%; */
	/* vertical-align: middle; */
	/* float: left; */
}
@media screen and (max-width: 568px) {
	.window .module.left {
	    width: 100%;
	    height: initial;
	    padding: 0;
    }
}
.window .module.center {
	min-height: 488px;
	height: 100%;
}
.primevideo .window .module {
	padding-left:10px;
    width: calc(100% - 20px);
}
@media screen and (max-width: 568px) {
	.window .module.center {
	    width: 100%;
	    height: initial;
	    min-height: inherit;
	    border: none;
	    /* padding: 15px; */
	    padding-top: 0px;
	}
	.lexcorp .window .module.center {
		box-shadow:none
	}
}
.window .module.center .row:last-child {
	border:none;
}
.window .module.center .row {
	min-height: 49px;
	border-bottom: 1px solid #3e6989;
	padding-top: 18px;
	display: block;
}
.window#parametres .module.center .row {
	padding-top: 5px;
	padding-bottom: 5px;
}
.netflix .window .module.center .row {
	border-bottom:1px solid transparent;
	padding-top: 18px;
}
.window .module.center.moitie .switch {
	display: inline-block;
	position: relative;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.switch-label:last-child {
	padding-left:44px;
}
.switch-label {
  display: inline-block;
  cursor: pointer;
}
.switch-label:last-child:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 40px;
  width: 36px;
  height: 14px;
  background-color: rgba(74, 74, 74, 0.26);
  border-radius: 14px;
  z-index: 1;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch-label:last-child:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 40px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: left, background-color;
}
.switch-input:checked + .switch-label:last-child:before {
  background-color: rgba(33, 150, 243, 0.5);
}
.switch-input:checked + .switch-label:last-child:after {
  left: 56px;
  background-color: #2196f3;
}
.window .module.center .row.status {
	/* height: 125px; */
}
.window .module h4 {
	color:#2196f3;
	font-size: 22px;
	font-weight: 900;
	margin-left: 8px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.clair .window .module h4 {
	color: #0f426b;
}
.hbomax .window .module h4 {
	color: #9e87f7;
}
.crunchyroll .window .module h4{
	font-family:CrunchyrollAtyp-Bold;
}
.crunchyroll .window .module h4,
.crunchyroll_old .window .module h4,
.disney .window .module h4,
[class*="disneyplus"] .window .module h4,
.mycanal .window .module h4,
.primevideo .window .module h4{
	color: #fff;
}
.primevideo .window .module h4{
	font-family:Amazon;
	text-transform:none;
}
.max .window .module h4{
	color: #002be7;
	font-family:Max-Bold;
	text-transform:none;
}
.window .module p {
	font-size: 21px;
	margin-left: 8px;
	text-align: left;
	margin-bottom: 8px;
	padding: 10px;
	color: #fff;
}
.hbomax .window .module p,
.mycanal .window .module strong{
	color: #fff;
}
.crunchyroll .window .module p{
	font-family:CrunchyrollAtyp;
}
.crunchyroll .window .module p,
.crunchyroll_old .window .module p,
.netflix .window .module p,
.mycanal .window .module p,
.hbomax .window .module small {
	color: #999;
}
.primevideo .window .module p {
	color: #8197a4;
}
.primevideo .window .module strong,
.primevideo .window .module small {
	color: #fff;
}
.window .google-form {
	position: relative;
	min-height: 40px;
	padding: 3px 14px;
	transition: none;
}
.window .google-form.file {
	position: relative;
	vertical-align:middle;
	max-width: 100%;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 10px 20px;
	transition: 0.2s;
	min-height: auto;
}
.window .google-form.file label {
	vertical-align:middle;
	display:inline-block;
}
.window .google-form .google-file-bouton{
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	padding: 5px 12px;
	margin-right: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
.window .google-form .google-file-text{
	flex: 1;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.window .google-form .google-file{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
#parametres .google-form .google-input{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: inherit;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-bottom:5px;
	background-color:#fff;
	color:#2196f3;
	cursor:pointer;
}
.window .google-form.file:hover{
	background-color: #000000;
	color: #2195f3;
	border-color: #2195f3;
}
.window .google-form.file .google-file-bouton{
	background-color: #2195f3;
	color: #FFF;
	border-color: #2195f3;
	border-radius
}
.window#parametres .google-form .google-input:hover,
.window#parametres .google-form .google-input:active,
.window#parametres .google-form .google-input:focus{
	background-color: #2196f3;
	color: #fff;
}
.crunchyroll #parametres .google-form .google-input{
	background-color: #17173f;
	color: #ffffff;
	border:0;
	border-radius:0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.crunchyroll #parametres .google-form .google-input:hover,
.crunchyroll #parametres .google-form .google-input:active,
.crunchyroll #parametres .google-form .google-input:focus{
	background-color: #000000 !important;
}
.crunchyroll_old #parametres .google-form .google-input{
	background-color: #000000;
	color: #10b8b6;
	border:0;
	border-radius:0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.crunchyroll_old #parametres .google-form .google-input:hover,
.crunchyroll_old #parametres .google-form .google-input:active,
.crunchyroll_old #parametres .google-form .google-input:focus{
	background-color: #212121 !important;
}
.crunchyroll_old .window .google-form.file{
	background-color: #212121;
	color: #fff;
	border:0;
	border-radius:0;
}
.crunchyroll_old .window .google-form.file:hover{
	background-color: rgba(223, 99, 0, 0.5);
}
.crunchyroll_old .window .google-form.file .google-file-bouton{
	background-color: #f47520;
	color: #fff;
	border:none;
	border-radius:2px;
}
.disneyplus #parametres .google-form .google-input{
	background-color: #136878;
	color: #fff;
}
.disneyplus #parametres .google-form .google-input:hover,
.disneyplus #parametres .google-form .google-input:active,
.disneyplus #parametres .google-form .google-input:focus{
	background-color: #67d3d5;
	color:#000000;
}
.hbomax #parametres .google-form .google-input{
	background-color: #5b1ce6;
	color: #fff;
}
.hbomax .window#parametres .google-form .google-input:hover,
.hbomax .window#parametres .google-form .google-input:active,
.hbomax .window#parametres .google-form .google-input:focus{
	background-color: #260b39;
	color: #fff;
}
.hbomax .window .google-form.file{
	background-color: #5b1ce6;
	color: #fff;
	border-color: #5b1ce6;
}
.hbomax .window .google-form.file:hover{
	background-color: #260b39;
	color: #fff;
	border-color: #260b39;
}
.hbomax .window .google-form.file .google-file-bouton{
	background-color: transparent;
	color: #fff;
	border-color: #ffffff;
	border-radius:20px;
}
.max #parametres .google-form .google-input{
	background-color: #000000;
	border-radius:0;
	color:#002be7;
}
.max #parametres .google-form .google-input:hover,
.max #parametres .google-form .google-input:active,
.max #parametres .google-form .google-input:focus{
	background-color: #002be7;
}
.mycanal #parametres .google-form .google-input,
.mycanal .window .google-form.file{
	background-color: #fff;
	color: #000;
	border:.1rem solid #e2e2e9;
	border-radius:0;
}
.mycanal .window .google-form.file:hover{
	background-color: #24252a;
	color: #fff;
	border-color: #000;
}
.mycanal .window .google-form.file .google-file-bouton{
	background-color: #24252a;
	color: #fff;
	border:none;
	border-radius:2px;
}
.mycanal #parametres .google-form .google-input:hover,
.mycanal #parametres .google-form .google-input:active,
.mycanal #parametres .google-form .google-input:focus,
.mycanal .window .google-form.file:hover .google-file-bouton,
.mycanal .window .google-form.file:active .google-file-bouton,
.mycanal .window .google-form.file:focus .google-file-bouton{
	background-color: #ec3655 !important;
	border-color: #ec3655;
}
.netflix #parametres .google-form .google-input{
	background-color: #000;
	color: #fff;
	border-radius:0;
    border: 1px solid rgba(255,255,255,.9);
}
.netflix .window .google-form.file{
	background-color: #000;
	border-radius:0;
	border-color: rgba(255,255,255,.9);
}
.netflix #parametres .google-form .google-input:hover,
.netflix #parametres .google-form .google-input:focus,
.netflix #parametres .google-form .google-input:active,
.netflix .window .google-form.file:hover{
	background-color: #323232!important;
	color: #fff;
}
.netflix .window .google-form.file .google-file-bouton{
	background-color: #fff;
	color: #000;
    border:none;
    border-radius:0;
}
.netflix .window .google-form.file:hover .google-file-bouton,
.netflix .window .google-form.file:focus .google-file-bouton,
.netflix .window .google-form.file:active .google-file-bouton{
	background-color: #e50914;
	color: #fff;
}
.primevideo #parametres .google-form .google-input{
	background-color: #425265;
	color: #fff;
	border:0;
	border-radius:0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.primevideo #parametres .google-form .google-input:hover,
.primevideo #parametres .google-form .google-input:active,
.primevideo #parametres .google-form .google-input:focus{
	background-color: #566b84 !important;
}
.primevideo .window .google-form.file{
	background-color: #0f79af;
	color: #fff;
	border:0;
	border-radius:0;
}
.primevideo .window .google-form.file:hover{
	background-color: #1399de;
}
.primevideo .window .google-form.file .google-file-bouton{
	background-color: rgba(27,37,48,.8);
	color: #fff;
	border:none;
	border-radius:2px;
}
.window .module.center .row .prod-inner {
	background-size: 100% auto;
	background-repeat: no-repeat;
	max-width: 381px;
	height: 80px;
	width: 100%;
}
.window .module.center .row .prod-con {
	border-top: 1px solid #3e6989;
	margin-top: 5px;
}
.window .module.center .row .prod-row {
	display: block;
	position: relative;
}
@media screen and (max-width: 568px) {
	.window .module.center .row .prod-con {
		border-top: none;
	}
}
.window .module.center .row .prod-con .prod-col {
	width: calc(100% / 3);
	/* border-right: 1px solid #3e6989; */
	/* float: left; */
	display: inline-block;
	height: 66px;
	/* border-bottom: 1px solid #3e6989; */
	position:relative;
}
.window .module.center .row .prod-con .prod-col.ok {
	background-color:rgba(33, 150, 243, 0.25);
}
.window .module.center .row .prod-con .prod-col.ok:before {
	content: "X";
	position:absolute;
	font-size:25px;
	top:50%;
	left:50%;
	margin:0 auto;
	transform: translate3d(-50%, -50%, 0);
}
.lexcorp .window .module.center .row .prod-con .prod-col.ok:before {
	content: "X";
	color:#b35a15;
}
.thebatman .window .module.center .row .prod-con .prod-col.ok:before {
	content: "X";
	font-size: 19px;
}
.window .module.center .row .prod-con .prod-col:last-child {
	border-right: none;
}
.window .module.center .row .prod-con .col {
	width: calc(100% / 3);
	/* border-right: 1px solid #3e6989; */
	/* float: left; */
	display: inline-block;
	/* height: 20px; */
	font-size: 10px;
	/* padding-top: 4px; */
	padding-bottom: 10px;
	/* padding-left: 9px; */
	color: #2196f3;
	text-align: center;
}
.lexcorp .window .module.center .row .prod-con .col {
	color: #b35a15;
	/* border-right: 1px solid transparent; */
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.thebatman .window .module.center .row .prod-con .col {
	font-size: 8px;
	color: #14778c;
}
.argus .window .module.center .row .prod-con .col {
	color: #2881ab;
}
.dianaBVS .window .module.center .row .prod-con .col {
	color: #8d8880;
}
@media screen and (min-width: 568px) and (max-width: 850px) {
	.window .module.center .row .prod-con .col {
		font-size: 9px;
		/* padding-left: 3px; */
	}
}
.window .module.center .row .prod-con .col:last-child {
	border-right: none;
}
.window .module.center .row .col {
	/* border-right: 1px solid #3e6989; */
	/* float: left; */
	display: inline-block;
	/* height: 30px; */
	/* padding-right: 14px; */
}
.dianaBVS .window .module.center .row .col {
	border-color: transparent;
}
.window .module.center.moitie .row .col {
	height:auto;
}
 .window .module.center .row .col:last-child {
	border: none;
}
@media screen and (max-width: 568px) {
	.window .module.center .row .col {
	    float: none;
	    display: inline-block;
	    white-space: nowrap;
	    /* padding-right: 4px; */
	   }
}
@media screen and (max-width: 568px) {
	.window .module.center .row {
	    text-align: justify;
	    border: none;
	}
	.dianaBVS .window .module.center .row {
	    text-align: justify;
	    border-bottom: 1px solid #d1c9b2;
	}
}
.bouton.json svg,
.bouton.maj svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    display: block;
}
.description{
	margin-top:10px;
}
.disneyplus .description{
    text-align:justify;
    color:#cacaca;
    margin-bottom:10px;
}
.window .module .bouton svg {
	width:15px;
	vertical-align:middle;
	fill:#2196f3;
}
.clair .window .module .bouton svg,
.hbomax .window .module .bouton svg {
	fill:#fff;
}
.window .module .bouton:hover svg,
.window .module .bouton:active svg {
	fill:#fff;
}
.window .module.right {
	/* width: 357px; */
	/* min-height: 488px; */
	/* padding: 15px; */
	padding-bottom: 20px;
	height: 100%;
	margin-left: -9px;
	/* float: right; */
	position: relative;
	overflow: auto;
}
@media screen and (max-width: 568px) {
	.window .module.right {
	    width: 100%;
	    height: initial;
	   }
}
.window .module.right h4 {
	font-size: 13px;
	font-weight: 700;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.window .module.right p {
	font-size: 12px;
	line-height: 18px;
	margin-left: 15px;
	margin-right: 10px;
}
.window#film .window-bar {
	/* border-top: 1px solid #fff; */
	/* border-left: 1px solid #fff; */
	/* border-right: 1px solid #fff; */
}
 @media screen and (max-width: 568px) {
	.window#film .window-bar {
	    height: 45px;
    }
}
.window#film .window-body,
.window#serie .window-body,
.window#jeu .window-body {
	/*border: 1px solid #3e6989;*/
	color: #fff;
	/* height: 488px; */
	/*background: url("/images/fiche-bg.png") 117px 80px no-repeat;*/
	padding: 0;
	overflow: hidden;
}
@media screen and (max-width: 568px) {
	.window#film .window-body {
	    /* height: calc(100% - 46px); */
	    margin-top: 46px;
	    padding: 10px;
	    overflow: auto;
	   }
}
.window .profile-pic {
	max-width: 100%;
	/* height: 282px; */
	background-color: #1b486d;
	padding: 5px;
	margin: 0 auto;
}
.clair .window .profile-pic {
	background-color: #a1cdf4;
}
.hbomax .window .profile-pic {
	background-color: #fff;
}
.lexcorp .window .profile-pic {
	background-color:transparent;
	background-color: #a99f97;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.dianaBVS .window .profile-pic {
	background-color:transparent;
	background-color: #c0b8a5;
}
.argus .window .profile-pic {
	background-color: #c4defa;
}
.thebatman .window .profile-pic {
	outline:1px solid #15768b;
	background-color:#04d7f8;
}
@media screen and (max-width: 568px) {
    .window .profile-pic {
	    max-width: 100%;
	    height: auto;
	   }
}
.window .profile-pic .pic-inner {
	width: 100%;
	/* height: 262px; */
	background-size: cover;
	display: block;
}
@media screen and (max-width: 568px) {
	.window .profile-pic .pic-inner {
	    width: 100%;
	    /* height: calc(100vw * 1.08); */
	   }
}
.window.report {
	transform: translate3d(-30%, -48%, 0);
	width: 640px;
	height: 640px;
	overflow: hidden;
}
@media screen and (max-width: 568px) {
	.window.report {
	    width: 100%;
	    height: initial;
    }
}
 @media screen and (max-width: 568px) {
	.window.report .window-bar {
	    height: 45px;
    }
}
.window.report .window-body {
	padding: 0;
	height: 100%;
}
.window.report .window-body .cia-report img {
	max-width: 100%;
}
.window.videos,
.window.images {
	/* transform: translate3d(-50%, -50%, 0); */
	/* width: 670px; */
	/* height: 450px; */
	position: fixed;
	overflow: hidden;
	z-index:7;
}
@media screen and (max-width: 850px) {
	.window.videos,
	.window.images {
		/* width: 560px; */
	}
}
.window.parametres {
	z-index:8;
	/* width: 350px; */
}
.window.upload {
	z-index:9;
	position: fixed;
}
.window.upload .window-bar {
	position:fixed;
	top: 0px;
	height:50px;
	z-index:1;
}
.window.upload .window-body {
	margin-top:50px;
	height: calc(100% - 80px);
	overflow:auto;
}
.window.upload .window-body .fiche-container {
	overflow:auto;
}
@media screen and (min-width: 568px) {
	.window.parametres {
		position: fixed;
		/*border:2px solid #000;*/
		box-shadow: 3px 5px 100px rgba(0, 0, 0, 0.5);
	}
}
@media screen and (max-width: 568px) {
	.window.videos,
	.window.images ,
	.window.parametres {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	   }
	.window.videos .window-bar,
	.window.images .window-bar,
	.window.parametres .window-bar {
	    height: 46px;
	   }
    .window.videos .window-body,
	.window.images .window-body,
	.window.parametres .window-body {
		padding: 0;
		/* height: 100%; */
		margin-top: 46px;
	}
	.window.parametres .window-body {
		padding:10px;
	}
}
.window.videos .window-body,
.window.images .window-body {
	padding: 0;
	margin-top: 45px;
	z-index: 5;
}
.window.videos .window-body{
	text-align:center;
}
.argus .window.videos .window-body,
.argus .window.images .window-body {
	/* margin-top:44px; */
}
.window.videos .window-body .choix,
.window.images .window-body .choix {
	/* padding: 0; */
	/* height: 20px; */
	position:relative;
}
.window.images .window-bar{
    border-bottom:none!important;
}
.window.images .window-body .choix{
	background-color: #212121;
	border-bottom: 1px solid #000;
	position: fixed;
	width: 100%;
	z-index: 1;
	/* top: 95px; */
}
.clair .window.images .window-body .choix{
	background-color: #E3F2FD;
    border-bottom: 1px solid #fff;
}
.hbomax .window.images .window-body .choix{
	background-color: #5b1ce6;
}
.lexcorp .window.images .window-body .choix{
	background-color: rgba(213, 209, 200, 0.75);
	border-bottom: 0;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.argus .window.images .window-body .choix{
	background-color: #E3F2FD;
    border-bottom: 1px solid #fff;
}
.dianaBVS .window.images .window-body .choix,
.dianaBVS .window.videos .window-body .choix{
	background-color:#27282a;
	border: 0;
}
.thebatman .window.images .window-body .choix,
.thebatman .window.videos .window-body .choix{
	background-color:#04d7f8;
	border: 0;
}
.thebatman .window.images .window-body .choix{
	border-bottom:1px solid #15768b;
}
.window.videos .window-body .choix .langue,
.window.images .window-body .choix .categorie{
	width:calc(100% / 2);
	display:inline-block;
	text-align:center;
	padding: 5px 0px;
	position: relative;
	color:#fff;
	cursor:pointer;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.window.images .window-body .choix .categorie{
	width:calc(100% / 3);
}
.clair .window.videos .window-body .choix .langue,
.clair .window.images .window-body .choix .categorie{
	color:#0f426b;
}
.hbomax .window.videos .window-body .choix .langue,
.hbomax .window.images .window-body .choix .categorie{
	color:#888;
}
.lexcorp .window.videos .window-body .choix .langue,
.lexcorp .window.images .window-body .choix .categorie,
.argus .window.videos .window-body .choix .langue,
.argus .window.images .window-body .choix .categorie{
	color:#000;
}
.dianaBVS .window.videos .window-body .choix .langue,
.dianaBVS .window.images .window-body .choix .categorie{
	color:#aaa596;
}
.thebatman .window.videos .window-body .choix .langue,
.thebatman .window.images .window-body .choix .categorie{
	color:#14758a;
}
.window.videos .window-body .choix .langue:hover,
.window.images .window-body .choix .categorie:hover{
	background-color:rgba(33, 150, 243, 0.25);
}
.hbomax .window.videos .window-body .choix .langue:hover,
.hbomax .window.images .window-body .choix .categorie:hover{
	background-color:#260b39;
}
.lexcorp .window.videos .window-body .choix .langue:hover,
.lexcorp .window.images .window-body .choix .categorie:hover{
	background-color:rgba(179, 90, 21, 0.25);
}
.argus .window.videos .window-body .choix .langue:hover,
.argus .window.images .window-body .choix .categorie:hover{
	background-color: rgba(0, 0, 0, 0.2);
}
.dianaBVS .window.videos .window-body .choix .langue:hover,
.dianaBVS .window.images .window-body .choix .categorie:hover{
	background-color:#30393c;
}
.thebatman .window.videos .window-body .choix .langue:hover,
.thebatman .window.images .window-body .choix .categorie:hover{
	background-color:#04d7f8;
}
.window.videos .window-body .choix .langue.actif,
.window.images .window-body .choix .categorie.actif{
	color:#2196F3;
}
.hbomax .window.videos .window-body .choix .langue.actif,
.hbomax .window.images .window-body .choix .categorie.actif{
	color:#fff;
}
.lexcorp .window.videos .window-body .choix .langue.actif,
.lexcorp .window.images .window-body .choix .categorie.actif{
	color:#b35a15;
}
.dianaBVS .window.videos .window-body .choix .langue.actif,
.dianaBVS .window.images .window-body .choix .categorie.actif{
	color:#ee9d16;
}
.thebatman .window.videos .window-body .choix .langue.actif,
.thebatman .window.images .window-body .choix .categorie.actif{
	color:#17758a;
}
.window.videos .window-body .choix .langue:not(.ok) span,
.window.images .window-body .choix .categorie:not(.ok) span{
	opacity:0.5;
	color:#b4c0cb;
}
.hbomax .window.videos .window-body .choix .langue:not(.ok) span,
.hbomax .window.images .window-body .choix .categorie:not(.ok) span{
	opacity:0.5;
	color:#494949;
}
.lexcorp .window.videos .window-body .choix .langue:not(.ok) span,
.lexcorp .window.images .window-body .choix .categorie:not(.ok) span{
	opacity:0.5;
	color:#494949;
}
.dianaBVS .window.videos .window-body .choix .langue:not(.ok) span,
.dianaBVS .window.images .window-body .choix .categorie:not(.ok) span{
	color:#565c5a;
}
.thebatman .window.videos .window-body .choix .langue:not(.ok) span,
.thebatman .window.images .window-body .choix .categorie:not(.ok) span{
	color:#17758a;
}
.window.videos .window-body .choix .langue:not(.ok):hover,
.window.images .window-body .choix .categorie:not(.ok):hover{
	background-color:transparent;
	cursor:not-allowed;
}
.window.videos .window-body .choix .langue:last-child::before,
.window.images .window-body .choix .categorie:last-child::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75%;
    height: 4px;
    border-radius: 5px 5px 0 0;
    background: #2196F3;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    opacity:1!important;
}
.hbomax .window.videos .window-body .choix .langue:last-child::before,
.hbomax .window.images .window-body .choix .categorie:last-child::before {
    background: #fff;
    border-radius: 0;
}
.lexcorp .window.videos .window-body .choix .langue:last-child::before,
.lexcorp .window.images .window-body .choix .categorie:last-child::before {
    background: #b45c15;
    border-radius: 0;
}
.dianaBVS .window.videos .window-body .choix .langue:last-child::before,
.dianaBVS .window.images .window-body .choix .categorie:last-child::before {
    background: #ee9d16;
}
.thebatman .window.videos .window-body .choix .langue:last-child::before,
.thebatman .window.images .window-body .choix .categorie:last-child::before {
    background: #17758a;
}
.window.images .window-body .choix .categorie:last-child::before {
    width: 75%;
}
.window.videos .window-body .choix .langue:first-child.actif~.langue:last-child::before{
    -webkit-transform: translate3d(-135%,0,0);
    transform: translate3d(-135%,0,0);
}
.window.images .window-body .choix .categorie:nth-child(2).actif~.categorie:last-child::before{
    -webkit-transform: translate3d(-135%,0,0);
    transform: translate3d(-135%,0,0);
}
.window.images .window-body .choix .categorie:first-child.actif~.categorie:last-child::before {
    -webkit-transform: translate3d(-265%,0,0);
    transform: translate3d(-265%,0,0);
}
.window.videos .window-body iframe {
	margin-top:10px;
	max-width: 100%;
}
.window.images .window-body .galerie {
	/* width: 670px; */
	/* height: 365px; */
	position: relative;
	padding: 10px;
	margin-top: 29px;
}
@media screen and (max-width: 850px) {
	.window.images .window-body .galerie {
		width: 100%;
	}
}
.window.galerie .window-body .galerie {
	/* width: 670px; */
	/* height: 365px; */
	position: relative;
	padding: 0px;
	margin-top:0px;
}
.window .window-bar {
	background-color: #030303;
	border-bottom: 1px solid #000;
	/* box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.3); */
	height: 45px;
	position: relative;
	position: fixed;
	z-index: 5;
	width: 100%;
	overflow: hidden;
	/*cursor:move;*/
}
.disneyplus .window .window-bar {
	background-color: #090b13;
	border-color: #090b13;
}
.hbomax .window .window-bar {
	background-color: #02031d;
	background-color: #000000;
}
.mycanal .window .window-bar{
	background-color: #24252a;
	color:#fff;
	border-color:transparent;
}
.netflix .window .window-bar {
	background-color:#141414;
	border-color: #141414;
}
.primevideo .window .window-bar{
	background-color: #1a2530;
	color:#fff;
	border-color:transparent;
}
@media screen and (max-width: 568px) {
	.window.cat .window-bar {
	    height: 80px;
    }
}
.window .window-bar nav {
	position: absolute;
	left: 16px;
	top: 13px;
}
.window .window-bar .title,
.panels .window-title{
	font-family: "Arimo", sans-serif;
	text-transform: uppercase;
	position: absolute;
	margin: 0 auto;
	left: 50%;
	text-align: center;
	top: 15px;
	font-size: 13px;
	/* transform: translate3d(-50%, 0, 0); */
	vertical-align: middle;
	line-height: 13px;
}
@media screen and (max-width: 850px) {
	.window .window-bar .title,
	.panels .window-title{
		left: auto;
		right: 10px;
		/* transform: translate3d(-40%, 0, 0); */
		}
}
@media screen and (max-width: 568px) {
	.window .window-bar .title,
	.panels .window-title{
	    font-size: 13px;
	    left: 50%;
	    left: initial;
	    right: 10px;
	    /* transform: translate3d(-50%, 0, 0); */
	    /* opacity: 0; */
	   }
}
.window .window-bar .title .icone,
.panels .window-title  .icone{
	/*background: url(/web/20171015051231im_/http://www.argus-gov.com/assets/images/icons/titlebar-argus.png) center center no-repeat;*/
	/* background-size: 15px 14px; */
	display: inline-block;
	margin-right: -3px;
	vertical-align: middle;
}
.window .window-bar .title .icone svg,
.panels .window-title .icone svg{
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
.window .window-bar .title .icone svg path,
.panels .window-title .icone svg path{
    fill:#FFF;
}
.clair .window .window-bar .title .icone svg path,
.clair .panels .window-title .icone svg path{
    fill: #2196F3;
}
.hbomax .window .window-bar .title .icone svg path,
.hbomax .panels .window-title .icone svg path{
    fill: #FFFFFF;
}
@media screen and (max-width: 568px) {
	.window .window-bar .title .argus,
    .panels .window-title .argus{
	    background-size: 18px 18px;
	    height: 18px;
	    margin-top: -2px;
	    width: 18px;
    }
}
.window .window-bar .title .folder,
.panels .window-title .folder{
	background-size: 14px 13px;
	display: inline-block;
	height: 12px;
	margin-right: -3px;
	vertical-align: middle;
	width: 13px;
}
 @media screen and (max-width: 568px) {
	.window .window-bar .title .folder,
    .panels .window-title .folder{
	    background-size: 18px 18px;
	    height: 18px;
	    margin-top: -2px;
	    width: 18px;
    }
}
.window .window-bar .title .text,
.panels .window-title .text{
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
}
.window .window-bar .search{
	background-image:url("/images/recherche.png");
	background-position:4px 2px;
	background-repeat:no-repeat;
	background-color:#404040;
	/* border: 1px solid #000; */
	border: 2px solid transparent;
	font-size: 11px;
	font-weight: 200;
	outline: none;
	padding: 3px 5px 3px 24px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 12px;
	width: 200px;
	color:#fff;
	border-radius: 15px;
}
.clair .window .window-bar .search {
	background-color:#ffffff;
    /* border: 1px solid #b4c0cb; */
    color:#000;
}
.crunchyroll .window .window-bar .search,
.crunchyroll_old .window .window-bar .search {
	border-radius: 0px;
}
.hbomax .window .window-bar .search {
	background-color: #212121;
	border-radius: 0px;
	color:#fff;
	text-transform:initial;
}
.disneyplus .window .window-bar .search {
    background-color: rgb(98, 102, 118);
    border-radius:0px;
    color:#fff;
    text-transform: none;
}
.primevideo .window .window-bar .search {
	border: 1px solid #8197a4;
	background-color: rgb(21 30 39);
	border-radius: 3px;
	padding: 3px;
	padding-top: 5px;
	padding-left: 24px;
	top: 10px;
	background-position: 6px 6px;
	text-transform: none;
	font-family: Amazon;
	font-size: 16px;
	line-height: 15px;
}
.window .window-bar .search::-webkit-input-placeholder,
.window .window-bar .search::-moz-placeholder,
.window .window-bar .search:-ms-input-placeholder,
.window .window-bar .search:-moz-placeholder {
	color: #b4c0cb;
}
.disneyplus .window .window-bar .search::-webkit-input-placeholder{
	color: #e8e8e8;
	font-weight:bold;
}
.disneyplus .window .window-bar .search::-moz-placeholder{
	color: #e8e8e8;
}
.disneyplus .window .window-bar .search:-ms-input-placeholder{
	color: #e8e8e8;
}
.disneyplus .window .window-bar .search:-moz-placeholder {
	color: #e8e8e8;
}
.primevideo .window .window-bar .search::-webkit-input-placeholder{
	color: #999999;
}
.primevideo .window .window-bar .search::-moz-placeholder{
	color: #999999;
}
.primevideo .window .window-bar .search:-ms-input-placeholder{
	color: #999999;
}
.primevideo .window .window-bar .search:-moz-placeholder {
	color: #999999;
}
 @media screen and (max-width: 850px) {
	.window .window-bar .search {
		width:200px;
    }
}
 @media screen and (max-width: 568px) {
	.window .window-bar .search {
	    display: block;
	    bottom: 6px;
	    right: 5px;
	    top: initial;
	    font-size: 13px;
	    width: calc(100% - 45px);
	    background-position: 5px center;
	   }
}
.window-bread{
    position: absolute;
    top: 6px;
    left: 7px;
    padding: 0px 2px;
    background-color: #424242;
    border-radius: 0px 20px 20px 0px;
    overflow:hidden;
}
.crunchyroll .window-bread,
.crunchyroll .window-bread .bouton,
.crunchyroll_old .window-bread,
.crunchyroll_old .window-bread .bouton{
	background-color: transparent;
	border-bottom: 2px solid transparent;
	border-radius: 0px;
	box-shadow: none;
	margin-left: 0px;
	padding-left: 0px!important;
	padding: 3px 5px;
}
.crunchyroll .window-bread .bouton,
.crunchyroll_old .window-bread .bouton{
	padding-left: 10px;
}
.crunchyroll .window-bread .bouton:hover{
    border-color:#ff6002;
}
.crunchyroll_old .window-bread .bouton:hover{
    border-color:#f47520;
}
.crunchyroll .window-bread.solo,
.crunchyroll_old .window-bread.solo{
    border-radius: 0!important;
}
.hbomax .window-bread{
    background-color: #000;
}
.mycanal .window-bread{
    background-color: #030303;
}
.window-bread.solo{
    border-radius:20px!important;
    padding:0px;
}
.max .window-bread.solo{
    border-radius:0px!important;
    padding:0px;
}
.window-bread .bouton{
    cursor: pointer;
    display: inline-block;
    font-family: ManOfSteel, Helvetica, Arial, sans-serif;
    border-radius: 0px 20px 20px 0px;
    padding: 5px;
    padding-right: 10px;
    max-width: 200px;
}
.window-bread .accueil{
	padding-left:10px;
	z-index:3;
}
.window-bread .retour{
	padding-left: 25px;
	margin-left: -20px;
	z-index:2;
}
.window-bread .detail{
	padding-left: 25px;
	margin-left: -20px;
	z-index:1;
}
.window-bread .bouton{
	position:relative;
	overflow:hidden;
	padding-right: 15px;
}
.window-bread .bouton:not(:last-child){
	box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.5);
}
.window-bread .bouton svg{
    width: 24px;
    height: 24px;
    fill:#fff;
    display: inline-block;
    /* display: block; */
    vertical-align: middle;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.window-bread .bouton .text{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color:inherit;
}
.window-bread .bouton{
    background-color: #424242;
    color:#fff;
}
.window-bread .bouton:hover,
.window-bread .bouton:focus,
.window-bread .bouton:active,
.window-bread .retour:hover{
    background-color:#2096f3;
}
.clair .window-bread .bouton{
    background-color:#2096f3;
    color:#fff;
}
.clair .window-bread .bouton:not(:last-child){
	box-shadow: 1px 0px 2px 0px #fff;
}
.clair .window-bread .bouton svg{
    fill:#fff;
}
.clair .window-bread .bouton:hover,
.clair .window-bread .bouton:focus,
.clair .window-bread .bouton:active{
    background-color:#fff;
    color:#2096f3;
}
.clair .window-bread .bouton:hover svg,
.clair .window-bread .bouton:focus svg,
.clair .window-bread .bouton:active svg{
    fill:#2096f3;
}
.hbomax .window-bread .bouton{
    background-color:#5b1ce6;
    color:#fff;
    border:none;
}
.hbomax .window-bread .bouton:not(:last-child){
	/*box-shadow: 1px 0px 2px 0px #fff;*/
}
.hbomax .window-bread .bouton svg{
    fill: #e5e5e5;
}
.hbomax .window-bread .bouton:hover,
.hbomax .window-bread .bouton:focus,
.hbomax .window-bread .bouton:active{
    /*background-color:#fff;*/
}
.hbomax .window-bread .bouton:hover svg,
.hbomax .window-bread .bouton:focus svg,
.hbomax .window-bread .bouton:active svg{
    fill: #ffffff;
}
.hbomax .window-bread .bouton .text{
    font-size:14px;
}
.netflix .window-bread{
    background-color:#131313;
	border-radius:0!important;
}
.netflix .window-bread .bouton{
	padding:5px;
	border-radius:0!important;
    background-color:transparent;
    color:#e5e5e5;
    box-shadow:none;
}
.netflix .window-bread .bouton.retour{
	margin:0;
}
.netflix .window-bread .bouton svg{
    /* display:none; */
    fill: #ccc;
}
.netflix .window-bread .bouton:hover:after,
.netflix .window-bread .bouton:focus:after,
.netflix .window-bread .bouton:active:after{
    box-shadow:5px -5px #e51f13;
}
.netflix .window-bread .bouton:hover,
.netflix .window-bread .bouton:focus,
.netflix .window-bread .bouton:active{
	/*background-color:#e51f13;*/
    color:#B3B3B3;
}
.netflix .window-bread .bouton:hover svg,
.netflix .window-bread .bouton:focus svg,
.netflix .window-bread .bouton:active svg{
    fill: #B3B3B3;
}
.disneyplus .window-bread{
    background-color:#090b13;
	border-radius:0!important;
}
.disneyplus .window-bread .bouton{
	padding:5px;
	border-radius:0!important;
	background-color:transparent;
	color:#e5e5e5;
	box-shadow:none;
	border-bottom:2px solid transparent;
}
.disneyplus .window-bread .bouton:hover{
    border-bottom:2px solid #fff;
}
.disneyplus .window-bread .bouton.retour{
	margin:0;
}
.disneyplus .window-bread .bouton svg{
    /* display:none; */
    /*fill:#3295f3;*/
}
.hbomax .window-bread{
    background-color:#000;
	border-radius:0!important;
}
.hbomax .window-bread .bouton{
	padding:5px;
	border-radius:0!important;
    background-color:transparent;
    color:#e5e5e5;
    box-shadow:none;
	border-bottom:2px solid transparent;
}
.hbomax .window-bread .bouton:hover{
    border-color:#9e87f7;
}
.hbomax .window-bread .bouton.retour{
	margin:0;
}
.hbomax .window-bread .bouton svg{
    /* display:none; */
    /*fill:#9e87f7;*/
}
.mycanal .window-bread{
    background-color:transparent;
	border-radius:0!important;
}
.mycanal .window-bread .bouton{
	padding:5px;
	border-radius:0!important;
    background-color:transparent;
    color:#e5e5e5;
    box-shadow:none;
}
.mycanal .window-bread .bouton.retour{
	margin:0;
}
.mycanal .window-bread .bouton svg{
    /* display:none; */
    fill: #ccc;
}
.mycanal .window-bread .bouton:hover,
.mycanal .window-bread .bouton:focus,
.mycanal .window-bread .bouton:active{
    color:#ec3655;
}
.mycanal .window-bread .bouton:hover svg,
.mycanal .window-bread .bouton:focus svg,
.mycanal .window-bread .bouton:active svg{
    fill: #ec3655;
}
.primevideo .window-bread{
    background-color:transparent;
	border-radius:0!important;
}
.primevideo .window-bread .bouton{
	padding:5px;
	border-radius:0!important;
    background-color:transparent;
    color:rgba(242,244,246,0.8);
    box-shadow:none;
}
.primevideo .window-bread .bouton.retour{
	margin:0;
}
.primevideo .window-bread .bouton svg{
    fill:rgba(242,244,246,0.8);
}
.primevideo .window-bread .bouton:hover,
.primevideo .window-bread .bouton:focus,
.primevideo .window-bread .bouton:active{
    color:#ffffff;
}
.primevideo .window-bread .bouton:hover svg,
.primevideo .window-bread .bouton:focus svg,
.primevideo .window-bread .bouton:active svg{
    fill: #ffffff;
}
.window .window-bar .action.close {
    background-color: #d70202;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 23px;
    position: absolute;
    right: 12px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    top: 11px;
    width: 23px;
    border-radius: 20px;
}
.window .window-bar .action.close:before {
	content: "x";
	display: block;
	font-size: 20px;
	font-weight: 200;
	left: 0;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scaleX(1.3);
	width: 22px;
}
.window .window-bar .action.close:hover {
    background-color: #FF0000;
}
 @media screen and (max-width: 568px) {
	.window .window-bar .action.close {
	    /*display: none;*/
    }
}
.window .window-body {
	background: transparent;
	border: none;
	height: calc(100% - 80px);
	outline: none;
	/* max-width: 100%; */
	margin-top: 45px;
	padding: 1rem 0;
	overflow: auto;
	position: relative;
}
.netflix .window{
	border-radius:0;
	border: none;
}
.netflix .window,
.netflix .window.cat{
	background: #131313;
}

.netflix .window.fiche{
	background:#000000
}
[class*="disneyplus"] .window{
	border-radius:0;
	border: none;
}
.disneyplus .window,
.disneyplus .window.cat{
	background:#004857;
	background: linear-gradient(10deg, #67d3d5, #016877, #004857, #002134);
}
.disneyplus .window.fiche{
	background:#016877;
}
.disneyplus_old .window,
.disneyplus_old .window.cat{
	background:#1a1d29;
}
.disneyplus_old .window.fiche{
	background:#000000
}
.mycanal .window{
	border-radius:0;
	border: none;
}
.mycanal .window,
.mycanal .window.cat{
	background:#ffffff
}
.mycanal .window.fiche,
.mycanal .window.parametres,
.mycanal .window.upload{
	background:#1b1f22
}
.hbomax .window.fiche{
	background-image: url(/images/background-hbomax) !important;
	background-color: #5b1ce6;
}
.hbomax .window.fiche .window-body{
	background-color:rgba(0, 0, 0, 0.5);
}
.primevideo .window{
	border-radius:0;
	background-color: #0e171f;
}
.primevideo .window.cat .window-body,
.primevideo .window.parametres .window-body,
.primevideo .window.upload .window-body{
	background: -moz-radial-gradient(ellipse at left top,rgba(29,79,115,.2) 10%,#0f171e 80%),radial-gradient(ellipse at left bottom,rgba(29,79,115,.1) 20%,#0f171e 80%);
	background: -webkit-gradient(ellipse at left top,rgba(29,79,115,.2) 10%,#0f171e 80%),radial-gradient(ellipse at left bottom,rgba(29,79,115,.1) 20%,#0f171e 80%);
	background: -webkit-radial-gradient(ellipse at left top,rgba(29,79,115,.2) 10%,#0f171e 80%),radial-gradient(ellipse at left bottom,rgba(29,79,115,.1) 20%,#0f171e 80%);
	background: -o-gradient(ellipse at left top,rgba(29,79,115,.2) 10%,#0f171e 80%),radial-gradient(ellipse at left bottom,rgba(29,79,115,.1) 20%,#0f171e 80%);
	background: -ms-gradient(ellipse at left top,rgba(29,79,115,.2) 10%,#0f171e 80%),radial-gradient(ellipse at left bottom,rgba(29,79,115,.1) 20%,#0f171e 80%);
	background: radial-gradient(ellipse at left top,rgba(29,79,115,.2) 10%,#0f171e 80%),radial-gradient(ellipse at left bottom,rgba(29,79,115,.1) 20%,#0f171e 80%);
}
.primevideo .window.fiche{
	background: rgba(27,37,48,.8);
}
.primevideo .window.secondaire .window-body{
	margin-top:0px;
}
.window.cat.open.secondaire .window-body{
	margin-top:10px;
}
@media screen and (max-width: 568px) {
	.window.cat .window-body {
	    height: calc(100% - 68px);
	    margin-top: 81px;
	}
	.window .window-body {
	    padding: 15px;
	    height: 100%);
	    /* overflow: auto; */
	}
}
.window.images .window-body {
	overflow-x: hidden;
	/* height: 395px; */
}
.window.galerie .window-body {
	/* height: 405px; */
	overflow: hidden;
	height: calc(100% - 45px);
}
.window.images .window-chargement {
	padding: 20px;
	text-align:center;
	position: relative;
}
.chargement{
	display:inline-block;
	padding:5px;
	vertical-align:middle;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:120px;
	height:70px;
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.5);
}
.clair .chargement{
	background-color:rgba(91, 28, 230, 0.5);
}
.lexcorp .chargement{
	background-color:#d5d1c8;
	border-radius:0;
}
.dianaBVS .chargement{
	background:#bfb4a2;
	border-radius:0;
}
.argus .chargement{
	background:#4f7783;
	border-radius:0;
}
.chargement.inline{
    position:relative;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    top:auto;
    left:auto;
    width: 40px;
    height: 35px;
}
.chargement div {
	margin-top:20px;
	color:#bfc9d0;
	-webkit-animation:clignoter 0.9s infinite alternate;
	-moz-animation:clignoter 0.9s infinite alternate;
}
.clair .chargement div,
.hbomax .chargement div {
	color:#fff;
}
.lexcorp .chargement div {
	color:#b35a15;
}
.argus .chargement div{
	color:#d0dbe3;
}
.dianaBVS .chargement div {
	color:#61615f;
}
.chargement .boule {
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	border-radius:50px;
	-webkit-animation:chargement 0.9s infinite alternate;
	-moz-animation:chargement 0.9s infinite alternate;
	background-color:#2196F3;
}
.clair .chargement .boule,
.hbomax .chargement .boule{
	background-color:#fff;
}
.lexcorp .chargement .boule {
	background-color:#b35a15;
}
.dianaBVS .chargement .boule{
	background-color:#61615f;
}
.argus .chargement .boule{
	background-color:#d0dbe3;
}
.chargement .boule:nth-of-type(2) {
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
}

.chargement .boule:nth-of-type(3) {
	-webkit-animation-delay:0.6s;
	-moz-animation-delay:0.6s;
}

.chargement .boule:nth-of-type(4) {
	-webkit-animation-delay:0.9s;
	-moz-animation-delay:0.9s;
}

@-webkit-keyframes chargement {
	0% {
		width:10px;
		height:10px;
		-webkit-transform:translateY(20px);
	}
	100% {
		width:24px;
		height:24px;
		-webkit-transform:translateY(0px);
	}
}

@-moz-keyframes chargement {
	0% {
		width:10px;
		height:10px;
		-moz-transform:translateY(0);
	}
	100% {
		width:24px;
		height:24px;
		-moz-transform:translateY(-21px);
	}
}
@keyframes clignoter { 
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@moz-keyframes clignoter { 
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.annees{
	/* width:100%; */
	/* height:325px; */
	/* overflow:hidden; */
	/* overflow-x: auto; */
}
.disneyplus .annees{
	margin-bottom:15px;
}
.folders{
	position:
	relative;
	overflow:
	hidden;
	padding: 1rem;
}
.folders .panel-titre{
	text-align:justify;
	cursor: inherit;
	font-family: Avenir-Heavy, sans-serif;
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4;
	color: #fff;
}
.netflix .folders .panel-titre{
	color: #e51f13;
}
.hbomax .folders .panel-titre{
	text-transform:none;
	font-family:Google-bold;
}
.primevideo .folders .panel-titre{
	text-transform:none;
	font-family:Amazon;
}
.primevideo .folders .altr .panel-titre:before,
.primevideo .folders .aft .panel-titre:before{
	content:"prime ";
    font-size:larger;
    color:#2da8e1;
    vertical-align:bottom;
}
.window .window-body .folder {
	cursor: pointer;
	display: inline-block;
	padding: 12px;
	width: calc(100% / 3 - 35px);
	position: relative;
	border: 1px dotted #2196F3;
	border-radius: 10px;
	margin:4px;
	color:#fff;
	text-decoration: none;
	vertical-align: middle;
}
.crunchyroll .window .window-body .folder{
	background-color: transparent;
	border-radius: 0px;
	border:none;
	padding:0;
	padding-bottom: 10px;
}
.crunchyroll_old .window .window-body .folder{
	background-color: #273943;
	border-radius: 0px;
	border:none;
	padding:0;
	padding-bottom: 10px;
}
.crunchyroll .window .window-body .folder:hover{
	background-color: #000000;
}
.crunchyroll_old .window .window-body .folder:hover{
	background-color: #23252b;
}
.disneyplus .window .window-body .folder {
	width: calc(100% / 3 - 32px);
	padding:10px;
	border:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.disneyplus .window .window-body .folder:after {
    content:"";
    position:absolute;
    top:10px;
    left:10px;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    border-radius:10px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.hbomax .window .window-body .folder,
.max .window .window-body .folder{
	color:#fff;
	border:none;
	border-radius: 0px;
}
.mycanal .window .window-body .folder {
	color:#000;
	border: none;
	border-radius:0;
}
.netflix .window .window-body .folder {
	color:#000;
	border: none;
	border-radius: 0;
	transform:
	scale(0.8);
	width: calc(100% / 3 - 36px);
}
.primevideo .window .window-body .folder {
	border: none;
	border-radius:0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media screen and (max-width: 800px){
	.window .window-body .folder {
		width: calc(100% / 3 - 35px);
	}
}
@media screen and (max-width: 568px){
	.window .window-body .folder {
		width: calc(50% - 34px);
	}
}
@media screen and (max-width: 450px){
	.window .window-body .folder {
		/* width: calc(100% - 34px); */
	}
}
.window .window-body .folder:hover {
	background-color: rgba(33, 150, 243, 0.5);
	color:#fff;
}
.netflix .window .window-body .folder:hover {
	/*transform:scale(1.1);*/
	background:none;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.disneyplus .window .window-body .folder:hover {
	transform:scale(1.05);
	background-color:transparent;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.disneyplus .window .window-body .folder:hover:after {
    box-shadow: inset 0 0 0px 3px #d8dcde;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.hbomax .window .window-body .folder:hover {
	background-color:rgba(91, 28, 230, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	color:#FFFFFF;
}
.max .window .window-body .folder:hover{
	background-color:rgba(0, 43, 231, 0.5);
}
.mycanal .window .window-body .folder:hover {
	background:none;
	color:#000;
}
.primevideo .window .window-body .folder:hover {
	background:none;
	transform: scale(1.1);
	transform-origin:bottom;
	z-index: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.window .window-body .folder.restricted {
	cursor: not-allowed;
	opacity:0.5;
}
.window .window-body .folder img {
	width: 100%;
	display: block;
}
.hbomax .window .window-body .folder img {
	border-radius: 0px;
}
.netflix .window .window-body .folder .folder-content {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.netflix .window .window-body .folder:hover .folder-content {
    transform:scale(1.2);
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.disneyplus .window .window-body .folder img {
	border-radius:10px;
}
.disneyplus .window .window-body .folder:hover img {
	box-shadow:rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
}
.window .window-body .folder .name {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	height: 27px;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 10px;
}
.crunchyroll .window .window-body .folder .name,
.crunchyroll_old .window .window-body .folder .name{
	text-transform:	none;
	text-align:	left;
	padding-left:5px;
	height: auto;
	padding-top: 20px;
	position: relative;
}
.crunchyroll .window .window-body .folder .name p.entreprise,
.crunchyroll_old .window .window-body .folder .name p.entreprise{
	position:absolute;
	left:5px;
	top: 5px;
	font-size: 77%;
	text-transform: uppercase;
	color: #a0a0a0;
	opacity: 0.5;
}
.disneyplus .window .window-body .folder .name{
    display:none;
}
.hbomax .window .window-body .folder .name{
	text-transform:none;
	text-align:justify;
	font-weight:300;
}
.hbomax .window .window-body .folder .name p.entreprise{
	display:block;
	opacity:0.5;
}
.max .window .window-body .folder .name{
	text-transform:none;
	text-align:justify;
	font-family:Max;
}
.mycanal .window .window-body .folder .name{
	text-transform:none;
	text-align:justify;
}
.mycanal .window .window-body .folder .name p.entreprise{
	color:#ec3655;
}
.netflix .window .window-body .folder .name{
	position:absolute;
	width: calc(100% - 8px);
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,.75));
	background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.5),rgba(0,0,0,.75));
	padding: 15px 7px 2px 2px;
	left:0px;
	bottom:-1px;
	color:#C7C7C7;
	opacity:0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.netflix .window .window-body .folder:hover .name{
	opacity:1;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.primevideo .window .window-body .folder .name,
.primevideo .window .window-body .folder .bulle{
	text-transform:none;
	text-align:justify;
    background-color:#1d2530;
    display:block;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity:0;
	padding-left:10px;
	border-radius:0;
}
.primevideo .window .window-body .folder .name{
	padding-top: 25px;
	position:
	relative;
}
.primevideo .window .window-body .folder .name p.entreprise{
	position:
	absolute;
	left:10px;
	top:5px;
	opacity:1;
	color:#00a8e1;
	font-family: Amazon;
}
.primevideo .window .window-body .folder:hover .name,
.primevideo .window .window-body .folder:hover .bulle{
	opacity:1;
}
.window .window-body .folder .name span {
	color: #05e700;
	font-size: 24px;
	position: relative;
	top: 4px;
}
.window .window-body .folder .name span.restricted {
	color: #e70000;
}
.window .window-body .bulle {
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 1;
	font-size:12px;
	padding: 3px;
	border-radius: 6px;
	/* background-color: #000; */
	background-color: #2196f3;
	color: #FFF;
}
.crunchyroll .window .window-body .bulle,
.crunchyroll_old .window .window-body .bulle{
	position:relative;
	background-color:transparent;
	color:#10b8b6;
	top: 0;
	right: 0;
	padding: 5px;
	padding-bottom: 0px;
}
.crunchyroll .window .window-body .bulle{
	color:#ff6002;
}
.hbomax .window .window-body .bulle {
	background-color: #9e87f7;
	border-radius:10px;
	padding:5px 10px;
	text-align: center;
}
.max .window .window-body .bulle {
	background-color: #002be7;
	border-radius: 7px;
	padding:5px 10px;
	text-align: center;
}
.mycanal .window .window-body .bulle{
	position:relative;
	right: 0;
	left: 0;
	padding: 0;
	background: none;
	color: #999;
}
.netflix .window .window-body .bulle {
	background-color: #e50914;
	border-radius: 0!important;
	text-align: center;
}
.primevideo .window .window-body .bulle{
	position:relative;
	right: 0;
	left: 0;
	padding: 10px;
	padding-top:0px;
	padding-bottom:20px;
	background: none;
	color: #8197a4;
}
.window#images .window-body .bulle {
	font-size: 12px;
	padding: 2px;
	border-radius: 10px;
}
.clair .window .window-body .bulle {
	/* background-color: #E3F2FD; */
}
.thebatman .window#images .window-body .bulle {
	border-radius:0;
}
.window.bio .window-body .file {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.window.bio .window-body .file.selected {
	border: 1px dotted #333;
}
 .window.bio .window-body .file.selected:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #9f9;
	opacity: 0.3;
}
.window.bio .window-body .file .thumb-container {
	width: 140px;
	height: 175px;
	background-color: #fff;
	padding-top: 5px;
	padding-left: 5px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	background-image: url("/web/20171015051231im_/http://www.argus-gov.com/assets/images/file-border.jpg");
	background-size: 140px 175px;
}
 .window.bio .window-body .file .thumb-container .photo-container {
	width: 130px;
	height: 142px;
	overflow: hidden;
}
 .window.bio .window-body .file .thumb-container .photo-container img {
	width: 100%;
}
 .window.bio .window-body .file .name {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	margin-top: 4px;
}
 .window.bio .window-body .file .name span {
	color: #05e700;
	font-size: 24px;
	position: relative;
	top: 4px;
}
 @media screen and (max-width: 568px) {
	.window.bio .window-body .file {
	    margin: 10px;
	    max-width: calc(45% - 10px);
    }
	.window.bio .window-body .file .thumb-container {
	    width: 100%;
    }
	.window.bio .window-body .file .thumb-container .photo-container {
	    width: 97%;
    }
}
#home .window-body .message {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	left: 50%;
	padding: 10px 15px;
	position: absolute;
	opacity: 0;
	top: 100px;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#home .window-body .message.erreur {
	opacity:1;
}
 .window .window-body .bx-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
 .window .window-body .bx-wrapper .bx-viewport {
	height: 100% !important;
}
 .window .window-body .weapon-container {
	height: 100%;
}
 .window .window-body .weapon-asset {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: center center;
	background-color: #000;
	background-repeat: no-repeat;
}
 .arrow-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
 .arrow-container .arrow {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
}
 .arrow-container .arrow.back {
	left: 8px;
}
 .arrow-container .arrow.forward {
	right: 8px;
	transform: scaleX(-1) translate3d(0, -50%, 0);
	-webkit-transform: scaleX(-1) translate3d(0, -50%, 0);
	-moz-transform: scaleX(-1) translate3d(0, -50%, 0);
	-ms-transform: scaleX(-1) translate3d(0, -50%, 0);
	-o-transform: scaleX(-1) translate3d(0, -50%, 0);
}
 .arrow-container .arrow:before {
	display: inline-block !important;
}
 .user-data, .version {
	bottom: .4rem;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	left: 1rem;
	line-height: 130%;
	position: fixed;
	text-transform: uppercase;
	z-index: 0;
}
 .user-data .log, .version .log {
	border: 1px solid #fff;
	display: inline-block;
	padding: 0.2rem 0.4rem;
	margin-bottom: 10px;
}
.version {
	right: 1rem;
	left: initial;
	text-align: right;
}
.back, .forward {
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
}
.back:before, .forward:before {
	content: "";
	display: none;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 11px solid;
	height: 0px;
	margin-left: 3px;
	width: 0px;
	top: 0;
	left: 0;
	/* padding: 1px; */
}
.window.bio .back:before,
.window.bio .forward:before,
.window.videos .back:before,
.window.videos .forward:before,
.window.images .back:before,
.window.images .forward:before {
	    display: inline-block;
}
@media screen and (max-width: 568px) {
	.window#home .back:before,
	.window#home .forward:before {
	    display: inline-block;
    }
}
.lexcorp nav,
.dianaBVS nav,
.thebatman nav{
	/* display: none!important; */
}
.back.active::before,
.forward.active::before {
	border-left-color: #FFF;
	border-right-color: #FFF;
	cursor: pointer;
}
.back.active::before:hover,
.forward.active::before:hover {
	border-left-color: #2196F3;
	border-right-color: #2196F3;
}
.back.inactive::before,
.forward.inactive::before {
	border-left-color: rgba(255, 255, 255, 0.2);
	border-right-color: rgba(255, 255, 255, 0.2);
}
.clair .back.active::before,
.forward.active::before {
	border-left-color: #2196F3;
	border-right-color: #2196F3;
	cursor: pointer;
}
.clair nav:hover .back.active::before,
nav:hover .forward.active::before {
	border-left-color: #556a7e;
	border-right-color: #556a7e;
}
.clair .back.inactive::before,
.forward.inactive::before {
	border-left-color: rgba(33, 150, 243, 0.3);
	border-right-color: rgba(33, 150, 243, 0.3);
}
.lexcorp .back.active::before{
	border-left-color: #000;
	border-right-color: #000;
	cursor: pointer;
}
.lexcorp nav:hover .back.active::before{
	border-left-color: #b35a15;
	border-right-color: #b35a15;
}
.lexcorp .back.inactive::before{
	border-left-color: rgba(0, 0, 0, 0.3);
	border-right-color: rgba(0, 0, 0, 0.3);
}
.argus .back.active::before{
	border-left-color: #000;
	border-right-color: #000;
	cursor: pointer;
}
.argus nav:hover .back.active::before{
	border-left-color: #2881ab;
	border-right-color: #2881ab;
}
.argus .back.inactive::before{
	border-left-color: rgba(0, 0, 0, 0.3);
	border-right-color: rgba(0, 0, 0, 0.3);
}
/* The hidden text field is used for triggering a blur event */
input[type="text"].hidden {
	position: absolute;
	opacity: 0;
	left: -9999px;
}
.landscape-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	font-family: "Arimo", sans-serif;
	font-size: 4vw;
	opacity: 0;
	z-index: -10;
	overflow: hidden;
	top: 0;
	left: 0;
}
.landscape-container span {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 30px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}
.landscape-container svg {
	fill:#FFF;
	width:50px;
	position: absolute;
	/* left: 50%; */
	top: 100px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0)
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	animation: tourner infinite ease-in-out 1s;
	animation: tourner infinite ease-in-out 2s;
}
@keyframes tourner {
	0%{
		transform: translate3d(-50%, -50%, 0)  rotate(20deg);
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(20deg);
    }
	20%{
		transform: translate3d(-50%, -50%, 0)  rotate(20deg);
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(20deg);
    }
	35% {
		transform: translate3d(-50%, -50%, 0)  rotate(-20deg);
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(-20deg);
	}
	53% {
		transform: translate3d(-50%, -50%, 0)  rotate(-20deg);
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(-20deg);
	}
	80% {
		transform: translate3d(-50%, -50%, 0)  rotate(20deg);
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(20deg);
	}
	100% {
		transform: translate3d(-50%, -50%, 0)  rotate(20deg);
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(20deg);
	}
}

@media screen and (max-height:300px) and (orientation: landscape) {
    .landscape-container {
        opacity: 1;
        z-index: 10000;
    }
}

.enregistrer {
    border-radius: 0!important;
    width: 100%;
    position: relative;
}
.enregistrer .progression {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}
.notification.haut.droite.pourcentage {
    padding: 2px 5px;
    background-color: #212121;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px!important;
    vertical-align: middle;
    font-family: Google;
}

@media screen and (max-width: 568px) {
	.window.open{
		/* -webkit-animation: mobileup 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; */
		/* animation: mobileup 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; */
	}
}
@media screen and (min-width: 568px) {
	.window.open{
		-webkit-animation: popdown 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
		animation: popdown 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}
	.lexcorp .window.open{
		-webkit-animation: pop_bottomleft 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
				animation: pop_bottomleft 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}
	.dianaBVS .window.open{
		-webkit-animation: pop_topleft 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
				animation: pop_topleft 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}
	.argus .window.open{
		-webkit-animation: fadein 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
				animation: fadein 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}
	.thebatman .window.open{
		-webkit-animation:none;
				animation:none;
	}
}
@-webkit-keyframes pop_topleft {
  0% {
    -webkit-transform: scale(0.5) translate(50%, 50%);
            transform: scale(0.5) translate(50%, 50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scale(1) translate(50%, 50%);
            transform: scale(1) translate(50%, 50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}
@keyframes pop_topleft {
  0% {
    /* -webkit-transform: scale(0.5) translate(-80%, -80%); */
    /* transform: scale(0.5) translate(-80%, -80%); */
    /* -webkit-transform-origin: -30% -30%; */
    /* transform-origin: -30% -30%; */
  }
  100% {
    /* -webkit-transform: scale(1) translate(-50%, -50%); */
    /* transform: scale(1) translate(-50%, -50%); */
    /* -webkit-transform-origin: 0% 0%; */
    /* transform-origin: 0% 0%; */
  }
}
@-webkit-keyframes pop_bottomleft {
  0% {
    -webkit-transform: scale(0.5) translate(50%, 50%);
            transform: scale(0.5) translate(50%, 50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scale(1) translate(50%, 50%);
            transform: scale(1) translate(50%, 50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}
@keyframes pop_bottomleft {
  0% {
    /* -webkit-transform: scale(0.5) translate(-80%, -50%); */
    /* transform: scale(0.5) translate(-80%, -50%); */
    /* -webkit-transform-origin: -30% -30%; */
    /* transform-origin: -30% 30%; */
  }
  100% {
    /* -webkit-transform: scale(1) translate(-50%, -50%); */
    /* transform: scale(1) translate(-50%, -50%); */
    /* -webkit-transform-origin: 0% 0%; */
    /* transform-origin: 0% 0%; */
  }
}
@-webkit-keyframes fadein {
  0% {
  	opacity:0;
  }
  100% {
  	opacity:1;
  }
}
@keyframes fadein {
  0% {
  	opacity:0;
  }
  100% {
  	opacity:1;
  }
}
@-webkit-keyframes popdown {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes popdown {
  0% {
    /* -webkit-transform: translate(-50%, 0%); */
    /* transform: translate(-50%, 0%); */
  }
  100% {
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
  }
}
@-webkit-keyframes mobileup {
	0% {
		top:100%;
	}
	100% {
		top:0%;
	}
}
@keyframes mobileup {
	0% {
		top:100%;
	}
	100% {
		top:0%;
	}
}

.titre{
	text-align:center;
	padding:10px 5px;
	font-size:30px;
}
.clair .titre{
	/* color:#fff!important; */
}
.crunchyroll_old .titre .separation{
	height: 0.25rem;
    width: 100%;
	background-image: linear-gradient(to left,#fab818,#ef4323);
}
.crunchyroll_old .titre .separation.bleu{
	background-image: linear-gradient(to left,#213944,#2abdbb);
}
.crunchyroll .titre a,
.crunchyroll_old .titre a{
	color:#fff;
}
.crunchyroll .titre,
.crunchyroll_old .titre{
	color:#fff;
    text-align:justify;
    padding-left:10px;
	font-family: CrunchyrollAtyp-Bold;
	--line-height: 2rem;
    font-size: 1.5rem;
	letter-spacing: -.0313rem;
	text-rendering: optimizeLegibility;
    font-weight: 500;
    line-height: var(--line-height);
}
.crunchyroll .titre.exp,
.crunchyroll .selection-experiences{
	background:#101010;
}
.disneyplus .titre,
.hbomax .titre,
.netflix .titre{
    text-align:justify;
    padding-left:10px;
    font-family:Google-Bold;
}
.mycanal .titre{
    text-align:justify;
    padding-left:10px;
    color:#000;
}
.disneyplus .titre,
.netflix .titre,
.primevideo .titre{
	font-size: 18px;
	letter-spacing:2px;
}
.primevideo .titre{
	text-align:justify;
	padding-left:10px;
    letter-spacing:1px;
    font-family:Amazon;
}
.primevideo .titre a:before{
	content:"prime ";
    font-size:12px;
    color:#1a98ff;
    vertical-align:3px;
}
.max .titre{
    text-align:justify;
    padding-left:10px;
    color:#fffff;
	letter-spacing: initial;
	font-size:18px;
	font-family:Max-Bold;
}
.max .titre.exp,
.max .titre.etd,
.max .titre.hob,
.max .selection-experiences,
.max .selection-etudes,
.max .selection-hobbies{
	background:#000;
}
.titre a{
	color:inherit;
	text-decoration:none;
}
.selection{
	display:block;
	position:relative;
	overflow:hidden;
}
.selection .selection-fiche{
	display:inline-block;
	position:relative;
	width: calc(100%/3);
	padding: 15px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.crunchyroll .selection .selection-fiche,
.crunchyroll_old .selection .selection-fiche{
    padding:0;
    padding-bottom: 10px;
    margin: 5px;
    width:calc(100% / 3 - 10px);
}
.crunchyroll .selection-etudes .selection-fiche,
.crunchyroll .selection-hobbies .selection-fiche,
.crunchyroll_old .selection-etudes .selection-fiche,
.crunchyroll_old .selection-hobbies .selection-fiche{
	width: calc(100% / 5 - 10px);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.crunchyroll_old .selection .selection-fiche .selection-image{
    border-radius: 0px;
}
.crunchyroll .selection .selection-fiche .selection-nom,
.crunchyroll_old .selection .selection-fiche .selection-nom{
    padding:10px;
    display:block;
}
.crunchyroll_old .selection .selection-fiche .selection-nom{
    background-color:#273943;
}
.crunchyroll_old .selection .selection-fiche:hover .selection-nom{
    background-color:#23252b;
}
.crunchyroll_old .selection.selection-etudes .selection-fiche .selection-nom strong{
	color:#ffffff;
}
.crunchyroll_old .selection.selection-etudes .selection-fiche .selection-nom{
	color:#777777;
}
.disneyplus .selection,
.disneyplus .selection .selection-fiche{
	overflow: initial;
}
.hbomax .selection .selection-fiche,
.disneyplus .selection .selection-fiche{
	width: calc(100% / 5);
	padding:10px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.disneyplus .selection .selection-fiche:hover{
    transform:scale(1.05);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.disneyplus .selection .selection-fiche .selection-image:after {
    content:"";
    position:absolute;
    top:10px;
    left:10px;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.disneyplus .selection .selection-fiche:hover .selection-image:after {
    box-shadow: inset 0 0 0px 3px #d8dcde;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.selection .selection-fiche .selection-image{
	background-size:100% 100%;
	background-repeat:no-repeat;
	border-radius:10px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
}
.netflix .selection .selection-fiche .selection-image,
.hbomax .selection .selection-fiche .selection-image,
.mycanal .selection .selection-fiche .selection-image{
	border-radius:0px;
}
.mycanal .selection .selection-fiche .selection-image{
	box-shadow:none!important;
}
.disneyplus .selection .selection-fiche .selection-image{
	overflow:initial;
	box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px!important;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.disneyplus .selection .selection-fiche:hover .selection-image{
    box-shadow: rgba(0, 0, 0, 0.8) 0px 40px 58px -16px, rgba(0, 0, 0, 0.72) 0px 30px 22px -10px!important;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.max .selection .selection-fiche .selection-image{
	border-radius:5px;
}
.netflix .selection {
	display: flex;
	padding: 0 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.netflix .selection{
	overflow:initial!important;
}
.netflix .selection .selection-fiche{
	overflow:hidden;
}
.netflix .selection .selection-fiche {
	position: relative;
	display: block;
	flex: 1 1 0px;
	transition: transform 500ms;
	padding: 0;
	margin: 5px;
}
.netflix .selection:focus-within .selection-fiche,
.netflix .selection:hover .selection-fiche {
    transform: translateX(-25%);
}
.netflix .selection .selection-fiche:focus ~ .selection-fiche,
.netflix .selection .selection-fiche:hover ~ .selection-fiche {
    transform: translateX(25%);
}
.netflix .selection .selection-fiche:focus,
.netflix .selection .selection-fiche:hover {
	transform: scale(1.2);
	z-index: 1;
}
.netflix .selection .selection-fiche .selection-nom{
    width:100%;
    overflow: hidden;
    position:absolute;
    left:0px;
    bottom: 0px;
    padding:3px 4px;
    padding-bottom:10px;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,.75));
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.5),rgba(0,0,0,.75));
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    opacity:0;
}
.netflix .selection .selection-fiche:hover .selection-nom{
	opacity:1;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.netflix .selection .selection-fiche .selection-image img{
    width:100%;
}
.disneyplus .selection .selection-fiche .selection-nom,
.max .selection .selection-fiche .selection-nom{
	display:none;
}
.hbomax .selection .selection-fiche .selection-nom{
	margin-top:5px;
	display:block;
	color:#777777;
}
.hbomax .selection .selection-fiche .selection-nom strong{
	color:#fff;
}
.mycanal .selection .selection-fiche .selection-nom{
	color:#777777;
}
.mycanal .selection .selection-fiche .selection-nom strong{
	color:#000;
}
.primevideo .selection {
	display: flex;
	padding: 0 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow:initial!important;
}
.primevideo .selection .selection-fiche {
	vertical-align:top;
	overflow:initial!important;
}
.primevideo .selection .selection-fiche:focus,
.primevideo .selection .selection-fiche:hover {
	transform: scale(1.2);
	transform-origin:bottom;
	z-index: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.primevideo .selection .selection-fiche .selection-image, 
.primevideo .selection .selection-fiche .selection-image img{
    border-radius:0;
}
.primevideo .selection .selection-fiche .selection-nom{
    position:absolute;
    width:calc(100% - 30px);
    color:rgba(242,244,246,0.7);
    padding:5px;
    padding-bottom:10px;
    bottom:-15px;
    font-size:11px;
    opacity:0;
    background-color:#1d2530;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.primevideo .selection .selection-fiche .selection-nom strong{
	color:#fff;
    font-size:12px;
}
.primevideo .selection .selection-fiche:hover .selection-nom{
    opacity:1;
}
@media screen and (max-width: 568px) {
	.crunchyroll_old .selection .selection-fiche{
		margin:2px;
		padding:0px;
	}
	.crunchyroll_old .selection-etudes .selection-fiche,
	.crunchyroll_old .selection-hobbies .selection-fiche{
		width: calc(100% / 5 - 5px);
	}
	.selection .selection-fiche .selection-nom{
		font-size: 9px;
	}
	.crunchyroll_old .selection .selection-fiche .selection-nom strong,
	.hbomax .selection .selection-fiche .selection-nom strong,
	.primevideo .selection .selection-fiche .selection-nom strong{
		font-size:10px;
	}
	.disneyplus .selection-etudes,
	.disneyplus .selection-experiences,
	.disneyplus .selection-hobbies{
		max-width:100%;
	    width: 100%;
		display:block;
		overflow:auto;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space:nowrap;
		padding-bottom:20px;
	}
	.disneyplus .selection .selection-fiche {
	    width: 175px;
	}
	.primevideo .selection {
		padding: 0 10px;
	}
	.primevideo .selection .selection-fiche {
		padding:7px;
	}
	.primevideo .selection .selection-fiche .selection-nom{
		width:calc(100% - 13px);
	}
}

.carousel .carousel-load:before,
.selection-image .selection-load:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #1f96f3;
    border-color: transparent #1f96f3 transparent #1f96f3;
    border-radius: 50%;
    animation: loader 1s linear infinite;
    z-index: -1;
}
@keyframes loader {
  0% {
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@media screen and (min-width: 750px) {
	.selection .selection-fiche{
		width:calc(100%/5);
	}
	.selection .selection-fiche .selection-image{
		border-radius:15px;
	}
	.netflix .selection .selection-fiche{
		margin: 15px;
	}
	.netflix .selection .selection-fiche:hover{
		transform:scale(1.4);
	}
}
@media screen and (min-width: 1000px) {
	.netflix .selection .selection-fiche{
		margin: 10px;
	}
	.netflix .selection-hobbies .selection-fiche{
		margin: 10px;
	}
	.netflix .selection .selection-fiche:hover{
		transform:scale(1.2);
	}
}
.selection .selection-fiche .selection-image .poster{
	max-width:100%;
	opacity:0;
	display: block;
}
.selection .selection-fiche .selection-nom{
	color: inherit;
	text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.selection .bouton{
	padding:5px 15px;
}
.notification{
	position: absolute;
	left: 10px;
	font-size: small;
	padding: 2px;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 0px;
	background-color: #D70202;
}

.shimmer {
    color: transparent!important;
    background-color: #1b486e;
    background-image: linear-gradient(to right, #1b486e 0%, #2096f3 20%, #1b486e 40%, #1b486e 100%);
    background-repeat: no-repeat;
    /* background-size: 400px 54px; */
    /* display: inline-block; */
    position: relative;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
    -webkit-animation-timing-function: linear;
}
.clair .shimmer {
    background-color: #a1ccf3;
    background-image: linear-gradient(to right, #a1ccf3 0%, #ffffff 20%, #a1ccf3 40%, #a1ccf3 100%);
    background-repeat: no-repeat;
}
.hbomax .shimmer {
    background-color: #260b39;
    background-image: linear-gradient(to right, #260b39 0%, #5b1ce6 20%, #260b39 40%, #260b39 100%);
    background-repeat: no-repeat;
}
.netflix .shimmer {
    background-color: #131313;
    background-image: linear-gradient(to right, #131313 0%, #c93000 20%, #131313 40%, #131313 100%);
    background-repeat: no-repeat;
}
.dianaBVS .shimmer {
    background-color: #c0b8a5;
    background-image: linear-gradient(to right, #c0b8a5 0%, #e0d8c2 20%, #c0b8a5 40%, #c0b8a5 100%);
    background-repeat: no-repeat;
}
.argus .shimmer {
    background-color: #c4defa;
    background-image: linear-gradient(to right, #c4defa 0%, #f6f7fe 20%, #c4defa 40%, #c4defa 100%);
    background-repeat: no-repeat;
}
.thebatman .shimmer {
    background-color: #6fe8ff;
    background-image: linear-gradient(to right, #6fe8ff 0%, #ffffff 20%, #6fe8ff 40%, #6fe8ff 100%);
    background-repeat: no-repeat;
}
.thebatman .profile-pic.shimmer {
    background-color: #00d8f8;
    background-image: linear-gradient(to right, #00d8f8 0%, #6fe8ff 20%, #00d8f8 40%, #00d8f8 100%);
    background-repeat: no-repeat;
}
@-webkit-keyframes shimmer {
	0% {
		background-position: -1000px 0;
	}

	100% {
		background-position: 1000px 0; 
	}
}
.admin_fiche{
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 2px;
}
.wrapWatermark{
    position: absolute;
    z-index: 3;
    right: 2px;
    height: 50px;
}

/*=== Design V2 ===*/

.wrapImage {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
    text-shadow: 0px 1px 5px #000;
    background-color:inherit;
    min-height: 195px;
	margin-bottom: 20px;
}

.wrapImage .imageBG{
    -webkit-filter: blur(5px) brightness(50%);
    filter: blur(5px) brightness(50%);
    margin-top: -75px;
    width:100%;
}

.wrapDetail {
    position: absolute;
    padding-left: 30px;
    bottom: 35px;
    width: 100%;
    z-index: 4;
}

.wrapAffiche,
.wrapDesc {
    display: inline-block;
    vertical-align: bottom;
}

.wrapAffiche {
	border: 1px solid #000;
	outline: 1px solid #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.wrapAffiche img,
.wrapAffiche .wrapDesc-affiche {
    width: 150px;
    display: block;
}
.wrapAffiche img.wrapDesc-affiche {
    opacity:0;
}
.wrapDesc {
    padding-left: 10px;
    padding-bottom: 10px;
    /* width: 72%; */
    width: calc(100% - 180px);
}
.max .wrapDesc {
	font-family:Max;
}
.wrapDesc > div,
.wrapDesc > span ,
.wrapDesc > h1 ,
.wrapDesc > h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing:0px;
    /*-webkit-line-clamp: 2;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    color: #fff;
}
.wrapDesc-nom {
    display: block;
    color: #fff;
    /* background:none!important; */
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    text-shadow:none;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 29px;
    text-align: left;
    margin: 0;
    line-height: initial;
    padding: 0;
    padding-bottom: 5px;
    /* font-weight: 900; */
    text-transform: none;
}
.wrapDesc-nom .nom1 {
	font-size: 31px;
}
.wrapDesc-nom .nom2 {
	font-size: 24px;
}
.wrapDesc-nom .nom3 {
	font-size: 20px;
}
.wrapDetail h1,
.wrapDetail h2{
    text-align: left;
    margin: 0;
    line-height: initial;
    padding-top: 0;
}
.wrapDesc-note,
.wrapDesc-saisons{
    display: block;
    color: #fff;
    font-size: 25px;
    padding-bottom: 10px;
}
.wrapDesc-nom.gris {
    text-shadow: none;
    color: #BDBDBD;
    font-style:italic;
}
.wrapDesc-note span.etoiles svg,
.wrapDesc-note span.texte {
    vertical-align: middle;
}
.wrapDesc-date {
    display: block;
    color: #fff;
    font-size: 25px;
    padding-bottom: 5px;
}
.wrapDesc-mini {
    color: #fff;
    display: block;
    font-size: 25px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrapImage .wrapFicheMenu {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-transform: uppercase;
    font-weight: lighter;
    padding-left: 10px;
    z-index: 5;
}

@media screen and (min-width:800px){
	.wrapImage{
		height: 280px;
	}
	.wrapDetail{
        bottom: 25px;
	}
}
@media screen and (max-width:860px){
	.window .window-body .folder .name {
		font-size: 12px;
		height: 24px;
	}
}
@media screen and (max-width:800px){
	.wrapImage{
		height: 245px;
	}
    .wrapAffiche img,
    .wrapAffiche .wrapDesc-affiche {
        width: 130px;
    }
	.wrapDetail{
        bottom: 20px;
	}
    .wrapDesc-nom .nom1{
        font-size: 27px !important;
    }
}
@media screen and (min-width:691px) and (max-width:750px){
	.wrapDetail{
        bottom: 20px;
	}
    .wrapAffiche img,
    .wrapAffiche .wrapDesc-affiche {
        width: 130px;
    }
    .wrapDesc-date,
    .wrapDesc-mini {
        font-size: 21px;
        padding-bottom: 1px;
    }
}
@media screen and (max-width:690px){
	.wrapImage .imageBG{
		margin-top: 0px;
	}
    .wrapDesc-nom,
    .wrapDesc-note,
    .wrapDesc-date,
    .wrapDesc-mini {
        font-size: 18px;
        padding-bottom: 2px;
    }
    .wrapAffiche img,
    .wrapAffiche .wrapDesc-affiche {
        width: 130px;
    }
    .wrapImage{
    	height: 245px;
    }
    .wrapDetail {
        bottom: 20px;
    }
    .wrapDesc-nom .nom1{
        font-size: 25px !important;
    }
}
@media screen and (max-width:650px){
    .wrapImage{
    	height: 215px;
    }
    .wrapAffiche img,
    .wrapAffiche .wrapDesc-affiche {
        width: 110px;
    }
}
@media screen and (max-width:569px){
    .wrapImage{
    	margin-left:-10px;
    	margin-right:-10px;
    	margin-top:-10px;
    }
}
@media screen and (max-width:590px){
    .wrapDesc-nom .nom1{
        font-size: 23px !important;
    }
    .wrapDesc-nom .nom2{
        font-size: 18px !important;
    }
    .wrapDesc-nom .nom3{
        font-size: 17px !important;
    }
    .wrapDesc-nom em{
        font-size: 14px !important;
    }
    .wrapImage{
    	/* max-height: 225px; */
    }
    .wrapAffiche {
        top: -35px;
    }
}

@media screen and (max-width:560px){
    .wrapDesc {
        padding-bottom: 0px;
        /* padding-left: 110px; */
    }
    .wrapImage{
    	height: 195px;
    }
	.wrapAffiche {
		/* width: 24%; */
		top: -57px;
		left: 25px;
	}
    .wrapAffiche img,
    .wrapAffiche .wrapDesc-affiche {
        width: 90px;
    }
    .wrapDesc-nom,
    .wrapDesc-note {
        font-size: 18px;
        padding-bottom: 2px;
    }
    .wrapDesc-nom .nom1{
        font-size: 18px !important;
    }
    .wrapDesc-nom .nom2{
        font-size: 16px !important;
    }
    .wrapDesc-nom .nom3{
        font-size: 13px !important;
    }
    .wrapDesc-nom em{
        font-size: 12px;
    }
    .wrapDesc-date,
    .wrapDesc-mini {
        font-size: 15px;
        padding-bottom: 1px;
    }
    .wrapDetail {
    	bottom:30px;
    }
}

@media screen and (max-width:505px){
    .wrapDetail {
        line-height: 16px;
    }
    .wrapDesc {
        padding-bottom: 0px;
        /* padding-left: 98px; */
        width: calc( 100% - 130px);
    }
    .wrapAffiche img,
    .wrapAffiche .wrapDesc-affiche {
        width: 90px;
    }
    .wrapDesc-nom,
    .wrapDesc-note {
        font-size: 18px;
        padding-bottom: 4px;
        line-height: 18px;
    }
    .wrapDesc-nom .nom1{
        font-size: 16px !important;
    }
    .wrapDesc-nom .nom2 !important{
        font-size: 14px;
    }
    .wrapDesc-nom .nom3 !important{
        font-size: 12px;
    }
    .wrapDesc-nom em{
        font-size: 11px !important;
    }
    .wrapDesc-date,
    .wrapDesc-mini {
        font-size: 14px;
        padding-bottom: 2px;
    }
}

@media screen and (max-width:450px){
    .wrapDetail {
        padding-left: 10px;
    }
    .wrapDesc {
        padding-bottom: 0px;
        /* padding-left: 100px; */
    }
	.wrapImage .imageBG{
		height:100%;
	}
    .wrapAffiche iframe.wrapDesc-affiche {
        height:	120px;
    }
    .wrapDesc-nom,
    .wrapDesc-note {
        font-size: 15px;
        padding-bottom: 7px;
    }
    .wrapDesc-nom .nom1{
        font-size: 15px !important;
    }
    .wrapDesc-nom .nom2{
        font-size: 13px !important;
    }
    .wrapDesc-nom .nom3{
        font-size: 11px !important;
    }
    .wrapDesc-nom em{
        font-size: 10px;
    }
    .wrapDesc-date,
    .wrapDesc-mini {
        font-size: 12px;
    }
	.wrapDesc-mini .btnLollipop.petit {
		font-size: 9px !important;
		padding: 0 2px;
	}
}