@charset "utf-8";
/* CSS Document */

/* RESET */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* fix internet explorer pr les elements html5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
	text-decoration:none;
	color:#333;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

body {
	color:#333;
	line-height:1;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "century gothic", arial, "ms serif";
	background: url(../../img/layout/background.png) center top no-repeat;
}

a.sme {
	background: url("../../img/icones/sme.png") top left no-repeat;
	 background-size: contain;
	width:  1px;
	height: 1px;
	padding-left: 12px;
	padding-top: 12px;
	overflow: hidden;
	display: inline-block;
}

.staff_notice {
	border: 1px dashed #c36;
    min-height: 24px;
    line-height: 24px;
	margin-left: 5px;
	margin-bottom: 10px;
    background-color: #fff;
    opacity: 0.6;
	overflow: hidden;
}

.staff_notice strong {
	    padding: 0px 10px;
    color: #fff;
    background-color: #c36;
    height: 26px;
    display: inline-block;
	font-weight: bold;
}

/* LAYOUT */

#principale {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

#header {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 63px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#header #header_content {
	width: 1020px;
	height: 155px;
	margin: 0px auto;
}



#titre_header a {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	height: 96px;
	width: 486px;
	font-size: 0.625em;
	display:inline-block;
}

#titre_header strong {
	display: inline-block;
	text-indent: -9999px;
	width: 448px;
}

#titre_header em {
	display: block;
	margin-top: 56px;
	margin-left: 117px;
	font-style: normal;
}

#header nav ul {
	background-image: url(../../img/layout/menu-70.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	float: right;
	height: 49px;
}

#header li {
	background-image: url(../../img/layout/background-menu.png);
	background-position: right top;
	background-repeat: repeat-y;
	float: left;
	font-size: 0.688em;
	line-height: 49px;
	background-color:  #fff;
}

#header li a {
	color: #999;
	display: block;
	line-height: 49px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

#header li.active {
	padding-left: 15px;
    padding-right: 15px;
	color: #fff;
	text-transform: uppercase;
}

#header li.active a,
#header li:hover a {
	color: #fff;
}

#header li#li_ajouter {
	background-color:  #39c; /* BLEU */
}

#header li#li_ajouter a,
#header li#li_admin a {
	color: #fff;
}

#header li#li_admin {
	background-color: #c00;
}



/* RECHERCHE */

.searchbox {
    position:relative;
    min-width:50px;
    width:50px;
    height:49px;
    float:right;
    overflow:hidden;    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox legend,
.searchbox label {
	display: none;
}

.searchbox-input {
    top:0;
    right:0;
    border:0;
    outline:0;
    width:100%;
    height:49px;
    margin:0;
	padding-right: 55px;
	padding-left: 20px;
    font-size:12px;
}

.searchbox-icon,
.searchbox-submit {
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    cursor:pointer;
	background-image: url(../../img/layout/loupe.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.searchbox-open{
    width:200px;
}

/* HEADER FIXED */

#header.fixed {
	position: fixed;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 101;
	background-color: rgba(255,255,255, 0.9);
	height: 48px;
    top: 0px;
    left: 0px;
    width: 100%;
	opacity: 1;
}

#header.fixed #header_content {
	height: 48px;
	width:  1180px;
	/*width: 1080px; */
}

#header.fixed #titre_header {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

#header.fixed #titre_header a {
	height: 28px;
	width: 206px;
	text-indent: -9999px;
	vertical-align: top;
}

#header.fixed #titre_header strong,
#header.fixed #titre_header em {
	display: none;
}

#header.fixed nav {
	display: inline-block;
	vertical-align: top;
}

#header.fixed ul {
	background: none;
	float: none;
	padding-bottom: 0px;
}

#header.fixed li {
	background: none;
	float: none;
	display: inline-block;
	vertical-align: top;
}

#header.fixed li a {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 48px;
}

#header.fixed li.active a,
#header.fixed li:hover a {
	color: #fff;
}

#header.fixed .searchbox {
	display: inline-block;
	float: none;
	width: 160px;
	margin-left: 10px;
	height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header.fixed .searchbox-input {
	border-width: 1px;
	border-style: solid;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	width: 128px;
	vertical-align: top;
}

#header.fixed .searchbox-icon {
	display: none;
}

#header.fixed .searchbox-submit {
	width: 28px;
	height: 28px;
	top: 0px;
	left: 0px;
	display: inline-block;
	position: relative;
	background-color: transparent;
}

/* PAGE */

#page {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#aside {
	width: 220px;	
	display: inline-block;
	vertical-align: top;
	float: right;
}

#aside .section {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 9px;
	background: url(../../img/layout/ombre-aside.png) left bottom no-repeat;
	font-size: 0.688em;
	position: relative;
	padding-bottom: 11px;
}

