<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BC Team - Cycles André Leducq</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
}
.contact-card {
background-color: white;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
padding: 20px;
max-width: 400px;
width: 100%;
}
h2 {
color: #333;
margin-top: 0;
text-align: center;
}
p {
margin: 10px 0;
color: #666;
}
.button-container {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.button {
padding: 10px 15px;
border: none;
border-radius: 5px;
color: white;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s;
text-decoration: none;
text-align: center;
flex: 1;
margin: 0 5px;
}
.button-itinerary {
background-color: #4CAF50;
}
.button-call {
background-color: #2196F3;
}
.button-review {
background-color: #FFC107;
}
.button:hover {
opacity: 0.9;
}
.pub360-link {
text-align: center;
margin-top: 20px;
font-size: 0.9em;
}
.pub360-link a {
color: #666;
text-decoration: none;
}
.pub360-link a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="contact-card">
<h2>BC Team - Cycles André Leducq</h2>
<p><strong>Adresse :</strong> 4 Av. Charles de Gaulle, 69170 Tarare</p>
<p><strong>Téléphone :</strong> 04 74 63 09 22</p>
<div class="button-container">
<a href="https://www.google.com/maps/search/?api=1&query=BC+Team+-+Cycles+André+Leducq+4+Av.+Charles+de+Gaulle+69170+Tarare" target="_blank" class="button button-itinerary">Itinéraire</a>
<a href="tel:0474630922" class="button button-call">Appeler</a>
<a href="https://www.google.com/search?sca_esv=589f26d910f43319&sxsrf=ADLYWIK1eO-8pnQthNUvuOCcpJL6h5EgQw:1724410406831&uds=ADvngMjcH0KdF7qGWtwTBrP0nt7dUc3nybvm3mFj5CS_k8aUocm8TRUpfOYKMAQS60CQBxASeqZJeLKQIq7CYsvCtBBvNKwhtTauMeGobIrJV1dBwIyccKJwfnDAyjv79dIQIhZMLWzv&si=ACC90nzcy7sviKw0NTZoUBUzhQehr3jouizIrVSf6avWI23m1Z0a1alYCWcxBHy02VHuBJQ-HAR-dFlsgO8fZ19kolITce6ata_gQyrY2wN3kBQ0MWmbPQw%3D&q=Bc+Team+-+Cycles+Andr%C3%A9+Leducq+Avis&sa=X&ved=2ahUKEwjp3fut-YqIAxWidqQEHS3FHYEQ3PALegQIRBAF&biw=1872&bih=932" target="_blank" class="button button-review">Avis</a>
</div>
<p class="pub360-link">
<a href="https://www.pub-360.com" target="_blank">Flashvideo réalisé par PUB360</a>
</p>
</div>
</body>
</html>