html {
  background-color: black;
  color: white;
  max-height: 100vh;
  margin: 0px;
  font: 16px "Andale Mono", monospace;
  min-width: 900px;
}

body {
  margin: 0px;
  user-select: none;
}
table{border-collapse: collapse; }
th,td{padding:0;}
a{text-decoration:none;}
.a{color:#60b;}
.a:hover{color:#c0c;}
ul{list-style:none;}
.tab { width: 100%; }

/* ----- [ age ] ---- */

html,body{ height:100% }
.div_h1{
  transition: opacity 2s;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width: 700px;
  height: 380px;
  --c1: #ff6ad5;
  --c2: #BD5AEA;
  --c3: #7a49ff;
  background: linear-gradient(135deg, var(--c2), var(--c1),var(--c2), var(--c3),var(--c2), var(--c1),var(--c2), var(--c3),var(--c2), var(--c1));
  background-size: 400% 100%;
  animation: slideLeft 10s linear infinite;
  margin: 100px auto;
}
@keyframes slideLeft {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 400% 0%;
  }
}

.body{
  position: absolute;
  width: 1920px;
  height: 0px;
  left: 50%;
  transform: translateX(-50%) scale(1);
}

.div_h1_2{
  zoom: 0.5;
  top: -170px;
}
.img_logo{
  width: 100%;
  height: 100%;
}


.box_age{
    color: #fff;
    background: #000;
    width: 750px;
    padding: 50px;
    text-align: center;
    border: 1px solid #2e2e2e;
    box-shadow: 0 0 50px 5px rgb(255 255 255 / 20%);
    position: absolute;
    top: 480px;
    left: 50%;
    transform: translateX(-50%);
}

.age_btn {
    color: #fff;
    font-size: 24px;
    width: 345px;
    margin: 15px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #555;
    display: inline-block;
    background: #222;
}
.age_btn:hover {
    background: #444;
}

.age_h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.age_p {
    font-size: 1.25rem;
    color: #ccc;
    margin: 30px 0;
}
.age_l {
    font-size: 1.25rem;
    color: #ccc;
    padding: 10px;
}



/* -------------------------------- [ Menu ] -------------------------------- */

.menu_top{
  height: 125px;
  width:100%;
  overflow: hidden;
  position: relative;
}
.menu_a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  line-height: 50px;
  color: #fff;
  padding: 0px 15px 0px 15px;
}
.menu_marg { margin-right: 40px; }
.menu_ul { margin:0;padding:0; }
.menu_li_r {
  float: right;
  position: relative;
  list-style: none;
  display: block;
}
.menu_li_l {
  float: left;
  position: relative;
  list-style: none;
}

.menu {
  height: 50px;
  /*min-width: 50px;*/
  background: #60b;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.menu_a:hover {
  color: #fff;
  background: #c0c;
}

