.slick-realisation {
  background-color: #5f605f;
}

@media (min-width: 769px) {
  .slick-dots {
    bottom: -7px;
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 30px;
    cursor: pointer;
    background: #012d69;
    margin: 0;
    padding: 0;
  }

  .slick-dots li button {
    height: 20px;
    width: 20px !important;
    margin-top: 0 important;
    padding: 0;
    font-size: 0;
    color: transparent;
    position: absolute;
    top: 15px;
    left: 5px;
  }

  .slick-dots li button:before {
    position: absolute;
    top: 4px;
    left: 4px;
    content: " ";
    width: 13px;
    height: 13px;
    font-family: slick;
    font-size: 6px;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 1;
  }

  .slick-dots li.slick-active button {
    border: 1px solid #fff;
  }

  .slick-dots li.slick-active button:before {
    color: transparent;
    opacity: 1;
    border: 1px solid #fff;
    padding: 0;
    width: 9px;
    height: 9px;
    top: 5px;
    left: 5px;
  }
}

.background-posts {
  top: -30px;
}

.box-metiers,
.box-metiers .fal {
  transition: all 0.3s;
}

.box-metiers .fal {
  color: #012d69;
}

.box-metiers:hover .fal {
  color: #fff;
}

.box-metiers:hover .triangle {
  display: none;
}

.footer .position-triangle {
  top: -150px !important;
  z-index: -1;
}

.posts-landing .square-red {
  left: auto;
  right: 0;
  top: 50px;
  transform: translateX(50%) rotate(79.45deg);
  z-index: -1;
}

.partners-landing .square-red {
  right: auto;
  transform: rotate(79.45deg);
  bottom: -170px;
  left: -230px;
}

.title-achievements .square-red {
  left: 33%;
  bottom: -300px;
}

.header-img {
  height: 100%;
  object-fit: cover;
  object-position: left;
  width: 100%;
}

.nav-bloc-border,
.nav-red {
  border-left: 10px solid #5f605f;
  border-right: 10px solid #5f605f;
}

.nav-bloc-border {
  right: 0;
  bottom: 0;
  left: 0;
}

.icon-transparent {
  max-height: 100%;
}

.col-img-team .square-red {
  bottom: -110px;
  left: 15%;
  transform: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .col-img-achievement,
  .col-img-achievement img,
  .col-img-team,
  .col-img-team img {
    height: auto !important;
  }
}

.hr-nav {
  border-left: 10px solid #5f605f;
  height: 30px;
}

@media (max-width: 768px) {
  .first-block {
    border: 5px solid #5f605f;
    margin-top: 0 !important;
  }

  .first-block .col-lg-auto {
    padding-left: 15px;
  }

  .first-block h2 {
    font-size: 30px !important;
    line-height: 120% !important;
    width: 55vw;
  }

  .first-block h3 {
    letter-spacing: 2px !important;
    margin-top: 30px !important;
  }

  .first-block p {
    width: 50vw;
  }

  .first-block .arrow-down {
    width: 40px !important;
    height: 40px !important;
    padding-top: 10px !important;
  }

  .first-block .arrow-down .fal {
    font-size: 20px !important;
  }

  .first-block .icone-rc {
    width: 35px !important;
  }

  .par-40 {
    padding-right: 0 !important;
  }

  .icon-transparent {
    max-width: 60vw !important;
    max-height: 100%;
    width: auto;
  }
}

@media (max-width: 500px) {
  .first-block h2 {
    font-size: 20px !important;
  }
}
