.marker-fiche .icon {
	display: block;
	width: 28px;
	height: 41px;
	background-image: url("../images/gmap_icon.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: transform 0.5s ease-in;
}

.marker-fiche.select .icon {
	transform: scale(1.5);
	transform-origin: 50% 100%;
	transition-timing-function: ease-out;
	transition-duration: 0.25s;
}

.marker-fiche .decouverte.icon {
	filter: sepia(1) grayscale(1);
}

.zoomsAdherents {
	padding: 2rem 0;
	position: relative;
}

.zoomsAdherents:before {
	content: '';
	background-color: #FFFFFF;
	position: absolute;
	z-index: 0;
	left: -1rem;
	right: -1rem;
	top: 3rem;
	height: 19.15rem;
}

.zoomsAdherents.zoomsPartenaires:before {
	background-color: #fce7db;
}

.zoomsAdherents .listeFiches {
	position: relative;
	z-index: 1;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #0e6699 #f3f3f3; /* Foreground, Background */
}

.zoomsAdherents .listeFiches::-webkit-scrollbar {
	height: 11px; /* Mostly for horizontal scrollbars */
}

.zoomsAdherents .listeFiches::-webkit-scrollbar-track { /* Background */
	background: #f3f3f3;
	box-shadow: inset 0 0 10px #EEEEEE;
	border-radius: 10px;
}

.zoomsAdherents .listeFiches::-webkit-scrollbar-thumb { /* Foreground */
	background-color: #0e6699;
	border-radius: 6px;
	border: 3px solid #f3f3f3;
}

.zoomsAdherents .listeFiches::-webkit-scrollbar-thumb:hover {
	border-color: #0e6699;
}

.zoomsAdherents .listeFiches .fiche {
	position: relative;
	display: block;
	padding: 0.5rem;
	margin-bottom: 1rem;
}

.zoomsAdherents .listeFiches .fiche:before {
	content: '';
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	right: 0.5rem;
	border: 0.5rem;
	background: rgba(0, 0, 0, 0.1);
	transform: rotate(-2deg);
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
}

.zoomsAdherents .listeFiches .fiche .fiche-box {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 2px solid #FFF;
	background-color: #FFF;
}

.zoomsAdherents .listeFiches .fiche .fiche-box .fiche-details {
	background-color: #FFF;
	padding-top: 2.5rem;
}

.zoomsAdherents .listeFiches .fiche .fiche-box .fiche-details .fiche-nom {
	font-weight: 600;
	font-size: 0.9em;
	line-height: 1.3em;
}

.zoomsAdherents .listeFiches .fiche .fiche-box .fiche-details .fiche-nom span,
.zoomsAdherents .listeFiches .fiche .fiche-box .fiche-details .fiche-nom a {
	display: block;
	background-color: #FFF;
	color: #e95d0f;
	border-bottom: solid 2px #e95d0f;
	padding: 0.5rem 2.5%;
	transition: background-color 0.5s, color 0.5s;
}

.zoomsAdherents .listeFiches .fiche .fiche-box .fiche-details .fiche-nom span {
	color: #666666;
	border-color: #CCCCCC;
	padding: 0.1rem 2.5%;
}

.zoomsAdherents .listeFiches .fiche .fiche-box .fiche-details .fiche-resume {
	font-size: 0.8em;
	padding: 0.5rem 2.5%;
}

.zoomsAdherents .listeFiches .fiche .fiche-box .fiche-commune {
	position: absolute;
	background-color: #FFF;
	color: #0e6699;
	border-bottom: solid 1px #0e6699;
	left: 0;
	top: 0.5rem;
	right: 0;
	height: 1.5rem;
	line-height: 1.5rem;
	padding-left: 3rem;
	font-size: 0.8em;
}

.zoomsAdherents .listeFiches .fiche .fiche-box .fiche-dept {
	position: absolute;
	background-color: #0e6699;
	color: #FFF;
	border-radius: 999px;
	left: 0.5rem;
	top: 0.25rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.9em;
	box-shadow: inset -2px -2px 0 0 rgba(0, 0, 0, 0.25);
}

.zoomsAdherents .listeFiches .fiche .fiche-box:after {
	content: '\203A';
	position: absolute;
	background-color: #e95d0f;
	color: #FFF;
	border-radius: 999px;
	right: 0.5rem;
	bottom: -3rem;
	width: 2rem;
	height: 2rem;
	line-height: 0.75em;
	text-align: center;
	font-weight: 600;
	font-size: 2em;
	transition: bottom 0.5s, transform 0.5s;
}

.zoomsAdherents .listeFiches .fiche .fiche-box.adh {
	cursor: pointer;
}

.zoomsAdherents .listeFiches .fiche .fiche-box.adh.illustr {
	height: 0;
	padding-bottom: 100%;
}

.zoomsAdherents .listeFiches .fiche .fiche-box.adh.illustr .fiche-image {
	position: relative;
	padding-bottom: 66.667%;
}

html.objectfit .zoomsAdherents .listeFiches .fiche .fiche-box.adh.illustr .fiche-image > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zoomsAdherents .listeFiches .fiche .fiche-box.adh.illustr .fiche-details {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding-top: 0;
	min-height: 33.3333%;
	transition: min-height 0.5s;
}

.zoomsAdherents .listeFiches .fiche .fiche-box.adh:hover.illustr .fiche-details {
	min-height: 50%;
}

.zoomsAdherents .listeFiches .fiche .fiche-box.adh:hover .fiche-details .fiche-nom a {
	background-color: #e95d0f;
	color: #FFF;
}

.zoomsAdherents .listeFiches .fiche .fiche-box.adh:hover:after {
	bottom: 0.5rem;
	transform: rotate(360deg);
}

.zoomsAdherents .listeFiches .fiche {
	white-space: normal;
	display: inline-block;
	width: calc((100vw - 2rem) * 0.85);
}

.zoomsAdherents-title {
	position: relative;
	z-index: 1;
	display: table;
	font-size: 1.563em;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 2rem;
}

.zoomsAdherents-title::before {
	content: '';
	position: absolute;
	left: -1rem;
	right: -1rem;
	top: 0;
	bottom: 0;
	background-color: #0e6699;
	z-index: -1;
	transform: rotate(-2deg);
}

.fiche {
	padding-bottom: 2rem;
}

.fiche-header {
	padding: 0 0.5rem;
}

.row-image {
	padding: 0 0.5rem 1rem;
}

.fiche-image {
	padding: 0;
	text-align: center;
	position: relative;
}

.fiche-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 20em;
}

