.menu-identifier-especes {
  color: var(--color2);
  text-decoration: underline;
  text-underline-offset: 30px;
}

.identifier-especes {
  margin: 150px 0;
}

.especes {
  margin: 0 20%;
  animation: ease 2s spawnEspece;
  white-space: nowrap;
}

@keyframes spawnEspece {
  from {
    opacity: 0;
    width: 10%;
  }
  to {
    opacity: 1;
    width: 60%;
  }
}
.espece {
  display: flex;
  background-color: rgba(40, 40, 40, 0.9);
  margin: 2%;
  vertical-align: middle;
}

.espece:nth-child(even) {
  flex-direction: row-reverse;
  border-top-right-radius: 100px; /* img width 50% */
  border-bottom-right-radius: 100px; /* img width 50% */
  margin-right: -5%;
}

.espece:nth-child(odd) {
  border-top-left-radius: 100px; /* img width 50% */
  border-bottom-left-radius: 100px; /* img width 50% */
  margin-left: -5%;
}

.espece > img {
  width: 200px; /* <-- */
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  border: solid 5px rgba(255, 255, 255, 0.5);
  margin: 0.5%;
}

.info {
  display: block;
  color: white;
  margin: auto;
  width: 60%;
  animation: spawnInfo 3s ease;
  white-space: initial;
}

@keyframes spawnInfo {
  0% {
    white-space: nowrap;
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info h1 {
  margin-bottom: 1%;
}

.content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 170px;
  overflow: hidden;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
}
.content__container:before {
  content: "[";
  left: 0;
}
.content__container:after {
  content: "]";
  position: absolute;
  right: 0;
}
.content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  color: var(--color2);
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
  padding-top: 3px;
}
.content__container__list {
  margin-top: 0;
  padding-left: 220px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 40px;
  margin: 0;
  padding-top: 3px;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-o-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-moz-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

/*# sourceMappingURL=identifier-especes.css.map */


@media screen and (max-width:1100px) {
  .menu-identifier-especes {
      color: red;
      text-decoration: unset;
  }

  
  .identifier-especes {
    margin: 120px 0;
  }

  .especes {
    margin: 0 2%;
    animation: ease 2s spawnEspece2;
  }
  
  @keyframes spawnEspece2 {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .espece {
    align-items: center;
  }

  .espece:nth-child(even) {
    flex-direction: row-reverse;
    border-top-right-radius: 70px; /* img width 50% */
    border-bottom-right-radius: 70px; /* img width 50% */
    margin-right: 0;
  }
  .espece:nth-child(even) img {
    margin-left: 0;
  }

  .espece:nth-child(odd) {
    border-top-left-radius: 70px; /* img width 50% */
    border-bottom-left-radius: 70px; /* img width 50% */
    margin-left: 0;
  }

  .espece:nth-child(odd) img {
    margin-right: 0;
  }

  .espece > img {
    width: 120px; /* <-- */
    aspect-ratio: 1;
    margin: 1%;
    object-fit: cover;
    height: 120px;

  }

  .info {
    margin: auto;
    width: auto;
    font-size: unset;
    padding: 2%;
    animation: spawnInfo2 3s ease;
  }




  @keyframes spawnInfo2 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }



  .content {
    top: 260px;
    font-size: 125%;
    width: 342px;
    margin: auto;
  }

  .content__container {
    padding: 0 5%;
  }

  .content__container__list {
    padding-left: 39.5%;
    width: 200%;
  }

  .content__container:before {
    font-size: 125%;
    transform: translateY(2%);
  }
  .content__container:after {
    font-size: 125%;
    transform: translateY(2%);
  }

  .info h1 {
    font-size: 60%;
  }

  .info p {
    font-size: 40%;
  }

}