Tariffe trasferimenti Aeroporti ↔ Parigi e Disneyland
.tarif-table {
width: 100%;
border-collapse: collapse;
font-family: ‘Segoe UI’, sans-serif;
box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.tarif-table th {
background-color: #0A1F44;
color: #fff;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 14px 16px;
text-align: left;
}
.tarif-table td {
background-color: #f2f2f2;
padding: 14px 16px;
font-size: 15px;
border-bottom: 1px solid #ddd;
color: #333;
}
.tarif-table td.price {
color: #D4AF37;
font-weight: bold;
}
.tarif-table td.button-cell {
text-align: center;
}
.reserve-btn {
background-color: #0A1F44;
color: #fff;
padding: 8px 16px;
font-size: 14px;
border: none;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
transition: background 0.3s ease;
}
.reserve-btn:hover {
background-color: #D4AF37;
color: #0A1F44;
}
@media screen and (max-width: 768px) {
.tarif-table td.button-cell {
padding-top: 8px;
}
}
@media screen and (max-width: 600px) {
.tarif-table, .tarif-table thead, .tarif-table tbody, .tarif-table th, .tarif-table td, .tarif-table tr {
display: block;
}
.tarif-table thead {
display: none;
}
.tarif-table td {
position: relative;
padding-left: 50%;
}
.tarif-table td::before {
position: absolute;
left: 16px;
top: 14px;
width: 45%;
white-space: nowrap;
font-weight: bold;
color: #0A1F44;
}
.tarif-table tr td:nth-child(1)::before { content: “Percorso”; }
.tarif-table tr td:nth-child(2)::before { content: “Berlina”; }
.tarif-table tr td:nth-child(3)::before { content: “Minivan”; }
.tarif-table tr td:nth-child(4)::before { content: “”; }
}
| Percorso | Berlina | Minivan | |
|---|---|---|---|
| Aeroporto CDG → Parigi | Da 65 € | Da 95 € | Prenota |
| Aeroporto CDG → Disneyland Paris | Da 75 € | Da 105 € | Prenota |
| Aeroporto Orly → Parigi | Da 60 € | Da 90 € | Prenota |
| Aeroporto Orly → Disneyland Paris | Da 80 € | Da 110 € | Prenota |
| Aeroporto Beauvais → Parigi | Da 130 € | Da 160 € | Prenota |
| Aeroporto Beauvais → Disneyland Paris | Da 150 € | Da 180 € | Prenota |
