/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.species-map *.is-hidden {
  display: none !important;
}

.species-map__top {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .species-map__top {
    display: flex;
    align-items: flex-start;
  }
}
.species-map__top--txt {
  width: 21.375rem;
}
.species-map__top--img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #F3F3F3;
}
@media (min-width: 992px) {
  .species-map__top--img {
    margin-top: 5.625rem;
  }
}
.species-map__top--img img {
  display: block;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@supports not (object-fit: cover) {
  .species-map__top--img img {
    height: auto;
  }
}
.species-map__top--map {
  position: relative;
  margin-left: 3.125rem;
}
.species-map__top--map img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.species-map__top--map span {
  position: absolute;
  display: block;
  border-radius: 50%;
  z-index: 99;
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.species-map__top--map span:hover {
  cursor: pointer;
  background: #8f1336;
}
.species-map__top--map .marker_black {
  position: absolute;
  height: 0.771875rem;
  width: 0.771875rem;
  background: #000;
  transform-origin: 50% 50%;
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.species-map__top--map .marker_black:hover {
  transform: scale(1.4);
}
.species-map__top--map .marker_black.active {
  position: absolute;
  background: #da1d52;
  box-shadow: 0px 0px 24px #da1d52;
  transform: scale(2);
}
.species-map__top--map .marker_black[data-country=all] {
  top: 0%;
  left: 2%;
}
.species-map__top--map .marker_black[data-country=world] {
  top: 95%;
  left: 2%;
}
.species-map__top--map .marker_black[data-country=amazonia] {
  top: 68%;
  left: 31.8%;
}
.species-map__top--map .marker_black[data-country=europe_green_heart] {
  top: 30.6%;
  left: 54%;
}
.species-map__top--map .marker_black[data-country=belgium] {
  top: 32.3%;
  left: 47.1%;
}
.species-map__top--map .marker_black[data-country=miombo_forest] {
  top: 73.5%;
  left: 53.5%;
}
.species-map__top--map .marker_black[data-country=mekong] {
  top: 47.5%;
  left: 74.8%;
}
.species-map__top--map .marker_black[data-country=congo] {
  top: 58%;
  left: 52%;
}
.species-map__top--map .marker_black[data-country=papau_new_guinea] {
  top: 66%;
  left: 87%;
}
.species-map__top--map .marker_black[data-country=african_great_lakes] {
  top: 65.7%;
  left: 55.5%;
}
.species-map__top--map .marker_black[data-country=mediterranean] {
  top: 39%;
  left: 52%;
}

.species-map__bottom {
  position: relative;
  display: block;
  width: 100%;
  max-width: 41.25rem;
  margin-top: 1.875rem;
  margin-left: 0rem;
  margin-right: 0rem;
  padding-top: 2.6875rem;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.35);
  background: white;
  color: #000;
  z-index: 10;
}
@media (min-width: 992px) {
  .species-map__bottom {
    display: flex;
    max-width: 58.75rem;
    margin: -3.75rem 0.9375rem 7.1875rem 3.125rem;
    padding: 3.75rem 0;
  }
  .species-map__bottom .hover_circle {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1150px) {
  .species-map__bottom {
    max-width: 67.5rem;
    margin-left: 5.625rem;
  }
}
@media (min-width: 1560px) {
  .species-map__bottom {
    max-width: 75rem;
    margin-left: 9.5625rem;
  }
}
.species-map__bottom h5 {
  position: relative;
  line-height: 1.5625rem;
}
.species-map__bottom h5:before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  width: calc(100% - 80px);
  height: 0;
  opacity: 0.2;
  border: 1px solid #8C8C8C;
}
@media (min-width: 992px) {
  .species-map__bottom h5:before {
    width: 100%;
  }
}
.species-map__bottom .country {
  width: 100%;
}
.species-map__bottom .country h5 {
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .species-map__bottom .country {
    padding-left: 4.5rem;
    max-width: 21.25rem;
  }
  .species-map__bottom .country h5 {
    padding-left: 0;
  }
}
.species-map__bottom .country__list {
  margin-top: 3.75rem;
}
@media (max-width: 992px) {
  .species-map__bottom .country__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0rem !important;
    padding-left: 0.625rem;
    padding-right: 1.25rem;
  }
  .species-map__bottom .country__list > * {
    padding-left: 1.875rem !important;
  }
  .species-map__bottom .country__list > * .red_circle_country {
    left: 5px !important;
  }
}
.species-map__bottom .country__list .is-style-big-bold {
  margin-bottom: 0;
}
.species-map__bottom .hover_circle {
  position: relative;
  padding-left: 0.5rem;
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .species-map__bottom .hover_circle {
    padding-left: 0.8125rem;
  }
}
.species-map__bottom .hover_circle .red_circle_country {
  position: absolute;
  left: -20px;
  top: calc(50% - 6.5px);
  width: 0.8125rem;
  height: 0.8125rem;
  background: #da1d52;
  border-radius: 50%;
  box-shadow: 0px 0px 24px #da1d52;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.28, 0.995), opacity 0.5s cubic-bezier(0.39, 0.575, 0.28, 0.995);
  transform: scale(0.75);
}
.species-map__bottom .hover_circle .red_circle_country.active {
  opacity: 1;
  transform: scale(1);
}
.species-map__bottom .hover_circle p.is-style-big-bold {
  cursor: pointer;
}
.species-map__bottom .hover_circle.active p.is-style-big-bold {
  color: #da1d52;
}

.animals {
  position: relative;
  flex: 1;
}
@media (min-width: 992px) {
  .animals {
    padding-left: 5rem;
  }
}
.animals h5:before {
  max-width: 706px;
}
.animals__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2.8125rem;
}
@media (min-width: 992px) {
  .animals__list {
    margin-left: -2.8125rem;
  }
}
.animals__list a {
  position: relative;
  height: 100%;
  display: inline-block;
  width: 100%;
}
.animals__list a.wp-block-wwf-wwf-link {
  height: auto;
}
.animals__list a.is-hidden {
  display: none;
}
.animals__list a figure {
  height: 100%;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}