#aside .section .content {
	padding: 10px;
}

#aside .titre {
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#aside .section ul li,
#aside .section p {
	line-height: 14px;
}

#aside .section ul li {
	width: 100%;
	overflow: hidden;
	height: 14px;
}

#aside .section ul li a:hover {
	color: #999;
}

#aside .section ul li:last-of-type {
	margin-top: 10px;
}

#aside #releases_en_francais ul li:last-of-type {
	margin-top:  0px !important;
	}

	#aside .section strong {
		font-weight: normal;
}

#aside .section .reload {
	right: 10px;
	top: 35px;
}

/* IDENTIFICATION */

#identification legend,
#identification label {
	display: none;
}

#identification .titre {
	background-image: url(../../img/pictos/identification.png);
}

#aside #identification ul li {
	margin-bottom: 10px;
	height: 21px;
	line-height: 21px;
}

#identification a {
	color: #999;
}

#f_identification input[type=text],
#f_identification input[type=password],
#identification #creer {
	width: 100%;
	padding: 0px 12px;
	background: #efefef;
	border: none;
	font-size: 1em;
	height: 21px;
	line-height: 21px;
}

#aside #identification ul li#message_error {
	background: #c00;
	color: #fff;
	height: auto;
	line-height: 14px;
	padding: 3px 12px;
	width: 136px;
}

#f_identification input#submit_identification {
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	border: none;
	height: 21px;
    line-height: 21px;
	font-size: 0.875em;
	border-radius: 5px;
	width: 160px;
}

#identification #creer {
	text-transform: uppercase;
	display: block;
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	width: 136px;
}

#identification #ou {
	background: url(../../img/layout/background-menu.png) left center repeat-x;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

#identification #ou strong {
	padding-left: 10px;
	padding-right: 10px;
}

#aside #identification #facebook_connect a,
#aside #identification #google_connect a,
#aside #identification #twitter_connect a {
	color: #fff;
	background-color: #4e69a2;
	border-radius: 5px;
	display: block;
	text-align: center;
	
}

#aside #identification #google_connect a {
	background-color: #df4a32;
}

#aside #identification #twitter_connect a {
	background-color: #55acee;
}


/* IDENTIFIE */

#identifie .content {
	padding: 20px 10px;
	position: relative;
}

#image_editer {
	position: absolute;
	top:10px;
	left: 10px;
}

#identifie p,
#message-validation {
	background: url(../../img/layout/background-bonjour.png) left bottom repeat-x;
	margin: 0px -10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}

#identifie p {
	padding-right: 10px;
	padding-bottom: 15px;	
	padding-left: 45px;
}

#identifie p a {
	font-weight: bold;
}

#identifie div.titre {
	margin-top: 15px;
	margin-bottom: 10px;
}

#identifie ul {
	margin-bottom: 10px;
}

#acces-rapide {
	background-image: url(../../img/pictos/acces-rapide.png);
}

#votre-compte {
	background-image: url(../../img/pictos/identification.png);
}


#aside .section#identifie ul li:last-of-type {
    margin: 0px;
}

#aside .section#identifie ul li:last-of-type a {
    color: #333;
}

#aside .section#identifie ul li:last-of-type a:hover {
    color: #999;
}

#deconnexion,
#administration {
	background: url(../../img/layout/btn_deconnexion.gif) left center no-repeat;
	height: 16px;
	line-height: 16px;
	display: block;
	padding-left: 20px;
	margin-bottom: 5px;
}

#deconnexion:hover {
	color: #c00;
}

#administration {
	background-image: url(../../img/layout/admininistration.png);
}

.recevoir-code {
	position: absolute;
	right: 10px;
	top: 12px;
	text-indent: -9999px;
	background: url(../../img/commun/warning.gif) left top no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

#message-validation {
	padding-top: 10px;
	color: #fff;
	line-height: 14px;
}

#message-validation a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/* VOS GENRE DE FiLM */
#genre_film ol {
    margin-left: 15px;
    list-style: auto;
}

/* STATISTIQUES */

#statistiques .titre {
	background-image: url(../../img/pictos/statistiques.png);
}

#statistiques li {
	font-size: 0.909em;
	height: 12px;
	line-height: 12px;
}

#statistiques a {
	font-weight:  bold;
	text-decoration:  underline;
}

/* RELEASE 3D */

#releases_3d {}

#releases_3d .titre {
	background-image: url(../../img/layout/3d.png);
}

#releases_4k .titre {
	background-image: url(../../img/layout/4k.png);
}

#releases_nuked .titre {
	background-image: url(../../img/layout/nuked.png);	
}

#releases_en_francais .titre {
	background-image: url(../../img/drapeaux/francais.png);
	padding-left :38px;
}

