#particles-js .animte-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
#particles-js .animte-img img {
  margin: auto;
}
@media (min-width: 2500px) {
  #particles-js .animte-img {
    top: 63%;
    left: 42%;
  }
}
@media (max-width: 1700px) {
  #particles-js .animte-img {
    top: 50%;
    left: 40%;
  }
}
@media (max-width: 1700px) {
  #particles-js .animte-img {
    top: 50%;
    left: 40%;
  }
}
@media (max-width: 1600px) {
  #particles-js .animte-img {
    top: 48%;
    left: 38%;
  }
}
@media (max-width: 1500px) {
  #particles-js .animte-img {
    left: 37%;
  }
}
@media (max-width: 1400px) {
  #particles-js .animte-img {
    left: 36%;
  }
}
@media (max-width: 1300px) {
  #particles-js .animte-img {
    left: 35%;
  }
}
@media (max-width: 1200px) {
  #particles-js .animte-img {
    left: 32%;
    top: 42%;
  }
}
@media (max-width: 992px) {
  #particles-js .animte-img {
    left: 29%;
    top: 40%;
  }
}
@media (max-width: 800px) {
  #particles-js .animte-img {
    left: 26%;
    top: 40%;
  }
}
@media (max-width: 767px) {
  #particles-js .animte-img {
    left: 26%;
    top: 37%;
  }
}
@media (max-width: 650px) {
  #particles-js .animte-img {
    left: 22%;
  }
}
@media (max-width: 500px) {
  #particles-js .animte-img {
    left: 22%;
    top: 45%;
  }
}
.change-title {
  color: var(--primary-color1);
  font-weight: bold;
  text-transform: uppercase;
}
.change-title img {
  display: inline-block;
  position: relative;
  top: -3px;
}
.item-personnel {
  text-align: center;
}
.item-personnel img {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.item-personnel h4 {
  font-weight: bold;
}
.item-personnel h3 {
  font-size: 60px;
  font-family: "SanFranciscoDisplay";
  font-weight: lighter;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
}
.item-organization {
  text-align: center;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 8px 8px 8px #e6e6e6;
  position: relative;
  background: #fff;
  background-clip: padding-box; /* !importanté */
  border: solid 5px transparent; /* !importanté */
}
.item-organization:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: -webkit-linear-gradient(
    var(--primary-color),
    var(--primary-color1)
  );
}
.item-organization h3 {
  color: var(--primary-color);
  -webkit-animation: fadein 3s infinite; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s infinite; /* Firefox < 16 */
  -ms-animation: fadein 3s infinite; /* Internet Explorer */
  -o-animation: fadein 3s infinite; /* Opera < 12.1 */
  animation: fadein 3s infinite;
  opacity: 0;
}
.item-organization p {
  color: var(--primary-color);
}

@keyframes fadein {
  10% {
    transform: scale(1.2) translateX(-15px);
  }
  20% {
    transform: translateY(0px);
  }
  30% {
    transform: scale(1.2) translateX(15px);
  }
  40% {
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}

.trends-in-two-lines {
  position: relative;
  height: 600px;
}
.trends-img-container {
  position: absolute;
  opacity: 1;
}

.trends-img {
  width: 100%;
  height: 100%;
}
.trends-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px;
  width: 75%;
  height: 75%;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-tron {
  background: #eee;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.trends-overlay div h3 {
  font-size: 45px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 7px;
}
.trends-overlay div h4 {
  font-size: 18px;
  color: #000;
  margin-top: 25px;
  margin-bottom: 7px;
}
.trends-overlay div img {
  width: 40%;
  display: inline-block;
}
.trends-img-container:hover .trends-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.trends-img-container-1 {
  top: 42%;
  left: 0%;
  width: 25%;
}
.trends-overlay-1 {
  background-color: #eee;
}
.trends-img-container-2 {
  top: 5%;
  left: 15%;
  width: 22%;
}
.trends-overlay-2 {
  background-color: #eee;
}
.trends-img-container-3 {
  top: 28%;
  right: 35%;
  width: 28%;
}
.trends-overlay-3 {
  background-color: #eee;
}
.trends-img-container-4 {
  top: 1%;
  right: 0%;
  width: 28%;
}
.trends-overlay-4 {
  background-color: #eee;
}
.trends-img-container-5 {
  bottom: 0%;
  right: 15%;
  width: 22%;
}
.trends-overlay-5 {
  background-color: #eee;
}
.circle {
  transform: matrix(0.1, 0, 0, 0.1, 0, 0);
  opacity: 0;
}
.circle-entrance {
  animation: circleEntrance 0.5s ease-out forwards;
}
@keyframes circleEntrance {
  0% {
    opacity: 0;
    transform: matrix(0.1, 0, 0, 0.1, 0, 0);
  }
  50% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
#circle2 {
  animation-delay: 0.6s;
}
#circle3 {
  animation-delay: 1.2s;
}
#circle4 {
  animation-delay: 1.8s;
}
#circle5 {
  animation-delay: 2.4s;
}
@media (max-width: 992px) {
  .trends-in-two-lines {
    height: 530px;
  }
  .trends-img-container-2 {
    top: 2%;
  }
  .trends-overlay div h4 {
    font-size: 16px;
  }
  .trends-img-container-5 {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .trends-in-two-lines {
    height: 800px;
  }
  .trends-img-container-1 {
    top: 35%;
    width: 40%;
  }
  .trends-img-container-2 {
    width: 35%;
    top: 3%;
    left: 20%;
  }
  .trends-img-container-3 {
    width: 40%;
    top: 38%;
    right: 10%;
  }
  .trends-img-container-4 {
    width: 35%;
    top: 5%;
  }
  .trends-img-container-5 {
    width: 35%;
    bottom: 0%;
    right: 40%;
  }
}
@media (max-width: 767px) {
  .trends-in-two-lines {
    height: 500px;
  }
}
@media (max-width: 425px) {
  .trends-in-two-lines {
    height: 1400px;
  }

  .trends-img-container-1 {
    width: 70%;
    top: 0%;
    left: 15%;
  }
  .trends-img-container-2 {
    width: 70%;
    left: 15%;
    top: 20%;
  }
  .trends-img-container-3 {
    width: 70%;
    top: 40%;
    right: 15%;
  }
  .trends-img-container-4 {
    width: 70%;
    top: 60%;
    right: 15%;
  }
  .trends-img-container-5 {
    width: 70%;
    bottom: 0%;
    right: 15%;
  }
}

@media (max-width: 375px) {
  .trends-img-container-1 {
    width: 80%;
    left: 10%;
  }
  .trends-img-container-2 {
    width: 80%;
    left: 10%;
  }
  .trends-img-container-3 {
    width: 80%;
    right: 10%;
  }
  .trends-img-container-4 {
    width: 80%;
    right: 10%;
  }
  .trends-img-container-5 {
    width: 80%;
    right: 10%;
  }
}
@media (max-width: 325px) {
  .trends-in-two-lines {
    height: 1260px;
  }
  .trends-img-container-1 {
    width: 86%;
    left: 7%;
  }
  .trends-img-container-2 {
    width: 86%;
    left: 7%;
  }
  .trends-img-container-3 {
    width: 86%;
    right: 7%;
  }
  .trends-img-container-4 {
    width: 86%;
    right: 7%;
  }
  .trends-img-container-5 {
    width: 86%;
    right: 7%;
  }
}
