BODY {
    min-width: 401px;
    margin: 0px;
    padding: 0px;
    font-family: 'Archivo', sans-serif;
    color: #F5F5F5;
    background: #232323;
    height:100%;
}
A {
    font-size: 16px;
    color: #fed008;
    text-decoration: none;
}
A:hover{
    color: #b7b7b7;
}
a:focus, button:focus {
    outline:none;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#content_preview video {
    max-width: 100%    !important;
    height: 600px    !important;
    outline: none;
}
progress{
    width: 100%;
    height: 40px;
}
#preview{
    width: 80%;
    background-color: #3e3e3e;
    border-radius: 10px;
    display: flow-root;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#content_preview{
    background: #131313;
    width: 100%;
}
#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    min-width: 401px;
    display: grid;
}
#bigtable {
    background: #000000;
    float: left;
}
#header {
   padding-left: 10px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 20px;
   background: #3e3e3e;
   margin-bottom: 5px;
   background-image: url("/assets/images/christmas.png");
   /*background-image: url("/assets/images/halloween.jpg");*/
   background-repeat: repeat-x;
}
#content_header {
    display: inline-block;
    width: 100%;
}
#logo{
    float: left;
    margin-top: 7px;
}
#searchForm{
   margin-top: 10px;
}
#tsearch {
    float: right;
    width: 40%;
}
input.searchbar {
    height: 26px;
    padding: 5px;
    font-size: 22px;
    float: right;
    background: #000;
    width: 30%;
    min-width: 300px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    outline: none;
    border: 2px solid #FED008;
}
#content_search{
    float: right;
    display: initial;
}
#content_search button {
    float: right;
    max-width: 40px;
    padding: 8px;
    border: none;
    cursor: pointer;
    background: #fed008;
    color: #3e3e3e;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px;
    margin-left: -1px;
}
#content_search button span{
    font-size: 24px;
}

#content_search button:hover{
    background-color: #b7b7b7;
} 


#right_header {
    float: right;
    padding: 0px;
    margin: 0px;
    height: 90px;
    width: 728px;
    z-index: 999;
}

#msg_info {
    font-size: 15px;
    color: #ffffff;
    padding: 10px;
    background-color: #9c8006;
    margin-top: 10px;
    margin-left: 1px;
    margin-right: 1px;
    width: 97%;
}
#msg_info a{
    text-decoration: underline;
    color: #ffffff;
}

/* button up */
#bt_up {
    display: none; 
    position: fixed; 
    bottom: 150px; 
    right: 5px; 
    z-index: 9990; 
    border: none; 
    outline: none; 
    background-color: #3d33ff; 
    color: white; 
    cursor: pointer; 
    padding: 10px; 
    border-radius: 10px; 
}

#bt_up:hover {
    background-color: #706aff; 
}

#wrapper_sub_menu{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#content_sub_menu{
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    background: #3e3e3e;
    float: left;    
    margin-top: 5px;
    position: relative;
}

#content_sub_menu p {
    color: #fed008;
    font-size: 15px;
    margin: 0px;
    float: left;
    padding: 7px;
    padding-left: 10px;
}

#content_sub_menu_path{
    color: #fed008;
    font-size: 15px;
    margin: 0px;
    float: left;
    padding: 7px;
    padding-left: 10px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
}

.path {
    float: left;
    font-size: 16px;
}

.path a{
    font-size: 16px;
}



/* PATH */
#wrapper_path{
    /*float: left;
    width: 100%;*/
    text-align: center;
    padding-bottom: 20px;
}

#content_path{
    display: inline-flex;
}

#num_page .material-icons{
    font-size: 20px;
}

#num_page_current{
    float: left;
    margin: 1px;
    display: flex;
}

#num_page_current a{
    float: left;
    font-size: calc(16px + .1vw);
    padding: 12px;
    background-color: #FED008;
    border-radius: 5px;
    color: #2B2B2B;
    text-decoration: none;
    min-width: 20px;
}

#num_page{
    float: left;
    margin: 1px;
    display: flex;
}

#num_page a{
    float: left;
    font-size: calc(16px + .1vw);
    padding: 12px;
    border-radius: 5px;
    background-color: #3E3E3E;
    min-width: 20px;
}

#num_page a:hover{
    background-color: #FED008;
    color: #303030;
    text-decoration: none;
}

