::placeholder {
  color: #00000080 !important;
}


/* TIME LINE*/
.timeline-list .node{
  margin: 10px 0;
}



/* ONGLETS */

.ui-widget-content {
  border: 0 !important;
  background: none;
  color: unset;
}
.ui-widget-header {
  border: 0 !important;
  background: none;
  color: unset;
}
  .ui-tabs-tab {
  border-radius: 30px !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold !important;
}


.more-link {
  width: 250px;
  margin: 50px auto 0px;
  border: 1px solid;
}
.more-link a {
  padding: 20px;
  display: block;
  text-align: center !important;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.more-link a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}