IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Mise en page CSS Discussion :

Compatibilité de mon site web avec Chrome, Firefox et Safari


Sujet :

CSS

  1. #1
    Futur Membre du Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Janvier 2019
    Messages
    8
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 26
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2019
    Messages : 8
    Points : 5
    Points
    5
    Par défaut Compatibilité de mon site web avec Chrome, Firefox et Safari
    Bonjour à tous,

    J'ai quasiment fini mon site web mais j'ai des soucis d'affichage selon les navigateurs : il s'affiche bien sur Firefox mais par exemple assez mal sur Chrome et sur mobile n'en parlons pas. La priorité serait pour moi de le rendre compatible avec les navigateurs Chrome, Firefox, Safari, sachant que je code sur Mac ce qui est peut être à l'origine des soucis...Pouvez-vous m'aider ? Je vous joins le code HTML et CSS ci dessous :

    HTML
    Code HTML : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <title>Beer Lovers Network</title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="Beer Lovers Network" content>
        <meta name="EMLyon students" content>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- GOOGLE FONTS -->  
        <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Exo" rel="stylesheet">
        <!-- CSS -->  
        <link rel="stylesheet" href="normalize.css">
        <link rel="stylesheet" href="skeleton.css">
        <!-- SCRIPT -->  
        <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
        <!-- FAVICON -->
        <link rel="icon" type="image/png" href="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fimage.png?1553348486495">   
      </head>
     
      <body>
        <section id="hero" class="hero u-full-width">
          <div class="container-centered">
            <div class="hero-image">
            </div>
          </div>
          <div class="menu">
            <ul id="mainnavigation">
              <li><a href="#" title="aller à la section 1">Best Places</a></li>
              <li><a href="#" title="aller à la section 2">Top Beers</a></li>
              <li><a href="#" title="aller à la section 3">Our community</a></li>
              <li><a href="doc.html" title="aller à la section 5">About us</a></li>
            </ul>
          </div>
            <div class="container centered">
              <div class="twelve columns">
                <h1 id="headtitle">Beer lovers network
                  <h1 class="separator" id="headerseparator"></h1></h1>
                <h2 class="subtitle"> A special blog, only for beer lovers...</h2>        
              </div>
            </div>
        </section>
     
           <section id="work" class="work u-full-width">
            <div class="container">
              <div class="row">
                <div class="twelve columns">
                  <h3 class="separator" id="our-articles">Our community's articles</h3>
                </div>
              </div>
              <div class="row">
                <ul class="work-filters u-full-width">
                  <li class="active">
                  <a href="#">All</a>
                  </li>
                  <li>
                  <a href="#">Beer News</a>
                  </li>
                  <li>
                  <a href="#">Beer & Food Pairing</a>
                  </li>
                  <li>
                  <a href="#">Beer cocktails</a>
                  </li>
                  <li>
                  <a href="#">Fun beer stuff</a>
                  </li>
                  <li>
                  <a href="#">Pictures</a>
                  </li>
                  </ul>
               </div>
               <div class="row">
                 <ul class="work-items u-cf">
                   <li class="four columns">
                   <img src="http://brewpublic.com/wp-content/uploads/2017/03/BridgePort-Brewings-new-re-branding-for-2017-includes-new-updated-labels-for-its-iconic-IPA-and-King-Pin-along-with-a-new-release-Tiny-Horse-Pilsner.-image-courtesy-of-BridgePort-Brewing.png">
               <div class="work-detail">
                 <div class="vertical-centered">
                  <h3>Beer news</h3>
                  <p class="separator orange">Tiny Horse</p>
                 </div>
               </div>
                   </li>
                   <li class="four columns">
                   <img src="data:image/jpeg;base64,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">
                     <div class="work-detail">
                       <div class="vertical-centered">
                         <h3>Beer & Food Pairing</h3>
                         <p class="separator orange">Beer and Spanish pickles </p>
                       </div>
                     </div>
                    </li>
                    <li class="four columns">
                    <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKS4wFtuPi07gaSGAhNnUHL3_hJLCnDullELFK5b0bvu-WvxF7">
                      <div class="work-detail">
                        <div class="vertical-centered">
                        <h3>Beer cocktails</h3>
                        <p class="separator orange">Beer and Loathing Beer Cocktail</p>
                        </div>
                      </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Felevate-755011-unsplash.jpg?1553718731949">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Fun beer stuff</h3>
                          <p class="separator orange">What Made Me Laugh?</p>
                          </div>
                        </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fquentin-dr-125010-unsplash.jpg?1553718734507">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Other</h3>
                          <p class="separator orange">Sharing beer with friends</p>
                          </div>
                        </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fwil-stewart-24562-unsplash.jpg?1553718867068">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Pictures</h3>
                          <p class="separator orange">Beautiful pictures</p>
                          </div>
                        </div>
                       </li>
                    </ul>
              </div>
            </div>
          </section>
     
        <!--Footer-->
         <section class="footer">
          <div class="col1"> 
            <div id="container4">
    	        <div id="container3">
    		        <div id="container2">
    			        <div id="container1">
    				        <div id="col1">
    					      <!-- Column one start -->
    					        <img id="beer-logo" src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fimage.png?1553348486495">
    				        </div>
     
    				        <div id="col2">
                      <ul id="adresse">
                        <h3 class="title-info">Beer Lovers Network</h3>
                        <ul class="text-info">
                        <li> 23 avenue Guy de Collongues</li>
                        <li> 69130 ECULLY</li>
                        </ul>
                      </ul>
                    </div>
     
    					    	<div id="col3">
                      <ul id="horaires">
                        <h3 class="title-info"> Opening hours</h3>
                        <ul class="text-info">
                        <li> 24h/24</li>
                        <li> 7j/7</li>
                        </ul>
                      </ul>
    				        </div>
     
    				        <div id="col4">
                      <ul id="contact">
    					          <h3 class="title-info">Contact us</h3>
                          <ul class="text-info">
                            <li> 02 23 62 84 33</li>
                            <li> beerloversnetwork@gmail.com</li>
                          </ul>
     
                      </ul>
    				        </div>
    			</div>
    		</div>
    	</div>
      </div>
    </div>
    </section>
    </body>
    </html>

    CSS que j'ai modifié
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
    908
    909
    910
    911
    912
    913
    914
    915
    916
    917
    918
    919
    /*
    * Skeleton V2.0.4
    * Copyright 2014, Dave Gamache
    * www.getskeleton.com
    * Free to use under the MIT license.
    * http://www.opensource.org/licenses/mit-license.php
    * 12/29/2014
    */
     
     
    /* Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - Header
    - Menu
    - Articles
    - Section
    - Separator
    - Pictures
    - Grid
    - Base Styles
    - Typography
    - Links
    - Buttons
    - Forms
    - Lists
    - Code
    - Tables
    - Spacing
    - Utilities
    - Clearing
    - Media Queries
    */
     
     
    /* HEADER 
    -------------------------------------------------- */
    .hero {
      padding: 0;
      min-height: 500px;
      text-align: center;
      position: relative;  
      color: white;
      width:100%;  
     
    }
     
    .hero-image {
      background-size: 50px;
      background-position: 50% 50%;
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
      opacity: 0.9;
      max-width:800px;
      max-height:400px;
      margin-left:350px;
      margin-top:10px;
      margin-bottom:-50px;
     
    }
     
    .hero-image:after {
      content: '';
      opacity: .87; /* layer alpha */
      background-image: url(https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fmnm-all-552510-unsplash.jpg?1553714395878);
      position: absolute;
      background-size: cover; /* Resize the background image to cover the entire container */
      top: 0; right: 0; bottom: 0; left: 0;
      width:100%;
      width:700px;
     
    }
     
    .hero h2 {
      font-size: 24px;
    }
     
    .hero p {
      padding: 0 15%;
    }
     
    .hero .separator:before {
      background-color: white;
    }
     
    /* MENU
    -------------------------------------------------*/
    #mainnavigation {
      list-style: none;
      margin: 0;
      padding: 0;
      position:fixed;
      margin-top:50px;
      margin-left:50px;
      padding-bottom:300px;
      width:100%;
     
    }
     
    #mainnavigation li {
      background-color:black;
      color: #fff ;
      border: 1px solid #600 ;
      margin-bottom: 100px ;
      max-height:60px;
      max-width:250px;
      border-radius:50px;
      font-size:28px;
      font-family: "Exo", sans-serif;
      font-weight:bold;
      margin-top:50px;
      width:100%;
     
    }
    #mainnavigation li a {
      display: block ;
      color: #fff ;
      font: 1em "Abril fatface",Arial,sans-serif ;
      line-height: 1em ;
      text-align: center ;
      text-decoration: none ;
      padding: 6px 0 ;
      margin-top:5px;
     
    }
     
    #navigation li a:hover, #navigation li a:focus, #navigation li a:active {
      background: #900 ;
      text-decoration: underline ;
    }
     
    /* ARTICLES
    ---------------------------------------------------------*/
     
    /* Articles Filters */
     
    .work-filters {
      list-style: none;
      width:100%;
      margin-left:140px;
      max-width: 745px;
    }
    .work-filters li {
      display: inline-block;
      margin: 0 .5em;
      font-size: 18px;
      text-transform: uppercase;
      font-family: "Exo";
    }
    .work-filters li a {
      color: inherit;
      text-decoration: none;
    }
    .work-filters li.active {
      font-family: "Abril fatface"
    }
     
    /* Articles items */
     
    .work-items {
      list-style: none;
      width:100%;
      margin-left:200px;
      max-width: 750px;
      display: inline-block;
      margin-bottom:100px;
    }
    .work-items li {
      position: relative;
      overflow: hidden;
      height: 360px;
      margin: 0!important;
      width: 33%;
      border: 10px solid white; 
    }
     
    .work-items li:nth-child(4n) {
      margin-left: 0;
    }
     
    .work-items li img{
      width: auto;
      height: 100%;
      display: block;
    }
     
    /* Articles detail */
     
    .work-detail {
      position: absolute;
      top: 0; bottom: 0; left: 0; right: 0;
      opacity: 0;
      background: rgba(0,0,0,.75);
      color: white;
     
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    .work-detail h3 {
      font-size: 16px;
      letter-spacing: .05em;
     
    }
    .work-detail p {
      font-size: 20px;
      text-transform: capitalize;
      padding-left: 20px;
      padding-right: 20px;
    }
     
    .work-items li:hover .work-detail{
      opacity: 1;
      box-shadow: inset 0 0 0 10px #222;
     
    }
     
    /* SECTIONS
    --------------------------------------------- */
     
    section {
      text-align: center;
      margin-top:-50px;
      width:100%;
    }
     
    #introduction {
      margin-left:300px;
      max-width:800px;
      )
     
    }
    /*
     
      Section with featured background image. Every section which will have this
      class will get the effect with a background cover.
     
    */
     
    .featured-bg-image {
      position: relative;
      background-color: #222222;
      color: white;
      min-height: 500px;
    }
     
    .featured-bg-image:before {
      content: '';
      position: absolute;
      top: 0; right: 0; left: 0; bottom: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      opacity: .35;
    }
     
    .help:before {
      background: url("../images/help_bg_image.jpg");
    }
     
    .creativity:before {
      background: url("../images/creativity_bg_image.jpg");
      background-position: 50% 0;
    }
     
    .quote:before {
      background: url("../images/quote_bg_image.jpg");
    }
     
    .video-iframe{
      position: absolute;
      left: 0; top: 0; bottom: 0; right: 0;
      height: 100%;
      width: 100%;
      display: none;
    }
     
    .video:before {
      background: url("../images/video_bg_image.jpg");
    }
     
    .clients {
      background-color: #f4f4f4;
    }
     
    .subtitle { 
      margin-left:155px;
    }
     
    /* Separator */
     
    .separator {
      position: relative;
      margin-top: 50px;
      padding-bottom: 1.7em;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      color: inherit;
      margin-left:0px;
     
    }
     
    #our-articles {
      margin-left:90px;
     
    }
    #headerseparator {
      margin-left:100px;  
      margin-top:-80px;
    }
     
    #headtitle { 
      margin-left:120px;
      margin-top:20px;
    }
    .separator:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      width: 86px;
      height: 2px;
      background-color: #222;
     
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .separator.orange:before {
      background-color: #d87843;
    }
     
    /*PICTURES
    --------------------------------------------------*/
     
    #beer-logo {
      width:80px;
     
    }
     
    /* Grid
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .container {
      position: relative;
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box; 
    }
    .column,
    .columns {
      width: 100%;
      float: left;
      box-sizing: border-box; }
     
    /* For devices larger than 400px */
    @media (min-width: 400px) {
      .container {
        width: 85%;
        padding: 0; }
    }
     
    /* For devices larger than 550px */
    @media (min-width: 550px) {
      .container {
        width: 80%; }
      .column,
      .columns {
        margin-left: 4%; }
      .column:first-child,
      .columns:first-child {
        margin-left: 0; }
     
      .one.column,
      .one.columns                    { width: 4.66666666667%; }
      .two.columns                    { width: 13.3333333333%; }
      .three.columns                  { width: 22%;            }
      .four.columns                   { width: 30.6666666667%; }
      .five.columns                   { width: 39.3333333333%; }
      .six.columns                    { width: 48%;            }
      .seven.columns                  { width: 56.6666666667%; }
      .eight.columns                  { width: 65.3333333333%; }
      .nine.columns                   { width: 74.0%;          }
      .ten.columns                    { width: 82.6666666667%; }
      .eleven.columns                 { width: 91.3333333333%; }
     
      .twelve.columns                 { 
        width: 100%; 
      }
     
     
      .one-third.column               { width: 30.6666666667%; }
      .two-thirds.column              { width: 65.3333333333%; }
     
      .one-half.column                { width: 48%; }
     
      /* Offsets */
      .offset-by-one.column,
      .offset-by-one.columns          { margin-left: 8.66666666667%; }
      .offset-by-two.column,
      .offset-by-two.columns          { margin-left: 17.3333333333%; }
      .offset-by-three.column,
      .offset-by-three.columns        { margin-left: 26%;            }
      .offset-by-four.column,
      .offset-by-four.columns         { margin-left: 34.6666666667%; }
      .offset-by-five.column,
      .offset-by-five.columns         { margin-left: 43.3333333333%; }
      .offset-by-six.column,
      .offset-by-six.columns          { margin-left: 52%;            }
      .offset-by-seven.column,
      .offset-by-seven.columns        { margin-left: 60.6666666667%; }
      .offset-by-eight.column,
      .offset-by-eight.columns        { margin-left: 69.3333333333%; }
      .offset-by-nine.column,
      .offset-by-nine.columns         { margin-left: 78.0%;          }
      .offset-by-ten.column,
      .offset-by-ten.columns          { margin-left: 86.6666666667%; }
      .offset-by-eleven.column,
      .offset-by-eleven.columns       { margin-left: 95.3333333333%; }
     
      .offset-by-one-third.column,
      .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
      .offset-by-two-thirds.column,
      .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }
     
      .offset-by-one-half.column,
      .offset-by-one-half.columns     { margin-left: 52%; }
     
    }
     
     
    /* Base Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /* NOTE
    html is set to 62.5% so that all the REM measurements throughout Skeleton
    are based on 10px sizing. So basically 1.5rem = 15px :) */
    html {
      font-size: 62.5%; }
    body {
      font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
      line-height: 1.6;
      font-weight: 400;
      font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #222; }
     
     
    .centered {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
     
    }
    .vertical-centered {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
    }
     
     
    /* Typography
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
     
    body {
      font-size: 16px;
      letter-spacing: .05em;
      color: #222222;
      font-family: "Exo", sans-serif;
    }
    h1 {
       font-family: 'Abril Fatface', cursive;
     
    }
     
    h4 {
      font-size: 22px;
     
    }
    h3 {
      font-size: 28px;
      font-family: 'Abril Fatface', cursive;
    }
    h1, h2, h3, h4, h5, h6 {
      margin-top: 0;
      margin-bottom: 2rem;
      font-weight: 300; }
    h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
    h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
    h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
    h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
    h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
    h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
     
    /* Larger than phablet */
    @media (min-width: 550px) {
      h1 { font-size: 5.0rem; }
      h2 { font-size: 4.2rem; }
      h3 { font-size: 3.6rem; }
      h4 { font-size: 3.0rem; }
      h5 { font-size: 2.4rem; }
      h6 { font-size: 1.5rem; }
    }
     
    p {
      margin-top: 0;
      }
     
    p .separatororange {
      margin-right:1000px;
    }
     
    .title-info {
      font-size:20px;
      margin-top:10px;
    }
     
    .text-info {
      margin-right:10px;
     
    }
     
     
    /* Links
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    a {
      color: #1EAEDB; }
    a:hover {
      color: #0FA0CE; }
     
     
    /* Buttons
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
      display: inline-block;
      height: 38px;
      padding: 0 30px;
      color: #555;
      text-align: center;
      font-size: 11px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: .1rem;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border-radius: 4px;
      border: 1px solid #bbb;
      cursor: pointer;
      box-sizing: border-box; }
    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:focus,
    button:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
      color: #333;
      border-color: #888;
      outline: 0; }
    .button.button-primary,
    button.button-primary,
    input[type="submit"].button-primary,
    input[type="reset"].button-primary,
    input[type="button"].button-primary {
      color: #FFF;
      background-color: #33C3F0;
      border-color: #33C3F0; }
    .button.button-primary:hover,
    button.button-primary:hover,
    input[type="submit"].button-primary:hover,
    input[type="reset"].button-primary:hover,
    input[type="button"].button-primary:hover,
    .button.button-primary:focus,
    button.button-primary:focus,
    input[type="submit"].button-primary:focus,
    input[type="reset"].button-primary:focus,
    input[type="button"].button-primary:focus {
      color: #FFF;
      background-color: #1EAEDB;
      border-color: #1EAEDB; }
     
    /* Button inverted */
     
    .button.inverted {
      font-size: inherit;
      padding: 25px 70px;
      color: white;
      height: auto;
      border: 3px solid white;
      text-transform: none;
      font-family: "Exo";
    }
     
    .button.inverted:hover {
      background: white;
      color: #222;
    }
     
    .button.circle {
      padding: 0;
      width: 2.5em;
      height: 2.5em;
      line-height: 2.5em;
      border-radius: 50%;
      text-align: center;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
      box-sizing: content-box;
    }
     
    /* Forms
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea,
    select {
      height: 38px;
      padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
      background-color: #fff;
      border: 1px solid #D1D1D1;
      border-radius: 4px;
      box-shadow: none;
      box-sizing: border-box; }
    /* Removes awkward default styles on some inputs for iOS */
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    textarea {
      min-height: 65px;
      padding-top: 6px;
      padding-bottom: 6px; }
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
      border: 1px solid #33C3F0;
      outline: 0; }
    label,
    legend {
      display: block;
      margin-bottom: .5rem;
      font-weight: 600; }
    fieldset {
      padding: 0;
      border-width: 0; }
    input[type="checkbox"],
    input[type="radio"] {
      display: inline; }
    label > .label-body {
      display: inline-block;
      margin-left: .5rem;
      font-weight: normal; }
     
     
    /* Lists
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    ul {
      list-style: circle inside; }
    ol {
      list-style: decimal inside; }
    ol, ul {
      padding-left: 0;
      margin-top: 0; }
    ul ul,
    ul ol,
    ol ol,
    ol ul {
      margin: 1.5rem 0 1.5rem 3rem;
      font-size: 90%; }
    li {
      margin-bottom: 1rem; }
     
     
    /* Code
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    code {
      padding: .2rem .5rem;
      margin: 0 .2rem;
      font-size: 90%;
      white-space: nowrap;
      background: #F1F1F1;
      border: 1px solid #E1E1E1;
      border-radius: 4px; }
    pre > code {
      display: block;
      padding: 1rem 1.5rem;
      white-space: pre; }
     
     
    /* Tables
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    th,
    td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #E1E1E1; }
    th:first-child,
    td:first-child {
      padding-left: 0; }
    th:last-child,
    td:last-child {
      padding-right: 0; }
     
     
    /* Spacing
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    button,
    .button {
      margin-bottom: 1rem; }
    input,
    textarea,
    select,
    fieldset {
      margin-bottom: 1.5rem; }
    pre,
    blockquote,
    dl,
    figure,
    table,
    p,
    ul,
    ol,
    form {
      margin-bottom: 2.5rem; }
     
    /* FOOTER
    ----------------------------------- */
    .footer {
      max-height:60px;
      color: white;
      width:100%;
    }
     
    #container4 {
        clear: left;
        float: left;
        width: 100%;
        overflow: hidden;
        background: #CD853F	;
    }
    #container3 {
        clear: left;
        float: left;
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F	;
    }
     
    #container2 {
        clear: left;
        float: left;
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F	;
    }
     
    #container1 {
        float: left;
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F;
        max-height: 150px;
     
    }
    #col1 {
        float: left;
        margin-top:40px;
        width: 13%;
        position: relative;
        left: 77%;
        overflow: hidden;
    }
     
    #col2 {
        float: left;
        width: 25%;
        position: relative;
        left: 83%;
        overflow: hidden;
    }
     
    #col3 {
        float: left;
        width: 21%;
        position: relative;
        left: 85%;
        overflow: hidden;
    }
     
    #col4 {
        float: left;
        width: 24%;
        position: relative;
        left: 90%;
        overflow: hidden;
    }
     
    /* Utilities
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .u-full-width {
      width: 100%;
      box-sizing: border-box; 
    }
    .footer u-full-width {
      width: 100%;
      box-sizing: border-box; 
    }
    .u-max-full-width {
      max-width: 100%;
      box-sizing: border-box; 
     
    }
    .u-pull-right {
      float: right; }
    .u-pull-left {
      float: left; }
     
     
    /* Misc
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    hr {
      margin-top: 3rem;
      margin-bottom: 3.5rem;
      border-width: 0;
      border-top: 1px solid #E1E1E1; }
     
     
    /* Clearing
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
     
    /* Self Clearing Goodness */
    .container:after,
    .row:after,
    .u-cf {
      content: "";
      display: table;
      clear: both; }
     
     
    /* Media Queries
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /*
    Note: The best way to structure the use of media queries is to create the queries
    near the relevant code. For example, if you wanted to change the styles for buttons
    on small devices, paste the mobile query code up in the buttons section and style it
    there.
    */
     
     
    /* Larger than mobile */
    @media (min-width: 400px) {}
     
    /* Larger than phablet (also point when grid becomes active) */
    @media (min-width: 550px) {}
     
    /* Larger than tablet */
    @media (min-width: 750px) {}
     
    /* Larger than desktop */
    @media (min-width: 1000px) {}
     
    /* Larger than Desktop HD */
    @media (min-width: 1200px) {}
     
    /* Larger than mobile */
    @media (max-width: 400px) {
      .button.inverted {
        padding: 15px;
      }
    }
    @media (min-width: 400px)  and (max-width: 750px) {
      .work-items li.isotope-item.columns {
        width: 100%;
      }
     
    }
    Et sachant que j'ai utilisé Skeleton je vous met le normalize.css si c'est utile
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
     
    /**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS text size adjust after orientation change, without disabling
     *    user zoom.
     */
     
    html {
      font-family: sans-serif; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
      -webkit-text-size-adjust: 100%; /* 2 */
    }
     
    /**
     * Remove default margin.
     */
     
    body {
      margin: 0;
      width:100%;
     
    }
     
    /* HTML5 display definitions
       ========================================================================== */
     
    /**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
     
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
      display: block;
    }
     
    /**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
     
    audio,
    canvas,
    progress,
    video {
      display: inline-block; /* 1 */
      vertical-align: baseline; /* 2 */
    }
     
    /**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
     
    audio:not([controls]) {
      display: none;
      height: 0;
    }
     
    /**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
     */
     
    [hidden],
    template {
      display: none;
    }
     
    /* Links
       ========================================================================== */
     
    /**
     * Remove the gray background color from active links in IE 10.
     */
     
    a {
      background-color: transparent;
    }
     
    /**
     * Improve readability when focused and also mouse hovered in all browsers.
     */
     
    a:active,
    a:hover {
      outline: 0;
    }
     
    /* Text-level semantics
       ========================================================================== */
     
    /**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
     
    abbr[title] {
      border-bottom: 1px dotted;
    }
     
    /**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */
     
    b,
    strong {
      font-weight: bold;
    }
     
    /**
     * Address styling not present in Safari and Chrome.
     */
     
    dfn {
      font-style: italic;
    }
     
    /**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
     
    h1 {
      font-size: 2em;
      margin: 0.67em 0;
    }
     
    /**
     * Address styling not present in IE 8/9.
     */
     
    mark {
      background: #ff0;
      color: #000;
    }
     
    /**
     * Address inconsistent and variable font size in all browsers.
     */
     
    small {
      font-size: 80%;
    }
     
    /**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
     
    sub,
    sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
    }
     
    sup {
      top: -0.5em;
    }
     
    sub {
      bottom: -0.25em;
    }
     
    /* Embedded content
       ========================================================================== */
     
    /**
     * Remove border when inside `a` element in IE 8/9/10.
     */
     
    img {
      border: 0;
    }
     
    /**
     * Correct overflow not hidden in IE 9/10/11.
     */
     
    svg:not(:root) {
      overflow: hidden;
    }
     
    /* Grouping content
       ========================================================================== */
     
    /**
     * Address margin not present in IE 8/9 and Safari.
     */
     
    figure {
      margin: 1em 40px;
    }
     
    /**
     * Address differences between Firefox and other browsers.
     */
     
    hr {
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      height: 0;
    }
     
    /**
     * Contain overflow in all browsers.
     */
     
    pre {
      overflow: auto;
    }
     
    /**
     * Address odd `em`-unit font size rendering in all browsers.
     */
     
    code,
    kbd,
    pre,
    samp {
      font-family: monospace, monospace;
      font-size: 1em;
    }
     
    /* Forms
       ========================================================================== */
     
    /**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
     
    /**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     */
     
    button,
    input,
    optgroup,
    select,
    textarea {
      color: inherit; /* 1 */
      font: inherit; /* 2 */
      margin: 0; /* 3 */
    }
     
    /**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
     
    button {
      overflow: visible;
    }
     
    /**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
     
    button,
    select {
      text-transform: none;
    }
     
    /**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     */
     
    button,
    html input[type="button"], /* 1 */
    input[type="reset"],
    input[type="submit"] {
      -webkit-appearance: button; /* 2 */
      cursor: pointer; /* 3 */
    }
     
    /**
     * Re-set default cursor for disabled elements.
     */
     
    button[disabled],
    html input[disabled] {
      cursor: default;
    }
     
    /**
     * Remove inner padding and border in Firefox 4+.
     */
     
    button::-moz-focus-inner,
    input::-moz-focus-inner {
      border: 0;
      padding: 0;
    }
     
    /**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
     
    input {
      line-height: normal;
    }
     
    /**
     * It's recommended that you don't attempt to style these elements.
     * Firefox's implementation doesn't respect box-sizing, padding, or width.
     *
     * 1. Address box sizing set to `content-box` in IE 8/9/10.
     * 2. Remove excess padding in IE 8/9/10.
     */
     
    input[type="checkbox"],
    input[type="radio"] {
      box-sizing: border-box; /* 1 */
      padding: 0; /* 2 */
    }
     
    /**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
     
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      height: auto;
    }
     
    /**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
     *    (include `-moz` to future-proof).
     */
     
    input[type="search"] {
      -webkit-appearance: textfield; /* 1 */
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box; /* 2 */
      box-sizing: content-box;
    }
     
    /**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */
     
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
    }
     
    /**
     * Define consistent border, margin, and padding.
     */
     
    fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
    }
     
    /**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     */
     
    legend {
      border: 0; /* 1 */
      padding: 0; /* 2 */
    }
     
    /**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
     
    textarea {
      overflow: auto;
    }
     
    /**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
     
    optgroup {
      font-weight: bold;
    }
     
    /* Tables
       ========================================================================== */
     
    /**
     * Remove most spacing between table cells.
     */
     
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }
     
    td,
    th {
      padding: 0;
    }
    Merci d'avance et bonne soirée !!

  2. #2
    Invité
    Invité(e)
    Par défaut
    Bonjour,

    il faut absolument revoir TOUTE la mise en page.

    Il faut :
    • supprimer tous les float:left/right;
    • faire la mise en page des blocs avec : display:table/table-cell, ou display:flex (flexbox).
    • éviter tant que faire se peut les position: absolute;

    Et aussi :
    • OPTIMISER la taille des images !
      4 016px × 6 016px (redimensionné à 227px × 340px)

  3. #3
    Futur Membre du Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Janvier 2019
    Messages
    8
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 26
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2019
    Messages : 8
    Points : 5
    Points
    5
    Par défaut
    Bonjour jreaux62,

    Merci de tes précieux conseils je me suis efforcée de supprimer tous les absolute et de mettre en page avec display : table, j'ai juste un soucis c'est que mes blocs articles s'affichent les uns après les autres et moi j'aimerais les afficher 3 par trois, trois par ligne je ne sais pas comment faire, peux-tu m'aider ?

    Je te joins le code avec les modifications :
    Code HTML : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <title>Beer Lovers Network</title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="Beer Lovers Network" content>
        <meta name="EMLyon students" content>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- GOOGLE FONTS -->  
        <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Exo" rel="stylesheet">
        <!-- CSS -->  
        <link rel="stylesheet" href="normalize.css">
        <link rel="stylesheet" href="skeleton.css">
        <!-- SCRIPT -->  
        <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
        <!-- FAVICON -->
        <link rel="icon" type="image/png" href="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fimage.png?1553348486495">   
      </head>
     
      <body>
        <header class="hero u-full-width" >
            <div class="container centered" id="header">
              <div class="twelve columns">
                <h1 id="headtitle">Beer lovers network
                  <h1 class="separator" id="headerseparator"></h1></h1>
                <h2 class="subtitle"> A special blog, only for beer lovers...</h2>        
              </div>
            </div>
        </header>
     
           <section id="work" class="work u-full-width">
            <div class="container" id="entete">
              <div class="row">
                <div class="twelve columns">
                  <h3 class="separator" id="our-articles">Our community's articles</h3>
                </div>
              </div>
             </div>
     
             <div class="container" id="menu-articles">
               <div class="row">
                <ul class="work-filters u-full-width">
                  <li class="active">
                  <a href="#">All</a>
                  </li>
                  <li>
                  <a href="#">Beer News</a>
                  </li>
                  <li>
                  <a href="#">Beer & Food Pairing</a>
                  </li>
                  <li>
                  <a href="#">Beer cocktails</a>
                  </li>
                  <li>
                  <a href="#">Fun beer stuff</a>
                  </li>
                  <li>
                  <a href="#">Pictures</a>
                  </li>
                  </ul>
               </div>
             </div>
     
             <div class="container" id="main"> 
               <div class="col" id="menu">
                <ul id="mainnavigation">
                  <li><a href="#" title="aller à la section 1">Best Places</a></li>
                  <li><a href="#" title="aller à la section 2">Top Beers</a></li>
                  <li><a href="#" title="aller à la section 3">Our community</a></li>
                  <li><a href="doc.html" title="aller à la section 5">About us</a></li>
                </ul>
              </div>
     
               <div class="col" id="articles">
                 <div class="row" id="row">
                 <ul class="work-items u-cf">
                   <li class="four columns">
                   <img src="http://brewpublic.com/wp-content/uploads/2017/03/BridgePort-Brewings-new-re-branding-for-2017-includes-new-updated-labels-for-its-iconic-IPA-and-King-Pin-along-with-a-new-release-Tiny-Horse-Pilsner.-image-courtesy-of-BridgePort-Brewing.png">
               <div class="work-detail">
                 <div class="vertical-centered">
                  <h3>Beer news</h3>
                  <p class="separator orange">Tiny Horse</p>
                 </div>
               </div>
                   </li>
                   <li class="four columns">
                   <img src="data:image/jpeg;base64,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">
                     <div class="work-detail">
                       <div class="vertical-centered">
                         <h3>Beer & Food Pairing</h3>
                         <p class="separator orange">Beer and Spanish pickles </p>
                       </div>
                     </div>               
                    </li>
                    <li class="four columns">
                    <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKS4wFtuPi07gaSGAhNnUHL3_hJLCnDullELFK5b0bvu-WvxF7">
                      <div class="work-detail">
                        <div class="vertical-centered">
                        <h3>Beer cocktails</h3>
                        <p class="separator orange">Beer and Loathing Beer Cocktail</p>
                        </div>
                      </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Felevate-755011-unsplash.jpg?1553718731949">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Fun beer stuff</h3>
                          <p class="separator orange">What Made Me Laugh?</p>
                          </div>
                        </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fquentin-dr-125010-unsplash.jpg?1553718734507">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Other</h3>
                          <p class="separator orange">Sharing beer with friends</p>
                          </div>
                        </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fwil-stewart-24562-unsplash.jpg?1553718867068">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Pictures</h3>
                          <p class="separator orange">Beautiful pictures</p>
                          </div>
                        </div>
                       </li>
                    </ul>
              </div>
            </div>            
          </div>  
        </section>
     
     
     
        <!--Footer-->
         <section class="footer">
          <div class="col1"> 
            <div id="container4">
    	        <div id="container3">
    		        <div id="container2">
    			        <div id="container1">
    				        <div id="col1">
    					      <!-- Column one start -->
    					        <img id="beer-logo" src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fimage.png?1553348486495">
    				        </div>
     
    				        <div id="col2">
                      <ul id="adresse">
                        <h3 class="title-info">Beer Lovers Network</h3>
                        <ul class="text-info">
                        <li> 23 avenue Guy de Collongues</li>
                        <li> 69130 ECULLY</li>
                        </ul>
                      </ul>
                    </div>
     
    					    	<div id="col3">
                      <ul id="horaires">
                        <h3 class="title-info"> Opening hours</h3>
                        <ul class="text-info">
                        <li> 24h/24</li>
                        <li> 7j/7</li>
                        </ul>
                      </ul>
    				        </div>
     
    				        <div id="col4">
                      <ul id="contact">
    					          <h3 class="title-info">Contact us</h3>
                          <ul class="text-info">
                            <li> 02 23 62 84 33</li>
                            <li> beerloversnetwork@gmail.com</li>
                          </ul>
     
                      </ul>
    				        </div>
    			</div>
    		</div>
    	</div>
      </div>
    </div>
    </section>
    </body>
    </html>
    Code CSS : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
    908
    909
    910
    911
    912
    913
    914
    915
    916
    917
    918
    919
    920
    921
    922
    923
    924
    925
    926
    927
    928
    /*
    * Skeleton V2.0.4
    * Copyright 2014, Dave Gamache
    * www.getskeleton.com
    * Free to use under the MIT license.
    * http://www.opensource.org/licenses/mit-license.php
    * 12/29/2014
    */
     
     
    /* Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - Header
    - Menu
    - Articles
    - Section
    - Separator
    - Pictures
    - Grid
    - Base Styles
    - Typography
    - Links
    - Buttons
    - Forms
    - Lists
    - Code
    - Tables
    - Spacing
    - Utilities
    - Clearing
    - Media Queries
    */
    .div {
      display:table;
     
    }
    #main-body {
      display:table-cell;
    }
     
    #menu {
      display:table-cell;
      width:240px;
    }
     
    #articles {
      display:table-cell;
     
    }
     
    #entete, #menu, #contenu, #footer {
    padding:1px 0; /* pour la fusion des marges*/
    }
     
    #entete {
      text-align:center;
      margin-right:auto;
      margin-left:auto;
      width:800px;
      margin-top:50px;
    }
     
    #main {
    display:table;
    margin:auto;
    }
     
     
     
    /* HEADER 
    -------------------------------------------------- */
     
    #header {
      background-image: url(https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fmnm-all-552510-unsplash.jpg?1553714395878);
      display: table;
      height: 400px;
      background-size:cover;
      text-align:center;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 800px;
     
    }
    .hero-image {
      background-size: 50px;
      background-position: 50% 50%;
      display:table-cell;
      top: 0; right: 0; bottom: 0; left: 0;
      opacity: 0.9;
      max-width:800px;
      max-height:400px;
     
     
     
    }
     
    .hero-image:after {
      content: '';
      opacity: .87; /* layer alpha */
      background-size: cover; /* Resize the background image to cover the entire container */
      top: 0; right: 0; bottom: 0; left: 0;
      width:100%;
      width:700px;
      display:table-cell;
     
     
    }
     
    .hero h2 {
      font-size: 24px;
    }
     
    .hero p {
      padding: 0 15%;
    }
     
    .hero .separator:before {
      background-color: white;
    }
     
    .hero u-full-width { 
        background-image: url(https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fmnm-all-552510-unsplash.jpg?1553714395878);  
    }
     
    /* MENU
    -------------------------------------------------*/
    #mainnavigation {
      list-style: none;
     
    }
     
    #mainnavigation li {
      background-color:black;
      color: #fff ;
      border: 1px solid #600 ;
      margin-bottom: 100px ;
      max-height:60px;
      max-width:250px;
      border-radius:50px;
      font-size:28px;
      font-family: "Exo", sans-serif;
      font-weight:bold;
      margin-top:50px;
      width:100%;
     
    }
    #mainnavigation li a {
      color: #fff ;
      font: 1em "Abril fatface",Arial,sans-serif ;
      line-height: 1em ;
      text-align: center ;
      text-decoration: none ;
      padding: 6px 0 ;
      margin-top:5px;
     
    }
     
    #navigation li a:hover, #navigation li a:focus, #navigation li a:active {
      background: #900 ;
      text-decoration: underline ;
    }
     
    /* ARTICLES
    ---------------------------------------------------------*/
     
    /* Articles Filters */
     
    .work-filters {
      list-style: none;
      width:100%;
      margin-left:140px;
      max-width: 745px;
    }
    .work-filters li {
      display: inline-block;
      margin: 0 .5em;
      font-size: 18px;
      text-transform: uppercase;
      font-family: "Exo";
    }
    .work-filters li a {
      color: inherit;
      text-decoration: none;
    }
    .work-filters li.active {
      font-family: "Abril fatface"
    }
     
    /* Articles items */
     
    .work-items {
      width:100%;
      margin-left:200px;
      max-width: 750px;
      display: inline-block;
      margin-bottom:100px;
    }
    .work-items li {
      position: relative;
      overflow: hidden;
      height: 360px;
      margin: 0!important;
      width: 33%;
      border: 10px solid white; 
    }
     
    .work-items li:nth-child(4n) {
      margin-left: 0;
    }
     
    .work-items li img{
      width: auto;
      height: 100%;
      display: block;
    }
     
    /* Articles detail */
     
    .work-detail {
      position: absolute;
      top: 0; bottom: 0; left: 0; right: 0;
      opacity: 0;
      background: rgba(0,0,0,.75);
      color: white;
     
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    .work-detail h3 {
      font-size: 16px;
      letter-spacing: .05em;
     
    }
    .work-detail p {
      font-size: 20px;
      text-transform: capitalize;
      padding-left: 20px;
      padding-right: 20px;
    }
     
    .work-items li:hover .work-detail{
      opacity: 1;
      box-shadow: inset 0 0 0 10px #222;
     
    }
     
    /* SECTIONS
    --------------------------------------------- */
     
    section {
      text-align: center;
      margin-top:-50px;
      width:100%;
    }
     
    #introduction {
      margin-left:300px;
      max-width:800px;
      )
     
    }
    /*
     
      Section with featured background image. Every section which will have this
      class will get the effect with a background cover.
     
    */
     
    .featured-bg-image {
      position: relative;
      background-color: #222222;
      color: white;
      min-height: 500px;
    }
     
    .featured-bg-image:before {
      content: '';
      position: absolute;
      top: 0; right: 0; left: 0; bottom: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      opacity: .35;
    }
     
    .help:before {
      background: url("../images/help_bg_image.jpg");
    }
     
    .creativity:before {
      background: url("../images/creativity_bg_image.jpg");
      background-position: 50% 0;
    }
     
    .quote:before {
      background: url("../images/quote_bg_image.jpg");
    }
     
    .video-iframe{
      position: absolute;
      left: 0; top: 0; bottom: 0; right: 0;
      height: 100%;
      width: 100%;
      display: none;
    }
     
    .video:before {
      background: url("../images/video_bg_image.jpg");
    }
     
    .clients {
      background-color: #f4f4f4;
    }
     
     
    /* Separator */
     
    .separator {
      position: relative;
      margin-top: 50px;
      padding-bottom: 1.7em;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      color: inherit;
      margin-left:0px;
     
    }
     
    #our-articles {
      margin-left:90px;
     
    }
    #headerseparator {
      margin-top:-80px;
    }
     
    #headtitle { 
      text-align:center;
      margin-top: 130px;
    }
    .separator:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      width: 86px;
      height: 2px;
      background-color: #222;
     
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .separator.orange:before {
      background-color: #d87843;
    }
     
    /*PICTURES
    --------------------------------------------------*/
     
    #beer-logo {
      width:80px;
     
    }
     
    /* Grid
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .container {
      position: relative;
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box; 
    }
    .column,
    .columns {
      width: 100%;
      box-sizing: border-box; }
     
    /* For devices larger than 400px */
    @media (min-width: 400px) {
      .container {
        width: 85%;
        padding: 0; }
    }
     
    /* For devices larger than 550px */
    @media (min-width: 550px) {
      .container {
        width: 80%; }
      .column,
      .columns {
        margin-left: 4%; }
      .column:first-child,
      .columns:first-child {
        margin-left: 0; }
     
      .one.column,
      .one.columns                    { width: 4.66666666667%; }
      .two.columns                    { width: 13.3333333333%; }
      .three.columns                  { width: 22%;            }
      .four.columns                   { width: 30.6666666667%; }
      .five.columns                   { width: 39.3333333333%; }
      .six.columns                    { width: 48%;            }
      .seven.columns                  { width: 56.6666666667%; }
      .eight.columns                  { width: 65.3333333333%; }
      .nine.columns                   { width: 74.0%;          }
      .ten.columns                    { width: 82.6666666667%; }
      .eleven.columns                 { width: 91.3333333333%; }
     
      .twelve.columns                 { 
        width: 100%; 
      }
     
     
      .one-third.column               { width: 30.6666666667%; }
      .two-thirds.column              { width: 65.3333333333%; }
     
      .one-half.column                { width: 48%; }
     
      /* Offsets */
      .offset-by-one.column,
      .offset-by-one.columns          { margin-left: 8.66666666667%; }
      .offset-by-two.column,
      .offset-by-two.columns          { margin-left: 17.3333333333%; }
      .offset-by-three.column,
      .offset-by-three.columns        { margin-left: 26%;            }
      .offset-by-four.column,
      .offset-by-four.columns         { margin-left: 34.6666666667%; }
      .offset-by-five.column,
      .offset-by-five.columns         { margin-left: 43.3333333333%; }
      .offset-by-six.column,
      .offset-by-six.columns          { margin-left: 52%;            }
      .offset-by-seven.column,
      .offset-by-seven.columns        { margin-left: 60.6666666667%; }
      .offset-by-eight.column,
      .offset-by-eight.columns        { margin-left: 69.3333333333%; }
      .offset-by-nine.column,
      .offset-by-nine.columns         { margin-left: 78.0%;          }
      .offset-by-ten.column,
      .offset-by-ten.columns          { margin-left: 86.6666666667%; }
      .offset-by-eleven.column,
      .offset-by-eleven.columns       { margin-left: 95.3333333333%; }
     
      .offset-by-one-third.column,
      .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
      .offset-by-two-thirds.column,
      .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }
     
      .offset-by-one-half.column,
      .offset-by-one-half.columns     { margin-left: 52%; }
     
    }
     
     
    /* Base Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /* NOTE
    html is set to 62.5% so that all the REM measurements throughout Skeleton
    are based on 10px sizing. So basically 1.5rem = 15px :) */
    html {
      font-size: 62.5%; }
    body {
      font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
      line-height: 1.6;
      font-weight: 400;
      font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #222; }
     
     
    .vertical-centered {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
    }
     
     
    /* Typography
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
     
    body {
      font-size: 16px;
      letter-spacing: .05em;
      color: #222222;
      font-family: "Exo", sans-serif;
    }
    h1 {
       font-family: 'Abril Fatface', cursive;
       color:white;
     
    }
     
    h2 {
     
      color:white;
     
    }
    h4 {
      font-size: 22px;
     
    }
    h3 {
      font-size: 28px;
      font-family: 'Abril Fatface', cursive;
    }
    h1, h2, h3, h4, h5, h6 {
      margin-top: 0;
      margin-bottom: 2rem;
      font-weight: 300; }
    h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
    h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
    h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
    h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
    h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
    h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
     
    /* Larger than phablet */
    @media (min-width: 550px) {
      h1 { font-size: 5.0rem; }
      h2 { font-size: 4.2rem; }
      h3 { font-size: 3.6rem; }
      h4 { font-size: 3.0rem; }
      h5 { font-size: 2.4rem; }
      h6 { font-size: 1.5rem; }
    }
     
    p {
      margin-top: 0;
      }
     
    p .separatororange {
      margin-right:1000px;
    }
     
    .title-info {
      font-size:20px;
      margin-top:10px;
    }
     
    .text-info {
      margin-right:10px;
     
    }
     
     
    /* Links
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    a {
      color: #1EAEDB; }
    a:hover {
      color: #0FA0CE; }
     
     
    /* Buttons
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
      display: inline-block;
      height: 38px;
      padding: 0 30px;
      color: #555;
      text-align: center;
      font-size: 11px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: .1rem;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border-radius: 4px;
      border: 1px solid #bbb;
      cursor: pointer;
      box-sizing: border-box; }
    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:focus,
    button:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
      color: #333;
      border-color: #888;
      outline: 0; }
    .button.button-primary,
    button.button-primary,
    input[type="submit"].button-primary,
    input[type="reset"].button-primary,
    input[type="button"].button-primary {
      color: #FFF;
      background-color: #33C3F0;
      border-color: #33C3F0; }
    .button.button-primary:hover,
    button.button-primary:hover,
    input[type="submit"].button-primary:hover,
    input[type="reset"].button-primary:hover,
    input[type="button"].button-primary:hover,
    .button.button-primary:focus,
    button.button-primary:focus,
    input[type="submit"].button-primary:focus,
    input[type="reset"].button-primary:focus,
    input[type="button"].button-primary:focus {
      color: #FFF;
      background-color: #1EAEDB;
      border-color: #1EAEDB; }
     
    /* Button inverted */
     
    .button.inverted {
      font-size: inherit;
      padding: 25px 70px;
      color: white;
      height: auto;
      border: 3px solid white;
      text-transform: none;
      font-family: "Exo";
    }
     
    .button.inverted:hover {
      background: white;
      color: #222;
    }
     
    .button.circle {
      padding: 0;
      width: 2.5em;
      height: 2.5em;
      line-height: 2.5em;
      border-radius: 50%;
      text-align: center;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
      box-sizing: content-box;
    }
     
    /* Forms
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea,
    select {
      height: 38px;
      padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
      background-color: #fff;
      border: 1px solid #D1D1D1;
      border-radius: 4px;
      box-shadow: none;
      box-sizing: border-box; }
    /* Removes awkward default styles on some inputs for iOS */
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    textarea {
      min-height: 65px;
      padding-top: 6px;
      padding-bottom: 6px; }
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
      border: 1px solid #33C3F0;
      outline: 0; }
    label,
    legend {
      display: block;
      margin-bottom: .5rem;
      font-weight: 600; }
    fieldset {
      padding: 0;
      border-width: 0; }
    input[type="checkbox"],
    input[type="radio"] {
      display: inline; }
    label > .label-body {
      display: inline-block;
      margin-left: .5rem;
      font-weight: normal; }
     
     
    /* Lists
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    ul {
      list-style: circle inside; }
    ol {
      list-style: decimal inside; }
    ol, ul {
      padding-left: 0;
      margin-top: 0; }
    ul ul,
    ul ol,
    ol ol,
    ol ul {
      margin: 1.5rem 0 1.5rem 3rem;
      font-size: 90%; }
    li {
      margin-bottom: 1rem; }
     
     
    /* Code
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    code {
      padding: .2rem .5rem;
      margin: 0 .2rem;
      font-size: 90%;
      white-space: nowrap;
      background: #F1F1F1;
      border: 1px solid #E1E1E1;
      border-radius: 4px; }
    pre > code {
      display: block;
      padding: 1rem 1.5rem;
      white-space: pre; }
     
     
    /* Tables
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    th,
    td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #E1E1E1; }
    th:first-child,
    td:first-child {
      padding-left: 0; }
    th:last-child,
    td:last-child {
      padding-right: 0; }
     
     
    /* Spacing
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    button,
    .button {
      margin-bottom: 1rem; }
    input,
    textarea,
    select,
    fieldset {
      margin-bottom: 1.5rem; }
    pre,
    blockquote,
    dl,
    figure,
    table,
    p,
    ul,
    ol,
    form {
      margin-bottom: 2.5rem; }
     
    /* FOOTER
    ----------------------------------- */
    .footer {
      max-height:60px;
      color: white;
      width:100%;
    }
     
    #container4 {
        clear: left;
        width: 100%;
        overflow: hidden;
        background: #CD853F	;
    }
    #container3 {
        clear: left;
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F	;
    }
     
    #container2 {
        clear: left;
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F	;
    }
     
    #container1 {
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F;
        max-height: 150px;
     
    }
    #col1 {
        margin-top:40px;
        width: 13%;
        position: relative;
        left: 77%;
        overflow: hidden;
    }
     
    #col2 {
        width: 25%;
        position: relative;
        left: 83%;
        overflow: hidden;
    }
     
    #col3 {
        width: 21%;
        position: relative;
        left: 85%;
        overflow: hidden;
    }
     
    #col4 {
        width: 24%;
        position: relative;
        left: 90%;
        overflow: hidden;
    }
     
    /* Utilities
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .u-full-width {
      width: 100%;
     
    }
    .footer u-full-width {
      width: 100%;
      box-sizing: border-box; 
    }
    .u-max-full-width {
      max-width: 100%;
      box-sizing: border-box; 
     
    }
     
    /* Misc
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    hr {
      margin-top: 3rem;
      margin-bottom: 3.5rem;
      border-width: 0;
      border-top: 1px solid #E1E1E1; }
     
     
    /* Clearing
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
     
    /* Self Clearing Goodness */
    .container:after,
    .row:after,
    .u-cf {
      content: "";
      display: table;
      clear: both; }
     
     
    /* Media Queries
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /*
    Note: The best way to structure the use of media queries is to create the queries
    near the relevant code. For example, if you wanted to change the styles for buttons
    on small devices, paste the mobile query code up in the buttons section and style it
    there.
    */
     
     
    /* Larger than mobile */
    @media (min-width: 400px) {}
     
    /* Larger than phablet (also point when grid becomes active) */
    @media (min-width: 550px) {}
     
    /* Larger than tablet */
    @media (min-width: 750px) {}
     
    /* Larger than desktop */
    @media (min-width: 1000px) {}
     
    /* Larger than Desktop HD */
    @media (min-width: 1200px) {}
     
    /* Larger than mobile */
    @media (max-width: 400px) {
      .button.inverted {
        padding: 15px;
      }
    }
    @media (min-width: 400px)  and (max-width: 750px) {
      .work-items li.isotope-item.columns {
        width: 100%;
      }
     
    }

    Merci d'avance !!

  4. #4
    Futur Membre du Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Janvier 2019
    Messages
    8
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 26
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2019
    Messages : 8
    Points : 5
    Points
    5
    Par défaut
    EDIT :

    J'ai réussi à créer le fameux tableau, le soucis est que mon texte ne s'affiche pas sur les images comme tout à l'heure, pouvez-vous m'aider ?

    Je up le code
    Code HTML : Sélectionner tout - Visualiser dans une fenêtre à part
    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
               <div id="col">
                  <ul>
                    <li class="four columns">
                       <img src="http://brewpublic.com/wp-content/uploads/2017/03/BridgePort-Brewings-new-re-branding-for-2017-includes-new-updated-labels-for-its-iconic-IPA-and-King-Pin-along-with-a-new-release-Tiny-Horse-Pilsner.-image-courtesy-of-BridgePort-Brewing.png">
                         <div class="work-detail">
                           <div class="vertical-centered">
                            <h3>Beer news</h3>
                            <p class="separator orange">Tiny Horse</p>
                           </div>
                         </div>
                    </li>
                    <li class="four columns">
                   <img src="data:image/jpeg;base64,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">
                     <div class="work-detail">
                       <div class="vertical-centered">
                         <h3>Beer & Food Pairing</h3>
                         <p class="separator orange">Beer and Spanish pickles </p>
                       </div>
                     </div> 
                     </li>                 
                    <li class="four columns">
                    <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKS4wFtuPi07gaSGAhNnUHL3_hJLCnDullELFK5b0bvu-WvxF7">
                      <div class="work-detail">
                        <div class="vertical-centered">
                        <h3>Beer cocktails</h3>
                        <p class="separator orange">Beer and Loathing Beer Cocktail</p>
                        </div>
                      </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Felevate-755011-unsplash.jpg?1553718731949">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Fun beer stuff</h3>
                          <p class="separator orange">What Made Me Laugh?</p>
                          </div>
                        </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fquentin-dr-125010-unsplash.jpg?1553718734507">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Other</h3>
                          <p class="separator orange">Sharing beer with friends</p>
                          </div>
                        </div>
                      </li>
                      <li class="four columns">
                      <img src="https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fwil-stewart-24562-unsplash.jpg?1553718867068">
                        <div class="work-detail">
                          <div class="vertical-centered">
                          <h3>Pictures</h3>
                          <p class="separator orange">Beautiful pictures</p>
                          </div>
                        </div>
                       </li>
                 </ul> 
               </div>
    Code CSS : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
    908
    909
    910
    911
    912
    913
    914
    915
    916
    917
    918
    919
    920
    921
    922
    923
    924
    925
    926
    927
    928
    929
    930
    931
    932
    933
    934
    935
    936
    937
    938
    939
    940
    941
    942
    943
    944
    945
    946
    947
    948
    949
    950
    951
    952
    953
    954
    955
    956
    957
    958
    959
    /*
    * Skeleton V2.0.4
    * Copyright 2014, Dave Gamache
    * www.getskeleton.com
    * Free to use under the MIT license.
    * http://www.opensource.org/licenses/mit-license.php
    * 12/29/2014
    */
     
     
    /* Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - Header
    - Menu
    - Articles
    - Section
    - Separator
    - Pictures
    - Grid
    - Base Styles
    - Typography
    - Links
    - Buttons
    - Forms
    - Lists
    - Code
    - Tables
    - Spacing
    - Utilities
    - Clearing
    - Media Queries
    */
     
    img {
      width:200px;
     
    }
    .div {
      display:table;
     
    }
    #main-body {
      display:table-cell;
    }
     
    #menu {
      display:table-cell;
      width:240px;
    }
     
    #col{
        display:block; position:relative;
        height:200px;
    }
    #col ul{
        display: block;
        width: 100%;
        padding:0px
    }
    #col ul li{
        display: inline-block;
        width: 30% ;
        margin-left: 1%;
        margin-right: 1%;
    }
     
    #article1 {
      background-image: url("http://brewpublic.com/wp-content/uploads/2017/03/BridgePort-Brewings-new-re-branding-for-2017-includes-new-updated-labels-for-its-iconic-IPA-and-King-Pin-along-with-a-new-release-Tiny-Horse-Pilsner.-image-courtesy-of-BridgePort-Brewing.png");
     
     
    }
     
    #entete, #menu, #contenu, #footer {
    padding:1px 0; /* pour la fusion des marges*/
    }
     
    #entete {
      text-align:center;
      margin-right:auto;
      margin-left:auto;
      width:800px;
      margin-top:50px;
    }
     
    #main {
    display:table;
    margin:auto;
    }
     
    .work-items u-cf {
      display:table-cell;
     
    }
     
    .work-items u-cf:first-child {
      width:100px;
    }
     
    /* HEADER 
    -------------------------------------------------- */
     
    #header {
      background-image: url(https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fmnm-all-552510-unsplash.jpg?1553714395878);
      display: table;
      height: 400px;
      background-size:cover;
      text-align:center;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 800px;
     
    }
    .hero-image {
      background-size: 50px;
      background-position: 50% 50%;
      display:table-cell;
      top: 0; right: 0; bottom: 0; left: 0;
      opacity: 0.9;
      max-width:800px;
      max-height:400px;
     
     
     
    }
     
    .hero-image:after {
      content: '';
      opacity: .87; /* layer alpha */
      background-size: cover; /* Resize the background image to cover the entire container */
      top: 0; right: 0; bottom: 0; left: 0;
      width:100%;
      width:700px;
      display:table-cell;
     
     
    }
     
    .hero h2 {
      font-size: 24px;
    }
     
    .hero p {
      padding: 0 15%;
    }
     
    .hero .separator:before {
      background-color: white;
    }
     
    .hero u-full-width { 
        background-image: url(https://cdn.glitch.com/26d6bd7f-970e-4acb-a03d-255302b7feca%2Fmnm-all-552510-unsplash.jpg?1553714395878);  
    }
     
    /* MENU
    -------------------------------------------------*/
    #mainnavigation {
      list-style: none;
     
    }
     
    #mainnavigation li {
      background-color:black;
      color: #fff ;
      border: 1px solid #600 ;
      margin-bottom: 100px ;
      max-height:60px;
      max-width:250px;
      border-radius:50px;
      font-size:28px;
      font-family: "Exo", sans-serif;
      font-weight:bold;
      margin-top:50px;
      width:100%;
     
    }
    #mainnavigation li a {
      color: #fff ;
      font: 1em "Abril fatface",Arial,sans-serif ;
      line-height: 1em ;
      text-align: center ;
      text-decoration: none ;
      padding: 6px 0 ;
      margin-top:5px;
     
    }
     
    #navigation li a:hover, #navigation li a:focus, #navigation li a:active {
      background: #900 ;
      text-decoration: underline ;
    }
     
    /* ARTICLES
    ---------------------------------------------------------*/
     
    /* Articles Filters */
     
    .work-filters {
      list-style: none;
      width:100%;
      margin-left:140px;
      max-width: 745px;
    }
    .work-filters li {
      display: inline-block;
      margin: 0 .5em;
      font-size: 18px;
      text-transform: uppercase;
      font-family: "Exo";
    }
    .work-filters li a {
      color: inherit;
      text-decoration: none;
    }
    .work-filters li.active {
      font-family: "Abril fatface"
    }
     
    /* Articles items */
     
    .work-items {
      width:100%;
      margin-left:200px;
      max-width: 750px;
      display: inline-block;
      margin-bottom:100px;
    }
    .work-items li {
      position: relative;
      overflow: hidden;
      height: 360px;
      margin: 0!important;
      width: 33%;
      border: 10px solid white; 
    }
     
    .work-items li:nth-child(4n) {
      margin-left: 0;
    }
     
    .work-items li img{
      width: auto;
      height: 100%;
      display: block;
    }
     
    /* Articles detail */
     
    .work-detail {
      position: absolute;
      top: 0; bottom: 0; left: 0; right: 0;
      opacity: 0;
      background: rgba(0,0,0,.75);
      color: white;
     
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    .work-detail h3 {
      font-size: 16px;
      letter-spacing: .05em;
     
    }
    .work-detail p {
      font-size: 20px;
      text-transform: capitalize;
      padding-left: 20px;
      padding-right: 20px;
    }
     
    .work-items li:hover .work-detail{
      opacity: 1;
      box-shadow: inset 0 0 0 10px #222;
     
    }
     
    /* SECTIONS
    --------------------------------------------- */
     
    section {
      text-align: center;
      margin-top:-50px;
      width:100%;
    }
     
    #introduction {
      margin-left:300px;
      max-width:800px;
     
    }
    /*
     
      Section with featured background image. Every section which will have this
      class will get the effect with a background cover.
     
    */
     
    .featured-bg-image {
      position: relative;
      background-color: #222222;
      color: white;
      min-height: 500px;
    }
     
    .featured-bg-image:before {
      content: '';
      position: absolute;
      top: 0; right: 0; left: 0; bottom: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      opacity: .35;
    }
     
    .help:before {
      background: url("../images/help_bg_image.jpg");
    }
     
    .creativity:before {
      background: url("../images/creativity_bg_image.jpg");
      background-position: 50% 0;
    }
     
    .quote:before {
      background: url("../images/quote_bg_image.jpg");
    }
     
    .video-iframe{
      position: absolute;
      left: 0; top: 0; bottom: 0; right: 0;
      height: 100%;
      width: 100%;
      display: none;
    }
     
    .video:before {
      background: url("../images/video_bg_image.jpg");
    }
     
    .clients {
      background-color: #f4f4f4;
    }
     
     
    /* Separator */
     
    .separator {
      position: relative;
      margin-top: 50px;
      padding-bottom: 1.7em;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      color: inherit;
      margin-left:0px;
     
    }
     
    #our-articles {
      margin-left:90px;
     
    }
    #headerseparator {
      margin-top:-80px;
    }
     
    #headtitle { 
      text-align:center;
      margin-top: 130px;
    }
    .separator:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      width: 86px;
      height: 2px;
      background-color: #222;
     
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .separator.orange:before {
      background-color: #d87843;
    }
     
    /*PICTURES
    --------------------------------------------------*/
     
    #beer-logo {
      width:80px;
     
    }
     
    /* Grid
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .container {
      position: relative;
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box; 
    }
    .column,
    .columns {
      width: 100%;
      box-sizing: border-box; }
     
    /* For devices larger than 400px */
    @media (min-width: 400px) {
      .container {
        width: 85%;
        padding: 0; }
    }
     
    /* For devices larger than 550px */
    @media (min-width: 550px) {
      .container {
        width: 80%; }
      .column,
      .columns {
        margin-left: 4%; }
      .column:first-child,
      .columns:first-child {
        margin-left: 0; }
     
      .one.column,
      .one.columns                    { width: 4.66666666667%; }
      .two.columns                    { width: 13.3333333333%; }
      .three.columns                  { width: 22%;            }
      .four.columns                   { 
        width: 30.6666666667%;
     
      }
      .five.columns                   { width: 39.3333333333%; }
      .six.columns                    { width: 48%;            }
      .seven.columns                  { width: 56.6666666667%; }
      .eight.columns                  { width: 65.3333333333%; }
      .nine.columns                   { width: 74.0%;          }
      .ten.columns                    { width: 82.6666666667%; }
      .eleven.columns                 { width: 91.3333333333%; }
     
      .twelve.columns                 { 
        width: 100%; 
      }
     
     
      .one-third.column               { width: 30.6666666667%; }
      .two-thirds.column              { width: 65.3333333333%; }
     
      .one-half.column                { width: 48%; }
     
      /* Offsets */
      .offset-by-one.column,
      .offset-by-one.columns          { margin-left: 8.66666666667%; }
      .offset-by-two.column,
      .offset-by-two.columns          { margin-left: 17.3333333333%; }
      .offset-by-three.column,
      .offset-by-three.columns        { margin-left: 26%;            }
      .offset-by-four.column,
      .offset-by-four.columns         { margin-left: 34.6666666667%; }
      .offset-by-five.column,
      .offset-by-five.columns         { margin-left: 43.3333333333%; }
      .offset-by-six.column,
      .offset-by-six.columns          { margin-left: 52%;            }
      .offset-by-seven.column,
      .offset-by-seven.columns        { margin-left: 60.6666666667%; }
      .offset-by-eight.column,
      .offset-by-eight.columns        { margin-left: 69.3333333333%; }
      .offset-by-nine.column,
      .offset-by-nine.columns         { margin-left: 78.0%;          }
      .offset-by-ten.column,
      .offset-by-ten.columns          { margin-left: 86.6666666667%; }
      .offset-by-eleven.column,
      .offset-by-eleven.columns       { margin-left: 95.3333333333%; }
     
      .offset-by-one-third.column,
      .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
      .offset-by-two-thirds.column,
      .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }
     
      .offset-by-one-half.column,
      .offset-by-one-half.columns     { margin-left: 52%; }
     
    }
     
     
    /* Base Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /* NOTE
    html is set to 62.5% so that all the REM measurements throughout Skeleton
    are based on 10px sizing. So basically 1.5rem = 15px :) */
    html {
      font-size: 62.5%; }
    body {
      font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
      line-height: 1.6;
      font-weight: 400;
      font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #222; }
     
     
    .vertical-centered {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
    }
     
     
    /* Typography
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
     
    body {
      font-size: 16px;
      letter-spacing: .05em;
      color: #222222;
      font-family: "Exo", sans-serif;
    }
    h1 {
       font-family: 'Abril Fatface', cursive;
       color:white;
     
    }
     
    h2 {
     
      color:white;
     
    }
    h4 {
      font-size: 22px;
     
    }
    h3 {
      font-size: 28px;
      font-family: 'Abril Fatface', cursive;
    }
    h1, h2, h3, h4, h5, h6 {
      margin-top: 0;
      margin-bottom: 2rem;
      font-weight: 300; }
    h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
    h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
    h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
    h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
    h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
    h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
     
    /* Larger than phablet */
    @media (min-width: 550px) {
      h1 { font-size: 5.0rem; }
      h2 { font-size: 4.2rem; }
      h3 { font-size: 3.6rem; }
      h4 { font-size: 3.0rem; }
      h5 { font-size: 2.4rem; }
      h6 { font-size: 1.5rem; }
    }
     
    p {
      margin-top: 0;
      }
     
    p .separatororange {
      margin-right:1000px;
    }
     
    .title-info {
      font-size:20px;
      margin-top:10px;
    }
     
    .text-info {
      margin-right:10px;
     
    }
     
     
    /* Links
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    a {
      color: #1EAEDB; }
    a:hover {
      color: #0FA0CE; }
     
     
    /* Buttons
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
      display: inline-block;
      height: 38px;
      padding: 0 30px;
      color: #555;
      text-align: center;
      font-size: 11px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: .1rem;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border-radius: 4px;
      border: 1px solid #bbb;
      cursor: pointer;
      box-sizing: border-box; }
    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:focus,
    button:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
      color: #333;
      border-color: #888;
      outline: 0; }
    .button.button-primary,
    button.button-primary,
    input[type="submit"].button-primary,
    input[type="reset"].button-primary,
    input[type="button"].button-primary {
      color: #FFF;
      background-color: #33C3F0;
      border-color: #33C3F0; }
    .button.button-primary:hover,
    button.button-primary:hover,
    input[type="submit"].button-primary:hover,
    input[type="reset"].button-primary:hover,
    input[type="button"].button-primary:hover,
    .button.button-primary:focus,
    button.button-primary:focus,
    input[type="submit"].button-primary:focus,
    input[type="reset"].button-primary:focus,
    input[type="button"].button-primary:focus {
      color: #FFF;
      background-color: #1EAEDB;
      border-color: #1EAEDB; }
     
    /* Button inverted */
     
    .button.inverted {
      font-size: inherit;
      padding: 25px 70px;
      color: white;
      height: auto;
      border: 3px solid white;
      text-transform: none;
      font-family: "Exo";
    }
     
    .button.inverted:hover {
      background: white;
      color: #222;
    }
     
    .button.circle {
      padding: 0;
      width: 2.5em;
      height: 2.5em;
      line-height: 2.5em;
      border-radius: 50%;
      text-align: center;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
      box-sizing: content-box;
    }
     
    /* Forms
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea,
    select {
      height: 38px;
      padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
      background-color: #fff;
      border: 1px solid #D1D1D1;
      border-radius: 4px;
      box-shadow: none;
      box-sizing: border-box; }
    /* Removes awkward default styles on some inputs for iOS */
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    textarea {
      min-height: 65px;
      padding-top: 6px;
      padding-bottom: 6px; }
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
      border: 1px solid #33C3F0;
      outline: 0; }
    label,
    legend {
      display: block;
      margin-bottom: .5rem;
      font-weight: 600; }
    fieldset {
      padding: 0;
      border-width: 0; }
    input[type="checkbox"],
    input[type="radio"] {
      display: inline; }
    label > .label-body {
      display: inline-block;
      margin-left: .5rem;
      font-weight: normal; }
     
     
    /* Lists
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    ul {
      list-style: circle inside; }
    ol {
      list-style: decimal inside; }
    ol, ul {
      padding-left: 0;
      margin-top: 0; }
    ul ul,
    ul ol,
    ol ol,
    ol ul {
      margin: 1.5rem 0 1.5rem 3rem;
      font-size: 90%; }
    li {
      margin-bottom: 1rem; }
     
     
    /* Code
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    code {
      padding: .2rem .5rem;
      margin: 0 .2rem;
      font-size: 90%;
      white-space: nowrap;
      background: #F1F1F1;
      border: 1px solid #E1E1E1;
      border-radius: 4px; }
    pre > code {
      display: block;
      padding: 1rem 1.5rem;
      white-space: pre; }
     
     
    /* Tables
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    th,
    td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #E1E1E1; }
    th:first-child,
    td:first-child {
      padding-left: 0; }
    th:last-child,
    td:last-child {
      padding-right: 0; }
     
     
    /* Spacing
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    button,
    .button {
      margin-bottom: 1rem; }
    input,
    textarea,
    select,
    fieldset {
      margin-bottom: 1.5rem; }
    pre,
    blockquote,
    dl,
    figure,
    table,
    p,
    ul,
    ol,
    form {
      margin-bottom: 2.5rem; }
     
    /* FOOTER
    ----------------------------------- */
    .footer {
      max-height:60px;
      color: white;
      width:100%;
    }
     
    #container4 {
        clear: left;
        width: 100%;
        overflow: hidden;
        background: #CD853F	;
    }
    #container3 {
        clear: left;
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F	;
    }
     
    #container2 {
        clear: left;
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F	;
    }
     
    #container1 {
        width: 100%;
        position: relative;
        right: 25%;
        background: #CD853F;
        max-height: 150px;
     
    }
    #col1 {
        margin-top:40px;
        width: 13%;
        position: relative;
        left: 77%;
        overflow: hidden;
    }
     
    #col2 {
        width: 25%;
        position: relative;
        left: 83%;
        overflow: hidden;
    }
     
    #col3 {
        width: 21%;
        position: relative;
        left: 85%;
        overflow: hidden;
    }
     
    #col4 {
        width: 24%;
        position: relative;
        left: 90%;
        overflow: hidden;
    }
     
    /* Utilities
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .u-full-width {
      width: 100%;
     
    }
    .footer u-full-width {
      width: 100%;
      box-sizing: border-box; 
    }
    .u-max-full-width {
      max-width: 100%;
      box-sizing: border-box; 
     
    }
     
    /* Misc
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    hr {
      margin-top: 3rem;
      margin-bottom: 3.5rem;
      border-width: 0;
      border-top: 1px solid #E1E1E1; }
     
     
    /* Clearing
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
     
    /* Self Clearing Goodness */
    .container:after,
    .row:after,
    .u-cf {
      content: "";
      display: table;
      clear: both; }
     
     
    /* Media Queries
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /*
    Note: The best way to structure the use of media queries is to create the queries
    near the relevant code. For example, if you wanted to change the styles for buttons
    on small devices, paste the mobile query code up in the buttons section and style it
    there.
    */
     
     
    /* Larger than mobile */
    @media (min-width: 400px) {}
     
    /* Larger than phablet (also point when grid becomes active) */
    @media (min-width: 550px) {}
     
    /* Larger than tablet */
    @media (min-width: 750px) {}
     
    /* Larger than desktop */
    @media (min-width: 1000px) {}
     
    /* Larger than Desktop HD */
    @media (min-width: 1200px) {}
     
    /* Larger than mobile */
    @media (max-width: 400px) {
      .button.inverted {
        padding: 15px;
      }
    }
    @media (min-width: 400px)  and (max-width: 750px) {
      .work-items li.isotope-item.columns {
        width: 100%;
      }
     
    }

  5. #5
    Expert confirmé Avatar de psychadelic
    Profil pro
    Inscrit en
    Mai 2010
    Messages
    2 529
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2010
    Messages : 2 529
    Points : 4 740
    Points
    4 740
    Par défaut
    Pour moi, le simple fait de ne pas utiliser de reset css est un trop grand handicap pour espérer retrouver la même présentation d'un navigateur à l'autre.
    normalize.css, ou skeleton.css ne sontni l'un ni l'autre des resets.
    «La pluralité des voix n'est pas une preuve, pour les vérités malaisées à découvrir, tant il est bien plus vraisemblable qu'un homme seul les ait rencontrées que tout un peuple.» [ René Descartes ] - Discours de la méthode

Discussions similaires

  1. Problème avec mon site web avec moodle
    Par demcoul dans le forum Linux
    Réponses: 2
    Dernier message: 05/04/2017, 12h46
  2. Comment hébérger mon site web avec cpanel?
    Par naima2005 dans le forum Hébergement
    Réponses: 0
    Dernier message: 20/03/2008, 13h29
  3. J'ai un problème avec la mise en ligne de mon site web
    Par elodie13 dans le forum Internet
    Réponses: 29
    Dernier message: 28/08/2006, 19h08
  4. Pb avec mon site web et son affichage
    Par cyberdevelopment dans le forum Mise en page CSS
    Réponses: 1
    Dernier message: 10/08/2006, 16h03
  5. Problème Site Web avec Firefox
    Par bodybug dans le forum Balisage (X)HTML et validation W3C
    Réponses: 5
    Dernier message: 23/01/2005, 23h48

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo