/*
	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 {
	font:200 16px/1.6 'Open Sans', sans-serif;
	color:#4b3e3a;
	background-color: #f9f8f4;
	height: 100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' '; 
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}


img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	cursor: pointer;
	color: #339933;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #0c7b35;
	padding-bottom: 2px;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

.soulign {
	border-bottom: 1px solid #339933;
	padding-bottom: 0.2rem;
	}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

hr {
 	border: 2px solid #339933;
    border-style: none none solid; 
    color: #000; 
    width: 50%;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24pt;
	letter-spacing: 1px;
	color:#4b3e3a;
}

 h2, h3, h4, h5, h6 {
	font-family:  'Open Sans', sans-serif;
	letter-spacing:0;
	text-transform: inherit;
	color:#4b3e3a;
}


li {
	padding-bottom: 1rem;
	padding: 0;
}



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



.wrapper {
	max-width:1440px;
	margin:0 auto;
	position:relative;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-left: 5rem;
	padding-right: 5rem;
	color:#3c3c3b;
	min-height: 600px;
}


.ligne-2colonnes {
	padding: 2rem;
	background-color: #fff;
	margin-bottom: 2rem;
}

.colonneentiere {
	padding: 2rem;
	background-color: #fff;
	margin-bottom: 2rem;
}


.colonneleft {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	background-color: transparent;
}

.colonneright {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	width: 48%;
}

.section {
	height: 50px;
}

.titre-page {
	display: none;
}



/*-----------*\
   HEADER
\*-----------*/


.header {
	position:relative;
	margin:0 auto;
	background-color: #333333;
}



		.headerint {
			max-width:1440px;
			margin:0 auto;
			position:relative;
			text-align: center;
			margin-top: 30px;
			padding-left: 5rem;
			padding-right: 5rem;

		}



		.logo {
			position: relative;
			display: inline-block;
			margin: 0 auto;
			width: 30%;
			text-align: left;
			vertical-align: middle;
			margin-left: -20px;
		}

			.logo a { 
				border: none;
			}

			.logo a:hover {
				border: none;
			}

			.logo img {
				width: 200px;
				margin-top: 0;
				padding-bottom: 2rem;
			}



				/* nav */
				.nav {
					position: relative;
					display: inline-block;
					vertical-align: middle;
					text-align: right;
					float: right;
					width: 68%;
					margin-top: 2rem;
				}


						.nav li {
							display: inline-block;
							list-style-type: none;
							padding: 0;

						}

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


						.nav li a {
							font-family: 'Open Sans', sans-serif;
							color:#fff !important;
							font-size: 12pt;
							border: none;
							margin-right: 1rem;
							margin-left: 1rem;
						}

						
		
	
						.nav li a:hover {
							color: #339933 !important;
					
						}


						.nav .current_page_item > a,
						.nav .current_page_ancestor > a,
						.nav .current-menu-item > a,
						.nav .current-menu-ancestor > a {	
								color: #339933 !important;
					

						}


								.nav li ul { 
								 	z-index: 10;
								 	display: inline-block;
							
								 }

								.nav li ul a { 

								   	color: #0c7b35 !important;
								    letter-spacing: 0;
								 	text-decoration:none;
								 	background-color: #fff;
								 	padding: 5px;

								 }


								.nav ul li ul {
									position: absolute;
								 	display:none;
							
								 }

			

								.nav ul li:hover ul {
								 	display:block;
			

								 }

								.nav li:hover ul li {
								 	display: block;
							
								 }


								 .nav ul ul li
									{
									width: 300px;
									margin-top: 10px;
									text-align: left;
									color: #0c7b35 !important;
									}





/* TEMPLATE ACCUEIL ----------------------- */


.colonneentiere2 {
	padding: 2rem;
	background-color: #028335;
	margin-bottom: 2rem;
	color: #fff;
}

.blanc {
	color: #fff;
}

/* GRID1 - PASSE  */

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	width: 100%;
	margin-bottom: 3rem;
}
.grid figure {     
	display: inline-block;     
	position:relative;     
	overflow: hidden;     
	vertical-align: top;     
	max-width: 600px;
	min-width: 240px;
	max-height: 350px;
	background: #F84850;     
	text-align: center;     
	cursor: pointer;
	margin-bottom: 2rem;
	margin-left: 0.78rem; margin-right: 0.78rem;
}


