.geolist {
--primary-color: #ccd100;
--secondary-color: #e94e00;
--info-color: #0097ad;
--grey-text: #1b1b1f;
--grey-light: #f5f5f5;
--height-content: calc(100vh - 90px);
}


.bounce-marker-leaflet{
	animation: bounce 0.35s ease infinite alternate;
}
	
@keyframes bounce{
	from {transform: translateY(0px);}
	to {transform: translateY(-15px);}
}

@-webkit-keyframes slideFromLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
  }
   
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
}
 
@keyframes slideFromLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
  }
   
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;;
  }
}
  
.csico-spin {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* filtres */

.filterbox {
	z-index: 2;
	position: fixed;
	top: 90px;
	left:-400px;
	height: calc(100% - 90px);
	width: 400px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: rgba(0, 0, 0, 0.4) 10px 2px 30px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.filterbox.filterbox-close:not(.animate) {
  visibility: hidden;
}
.filterbox.animate.filterbox-close {
	animation: slideFromLeft reverse 0.5s forwards;
}
.filterbox.animate.filterbox-open {
	animation: slideFromLeft 0.5s forwards;
}


.filterbox-head {
	text-align: right;
	padding: 20px;
}

.filterbox-head .glyphicon {
	top: 3px;
	font-size: 20px;
	line-height: 1;
	margin-right: 8px;
}

.geolist .filter {
	position: relative;
	min-height: calc(100% - 90px);
	max-height: calc(100% - 90px);
	padding: 20px 20px 10px 20px;
	overflow-y: auto;
}

.geolist .filter .daterangepicker {
	top: 110px !important;
	left: 20px !important;
}

.geolist .filter .cv8d-filter {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--primary);
}

.geolist .filter > label {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--info);
}

.geolist .filter .panel-body > .btn-default {
	display: none;
}

.geolist .filter select,
.geolist .filter select + br {
	display: none;
}

.geolist .filter .panel-group {
	border-radius: 0;
	margin-bottom: 0;
}

.geolist .filter .panel-group .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.geolist .filter .panel-group .panel:last-child .panel-heading,
.geolist .filter .panel-group .panel:last-child .panel-title > a {
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.geolist .filter .panel-default > .panel-heading {
	border: none;
}

.panel-title > a:hover {
	color: var(--primary);
	background-color: transparent;
}

.geolist .filter .panel-title > a {
	padding: 15px 0 10px 0;
	background-color: transparent;
}

.geolist .filter .panel-group .panel-heading + .panel-collapse > .panel-body,
.geolist .filter .panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
}

.geolist .filter .panel-body {
	padding: 0;
	background-color: transparent;
}

.geolist .filter .tzr-checkboxtable {
	width: 100%;
}

.geolist .filter .tzr-checkboxtable .checkbox {
	margin-top: 0;
	margin-bottom: 2px;
}

.geolist .filter .tzr-checkboxtable .checkbox label {
	width: 100%;
	font-size: var(--body-font-size);
	padding-top: 3px;
	padding-bottom: 3px;
}

.geolist .filter .less-more-btn {
	margin-top: 10px;
	margin-bottom: 5px;
}

.geolist .filter .less-more-btn .btn-primary {
	margin-top: 10px;
}

.geolist .cv8d-action {
	display: block;
	width: 100%;
	padding: 0;
	margin: 15px 0 10px 0;
	border-top: 0;
}









.geolist-filter {
	margin: 0 20px 20px 20px;
	padding: 20px;
	background-color: var(--light);
}

.geolist-filter ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.geolist-filter ul li {
	padding: 0 10px;
}

.geolist-filter ul li:first-child {
	padding-left: 0;
}

.geolist-filter ul li:last-child {
	padding-right: 0;
}

.geolist-filter .glyphicon {
	top: 3px;
	font-size: 20px;
	line-height: 1;
	margin-right: 8px;
}

.geolist-filter ul li.result {
	margin-right: auto;
}

.geolist .result span {
	display: inline-block;
	font-weight: 700;
}

.geolist-filter ul li.mode .btn {
	margin-left: 10px;
}

.geolist-filter ul li.mode .btn:first-child {
	margin-left: 0;
}

.cv3-txtseul.txt-geolist {
  margin: 0px 25px 10px 25px;
}

.container-mode {
	display: flex;
	margin: 0 20px 20px 20px;
}

.geolist .map {
	margin-bottom: 30px;
}

.geolist .map-position {
	position: sticky;
	top: 90px;
}
	




.mode-list .map {
	display: none;
}
.mode-map .list {
	display: none;
}
.mode-map .map {
	width: 100%;
}








