/* choix de la police */
@font-face 
{
	font-family: "Police";
	src: url('/font/Montserrat-Regular.ttf');

}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Police";
	font-size: 13px
}

header {
	  width: 100%;
	  background-color:#ffffff;
	  color: #000000;
	  font-size: 20px;
	  text-align:center;
	  padding : 30px 0px 0px 0px;
}

/* header des vues tablettes 
header.tab {
	  width: 100%;
	  background-color:#ffffff;
	  color: #ffffff;
	  font-size: 20px;
	  text-align:center;
	  padding : 0px 0px 0px 0px;
}*/

footer {
	  width: 100%;
	  background-color: #ffffff;
	  text-align:center
}

/* simple blocks alignment */
div.left {
  margin-top: 20px
}

div.lefttab {
  margin-top: 0px;
  margin-left: auto;
}

form.language {
  margin : 20px 0px 10px 0px
}

div.right {
  margin-left: auto;
}

div.titlecenter {
	margin-left : auto;
}

/* Zone rectangulaire en arrière plan */
div.center {
	text-align:left;
	background-color: #ffffff;
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	padding: 15px 15px 15px 15px;
	border: 3px solid #FFE600;
	
}
/* Zone rectangulaire en arrière plan sur les vues tablettes
div.centertab {
	background-color: #ffffff;
	padding: 1%;
	width: 75%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0px;
	padding: 0px 0px 10px 0px;
	text-align:center;
	
}*/

/* Zone rectangulaire en arrière plan, uniquement sur la page de connexion */
div.connexion {
	width:300px;
	border-radius:25px;
	margin: 0 auto 0 auto;
	padding:10px 0px 10px 0px;
	background-color: #ffffff;
	text-align:center;
	border: 3px solid #FFE600;
	
}

/* Zone contenant les différents boutons d'onglet de la page d'accueil */
div.conteneurOGS {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}

/* Boutons d'onglet de la page d'accueil */
div.elementOGS { 
	margin: 5px; /* aération externe des blocs */
	padding:5px; /* aération interne des blocs */
	width:100px;	/* largeur du bloc */
	height:100px;	/* haiteur du bloc */
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size: 13px;
	background-color: #F4F4F4;
	border-radius: 15px;
	color: #000000;
}

div.elementOGS#vert { 
	background-color: #F4F4F4;
}
div.elementOGS#bleu { 
	background-color: #F4F4F4;
}
div.elementOGS#rose { 
	background-color: #F4F4F4;
}
div.elementOGS#jaune { 
	background-color: #F4F4F4;
}
div.elementOGS#violet { 
	background-color: #F4F4F4;
}
div.elementLegendOGS { 
	width:100px;	/* largeur du bloc */
	height:30px;	/* haiteur du bloc */
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size: 14px;
	background-color: #ffffff;
}

/* lien du div élément rend cliquable l'ensemble du div et reprend sa couleur et sa police */
div.elementOGS > a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: inherit;
        text-decoration: none;
        font: inherit;
        color: inherit;
}

div.elementOGS > img {
        background-color: inherit;
}

/* incrémentation des couleurs sur les 5 couleurs secondaires orange
div.conteneurOGS :nth-of-type(5n+1) { 
        background-color: #50beb7;
}
div.conteneurOGS :nth-of-type(5n+2) { 
        background-color: #4bb4e6;
}
div.conteneurOGS :nth-of-type(5n+3) { 
        background-color: #ffb4e6;
}
div.conteneurOGS :nth-of-type(5n+4) { 
        background-color: #ffd200;
}
div.conteneurOGS :nth-of-type(5n) { 
        background-color: #A885D8;
}

div.elementOGS :nth-of-type(1n+0) { 
        background-color: inherit;
}
*/

div.elementIndispo { 
	margin: 10px; /* aération externe des blocs */
	padding:10px; /* aération interne des blocs */
	width:100px;	/* largeur du bloc */
	height:100px;	/* haiteur du bloc */
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size: 14px;
    background-color: #999999;
}
/*
div.elementIndispo :nth-of-type(1n+0) { 
        background-color: #999999;
}
*/

h1 {
	color: #000000;
	text-align: left;
	font-family: "Police";
	font-size: 40px;
}

h2 {
	color: #000000;
	font-family: "Police";
	font-size: 17px;
	text-align:center;
}

h3 {
	color: #000000;
	text-align: left;
	font-family: "Police";
	font-size: 0.9rem;
	text-decoration: underline;
}

p {
	font-size: 11px;
	padding-left: 50px;
}

p.indent {
	font-size: 1rem;
	padding-left: 75px;
}

span.centre{
	padding: 5px;
}

/* Titre qui se trouve à la droite du logo de l'entreprise sur la page de connexion  */
span.middle {
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
	color:#000000;
}

span.important{
	font-size: 20px;
	color:#000000;
}

/* Titre qui se trouve à droite du logo de l'entreprise sauf sur la page de connexion */
span.right{
	color:#000000;
	font-size: 20px;
	margin: 200px 0px 0px 0px;
}

.refus {
	color: red;
}