#num_page img{
    vertical-align: middle;
}

.header_card {
    float: left; 
    width: 100%;   
    margin-bottom: 10px;
    margin-top: 5px;
    background: #fed008;
}

.header_card p{
    position: absolute;
    color: #000;
    font-size: 20px;
    margin: 5px;
    float: left;
}

p#title_list{
    position:relative;
}

.header_card span{ 
    color: #000;
    display: block;
}

.header_card i{
    vertical-align: middle;
}

.header_card a{
    font-size: 18px;
    color: #3e3e3e;
    margin: 5px;
    margin-top: 7px;
    float: left;
}

.header_card a:hover{
    text-decoration: underline;
}

.header_card div{
    color: #fed008;
    float: left;
}

.header_card li{
    color: #fed008;
    font-size: 20px;
    margin: 5px;
    float: left;
}

.home_list{
    float: left;
    padding: 5px;
    width: 24.2%;
}

#wrapper_footer{
    float: left;
    background-color: #303030;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#content_info_footer{
    float: left;
    width: 100%;
    background: #fed008;
    border-bottom: 5px solid #000;
    position: relative;
}

#dark_mode {
    position: relative;
    line-height: 30px;
    color: #000;
    float: right;
    padding: 5px;
}

#dark_mode span{
    margin-top: 1px;
    margin-left: 5px;
}

.ui-widget.ui-widget-content{
    max-width: 350px;
}

#info_footer {
    position: absolute;
    line-height: 30px;
    width: 90%;
    color: #000;
    float: left;
    padding: 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

#info_footer a{
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

#dark_mode a{
    padding-left: 10px;
    color: #000;
    font-size: 14px;
    display: flex;
    background-color: #fed008;
}

#info_footer a:hover, #dark_mode a:hover{
    color: #3E3E3E;
}

#up_footer{
    float: right;
    border-radius: 0px 0px 10px 10px;
    background-color: #F5F5F5;
    padding: 5px;
}

#up_footer a{
    color: #303030;
}

#up_footer a:hover{
    color: #a09c9c;
}

#_footer{
    float: left;
    color: #F1F1F1;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#_footer a{
    color: #F1F1F1;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
}
#_footer a:hover{
    color: #F5F506;
}

#_footer span{
     color: #999999;
     font-family: "Arial";
     font-size: 15px;
}

#content_ban{
    background-color: #3e3e3e;
    height: 90px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

#content_square{
    float: left;
    width: 100%;
    height: 250px;
    text-align: center;
    overflow: hidden;
}

.content { 
    padding:0px;
    margin:0px;
    width: 100%;
    border:0px;
    border-collapse:collapse;
    border-spacing: 0px;
}

.display {
    margin: 0px;
    padding: 0px;
    width: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0px;
}

.thumb_show {
    position: absolute;
    background-color: #ffffff;
    opacity: 0.6;
    visibility: hidden;
    border-radius: 20px;
    padding: 5px;
    margin: 5px;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

.thumb_show span{
    color:#000000;
    font-size: 28px;
}

#tools_show {
    width:100%;
    margin-top:3px;
    margin-bottom:3px;
    text-align:center;	
}

#tools_show div{
    display: inline-block;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
    padding-right: 5px;	
    padding-left: 5px;
    background-color: #E6DFCF;
}
#tools_show div.first_show{
    border-left: 2px solid #cccccc;
}

#tools_show div img{
    padding:5px;
    vertical-align: middle;
}

.content_big_list{
    display: grid;
}

.item_content_home {
    display: inline-flex;
    width: 100%;
    min-width: 270px;
    padding-bottom: 5px;
    height: 40px;
    line-height: 30px;
}

.loader{
    display: none;
    padding: 10px;
}

.items_popularity{
    width: 100%;
    display: flow-root;
    text-align: center;
}

.item_content_popularity{
    display: inline-flex;
    list-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 24%;
    min-width: 270px;
    padding: 5px;
    height: 40px;
    line-height: 30px;
}

.item_content_search{
    display: inline-flex;
    width: 100%;
    padding: 0px;
}

#item_icon_search{
    float: left;
    background: #fed008;
    float: left;
    padding: 5px;
}

#item_icon_search img{
    width: 24px;
    height: 24px;
}

