/*******************************  CSS POUR PAGE FILMs  **********************************/

.consoPla {
	width: 80%;
	height: 60vh;
}

.consoPla td{
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
	vertical-align: top;
	width: 14%;
	height: 15%; 
    font-size: 16px;
	background: #bbb 
}

.txtTabAlpha { 
  text-decoration: none;
  color: #ddd;
  padding: 8px 8px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  font-size: 24px;
}

/* Tableau pour films */
#tabListFilm {
	/*font-family: Arial, Helvetica, sans-serif;*/
	width: 85%;
	border-collapse: collapse;
	border-spacing: 2px 10px;
	font-size: 18px;
	text-decoration: none;
    text-align: center;
}


/* Tableau avec lignes collée et buttom border */
#tabListCol {
	/*font-family: Arial, Helvetica, sans-serif;*/
	width: 95%;
	border-collapse: collapse;
	border-spacing: 2px 10px;
	font-size: 18px;
	text-decoration: none;
    text-align: center;
}
#tabListFilm tr {
	border-bottom: 8px solid #000;
}


#tabListCol td, #tabListFilm td {
	padding: 4px;
	text-decoration: none;
	background-color: #bbb;
	border-bottom: 1px solid #ddd;
}

#tabListCol tr {
	border-bottom: 1px solid #ddd;
}

#tabListCol tr:hover {
	background-color: #1D95C9;/*Bleu foncé*/
	text-decoration: none;
}

/* Tableau avec lignes collée et buttom border */
#tabArtDetail {
	/*font-family: Arial, Helvetica, sans-serif;*/
	width: 80%;
	border-collapse: separate;
	border-spacing: 2px 10px;
	font-size: 18px;
	text-decoration: none;
    text-align: center;
}
#tabArtDetail td {
	padding: 8px;
	text-decoration: none;
	background-color: #ccc;
	border-bottom: 1px solid #000;
}

/* Tableau fond rouge pour edition */
#tabListEdt {
	width: 90%;
	border-collapse: separate;
	border-spacing: 2px;
	padding-bottom : 4px;
	text-decoration: none;
	font-size: 18px;
}

#tabListEdt td {
	background-color: #ffbbbb; /*Rouge clair*/
	/*border-radius: 5px;*/
  	padding: 3px;
  	text-decoration: none;
}

#tabListEdt tr:hover {
	background-color: #ff0000; /*Rouge clair*/
}

/* Tableau avec lignes Arrondies séparée par des espaces */
#tabListRon {
	width: 80%;
	border-collapse: separate;
	border-spacing: 2px 4px;
	font-size: 18px;
	padding-bottom : 0px;
	text-decoration: none; 
    text-align: center;
}

#tabListRon td {
	padding: 4px;
	text-decoration: none;
	background-color: #bbb;
	color: white;
	border-radius: 5px;
}  

/****************			BOUTTONS			****************/		
input[type=submit] {
  background-color: #1D95C9;/*Bleu foncé*/
  border-radius: 3px;
  border: 1px;
  color: white;
  padding: 8px 8px;
  /*text-decoration: none;*/
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
}

button[type=button] {
  background-color: #1D95C9;/*Bleu foncé*/
  border-radius: 3px;
  border: 1px;
  color: white;
  padding: 4px 2px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
  width: 100px;
}

button[type=buttonDel] {
  background-color: #ff3333;/*Rouge spé*/
  border-radius: 3px;
  border: 1px;
  color: white;
  padding: 8px 8px;
  /*text-decoration: none;*/
  margin: 4px 2px;
  cursor: pointer;
  width: 100px;
}

#popUpDiv{
    z-index: 100;
    position: fixed;
    background-color: rgba(220, 220,220, 1);
    display: none;
	border: 5px solid #fcc;
	border-radius: 8px;
	vertical-align: top;
    top: 40vh;
    right: 50vh;
    width: 300px;
    height: 150px;
}
#popupSelect{
    z-index: 1000;
    position: absolute;
    top: 100px;
    left: 5px;
}

* {
  margin: 0;
  padding: 0;
  /*box-sizing: border-box;*/
   
}

.divUser {
	position: absolute;
	background: none;//#88cccc;/*Bleu clair*/
	font-size: 20px;
    right: 6rem;
	top: 10px;
	width: 130px;
	color: #000;
	opacity:1;
	z-index: 110;
}

