/*******************************
 * Reprise de styles Surfarama *
 *******************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,400italic,700);
blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 26px; /* for IE8 */
	line-height: 1.6rem;
	margin: 24px 35px 24px 56px; /* for IE8 */
	margin: 1.5rem 2.2rem 1.5rem 3.5rem;
}
blockquote:before {
	font-family: Georgia, serif;
	font-weight: 700;
	content: "“";
	font-size: 80px; /* for IE8 */
	font-size: 5rem;
	text-indent: -56px; /* for IE8 */
	text-indent: -3.5rem;
	margin-top: 13px; /* for IE8 */
	margin-top: 0.8rem; 
	float: left;
	opacity: .2;
}
/***********************************
 * corrections de styles Surfarama *
 ***********************************/
.wp-caption > img,
.wp-caption > a > img {
	max-width: 95vw !important;
	height: auto;
	display: block;
}
/**********************
 * styles spécifiques *
 **********************/
body {
	font-family: Quicksand;
	font-size: 20px;
	background: #EEE;
}
.STICKYHEADER {
	z-index:999;
	background: linear-gradient(rgba(255,255,255,65%), 90%, rgba(222,222,222,65%));
	backdrop-filter: blur(10px);
	box-shadow: rgb(85, 85, 85) 0px 2px 3px;
	position: fixed;
	margin:0;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.HEAD {
	color: black;
	font-family: 'Open Sans';
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	text-shadow: rgb(85, 85, 85) 0px 2px 3px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
h1 {
	font-family: 'Open Sans';
	font-size: 24px;
}
h2 {
	font-family: 'Open Sans';
	font-size: 20px;
	color: rgb(34, 81, 196);
}
h2:before {
	content: ':: ';
}
h3 {
	font-family: 'Open Sans';
	font-size: 18px;
	color: rgb(34, 81, 196);
}
h3:before {
	content: '.: ';
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
iframe {
	max-width: 100%;
}
.bubble {
	width: 95vw;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: rgb(180, 180, 180) 0px 0px 3px;
}
.lastposts {
	width: 95%;
}
.thumb {
	width: 256px;
	min-width: 256px;
}
.excerpt {
	padding-left: 25px;
}
.nextevents {
	width: 90%;
	border-collapse: separate;
	border-spacing: 0;
}
.nextevents td {
	box-shadow:
		0px  1px rgba(255, 255, 255, 0.5) inset,
		0px  3px rgba(255, 255, 255, 0.3) inset,
		0px  5px rgba(255, 255, 255, 0.1) inset,
		0px -5px rgba(0, 0, 0, 0.1) inset,
		0px -3px rgba(0, 0, 0, 0.2) inset,
		0px -1px rgba(0, 0, 0, 0.3) inset;
}
.nextevents td:first-child,
.nextevents th:first-child {
	border-radius: 0 0 0 10px;
	padding-left: 10px;
}
.nextevents td:last-child,
.nextevents th:last-child {
	border-radius: 0 10px 0 0;
	padding-right: 10px;
}
.shrink {
	width: 1px;
	white-space: nowrap;
}
.UAinfos {
	font-size: 16px;
}
.UAinfos:after {
	content: "CSS fork: default";
}
.STICKYFOOTER {
	z-index:999;
	background: rgba(255, 255, 255, 65%);
	backdrop-filter: blur(10px);
	border-top: 1px solid grey;
	position: fixed;
	margin:0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85px;
}
.menu {
	width: 100px;
	font-size: 14px;
}
.menu>a {
	text-decoration: none;
	color: black;
}
.selmenu, .selmenu>a {
	color: rgb(34, 81, 196) !important;
}
.hevent {
	font-size: 16px;
}
.selector {
	width: 95vw;
	background-color: #FFF;
	border-collapse: collapse;
	border-radius: 10px;
	box-shadow: rgb(180, 180, 180) 0px 0px 3px;
}
.selector .slink {
	width: 100%;
}
.selector .padder {
	min-width: 5px;
	max-width: 5px;
}
.selector .arrow {
	min-width: 5vw;
	color: lightgrey;
	font-weight: 800;
	background-image: url("img/arrowNext.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px;
	opacity: .25;
}
.selector .inselector {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}
.selector tr:first-child .inselector {
	border-top: none;
	border-bottom: 1px solid lightgrey;
}
.selector tr:last-child .inselector {
	border-top: 1px solid lightgrey;
	border-bottom: none;
}
.selector tr:first-child:last-child .inselector {
	border-top: none;
	border-bottom: none;
}
.selector a, .selector span {
	color: #000;
	padding: 12px 12px;
	width: 100%;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
}
a {
	-webkit-tap-highlight-color: transparent;
}
input, textarea, select {
	font-size: 16px;
}
.slideOver {
	z-index: 888;
	position: fixed;
	top: 60px;
	left: 2.5vw;
	box-sizing: border-box;
	height: 80vh;
	width: 95vw;
	max-width: 95vw;
	text-align: left;
	padding: 25px 25px;
	pointer-events: none;
	transform: translateX(100vw);
	transition: transform 0.5s ease;
	will-change: transform;
}
.slideOver.panelopen {
	pointer-events: auto;
	transform: translateX(0);
}
.slideOver.panelclose {
	transform: translateX(100vw);
}
.backBtn {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #888;
	background-image: url("img/arrowPrev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	filter: invert();
	cursor: pointer;
	z-index: 0;
}
.copyr {
	font-size: 12px;
}
.spinner {
	z-index: 9999;
	opacity: 0.8;
	position: fixed;
	top: 50vh;
	left: 50vw;
	translate: -30px -70px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid rgba(200, 200, 200, 50%);
	border-top: 10px solid rgb(34, 81, 196);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 0.7s linear infinite;
	-webkit-tap-highlight-color: transparent;
}
@keyframes spin {
	0%		{transform: rotate(0deg);}
	100%	{transform: rotate(360deg);}
}
/****** >>> SMARTPHONES >>> ******/
@media only screen and (max-width: 600px) {
	.UAinfos {
		font-size: 13px;
	}
	.UAinfos:after {
		content: "CSS fork: only screen / max-width: 600px";
	}
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 16px;
	}
	.thumb {
		width: 128px;
		min-width: 128px;
	}
	.excerpt {
		font-size: 13px;
		padding-left: 5px;
	}
	.hevent {
		font-size: 12px;
	}
	.copyr {
		font-size: 10px;
	}
	.menu {
		width: 80px;
		font-size: 12px;
	}
}
/****** <<< SMARTPHONES <<< ******/
.buttonBlue, .buttonRed {
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 2px 1px;
	xx-webkit-transition-duration: 0.4s; /* Safari */
	xxtransition-duration: 0.3s;
	cursor: pointer;
	border-radius: 6px;
}
.buttonBlue {
	background-color: #008CBA;
	border: 2px solid #008CBA;
	color: white !important;
}
.buttonRed {
	background-color: #FF0000;
	border: 2px solid #FF0000;
	color: white !important;
}
.TGnav {
	background-color: #555;
	border: 1px solid #555;
	border-radius: 5px;
	color: white !important;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	margin: 2px 1px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.3s;
	cursor: pointer;
}