#item_txt_search{
    width: 100%;
    float: left;    
    padding: 5px;
    text-align: left;
    background: #3e3e3e;
    overflow: hidden;
    white-space: nowrap;
}

#item_txt:hover{
     background: #505050;
}

#item_num{
    color: #2b2b2b;
    background: #fed008;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
    padding: 6px;
    min-width: 50px;
    text-align: left;
}

#content_icon_menu {
    float:left;
    padding: 5px;
    /*background-color: rgba(254, 208, 8, 0.5);*/
    background-color: rgba(197,197,197, 0);
}

#content_icon_menu:hover {
    /*background-color: rgba(254, 208, 8, 1);*/
 
}

#content_icon_menu img{
    width: 32px;
    height: 32px;
    background-color: rgba(254, 208, 8, 0.5);
    padding: 7px;
    border-radius: 50px;
}

#content_icon_menu img:hover{

    background-color: rgba(254, 208, 8, 1);
}

#tools { 
    position: absolute;
    left:0px;
    top: 0px;	
    z-index: 50;
    width: 100%;
    text-align: left;
}

#tools_bar {	
    visibility: hidden;
    background-color: rgba(197,197,197, 0.5);
    width: 100%;
    float:left;	
    margin:0px;
}

#item_icon_big{
    background-color: rgba(0,0,0, 0.8);
    float: left;
    padding: 7px;
    margin: 5px;
    border-radius: 5px;
}

#item_icon_big i{
    color:#FED008;
}

#item_icon_big:hover img {
    opacity: 1;
}

#item_icon_big img{
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

#item_icon_slideshow{
    background-color: rgb(48, 48, 48);
    float: left;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
}

#item_icon_slideshow i{
    color:#FED008;
}

#item_icon_slideshow:hover img {
    opacity: 1;
}

#item_icon_slideshow img{
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

#item_icon{
    float: left;
    background: #fed008;
    padding: 8px;
}

#item_icon img{
    width: 24px;
    height: 24px;
}

#item_txt{
    width: 100%;
    float: left;    
    padding: 5px;
    text-align: left;
    background: #3e3e3e;
    overflow: hidden;
}

#item_txt:hover{
     background: #505050;
}

.item_content{
    display: flex;
    list-style: none;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    background: #3e3e3e;
    height: 40px;
    line-height: 30px;
}

.item_content:hover{
     background: #505050;
}

.item_letter{
    float: left;
    width: 100%;
    font-size: 20px;
    background-color: #fed008;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #000;
}

#item_more{
    padding: 10px;
    text-align: center;
    background: #3e3e3e;
    display: grid;
    
}

#item_more a{
    background-color: #fed008;
    padding: 15px;
    color: black;
    border-radius: 5px;
}

#item_more a:hover{
    color: #fed008; 
      background-color: #505050;
      text-decoration: underline;
}

.load_page{
    background: #fed008;
    padding: 5px;
}

.load_page p{
    color: #3e3e3e;
    font-size: 16px;
    text-align: center;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E7BE00;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #E7BE00;
}

.header_card_list{
    margin-left: auto;
    margin-right: auto;
    display: table;
    background: #3e3e3e;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.header_card_list #label{
    float: left;
    font-size: 18px;
    padding: 5px;
    width: 100px;
    text-align: left;
}

.header_card_list #seletector{
    float: left;
}

.content_suggest{
    float: left;
    width: 100%;
    background: #fece18;
    color: #3e3e3e;
    margin-bottom: 20px;
    margin-top: 20px;
}
.content_suggest p{
    padding: 0px;
    font-size: 16px;
    margin: 10px;
}

.form { 
    padding: 15px;
    background-color: #FED008;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 15px;
    width: 100%;
    max-width: 800px;
}

.form_win { 
    padding: 5px;
    background-color: #FED008;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.form td, .form_win td{
    font-size: 16px;
    color:#3e3e3e;
    padding: 10px;
}

.form td#head_tab, .form_win td#head_tab{
    font-size: 22px;
    padding-bottom: 20px;
    color:#3e3e3e;
}

#head_tab span{
    padding: 10px;
    vertical-align: bottom;
}

.form a, .form_win a {
    color:#3e3e3e;
}

.form span, .form_win span{
    width: content-box;
}

