/*! http://responsiveslides.com v1.55 by @viljamis */
:root {
    --img-height:325px; /*HF du 05/05/2023*/
}

/* Theme */
.rslides_container {
	position:relative;
	width:100%;
	height:var(--img-height); /*HF du 17/07/2022*/
	overflow:hidden; /*HF du 17/07/2022*/
}
.rslides_container li {
	/*width:100%;*/
}
.rslides {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.rslides li {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	-webkit-backface-visibility:hidden;
}
.rslides li:first-child {
	display:block;
	position:relative;
	/*float:left;*/
}
.rslides img {
	display:block;
	min-width:100%; /*HF du 26/12/20 width:100%*/
	height:var(--img-height); /*HF du 17/07/2022*/
	border:0;
	object-fit:contain;
}

/* Nav 1 */
.rslides1_nav {
	position:absolute;
	top:50%;
	left:0;
	height:61px;
	width:38px;
	margin-top:-45px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background:transparent url("images/themes.gif") no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	opacity:0.7;
	overflow:hidden;
	z-index:2;/*rslides*/
}
.rslides1_nav:active {
	opacity:1.0;
}
.rslides1_nav.next {
	left:auto;
	right:0;
	background-position:right top;
}
/* Nav 2 */
.rslides2_nav {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:48%;
	height:91%;
	background:#fff; /* Fix for IE6-9 */
	text-indent:-9999px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	filter:alpha(opacity=1);
	opacity:0;
	overflow:hidden;
}
.rslides2_nav.next {
	left:auto;
	right:0;
}
/* Nav 3 */
.rslides3_nav {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:38px;
	background:#000 url("images/themes.gif") no-repeat left 50%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-indent:-9999px;
	opacity:0.6;
	overflow:hidden;
}
.rslides3_nav:active {
	opacity:1.0;
}
.rslides3_nav.next {
	left:auto;
	right:0;
	background-position:right 50%;
}

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
	outline:none;
}

/* Tabs */
.rslides_tabs {
	margin-top:10px;
	text-align:center;
}
.rslides_tabs li {
	display:inline;
	margin-right:5px;
	_float:left;
	*float:left;
	float:none;
}
.rslides_tabs a {
	display:inline-block;
	_display:block;
	*display:block;
	width:9px;
	height:9px;
	text-indent:-9999px;
	background:#ccc;
	background:rgba(0,0,0, .2);
	-webkit-box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	overflow:hidden;
}
.rslides_tabs .rslides_here a {
	background:#222;
	background:rgba(0,0,0, .8);
}

/* Caption */
.caption {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:15px;
	text-align:center;
	background:#000;
	background:rgba(0,0,0, .8);
	color:#fff;
}

/* Nav (centre) */
.centered-btns_nav {
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:55%;
	left:0;
	width:38px;
	height:61px;
	margin-top:-45px;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	background:transparent url("images/themes.gif") no-repeat left top;
	opacity:0.25;/*0.5*/
	z-index:3;/*rslides*/
}
.centered-btns_nav:active {
	opacity:0.75;
}
.centered-btns_nav.next {
	left:auto;
	right:0;
	background-position:right top;
}

/* Nav (transparent) */
.transparent-btns_nav {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:48%;
	height:91%;
	text-indent:-9999px;
	filter:alpha(opacity=1);
	background:#fff; /* Fix for IE6-9 */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	opacity:0;
	overflow:hidden;
	z-index:1;/*rslides*/
}
.transparent-btns_nav.next {
	left:auto;
	right:0;
}

/* Nav (large) */
.large-btns_nav {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:38px;
	text-indent:-9999px;
	background:#000 url("images/themes.gif") no-repeat left 50%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	opacity:0.6;
	z-index:1;/*rslides*/
	overflow:hidden;
}
.large-btns_nav:active {
	opacity:1.0;
}
.large-btns_nav.next {
	left:auto;
	right:0;
	background-position:right 50%;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
	outline:none;
}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	margin-top:10px;
	text-align:center;
}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
	display:inline;
	margin-right:5px;
	float:none;
	_float:left;
	*float:left;
}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
	display:inline-block;
	_display:block;
	*display:block;
	background:#ccc;
	background:rgba(0,0,0, .2);
	text-indent:-9999px;
	-webkit-box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	width:9px;
	height:9px;
	overflow:hidden;
}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
	background:#222;
	background:rgba(0,0,0, .8);
}
  
@media screen and (max-width: 600px) {
	.github {
		display:none;
	}
}