																		/* BLOG EXTRA VGA - LISTE DES POSTS */

.vignette {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 0;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
	margin: 10px 5px;
	position: relative;
	max-width: 100vw;
}

.slider .vignette {
		width: 260px;
	}


/* Zone Qui */

.vignette .zone-qui-dateP,
.popup-content .zone-qui {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 10px 3% 14px;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none !important;
}

.vignette .zone-qui,
.popup-content .zone-qui {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	width: max-content;
}

.zone-qui .auteur,
.zone-qui .paroisse,
.zone-qui .mouvement-groupe,
.zone-qui .pole {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 6px 10px;
}

.zone-qui .photo-auteur,
.zone-qui .paroisse-logo,
.zone-qui .mouvement-groupe-logo,
.zone-qui .pole-logo {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background-color: #fff;
}
.zone-qui .photo-auteur img,
.zone-qui .paroisse-logo img,
.zone-qui .mouvement-groupe-logo img,
.zone-qui .pole-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	height: inherit;
}

.zone-qui .nom-auteur,
.zone-qui .paroisse-titre,
.zone-qui .mouvement-groupe-titre,
.zone-qui .pole-titre {
	margin-left: 10px;
	font-size: 13px;
	font-weight: 510;
	letter-spacing: 0.5px;
}


/* Date de publication */

.date-publication {
	position: relative;
	font-size: 11px;
	margin-left: 60px;
	margin-top: -27px;
}


/* Affichage Milieu de page - Largeur des vignettes */
/*
.slider .liste-posts-attache {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
}*/
/*
@media(max-width:1200px) {
	.milieu-page .liste-posts-attache {
		width: max-content;
	}
}*/


/* Affichage Milieu de page - Position des flèches de Slider entre 981px et 1200px */

@media(max-width:1200px) {
	.posts-attache-wrapper[data-slider="yes"] .btn-scroll-droite {
  		left: calc((100% / 2) + 420px);
		right: auto !important;
	}
	.posts-attache-wrapper[data-slider="yes"] .btn-scroll-gauche {
  		left: calc((100% / 2) - 470px) !important;
	}
}


/* Affichage Slider - Format des images à Ratio 1/1 */
	
.slider .post-article .image-post,
.slider .post-video .image-post,
.slider .post-galerie .image-post {
	/*aspect-ratio: 1 / 1 !important;*/
	height: 100% !important;
}

/*
.milieu-page .vignette .zone-contenu-media {
	height: 100%;
}*/

/* Affichage Bas de page - Sur ordinateur */

@media(min-width:768px) {
	
	/* Largeur des Vignettes */
	
	.bas-page .liste-posts-attache {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: start;
		align-items: stretch;
		align-content: stretch;
	}
	.bas-page .vignette {
		width: 290px;
	}
	
	
	/* Format des images à Ratio 1/1 */
	
	.post-article .zone-contenu-media,
	.post-video .zone-contenu-media,
	.post-galerie .zone-contenu-media {
		aspect-ratio: 1 / 1 !important;
	}
	
	.bas-page .vignette .image-post {
		height: 100%;
	}
}

/* Zone Contenu Infos Event */

.infos-event {
	position: absolute;
	z-index: 10;
}

.infos-event .event-date-debut {
	margin-left: 10px;
	background-color: rgba(255,0,0,0.85);
  	border-radius: 0 0 5px 5px;
  	width: 57px;
  	text-align: center;
  	padding-top: 8px;
  	padding-bottom: 4px;
  	color: #fff;
  	box-shadow: 0px 5px 7px -3px rgba(0,0,0,0.9);
}
.infos-event .event-date-debut .jour {
	font-size: 24px;
  	line-height: 25px;
	font-weight: bold;
  	margin-top: 20px;
}
.infos-event .event-date-debut .mois {
	font-size: 19px;
  	margin-left: 4px;
  	font-weight: bold;
  	margin-bottom: 4px;
}
.infos-event .event-date-debut .annee {
	position: absolute;
  	top: 0px;
  	width: 57px;
  	background-color: #fff;
	color: #ff0000;
}

