.container_go_to_stripe{
            font-family: Arial, sans-serif;
            max-width: 50%;
            margin: 0 auto;
            padding: 20px;
	    border: solid 0.5px;
	    border-radius: 10px;
        }
.container_go_to_stripe .recap {
    margin-bottom: 20px;
}

.container_go_to_stripe .recap p {
    margin: 5px 0;
}

.container_go_to_stripe #beneficiaire-form {
    display: none;
    margin-top: 10px;
}

.container_go_to_stripe #form-reservation {
	max-width: 400px;
	margin: 20px auto;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #f9f9f9;
	font-family: Arial, sans-serif;
}

.container_go_to_stripe form {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	width: 95%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-sizing: border-box;
}

.container_go_to_stripe label {
    display: block;
    margin: 10px 0 5px;
}

.container_go_to_stripe input[type="text"],
.container_go_to_stripe input[type="email"],
.container_go_to_stripe input[type="tel"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.container_go_to_stripe .cgv {
    margin-top: 20px;
}

.container_go_to_stripe .cgv input {
    margin-right: 5px;
}

.container_go_to_stripe .cgv a {
    color: #007bff;
    text-decoration: underline;
}

.container_go_to_stripe button {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.container_go_to_stripe button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.container_go_to_stripe .error {
    color: red;
    display: none;
    margin-top: 5px;
}

@media (max-width:500px){
 .container_go_to_stripe{
	max-width: 90%;
  }
}
