/* Feuille de style du plugin animated-slides de Deltacms
également chargée dans Tinymce */

.pluginAnimatedSlidesWrapper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.pluginAnimatedSlidesImg {
	width: 100%;
	height: auto;
}

@media (max-width: 799px) {
    .pluginAnimatedSlidesWrapper {
        width: 100% !important;
    }
	.pluginAnimatedSlidesImg {
	min-height: 150px;
	object-fit: cover;
}
}

.pluginAnimatedSlidesTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.pluginAnimatedSlidesTxt p {
	margin: 0;
	font-size: 2em;
}

.pluginAnimatedSlidesTxt a {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 18px;
	background: rgba(0,0,0,0.5);
	border-radius: 6px;
	font-size: 1em;
}