.infos-event .event-date-fin {
	margin-left: 10px;
  	width: 57px;
  	text-align: center;
  	background-color: rgba(80,68,68,0.80);
  	border-radius: 0 0 5px 5px;
  	color: #fff;
  	height: 30px;
  	overflow: hidden;
  	padding-top: 4px;
}

.zone-contenu-texte .event-lieu {
	margin-top: 10px;
  	text-transform: uppercase;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zone-contenu-texte .event-lieu i {
	margin-right: 8px;
}


/* Zone Contenu Media */

.vignette .zone-contenu-media,
.zone-contenu-media-event {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.vignette .zone-contenu-media:hover .image-post,
.vignette .zone-contenu-media-event:hover .image-post {
	transform: scale(1.07);
	transition: all .7s cubic-bezier(.2,1,.22,1);
}

/* Image Post */

.vignette .image-post {
	width: 100%;
	display: flex;
}

.vignette .image-post img {
	width: 100%;
	/*display: flex;*/
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	height: inherit;
}

.vignette .image-post a {
	height: 100%;
	width: 100%;
}

/* Post Event */

.milieu-page .zone-contenu-media-event .image-post,
.zone-contenu-media-event .image-post {
	aspect-ratio: auto !important;
}

/* Post Image */

@media(min-width:1400px) {
	.post-image .zone-contenu-media {
		aspect-ratio: auto !important;
	}
}


/* Post Article et Vidéo */

.post-article .zone-contenu-media,
.post-video .zone-contenu-media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.slider .post-article .zone-contenu-media,
.slider .post-video .zone-contenu-media {
	aspect-ratio: 1 / 1 !important;
}

.vignette .play {
	position: absolute;
	z-index: 5;
}

.vignette .play i {
	font-size: 5em;
	color: #fff;
	box-shadow: 0px 0px 70px -7px rgba(0,0,0,0.9);
	border-radius: 40px;
}

/* Post Galerie */

.vignette .galerie-images {
	aspect-ratio: 1 / 1;
}
.vignette .galerie-images a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	height: 100%;
}

.post-galerie .groupe-1 {
	width: 50%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.post-galerie .groupe-1 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	height: inherit;
}

.post-galerie .groupe-2 {
	width: 50%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	height: 100%;
	margin-left: 4px;
}
.post-galerie .groupe-2 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	height: inherit;
}

.post-galerie .groupe-21 {
	height: 100%;
}

.post-galerie .groupe-22 {
	height: 100%;
	margin-top: 4px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background-color: #1d2327;
}

.post-galerie .groupe-22 img {
	opacity: 0.7;
}

.post-galerie .image-compteur {
	position: absolute;
	z-index: 5;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

/* Post Galerie - Popup*/

.popup-content .galerie-images-full img {
	width: 100%;
}

/* Zone Contenu Texte */

.zone-contenu-texte {
	padding: 14px 20px 10px;
}

.zone-contenu-texte .titre-post {
	text-align: center;
	padding-bottom: 2px;
}

.zone-contenu-texte .titre-post a {
	/*text-transform: uppercase;*/
	font-size: 14px !important;
	line-height: 1.3em !important;
	color: #333;
	font-weight: 500;
	letter-spacing: 0.05rem;
}

.zone-contenu-texte .content {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
.zone-contenu-texte .content a {
	color: #333;
}

.zone-contenu-texte .lien_perso a {
	color: #fff;
	margin: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: Open Sans,Arial,sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #354930;
	padding: 5px 20px;
	border-radius: 10px;
	display: block;
}

/* PopUp */

.popup-perso .zone-qui-dateP {
	margin-bottom: 12px;
}

.popup-perso .date-publication {
	position: relative;
	margin-left: 83px;
	margin-top: -38px;
}


/* Bouton Voir plus & Loader */

.posts-event-wrapper {
    width: 100%;
    text-align: center;
}

.voir-plus-wrapper {
    margin-top: 20px;
	text-align: center;
}

.voir-plus-posts-attache {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #fff;
    color: #94b465;
    font-weight: 900;
    font-size: 16px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.voir-plus-posts-attache:hover:enabled {
    background-color: #94b465;
	color: #fff;
}

.voir-plus-posts-attache:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

