-
Notifications
You must be signed in to change notification settings - Fork 0
/
acces-contact.html
158 lines (143 loc) · 6.76 KB
/
acces-contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!doctype html>
<html lang="fr">
<!-- HEAD-->
<head>
<meta charset= utf8>
<title>Bistrot du Pontias</title>
<link rel="stylesheet" href="style/style.css"/>
<link rel="stylesheet" href="style/acces-contact.css"/>
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inclusive+Sans&family=Varela+Round&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<!-- BODY-->
<body>
<!-- HEADER-->
<header>
<nav>
<a href="index.html"><img id="logo-header" src="images/logo-large.png" alt="logo"></a>
<div class="dropdownmenu">
<input id="toggle" type="checkbox" checked>
<div id="button">
<div id="top_bar"></div>
<div id="center_bar"></div>
<div id="bottom_bar"></div>
</div>
<div class="list">
<a href="evenements.html"><div class="list_element">ÉVÈNEMENTS</div></a>
<a href="index.html"><div class="list_element">LES CARTES</div></a>
<a href="notre-histoire.html"><div class="list_element">NOTRE HISTOIRE</div></a>
<a href="le-pontias.html"><div class="list_element">LE PONTIAS</div></a>
<a href="photos.html"><div class="list_element">PHOTOS</div></a>
<a href="acces-contact.html"><div class="list_element">ACCÈS/CONTACT</div></a>
</div>
</div>
<a id="dropdown_flag" href="acces-contact-en.html"><img class="flag" src="images/uk.png" alt="uk flag"></a>
<div class="menu">
<a id="evenement" href="evenements.html">ÉVÈNEMENTS</a>
<a href="index.html">LES CARTES</a>
<a href="notre-histoire.html">NOTRE HISTOIRE</a>
<a href="le-pontias.html">LE PONTIAS</a>
<a href="photos.html">PHOTOS</a>
<a id="page-actuelle" href="acces-contact.html">ACCÈS/CONTACT</a>
<a href="acces-contact-en.html"><img class="flag" src="images/uk.png" alt="uk flag"></a>
</div>
</nav>
</header>
<!--MAIN-->
<main>
<div class="double-container">
<!-- BLOC GAUCHE -->
<div id="bloc2">
<h2>ACCÈS</h2>
<p>Le bistrot du Pontias est situé à Nyons dans la Drome provençale, sur la place principale.</p>
<p>46 place de la Libération<br>
26110 Nyons</p>
<iframe class="iframe" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2852.557321573958!2d5.1401359!3d44.3601443!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12ca83fe31041bcb%3A0xf0bb05c870363039!2sBistrot%20du%20Pontias!5e0!3m2!1sfr!2sfr!4v1695827162455!5m2!1sfr!2sfr" width="auto" height="auto" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!-- BLOC DOITE -->
<div id="bloc1">
<h2>CONTACT</h2>
<form method="get" action="">
<div class="form_bloc1">
<div class="form_element">
<label for="name">Nom</label>
<input type="text" name="name" id="name" maxlength="30">
</div>
<div class="form_element">
<label for="firstname">Prénom</label>
<input type="text" name="firstname" id="firstname" maxlength="30">
</div>
</div>
<div class="form_bloc2">
<div class="form_element">
<label for="email">Email</label>
<input type="email" name="email" id="email" required maxlength="50">
</div>
<div class="form_element">
<label for="phone">Téléphone</label>
<input type="tel" name="phone" id="phone" maxlength="30">
</div>
</div>
<label for="message">Votre message</label>
<textarea name="message" rows="10" id="message" required maxlength="2000"></textarea>
<input type="submit" value="ENVOYER">
</form>
</div>
</div>
</main>
<!-- FOOTER-->
<footer>
<div class="footer">
<a href="index.html"><img id="logo-footer" src="images/logo.png" alt="logo"/></a>
<div id="footer_bloc_adresse">
<h3>Bistrot du Pontias</h3>
<a target="_blank" href="https://maps.app.goo.gl/xvtJB9C5qYj4tjQ37">
46 place de la libération<br>
26110 Nyons<br>
</a>
</div>
<div id="footer_bloc_horaires">
<h3>Horaires*</h3>
<div class="horaires">
<div class="jours">
LUNDI<br>
JEUDI<br>
VENDREDI<br>
SAMEDI<br>
DIMANCHE
</div>
<div class="heures">
09:30 - 21:30<br>
07:30 - 21:30<br>
16:00 - 23:00<br>
09:30 - 23:00<br>
10:00 - 21:00
</div>
</div>
</div>
<div id="footer_bloc_contact">
<h3>Infos et réservations</h3>
<a href="tel:+334 75 28 54 13">
04 75 28 54 13
</a>
</div>
<div id="footer_bloc_reseaux">
<h3>Suivez nous</h3>
<a target="_blank" href="https://www.facebook.com/bistrotdupontias">
<img class="reseaux-sociaux" src="images/facebook.png" alt="logo facebook">
</a>
<a target="_blank" href="https://www.instagram.com/bistrot_du_pontias/">
<img class="reseaux-sociaux" src="images/instagram.png" alt="logo instagram">
</a>
</a>
<a target="_blank" href="https://www.tripadvisor.fr/Restaurant_Review-g1497613-d12714735-Reviews-Bistrot_du_Pontias-Nyons_Drome_Auvergne_Rhone_Alpes.html?m=19905">
<img class="reseaux-sociaux" src="images/tripadvisor.png" alt="logo tripadvisor">
</a>
</div>
</div>
<p id="mentions">* Ces horaires sont donnés à titre indicatif et peuvent varier selon la fréquentation. Pour consulter les horaires en temps réel sur Google merci de <a target="_blank" href="https://maps.app.goo.gl/xvtJB9C5qYj4tjQ37"> cliquer ici</a>.</p>
</footer></body>
</html>