/*  ------------------------------------------------
	LISTE DES SPECTACLES
	------------------------------------------------ */

.show_list h1 {
	font-size: 50px;
	font-weight: 300;
	color: #000000;
	line-height: 60px;
	text-transform: initial;
	text-align: left;
	padding: 0 50px;
	text-transform: initial !important;
}

.show_list h1 span {
	font-weight: bold;
}

body.page.show_list #logo img {
	height: 95px;
}

.show_list .toplayout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.listShows {}

.listShowsUl {
	margin-left: 50px;
	margin-right: 50px;
}

.listShowsUl li {
	margin-top: 20px;
	margin-right: 20px;
	width: calc(33.33% - (1% + 20px));
	max-width: 570px;
	margin: 1%;
	float: left;
	position: relative;
}

.listShowsUl li .image {
	text-align: center;
	overflow: hidden;
}

.listShowsUl li img {
	width: 120%;
	margin-left: -10%;
	display: block;
}

.listShowsUl li::after {
	content: "";
	pointer-events: none;
	width: 100%;
	background: linear-gradient(transparent, #000000);
	position: absolute;
	bottom: 0;
	height: 150px;
	z-index: 0;
}

.listShowsUl li .content {
	position: absolute;
	bottom: 0;
	color: #ffffff;
	padding: 20px;
	z-index: 1;
}

.listShowsUl li .content h2 {
	font-size: 34px;
	font-family: 'gggolfnews';
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

.listShowsUl li .content .info_separator {
	content: "";
	background: #ffffff;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #000;
}

.listShowsUl li .content .theme {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}

.listShowsUl li.month {
	text-align: center;
	font-size: 3.5em;
	color: #CCC;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 100;
	text-transform: uppercase;
	vertical-align: middle;
	box-shadow: 0px 0px 10px #CCC inset;
}

.listShowsUl li.month span {
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}

.listShowsUl .listingDate {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	border-radius: 0 0 20px 0;
	background-size: cover;
	background-position: right bottom;
	padding: 10px;

}

.listShowsUl .listingDate .date {
	font-size: 14px;
	line-height: 21px;
	font-family: 'gggolfnews';
	color: #000000;
	letter-spacing: 2px;
	font-weight: bold;
	min-width: 80px;
	display: block;
	text-align: center;
}

.listShowsUl .listingDate .date span {
	line-height: 25px;
	display: block;
}

.listShowsUl .listingDate .date .number {
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 25px;
}

.listShowsUl .listingDate .date .month {
	text-transform: uppercase;
}

.secondary_filter {
	padding-left: 70px;
	padding-right: 70px;
	display: flex;
	margin-top: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.secondary_filter>* {
	margin-right: 20px;
	margin-bottom: 20px;
}

.secondary_filter>p {
	font-size: 18px;
	font-weight: 600;
	font-family: 'gggolfnews';
	line-height: 26px;
	color: #000000;
}

.secondary_filter label {
	font-size: 18px;
	font-weight: 300;
	font-family: 'gggolfnews';
	line-height: 26px;
	color: #000000;
	margin-right: 5px;
}

.secondary_filter input[type="checkbox"] {
	margin-top: 5px;
	cursor: pointer;
	margin-right: 30px;
}

.secondary_filter label,
.secondary_filter input {
	vertical-align: middle;
	display: inline-block;
}

.secondary_filter select {
	background: none;
	border: none;
	border-bottom: 2px solid #707070;
	font-size: 18px;
	font-weight: 300;
	font-family: 'gggolfnews';
	line-height: 26px;
	padding-left: 4px;
	cursor: pointer;
	margin-right: 50px;
	max-width: 100px;
}

.listShowsUl .canceled,
.listShowsUl .full {
	font-size: 30px;
	text-transform: uppercase;
	display: block;
}

.listShowsUl .canceled {
	color: rgba(255, 0, 0, 0.4);
}

.listShowsUl .full {
	color: rgba(255, 157, 0, 0.4);
}

/*  ------------------------------------------------
	ZOOM SPECTACLE
	------------------------------------------------ */

#show .showtheme {
	color: #777777;
	font-style: italic;
	font-size: 2em;
	margin-bottom: 2rem;
}

#show .showdescriptif {
	color: #444;
	font-size: 1.5em;
	font-weight: 300;
}

#show .showdescriptif p {
	font-size: 1em;
}

#show .showdescriptif table {
	font-size: 0.8em;
}

#show iframe {
	margin-top: 20px;
	margin-right: 30px;
	width: 400px;
	height: 250px;
	max-width: 100%;
	display: inline-block;
}