.menu_w { background: #fff; color: #60b; }
.menu_w:hover { background: #aaa;   color: #60b;}

.sous_menu {
  display: none;
  z-index: 3;
  position: absolute;
  background: #60b;
}

.menu_li_s {
  float: none;
  position: relative;
  list-style: none;

}
.menu_fleche {
  width: 52px;
}

.menu_state {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 20px;
}

.menu_state_r {
  position: absolute;
  top: 25px;
  right: 25px;
  text-align: right;
  font-size: 20px;
}

.menu_img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.menu_img_2 {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

/* ---------------------------- [ liste Video ] ----------------------------- */

.list_gen {
  position: static;
  top:150px;
  margin: 25px auto 0px auto;
  min-width: 780px;
  max-width: 1339px;
  text-align: center;
}

.list_div {
  width: 250px;
  height: 200px;
  display: inline-block;
  text-align: center;
  margin: 5px;
  padding: 0px 0px 0px 0px;
  /*background-color: #60b4;*/
  border: 2px solid #60b;
  color: #fff;
  border-radius: 15px;
  vertical-align: top;
}
.list_div:hover{
  /*background-color: #c0c;*/
  border: 2px solid #c0c;
}
.list_div_null {
  width: 254px;
  display: inline-block;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
}


.list_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 5px;
}

.list_title_2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}



.list_a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
}
.list_ul { padding: 0px; margin: 0px; }
.list_tab { width: 250px; }
.list_p { margin-left: 5px; margin-right: 5px; }
.list_tab { width: 100%; height: 100%; }
.list_th { width: 100%; height: 140px; padding: 0px}
.list_li { background: #1A1A1A ; }
.list_li:hover { background: #60b ; }

.min {
  position: relative;
  height: 137px;
  width: 240px;
  margin: 5px 5px 0px 5px;
  background: #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.min_image {
  max-width: 240px;
  max-height: 135px;
  z-index: 1;
}

.min_duree {
  position:absolute;
  bottom: 2px;
  left: 0px;
  z-index: 2;
  background-color: rgba(33, 33, 33, 0.5);
  padding: 0px 5px 0px 5px;
}

.min_qualite {
  position:absolute;
  bottom: 2px;
  right: 0px;
  z-index: 2;
  background-color: rgba(33, 33, 33, 0.5);
  padding: 0px 5px 0px 5px;
}

.barre_min {
  background-color: #fff;
  height: 2px;
  width: 0;
}

/* ------------------------------ [ Modeles ] ------------------------------- */

.mod_div {
  width: 730px;
  text-align: center;
  background: #500;
  margin: 20px auto 0px auto;
  padding: 20px 20px 0px 20px;
  border-radius: 10px;
}

.min_mod {
  display: inline-block;
  vertical-align: top;
  height: 202px;
  width: 360px;
  background: #000;
  margin-bottom: 20px;
}
.desc_mod {
  display: inline-block;
  vertical-align: top;
  height: 202px;
  width: 360px;
  color: #fff;
  margin: 0px 0px 0px 10px;
}
.btn_edit_mod {
  width: 360px;
  position: absolute;
  float: right;
  top: 372px;
  margin-left: 360px;
}

.desc_a { color: #FFFFFF; }
.desc_a:hover { color: #aaa; }
.btn_save {
  margin-bottom: 20px;
}
.edit_mod {
  margin: 25px 0px 25px 0px;
  padding: 15px 0px 15px 0px;
  background: #300;
}

.min_image_mod {
  max-width: 360px;
  max-height: 202px;
  z-index: 1;
}


/* ------------------------------- [ Video ] -------------------------------- */

/*.div_video {
  width:  60vw;
  min-width: 540px;
  text-align: left;
  margin: 50px auto;
  padding: 20px;
  background: #111;
}*/

.div_cat {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  text-align: center;
}

.div_cat_2 {
  text-align: center;
}

.div_cat_titre {
  border: 1px solid #FFFFFF;
  padding: 0px;
  margin: auto;
  text-align: center;

  width: 200px;
  background: #111;
  position: relative;
  border-radius: 10px;
  top: 21px;
}

.video_cat {
  color: #60b;
  text-decoration: none;
  cursor: pointer;
}
.video_cat:hover {
	color: #f00;
}

.video_tab {
  width: 100%;
  margin: 10px 0px 0px 0px;
}

.edit_tab {
  margin: 25px auto 10px auto;
}

.edit {
  height: 0px;
  position: relative;
}

.edit_2 {
  width: 250px;
  text-align: left;
  margin: 10px 5px 10px 5px;
  padding: 10px;
  background: #0C0C0C;
}

.vid_th {
  padding: 0;
  background-color: #60b;

}

.vid_th:hover {
  background-color: #600;
}

#min_mod {
	position: absolute;
	display: none;
	text-align: center;
	z-index: 5;
  width: 240px;
  height: 135px;

}

#img_min_mod {
	max-width: 100%;
	max-height: 100%;
}

.vid_img_titre {
	height: 40px;
	width: 40px;
}

/* ------------------------------ [ Dossier ] ------------------------------- */

.path {
   color: #ffffff;
   text-decoration:none;
 }
 .path:hover{
    color: #cc0000;
 }

.folder_path {
  margin: 20px 10px 5px 10px;
}

/* ------------------------------- [ Page ] -------------------------------- */

.page_div {
  margin: 70px 5px 0px 5px;
  text-align: center;
  background-color: #111;
  padding: 5px 0px 5px 0px;
}

.page_r {
  color: #FFF;
  background: #60b;
  width: 40px;
  height: 20px;
  display: inline-block;
  margin: 5px;
  padding: 10px 0px 10px 0px;
}
.page_r:hover { background: #c0c; }

.page_w {
  color: #60b;
  background: #FFF;
  width: 40px;
  height: 20px;
  display: inline-block;
  margin: 5px;
  padding: 10px 0px 10px 0px;
}

.lock {
  position: absolute;
  top: 0;
  background-color: #000;
  width: 240px;
  height: 135px;
  opacity: 50%;
}
.lock_img {
  width: 100px;
  opacity: 50%;
  margin-top: 10px;
}


/* -------------------------------- [ Login ] ------------------------------- */

.login_img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 6px 10px 6px 10px;
  background-color: #CCCCCC;
  width: 16px;
}

.password {
  padding: 6px 12px 6px 12px;
  border: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  outline: none;
  width: 260px;
  height: 28px;
}

.div_pwd {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #222222;
  padding: 20px;

}

.div_btn {
  text-align: center;
}

.div_keep {
  margin: 10px 0px 10px 0px;
}

.btn_login {
  left: 50%;
  color: #FFFFFF;
  background-color: #CC0000;
  margin-top: 10px;
  padding: 8px 16px 8px 16px;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
}
.btn_login:hover {
  background-color: #990000;
}

.login_form { margin: 0; }
.p_mdp {
  color:#FF0000;
  margin: 0px;
}

/* ------------------------------- [ overlay ] ------------------------------ */

#overlay {
    display : none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9;
}
#img_overlay {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 0 auto;
}

.over_img {
  position: fixed;
  height: calc(100% - 205px);
  width: calc(100% - 50px);
  padding: 25px;
  display: flex;
  align-items: center;
}



.div_min_over {
  position: fixed;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #500;
}

.img_min_over {
  display: inline-block;
  height: 135px;
  width: 240px;
  margin: 10px 5px 10px 5px;
  background-color: #000;
  vertical-align: top;
}

.img_min_over_2 {
  /*display: inline-block;*/
  height: 0px;
  /*/width: 240px;*/
}

.min_over {
  max-height: 135px;
  max-width: 240px;
  aspect-ratio: auto 240 / 135;
}

.exit {
  height: 200px;
  width: 200px;
  position: fixed;
  top: 0px;
  right: 0px;
  text-align: right;
}

.div_pres {
  position: fixed;
  left: 0px;
  top: calc(25% - 77px);
  height: 50%;
  width: 25%;
  display: flex;
  align-items: center;
}

.div_next {
  position: fixed;
  right: 0px;
  top: calc(25% - 77px);
  height: 50%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.img_next_pres {
  height: 67.5px;
  width: 67.5px;
}



.foot_sp{
  height: 1px;
  margin: 50px auto;
  width: 960px;
  background: linear-gradient(to right,rgba(255, 255, 255, 0),rgba(255, 255, 255, 1),rgba(255, 255, 255, 0));
}

footer{
  margin-bottom: 50px;
}
