.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.swiper-button-prev[aria-label]:not([aria-label='']),
.swiper-button-next[aria-label]:not([aria-label='']) {
	display: flex;
}

:root {
    --swiper-theme-color: #095797;
	--swiper-pagination-bullet-size: 0.75rem;
	--swiper-pagination-bullet-horizontal-gap: 0.5rem;
	--swiper-pagination-bullet-vertical-gap: 0.5rem;
}

/*
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,0.75rem));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,0.75rem));
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:  var(--swiper-pagination-bullet-vertical-gap,0.75em) 0;
}
*/

.gSwiper-Description {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 2%;
	height: 100%;
}

.gSwiper-Media img {
	width: 100%;
	height: auto;
}

.gSwiper-VoirPlus {
	position: absolute;
	right: 2rem;
	bottom: 1rem;
	font-weight: bold;
}

.gSwiper-Date {
	font-weight: bold;
}
*/
/*********************************************************************************************************** Texte ***/

.gSwiper-Texte .swiper-slide {
	position: relative;
}

.gSwiper-Texte {
	height: 40vh;
}

.gSwiper-Texte a {
	position: relative;
	color: inherit;
	text-decoration: none;
}

.gSwiper-Texte.swiper-coverflow .swiper-slide {
	padding:0 4%;
	width: 92%;
	transition-duration: 0s;
}

/****************************************************************************************************** Miniatures ***/

.gSwiper-Miniatures {
	width: 100%;
	height: auto;
}

.gSwiper-Miniatures .mySwiper,
.gSwiper-Miniatures .mySwiper2 {
	width: 100%;
}

.gSwiper-Miniatures .mySwiper2 {
	height: auto;
}

.gSwiper-Miniatures .mySwiper {
	height: 20%;
	box-sizing: border-box;
	margin-top: 1%;
}

.gSwiper-Miniatures .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	cursor: pointer;
	opacity: 0.4;
}

.gSwiper-Miniatures .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.gSwiper-Miniatures .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gSwiper-Miniatures .gSwiper-Description {
	position: absolute;
	bottom: 0;
	height: 10%;
	width: 96%;
	color: #ffffff;
	background-color: #00000060;
}