.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.9;
}

.grid figure figcaption {
	color: #fff;
	font-size: 1.5em;
	line-height: 28pt;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
		text-shadow: 5px 5px 9px #000;
 		color: #fff;

}

.grid figure h2 span {
	color: #fff;
}







/* GRID  - CAMPAGNE */

.grid2 {
	margin-top: 2rem;
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	width: 100%;
}

.grid2 figure {     
	display: inline-block;     
	position:relative;     
	overflow: hidden;     
	vertical-align: top;     
	max-width: 300px;
	min-width: 120px;
	max-height: 350px;
	background: #F84850;     
	text-align: center;     
	cursor: pointer;
	margin-bottom: 2rem;
	margin-left: 0.78rem; margin-right: 0.78rem;
}


.grid2 figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 1;
}

.grid2 figure figcaption {
	color: #fff;
	font-size: 1.5em;
	line-height: 28pt;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, rgb(2,131,53) rgb(2,131,53) 0%,rgb(2,131,53) 100%);
	background: linear-gradient(-45deg, rgb(2,131,53) 0%,rgb(2,131,53)100%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.8;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 30px;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}



/*---------------*\
   PARRAINAGE
\*---------------*/


.imagep {
	width: 290px;
	margin: 1rem;
}


.imagep:hover {
	opacity: 0.9;
}

.imagep a {
	border: 0;
}



/*---------------*\
  GALERIE
\*---------------*/


.titre-galerie {
	margin-top: 0.5rem;
	padding-top: 1rem;
}

.images-galerie {
	margin: 0.5rem;
	width: 130px;
	height: 80px !important;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;

}

.images-galerie img{
  	vertical-align: middle;
}

.bloc-images {
	text-align: center;
	padding: 2rem;
	margin-bottom: 2rem;
}


/*---------------*\
   EVENEMENT
\*---------------*/

th, td {
  border-bottom: 1px solid #ddd;
}

.info-banque {
	margin-top: 2rem;
	background-color: #fff;
	padding: 2rem;
}

.events-table {
	text-align: left;
	background-color: #fff;
}

.css-events-list table.events-table tr {
		vertical-align: top;
}

.css-events-list table.events-table td {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;

}  

.css-events-list table.events-table th.event-image {
	padding-left: 1rem;
	width: 17%;
}

.css-events-list table.events-table th.event-titre {
	width: 20%;
	padding-left: 1rem;
}

.css-events-list table.events-table th.event-time {
	padding-left: 1rem;
	width: 15%;
}


.css-events-list table.events-table th.event-description {
	vertical-align: top;
	padding-left: 1rem;
}

.css-events-list table.events-table th.event-category{
	width: 15%;
	vertical-align: top;
	padding-left: 1rem;
}


table.events-table ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table.events-table p {
	padding: 0;
	margin: 0;

}

.event-categories {
	list-style: none;
	padding: 0;
	margin: 0;

}

/*---------------*\
   BOOKING Dans évnement
\*---------------*/

.em-ticket tr {
	width: 100%;
  text-align: left;
  padding-right: 2rem;
}

.em-bookings-ticket-table-type  {
	text-align: left;
	padding-right: 2rem;
}

.em-bookings-ticket-table-price {
	text-align: left;
		padding-right: 1rem;
}

.em-bookings-ticket-table-spaces {
	text-align: left;
		padding-right: 1rem;
}

.em-booking-form-details {
	width: 100%;
	padding: 0;
	margin: 0;
}

.em-booking-form-details label{
	padding-right: 2rem;
	width: 130px;
}


/*---------------*\
 PARRAINAGE
\*---------------*/
 

.parrain a {
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	border-bottom: 0px solid #339933 !important;
	padding-bottom: 2px;
}

.parrain a:hover {
	color: #0c7b35;
	border-bottom: 0px solid #339933;
}

.parrain {
	border: none;
	opacity: 0.9;
}

.parrain:hover {
	opacity: 1;
}


img a {
	border: none;
}
/*---------------*\
  CONTACT FORM 7
\*---------------*/

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #008382;	
	color: #fff;
  	font-size: 16px;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
  	border:none;
  	border-radius: 5px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
	width: 100%;
	background-color: #f9f8f4;
	color:#4b3e3a;
  	font-size: 16px;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
  	border:none;
  	border-radius: 5px;
}

