


/* Style de la section shooting */
.shooting-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.shooting-section h2 {
    text-align: center;
    font-size: 32px;
    font-family: 'Belgiano', sans-serif;
    margin-bottom: 30px;
}

.shooting-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.shooting-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Tableau de tarifs */
.shooting-prices table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.shooting-prices th, .shooting-prices td {
    padding: 15px;
    border: 1px solid #ddd;
}

.shooting-prices th {
    background-color: #333;
    color: white;
}

.shooting-prices td {
    background-color: #fff;
    color: #333;
}

.shooting-prices tr:hover td {
    background-color: #f0f0f0;
}

.shooting-prices table {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

#booking {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 20px auto;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#booking h2 {
    font-family: 'Belgiano', sans-serif;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

#booking form {
    display: flex;
    flex-direction: column;
}

#booking label {
    font-size: 16px;
    color: #333;
    margin: 10px 0 5px;
}

#booking input, #booking select, #booking button {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

#booking button {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

#booking button:hover {
    background-color: #45a049;
}