.form label, .form_win label {
    width: 100%;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    float: left;
    overflow-wrap: anywhere;
}

.form input[type="text"], input[type=""], .form_win input[type="text"], input[type=""] {
    font-size: 22px;
    background-color: #3e3e3e;
    padding: 5px;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    min-width: 100px;
}

.form input[type="file"], .form_win input[type="file"] {
    background-color: #3e3e3e;
    border: 8px solid #3e3e3e;
    border-radius: 5px;
    color: #e8e8e8;
    width: 95%;
}

.form textarea, .form_win textarea{
    font-size: 18px;
    background-color: #3e3e3e;
    color: white;
    width: 100%;
    /*border: 4px solid #3e3e3e;*/
    border-radius: 5px;
    font-size: 22px;
    font-family: inherit;
}

.form SELECT, .form_win SELECT {
    font-size: 20px;
    width: 100%;
    background-color: #3e3e3e;
}

.form input[type="checkbox"], .form_win input[type="checkbox"] {
    vertical-align: middle;
    background-color: #e8e8e8; 
    -webkit-appearance:checkbox;
}

.form input[type="submit"], .form_win input[type="submit"] {
    margin-top: 30px;
}

#icon_photo {
    float: left;
    vertical-align: middle;
    background-image: url(/assets/images/photo-24.png);
    width: 24px;
    height: 24px;
}
#default_album{
    float: right;
    background-color:#3d33ff;
    color:#ffffff;
    padding:1px;
    border-radius:5px;
}

div.error-messagebox{ 
    font-size: 20px;
    padding: 10px;
    border: 0px;
    border-radius: 5px;
    background-color: #ff1922;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 780px;
    display: flex;
}
div.succes-messagebox{
    display: flex;
    font-size: 20px;
    padding: 10px;
    border: 0px;
    border-radius: 5px;
    background-color: #3d33ff;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 780px;
}
/* POSITIVE BUTTON */
.positive-h1{
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}
.positive-button {
    float: left;
    font-size: 20px;
    margin-left: 5px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    background-color: #3e3e3e;
    color: #ffffff;
    cursor: pointer;
  }

.positive-button:hover {
  background-color: #706aff;
}
/* POSITIVE */
input.positive{
    font-size: 20px;
    padding: 10px;
    border: 0px;
    border-radius: 5px;
    background-color: #3d33ff;
    color: #ffffff;

}
input a.positive:hover, input.positive:hover{
    background-color:#706aff;
    cursor: pointer;
}
/* NEGATIVE */
input.negative{
    font-size: 20px;
    padding: 10px;
    border: 0px;
    border-radius: 5px;
    background-color: #ff1922;
    color: #ffffff;
}
input a.negative:hover, input.negative:hover{
    background-color:#ff3f47;
    cursor: pointer;
}
/* REGULAR */
input.regular{
    font-size: 20px;
    padding: 10px;
    border: 0px;
    border-radius: 5px;
    background-color:#3E3E3E;
    color:#FED008;
}
input a.regular:hover, input.regular:hover{
    background-color: #000;
    cursor: pointer;
}

TD{
    font-size : 11px;
}
H3{
    font-size: 16px;	
    padding: 0px;
    margin: 0px;
    text-align: left;
}
H3.h3center{
    font-size: 12px;	
    padding: 0px;
    margin: 0px;
    text-align: center;
}
H2{
    font-size: 15px;	
    padding: 0px;
    margin: 0px;
    text-align: left;
}
H2.h2center{
    font-size: 15px;	
    padding: 0px;
    margin: 0px;
    text-align: center;
}
H1{
    /*font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #2B2B2B;*/
    font-size: 20px;
    padding: 10px;
    margin: 0px;
    text-align: left;
    color: yellow;
    background-color: #000;
    font-weight: inherit;
}

/* win */
.response{
    color: #000;
}

/* end win */
.content_tags{
    float:left;
    width: 100%;
    max-width: fit-content;
    margin-top: 25px;
}

.tags {
    float: left;
    display: flex;
    align-items: center;
}