.geolist .result .export {
	display: flex;
	justify-content: space-around;
	padding: 12px 20px;
	background-color: var(--grey-light);
}

.geolist .result .export a {
	display: block;
	height: 100%;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	padding: 10px 15px;
	background-color: white;
}

.geolist .result .export a:hover {
	color: white;
	background-color: var(--secondary-color);
}

.geolist .result .export span {
	display: inline-block;
	padding: 0;
	background-color: transparent;
}

.geolist .result .export .glyphicon {
	top: 2px;
	font-size: 18px;
	padding: 0;
	margin-right: 5px;
}

.geolist .result .export .text {
	padding: 0;
}


.geolist .alert {
	margin-left: 20px;
	margin-right: 20px;
}


.list {
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
	animation: appear 0.5s;
	animation-fill-mode: forwards;
}

.list-item nav {
	text-align: right;
}



.elts-item {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 -15px;
}


.elt-item {
	position: relative;
	width: calc(50% - 30px);
	margin: 15px;
}

.elt-item .link-thumbnail {
	position: relative;
	display: flex;
	height: 100%;
	text-decoration: none;
	background-color: var(--light);
}

.elt-item .link-thumbnail:hover {
	cursor: pointer;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
}

.elt-item-img {
	position: relative;
	text-align: center;
	background-color: var(--info);
	overflow: hidden;
}

.elt-item-img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: all 0.3s ease-in-out;
}

.elt-item .link-thumbnail:hover .elt-item-img img {
	opacity: .5;
	transform: scale(1.1);
}


.elt-item .date {
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 10px;
	display: flex;
	align-items: stretch;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	background-color: var(--light);
}

.elt-item .date-content {
	display: flex;
	align-items: center;
	padding: 8px 10px;
}

.elt-item .date .glyphicon {
	font-size: 10px;
	margin: 0 5px;
}

.elt-item .date .day {
	display: block;
	font-weight: 400;
	font-size: 20px;
}

.elt-item .date .month {
	display: block;
}

.elt-item .date .month::after {
	display: inline-block;
	content: ".";
}

.elt-item .alldates {
	order: 1;
}

.elt-item .alldates .dropdown {
	height: 100%;
}

.elt-item .alldates .btn-primary {
	width: 100%;
	height: 100%;
	min-height: auto;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	padding: 5px;
	border: none;
	border-radius: 0;
}

.elt-item .alldates .dropdown-menu {
	left: inherit;
	right: 0;
	min-width: 160px;
	max-width: 160px;
	max-height: 200px;
	font-size: 100%;
	color: var(--dark);
	padding: 10px 0 5px 0;
	overflow-y: auto;
}

.elt-item .alldates .dropdown-menu > li {
	padding: 0 15px 5px 15px;
	width: auto;
	margin-left: 0;
	margin-bottom: 5px;
}

.elt-item .alldates .mois::after {
	display: inline-block;
	content: ".";
}

.elt-item .alldates .dropdown-menu > li span:first-child {
	margin-right: 5px;
}


.elt-item-content {
	position: relative;
	display: flex;
	padding: 20px;
}

.elt-item-content a {
	text-decoration: underline;
}

.elt-item-content .glyphicon {
	margin-right: 8px;
}

.elt-item-content .contact .glyphicon {
	margin-right: 10px;
}

.elt-item-content .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.elt-item-content .adresse,
.elt-item-content .phonelist,
.elt-item-content .contact {
	margin-bottom: 5px;
}

.elt-item-content .adresse,
.elt-item-content .phonelist + .contact,
.elt-item-content .text {
	margin-bottom: 10px;
}

.elt-item-content .more {
	position: relative;
	text-align: right;
}

.elt-item .link-thumbnail:hover .more .btn {
	color: var(--light);
	background-color: var(--dark);
	border-color: var(--dark);
}







.titre-thumbnails .capacite {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 300;
	white-space: nowrap;
	margin-top: -2px;
}

.titre-thumbnails .capacite:before {
	content:"-";
	margin-right: 3px;
}

.titre-thumbnails .noclass {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 300;
	white-space: nowrap;
	margin-top: -2px;
}

.titre-thumbnails .noclass:before {
	content:"-";
	margin-right: 4px;
}







/* affichage carte et liste */

.mode-all {
	flex-direction: column;
}

.mode-all .map {
	width: 100%;
}

.geolist .mode-all .map .leaflet-container {
	height: 60vh;
}

.mode-all .elts-item {
	margin: 0;
}

.mode-all .elt-item {
	width: 100%;
	margin: 0 0 30px 0;
}

.mode-all .elt-item .link-thumbnail {
	align-items: center;
}

.mode-all .elt-item-img {
	width: 33.3333%;
	min-width: 33.3333%;
	height: 100%;
}

