.krea3-rslides-rgaa-host {
	position: relative;
}

.krea3-rslides-rgaa-toggle,
.krea3-cycle-rgaa-toggle {
	align-items: center;
	background: rgba(17, 17, 17, .88);
	border: 2px solid #fff;
	border-radius: .25rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 700 .875rem/1.2 Arial, Helvetica, sans-serif;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: .65rem .9rem;
	z-index: 30;
}

.krea3-rslides-rgaa-toggle {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.krea3-cycle-rgaa-toggle {
	margin: .25rem;
	position: relative;
}

.krea3-rslides-rgaa-toggle:hover,
.krea3-cycle-rgaa-toggle:hover {
	background: #000;
}

.krea3-rslides-rgaa-toggle:focus-visible,
.krea3-cycle-rgaa-toggle:focus-visible {
	box-shadow: 0 0 0 3px #fff;
	outline: 3px solid #111;
	outline-offset: 3px;
}

/*
 * Navigation des anciens diaporamas d'accueil.
 * Le rendu reste volontairement neutre afin de fonctionner avec toutes les
 * palettes du catalogue et d'eviter les gros disques sombres historiques.
 */
#diapo-accueil .rslides_nav {
	-webkit-appearance: none;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: .25rem !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #fff !important;
	height: 3.5rem !important;
	opacity: .9;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .2s ease, box-shadow .2s ease, opacity .2s ease !important;
	width: 3rem !important;
	z-index: 20;
}

#diapo-accueil .rslides_nav.prev {
	left: clamp(.6rem, 1.5vw, 1.15rem) !important;
}

#diapo-accueil .rslides_nav.next {
	right: clamp(.6rem, 1.5vw, 1.15rem) !important;
}

#diapo-accueil .rslides_nav .rslides-arrow {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
	background: transparent !important;
	border-radius: 0 !important;
	color: inherit !important;
	height: 100% !important;
	transform: none !important;
	width: 100% !important;
}

#diapo-accueil .rslides_nav .rslides-arrow svg {
	color: currentColor !important;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .95)) drop-shadow(0 0 1px rgba(0, 0, 0, .8));
	height: 1.65rem !important;
	width: .9rem !important;
}

#diapo-accueil .rslides_nav .rslides-arrow svg path,
#diapo-accueil .rslides_nav .rslides-arrow svg polyline,
#diapo-accueil .rslides_nav .rslides-arrow svg line {
	fill: none !important;
	stroke: currentColor;
}

#diapo-accueil .rslides_nav:hover,
#diapo-accueil .rslides_nav:focus {
	background: rgba(0, 0, 0, .22) !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .28) !important;
	color: #fff !important;
	opacity: 1;
}

#diapo-accueil .rslides_nav:focus-visible {
	background: rgba(0, 0, 0, .72) !important;
	box-shadow: 0 0 0 2px #111 !important;
	outline: 3px solid #fff !important;
	outline-offset: 3px !important;
}

@media (max-width: 680px) {
	.krea3-rslides-rgaa-toggle {
		right: .5rem;
		top: .5rem;
	}

	#diapo-accueil .rslides_nav {
		height: 2.75rem !important;
		width: 2.75rem !important;
	}
}

@media print {
	.krea3-rslides-rgaa-toggle,
	.krea3-cycle-rgaa-toggle,
	#diapo-accueil .rslides_nav {
		display: none !important;
	}
}