#show .docs {
	margin-top: 20px;
}

#show .docs a {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	vertical-align: top;
}

#show .docs a .name {
	max-width: 150px;
	display: inline-block;
	vertical-align: middle;
}

#show .docs a img {
	max-width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#singleShow .specialRight {
	padding-top: 150px;
}

.carpoolframe {
	display: inline-block;
	height: 54px;
	width: 54px;
	background-image: url(./img/co-voiturage-picto.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	box-shadow: -2px 4px 6px lightgrey;
}

.colorboxframe {
	background-image: url(./img/co-voiturage-picto.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	border: 1px solid;
	padding: 6px 8px;
	background-size: 50%;
	transition: background-size 0.2s ease-out;
	-webkit-transition: background-size 0.2s ease-out;
	-moz-transition: background-size 0.2s ease-out;
	-ms-transition: background-size 0.2s ease-out;
	-o-transition: background-size 0.2s ease-out;
}

.colorboxframe:hover {
	background-size: 65%;
	transition: background-size 0.2s ease-in;
	-webkit-transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	-ms-transition: background-size 0.2s ease-in;
	-o-transition: background-size 0.2s ease-in;
}

.colorboxframe .fa-stack {
	width: 54px;
	height: 54px;
}

/*  ------------------------------------------------
	COVOITURAGE
	------------------------------------------------ */
.covoitarea {
	color: #000;
	font-family: 'gggolfnews', sans-serif;
	letter-spacing: .2em;
	font-weight: bold;
	display: block;
	position: relative;
}

.covoitarea a::after {
	content: url('../../../web/templates/frontend/images/elements/corner_black.png');
	position: absolute;
	right: 0px;
	bottom: 8px;
}

.buttons_area {
	display: flex;
	align-items: baseline;
}

#carpooling {
	color: black;
	background: white;
	height: 100%;
	overflow: auto;

}

#carpooling .top {
	overflow: hidden;
}

#carpooling .top .cover {
	width: 45%;
	float: left;
}

#carpooling .top .cover img {
	width: 80%;
	margin: 10px;
}

#carpooling .top .name {
	margin-left: 47%;
}

#carpooling .top .date {
	font-family: "Dosis", Arial, sans-serif;
	font-size: 1.6em;
}

#carpooling .listCars {
	margin: 0 0 10px 10px;
}

#carpooling .h1 {
	font-size: 2.2em;
}

#carpooling .h2 {
	font-size: 1.7em;
}

#carpooling .listCars p {
	margin: 5px 0;
}

#carpooling .listCars ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 15px;
	margin: 12px 0;
	padding: 12px 15px;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	background: #FAFAFA;
}

#carpooling .listCars ul li .text {
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 15px;
	min-width: 250px;
}

#carpooling .listCars ul li .title {
	font-size: 1.2em;
	min-width: 200px;
}

#carpooling .listCars ul li .title .nb {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 3px;
}

#carpooling .listCars ul li .text .date {
	line-height: 1.7;
	color: #555555;
	padding-left: 15px;
	border-left: 3px solid #DDDDDD;
}

#carpooling .listCars ul li .action {
	display: inline-block;
	padding: 8px 20px;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#carpooling .listCars ul li .action:hover {
	opacity: 0.85;
	text-decoration: none;
}

#carpooling .listCars ul li .action>span {
	margin-right: 6px;
}

#carpooling .listCars ul li .iar {
	display: none;
}

#carpooling .post {
	margin: 10px 10px 0 10px;
}

#carpooling .post form {
	text-align: center
}

#carpooling .post form ul {
	border: 1px solid #ccc;
	padding: 5px 20px 20px 20px;
	text-align: left;
}

#carpooling .post form input.hour {
	width: 40px;
	padding-left: 5px;
	padding-right: 5px;
}

#content .carpoolingAction {
	text-align: center;
	font-size: 3em;
	padding: 200px 0;
}

#carpooling .post form input[type=submit] {
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.share {
	margin: 0 10px 10px 10px !important;
}

#lnbPlaces {
	width: 50%;
}

#lplace {
	width: 50%;
}

#lemail {
	width: 50%;
}

.urlField {
	display: none !important;
}

/* width */
.customscrollbar ::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.customscrollbar ::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.customscrollbar ::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

/* Handle on hover */
.customscrollbar ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.four {
	clear: both;
}

#show .movin,
#show #footer {
	clear: both;
}


@media screen and (max-width: 1400px) {
	/* .listShowsUl li { */
	/* width:23%; */
	/* } */
}