.mode-all .elt-item-content {
	width: 66.6666%;
	flex-direction: column;
}

/* ordonner les champs est possible
.mode-all .elt-item-content .adresse {
	order: 1;
}

.mode-all .elt-item-content .title {
	order: 2;
}

.mode-all .elt-item-content .phonelist {
	order: 3;
}

.mode-all .contact {
	order: 4;
}

.mode-all .text {
	order: 5;
}

.mode-all .more {
	order: 6;
}
*/



/* affichage liste */

.mode-list .elt-item .link-thumbnail {
	flex-direction: column
}

.mode-list .elt-item-img {
	height: 225px;
	max-height: 225px;
}

.mode-list .elt-item-content {
	flex-direction: column
}

.mode-list .elt-item-content .text {
	margin-bottom: 15px;
}




/* leaflet */

.leaflet-marker-icon img {
	filter: var(--marker-icon) drop-shadow( 3px 6px 4px rgba(0, 0, 0, .2));
}

.leaflet-marker-icon .marker-icon {
	position: relative;
}

.leaflet-container {
	font-family: var(--body-font);
}

.map-leaflet .overlay {
	position: relative;
	height: calc(100vh - 90px);
	color: #ffffff;
	padding: 20px;
	opacity: 0.75;
	background-color: var(--info);
}

.map-leaflet .overlay .glyphicon {
	position: sticky;
	bottom: 50px;
	font-size: 30px;
	color: #ffffff;
	margin-top: 15%;
	margin-left: 50%;
}

.map-leaflet .leaflet-popup-content-wrapper .overlay {
	height: initial;
	text-align: center;
	padding: 15px 20px 10px 20px;
	margin: -15px;
	border-radius: 12px;
}

.map-leaflet .leaflet-popup-content-wrapper .overlay .glyphicon {
	position: initial;
	font-size: 20px;
	margin-top: 0;
	margin-left: 0;
}

.leaflet-container .link-thumbnail {
	color: var(--dark);
}

.leaflet-container .link-thumbnail:hover {
	color: var(--primary);
	box-shadow: none;
}

.leaflet-container a.leaflet-popup-close-button {
	display: inline-block;
	top: -5px;
	right: -5px;
	width: 21px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0;
	color: #ffffff;
	text-align: center;
	padding: 5px 0 0 0;
	border-radius: 50%;
	background-color: var(--dark);
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: var(--dark);
	background-color: var(--primary);
}

.leaflet-container a.leaflet-popup-close-button::before {
	font-family: 'smvic';
	font-size: 9px;
	line-height: 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	content: "\e217";
	filter: drop-shadow( 0 1px 0 rgba(255, 255, 255, 1));
}

.leaflet-popup-content {
	margin: 15px;
}

.leaflet-popup-content .elt-item {
	width: 100%;
	margin: 0;
}

.leaflet-popup-content .elt-item .link-thumbnail {
	position: relative;
	flex-direction: column;
	height: 100%;
	background-color: transparent;
}

.leaflet-popup-content .elt-item-img {
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
}

.leaflet-popup-content .elt-item-content {
	width: 100%;
	flex-direction: column;
	padding: 0;
}

.elt-item-content .title {
	font-size: 16px;
	margin-bottom: 8px;
}

.leaflet-popup-content .elt-item-content .text {
	margin-bottom: 0;
}

.more-infos {
	z-index: 500;
	position: absolute;
	top: 40px;
	right: 60px;
	font-size: 13px;
	padding: 20px 20px 15px 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.25) 0 4px 12px;
}

.more-infos h3 {
	font-size: 15px;
	margin-bottom: 5px;
}


@media (min-width: 768px) {

	.geolist .map .leaflet-container,
	.geolist .mode-all .map .leaflet-container {
		height: calc(100vh - 90px);
	}

}



@media (min-width: 992px) {

	.elt-item {
		width: calc(33.33% - 30px);
	}

	.mode-all {
		flex-direction: row;
	}

	.mode-all .map {
		width: 34%;
	}
	
	.mode-all .list {
		width: 66%;
	}

	.mode-all .elts-item,
	.list-item nav {
		padding-left: 30px;
	}

}




@media (min-width: 1200px) {

	.elt-item {
		width: calc(25% - 30px);
	}

	.mode-all .map {
		width: 40%;
	}
	
	.mode-all .list {
		width: 60%;
	}

}