.fiche-image .fiche-nophoto {
	display: none;
}

.fiche-image:hover:after {
	background-color: #ef864b;
}

.fiche-image .lightbox {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

html.objectfit .fiche-image .lightbox > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fiche-image .lightbox:after {
	display: block;
	margin-left: 0;
	top: 0.5rem;
	right: 0.5rem;
}

.fiche-image .otherimage-count {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.75);
	pointer-events: none;
}

.fiche-image .otherimage-count:before {
	content: attr(data-count);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 2.5em;
	font-weight: 600;
}

.fiche-image a:nth-child(1) {
	right: 25%;
}

.fiche-image a:nth-child(2) {
	left: 75%;
	bottom: 50%;
}

.fiche-image a:nth-child(3),
.fiche-image .otherimage-count {
	left: 75%;
	top: 50%;
}

.fiche-image a:nth-child(n+4) {
	position: absolute;
	visibility: hidden;
}

.fiche-image a:nth-last-child(1):first-child {
	right: 0;
}

.fiche-image a:nth-last-child(2):first-child ~ a:nth-child(2) {
	bottom: 0;
}

.row-social .medium-6:nth-last-child(1):first-child {
	width: 100%;
}

.fiche-player {
	margin: 0.5rem 1rem;
}

.fiche-player .mejs-offscreen,
.fiche-player .mejs-container {
	display: none;
}