@media screen and (max-width: 1200px) {

	/*.listShowsUl li:nth-child(4n+1)
	{
		clear: unset;
	}*/

	.four {
		clear: unset;
	}

	.tree {
		clear: both;
	}

	.listShowsUl li {
		width: 31%;
	}
}

@media screen and (max-width: 1024px) {

	/*.listShowsUl li:nth-child(3n+1)
	{
		clear: unset;
	}*/
	/*
	.listShowsUl li:nth-child(2n+1)
	{
		clear: both;
	}
	*/

	.tree {
		clear: unset;
	}

	.two {
		clear: both;
	}

	.listShowsUl li .content .theme {
		margin-left: 20px;
	}

	.listShowsUl li .content h2 {
		margin-left: 20px;
	}

	.listShowsUl li {
		width: 48%;
	}

	.listShowsUl {
		margin-left: 20px;
		margin-right: 20px;
	}

	.show_list .toplayout {
		margin-top: 0;
	}

	.show_list .topfilters {
		padding: 10px;
		text-align: center;
	}

}

@media screen and (max-width: 991px) {
	.listShowsUl li .content h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.listShowsUl li .content .theme,
	.listShowsUl li .content h2 {
		margin-left: 10px;
	}

	.show_list .toplayout h1 {
		padding: 20px 20px 0 20px;
		font-size: 35px;
		line-height: 40px
	}

	.secondary_filter {
		padding-left: 30px;
		padding-right: 30px;
	}

	.secondary_filter select {
		margin-right: 20px;
	}

	.secondary_filter input[type="checkbox"] {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {

	.listShowsUl li .content .theme {
		margin-left: unset;
	}

	.listShowsUl li .content h2 {
		margin-left: unset;
	}

	.listShowsUl li {
		margin-right: 0px;
		width: 98%;
		float: none;
	}

	.listShowsUl li.month {
		font-size: 2em;
		height: 120px !important;
		line-height: 100px !important;
	}

	.listShowsUl li .content {
		height: auto;
		padding-top: 0;
	}

	.listShowsUl {
		margin-left: 10px;
		margin-right: 10px;
	}

	.secondary_filter {
		margin-top: 10px;
	}

	.show_list .toplayout {
		display: block;
	}

}

@media screen and (max-width: 480px) {
	.listShowsUl li .content h2 {
		font-size: 25px;
		line-height: 25px;
	}
}

/* PAGE COVOITURAGE (toutes les annonces de la saison) */

#carpoolingAll {
	padding: 10px 30px 50px;
}

#carpoolingAll .intro,
#carpoolingAll .postinfo,
#carpoolingAll .empty {
	margin: 15px 0;
}

#carpoolingAll .tablewrap {
	overflow-x: auto;
	margin: 20px 0;
}

#carpoolingAll table {
	width: 100%;
	border-collapse: collapse;
	/* Neutralise la police décorative "gggolfnews" appliquée par .mainlayout table */
	font-family: Arial, sans-serif !important;
	font-size: 1.1em;
}

#carpoolingAll table th {
	color: white;
	text-align: left;
	font-family: Arial, sans-serif !important;
}

#carpoolingAll table th,
#carpoolingAll table td {
	padding: 10px 15px;
	border-bottom: 1px solid #BABABA;
	vertical-align: middle;
	font-family: Arial, sans-serif !important;
}

#carpoolingAll table td.show {
	text-align: left;
}

/* Libellés de colonnes répétés dans chaque cellule : visibles uniquement en mobile */
#carpoolingAll table td .th {
	display: none;
}

/* Neutralise le picto covoiturage + bordure appliqués globalement sur .colorboxframe */
#carpoolingAll table td a.colorboxframe {
	background-image: none;
	background-color: transparent;
	border: none;
	padding: 0;
}

#carpoolingAll table td.show a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#carpoolingAll table td.show a:hover {
	text-decoration: underline;
}

#carpoolingAll table td.nb {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#carpoolingAll table td.action {
	text-align: center;
}

#carpoolingAll table td.action a {
	display: inline-block;
	padding: 6px 18px;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	#carpoolingAll {
		padding: 10px 15px 30px;
	}

	#carpoolingAll table th,
	#carpoolingAll table td {
		padding: 8px;
	}
}

@media screen and (max-width: 600px) {
	/* La ligne d'en-tête est inutile : chaque cellule affiche son libellé */
	#carpoolingAll table tr:first-child {
		display: none;
	}

	#carpoolingAll table td .th {
		display: inline-block;
		font-weight: bold;
		margin-right: 6px;
	}

	#carpoolingAll .action>span {
		display: none;
	}

	#carpoolingAll .show a,
	#carpoolingAll .show span {
		color: #fff !important;
	}
}