/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
.paragraph--type--sous-menu-thematiques ul {
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  padding-left: 0;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--sous-menu-thematiques ul {
    display: none;
  }
}
.paragraph--type--sous-menu-thematiques ul li {
  position: relative;
  list-style-type: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin: 0 1rem;
  border-bottom: 1px solid #D9D9D9;
}
.paragraph--type--sous-menu-thematiques ul li:last-child {
  border-bottom: 0;
}
.paragraph--type--sous-menu-thematiques ul li span.active-link {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}
.paragraph--type--sous-menu-thematiques ul li a {
  display: block;
  color: #212121;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}
.paragraph--type--sous-menu-thematiques ul li a span:first-child {
  padding-right: 2rem;
}
.paragraph--type--sous-menu-thematiques ul li a span.icon {
  position: absolute;
  right: 0;
  color: #848484;
}
.paragraph--type--sous-menu-thematiques ul li a:hover {
  color: #fd5312;
}
.paragraph--type--sous-menu-thematiques ul li a:hover span.icon {
  color: #fd5312;
}
.paragraph--type--sous-menu-thematiques .section-mobile-only {
  display: none;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--sous-menu-thematiques .section-mobile-only {
    display: block;
  }
}
.paragraph--type--sous-menu-thematiques .section-mobile-only > a {
  border: 1px solid #848484;
  border-radius: 1rem;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}
.paragraph--type--sous-menu-thematiques .section-mobile-only > a svg {
  color: #fd5312;
  position: absolute;
  right: 1.5rem;
}
.paragraph--type--sous-menu-thematiques .section-mobile-only > a:hover {
  text-decoration: none;
  color: black;
}
.paragraph--type--sous-menu-thematiques .section-mobile-only > a.uk-open {
  border-color: #fd5312;
}
.paragraph--type--sous-menu-thematiques .section-mobile-only .sous-menu-thematique-dropdown {
  border-radius: 1rem;
  width: 100%;
}
.paragraph--type--sous-menu-thematiques .section-mobile-only .sous-menu-thematique-dropdown a {
  color: black;
  padding: 1.5rem;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}
.paragraph--type--sous-menu-thematiques .section-mobile-only .sous-menu-thematique-dropdown a:hover {
  text-decoration: none;
  color: #fd5312;
}
.paragraph--type--sous-menu-thematiques .section-mobile-only .sous-menu-thematique-dropdown a.active-link {
  font-weight: bold;
}