/*
Copyright (C) 2025 Romain DENIS-REMIS <rdr at denis-remis.fr>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/*
    Created on : 2025-08-21, 18:11:39
    Updated on : 2025-08-21
    Author     : Romain DENIS-REMIS <rdr at denis-remis.fr>
*/
header {
  background-color: rgb(255, 202, 24);
  color: white;
}
header a {
  color: steelblue;
}
header a:hover {
  color: #000;
}

.menu-on {
  /*color: color.scale(steelblue, $blackness: 25%);*/
  color: #ecf3f8;
}

nav {
  background-color: rgb(255, 202, 24);
}
nav a {
  color: steelblue;
}
nav a:hover {
  color: #000;
}
nav > ul.fa-ul {
  background-color: rgb(255, 202, 24);
}
nav > ul.fa-ul > li > ul.fa-ul {
  background-color: rgb(255, 202, 24);
}

@media all and (min-width: 1441px) {
  body.planningchant nav > ul.fa-ul > li > ul.fa-ul {
    background-color: rgb(255, 202, 24);
  }
}

/*# sourceMappingURL=aftas.css.map */