.tags a{
    /*display: block;*/
    background-color: #000;
    color: yellow;
    padding: 6px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

.tags a:hover{
    background-color: #3E3E3E;
    text-decoration: underline;
}
P {
    text-align: left;	
}
INPUT {
    
    color: #FED008;
}
HR {
    border-color:#000000;
    padding: 0px;
    margin: 0px;
    height:2px;	
}
#img_pellicule {
    position: absolute;
    width: 100%;
    z-index: 1;
}
#img_video {
    position: relative;
    z-index: 0;
}
#img_link {
    vertical-align: middle;
    margin:0px;
    padding:0px;
}
#loader_v {
    width: 100%;
    font-size:14px;
    display: none;
    text-align: center;
}
#loader_p {
    width: 100%;
    font-size:14px;
    display: none;
    text-align: center;
}
#size_loader_v {
    vertical-align: middle;
}
#size_loader_p {
    vertical-align: middle;
}
/* css for big.php */
#over{
    width: 300px;
    height: 250px;
    background-color: black;
    /* Center vertically */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -150px;
    z-index: 9999;
    text-align: left;
    padding: 3px;
}

#over a{
    float: right;
    font-weight: bold;
}

#tools {
    width: 100%;
}
#content-img-big {
    position:absolute;
    width: 100%;
    left:0px;
    top:0px;
    z-index:0;
}
#img_loader {
    display: none;
    position:absolute;
    width:100%;
    text-align: center;
    left:0px;
    top:50%;
    z-index:999;
}
.cfakePage{
    font-size : 11px;
    font-weight : bold;
    background-color:#E6DFCF;
    border: 1px solid #999999;
    height:20px;
    width:20px;
}
.info-page{
    position: relative; 
    z-index: 0;
    margin: 0;
    padding: 0;
}

table.tableInfo{
    background-color:#E6DFCF;
    font-size : 11px;
    font-weight : bold; 
    text-align: left;
}

/*  */
form.large label{
    font-size:1.2em;
    font-weight:bold;
    color:#c5c5c5;
}
form.large input,form.large select{
    font-size:1.3em;
    font-weight:normal; 
    margin-bottom:10px;
    width: 300px; 
}
form.large input.checkbox{
    margin-bottom:0;
}
form.large input.small{
    width:40%;
}
form.large input.medium{
    width:60%;
}
form.large input.large{
    width:200px;
}
form.large input.button{
    font-size:1.4em;
    padding:3px 10px;
    display:block;
}
form.large label.small{
    font-size:1em;
}
LABEL{
	font-size: 15px;	
	text-align: left;
}

SELECT.active{
    color:#c5c5c5;     
    background-color:#F5F506;
    border: 1px solid #999999;
    font-size : 14px;
    font-weight : bold;
    padding-bottom:3px;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;  
}
SELECT.noactive{

    border-radius: 5px;
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}
SELECT.little{
    color:#c5c5c5;     
    background-color:#E6DFCF;
    border: 1px solid #999999;
    font-size : 14px;
}
/* barre menu  */
table.content_menu_{
	float:left;
	background-color:#F5F506; /* F6EFDE */
    color:#c5c5c5;
    border: 1px solid #999999;
    width: 100%;
    border-top-left-radius: 15px;	
	-moz-border-radius-topleft: 15px;
}

