/*General Settings */
*{
    padding: 0;
    margin: 0;
}

h1 {
    margin-bottom: 35px !important;
    text-align: center;
    font-size: 34px;
    letter-spacing: 3px;
}

h2 {
    margin: 15px 0 35px;
    font-size: 24px;
    letter-spacing: 2px;
}
main{
    padding: 20px;
}
.card-wrapper button{color:#fff}
/*Reservations page*/
.acc{
    padding: 30px;
    background: #eee;
    border-radius: 30px;
    margin-bottom: 20px;
}

.bg-gray-100{
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)) ,url(../images/2021_visuel_nu_paysage_72dpi.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.blocform  .form-input-material{
    display:inline-block;
    width:45%;
    margin-right:4.5%;
}

#btsub{
    background: #0099AA;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 15px;
    color: white;

}

#btsub:hover{
    background:#007e8b;
    color: white;
}

.btsup{
    float: right;
    background: #f21e46;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

button{
    color: #0099AA !important;
    border: none;
}
.swal2-confirm{color:#fff !important}
div.img{
   background-image: url(../images/BandeauBilletterie_BD.jpg);
height: 250px;
width: 100%;
background-position: center;
background-size: cover;
border-radius: 38px 38px 0 0;
background-repeat: no-repeat;
max-width: 100% !important;
}
.form-input-material {
    position: relative;
}

.form-input-material input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #555;
    margin-bottom: 34px;
    border: none;
    border-bottom: 1px solid #555;
    outline: none;
    background: transparent;
}

.form-input-material input:focus ~ label,
.form-input-material input:valid ~ label {
    top: -38px;
    left: 0;
    color: #0099AA;
    font-size: 18px;
}

.form-input-material label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #555;
    pointer-events: none;
    transition: .5s;
}

.form-input-material select {
    margin-bottom: 40px;
}

header.bg-white h2{
display: inline;
}

.seances , .blcplaces,#btsub {
    display:none;
}

/*Check reservation page*/

div.bg-white h1{
    font-weight: 600;
}

.notValid{
    background:url(../images/notvalid.jpg);
    width:180px;
    height:180px;
    display:block;
    margin:auto
}

#text{
    text-transform: capitalize !important;
}

.valid{
    background:url(../images/valid.jpg);
    width:180px;
    height:180px;
    display:block;
    margin:auto
}

/* Media Queries */



.admin button{color:#fff !important}
.admin .bg-gray-100{background:#f9f9f9}
	.accDelete{
		background: #f21e46;
		color: #fff;
		padding: 0 5px;
		border-radius: 5px;
		cursor: pointer;}
#tools {
    display: inline-block;
    margin-left: 30px;
    padding: 0 0 0 30px;
    border-left: 1px solid #ccc;
}
#tools a {
    background-size: 70% !important;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #5cafe3 !important;
}
#tools a {
    background: #0078c4;
    background-color: rgb(0, 120, 196);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s;
    position: relative;
}
.add {
    background-image: url('/images/iconmonstr-plus-3-64.png' ) !important;
}
.import {
    background-image: url('/images/iconmonstr-note-29-32.png' ) !important;
}
#getMailText {
    width: 185px !important;
    border-color: #5cafe3;
    background-color: #5cafe3 !important;
    margin-bottom: 2em;
    height: 35px;
}
#downloadPromotionTicket {
    width: 190px !important;
    border-color: #5cafe3;
    background-color: #5cafe3 !important;
    margin-bottom: 2em;
    height: 35px;
}
#sendAllCodes {
    border-color: #5cafe3;
    background-color: #5cafe3 !important;
    margin-bottom: 2em;
    height: 35px;
}
#myProgress {
    width: 100%;
    background-color: grey;
}
#myBar {
    width: 1%;
    height: 30px;
    background-color: #5cafe3;
}
.max-w-7xl {
    max-width: 90% !important;
}


@media screen and (max-width: 640px) {
    div.img{
        height: 116px;
        background-size: 226%;
    }
    .max-w-7xl {
        max-width: 100% !important;
    }
    .bg-white{padding: 0 !important;box-shadow: none;border-radius: 0 !important;}
    .blocform .form-input-material {
        display: inline-block;
        width: 100%;}
}
