/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color:#444;
  font-family: 'Noto Serif JP', sans-serif;
  background-color: #000;
  background-image: url('img/dancing.png');
  background-attachment: scroll;
  background-position-x: right;
  background-position-y: 420px;
  background-repeat: repeat-y;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.section-page-longue .wrapper div {
	min-height:16px;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	transition: all 0.5s;
	color: #7AB0E0;
	text-decoration:none;
}
a:hover {
	transition: all 0.5s;
	color:#5A90C0;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3, h4, h5 {
	  font-family: 'Francois One', sans-serif;
}
.encuentrito-roquebrune-2023 .logo h1,
.encuentrito-roquebrune-2025 .logo h1,
.encuentrito-roquebrune-2024 .logo h1 {
	font-size: 58px;
	margin-top: 486px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	-webkit-box-shadow: inset 0px -103px 112px -41px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -103px 112px -41px rgba(0,0,0,0.75);
	box-shadow: inset 0px -103px 112px -41px rgba(0,0,0,0.75);
	height: 550px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
#top-bar {
	position: fixed;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	height: 70px;
  transition: all 0.25s;
  z-index: 9999;
}

#top-bar .wrapper {
	height: 70px;
	transition: all 0.25s;
}


/* sidebar */
.sidebar {

}

html, body{
	height: 100%;
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
}

.full-wrapper {
	flex: 1 0 auto;
}

.post-1182 .post-content, .post-784 .post-content {
	padding: 10px 0 24px;
}

/* footer */
.footer {
	padding: 12px 0;
	background-color: #7AB0E0;
	flex-shrink: 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
body.encuentrito-roquebrune-2021 .logo h1 {
	font-size: 50px;
	margin-top: 495px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

main {
	background-color: #FFF;
}

.page-template-default main > section {
		padding: 50px 0;
}

.section-page-longue .wrapper {
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
}

.section-page-longue .wrapper .post-content::after {
  display: block;
  content: "";
  clear: both;
}

.wpaas-accordion-wrap {
	padding-bottom: 30px;
}

main > section > .section-page-longue:nth-child(2),
main > section > .section-page-longue:nth-child(4),
main > section > .section-page-longue:nth-child(6),
main > section > .section-page-longue:nth-child(8),
main > section > .section-page-longue:nth-child(10) {
	background-color: rgba(226,230,235, 0.8);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.diaporama-wrapper {
	clear: both;
}

.diaporama-wrapper iframe {
	border-bottom: none !important;
}

.logo h1 {
	color: #FFF;
  font-size: 87px;
  margin-top: 456px;
  text-transform: uppercase;
  margin-bottom: 0px;
  float: right;
}

.website-title {
	color: #FFF;
  font-family: 'Francois One', sans-serif;
  font-size: 28px;
  line-height: 60px;
  transition: all 0.25s;
}

.website-title > * {
	display: inline-block;
	vertical-align: middle;
}

.website-title svg path {
	fill: #FFF;
}

.website-title svg {
	width: 68px;
	height: 68px;
	margin-left: -10px;
}

.nav ul {
	float: right;
	padding: 0;
	margin: 0;
}

.nav ul li {
	display: inline-block;
	list-style-type: none;
}

.nav ul li a {
  font-family: 'Francois One', sans-serif;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 70px;
	padding: 40px 10px 20px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav ul li.current_page_item a,
.nav ul li a:hover {
	border-bottom: 2px solid #7AB0E0;
	color: #7AB0E0;
	-webkit-transition: all 0.5s;
  transition: all 0.5s;
}

article#post-2695 *,
article p,
.post-content p {
	font-size: 15px;
}

.post-content img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.section-page-longue .post-title {
	display: inline-block;
}

.wpcf7-form br{
	display: none;
}

.wpcf7-form {
	font-size: 16px;
}

.wpcf7-form label {
	display: inline-block;
	text-align: right;
	width: 700px;
	vertical-align: middle;
} 

.wpcf7-form span {
	display: inline-block;
	width: 300px;
	float: right;
	text-align: left;
	margin-left: 10px;
}

.wpcf7-form span input,
.wpcf7-form span textarea {
	padding: 10px 6px 8px;
	font-size: 14px;
	width: 500px;
}

.wpcf7-form input[type="submit"] {
	margin-left: 784px;
	border: none;
	background-color: #8AC0F0;
	color: #FFF;
	font-weight: bold;
	padding: 10px 30px 8px;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #7AB0E0;
}

#top-bar.sticky {
	background-color: rgba(0, 0, 0, 1);
	transition: all 0.25s;
	height: 40px;
	border-bottom: 1px solid #666;
}

#top-bar.sticky ul li a {
	line-height: 40px;
	padding: 10px 10px 6px;
	-webkit-transition: all 0.5s;
  transition: all 0.25s;
}

#top-bar.sticky .wrapper{
	height: 40px;
  transition: all 0.25s;
}

#top-bar.sticky .website-title {
	line-height: 40px;
	transition: all 0.25s;
}

.website-title:hover svg path {
	fill: #7AB0E0;
	transition: 0.25s;
}