.animals__list a figcaption {
  margin-top: 8px;
}
.animals__list a:hover {
  text-decoration: none;
}
.animals__list a:hover figure {
  opacity: 0.9;
}
.animals__list a:hover figure svg path {
  fill: #f07f00;
}
.animals__list a:hover figure svg path[stroke="#737373"] {
  stroke: #f07f00;
}
.animals__list a:hover figcaption {
  color: #f07f00;
}
.animals__list figure {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0.5rem 10px;
  padding-bottom: 2.5rem;
  width: 25%;
  opacity: 0.5;
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
@media (min-width: 1220px) {
  .animals__list figure {
    width: 20%;
  }
}
.animals__list figure svg {
  display: block;
  margin: 0 auto;
}
.animals__list figure svg path {
  fill: #8C8C8C;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.animals__list figure figcaption {
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  color: #8C8C8C;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.animals__list figure.active {
  opacity: 1;
}
.animals__list figure.active svg path {
  fill: #da1d52;
}
.animals__list figure.active svg path[stroke="#737373"] {
  stroke: #da1d52;
}
.animals__list figure.active h3 {
  color: #da1d52;
}
.animals__list figure.active figcaption {
  color: #da1d52;
}
.animals__list figure.active .loup-stroke {
  stroke: #da1d52;
}
@media (max-width: 992px) {
  .animals h5 {
    margin-left: 1.875rem;
  }
  .animals h5:before {
    max-width: 16.75rem;
    margin-left: 0rem;
  }
}
@media (max-width: 768px) {
  .animals__list {
    justify-items: start;
    margin-left: 0 !important;
  }
  .animals__list figure {
    width: 33.33333%;
    justify-self: center;
    align-self: space-between;
    margin-bottom: 2.5rem;
    padding: 0 0.5rem;
  }
  .animals__list figure svg {
    width: 100%;
    max-width: 3.75rem;
  }
  .animals__list figure svg svg path {
    fill: #BFBFBF;
  }
  .animals__list figure svg figcaption {
    max-width: 60px;
    margin-top: 2.5rem;
    color: #BFBFBF;
    letter-spacing: 1;
  }
}

.section-svg {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-top: 7.1875rem;
}
.section-svg .hover_circle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.section-svg figure {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-svg figure svg path {
  fill: #8C8C8C;
}
.section-svg figcaption {
  padding-top: 1rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #8C8C8C;
}

@media screen and (max-width: 924px) {
  .species-map__top--txt img {
    display: none;
  }
  .species-map__top--map {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .species-map {
    max-width: 310px;
  }
  .species-map h4 {
    text-align: center;
    line-height: 30px;
  }
  .species-map__bottom {
    max-width: 21.25rem;
  }
  .species-map__bottom h5 {
    font-weight: 700;
    font-size: 0.6875rem;
    color: #8C8C8C;
  }
  .species-map__bottom h5:before {
    max-width: 16.25rem;
  }
  .species-map .animals {
    margin-left: 0 !important;
  }
  .species-map .animals h5:before {
    max-width: 260px;
  }
  .species-map .animals__list {
    grid-template-columns: 80px 80px 80px;
  }
  .species-map .country__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .species-map {
    position: relative;
    margin-right: 0rem;
    max-width: 745px;
  }
  .species-map__top {
    margin-bottom: 0;
  }
  .species-map__top--txt img {
    display: none;
  }
  .species-map__top--map {
    display: none;
  }
  .species-map__top--txt,
.species-map h4 {
    margin-bottom: 0;
    padding: 0.3125rem;
    line-height: 40px;
    font-size: 1.875rem;
  }
  h5 {
    text-align: start;
    white-space: wrap;
    color: #8C8C8C;
  }
  h5:before {
    max-width: 17.1875rem;
    margin-left: 0rem;
  }
  .country {
    width: 100% !important;
    max-width: 37.5rem !important;
    margin-left: 0 !important;
  }
  .hover_circle_country p,
.species-map span {
    width: 50%;
    margin-right: 0.1875rem;
    font-size: 0.9375rem;
    white-space: nowrap;
  }
  .hover_circle_country p.active,
.species-map span.active {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}
.species-map__json {
  display: none;
}

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