.img_spec {
  max-width: 100%;
  max-height: 100%;
}

input[type="file"] {
  display: unset !important;
}
.tuile,
.tuile:hover {
  background-color: transparent;
}

.section_pro {
  background-color: white;
  height: 300px;
}
.img_spec_parent {
  height: 150px;
  width: 100%;
}
.info_bottin_resume {
  height: 100px;
}
.cat_all {
  height: 450px;
  padding-top: 20px;
  overflow: visible;
}
.cat_all img {
  height: 200px;
}
.card {
  background-color: #fff;
  height: 100%;
}
.card > .img_caption > img , .cat_all img{
    object-fit: contain;
}

html {
  height: 100%;
}
body {
  background-color: transparent !important;
  height: 100%;
  background-image: url("/client_file/themes/default/interface/site/bg-texture-gray-lighter.jpg") !important;
}
.img_fiche {
  max-width: 100%;
  max-height: 500px;
}
.owl-next,
.owl-prev {
  font-size: 50px;
}
.fiche_principale {
  margin-top: 200px;
}
#newBottin label {
  vertical-align: sub;
}
#newBottin select,
#newBottin input,
#newBottin textarea {
  width: 400px;
}
.imageThumb {
  height: 200px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
  width: auto;
}
.remove {
  display: block;
  background: var(--couleur_rouge_zot);
  border: 1px solid black;
  color: black;
  text-align: center;
  cursor: pointer;
  height: 22px;
  width: 20px;
  border-radius: 50%;
}
#previewImg {
  display: flex;
}
@media only screen and (max-width: 768px) {
  a.btnurl {
    float: left !important;
  }
}