#releases_readnfo .titre {
	background-image: url(../../img/pictos/nfo.png);
	padding-left:  15px;
}

#aside #releases_readnfo ul li {
	height: auto;
}

#films_remake .titre {
	background-image: url(../../img/grand_remake.png);
	background-size: contain;
	padding-left:  40px;
}




/* HASARD */

#hasard .titre {
	background-image: url(../../img/pictos/hasard.png);
}

#aside #hasard ul li:first-child {
	margin-bottom: 20px;
	text-align: center;
	height: auto;
}

#aside #hasard ul li + li {
	overflow: visible;
	height: auto;
}

#aside #hasard ul li + li a strong {
	font-weight: bold;
	color: #333;
}

/* MAL ENTENDANT */

/*#aside #malentendant .titre {
	/* background-image: url(../../img/pictos/mal-entendant.png);
	padding-left: 25px;
	padding-left: 5px;
} */

#aside #malentendant .titre {
	background-image: url(../../img/pictos/mal-entendant.png);
	padding-left: 25px;
	font-size: 10px !important;
} 
 
#all_sme,
#p_sme{
	margin-top:  10px;
}

/* DERNIERES RELEASES */

#dernieres_releases .titre {
	background-image: url(../../img/pictos/dernieres-releases.png);
	line-height: 30px;
}

/* PARTENAIRES */

#partenaires .titre {
	background-image: url(../../img/pictos/partenaires.png);
	line-height: 30px;
}

/* DROITE */

#droite {
	font-size: 0.688em;
	width: 780px;
	display: inline-block;
	vertical-align: top;
	float: right;
	position: relative;
}

#droite h1 {
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 60px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#droite p {
	text-align: justify;
	line-height: 14px;
}

#rss,
#retour {
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}

#rss a,
#retour a {
	padding: 0px 25px;
	background: url(../../img/layout/precedent.png) left center no-repeat;
	display: block;
	width: 655px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

#rss a {
	background-image: url(../../img/pictos/rss.png);
	padding-left: 30px;
	padding-right: 30px;
}

#rss:hover {
	background-color: #fdb610;
}

#rss:hover a,
#retour:hover a {
	color: #fff;
}

/* FOOTER */

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#a_rss {
	padding-left:  18px;
	background: url("../../img/icones/rss.png") left top no-repeat;
	line-height: 16px;
}

#copyright {
	font-size: 0.75em;
	text-align: center;
}

#copyright a {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}

#footer img {
	display: none;
}

#loadtime {
	display: none;
}

/* LES AFFICHES */
.affiche {
    transition: all 0.5s ease-out 0s;
	max-width: 100%;
}

.affiche:hover {
	transform:scale(1.05);
}

/* ERREUR */

.interdit {
	background: url(../../img/layout/pixel_blanc_transparent.png) top left repeat;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	font-size: 2em;
	padding: 100px;
	line-height: 50px;
	z-index: 2;
}

.interdit a {
	font-weight: bold;
}

.interdit a:hover {
	text-decoration: underline;
}

/* PAGINATION */

.navigation {
	padding: 15px 20px;
	display: inline-block;
	float: right;
}

.navigation li,
.navigation li a {
	display: inline-block;
	line-height: 20px;
	height: 20px; 
}

.navigation .active a {
	border-radius:  20px;
}

.navigation li a {
	padding: 0px 7px;
}

.navigation-precedent {
	margin-right: 10px;
}

.navigation-suivant {
	margin-left: 10px;
}

.navigation-precedent a,
.navigation-suivant a {
	background: url(../../img/layout/precedent.png) center center no-repeat;
	width: 20px;
	padding: 0px;
}

.navigation-suivant a {
	background-image: url(../../img/layout/suivant.png);
}

.navigation .active a {
	color: #fff;
}

.navigation-precedent a,
.navigation-suivant a {
	text-indent: -9999px;
	display: inline-block;
}

/* TIPPED USER */

.tipped_user {
	padding-left: 80px;
	position: relative;
}

