.psc-slider {
	margin-top: 30px;
	margin-bottom: 10px;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden; /* cache les slides hors conteneur */
  height: 200px;
	background-color: #f9f9f9;
	border-radius: 5px;
}

.psc-slides {
  white-space: nowrap; /* disposition en ligne */
  transition: transform 0.6s ease;
  will-change: transform;
  position: relative;
  /* height: 100%; */
  height: 150px;
}

.psc-slide {
  display: inline-block;
  width: 100%;
  max-height: 150px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 20px;
  height: 150px;
  white-space: normal;
  border-bottom: solid 2px #f0f0f0;
  overflow: hidden; 
}

.psc-title {
  font-size: 1.2em;
  margin-bottom: .75em !important;
	line-height: 1.2;
}
.psc-title a:hover {
	background-color: transparent !important;
}

.psc-author {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 8px;
}

.psc-excerpt {
  font-size: 1em;
  color: #333;
  display: none;
}

.psc-dots {
  text-align: center;
  padding-top: 10px;
}

.psc-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.psc-dot.active {
  background: #333;
}