@media (min-width: 1500px) {

  .cv3-txtseul.txt-geolist {
    margin: 0px 40px 10px 40px;
  }

	.geolist-filter {
		margin: 0 40px 40px 40px;
	}
	
	.container-mode {
		margin: 0 40px 40px 40px;
	}


	.mode-all .map,
	.mode-all .list {
		width: 50%;
	}


	.mode-list .elts-item {
		margin: 0 -20px;
	}

	.mode-list .elt-item {
		width: calc(20% - 40px);
		margin: 20px;
	}


}


@media (max-width: 767px) {

  .cv3-txtseul.txt-geolist {
    margin: 0px 20px 10px 20px;
  }
  
	.container-mode {
		margin: 0 0 20px 0;
	}

	.geolist-filter {
		margin: 0 0 20px 0;
	}

	.filterbox {
		top: 50px;
		--sect-filter: calc(100% - 30px);
		left: calc(-1 * var(--sect-filter));
		
		
		height: calc(100% - 50px);
		width: calc(100% - 30px);
	}

	.geolist .filter {
		max-height: calc(100% - 70px);
	}

	.filterbox-head {
		padding: 20px 20px 5px 20px;
	}

	#drp-filter-content {
		position: relative;
		height: 100%;
		width: 100%;
		opacity: 0.75;
		background-color: var(--info);
	}

	.geolist-filter ul {
		flex-wrap: wrap;
	}

	.geolist-filter ul li.mode {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
	}

	.geolist .map .leaflet-container,
	.geolist .mode-all .map .leaflet-container {
		height: 60vh;
	}

	.geolist .mode-map .map .leaflet-container {
		height: calc(100vh - 60px);
	}
	

	.geolist .mode-all .map {
		margin-bottom: 15px;
	}

	.mode-all .list-item {
		display: block;
		min-height: .01%;
		overflow-x: auto;
		width: 100%;
		margin-bottom: 15.75px;
		overflow-y: hidden;
	}

	.mode-all .list-item .elts-item  {
		display: block;
		white-space: nowrap;
		margin-bottom: 10px;
	}

	.mode-all .list-item .elt-item {
		display: inline-block;
		width: 70%;
		vertical-align: top;
		white-space: normal;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.mode-all .elt-item .date .day {
		font-size: 16px;
	}

	.mode-all .elt-item .date {
		left: 1px;
		top: 1px;
	}

	.mode-all .elt-item .alldates .btn-primary {
		width: auto;
		min-width: initial;
	}

	.mode-all .elt-item .alldates .csico-label {
		display: none;
	}

	.mode-all .list-item .elt-item .link-thumbnail {
		display: flex;
		padding: 0;
	}

	.mode-all .list-item .elt-item-img {
		width: 40%;
		min-width: 40%;
		height: 150px;
	}

	.mode-all .list-item .elt-item-content {
		width: 60%;
		padding: 10px;
	}

	.mode-all .elt-item-content .adresse {
		margin-bottom: 5px;
	}

	.mode-all .list-item nav {
		text-align: left;
	}

	.mode-all nav .pagination {
		position: absolute;
	}


	.mode-all .elt-item .phonelist,
	.mode-all .elt-item .contact,
	.mode-all .elt-item .more {
		display: none;
	}

	.mode-all .elt-item-content .title {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.mode-all .text {
		font-size: 13px;
		line-height: 18px;
	}

}





@media (max-width: 576px) {

	.filterbox {
		width: calc(100% - 30px);
	}

	.elt-item {
		width: 100%;
	}

	.elt-item .link-thumbnail {
		display: block;
	}

	.geolist-filter ul li {
		padding: 0 5px;
	}

	.geolist-filter .csico-label {
		display: none;
	}

	.geolist-filter .btn {
		min-width: auto;
		padding: 7px 10px 9px 10px;
	}

	.geolist-filter .glyphicon {
		margin-right: 0;
	}

	.geolist-filter ul li.mode {
		width: initial;
		padding-top: 0;
		padding-left: 5px;
	}

	.geolist-filter ul li.mode .btn {
		margin-left: 5px;
	}



	.geolist .mode-all .map .leaflet-container {
		height: 50vh;
	}

	.mode-all .elt-item-img {
		width: 100%;
		min-width: 100%;
		height: 150px;
	}

	.mode-all .elt-item-content {
		width: 100%;
	}

	.mode-all .list-item .elt-item .link-thumbnail {
		flex-direction: column;
	}

	.mode-all .list-item .elt-item-img {
		width: 100%;
		min-width: 100%;
		height: 120px;
	}

	.mode-all .list-item .elt-item-content {
		width: 100%;
		min-height: 150px;
	}

	.mode-all .text {
		padding-right: 15px;
		margin-bottom: 0;
	}

	.more-infos {
		top: 20px;
		right: 20px;
		max-width: 75%;
		padding: 15px 15px 11px 15px;
	}

}