
/* Alignement "Read more" avec le SVG */
.list_badges .single_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


h3.tsd.ytx_distributor_area_title {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: bold;
}

img.tsd_distributor_logo {
  width: 120px;
  object-fit: contain;
  max-height: 60px;
}

.ytx_distributor_area_table {
	width: 100%;
	border-collapse: collapse;
}

.ytx_distributor_area_table_header {
	border-bottom: 3px solid #d9d9d9;
}

.ytx_distributor_area_table_head_item {
	padding: 0 15px 15px;
	text-transform: uppercase;
}

.ytx_distributor_area_table_item_row {
	border-bottom: 1px solid #d9d9d9;
}

.ytx_distributor_area_table_item_row td {
	padding: 10px;
	font-weight: 500;
    font-size: 0.9em;
}

.ytx_distributor_area_table_item_row:first-child td {
	padding-top: 25px;
}

.ytx_distributor_area_table_item_row .ytx_distributor_area_table_item_name {
   font-weight: bold;
}


@media (max-width: 768px) {
  tr.child td.child {
    padding-bottom: 50px;
  }
}


#go-down {
  background: none;
}
#go-down i {
    font-size: 50px;
    /*color: #2b2c27;*/
    color:#ccc;
    opacity: 0.5
}

