1. Créer un tableau de 4 colonnes, tableau responsive-1000, et définir la taille des cellules (25% etc.), ajouter les pictos et les titres + faire les liens
2. Dans le css, créer une class " .tabl-acces et l'ajouter à toutes les cellules
3. Ajouter le css suivant :
.tabl-acces{ position:relative; .responsive-table-1000 .tabl-acces{ (min-width:470px) and (max-width: 980px) display: table-cell !important; (min-width: 980px) display: table-cell !important; } | .tabl-acces:after { (min-width:980px) width: 100%; .tabl-acces:hover::after height:131px; | .tabl-acces:before { (min-width:1200px) width:10px; .tabl-acces:hover::before (min-width:1200px) content: ""; |