
.telechargement_single_page {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.telechargement_single_page * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* --------------------- */

#telechargement_list {
  margin-left: 0;
}

.telechargement_card {
  border: 1px solid rgba(0,0,0,0.125);
  padding: 1.25rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.telechargement_card:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.telechargement_card:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.telechargement_card * {
  margin: 0 !important;
}

.telechargement_icon_extension {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0 1rem 0 0 !important;
}

.telechargement_btn {
  color: #fff;
  background-color: #0274be;
  border-color: #0274be;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: .25rem;
  word-break: normal;
  display: flex;
  align-items: center;
  margin-left: 10px !important;
  text-decoration: none;
}

.telechargement_btn:hover,
.telechargement_btn:focus {
  text-decoration: underline !important;
  background-color: rgb(2, 116, 190, 0.9);
  color: #fff;
}

.telechargement_btn:focus {
  outline: 1px solid #0274be !important;
  outline-offset: 2px !important;
}

.telechargement_body {
  display: flex;
  align-items: center;
}

.telechargement_body h2,
.telechargement_body h3 {
  font-size: 14pt;
  font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.telechargement_body p {
  color: #6c757d;
  font-size: 80%;
}

.telechargement_extention_uppercase {
  text-transform: uppercase;
}

@media (max-width: 500px) {
 .telechargement_card {
   flex-direction: column;
 }
 .telechargement_body {
   margin-bottom: 2rem !important;
 }
 .telechargement_btn  {
   display: block;
   margin-left: 0 !important;
 }
}

/* --------------------- */

.telechargement_widget_card {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.telechargement_widget_body {
  display: flex;
  align-items: center;
}

.telechargement_widget_body div {
  white-space: nowrap;
  overflow: hidden;
}

.telechargement_widget_body h3 {
  font-size: 12pt;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.telechargement_widget_body p {
  color: #6c757d;
  font-size: 80%;
  margin: 0;
}