.fiche-player-title {
	background: rgba(34, 34, 34, 0.75);
	color: #fff;
	display: block;
	font-size: 0.9em;
	padding: 0 1rem;
	text-align: left;
}

.fiche-player-controls {
	position: relative;
	width: 100%;
	height: 3rem;
	background-color: #222222;
}

.fiche-player-controls .controls-playpause {
	position: absolute;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	left: 0.5rem;
	top: 0.25rem;
	border-radius: 1.25rem;
	background-color: #e95d0f;
}

.fiche-player-controls .controls-playpause:before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0.5rem auto;
	background-image: url("../../../images/icon-playpause.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.fiche-player-controls .controls-playpause.pause:before {
	background-position: 0 0;
}

.fiche-player-controls .controls-playpause.play:before {
	background-position: -24px 0;
}

.fiche-player-controls .controls-progress {
	position: absolute;
	height: 3rem;
	left: 3.25rem;
	top: 0;
	right: 0;
	padding: 0.5rem;
}

.fiche-player-controls .controls-progress-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fiche-player-controls .controls-progress-total,
.fiche-player-controls .controls-progress-current {
	position: absolute;
	height: 100%;
	width: 0%;
	overflow: hidden;
	font-size: 0.9em;
	white-space: nowrap;
	color: #FFF;
	line-height: 2rem;
	text-align: left;
}

.fiche-player-controls .controls-progress-total {
	background-color: rgba(255, 255, 255, 0.25);
	transition: width 1s;
}

.fiche-player-controls .controls-progress-total.canplay {
	width: 100%;
}

.fiche-player-controls .controls-progress-current {
	background-color: rgba(255, 255, 255, 0.75);
	color: #222222;
}

.fiche-ident {
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 1rem;
}

.fiche-ident .fiche-coordo {
	padding: 0.5rem 1rem;
	text-align: center;
	border: 2px dashed #c3d9e6;
	margin: 1rem 0.5rem;
}

.fiche-ident .coordo-name {
	text-transform: uppercase;
	color: #0e6699;
	font-weight: 600;
	text-align: center;
}

.fiche-ident .coordo-street {
	display: block;
}

.fiche-ident .coordo-postalCode {
	font-weight: 600;
}

.fiche-ident .coordo-locality {
	font-weight: 600;
	white-space: nowrap;
}

.fiche-ident .fiche-bt {
	margin: 0.25rem 1rem;
}

.fiche-ident .fiche-btContact,
.fiche-ident .fiche-btSiteWeb {
	display: block;
	text-transform: none;
	text-align: center;
}

.fiche-ident .fiche-btContact:before,
.fiche-ident .fiche-btSiteWeb:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 24px;
	vertical-align: text-bottom;
	margin-right: 0.5rem;
	background-image: url("../images/ficheContact.png");
	background-position: 32px 24px;
	background-repeat: no-repeat;
}

.fiche-ident .fiche-btContact:before {
	background-position: 0 0;
}

.fiche-ident .fiche-btSiteWeb:before {
	background-position: -32px 0;
}

.fiche-content {
	position: relative;
	padding-bottom: 0.5rem;
}

.fiche-content .row {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.fiche-video {
	background-color: #000;
	width: 100%;
	margin: 0 0 1em 0;
}

.fiche-repertoire,
.fiche-typeChoeur,
.fiche-effectif {
	background-color: #0e6699;
	margin: 0 0.25rem;
}

.fiche-repertoire > p,
.fiche-typeChoeur > p,
.fiche-effectif > p {
	display: block;
	text-align: center;
	padding: 0.5rem;
	color: #FFF;
}

.fiche-repertoire > p > b,
.fiche-typeChoeur > p > b,
.fiche-effectif > p > b {
	display: block;
	text-indent: -9999px;
	width: 64px;
	height: 64px;
	margin: 0 auto 0.5rem auto;
	border-radius: 32px;
	background-image: url("../images/typesChoeur.png");
	background-position: 64px 64px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.5);
}

.fiche-typeChoeur.type1 > p > b {
	background-position: -128px 0;
}

