/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|||||  Web Agency SC-CONCEPTION ---------------------- sc-conception.com  |||||
|||||  Powered by cms Iminence.com software --------------- iminence.com  |||||
\*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.main > .main-section > .section-center > .block-page > .block-partners {
  margin: 35px 0;
}
.main > .main-section > .section-center > .block-page > .block-partners .card > .card-img {
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.main > .main-section > .section-center > .block-page > .block-partners .card.card-disabled {
  pointer-events: none;
}
main.main > section.main-section nav.navbar {
  margin-top: 2rem;
  background-color: #f0f0f0;
}
main.main > section.main-section .block-partners .card {
  border: none;
  box-shadow: 0px 0px 6px -4px #000, 0px 10px 10px -10px #000;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section .block-partners .card > .card-img {
  height: 150px !important;
  background-size: 60% !important;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section .block-partners .card > .card-body > h5.card-title {
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  margin: 0;
  height: 70px;
}
main.main > section.main-section .block-partners .card > .card-body > p.card-text {
  display: none;
}
main.main > section.main-section .block-partners .card:hover {
  box-shadow: 0px 0px 6px -4px #000, 0px 10px 10px -10px #e62b28;
}
main.main > section.main-section .block-partners .card:hover > .card-img {
  background-size: 100% !important;
}

/*# sourceMappingURL=index.min.css.map */