.divFilterBar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  background: #88cccc;
  left: 140px;
  top: 10;
  width: 70%;
  opacity:0.9;
  z-index: 100;
  /*border: 2px solid #4CAF50;*/
  
}

.divPanne {
  /*position: relative;*/
  left: 140px;
  width: 80%;
}

.divInfoMach{
	font-size: 14px;
}
.divInfoMach a{
	padding: 8px;
	color: #00f;
}

nav a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    padding: 2px;
    text-align: center;
}

nav {
    position: fixed;
    left: 0;
    z-index: 80;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 100vh;
	width: 96px;
	background: linear-gradient(#ffffff, #1D95C9);
	opacity:0.8;
}


/* ****************************  tableaux    ****************************** */

/

/* Tableau avec lignes séparée par des espaces */
#tabListSep {
	width: 90%;
	border-collapse: separate;
	border-spacing: 2px 10px;
	font-size: 16px;
	text-decoration: none;
}

#tabListSep td {
	padding: 8px;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}  




/* Tableau Article Détails */
#tabListArtD {
	width: 90%;
	border-collapse: separate;
	border-spacing: 2px;
	padding-bottom : 2px;
	text-decoration: none;
}

#tabListArtD td {
	border-radius: 5px;
	background-color: #fff;
  	padding: 6px;
}

#tabListArtD tr {
	background-color: #fff;
}

#tabListArtD td:nth-child(odd) {
	background-color: #bbb;
}


/* Tableau couleurs alternées */
#tabListCont {
	width: 90%;
	border-collapse: separate;
	border-spacing: 2px;
	padding-bottom : 4px;
	text-decoration: none;
}

#tabListCont td {
	border-radius: 5px;
	background-color: #fff;
  	padding: 8px;
}

#tabListCont td:nth-child(odd) {
	background-color: #bbb;
}

#tabBack {
  /*border: 4px inset;*/
  width: 90%;
  border-collapse: separate;
  border-spacing: 2px 12px;
  text-decoration: none;
}

#tabFilter td {
  border: 2px solid #88cccc;/*Bleu clair*/
  border-radius: 5px;
  padding: 3px;
  text-decoration: none;
  background-color: #1D95C9;
}

#tabFilter tr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #88cccc;/*Bleu clair*/
  width: 80%;
}

#tabListSep th, #tabListCol th, #tabListRon th, #tabListEdt th  {
	background-color: #888;
	color: #fff;
	text-decoration: none;
}

button[type=buttonHalf] {
  background-color: #1D95C9;/*Bleu foncé*/
  border-radius: 3px;
  border: 1px;
  color: white;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 30%;
}

button[type=buttonFond] {
  /* PAS DE FOND */
  border-radius: 3px;
  border: 1px;
  color: white;
  /*text-decoration: none;*/
  cursor: pointer;
  width: 70%;
}

button[type=buttonLite] {
  background-color: #1D95C9;/*Bleu foncé*/
  border-radius: 3px;
  border: 1px;
  color: white;
  padding: 2px 2px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
  width: 100%;
}

.btnOver {
  transition-duration: 0.3s;
  font-size: 16px;
}

.btnOver:hover {
  background-color: #88cccc;
  font-size: 16px;
  color: black;
}

.btnLteOver {
  transition-duration: 0.3s;
  font-size: 12px;
  color: white;
}

.btnLteOver:hover {
  background-color: #88cccc;
  font-size: 12px;
  color: black;
}


/***************		Notification (Badge)		******************/
.notification {
  text-decoration: none;
  padding: 8px 8px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  font-size: 16px;
}

.notification:hover {
  background: #ffdddd;
}

.notification .badge {
  position: absolute;
  top: -8px;
  right: -20px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}

/***************		Animation boutons		******************/

.neon {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #bbb;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.neon:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.neon:active {
    color: #000;
}

.neon:active:after {
    background: transparent;
}

.neon:hover:before {
    opacity: 1;
}

.neon:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bbb;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/***************		Zoom Image		******************/

.image-container img {
	transition: transform 0.3s ease-in-out;
}
.image-container img:hover {
	transform: scale(1.2); /* 120% zoom */
	filter: invert(100%);
}

/***************		Divers		******************/
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