.fiche-typeChoeur.type2 > p > b {
	background-position: -64px 0;
}

.fiche-typeChoeur.type3 > p > b {
	background-position: 0 0;
}

.fiche-typeChoeur.type4 > p > b {
	background-position: -256px 0;
}

.fiche-typeChoeur.type5 > p > b {
	background-position: -192px 0;
}

.fiche-effectif > p > b {
	background-position: -320px 0;
}

.fiche-repertoire > p > b {
	background-position: -384px 0;
}

.fiche-map {
	clear: both;
	position: relative;
	z-index: 1;
	height: 0;
	padding-bottom: 66.6667%;
}

.fiche-map #map {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 1rem;
}

.fiche-onglets {
	position: relative;
	padding-top: 3rem;
}

.fiche-onglets .fiche-onglet {
	position: absolute;
	display: block;
	width: 33.3333%;
	height: 3rem;
	line-height: 3rem;
	top: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
	color: #bbb;
}

.fiche-onglets .fiche-onglet:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("../images/ficheOnglets.png");
	background-position: 0 -32px;
	background-repeat: no-repeat;
	margin: 8px auto;
}

.fiche-onglets .fiche-onglet-annonces {
	margin-left: 33.3333%;
}

.fiche-onglets .fiche-onglet-annonces:before {
	background-position: -32px -32px;
}

.fiche-onglets .fiche-onglet-albums {
	margin-left: 66.6666%;
}

.fiche-onglets .fiche-onglet-albums:before {
	background-position: -64px -32px;
}

.fiche-onglets a.fiche-onglet {
	background-color: rgba(255, 255, 255, 0.25);
	color: #e95d0f;
	cursor: pointer;
}

.fiche-onglets a.fiche-onglet:before {
	background-position: 0 0;
}

.fiche-onglets a.fiche-onglet-annonces:before {
	background-position: -32px 0;
}

.fiche-onglets a.fiche-onglet-albums:before {
	background-position: -64px 0;
}

.fiche-onglets a.fiche-onglet:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.fiche-onglets .fiche-onglet-label {
	display: none;
}

.fiche-onglets .fiche-onglet-count {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	width: 16px;
	vertical-align: middle;
	margin: -16px 0 0 -12px;
	font-size: 12px;
	text-align: center;
	background-color: #bbb;
	color: #fff;
	border-radius: 16px;
}

.fiche-onglets a.fiche-onglet .fiche-onglet-count {
	background-color: #0e6699;
}

.fiche-onglets.activeAgenda a.fiche-onglet-agenda,
.fiche-onglets.activeAnnonces a.fiche-onglet-annonces,
.fiche-onglets.activeAlbums a.fiche-onglet-albums {
	background-color: #FFF;
}

.fiche-onglets .listeAgenda,
.fiche-onglets .listeAnnonce,
.fiche-onglets .listeAlbums {
	display: none;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border: solid 2px #FFF;
}

.fiche-onglets .listeAgenda::after,
.fiche-onglets .listeAnnonce::after,
.fiche-onglets .listeAlbums::after {
	clear: both;
	content: "";
	display: table;
}

.fiche-onglets.activeAgenda .listeAgenda,
.fiche-onglets.activeAnnonces .listeAnnonce,
.fiche-onglets.activeAlbums .listeAlbums {
	display: block;
}

.listeAgenda-item {
	position: relative;
	padding: 0.5rem 1rem;
	margin-bottom: 2em;
	width: 100%;
}

.listeAgenda-item:before {
	content: '';
	position: absolute;
	top: 0.5rem;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.5rem;
	background: rgba(0, 0, 0, 0.1);
	transform: rotate(-2deg);
	width: calc(100% - 1.5rem);
	height: calc(100% - 1rem);
}

.listeAgenda-item-content {
	position: relative;
	background-color: #FFF;
}

.listeAgenda-item-date {
	position: relative;
	display: table;
	z-index: 1;
	background: #FFFFFF;
	padding: 0.5rem;
	top: -0.5rem;
	left: -0.75rem;
	transform: rotate(-2deg);
	width: 7em;
	line-height: 1.25;
}