.slink_{
	display: block; 
	float:right;   
	text-align: center;
	width: 40px; 
}
.slink_ a{
    display: block;  
    text-decoration:none ;
    padding: 3px;
}
.slink_ a:hover{ 
    color:#989389;

}
.slink_ a.slidedown{
    display: block;  
    background-color:#F5F506;
    color:#c5c5c5;
    text-decoration:none ;
    padding: 6px;
    background-image: url(images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.slink_ a.slidedown:hover{
    display: block;  
    background:#E6DFCF;
    color:#989389;
    text-decoration:none ;
    padding: 6px;
    background-image: url(images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right;

}
.slink_ a.slideup{
    display: block;  
    background:#F5F506;
    color:#c5c5c5;
    text-decoration:none ;
    padding: 6px;
    background-image: url(images/arrow-up.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
}
.slink_ a.slideup:hover{
    display: block;  
    background-color:#E6DFCF;
    color:#989389;
    text-decoration:none ;
    padding: 6px;
    background-image: url(images/arrow-up.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
}
.slink_ a.goto{
    display: block;  
    background:#F5F506;
    color:#c5c5c5;
    text-decoration:none ;
    padding: 6px;
    background-image: url(images/goto.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
}
.slink_ a.goto:hover{
    display: block;  
    background-color:#E6DFCF;
    color:#989389;
    text-decoration:none ;
    padding: 6px;
    background-image: url(images/goto.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;	
}

  /* autocomplation
----------------------------------*/
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size:25px;
}

.ui-menu {
        list-style:none;
        padding: 0px;
        margin: 0;
        display:block;
        background-color: black;
        border: 0px;
 
}
.ui-menu .ui-menu {
        margin-top: 0px;
}
.ui-menu .ui-menu-item {
        margin:0;
        padding: 0;
       margin-top: 5px;
       margin-bottom: 5px;
       background-color: #3E3E3E;
}
.ui-menu .ui-menu-item a {
        text-decoration:none;
        display:block;
        padding:.2em .4em;
        line-height:1.5;
        /*zoom:1;*/
        color: white;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
       
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #3E3E3E ;
    color: #FED008;
    border: 1px;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: white;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #FED008 !important;
    border-color: #FED008;
    border-radius: 0px;
    color: #ffffff !important;
} 

/* home page */
.header_home_list{
    padding-bottom: 5px;
    text-align: center;
    display: grid;
}

.header_home_list a{
    background-color: #fed008;
    padding: 15px;
    color: black;
    border-radius: 5px;
}

.header_home_list a:hover{
    color: #fed008; 
      background-color: #505050;
      text-decoration: underline;
}

#home_list {
    width: 100%;
    padding:3px;
}

.list {
    background-color: #3e3e3e;
    padding: 10px;
    text-align: center;
}
/* end home page */

/* Gallery */
div.gallery {
    position: relative;
    background: #3e3e3e;
    border-radius: 10px;
    margin: 0 5px;
}

div.gallery:hover {
    background: #505050;
}

div.gallery img {
    width: 100%;
    height: auto;
}

a#empty {
 text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Slideshow */
div.slideshow_vignette {
    display: table;
    background: #3e3e3e;
    border-radius: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.slideshow_vignette:hover {
    background: #505050;
}

div.slideshow_vignette img {
    max-width: 100%;
}
.nav_content{
    width: 100%;
    float: left;
}
#media_content_vignette .bt_back {
    float: left;
    position: absolute;
    left: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

#media_content_vignette .bt_back  a{
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(62, 62, 62, 0.5);
    display: block;
}
#media_content_vignette .bt_back  span{
    font-size: 50px;
}
#media_content_vignette .bt_back  a:hover{
    background-color: #FED008;
    color: #303030;
    text-decoration: none;
}

#media_content_vignette .bt_next {
    float: right;
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

#media_content_vignette .bt_next  a{
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(62, 62, 62, 0.5);
    display: block;
}
#media_content_vignette .bt_next  span{
    font-size: 50px;
}
#media_content_vignette .bt_next  a:hover{
    background-color: #FED008;
    color: #303030;
    text-decoration: none;
}

.responsive {
    float: left;
    width:16.6%;
    margin-bottom: 20px;  
}

@media only screen and (max-width: 1500px) {
    #wrapper{
        max-width: 100%;     
    }
}

@media only screen and (max-width: 1300px) {
    .responsive {
        width: 24.99999%;
    }
    #wrapper{
        max-width: 100%;    
    }
    .item_content_popularity{
        width: 32%;
    }
    .home_list{
        width: 48.5%;
      }
}

@media only screen and (max-width: 1024px) {
    #wrapper{
        max-width: 100%;   
    }
    .item_content_popularity{
        width: 48%;
    }  
    .home_list{
        width: 48.5%;
    }
    #content_preview video {
        max-width: 100%    !important;
        height: 400px    !important;
    }
    #preview{
        width: 80%;
    }
}