.tipped_user .vignette {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

.tipped_user .titre {
	font-weight: bold;
	font-size: 1.25em;
	display: inline-block;
	margin-right: 10px;
}

.tipped_user .contacter {
	display: inline-block;
	vertical-align: top;
}

.tipped_user .staff {
	    right: 0px;
    position: absolute;
    top: 20px;
}

.t_ContentContainer .tipped_user .contacter a,
.t_ContentContainer .tipped_user .contacter a:hover {
	background: url(../../img/pictos/contact.png) left top no-repeat;
	width: 23px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

.tipped_user .points {
	position: absolute;
	top: 0px;
	right: 0px;
}

.tipped_user .tous-les-soustitres {
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	border-radius: 2px;
}

.t_ContentContainer .tipped_user .tous-les-soustitres:hover {
	color: #fff;
}

.t_ContentContainer a.edit,
.t_ContentContainer a.edit:hover {
	left: 0px;
	background: url(../../img/layout/modifier.png) left center no-repeat;
	display: inline-block;
	width: 20px;
}

/* TIPPED FILM */

.tipped_film .vignette {
	float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tipped_film .titre {
	font-size: 2em;
	font-weight: bold;
}

.tipped_film .genres {
	margin-bottom: 5px;
}

.tipped_film .titre em {
	font-size: 0.75em;
	margin-top: 5px;
	display: block;
}

.t_ContentContainer .tipped_film ul li {
	height: auto;
	padding-left: 0;
	margin-bottom: 0;
}

.t_ContentContainer .tipped_film ul li time {
	display: inline-block;
}

.tipped_film .informations {
	margin-bottom: 5px;
}

/* CLASS */

.pour {
	color: #97be0d;
}

.contre {
	color: #c60052;
}

.edit,
.reload,
.delete_cache {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	background: url(../../img/layout/modifier.png) left center no-repeat;
	height: 13px;
	line-height: 13px;
	padding-left: 20px;
	font-size: 10px;
	text-transform: uppercase;
	opacity: 0.5;
	color: #333;
}

.edit:hover,
.reload:hover,
.delete_cache:hover {
	opacity: 1;
}

.reload,
.delete_cache {
	background-image: url(../../img/layout/refresh.png);
	top: 15px;
}

.delete_cache {
	background-image:url(../../img/layout/supprimer.png);
}	

/* LiVE VALIDATION */

label.error {
    font-weight:bold;
    margin-left: 5px;
	position: absolute;
	left: 420px;
	top: 5px;
	font-size: 10px;
	height: 16px;
    color:#c00;
	background: url(../../img/layout/erreur.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none !important;
	line-height: 16px !important;
	width: 300px !important;
}

.li_number label.error {
	left: 70px;
}

.li_colorpicker label.error {
	left: 285px;
}

.li_court label.error {
	left: 130px;
}

.li_textarea label.error {
	top: 278px;
	left: 595px;
}
    
input.error,
textarea.error {
	color:#c00;
	border-color: #c00 !important;
}

p.error {
	border: 1px dashed #c00;
	background-color : #c00;
	color: #fff;
	padding: 15px;
}

/* GO TO TOP */

.go-top {
  display: block;
  width: 54px;
  height: 54px;
  text-align: center;
  position: fixed;
  padding: 5px;
  bottom: -65px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #404040;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../../img/layout/remonter-en-haut.png) center center no-repeat #ccc;
  opacity: 0.5;
}

.go-top.show {
	bottom: 20px;
	z-index: 1000;
}

.go-top:hover {
	background-color: #333;
	opacity: 1;
}

/* CLEARFIX */

.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix{
    display: block;
}
html[xmlns].clearfix{
    display: block;
}
*.clearfix{
    height: 1%;
}

/* AUTOCOMPLETE */

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-autocomplete img {
	float: left;
	margin-right: 5px;
}

.ui-autocomplete em,
.ui-autocomplete b {
	font-size: 0.75em;
	font-weight: normal;
}

.ui-menu .ui-menu-item {
	line-height: 1.2;
	padding: 5px;
	width: 94%;
}

..ui-menu .ui-menu-item-wrapper {
	width: 100%;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 200px;
}

/* TABS */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-widget-header,
.ui-tabs,
.ui-tabs .ui-tabs-panel { background: none; border: 0px; }
.ui-tabs, .ui-tabs-nav, .ui-tabs .ui-tabs-panel { padding:0px; }
.ui-widget { font-family: inherit; font-size: 1em; }
.ui-autocomplete { font-size: 0.75em; }
.ui-menu-item-wrapper {
	width: 100% !important;
}

/* FAViCONS */

.opensubtitles, .yify, .dupefr, .ssrdb, .predb {
	display: inline-block;
	vertical-align: text-bottom;
	overflow: hidden;
	height: 16px;
	width:  1px;
	padding-left: 15px;
	background-position:  top left;
	background-repeat:  no-repeat;	
}

.opensubtitles {
	background-image:  url(../../img/icones/opensubtitles.png);
}

.yify {
	background-image:  url(../../img/icones/yify.png);	
}

.dupefr {
	background-image:  url(../../img/icones/dupefr.png);
}

.ssrdb {
	background-image:  url(../../img/icones/ssrdb.png);
	padding-left: 16px !important;
}

.predb {
	background-image:  url(../../img/icones/predb.png);
	height:  16px !important;
}

.masque {
	opacity: 0.3;
}