.thematicNav {
  margin: auto;
  max-width: calc(100% - 40px);
}
.thematicNav > a {
  display: block;
  font-weight: 600;
  background-color: transparent;
  transition: all ease-in-out 0.3s;
}
.thematicNav > a > * {
  padding: 10px;
  transition: all ease-in-out 0.3s;
  max-width: 100%;
}
.thematicNav > a .header__standard__bottomPart__thematicNav__a__divImg,
.thematicNav > a h2 {
  background-color: var(--mainGreen);
  text-align: center;
  color: var(--colorWithMainGreenBack);
  font-size: 1.3em;
}
.thematicNav > a svg {
  height: 5em;
  width: 5em;
  margin: auto;
  fill: var(--colorWithMainGreenBack);
  transition: all ease-in-out 0.3s;
}
.thematicNav > a p {
  text-align: center;
}
.thematicNav > a:hover {
  background-color: var(--darkGreen);
  border-color: var(--darkGreen);
}
.thematicNav > a:hover > * {
  background-color: var(--darkGreen);
  color: white;
}
.thematicNav > a:hover svg {
  fill: white;
}
.thematicNav > a:nth-child(even) .header__standard__bottomPart__thematicNav__a__divImg,
.thematicNav > a:nth-child(even) h2 {
  background-color: var(--darkGreen);
  border-color: var(--darkGreen);
  text-align: center;
  color: white;
}
.thematicNav > a:nth-child(even) svg {
  fill: white;
}
.thematicNav > a:nth-child(even):hover {
  background-color: var(--mainGreen);
  border-color: var(--mainGreen);
}
.thematicNav > a:nth-child(even):hover > * {
  background-color: transparent;
  color: var(--colorWithMainGreenBack);
}
.thematicNav > a:nth-child(even):hover svg {
  fill: var(--colorWithMainGreenBack);
}/*# sourceMappingURL=thematicNav.css.map */