
#documentation > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  color: white;
}

#product .file {
  width: calc(33% - 10px);
  height: 250px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e1e1 !important;
  padding: 10px 5px !important;
  max-width: 190px;
}

#product .file_type {
  padding: 0;
  min-height: 110px;
  width: 100px;
  margin-right: 0 !important;
}

#product .file_info span {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 15px;
}

#product .file a {
  flex-direction: column;
}

#product .file_type {

}

#product .file_type svg {
  width: 100%;
  height: auto;
}

#product .file {
  width: 178px;
}

.product-additional-info {
  max-height: 600px;
  overflow-y: scroll;
  scrollbar-color: var(--blue_alliantz);
  scrollbar-color: var(--blue_alliantz) #E6E7E8;
  scrollbar-width: thin;
}

.product-additional-info .tab {
  min-height: 50px !important;
}

.page-not-found .file {
  width: calc(12.5% - 10px);
}

/*************************page_recherche********************************/
#search #main {
  margin: 50px auto 0 auto;
  max-width: 1220px;
}

#search .file {
  display: block;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 5px;
  margin: 5px;
  border-radius: 4px;
  width: calc(25% - 10px);
  background: linear-gradient(-145deg, #fff, #fff);
  box-shadow: 1px 1px 3px #d9d9d9, -1px -1px 3px #fff;
}

#search .file a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

#search .file_type, .page-search .file_type, #documentation .file_type {
  background-image: url('../../../../img/ico_pdf.png');
  margin-right: 10px;
  background-color: white;
  border-radius: 3px;
  padding: 22px;
  display: flex;
  height: 101px;
  background-size: 33%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#documentation .file_type {
  background-image: url('../../../../img/ico_pdf.png');
  margin-right: 10px;
  background-color: white;
  border-radius: 3px;
  padding: 22px;
  display: flex;
  height: 101px;
  background-size: 75%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.file_info {
  width: 100%;
  font-size: 12px;
  display: flex;
  color: #c4c4c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.file_info span {
  width: 100%;
  min-width: 15%;
  padding: 0 10px;
}

.file_name {
  display: block !important;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 0;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 15px;
  text-align: left;
}

.ico_fmod {
  display: block;
  height: 20px;
  width: 20px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 5px 0 0;
}

@media (max-width: 750px) {
  .product-additional-info {
    background-color: white;
    padding: 0 10px 10px 10px !important;
  }

  #documentation > ul {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 5px;
  }

  #product .file {
    max-width: 130px;
  }

  .product-additional-info .file {
    min-width: 130px;
  }

  #product .file {
    width: 130px;
    height: 70px !important;
  }
}

@media (max-width: 1375px) {
  .product-additional-info .label_wrp {
    min-width: 50% !important;
  }

  .product-additional-info {
    padding: 10px !important;
  }

  .product-additional-info .valu_wrp {
    min-width: calc(50% - 5px) !important;
  }

  .product-additional-info .tab a {
    text-align: center !important;
  }

  .product-additional-info .tab {
    align-items: center !important;
  }

  .product-additional-info .tab_title {
    padding: 0 0 !important;
  }

  .product-additional-info .file {
    display: flex;
    width: 100% !important;
    min-height: 70px !important;
  }

  .product-additional-info .file {
    display: flex;
    width: 100% !important;
    min-height: 70px !important;
    min-width: 190px;
  }

  .product-additional-info .file_info span {
    padding: 0;
    text-align: center;
    justify-content: center;
  }

  .product-additional-info .file_type, .page-search .file_type {
    padding: 0 !important;
    background-size: cover !important;
  }

  #product .product-additional-info .file_info {
    width: 100% !important;
    justify-content: center;
  }

  #product .product-additional-info .file_type {
    margin: 0 !important;
  }

  #product .product-additional-info .file a {
    padding: 0 20px !important;
  }

  #product .product-add-to-cart .control-label {
    text-align: center;
  }

  .page-not-found .file {
    width: 50%;
  }
}

#product .file {
  width: 100%;
  height: auto;
  max-height: 100px !important;
  max-width: 100%;
}

#product .file_type svg {
  width: 100%;
}

#product .file_type {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
}

#product .file a {
  flex-direction: row;
  display: flex;
}

#documentation > ul {
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 2px;
}

li.file > a > span > svg > path:nth-child(2) {
  fill: var(--orange_alliantz);
}

li.file > a > span > svg > path:nth-child(3) {
  fill: var(--orange_alliantz);
}

.op15 {
  opacity: 0.15;
}

.icored {
  fill: #C1272D;
}


#search .file a {
  flex-direction: row;
}

#search .file_type, .page-search .file_type {
  padding: 0 0 0 5px;
  background-size: contain;
  width: 40px;
}


#search #main > ul:nth-child(4) {
  flex-wrap: wrap;
}

#search .file_type, .page-search .file_type {
  height: 40px;
}

#search .file_mod {
  display: none;
}

#product .file_syze, #product .file_crea {
  display: none !important;
}

@media (max-width: 768px) {
  #search .file {
    width: calc(100% - 10px);
  }

  .file_name {
    font-size: 12px;
  }

  .product-additional-info .file_type, .page-search .file_type {
    background-size: cover !important;
  }
}

@media (min-width: 768px) and (max-width: 1350px) {
  #search .file {
    width: calc(50% - 10px);
  }

  .file_name {
    font-size: 13px;
  }

  .product-additional-info .file_type, .page-search .file_type {
    background-size: cover !important;
  }
}

#search .file {
  height: auto !important;
  max-height: 100px;
}

#search .file_type, .page-search .file_type {
  height: 40px;
}


.files_viewer .directory {
  display: none;
  margin: 0;
  padding: 0;
}

.files_viewer .dir_content {
  display: none;
}



