-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategory.html
717 lines (710 loc) · 38.6 KB
/
category.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<title>Category page</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:100,300,500,600,700,800,900%7COpen+Sans:400,600,700&subset=latin,latin" media="all">
<link rel="stylesheet" href="css/bootstrap/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome/font-awesome.css">
<link rel="stylesheet" href="css/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="css/zocial/zocial.css">
<link rel="stylesheet" href="css/custom-brasserie.css">
<!-- <link rel="stylesheet" href="css/main.css"> -->
<style>
.cart-responsive {
margin:34px 0;
margin-top:39px;
}
.specialEdition {
color: #b3b3a;
}
/*
.carousel {
max-height: 420px;
overflow:hidden;
.item img{
width:100%;
height:auto;
}
}*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 100%;
height: auto;
margin: auto;
}
</style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar / header -->
<header class="header-area header-wrapper main-nav navbar-fixed-top">
<div class="header-area-inner">
<div class="header-top top">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-5">
<div class="top__slogan">
Nos bières sont fabriquées avec plein d'amour
<small><span class="fa fa-heart"></span></small>
</div>
</div>
<div class="col-xs-12 col-sm-7">
<div class="top__menu">
<ul class="nav nav-pills">
<li><a href="contact.html">Nous contacter</a></li>
<li>
<a href="contactpro.html"><strong>VOUS ÊTES PRO</strong></a>
</li>
<li><a href="newsletter.html">Newsletter</a></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
Mon compte
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="cart.html">Commander</a></li>
<li><a href="login.html">Se connecter</a></li>
<li><a href="login.html">Créer un compte</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="header header-bottom">
<div class="container">
<div class="row">
<div class="col-xs-6 col-md-2">
<div class="header-logo">
<a href="/"><img src="assets/images/logo.png" alt="Logo" width="90" height="90"></a>
</div>
</div>
<div class="col-xs-6 visible-sm visible-xs">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapsible-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="mobile-cart visible-xs visible-sm cart-responsive pull">
<span class="header-cart__text--price"><span class="header-cart__text">CABAS -</span> <span class="js--melis-push-totalPrice">0,00</span> €</span>
<a href="cart.html" class="header-cart__items">
<span class="header-cart__items-num"><span class="js--melis-push-nbItems">0</span></span>
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-md-8">
<nav class="navbar navbar-default" role="navigation">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="collapsible-navbar">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="main-page-template.html" class="dropdown-toggle">
Horaires, visites et stages
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="main-sub-page-template.html">Tout démarre toujours par une belle histoire</a></li>
<li><a href="main-sub-page-template.html">Horaires d'ouverture de la Boutique Vente directe sur place</a></li>
<li><a href="main-sub-page-template.html">Notre brasserie se visite</a></li>
<li><a href="main-sub-page-template.html">Stages de Brassage amateur de Bières artisanales</a></li>
<li><a href="main-sub-page-template.html">Nos manifestations </a></li>
<li><a href="main-sub-page-template.html">Réservations visites & stages</a></li>
</ul>
</li>
<li class="dropdown">
<!-- En coulisses and Les coulisses de la Brasserie linked to the same main page -->
<a href="main-page-template.html" class="dropdown-toggle">En coulisses <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="main-page-template.html">Les coulisses de la Brasserie</a></li>
<li><a href="main-sub-page-template.html">Ca se fait comment une bière ?</a></li>
<li><a href="main-sub-page-template.html">Bières personnalisées </a></li>
<li><a href="main-sub-page-template.html">Où trouver nos bières ?</a></li>
</ul>
</li>
<li class="dropdown">
<!-- Je commande en ligne and Les incontournables linked to the same main page -->
<a href="main-page-template.html" class="dropdown-toggle">Je commande en ligne <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="main-page-template.html">Les incontournables</a></li>
<li><a href="main-sub-page-template.html">Séries limitées</a></li>
<li><a href="main-sub-page-template.html">Coffrets découverte</a></li>
<li><a href="main-sub-page-template.html">Produits dérivés</a></li>
<li><a href="main-sub-page-template.html">Verres et décapsuleur</a></li>
</ul>
</li>
<li class="hidden-xs pull-right hidden-sm">
<a href="#" class="js--toggle-search-mode"><span class="glyphicon glyphicon-search glyphicon-search--nav"></span></a>
</li>
</ul>
<!-- Search for mobile devices -->
<form action="#" method="post" class="visible-xs visible-sm mobile-navbar-form" role="form">
<div class="input-group">
<input type="text" class="form-control" placeholder="Recherche">
<span class="input-group-addon">
<button type="submit" class="mobile-navbar-form__appended-btn"><span class="glyphicon glyphicon-search glyphicon-search--nav"></span></button>
</span>
</div>
</form>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
<div class="col-xs-12 col-md-2 hidden-sm hidden-xs">
<!-- Cart in header -->
<div class="header-cart js--toggle-cart-mode">
<span class="header-cart__text--price"><span class="header-cart__text">CABAS -</span> <span class="js--melis-push-totalPrice">0,00</span> €</span>
<a href="cart.html" class="header-cart__items">
<span class="header-cart__items-num"><span class="js--melis-push-nbItems">0</span></span>
</a>
<!-- Open cart panel -->
<div class="header-cart__open-cart">
<div class="js--melis-push-cartContent">
<div class="empty_cart">Votre panier est vide</div>
</div>
<hr class="header-cart__divider">
<div class="header-cart__subtotal-box">
<span class="header-cart__subtotal">TOTAL :</span>
<span class="header-cart__subtotal-price"><span class="js--melis-push-totalPrice">0,00</span> €</span>
</div>
<a class="btn btn-darker" href="cart.html">Valider mon panier</a>
</div>
</div>
</div>
</div>
</div>
<!-- Search open panel -->
<div class="search-panel">
<div class="container">
<div class="row">
<div class="col-sm-11">
<form class="search-panel__form" method="get" action="search.html">
<button type="submit"><span class="glyphicon glyphicon-search"></span></button>
<input type="text" name="s" class="form-control" placeholder="Entrez votre recherche">
</form>
</div>
<div class="col-sm-1">
<div class="search-panel__close pull-right">
<a href="#" class="js--toggle-search-mode"><span class="glyphicon glyphicon-circle glyphicon-remove"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="breadcrumbs">
<div class="container">
<div class="row">
<div class="col-xs-12">
<nav>
<ol class="breadcrumb">
<li><a href="/">Accueil</a></li>
<span class=""> > </span>
<li><a href="category.html">J'remplis mon cabat</a></li>
<span class=""> > </span>
<li class="active">Les incontournables</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<main class="content-area">
<div class="container">
<div class="row">
<aside class="visible-xs">
<div class="col-xs-12 col-sm-4 visible-xs">
<div class="sidebar sidebar--shop">
<h3 class="sidebar__title">Bières :</h3>
<hr class="shop__divider">
<div class="shop-filter">
<nav class="child">
<h5 class="sidebar__subtitle active">​ Les incontournables</h5>
<ul class="nav nav--filter">
<li><a href="#">Bière de blé -bière blanche- Tulipe 33cl</a></li>
<li><a href="#">Ch'l'Agache 33cl Bière noire, Stout fermier</a></li>
<li><a href="#">Cervoise Samara 33cl l'ancêtre de la bière</a></li>
<li><a href="#">Coffret cadeau "les incontournables" 6x33cl</a></li>
<li><a href="#">Valisette cadeau "les bières incontournables" 3x75cl</a></li>
<li><a href="#">Princesse des Marais 33cl Bière vieillie en barriques de chêne</a></li>
<li><a href="#">Valisette de 6 bières bouteilles 33cl "les incontournables"</a></li>
<li><a href="#">Forsax Beer 33cl Bière ambrée</a></li>
<li><a href="#">Ma Bonne Etoile 33cl Bière blonde légère</a></li>
<li><a href="#">Bière de blé -bière blanche- Tulipe 75cl</a></li>
<li><a href="#">Bière Blonde en somme 33cl</a></li>
<li><a href="#">Bière Blonde en somme 75cl</a></li>
<li><a href="#">Domartoise 33cl bière blonde légère</a></li>
<li><a href="#">Flash over 33cl Bière blonde légère aux poivres et piments</a></li>
<li><a href="#">Flash over 75cl bière blonde légère aux poivres et piments</a></li>
<li><a href="#">Salut 33cl Bière blonde triple</a></li>
<li><a href="#">Salut 75cl Bière blonde triple</a></li>
<li><a href="#">Or des Campagnes 33cl Bière blonde fermière</a></li>
<li><a href="#">Bière ambrée Germinette 33cl</a></li>
<li><a href="#">Bière ambrée Germinette 75cl</a></li>
<li><a href="#">Trio d'Vie 33cl Bière ambrée unique</a></li>
<li><a href="#">Trio d'Vie 75cl bière ambrée unique</a></li>
<li><a href="#">Margaux 33cl bière brune</a></li>
<li><a href="#">Cervoise Samara 50cl l'ancêtre de la bière</a></li>
</ul>
</nav>
<nav class="no-child">
<ul class="sidebar__subtitle">
<li><a href="#">Séries limitées</a></li>
<li><a href="#">Coffrets découverte</a></li>
<li><a href="#">Produits dérivés</a></li>
<li><a href="#">Verres et décapsuleur</a></li>
</ul>
</nav>
<hr class="divider">
</div>
</div>
</div>
</aside>
<aside class="hidden-xs">
<div class="col-xs-12 col-sm-4 hidden-xs">
<div class="sidebar sidebar--shop">
<h3 class="sidebar__title">Bières :</h3>
<hr class="shop__divider">
<div class="shop-filter">
<nav class="child">
<h5 class="sidebar__subtitle active">​ Les incontournables</h5>
<ul class="nav nav--filter">
<li><a href="#">Bière de blé -bière blanche- Tulipe 33cl</a></li>
<li><a href="#">Ch'l'Agache 33cl Bière noire, Stout fermier</a></li>
<li><a href="#">Cervoise Samara 33cl l'ancêtre de la bière</a></li>
<li><a href="#">Coffret cadeau "les incontournables" 6x33cl</a></li>
<li><a href="#">Valisette cadeau "les bières incontournables" 3x75cl</a></li>
<li><a href="#">Princesse des Marais 33cl Bière vieillie en barriques de chêne</a></li>
<li><a href="#">Valisette de 6 bières bouteilles 33cl "les incontournables"</a></li>
<li><a href="#">Forsax Beer 33cl Bière ambrée</a></li>
<li><a href="#">Ma Bonne Etoile 33cl Bière blonde légère</a></li>
<li><a href="#">Bière de blé -bière blanche- Tulipe 75cl</a></li>
<li><a href="#">Bière Blonde en somme 33cl</a></li>
<li><a href="#">Bière Blonde en somme 75cl</a></li>
<li><a href="#">Domartoise 33cl bière blonde légère</a></li>
<li><a href="#">Flash over 33cl Bière blonde légère aux poivres et piments</a></li>
<li><a href="#">Flash over 75cl bière blonde légère aux poivres et piments</a></li>
<li><a href="#">Salut 33cl Bière blonde triple</a></li>
<li><a href="#">Salut 75cl Bière blonde triple</a></li>
<li><a href="#">Or des Campagnes 33cl Bière blonde fermière</a></li>
<li><a href="#">Bière ambrée Germinette 33cl</a></li>
<li><a href="#">Bière ambrée Germinette 75cl</a></li>
<li><a href="#">Trio d'Vie 33cl Bière ambrée unique</a></li>
<li><a href="#">Trio d'Vie 75cl bière ambrée unique</a></li>
<li><a href="#">Margaux 33cl bière brune</a></li>
<li><a href="#">Cervoise Samara 50cl l'ancêtre de la bière</a></li>
</ul>
</nav>
<nav class="no-child">
<ul class="sidebar__subtitle">
<li><a href="#">Séries limitées</a></li>
<li><a href="#">Coffrets découverte</a></li>
<li><a href="#">Produits dérivés</a></li>
<li><a href="#">Verres et décapsuleur</a></li>
</ul>
</nav>
<hr class="divider">
</div>
</div>
</div>
</aside>
<div class="main-content product-listing">
<div class="col-xs-12 col-sm-8">
<div class="shop-list">
<div class="sorts">
<div class="shop__sort-filter">
<form action="" method="get">
<select class="js--isotope-sorting btn btn-shop" name="v" onchange="this.form.submit()">
<option value="">Trier par contenance</option>
<option value="33cl">33cl</option>
<option value="50cl">50cl</option>
<option value="75cl">75cl</option>
</select>
</form>
</div>
<div class="shop__sort-filter">
<form action="" method="get">
<select class="js--isotope-sorting btn btn-shop" name="c" onchange="this.form.submit()">
<option value="">Trier par couleur</option>
<option value="blanche">blanche</option>
<option value="blonde">blonde</option>
<option value="ambrée">ambrée</option>
<option value="brune">brune</option>
<option value="noire">noire</option>
<option value="variées">variées</option>
<option value="Rubis">Rubis</option>
<option value="bleue">bleue</option>
</select>
</form>
</div>
<div class="clear"></div>
</div>
<hr class="shop__divider">
<div class="row">
<div class="product-detail product-single">
<div class="col-xs-6 col-sm-4 hidden-xs">
<!-- products image and overlays -->
<div class="products__single">
<figure class="products__image mb-15">
<a href="#"><img src="assets/media/commerce/superproducts/1/tulipe.jpg" alt="Product image" class="product__image" width="263" height="334"></a>
<div class="product-overlay quantity-addtocart-container">
<a class="product-overlay__more" href="#">
<span class="glyphicon glyphicon-search"></span>
</a>
<div class="product-overlay__stock ">
<span class="in-stock">•</span> <span class="in-stock--text">En stock</span>
</div>
<a class="product-overlay__cart js--melis-addtoCart" productid="1">
<input type="hidden" value="1" name="quantityInput">
+<span class="glyphicon glyphicon-shopping-cart"></span>
</a>
</div>
<div class="stockCount">Plus que 48 bouteilles !</div>
</figure>
</div>
</div>
<div class="col-sm-8">
<!-- products details -->
<div class="visible-xs">
<div class="products__single">
<figure class="products__image push-down-15">
<a href="#">
<img alt="#" class="product__image" width="263" height="334" src="assets/media/commerce/superproducts/1/tulipe.jpg">
</a>
<div class="product-overlay quantity-addtocart-container">
<a class="product-overlay__more" href="#">
<span class="glyphicon glyphicon-search"></span>
</a>
<div class="product-overlay__stock ">
<span class="in-stock">•</span> <span class="in-stock--text">En stock</span>
</div>
<a class="product-overlay__cart js--melis-addtoCart" productid="1">
<input type="hidden" value="1" name="quantityInput">
+<span class="glyphicon glyphicon-shopping-cart"></span>
</a>
</div>
<div class="stockCount">Plus que 48 bouteilles !</div>
</figure>
</div>
</div>
<div class="products__title">
<a class="products__link js--isotope-title" href="#">Bière de blé -bière blanche- Tulipe 33cl </a>
<div class="products__price">2,30€</div>
</div>
<div class="products__categories">Blanche - 5,5°</div>
<div class="products__text">
<p>
Oui une bière blanche peut avoir du tempérament! Goûtez la douceur du malt de blé... Comme toutes nos bières, c'est une bière artisanale brassée dans la tradition des bières du Nord de la France.<br>Alc 5,5% Vol, ale (bière de fermentation haute, non filtrée et non pasteurisée, garde à froid, refermentation en bouteilles), entièrement naturelle
<br>Ainsi elle dévoilera toutes ses saveurs à la dégustation. MEDAILLE DE BRONZE au concours de la Capelle (02) en septembre 2017.<br>Bière artisanale française, Somme, Picardie, Hauts de France, Nord de la France, craft beer
</p>
</div>
<div class="bottom-actions quantity-addtocart-container">
<div class="quantity-wrapper">
<!-- Quantity buttons -->
<div class="quantity js--quantity">
<input type="button" value="-" class="quantity__button js--minus-one js--clickable">
<input type="text" productid="1" stockkey="stock-5b272d91cd276" name="quantityInput" value="1" class="quantity__input js--melis-checkquantity">
<input type="button" value="+" class="quantity__button js--plus-one js--clickable">
</div>
</div>
<div class="add-to-cart-wrapper">
<!-- Add to cart button -->
<a class="btn btn-secondary--transition js--melis-addtoCart" productid="1">
<span class="glyphicon glyphicon-plus"></span><span class="glyphicon glyphicon-shopping-cart"></span>
<span class="single-product__btn-text">Ajouter au panier</span>
</a>
</div>
<a href="#" class="pull-right link_goto-product">Voir la fiche produit</a>
</div>
<div class="visible-xs">
<hr class="shop__divider">
</div>
<div class="quantity_sup_stock hide" id="stock-5b272d91cd276">
Votre quantité demandée est supérieure aux stocks disponibles.
</div>
</div>
<div class="clearfix visible-xs"></div>
<div class="clearfix"></div>
</div>
<div class="product-detail product-single">
<div class="col-xs-6 col-sm-4 hidden-xs">
<!-- products image and overlays -->
<div class="products__single">
<figure class="products__image mb-15">
<a href="#"><img src="assets/media/commerce/superproducts/1/tulipe.jpg" alt="Product image" class="product__image" width="263" height="334"></a>
<div class="product-overlay quantity-addtocart-container">
<a class="product-overlay__more" href="#">
<span class="glyphicon glyphicon-search"></span>
</a>
<div class="product-overlay__stock ">
<span class="in-stock">•</span> <span class="in-stock--text">En stock</span>
</div>
<a class="product-overlay__cart js--melis-addtoCart" productid="1">
<input type="hidden" value="1" name="quantityInput">
+<span class="glyphicon glyphicon-shopping-cart"></span>
</a>
</div>
<div class="stockCount">Plus que 48 bouteilles !</div>
</figure>
</div>
</div>
<div class="col-sm-8">
<!-- products details -->
<div class="visible-xs">
<div class="products__single">
<figure class="products__image push-down-15">
<a href="#">
<img alt="#" class="product__image" width="263" height="334" src="assets/media/commerce/superproducts/1/tulipe.jpg">
</a>
<div class="product-overlay quantity-addtocart-container">
<a class="product-overlay__more" href="#">
<span class="glyphicon glyphicon-search"></span>
</a>
<div class="product-overlay__stock ">
<span class="in-stock">•</span> <span class="in-stock--text">En stock</span>
</div>
<a class="product-overlay__cart js--melis-addtoCart" productid="1">
<input type="hidden" value="1" name="quantityInput">
+<span class="glyphicon glyphicon-shopping-cart"></span>
</a>
</div>
<div class="stockCount">Plus que 48 bouteilles !</div>
</figure>
</div>
</div>
<div class="products__title">
<a class="products__link js--isotope-title" href="#">Bière de blé -bière blanche- Tulipe 33cl </a>
<div class="products__price">2,30€</div>
</div>
<div class="products__categories">Blanche - 5,5°</div>
<div class="products__text">
<p>
Oui une bière blanche peut avoir du tempérament! Goûtez la douceur du malt de blé... Comme toutes nos bières, c'est une bière artisanale brassée dans la tradition des bières du Nord de la France.<br>Alc 5,5% Vol, ale (bière de fermentation haute, non filtrée et non pasteurisée, garde à froid, refermentation en bouteilles), entièrement naturelle
<br>Ainsi elle dévoilera toutes ses saveurs à la dégustation. MEDAILLE DE BRONZE au concours de la Capelle (02) en septembre 2017.<br>Bière artisanale française, Somme, Picardie, Hauts de France, Nord de la France, craft beer
</p>
</div>
<div class="bottom-actions quantity-addtocart-container">
<div>
<!-- Quantity buttons -->
<div class="quantity js--quantity">
<input type="button" value="-" class="quantity__button js--minus-one js--clickable">
<input type="text" productid="1" stockkey="stock-5b272d91cd276" name="quantityInput" value="1" class="quantity__input js--melis-checkquantity">
<input type="button" value="+" class="quantity__button js--plus-one js--clickable">
</div>
</div>
<div>
<!-- Add to cart button -->
<a class="btn btn-secondary--transition js--melis-addtoCart" productid="1">
<span class="glyphicon glyphicon-plus"></span><span class="glyphicon glyphicon-shopping-cart"></span>
<span class="single-product__btn-text">Ajouter au panier</span>
</a>
</div>
<a href="#" class="pull-right link_goto-product">Voir la fiche produit</a>
</div>
<div class="visible-xs">
<hr class="shop__divider">
</div>
<div class="quantity_sup_stock hide" id="stock-5b272d91cd276">
Votre quantité demandée est supérieure aux stocks disponibles.
</div>
</div>
<div class="clearfix visible-xs"></div>
<div class="clearfix"></div>
</div>
<div class="product-detail product-single">
<div class="col-xs-6 col-sm-4 hidden-xs">
<!-- products image and overlays -->
<div class="products__single">
<figure class="products__image mb-15">
<a href="#"><img src="assets/media/commerce/superproducts/1/tulipe.jpg" alt="Product image" class="product__image" width="263" height="334"></a>
<div class="product-overlay quantity-addtocart-container">
<a class="product-overlay__more" href="#">
<span class="glyphicon glyphicon-search"></span>
</a>
<div class="product-overlay__stock ">
<span class="in-stock">•</span> <span class="in-stock--text">En stock</span>
</div>
<a class="product-overlay__cart js--melis-addtoCart" productid="1">
<input type="hidden" value="1" name="quantityInput">
+<span class="glyphicon glyphicon-shopping-cart"></span>
</a>
</div>
<div class="stockCount">Plus que 48 bouteilles !</div>
</figure>
</div>
</div>
<div class="col-sm-8">
<!-- products details -->
<div class="visible-xs">
<div class="products__single">
<figure class="products__image push-down-15">
<a href="#">
<img alt="#" class="product__image" width="263" height="334" src="assets/media/commerce/superproducts/1/tulipe.jpg">
</a>
<div class="product-overlay quantity-addtocart-container">
<a class="product-overlay__more" href="#">
<span class="glyphicon glyphicon-search"></span>
</a>
<div class="product-overlay__stock ">
<span class="in-stock">•</span> <span class="in-stock--text">En stock</span>
</div>
<a class="product-overlay__cart js--melis-addtoCart" productid="1">
<input type="hidden" value="1" name="quantityInput">
+<span class="glyphicon glyphicon-shopping-cart"></span>
</a>
</div>
<div class="stockCount">Plus que 48 bouteilles !</div>
</figure>
</div>
</div>
<div class="products__title">
<a class="products__link js--isotope-title" href="#">Bière de blé -bière blanche- Tulipe 33cl </a>
<div class="products__price">2,30€</div>
</div>
<div class="products__categories">Blanche - 5,5°</div>
<div class="products__text">
<p>
Oui une bière blanche peut avoir du tempérament! Goûtez la douceur du malt de blé... Comme toutes nos bières, c'est une bière artisanale brassée dans la tradition des bières du Nord de la France.<br>Alc 5,5% Vol, ale (bière de fermentation haute, non filtrée et non pasteurisée, garde à froid, refermentation en bouteilles), entièrement naturelle
<br>Ainsi elle dévoilera toutes ses saveurs à la dégustation. MEDAILLE DE BRONZE au concours de la Capelle (02) en septembre 2017.<br>Bière artisanale française, Somme, Picardie, Hauts de France, Nord de la France, craft beer
</p>
</div>
<div class="bottom-actions quantity-addtocart-container">
<div>
<!-- Quantity buttons -->
<div class="quantity js--quantity">
<input type="button" value="-" class="quantity__button js--minus-one js--clickable">
<input type="text" productid="1" stockkey="stock-5b272d91cd276" name="quantityInput" value="1" class="quantity__input js--melis-checkquantity">
<input type="button" value="+" class="quantity__button js--plus-one js--clickable">
</div>
</div>
<div>
<!-- Add to cart button -->
<a class="btn btn-secondary--transition js--melis-addtoCart" productid="1">
<span class="glyphicon glyphicon-plus"></span><span class="glyphicon glyphicon-shopping-cart"></span>
<span class="single-product__btn-text">Ajouter au panier</span>
</a>
</div>
<a href="#" class="pull-right link_goto-product">Voir la fiche produit</a>
</div>
<div class="visible-xs">
<hr class="shop__divider">
</div>
<div class="quantity_sup_stock hide" id="stock-5b272d91cd276">
Votre quantité demandée est supérieure aux stocks disponibles.
</div>
</div>
<div class="clearfix visible-xs"></div>
<div class="clearfix"></div>
</div>
</div>
<ul class="pagination">
<li>
<a class="pagination--nav" href="#"><span class="glyphicon glyphicon-chevron-left"></span></a>
</li>
<li>
<a class="active" href="#">1</a>
</li>
<li><a href="#=">2</a>
</li>
<li><a class="pagination--nav" href="#"><span class="glyphicon glyphicon-chevron-right"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="js--page-footer">
<div class="footer-widgets">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="footer-widgets__social">
<img class="mb-30" alt="Footer Logo" src="assets/images/logo.png" width="137" height="137">
<p class="mb-15">Recevez toutes les actualités directement dans votre boîte mail !</p>
<p class="mb-30"><a class="btn btn-primary" href="#">Je m'inscris à la newsletter !</a></p>
<a class="social-container fb" target="_blank" href="https://www.facebook.com/Brasserie-de-la-Somme-386195144763439/?fref=ts"><span class="zocial-facebook"></span></a>
<a class="social-container twitter" target="_blank" href="https://twitter.com/BDLSOMME"><span class="zocial-twitter"></span></a>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<nav class="footer-widgets__navigation">
<div class="footer-wdgets__heading--line">
<h4 class="footer-widgets__heading">Navigation</h4>
</div>
<ul class="nav nav-footer">
<li><a href="#">Bien emballées bien livrées</a></li><li><a href="/en-coulisses/les-coulisses-de-la-brasserie-/id/10#paiement_securise">Paiement sécurisé</a></li><li><a href="#">Acheter en boutique</a></li><li><a href="#">Visitez la brasserie</a></li><li><a href="/cgv/id/16">CGV</a></li>
</ul>
</nav>
</div>
<div class="col-xs-12 col-sm-4">
<div class="footer-widgets__navigation">
<div class="footer-wdgets__heading--line">
<h4 class="footer-widgets__heading">Contactez-nous</h4>
</div>
<span class="title">Brasserie de la Somme</span><br>
<span class="title">François et Marie-Laure MARIÉ</span><br>
7, Route de Berneuil<br>80 620 Domart-En-Ponthieu<br>
<a class="footer__link--small" target="_blank" href="https://bit.ly/2sS3p9m">Voir sur Google map <span class="glyphicon glyphicon-chevron-right glyphicon--footer-small"></span></a><br><br>
<a class="footer__link" href="tel:0322540723"><span class="glyphicon glyphicon-earphone glyphicon--footer"></span> 03 22 54 07 23</a><br>
<a class="footer__link" href="mailto:[email protected]"><span class="glyphicon glyphicon-envelope glyphicon--footer"></span> [email protected]</a>
<div class="footer-logo">
<a href="http://www.bienvenue-a-la-ferme.com" target="_blank">
<img src="assets/images/footer-image2.png" alt="" >
</a>
<a href="http://www.hachette-pratique.com/guide-hachette-des-bieres-9782012314849" target="_blank">
<img src="assets/images/footer-image1.png" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="footer__text--link">
<a class="footer__link" href="/">Brasserie de la Somme</a> ©
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="footer__text--link text-center">
<a class="footer__link" href="#">Mentions légales</a>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="footer__text">
Développement : <a class="footer__link" href="http://www.melistechnology.com/" target="_blank">Melis Technology</a><br>
Design Graphique : <a class="footer__link" href="http://ateliercompote.fr/" target="_blank">Atelier Compöte</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- modal overlay -->
<div class="search-mode__overlay"></div>
<!-- <div class="modal-backdrop fade in"></div> -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/owl-carousel/owl.carousel.js"></script>
<script src="js/main.js"></script>
</body>
</html>