#top-bar.sticky svg {
	display: none;
}

.website-title span b {
	color: #7AB0E0;
}

.diaporame-slide {
	overflow: hidden;
	position: relative;
}

.slide-infos {
	position: absolute;
	bottom: 0px;
	width: 96%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 12px 8px;
  transition: all 0.25s;
  bottom: 10px;
  left: 2%;
 	font-size: 14px;
 	z-index: 100;
}

.diaporama-slide-title {
	margin: 0;
	font-size: 14px;
	transition: all 0.25s;
	font-family: 'Francois One', sans-serif;
	text-transform: uppercase;
}

.diaporame-slide:hover .slide-infos {
	font-size: 15px;
	transition: all 0.25s;
}

.diaporame-slide:hover .diaporama-slide-title {
	font-size: 16px;
	transition: all 0.25s;
}

ul.sub-menu {
	display: none;
}

nav li:hover ul.sub-menu {
	display: block;
	position: absolute;
	right: 0;
	top: 69px;
	background-color: rgba(0, 0, 0, 0.6);
}

nav li a img {
	vertical-align: middle;
	margin-left: 5px;
}

nav li ul.sub-menu img {
	margin-right: 5px;
	margin-left: 0;
}

#top-bar.sticky ul.sub-menu {
	top: 39px;
}

.slick-slide img {
	height: 400px;
  transition: all 0.5s ease;
}

.slick-slide:hover img {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.diaporame-slide {
	border-left: 1px solid #000;
}

.post-content * {
	font-size: 15px;
}

.diaporama-bx {
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}

#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu_content h2, #mobmenuright .mobmenu_content h3 {
	font-size: 14px !important;
  font-family: 'Noto Serif JP', sans-serif !important;
}

.mob-expand-submenu i{
	top: 20px !important;
}

#mobmenuright .qtranxs-lang-menu img {
	vertical-align: middle;
	margin-left: 10px;
}

.mob-menu-header-holder {
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.mob-menu-header-holder a span{
	color: #7AB0E0;
}

.mob-menu-icon {
	color: #FFF !important;
}

.section-page-longue iframe {
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}

.post-706 .wrapper, .post-784 .wrapper, .post-782 .wrapper, .post-1182 .wrapper {
	padding: 0 0 10px;
}

.post-706 *, .post-784 *, .post-782 *, .post-1182 * {
	text-align: center;
	font-family: 'Francois One', sans-serif;
	color: #7AB0E0;
	font-size: 20px !important;
}

.wp-video {
	width: 480px !important;
}

.complet-separator {
	background-color: white;
	height: 16px;
}

.complet {
	background-color: red;
	color: white;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	height: 50px;
}

.complet div {
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	line-height: 50px;	
}

@media screen and (max-width: 1200px) {
	.nav ul li a {
		font-size: 12px;
		padding: 43px 6px 21px;
	}
}

@media screen and (max-width: 960px) {
	.page-template-default main > section,
	.section-page-longue > .wrapper {
    padding: 30px 0;
	}

	header.header {
		height: 300px;
	}

	.diaporame-slide img {
		height: auto;
		width: 100%;
	}

	.diaporama-slide-title {
		font-size: 15px;
	}

	.logo h1 {
		font-size: 25px;
		margin-top: 268px;
	}

	.wpcf7-form label {
		display: block;
		text-align: left;
		width: 100%;
	}

	.wpcf7-form label span{
		display: block;
		margin: 0;
		float: none;
		width: 100%;
	}

	.wpcf7-form span input, .wpcf7-form span textarea{
		width: 100%;
	}

	.wpcf7-form input[type="submit"] {
		margin-left: 0;
	}

	.section-page-longue iframe {
		height: 350px !important;
	}
	body.encuentrito-carqueiranne .logo h1,
		body.encuentrito-roquebrune-2023 .logo h1 {

		font-size: 30px !important;
		margin-top: 267px !important;
	}
	body.encuentrito-roquebrune-2021 .logo h1 {
		font-size: 30px;
		margin-top: 267px;
	}
	body.encuentrito-roquebrune-2025 .logo h1 {
		font-size: 30px;
		margin-top: 267px;
	}	
}

@media screen and (max-width: 480px) {
	body.encuentrito-carqueiranne .logo h1,
	body.encuentrito-roquebrune-2023 .logo h1 {
		font-size: 22px !important;
		margin-top: 160px !important;
	}
	body.encuentrito-roquebrune-2021 .logo h1 {
		font-size: 22px;
		margin-top: 275px;
	}
	.page-template-default main > section,
	.section-page-longue > .wrapper {
    padding: 20px 0;
	}

	.wp-video {
		width: 100% !important;
	}
	
	header.header {
		height: 200px;
	}

	.diaporame-slide img {
		height: auto;
		width: 100%;
	}

	.diaporama-slide-title {
		font-size: 15px;
	}

	.logo h1 {
		font-size: 22px;
		margin-top: 172px;
	}

	.section-page-longue iframe {
		height: 300px !important;
	}

	.post-content img,
	.page-template-default article img {
		display: block;
		float: none !important;
		margin: 10px auto !important;
	}
}