.listeAgenda-item-date .day {
	font-size: 3em;
	float: left;
	line-height: 0.8;
	height: 1em;
	width: 1.2em;
	text-align: right;
}

.listeAgenda-item-date .lib {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	text-align: right;
}

.listeAgenda-item-date .month {
	font-size: 1.1em;
	width: 1.9em;
	float: right;
}

.listeAgenda-item-date .year {
	font-size: 0.9em;
	width: 2.3em;
	clear: right;
	float: right;
}

.listeAgenda-item-image ~ .listeAgenda-item-date {
	position: absolute;
}

.listeAgenda-item-image {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66.667%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.listeAgenda-item-image > span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(5px);
}

html.objectfit .listeAgenda-item-image > span > img {
	position: absolute;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	object-fit: contain;
}

.listeAgenda-item-commune {
	position: absolute;
	background-color: #FFF;
	color: #0e6699;
	border-bottom: solid 1px #0e6699;
	left: 0;
	top: 0.5rem;
	right: 0;
	height: 1.5rem;
	line-height: 1.5rem;
	padding-left: 3.5rem;
	font-size: 1em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.listeAgenda-item-dept {
	position: absolute;
	background-color: #0e6699;
	color: #FFF;
	border-radius: 999px;
	left: 1rem;
	top: 0.25rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-weight: 600;
	font-size: 1em;
	box-shadow: inset -2px -2px 0 0 rgba(0, 0, 0, 0.25);
}

.listeAgenda-item-category {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: calc(100% - 4rem);
	display: block;
	padding: 0.25em 1em;
	background-color: #FFF;
	color: #333333;
	font-size: 0.8em;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.listeAgenda-item-category > span {
	color: #999999;
	white-space: nowrap;
}

.listeAgenda-item-category:hover {
	background-color: #EEEEEE;
	color: #e95d0f;
}

.listeAgenda-item-title {
	font-weight: 600;
	line-height: 1.25;
	color: #e95d0f;
}

.listeAgenda-item-auteur {
	font-style: italic;
	text-align: center;
	position: absolute;
	left: 1rem;
	top: 3rem;
	max-width: calc(100% - 2rem);
}

.listeAgenda-item-auteurLink {
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	padding: 0.25rem 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #EEE;
	border: 1px solid #EEE;
}

.listeAgenda-item-auteurLink:hover {
	background-color: #FFFFFF;
}

.listeAgenda-item-link {
	display: table;
	margin: 0.5em auto 1em;
}

.listeAgenda-item-detail {
	position: relative;
	width: 100%;
	padding: 5.25em 1em 2em 1em;
}

.listeAgenda-title,
.listeAnnonce-title {
	border-bottom: 1px solid #666666;
	color: #666666;
	font-size: 1em;
	font-weight: 600;
	min-height: 2.5em;
	line-height: 1.2em;
	padding: 0.6em 0;
	text-align: center;
	margin-bottom: 1em;
}

.listeAnnonce {
	position: relative;
	padding: 0.5rem 0.5rem;
}

.listeAnnonce .listeAnnonce-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.listeAnnonce .listeAnnonce-item {
	position: relative;
	padding: 0.5rem 1rem;
	margin-bottom: 2em;
	width: 100%;
}

.listeAnnonce .listeAnnonce-item:before {
	content: '';
	position: absolute;
	top: 0.5rem;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.5rem;
	background: rgba(0, 0, 0, 0.1);
	transform: rotate(-2deg);
	width: calc(100% - 1.5rem);
	height: calc(100% - 1rem);
}

.listeAnnonce .listeAnnonce-item-content {
	position: relative;
	background-color: #FFF;
	height: 100%;
}

.listeAnnonce .listeAnnonce-item-date {
	display: none;
}

.listeAnnonce .listeAnnonce-item-commune {
	position: absolute;
	background-color: #FFF;
	color: #0e6699;
	border-bottom: solid 1px #0e6699;
	left: 0;
	top: 0.5rem;
	right: 0;
	height: 1.5rem;
	line-height: 1.5rem;
	padding-left: 3.5rem;
	font-size: 1em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.listeAnnonce .listeAnnonce-item-dept {
	position: absolute;
	background-color: #0e6699;
	color: #FFF;
	border-radius: 999px;
	left: 1rem;
	top: 0.25rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-weight: 600;
	font-size: 1em;
	box-shadow: inset -2px -2px 0 0 rgba(0, 0, 0, 0.25);
}

.listeAnnonce .listeAnnonce-item-category {
	display: table;
	order: -1;
	max-width: calc(100% - 2rem);
	text-align: center;
	padding: 0.25em 1em;
	margin: 0 auto 1em;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 0.8em;
	text-decoration: none;
}

.listeAnnonce .listeAnnonce-item-category > span {
	color: #999999;
}

.listeAnnonce .listeAnnonce-item-category:hover {
	background-color: #FFF;
	color: #e95d0f;
}

.listeAnnonce .listeAnnonce-item-title {
	font-weight: 600;
	line-height: 1.25;
	color: #e95d0f;
	text-align: center;
}

.listeAnnonce .listeAnnonce-item-auteur {
	text-align: right;
	font-style: italic;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: calc(100% - 4rem);
}

.listeAnnonce .listeAnnonce-item-auteurLink {
	display: block;
	font-size: 0.8em;
	padding: 0.5rem 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #FFFFFF;
}

.listeAnnonce .listeAnnonce-item-auteurLink:hover {
	background-color: #EEE;
}

.listeAnnonce .listeAnnonce-item-link {
	display: table;
	margin: 0.5em auto 1em;
}

.listeAnnonce .listeAnnonce-item-detail {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 3em 1em 2em 1em;
	display: flex;
	flex-direction: column;
}

.listeAlbums {
	position: relative;
	padding: 0.5rem 0;
}

.listeAlbums .listeAlbums-title {
	border-bottom: 1px solid #666666;
	color: #666666;
	font-size: 1em;
	font-weight: 600;
	min-height: 2.5em;
	line-height: 1.2em;
	padding: 0.6em 0;
	text-align: center;
	margin: 0 2em;
}

.listeAlbums .album {
	display: block;
	padding: 1rem;
	margin: 0 auto;
}

.listeAlbums .album .album-box {
	display: block;
	width: 100%;
	position: relative;
	cursor: pointer;
	background-color: #FFF;
}

.listeAlbums .album .album-box::after {
	clear: both;
	content: "";
	display: table;
}

.listeAlbums .album .album-box .album-commune {
	position: absolute;
	z-index: 3;
	background-color: #FFF;
	color: #0e6699;
	border-bottom: solid 1px #0e6699;
	left: 0;
	top: 0;
	width: 66.667%;
	height: 1.5rem;
	line-height: 1.5rem;
	padding-left: 3rem;
	font-size: 0.8em;
}

.listeAlbums .album .album-box .album-dept {
	position: absolute;
	z-index: 4;
	background-color: #0e6699;
	color: #FFF;
	border-radius: 999px;
	left: 0.5rem;
	top: -0.25rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.9em;
	box-shadow: inset -2px -2px 0 0 rgba(0, 0, 0, 0.25);
}

.listeAlbums .album .album-box .album-info {
	padding-top: 2rem;
	padding-bottom: 2.5rem;
	float: left;
	width: 66.667%;
	font-size: 0.9em;
	line-height: 1.2em;
}

.listeAlbums .album .album-box .album-title {
	background-color: #e95d0f;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.5em;
	text-transform: uppercase;
}

.listeAlbums .album .album-box .album-link {
	color: #FFF;
}

.listeAlbums .album .album-box .album-genre {
	font-size: 0.9em;
	padding: 0 0.5em 0.25em 0.5em;
	background-color: rgba(255, 255, 255, 0.75);
}

.listeAlbums .album .album-box .album-auteur {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.25em 0.5em;
	color: #0e6699;
	background-color: rgba(255, 255, 255, 0.75);
	font-size: 0.9em;
}

.listeAlbums .album .album-box .album-image {
	float: right;
	width: 33.333%;
}

.listeAlbums .album .album-box .album-image > img {
	width: 100%;
	height: 100%;
	float: left;
}

.fiche-info {
	text-align: center;
	margin: 0 1rem;
}

.fiche-info:not(:empty) {
	padding-top: 2rem;
}

.fiche-info .codeadh {
	font-size: 0.8em;
	color: #666;
}

.fiche .social-menu {
	height: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {

.fiche-player-controls .controls-playpause:before {
	background-image: url("../../../images/icon-playpause@2x.png");
	background-size: 48px 24px;
}

.fiche-ident .fiche-btContact:before,
.fiche-ident .fiche-btSiteWeb:before {
	background-image: url("../images/ficheContact@2x.png");
	background-size: 64px 24px;
}

.fiche-repertoire > p > b,
.fiche-typeChoeur > p > b,
.fiche-effectif > p > b {
	background-image: url("../images/typesChoeur@2x.png");
	background-size: 448px 64px;
}

.fiche-onglets .fiche-onglet:before {
	background-image: url("../images/ficheOnglets@2x.png");
	background-size: 96px 64px;
}

}

@media only print, only screen and (min-width: 30.063em) {

.zoomsAdherents:before {
	left: -2rem;
	right: -2rem;
}

.zoomsAdherents .listeFiches .fiche {
	width: 24rem;
}

.fiche-map {
	padding-bottom: 50%;
}

.listeAgenda-item-content {
	height: 12rem;
}

.listeAgenda-item-image {
	position: absolute;
	padding-bottom: 0;
	width: 15em;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.listeAgenda-item-link {
	position: absolute;
	margin: 0;
	left: 1em;
	bottom: 1em;
}

.listeAgenda-item-detail {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	padding-bottom: 0;
}

.listeAgenda-item-detail .listeAgenda-item-commune {
	left: 6rem;
}

.listeAgenda-item-detail .listeAgenda-item-dept,
.listeAgenda-item-detail .listeAgenda-item-auteur {
	left: 7rem;
}

.listeAgenda-item-image ~ .listeAgenda-item-detail {
	width: calc(100% - 15em);
	left: 15em;
}

.listeAgenda-item-image ~ .listeAgenda-item-detail .listeAgenda-item-commune {
	left: 0;
}

.listeAgenda-item-image ~ .listeAgenda-item-detail .listeAgenda-item-dept,
.listeAgenda-item-image ~ .listeAgenda-item-detail .listeAgenda-item-auteur {
	left: 1rem;
}

.listeAgenda-item-image ~ .listeAgenda-item-detail .listeAgenda-item-link {
	left: 0em;
	transform: translateX(-50%);
}

.listeAlbums .album .album-box .album-commune {
	top: 1rem;
}

.listeAlbums .album .album-box .album-dept {
	top: 0.75rem;
}

.listeAlbums .album .album-box .album-info {
	padding-top: 3rem;
}

}

@media only print, only screen and (min-width: 48.063em) {

.fiche-ident {
	float: left;
}

.fiche-ident .fiche-coordo {
	padding: 1rem 2rem;
}

.fiche-ident .fiche-bt {
	margin: 0.25rem 2rem;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}

.fiche-ident .fiche-btContact,
.fiche-ident .fiche-btSiteWeb {
	width: 48%;
}

.fiche-ident.medium-6 .fiche-bt {
	margin: 0.25rem 1rem;
	display: block;
}

.fiche-ident.medium-6 .fiche-btContact,
.fiche-ident.medium-6 .fiche-btSiteWeb {
	width: 100%;
}

.fiche-video {
	float: right;
	margin: 0 0 0.5em 1em;
	width: 50%;
}

.fiche-repertoire,
.fiche-typeChoeur,
.fiche-effectif {
	margin: 0 0.5rem;
}

.fiche-map {
	padding-bottom: 20rem;
}

.fiche-onglets .fiche-onglet:before {
	margin: 8px;
	vertical-align: top;
}

.fiche-onglets .fiche-onglet-label {
	display: inline;
}

.fiche-onglets .fiche-onglet-count {
	display: inline;
	border-radius: 0;
	background: none;
	color: inherit;
	margin: 0;
	vertical-align: inherit;
	font-size: 1em;
}

.fiche-onglets .fiche-onglet-count:before {
	content: ' (';
}

.fiche-onglets .fiche-onglet-count:after {
	content: ')';
}

.fiche-onglets a.fiche-onglet .fiche-onglet-count {
	background: none;
}

.listeAgenda-item-auteur {
	display: inline-block;
	text-align: left;
}

.listeAnnonce {
	padding: 0.5rem 1.5rem;
}

.listeAnnonce .listeAnnonce-item {
	width: 50%;
}

.listeAlbums .listAlbums-list {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.listeAlbums .album {
	float: left;
	width: 50%;
	padding: 2rem 3rem;
}

.listeAlbums .album .album-box {
	height: 0;
	padding-bottom: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	perspective: 800px;
}

.listeAlbums .album .album-box:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 90%;
	border-radius: 100%;
	left: 5%;
	top: 5%;
	background-image: url("../../albums/images/album.gif");
	background-size: 110% 110%;
	background-position: center center;
	border: solid 4px #EEE;
	transition: left 0.5s, transform 0.5s;
}

.listeAlbums .album .album-box .album-commune {
	width: auto;
	right: 0;
}

.listeAlbums .album .album-box .album-details {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
	transition: transform 0.5s;
	transform-origin: left;
}

.listeAlbums .album .album-box .album-details:after {
	content: "";
	position: absolute;
	z-index: 5;
	height: 100%;
	width: 50%;
	right: -22%;
	top: -20%;
	background: rgba(255, 255, 255, 0.25);
	transform: rotateZ(-30deg);
	transition: right 0.5s;
}

.listeAlbums .album .album-box:hover:before {
	left: 20%;
	transform: rotateZ(-30deg);
}

.listeAlbums .album .album-box:hover .album-details {
	transform-style: preserve-3d;
	transform: rotateY(-30deg);
}

.listeAlbums .album .album-box:hover .album-details:after {
	right: -40%;
}

.listeAlbums .album .album-box .album-info {
	position: absolute;
	z-index: 2;
	width: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 55%;
	padding: 0;
	text-align: center;
}

.listeAlbums .album .album-box .album-image {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.fiche-info {
	text-align: right;
	margin: 0 2rem;
}

}

@media only print, only screen and (min-width: 60.063em) {

.zoomsAdherents .listeFiches .fiche .fiche-box {
	height: 0;
	padding-bottom: 18.4%;
}

.zoomsAdherents .listeFiches .fiche .fiche-box.adh {
	height: 0;
	padding-bottom: 45.1%;
}

.fiche-image:before {
	height: 0;
	padding-bottom: 50%;
}

.fiche-map {
	padding-bottom: 0;
	height: auto;
}

.fiche-map #map {
	top: 0;
}

.no-flexbox .fiche-map #map {
	min-height: 20rem;
}

.fiche-info {
	margin: 0 4rem;
}

}

@media only print, only screen and (min-width: 60em) {

.listeAlbums .album {
	width: 33.3333%;
	padding: 2rem 2rem;
}

}

@media only print, only screen and (min-width: 75.063em) {

.listeAnnonce .listeAnnonce-item {
	width: 33%;
}

}

@media only print, only screen and (min-width: 75em) {

.listeAlbums .album {
	width: 25%;
	padding: 1rem 1rem;
}

}

@media only print, only screen and (min-width: 100.063em) {

.zoomsAdherents:before {
	left: calc((-100vw + 100em - 3rem) / 2);
	right: calc((-100vw + 100em - 3rem) / 2);
}

}

