-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php~
842 lines (609 loc) · 39.3 KB
/
index.php~
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
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="">
<meta name="description" content="">
<title>SOCIÉTE LIGIDI BAORE | SLB</title>
<!-- Loading Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Loading Template CSS -->
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" rel="stylesheet">
<!-- Loading Layer Slider -->
<link href="layerslider/css/layerslider.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="css/fonts.css" rel="stylesheet">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700' rel='stylesheet' type='text/css'>
<!-- Font Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!--headerIncludes-->
</head>
<body>
<!--begin loader -->
<div id="loader">
<div class="sk-three-bounce">
<div class="sk-child sk-bounce1"></div>
<div class="sk-child sk-bounce2"></div>
<div class="sk-child sk-bounce3"></div>
</div>
</div>
<!--end loader -->
<!--begin header -->
<header class="header">
<!--begin nav -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="alert-warning alert text-center hidden">
Bienvenue cher visiteur .Le site web est en developpement !Merci de revenir prochainement. Mail: slbburkina@gmail.com
</div>
<!--begin container -->
<div class="container">
<!--begin navbar -->
<div class="navbar-header">
<button data-target="#navbar-collapse-02" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.php" class="navbar-brand brand scrool">
<span style="color:#3cae43">SLB BURKINA</span>
</a>
</div>
<div id="navbar-collapse-02" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home_wrapper">Accueil</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Nos Produits</a></li>
<li><a href="#partenaires"> Clients / Partenaires</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#" class="purchase">Nous Contacter</a></li>
</ul>
</div>
<!--end navbar -->
</div>
<!--end container -->
</nav>
<!--end nav -->
</header>
<!--end header -->
<!--begin home_wrapper -->
<section id="home_wrapper" class="home-wrapper">
<!--begin container-->
<div class="container-fluid">
<!--begin row-->
<div class="row">
<!--begin col-md-12-->
<div class="col-md-12" style="padding: 0;">
<!--begin layerslider -->
<div id="layerslider" class="layerslider editContent" style="height:525px; margin:0 auto;">
<!-- begin slide -->
<div class="ls-slide" data-ls="slidedelay:8000;transition2d:21,105;timeshift:-1000;">
<img class="ls-l" style="width:100%;height:100%;white-space: nowrap;" data-ls="durationin:1500; delayin:50; scalexin:0.8; scaleyin:0.8; scalexout:0.8; scaleyout:0.8;" src="img/affiche.png" alt="">
<img class="ls-l" style="top:55px;left:75px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:2500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls6a.png" alt="">
<h1 class="ls-l" style="top:120px;left:700px;font-weight: 700;font-size:36px;line-height:42px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:0;offsetyin: top;delayin:3500;offsetxout:-50;durationout:3000;">Vous voulez des produits <br>de tres haute qualité?</h1>
<p class="ls-l" style="top:225px;left:700px;font-weight: 400;font-size:19px; line-height:32px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:50;delayin:4500;skewxin:-60;offsetxout:-50;durationout:1000;skewxout:-60;">
Chez nous à SLB nous misons beaucoup sur la qualité des produits<br>
ce qui nous a permis d'avoir une tres bonne reputation <br>
parmis nos conccurents .
</p>
<a href="#" class="ls-l" style="top:350px; left:700px;" data-ls="offsetxin:0;durationin:4000;delayin:5500;easingin:easeOutElastic;rotatexin:90;transformoriginin:50% top 0;offsetxout:0;durationout:1000;rotatexout:90;transformoriginout:50% bottom 0;">
<span style="background-color: #fff; border: 1px solid #fff; color:#228798; display:inline-block;font-weight:700; font-size:14px; line-height:15px; vertical-align:top; padding:16px 30px;margin:0 0 20px 0;-webkit-border-radius: 5px 5px;-moz-border-radius: 5px 5px;border-radius: 5px 5px;white-space: nowrap;">
VOIR NOS PRODUITS
</span>
</a>
</div>
<!-- end slide -->
<!--begin ls-slide -->
<div class="ls-slide" data-ls="slidedelay:8000;transition2d:21,105;timeshift:-1000;">
<img class="ls-l" style="top:180px;left:1px;white-space: nowrap;" data-ls="offsetxin:0; offsetyin:100; durationin:2000; delayin:500; offsetxout:-100; offsetyout:50; durationout:2000;" src="images/ls2a.png" alt="">
<img class="ls-l" style="top:150px;left:50px;white-space: nowrap;" data-ls="durationin:1500; delayin:50; scalexin:0.8; scaleyin:0.8; scalexout:0.8; scaleyout:0.8;" src="images/ls1a.png" alt="">
<img class="ls-l" style="top:340px;left:120px;white-space: nowrap;" data-ls="durationin:1500; delayin:1000; offsetxin: left;
offsetxout: right;" src="images/ls3a.png" alt="">
<img class="ls-l" style="top:245px;left:415px;white-space: nowrap;" data-ls="durationin:1500;delayin:1500;scalexin:0.8;scaleyin:0.8;scalexout:0.8;scaleyout:0.8;" src="images/ls4a.png" alt="">
<img class="ls-l" style="top:215px;left:215px;white-space: nowrap;" data-ls="offsetxin:0; durationin:1500; delayin:2000; rotateyin:90; transformoriginin:right 50% 0; offsetxout:0; durationout:1500; rotateyout:-90; transformoriginout:right 50% 0;" src="images/ls5a.png" alt="">
<img class="ls-l" style="top:55px;left:75px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:2500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls6a.png" alt="">
<h1 class="ls-l" style="top:120px;left:590px;font-weight: 700;font-size:36px;line-height:42px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:0;offsetyin: top;delayin:3500;offsetxout:-50;durationout:3000;">Ready To Promote Your New<br>Business With Spectrum?</h1>
<p class="ls-l" style="top:225px;left:590px;font-weight: 400;font-size:19px; line-height:32px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:50;delayin:4500;skewxin:-60;offsetxout:-50;durationout:1000;skewxout:-60;">
Design and style should always work toward making you look<br>
good and feel good - without a lot of efforts - so you always<br>
can get on with the things that truly matter.
</p>
<a href="#" class="ls-l" style="top:350px; left:590px;" data-ls="offsetxin:0;durationin:4000;delayin:5500;easingin:easeOutElastic;rotatexin:90;transformoriginin:50% top 0;offsetxout:0;durationout:1000;rotatexout:90;transformoriginout:50% bottom 0;">
<span style="background-color: #fff; border: 1px solid #fff; color:#228798; display:inline-block;font-weight:700; font-size:14px; line-height:15px; vertical-align:top; padding:16px 30px;margin:0 0 20px 0;-webkit-border-radius: 5px 5px;-moz-border-radius: 5px 5px;border-radius: 5px 5px;white-space: nowrap;">
DISCOVER MORE
</span>
</a>
</div>
<!--end ls-slide -->
<!-- begin slide2 -->
<div class="ls-slide" data-ls="slidedelay:8000;transition2d:21,105;timeshift:-1000;">
<img class="ls-l" style="width:100%;height:100%;white-space: nowrap;" data-ls="durationin:1500; delayin:50; scalexin:0.8; scaleyin:0.8; scalexout:0.8; scaleyout:0.8;" src="img/anacarde2.jpg" alt="">
<img class="ls-l" style="top:55px;left:75px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:2500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls6a.png" alt="">
<h1 class="ls-l" style="top:120px;left:700px;font-weight: 700;font-size:36px;line-height:42px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:0;offsetyin: top;delayin:3500;offsetxout:-50;durationout:3000;">Vous voulez des produits <br>de tres haute qualité?</h1>
<p class="ls-l" style="top:225px;left:700px;font-weight: 400;font-size:19px; line-height:32px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:50;delayin:4500;skewxin:-60;offsetxout:-50;durationout:1000;skewxout:-60;">
Chez nous à SLB nous misons beaucoup sur la qualité des produits<br>
ce qui nous a permis d'avoir une tres bonne reputation <br>
parmis nos conccurents .
</p>
<a href="#" class="ls-l" style="top:350px; left:700px;" data-ls="offsetxin:0;durationin:4000;delayin:5500;easingin:easeOutElastic;rotatexin:90;transformoriginin:50% top 0;offsetxout:0;durationout:1000;rotatexout:90;transformoriginout:50% bottom 0;">
<span style="background-color: #fff; border: 1px solid #fff; color:#228798; display:inline-block;font-weight:700; font-size:14px; line-height:15px; vertical-align:top; padding:16px 30px;margin:0 0 20px 0;-webkit-border-radius: 5px 5px;-moz-border-radius: 5px 5px;border-radius: 5px 5px;white-space: nowrap;">
VOIR NOS PRODUITS
</span>
</a>
</div>
<!-- end slide2 -->
<!--begin ls-slide -->
<div class="ls-slide" data-ls="slidedelay:8000;transition2d:21,105;timeshift:-1000;">
<h1 class="ls-l" style="top:115px;left:1px;font-weight: 700;font-size:36px;line-height:42px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:0;offsetyin: top;delayin:500;offsetxout:-50;durationout:3000;">The Easiest Way To Build Your<br>Responsive Landing Pages.</h1>
<p class="ls-l" style="top:215px;left:0px;font-weight: 400;font-size:19px; line-height:32px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:50;delayin:1500;skewxin:-60;offsetxout:-50;durationout:1000;skewxout:-60;">
Design and style should always work toward making you look<br>
good and feel good - without a lot of efforts - so you always<br>
can get on with the things that truly matter.
</p>
<a href="#" class="ls-l" style="top:340px; left:0;" data-ls="offsetxin:0;durationin:2500;delayin:2500;easingin:easeOutElastic;rotatexin:90;transformoriginin:50% top 0;offsetxout:0;durationout:1000;rotatexout:90;transformoriginout:50% bottom 0;">
<span style="background-color: #fff; border: 1px solid #fff; color:#228798; display:inline-block;font-weight:700; font-size:14px; line-height:15px; vertical-align:top; padding:16px 30px;margin:0 0 20px 0;-webkit-border-radius: 5px 5px;-moz-border-radius: 5px 5px;border-radius: 5px 5px;white-space: nowrap;">
TRY IT FOR FREE
</span>
</a>
<img class="ls-l" style="top:210px;left:650px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls2b.png" alt="">
<img class="ls-l" style="top:90px;left:675px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls3b.png" alt="">
<img class="ls-l" style="top:60px;left:840px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls4b.png" alt="">
<img class="ls-l" style="top:68px;left:938px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls5b.png" alt="">
<img class="ls-l" style="top:128px;left:1015px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls6b.png" alt="">
<img class="ls-l" style="top:257px;left:1040px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls7b.png" alt="">
<img class="ls-l" style="top:369px;left:1030px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls8b.png" alt="">
<img class="ls-l" style="top:375px;left:925px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls9b.png" alt="">
<img class="ls-l" style="top:378px;left:800px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls10b.png" alt="">
<img class="ls-l" style="top:322px;left:659px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:3500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls11b.png" alt="">
<img class="ls-l" style="top:172px;left:755px;white-space: nowrap;" data-ls="durationin:2000; delayin:2000; scalexin:0.8; scaleyin:0.8; scalexout:0.8; scaleyout:0.8;" src="images/ls1b.png" alt="">
</div>
<!--end ls-slide -->
<div class="ls-slide" data-ls="slidedelay:8000;transition2d:21,105;timeshift:-1000;">
<img class="ls-l" style="width:100%;height:100%;white-space: nowrap;" data-ls="durationin:1500; delayin:50; scalexin:0.8; scaleyin:0.8; scalexout:0.8; scaleyout:0.8;" src="img/gingimbre.jpg" alt="">
<img class="ls-l" style="top:55px;left:75px;white-space: nowrap;" data-ls="offsetxin:0;durationin:2000;delayin:2500;easingin:linear;scalexin:0;scaleyin:0;offsetxout:0;durationout:2000;easingout:linear;scalexout:0;scaleyout:0;" src="images/ls6a.png" alt="">
<h1 class="ls-l" style="top:120px;left:700px;font-weight: 700;font-size:36px;line-height:42px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:0;offsetyin: top;delayin:3500;offsetxout:-50;durationout:3000;">Vous voulez des produits <br>de tres haute qualité?</h1>
<p class="ls-l" style="top:225px;left:700px;font-weight: 400;font-size:19px; line-height:32px;color:#ffffff;white-space: nowrap;" data-ls="offsetxin:50;delayin:4500;skewxin:-60;offsetxout:-50;durationout:1000;skewxout:-60;">
Chez nous à SLB nous misons beaucoup sur la qualité des produits<br>
ce qui nous a permis d'avoir une tres bonne reputation <br>
parmis nos conccurents .
</p>
<a href="#" class="ls-l" style="top:350px; left:700px;" data-ls="offsetxin:0;durationin:4000;delayin:5500;easingin:easeOutElastic;rotatexin:90;transformoriginin:50% top 0;offsetxout:0;durationout:1000;rotatexout:90;transformoriginout:50% bottom 0;">
<span style="background-color: #fff; border: 1px solid #fff; color:#228798; display:inline-block;font-weight:700; font-size:14px; line-height:15px; vertical-align:top; padding:16px 30px;margin:0 0 20px 0;-webkit-border-radius: 5px 5px;-moz-border-radius: 5px 5px;border-radius: 5px 5px;white-space: nowrap;">
VOIR NOS PRODUITS
</span>
</a>
</div
</div>
<!--end layerslider -->
</div>
<!--end col-md-12-->
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!--end home_wrapper -->
<!--begin services-->
<section id="services">
<!--begin section-white-->
<div class="section-white">
<!--begin container-->
<div class="container">
<!--begin row-->
<div class="row margin-bottom-30">
<!--begin col-md-12-->
<div class="col-md-12 text-center">
<h2 class="section-title">Qui sommes nous ?</h2>
<div class="separator_wrapper">
<i class="icon icon-star-two red"></i>
</div>
<p class="section-subtitle">
La SLB est une sociéte burkinabaise qui oeuvre dans l'agrobussiness .<br>
Elle travaille depuis 10 ans et elle a acquis une tres grande experience dans le domaine .
<br>
Elle a reussi à s'entourer d'un grand nombre de clients à cause de la qualité de ses produits .
</p>
</div>
<!--end col-md-12-->
</div>
<!--end row-->
<!--begin row-->
<div class="row">
<!--begin col-md-4-->
<div class="col-md-4 service-item">
<!--begin popup image -->
<div class="popup-wrapper">
<div class="popup-gallery">
<a class="popup1" href="img/title_cru.jpg"><img src="img/title_cru.jpg" class="width-100" alt="pic"><span class="eye-wrapper2"><i class="icon icon-cursor-move eye-icon" style="font-size: 38px;"></i></span></a>
</div>
</div>
<!--end popup image -->
<!--begin service-inner-->
<div class="service-inner blue">
<h3>Vente des produits de cru</h3>
<p>Curabitur quas nets lacus nulat iaculis etimusad nisle varius vitae seditum ligulase quiste netsum sequi.</p>
<a href="#newsletter" class="btn btn-lg btn-services-blue scrool">Decouvrir Plus!</a>
</div>
<!--end service-inner-->
</div>
<!--end col-md-4-->
<!--begin col-md-4-->
<div class="col-md-4 service-item">
<!--begin popup image -->
<div class="popup-wrapper">
<div class="popup-gallery">
<a class="popup1" href="img/title_cereales.png"">
<img src="img/title_cereales.png" class="width-100" alt="pic">
<span class="eye-wrapper2">
<i class="icon icon-cursor-move eye-icon" style="font-size: 38px;">
</i>
</span>
</a>
</div>
</div>
<!--end popup image -->
<!--begin service-inner-->
<div class="service-inner blue">
<h3>Vente de céréales</h3>
<p>Curabitur quas nets lacus nulat iaculis etimusad nisle varius vitae seditum ligulase quiste netsum sequi.</p>
<a href="#newsletter" class="btn btn-lg btn-services-red scrool">Decouvrir Plus!</a>
</div>
<!--end service-inner-->
</div>
<!--end col-md-4-->
<!--begin col-md-4-->
<div class="col-md-4 service-item">
<!--begin popup image -->
<div class="popup-wrapper">
<div class="popup-gallery">
<a class="popup1" href="img/title_manufacture.jpg"><img src="img/title_manufacture.jpg" class="width-100" alt="pic"><span class="eye-wrapper2"><i class="icon icon-cursor-move eye-icon" style="font-size: 38px;"></i></span></a>
</div>
</div>
<!--end popup image -->
<!--begin service-inner-->
<div class="service-inner blue">
<h3>Produits Manufacturés</h3>
<p>Curabitur quas nets lacus nulat iaculis etimusad nisle varius vitae seditum ligulase quiste netsum sequi.</p>
<a href="#newsletter" class="btn btn-lg btn-services-green scrool">Decouvrir Plus</a>
</div>
<!--end service-inner-->
</div>
<!--end col-md-4-->
</div>
<!--end row-->
</div>
<!--end container-->
</div>
<!--end section-white-->
</section>
<!--end services-->
<!--begin features -->
<section class="section-dark no-padding-bottom">
<!--begin container-->
<div class="container">
<!--begin row-->
<div class="row margin-bottom-30">
<!--begin col-md-12-->
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="section-title grey">Powerful Features</h2>
<div class="separator_wrapper_white">
<i class="icon icon-star-two grey"></i>
</div>
<p class="section-subtitle grey">There are many variations of passages of Lorem Ipsum available, but the majority<br>have suffered alteration, by injected humour, or new randomised words.</p>
</div>
<!--end col-md-12-->
</div>
<!--end row-->
<!--begin section_features -->
<div class="section_features">
<!--begin layerslider2 -->
<div id="layerslider2" style="margin:0 auto; width: 1140px; height: 657px;">
<!--begin slide -->
<div class="ls-slide" data-ls="slidedelay: 4000; transition2d: 2,7,9;">
<!-- image layer -->
<img src="images/graphic.png" class="ls-l" data-ls="parallaxlevel: 5;" alt="Image layer">
<!-- text layers -->
<p class="ls-l" data-ls="parallaxlevel: -1;" style="top: 11%; left: 10%; color:#fff; font-size:18px; font-weight:300; font-style: italic;">E-mail Marketing</p>
<img class="ls-l" data-ls="parallaxlevel: -1;" style="top: 14%; left: 21%;white-space: nowrap;" src="images/arrow2.png" alt="Arrow">
<p class="ls-l" data-ls="parallaxlevel: -1;" style="top: 67%; left: 20%; color:#fff; font-size:18px; font-weight:300; font-style: italic;">Marketing Campaign / Analysis</p>
<img class="ls-l" data-ls="parallaxlevel: -1;" style="top: 65%; left: 36%;white-space: nowrap;" src="images/arrow3.png" alt="Arrow">
<p class="ls-l" data-ls="parallaxlevel: -1;" style="top: 4%; left: 62%; color:#fff; font-size:18px; font-weight:300; font-style: italic;">New Media Center</p>
<img class="ls-l" data-ls="parallaxlevel: -1;" style="top: 7%; left: 51%;white-space: nowrap;" src="images/arrow1.png" alt="Arrow">
<p class="ls-l" data-ls="parallaxlevel: -1;" style="top: 16%; left: 78%; color:#fff; font-size:18px; font-weight:300; font-style: italic;">Web Design & Development</p>
<img class="ls-l" data-ls="parallaxlevel: -1;" style="top: 19%; left: 64%;white-space: nowrap;" src="images/arrow1.png" alt="Arrow">
<p class="ls-l" data-ls="parallaxlevel: -1;" style="top: 29%; left: 90%; color:#fff; font-size:18px; font-weight:300; font-style: italic;">SEO Infographics</p>
<img class="ls-l" data-ls="parallaxlevel: -1;" style="top: 32%; left: 79%;white-space: nowrap;" src="images/arrow1.png" alt="Arrow">
<p class="ls-l" data-ls="parallaxlevel: -1;" style="top: 69%; left: 91%; color:#fff; font-size:18px; font-weight:300; font-style: italic;">Logo Design</p>
<img class="ls-l" data-ls="parallaxlevel: -1;" style="top: 67%; left: 82%;white-space: nowrap;" src="images/arrow4.png" alt="Arrow">
</div>
<!--end slide -->
</div>
<!--end layerslider2 -->
</div>
<!--end section_features -->
</div>
<!--end container-->
</section>
<!--end features -->
<section id="partenaires">
<!--begin section-white-->
<div class="section-white">
<!--begin container-->
<div class="container">
<!--begin row-->
<div class="row margin-bottom-50">
<!--begin col-md-10-->
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="section-title">Nos Partenaires et Clients</h2>
<div class="separator_wrapper">
<i class="icon icon-star-two red"></i>
</div>
</div>
<!--end col-md-10-->
</div>
<!--end row-->
<!--begin row-->
<div class="row">
<!--begin partners-wrapper-->
<div class="partners-wrapper">
<!--begin col-md-3-->
<div class="col-md-3 partners-item">
<img src="images/partner1.png" alt="partner">
</div>
<!--end col-md-3-->
<!--begin col-md-3-->
<div class="col-md-3 partners-item">
<img src="images/partner2.png" alt="partner">
</div>
<!--end col-md-3-->
<!--begin col-md-3-->
<div class="col-md-3 partners-item">
<img src="images/partner3.png" alt="partner">
</div>
<!--end col-md-3-->
<!--begin col-md-3-->
<div class="col-md-3 partners-item last">
<img src="images/partner4.png" alt="partner">
</div>
<!--end col-md-3-->
<!--begin col-md-3-->
<div class="col-md-3 partners-item no-border-bottom">
<img src="images/partner5.png" alt="partner">
</div>
<!--end col-md-3-->
<!--begin col-md-3-->
<div class="col-md-3 partners-item no-border-bottom">
<img src="images/partner4.png" alt="partner">
</div>
<!--end col-md-3-->
<!--begin col-md-3-->
<div class="col-md-3 partners-item no-border-bottom">
<img src="images/partner1.png" alt="partner">
</div>
<!--end col-md-3-->
<!--begin col-md-3-->
<div class="col-md-3 partners-item no-border-bottom last">
<img src="images/partner2.png" alt="partner">
</div>
<!--end col-md-3-->
</div>
<!--end partners-wrapper-->
</div>
<!--end row-->
</div>
<!--end container-->
</div>
<!--end section-white-->
</section>
begin contact -->
<section class="section-dark" id="contact">
<!--begin container-->
<div class="container">
<!--begin row-->
<div class="row margin-bottom-50">
<!--begin col-md-10-->
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="section-title grey">Nous Contacter</h2>
<div class="separator_wrapper_white">
<i class="icon icon-star-two grey"></i>
</div>
<p class="section-subtitle grey">Remplissez juste ce formulaire et envoyez nous un mail <br>have suffered alteration, by injected humour, or new randomised words.</p>
</div>
<!--end col-md-10-->
</div>
<!--end row-->
<!--begin row-->
<div class="row">
<!--begin success message -->
<p class="contact_success_box" style="display:none;">We received your message and you'll hear from us soon. Thank You!</p>
<!--end success message -->
<!--begin contact form -->
<form id="contact-form" class="contact" action="php/contact.php" method="post">
<!--begin col-md-6-->
<div class="col-md-6">
<input class="contact-input white-input" required="" name="contact_names" placeholder="Full Name*" type="text">
<input class="contact-input white-input" required="" name="contact_email" placeholder="Email Adress*" type="email">
<input class="contact-input white-input" required="" name="contact_phone" placeholder="Phone Number*" type="text">
<textarea class="contact-commnent white-input" rows="2" cols="20" name="contact_message" placeholder="Your Message..."></textarea>
</div>
<!--end col-md-6-->
<!--begin col-md-6-->
<div class="col-md-6 " style="color:#fff">
<div class="media">
<div class="media-left"><i class="fa fa-home"></i></div>
<div class="media-body media-middle">
301 Neymer Road, Glassgow, <br>opposite of denclave zone, <br>WA 1201-403.
</div>
</div>
<div class="media">
<div class="media-left"><i class="glyphicon glyphicon-phone"></i></div>
<div class="media-body media-middle">
Phone: +123-456-12348 <br>
FAX: +1 0123-4789-8333
</div>
</div>
<div class="media">
<div class="media-left"><i class="fa fa-comments-o"></i></div>
<div class="media-body media-middle">
<a href="mailto:info@hostpress.com">info@hostpress.com</a>
<ul class="nav nav-pills">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<style>
.contact_content .form_row .detail_address {
width: calc(100% - 633px);
padding: 60px 75px 80px;
}
.contact_content .form_row .detail_address .media + .media {
margin-top: 30px;
}
.contact_content .form_row .detail_address .media + .media .media-left i {
background: #42b6ff;
}
.contact_content .form_row .detail_address .media + .media + .media {
margin-top: 30px;
}
.contact_content .form_row .detail_address .media + .media + .media .media-left i {
background: #f95732;
}
.contact_content .form_row .detail_address .media .media-left {
padding-right: 35px;
}
.contact_content .form_row .detail_address .media .media-left i {
width: 80px;
height: 80px;
line-height: 75px;
background: #267ae9;
text-align: center;
font-size: 24px;
color: #fff;
border-radius: 100%;
}
.contact_content .form_row .detail_address .media .media-body {
padding-top: 5px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 18px;
color: #443a44;
letter-spacing: 1px;
line-height: 30px;
}
.contact_content .form_row .detail_address .media .media-body a {
color: #267ae9;
}
.contact_content .form_row .detail_address .media .media-body .nav li a {
padding: 0;
font-family: 'Lato', sans-serif;
font-size: 16px;
color: #4a4a4a;
text-transform: uppercase;
}
.contact_content .form_row .detail_address .media .media-body .nav li a i {
margin-right: 12px;
}
.contact_content .form_row .detail_address .media .media-body .nav li a:hover {
color: #267ae9;
background: none;
}
</style>
</div>
<!--end col-md-6-->
<!--begin col-md-12-->
<div class="col-md-12">
<input value="Send Message" id="submit-button" class="contact-submit" type="submit">
</div>
<!--end col-md-12-->
</form>
<!--end contact form -->
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!--end contact-->
<!--begin footer -->
<div class="footer">
<!--begin container -->
<div class="container">
<!--begin row -->
<div class="row">
<!--begin col-md-12 -->
<div class="col-md-12 text-center">
<!--begin copyright -->
<div class="copyright">
<p>Copyright © 2016 slb. Designed by <a href="http://themeforest.net/user/bogdan_09/portfolio?ref=bogdan_09" target="_blank">YENTECK</a></p>
</div>
<!--end copyright -->
<!--begin footer_social -->
<ul class="footer_social">
<li>
<a href="#">
<i class="icon icon-twitter"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon icon-pinterest"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon icon-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon icon-instagram"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon icon-skype"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon icon-dribble"></i>
</a>
</li>
</ul>
<!--end footer_social -->
</div>
<!--end col-md-6 -->
</div>
<!--end row -->
</div>
<!--end container -->
</div>
<!--end footer -->
<!-- Load JS here for greater good =============================-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.scrollTo-min.js"></script>
<script src="js/SmoothScroll.js"></script>
<script src="js/wow.js"></script>
<!-- begin layerslider script-->
<script src="layerslider/js/greensock.js"></script>
<script src="layerslider/js/layerslider.transitions.js"></script>
<script src="layerslider/js/layerslider.kreaturamedia.jquery.js"></script>
<!-- begin custom script-->
<script src="js/custom.js"></script>
<script src="js/plugins.js"></script>
</body></html>