/*
Theme Name: Projet ODD
Theme URI: 
Author: Sylvain Laurent
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: projet-odd
Tags: 
*/


.a-nav {
  display: inline-block;
  position: relative;
  padding-bottom: 5px; 
}

.a-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #FFDE13;
  transition: width 0.8s ease;
  margin-top: 3px;
}

.a-nav:hover::after {
  width: 100%;
}

.ODD {
  height: 150px;
  width: 150px;
}

.ODD-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}