@media only screen and (max-width: 800px) {
    .responsive {
        width: 49.99999%;
    }
    div.gallery{
        margin: 0 2px;
    }
    #content_ban{
        height: 100px;
    }
    .responsive{
        margin-bottom: 10px;
    }
    #_footer span{
        font-size: 12px;
    }
    #content_ban iframe{
        /*width: 100% !important;
        height: auto;*/

    }
    #content_ban img{
        /*width: 100% !important;
        height: auto;*/

    }
    #content_square iframe{

        /*width: 49% !important;*/

    }
    #content_square img{

        /*width: 49% !important;*/

    }
    #cssmenu > ul > li > a{
        font-size: calc(12px + .5vw);
    }
    .item_content_popularity{
        width: 97%;
    }
    .home_list{
        width: 97%;
    }
    #content_preview video {
        max-width: 100%    !important;
        height: 350px    !important;
    }
    #preview{
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #content_header {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #logo{
        float: inherit;
        margin-top: 7px;
    }
    #content_search{
        float: inherit;
        display: inherit;
    }
    .modal{
        padding: 0px;
        max-width: 401px;
        width: 100%;
        z-index: 9992;
    }
}

@media only screen and (max-width: 300px) {
    .responsive {
        width: 99.99999%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* caroussel*/
.slideshow {
   width: 100%;
   overflow: hidden;
   margin-bottom: 20px;
}

.slideshow ul {
   width: 1000%;
   height: auto;
   padding:0; margin:0;
   list-style: none;
}
.slideshow li {
   float: left;
}


/* select */
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #000000;
  background-image: none;
  border-radius: 5px;
  margin: 0px;
}

#select_sub_menu{
    float: right;  
    background-color: #3e3e3e;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* content select */
#ajust_select{
    float: right;
    margin: 5px;
    
}
#ajust_select span{
    color: black;
}
/* Custom Select */
.select {
    position: relative;
    display: flex;
    width: 9em;
    height: 2em;
    line-height: 2;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: -5px;
}
select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
}
/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #000000;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
/* Transition */
.select:hover::after {
    color: #FED008;
}

select option{
    font-size: 16px;
}

.modal{
    padding: 0px;
    max-width: 601px;
    width: 100%;
    z-index: 9992;
}

.blocker  { z-index: 9991; }


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 févr. 2021, 21:38:51
    Author     : Era
*/


#media_content{
    width: 100%;
    min-width: 401px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float:left;
}

/* vignette */
#content_vignette{

    border: 1px solid #e2e2e2;
    background-color: #f1f1f1;
}

#header_vignette{
    padding: 8px;
    display: flex;
    line-height: 22px;
}

#title_vignette{
    white-space: nowrap;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-left: -3px;
  text-align: left;
}
#title_vignette a{
    font-size: calc(16px + .1vw);
    color: #fed008;
    text-decoration: none;
}

#title_vignette a:hover{
    color: #E8E8E8;
    text-decoration: underline;
}

#icons_vignette{
    float: right;
    width: 70px;
    text-align: right;
    margin-right: -3px;
    margin-top: -3px;
}

#icons_vignette img{
   width: 24px;
   height: 24px;  
}

#media_vignette{
    position: relative;
}

#wrapper_footer_vignette{
    padding: 5px;
}

#footer_vignette{
    width: 100%;
    display: inline-block;
}

#rating_vignette{
    position: absolute;
    float: left;
}

#date_vignette{
    float: right;
    font-size: 12px;
    color: #d8d8d8;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

#info_vignette{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    border-radius: 10px 0px 0 0px;
    background-color: rgba(255, 255, 255, 0.50);
    padding: 5px;
}

#error_vignette{
    width: 100%;
    text-align: center;
}

/* slideblock */
  .slideblock-container {
    position: fixed;
    bottom: 0;
    right: -300px; /* La div commence cachée hors de l'écran */
    width: 300px;
    height: 250px;
    background-color: #ccc;
    z-index: 9999;
    animation-duration: 0.5s;
    animation-fill-mode: forwards; /* La div reste à la dernière position de l'animation */
  }

  .slideblock-container.slide-show {
    animation-name: slide-in;
  }

  .slideblock-container.slide-hide {
    animation-name: slide-out;
  }

  .slideblock-content {
    width: 100%;
    height: 100%;
  }

  @keyframes slide-in {
    from {
      right: -300px; /* La div commence cachée hors de l'écran */
    }
    to {
      right: 0; /* La div est déplacée vers la droite pour être visible */
    }
  }

  @keyframes slide-out {
    from {
      right: 0; /* La div est visible */
    }
    to {
      right: -300px; /* La div est déplacée hors de l'écran */
    }
  }

  .closeblock-button {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 24px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 12px;
    padding: 8px;
    border: 0px;
  }
/* end slideblock */
