input[type=text], input[type=password], input[type=email], input[type=number], input[type=url] {
    padding: 0.5em 0.8em;
    box-sizing: border-box;
    border: 2px solid gray;
    border-radius: 4px;
}

input[type=button], input[type=submit] {
    background-color: #4CAF50;
    border: none;
    padding: 0.5em 0.8em;
    text-decoration: none;
    cursor: pointer;
    position: inherit;
    margin: 1.2em auto;
    border-radius: 4px;
}

footer {
  background-color: #333;
  color:#ddd;
  width:100%;
  position: fixed;
  bottom: 0;
  font-size: x-small;
  list-style-type: none;
}

input {
    display: block;
    margin: 0 auto;
}

button {
    width: 500px;
    height: 75px;
    border: 2px solid #000;
    border-radius: 40px;
    font-size: 30px;
    margin-top: 10px;
    background-color: #bfeff5;
}

h1 {
    border: 3px solid #000;
    display: block;
    font-size: 1.6rem;
    padding: 0.8rem 0;
}

h2 {
    border: 5px solid #000;
    width: 50%;
    height: 17%;
    font-size: 1.3rem;
    text-align: center;
    margin: 2% auto;
}

h4 {
    text-decoration: underline;
}

body {
    margin: 0;
    padding: 0;
    background-color: #bfeff5;
    text-align: center;
}

.active {
    background-color: #7babb1;
    color: #000;
}

.active:hover {
    background-color: #7babb1;
}

.credit {
    position: fixed;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.content {
    position: fixed;
    top: 7%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    overflow: auto;
}


.category_title {
    display: block;
    margin: 1% 5%;
    height: 1.5rem;
}

.category_body {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(20rem,1fr));
}

.ticket {
    position: relative;
    margin: 1em;
    display: block;
    border: 3px solid black;
    max-height: 50vmin;
    background-color: rgb(255, 255, 255);
}

.ticket_padding {
    padding-bottom: 2.5em;
}

.ticket_main {
    position: relative;
    width: 100%;
    height: 100%;
}

.ticket_image {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.ticket_txt {
    position: absolute;
    bottom: 0;
    color: black;
    width: 100%;
    border-top: 4px groove black;
    background-color: rgba(210,240,230,0.4);
    backdrop-filter: blur(7px);
}

.ticket_name {
    font-size: xx-large;
}

.ticket_price {
    font-size: x-large;
}

.ticket_actions {
    position: absolute;
    display: flex;
    flex-direction: row;
    bottom: 0;
    width: 100%;
    height: 2.5em;
}

.ticket_action {
    flex-grow: 1;
    margin: 4px;
}

input[type=submit].ticket_btn {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.contacte {
    font-size: 2.5em;
    color: black;
    text-decoration: none;
    border: 8px solid black;
    padding: 0.2em;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form {
    display: inline-block;
}

.form_label {
    white-space: nowrap;
}

.form_grow {
    width: 100%;
}

.form_input {
    width: 100%;
}

.barre {
    display: block;
    color: #bfeff5;
    height: 100%;
    padding: 0 1rem;
    line-height: 3rem;
    text-decoration: none;
}

.barre:hover {
    background-color: #111;
}

.shower {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #333;
    height: 3rem;
    z-index: 1000;
}

.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 7%;
    display: block;
    font-size: 3vh;
}

.vc {
    padding: 0.4em;
    box-sizing: border-box;
}

.hideshow_category {
    height: inherit;
    position: absolute;
    right: 6%;
}

.vc {
    height: 100%;
    width: 100%;
}

.innavbar {
    height: 100%;
}

.l {
    float: left;
}

.o {
    float: right;
}

.form {
    width: 60%;
    min-width: 30em;
}

.oui {
    height: 100%;
}

.angle {
    width: 10%;
    height: 86%;
}

.contpage {
    position: relative;
    top: 2%;
    display: ruby;
}

.page {
    width: 80%;
    height: 86%;
    border: 2px solid aqua;
}

.finance {
    width: 100%;
    display: inline-block;
    font-size: 4em;
    line-height: 200%;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  outline: none;
}
