.slide_auto_actif {
	transition: transform 0.2s;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}

.slide_auto_actif .slide_fleche {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 120%;
	display: block;
	line-height: 100%;
	vertical-align: middle;
	background-color: #aaa;
	background-color: rgba(255,255,255,0.7);
	color: white;
	padding: 0.4em;
	border-radius: 50%;
	width: 1.3em;
	height: 1.3em;
	display: block;
	box-shadow:  0 0 5px rgba(0, 0, 0, 0.7);
	transition: background-color 0.2s;
}
.slide_auto_actif .slide_fleche.droite {
	right: 0;
	-webkit-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}
.slide_auto_actif .slide_fleche.gauche {
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.slide_auto_actif .slide_fleche span {
	display: block;
	width: 100%;
	height: 60%;
	margin-top: 20%;
}
.slide_auto_actif .slide_fleche.droite span {
	background: url('//www.ihedate.ihedate.org:443/squelettes/img/fleche2-droite.png') center center no-repeat;
	background-size: contain;
	transform: translateX(-30%);
}
.slide_auto_actif .slide_fleche.gauche span {
	background: url('//www.ihedate.ihedate.org:443/squelettes/img/fleche2-gauche.png') center center no-repeat;
	background-size: contain;
	transform: translateX(30%);
}
.slide_auto_actif .slide_fleche:hover, .slide_auto_actif .slide_fleche:focus {
	background-color: white;
	background-color: rgba(255,255,255,1);
}

.slide_auto[data-decal] .slide_fleche {
	display: none;
}