span.wpcf7-list-item {
	margin: 0;
	margin-right: 2rem;
}


/*---------------*\
  MAILCHIMP
\*---------------*/


#mc_embed_signup{
	background:#fff; 
	clear:left; 
	background-color: transparent !important;
	max-width: 320px;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup input.button {
	background-color: #339933;
	color: #fff;
}



/*-----------*\
   FOOTER
\*-----------*/

.footerint {
	margin:0 auto;
	position:relative;
	max-width:1440px;

	padding-top: 30px;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-bottom: 30px;
	font-weight: 300;
}


.footer_gauche {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.footer_droite {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.footer {
	position:relative;
	margin:0 auto;
	width: 100%;
	background-color: #2e2d2c;
	color: #fff;
	font-weight: 300;
}

.footer a{
	color: #fff;
}





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

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

.wrapper {
	min-height: 960px;
}


}
@media only screen and (max-width:960px) {

h1 {
	font-size: 16pt;
}


.headerint {
		margin-top: 30px;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}


.wrapper {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	min-height: auto;
}


			
			.logo {
				display: block;
				width: 100%;
				margin: 0 auto;
				text-align: left;
				margin-top: 2.5rem;		
			}


			.nav {
					display: block;
					width: 100%;
					padding: 0;
					text-align: center;
					margin-top: 0;
					margin-bottom: 2rem;
			}

				.nav li:after {
						  content: "";
						}
					

				.sidebar-widget {
					position: relative;
					padding-left: 3rem;
					padding-right: 3rem;
					text-align: center;
	
				}


			.colonneleft {
					margin-left: 0rem;
					width: 100%;
			}

			.colonneright  {
					width: 100%;
					display: block;
					margin-left: 0rem;
					float: none;
			}

			.block_vert {
				padding-top: 1rem;
				padding-bottom: 2rem;
				padding-left: 3rem;
				padding-right: 3rem;
				font-size: 14pt;
				text-align: center;
			}

			 .psynews_box {
			 	position: relative;
			 	display: black;
			 	width: 100%;
			 	margin-right: 0;
			 }	

				.block-img {
					max-height: 400px;
					overflow: hidden;
				}




							/*---------------*\
							   EVENEMENT
							\*---------------*/

						   

							.css-events-list table.events-table th.event-image{
								display: none;
							}

							.css-events-list table.events-table th.event-titre {
								display: none;
							}

							.css-events-list table.events-table th.event-time{
								display: none;
							}

							.css-events-list table.events-table th.event-description {
								display: none;
							}

							.css-events-list table.events-table th.event-category {
								display: none;
							}





						.css-events-list table.events-table tr {
							display: block;
							width: 100%;
							border: none !important;
						}


						.css-events-list table.events-table td {
							display: block;
							width: 100%;
							border: none !important;
						}




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

						.grid figure {     
						margin-bottom: 1rem;
						margin-left: 0rem; 
						margin-right: 0rem;
						}

						.grid figure figcaption {
							padding: 0.5em;
							color: #fff;
							line-height: 1.2;
						}

						.grid figure h2 {
							position: absolute;
							top: 0;
							letter-spacing: 0em;
							text-shadow: 5px 5px 9px #000;
					 		color: #fff;
					 		font-size: 18pt;
					 		padding: 0rem;
							}






								.nav {
									line-height: 1rem;
									font-size:16px;
								}


								.nav li {
									margin:auto;
									width: 100%;
								}

								.nav li a {
									 display:block;
									 text-decoration:none;
									 padding: 8px;
									 color: #fff;
								 }

								.nav li ul a { 
								 	padding: 5px;
								   	color:#fff;
								    letter-spacing: 0;
								    font-size:14px;
								 	text-align: center;
								 	text-decoration:none;
								 	background-color: #3b3b3b;
								 	}


								.nav ul li ul {
									position: relative;
								 	display:block;
								 	}



								.nav ul li:hover ul {
								 	display:block;
								 	float: left;
								 	width: 100%;


								 }

								.nav li:hover ul li {
								 	display: block;
								 	float: left;
								 }


								 .nav ul ul li
									{
										float:none;
										width: 100%;
									}


								 .nav ul ul li
									{
									margin-top: 1px;
									text-align: left;
									color: #0c7b35 !important;
									}






				

}



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





/*------------------------------------*\
    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;
}
.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;
	}
}
