.wrapper-documentation {
    padding: 80px 0 40px;
    background-image: url(../images/bg/bg-documentation.jpg);
    background-position: right 100%;
    background-repeat: no-repeat;
    background-size: initial;
}
.documentation .title-filigrane {
  color: #eceaea85;
}

.item-document {
    padding: 15px 13px;
    width: 33.33%;
}

.wrap-documentation .nav-btn {
  color: var(--primary-color);
  font-size: 20px;
  border: 2px solid var(--primary-color);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--white-color);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
}
.wrap-documentation .nav-btn.next-slide {
  right: -5%;
}
.nav-btn.next-slide {
}
.wrap-documentation .owl-nav {
  width: 100%;
}
.wrap-documentation .nav-btn.prev-slide {
  left: -5%;
}
.wrap-documentation .nav-btn:hover {
  border: none;
  color: white;
  background-color: var(--second-color);
}

.wrap-item-documentation {
    position: relative;
    display: flex;
    padding: 35px 30px 25px;
    color: white;
    /* font-family: DM sans; */
    overflow: hidden;
    border-radius: 5px;
    min-height: 250px;
    flex-direction: column;
    justify-content: space-between;
}

.image-item-documentaton {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* left: 0; */
    /* right: 0; */
    /* z-index: -1; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.image-item-documentaton::before {position: absolute;right: 0;bottom: 0;width: 100%;height: 69%;/* content: ""; */z-index: 0;background: -webkit-linear-gradient(top,transparent 30%,rgba(25, 25, 25, 0.85) 60%);
  */background: -moz-linear-gradient(top,transparent 30%,#191919 60%);background: linear-gradient(to bottom,transparent 30%,rgba(25, 25, 25, 0.66) 60%);}

.image-item-documentaton img {
    height: 100%;
    width: 100%;
}

.wap-item-document {
  width: 100%;
  background-image: none;
  background-size: auto;
  padding: 20px 20px 20px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  /* border-radius: 10px; */
  min-height: 326px;
}
.titre-doc {
  color: #000000;
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  height: 50px;
  visibility: hidden;
}
.description-doc {
  line-height: 20px;
  text-align: initial;
  color: #454545;
  margin: 0 0 3px;
  /*! height: 110px; */
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
  width: 95%;
}

.categorie-doc {
  padding: 2px 15px;
  background-color: var(--primary-color);
  width: fit-content;
  border-radius: 5px;
  font-size: 13px;
  color: white;
}
.wap-item-document::after {
}
.wap-item-document::after {
  position: absolute;
  right: 20px;
  bottom: 14px;
  background: url(../images/pdots.png);
  width: 58px;
  height: 58px;
  content: "";
  z-index: 8000;
}

.categorie-document {
    /* color: #fff; */
    font-weight: 700;
    line-height: 1.3em;
    /* max-width: 70%; */
    margin: 0 0 10px;
    font-size: 22px;
}

.title-documentation {
    color: #eeeeee;
    line-height: 1.6em;
    width: 90%;
}

.icon-documentations {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    aspect-ratio: 1;
    line-height: 30px;
    text-align: center;
    /* color: white; */
    font-size: 20px;
    /* z-index: 2; */
}

.icon-documentations::before {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: var(--primary-color);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.icon-documentations span {
    position: relative;
    top: 5px;
}

.wrap-documentation .owl-dots {
    position: relative;
    margin: 0px 0 0;
    text-align: center;
}

.wrap-documentation .owl-dots .owl-dot span {
    width: 3px;
    height: 3px;
    margin: 0 9px;
    background-color: #a4b0b4;
    position: relative;
    display: block;
}

.wrap-documentation .owl-dots .owl-dot.active span{
    background-color: var(--primary-color);
}

.wrap-documentation .owl-dots .owl-dot.active span::before {
   width: 15px;
   aspect-ratio: 1;
   position: absolute;
   border: 2px solid var(--primary-color);
   content: '';
   left: -6px;
   top: -6px;
   transition: all 300ms linear 0ms;
   box-sizing: border-box;
   border-radius: 50%;
}
