.ticket {
    height: 750px;
    font-family: Arial, sans-serif;
    background-image: url("https://rango-zoo.manuel-riboust.com/rango-zoo/styles/imgs/gazell.jpg");
    background-size: cover; 
    background-position: center; /* Aligner l'arrière-plan au centre */
    color: white;
    margin: 0;
    padding-top: 50px;
}

   .containerticket {
        width: 60%;
		border: none;
		padding: 65px;
		text-align: center;
	    margin-top: 3%!important;
		margin: auto;
		border-radius: 17px;
		background: transparent;
		backdrop-filter: blur(10px);
		box-shadow: 0 15px 35px rgba(0, 0, 0, 9);
        }
        h1 {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-size: 30px;
            color: white;
            text-align: center;
        }
	 .tt{
		 margin-right: 15px;
	 }
	
	 .ticket2{
		 width: 40%;
		margin-top: 50px;
		 align-items: center;
		 display: flex;
		 flex-direction: column;
	 }
        .form-group {
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        label {
            font-weight: bold;
            margin-bottom: 5px;
        }
        input[type="text"],
        textarea {
            width: 70%;
            padding: 10px;
            border-radius: 5px;
            border: none;
            background-color: rgba(255, 255, 255, 0.6);
            color: black;
        }
        textarea {
            height: 100px;
        }
        input[type="submit"] {
            background-color: orange;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
        }
        input[type="submit"]:hover {
            background-color: #FFA500;
        }



/* ticket_style.css */
.swal2-popup {
    font-size: 1.6rem;
}

.custom-button {
    background-color: #4CAF50; 
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #45a049;
}

.button.swal2-confirm.custom-button.swal2-styled{
	background-color: orangered!important;
}