img {
	max-width: 100%;
	padding: 5px 0px 5px 0px; 
}
  
/* Modification du logo Izybat */
img.logo {
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin : 20px 0px 0px 0px;
}

/* Modification du logo sur l'interface tablette
img.logotab {
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}*/

/* Modification du logo sur la page de connexion */
img.logotop {
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}

/* Modification du logo sur toutes les pâges */
img.logocentre {
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}

table{
  border-spacing: 1; 
  border-collapse: collapse; 
  background:white;
  border-radius:6px;
  overflow:hidden;
  max-width:1300px; 
  width:100%;
  margin:0 auto;
  position:relative;
  
  *               { position:relative }
}

tabletrue{
  border-collapse: collapse;
  border: 2px solid rgb(200,200,200);
  letter-spacing: 1px;
  font-size: 1rem;
  table-layout: auto;
  width: 90%;
}

td, th {
  padding-left:8px;
 }
 
td, th true{
  border: 1px solid rgb(190,190,190);
  padding: 1%;
}

th {
  background-color: rgb(235,235,235);
}

td {
  text-align: center;
  color:#000000;
/*  font-size: */
}

tr:nth-child(even) td {
  background-color: rgb(250,250,250);
}

tr:nth-child(odd) td {
  background-color: rgb(245,245,245);
}

tr:nth-child(0n+1) td {
  background-color: #000000;
  color: #ffffff;
}

tr.tab2lignes td {
  background-color: #000000;
  color: #ffffff;
}

caption {
  padding: 10px;
}

/*
a:link {
  text-decoration: none;
}
*/

a:visited {
  text-decoration: none;
  color:##FFE600;
}

/*
a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}
*/

/* Form centré */
form {
	color:#000000;
	font-size: 13px;
	text-align:center;
}

/* Form placé à gauche */
form.left {
	color:#000000;
	font-size: 13px;
	text-align:left;
}

form.language {
    text-align: left;
}

input[type=submit]{
  background-color:#FFE600;
  border-radius: 10px;
  border-style: none;
  box-shadow:  rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
  box-sizing: border-box;
  color: #000000;
  font-family: "Police";
  font-size: 15px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  letter-spacing: .25px;
  max-width: 100%;
  padding: 0px 10px;
  margin: 5px;
  position: relative;
  text-align: center;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  width: auto;
}

input[type=submit]:hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
  background-color: #000000;
  color: #ffffff;
}

input[type=submit]:focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
  background-color: #cccccc,
  color: #000000;
}

input[type=submit]:active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

input[type=image] {
  align-items : center;
}

input[type=button]{
  border: none;
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  margin: 0px 2px;
  cursor: pointer;
  font-family: "Police";
  font-size: 9px;
  border-radius: 7px;
}

input[type=file]{
  background-color: #000000;
  border: none;
  color: white;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 20px;
  cursor: pointer;
  font-family: "Police";
  font-size: 11px;
}
input[type=text]{
  color: #000000;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 40px;
  font-family: "Police";
  font-size: 15px;
}

input[type=password]{
  color: #000000;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 40px;
  font-family: "Police";
  font-size: 15px;
}
input[type=number]{
  color: #000000;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 2px;
  font-family: "Police";
  font-size: 20px;
}

select{
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  padding: 8px 8px;
  text-decoration: none;
  margin: 10px 2px;
  font-family: "Police";
  font-size: 15px;
  border-radius: 10px;
}

select#ensemble{
	float:left;
}

label.w100
{
	display: block;
	width: 100px;
	float: left;
	padding: 8px 8px;
}

label.w200
{
	display: block;
	width: 200px;
	float: left;
	padding: 8px 8px;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border:1px solid #000000;
  margin : 35px 0px 0px 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Barre de navigation */
#navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  width: 100%;
}

#navigation li {
  float: left;
}

#navigation li a, .dropbtn {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#navigation li a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffff;
  color:#FFE600;
}

#navigation.active {
  color: #000D42;
}

/* Add a border to all list items, except the last item (last-child) 
#navigation li {
 border: ;
 }
 */

#navigation li:last-child {
  float:right;
  /*border-right: none;*/
}

#navigation li.dropdown {
  display: inline-block;
}

#navigation .dropdown-content {
  display: none;
  /*position: absolute;*/
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

#navigation .dropdown-content a {
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#navigation .dropdown-content a:hover {background-color: #f1f1f1}

#navigation .dropdown:hover .dropdown-content {
  display: block;
}

/* Style button : appliqué sur les boutons du parking connecté */
.button {
  background-color: #FF7900;
  border-radius: 10px;
  border-style: none;
  box-shadow:  rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
  box-sizing: border-box;
  color: #000000;
  font-family: "Police";
  font-size: 15px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  letter-spacing: .25px;
  max-width: 100%;
  padding: 0px 10px;
  margin: 5px;
  position: relative;
  text-align: center;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  width: auto;
}

.button:hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
  background: #ffffff;
  color: #000000;
}

.button:focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
  background-color: #FF7900;
  color: #000000;
}

.button:active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 300px;
  z-index: 1;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

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

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