/**
Theme Name: OctopAW
Author: Armand Web
Author URI: https://armandweb.fr/
Description: Un thème enfant Astra mobile-first, flexible comme un poulpe 🐙
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: octopaw
Template: astra
*/

.octopaw-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 999;
}

.octopaw-nav__list {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 10px;
    list-style: none;
}

.octopaw-nav__list li {
    margin: 0;
}

.octopaw-nav__list a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: inherit;
}
