/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|||||  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 > .section-center .block-page > .block-partners .card {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 2rem 0;
  background-color: #f0f0f0;
  -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 > .section-center .block-page > .block-partners .card > .card-img {
  background-size: cover;
  background-position: center;
  border-radius: 0;
  -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 > .section-center .block-page > .block-partners .card > .card-body {
  padding: 1rem;
}
.main > .main-section > .section-center .block-page > .block-partners .card > .card-body > .card-title {
  color: #000;
  font-weight: 100;
  font-size: .9rem;
  margin: 0;
  height: 50px;
  overflow: hidden;
  text-align: left;
}
.main > .main-section > .section-center .block-page > .block-partners .card > .card-body > .card-text {
  display: none;
}

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