/* categories colors */
footer .footer-top .max-width nav > ul > li.level-0 {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  height: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}
footer .footer-top .max-width nav > ul > li.level-0 a {
  display: block;
}
footer .footer-top .max-width nav > ul > li.level-0 svg {
  display: block;
  width: 10px;
  min-width: 10px;
  height: 11.5px;
  margin-top: 0;
  margin-left: 5px;
  margin-top: -10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-top .max-width nav > ul > li.level-0.footer-li-visible svg {
  transform: rotate(-180deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-top .max-width nav > ul > li.level-1 {
  visibility: invisible;
  opacity: 0;
  height: 0;
  cursor: pointer;
}
footer .footer-top .max-width nav > ul > li.level-1 a {
  display: none;
}
footer .footer-top .max-width nav > ul > li.level-1.footer-li-visible {
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
footer .footer-top .max-width nav > ul > li.level-1.footer-li-visible a {
  display: inline-block;
}
footer .footer-top .max-width nav > ul > li p {
  margin-top: 0 !important;
}
footer .footer-top .max-width .other > div.reseaux-block p {
  display: none;
}
