/*
    Document   : rb_diapo
    Author     : grou
*/

#diaporama_t1 .diapo {
  position: absolute;
}

#diaporama_t1 {
  width:100%;
  overflow: hidden;
  position: relative;
}
#diaporama_t1 img{
  width:100%;
}

/* pastilles de défilement */
.pastilles {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pastilles a:hover {
  text-decoration: none;
}


.pastilles a.on  {
	color: white;
}
.pastilles a.off { color: black;}


/* légende */
.diapo_legende {
	position:absolute;
	background: rgba(255,255,255,0.7);
	overflow: hidden;
    bottom:0;
	left:0;
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

.diapo_legende p, .diapo_titre, .diapo_credits {
	margin:1em;
}

.diapo_legende p {
  margin: 1em;
}

.diapo_titre {	font-weight: bold;}
.diapo_credits {  font-size: 0.9em;}
