@charset "utf-8";

/*===================================*/
/* FONTS FROM GOOGLE FONTS
/*===================================*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,latin-ext);

.forfaits {display:none !important}

/*===================================*/
/* RESOLUTION: General Styles
/*===================================*/
body {
	margin:0;
    padding:0;
	position: relative;
}
a {
	color: black;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: none;
}

.vert {color: #b2da5f;}

.blanc {color: #FFFFFF;}

div#mainWrapper {
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
}

button {
    color: #b2da5f; 
    background-color: transparent; 
    border: 2px solid #b2da5f; 
    font-family: 'Oswald', sans-serif; 
    text-transform: uppercase; 
    font-size: 1.5em; 
    padding:5px 20px; 
}

button:hover {
    background-color: #b2da5f;
    color: #FFF;
}

/*/////////*/
/* HEADER */

header{
	position: fixed;
	width: 100%;
	top:0;
	z-index: 10;
	pointer-events:none;
	z-index: 5000 !important;
}

/*LOGOS */

header nav div#centerHeader {
	width: 830px;
	margin: 0 auto;
}

header nav div#logoHeader, header div#logoMini {
	float: left;
}

header nav div#logoMini img {
	width: 32px;
	height: 32px;
	margin: 5px 36px;
}

header nav div#logoMini a {
	display: inline-block;
}

/* PC LOGOS */
body header nav div#logoHeader {
	display: inline-block;
}

body header nav div#logoMini {
	display: none;
}

/* MOBILE LOGOS */
body.mobile header nav div#logoHeader {
	display: none;
}

body.mobile header nav div#logoMini {
	display: inline-block;
}

/* NAV */
header nav {
	font-family: 'Oswald', sans-serif;
	z-index: 11;
	font-size: 15px;
	height: 42px;
	background-color: white;
	pointer-events:all;
}

header nav ul{
	margin:0;
	padding: 0;
	list-style-type: none;
}

header nav ul li{
	float:left;
	padding-top: 10px;
	position: relative;
	text-transform: uppercase;
}

header nav ul li ul {
	display: none;
}

header nav ul li a{
	text-decoration: none;
	color: black;
	padding: 10px 10px;
}

header nav ul li a:hover{
	background: #b1db5d;
}

header nav ul li:hover > ul {
	display: block;
	position: absolute;
	top: 42px;
	width: 180px;
	background: white;
	overflow: hidden;

}

header nav ul li ul li {
	width: 100%;
	padding: 0;
}

header nav ul li ul li a {
	width: 100%;
	display: inline-block;
	font-weight: 300;
	padding: 8px 19px;
}

/* SELECTED MENU */

header nav ul li a.selectedMenu{
	background: #b1db5d;
}


/* BANNER */

div#banners {
	width: 100%;
	position: relative;
	max-height: 360px;
	overflow: hidden;
	margin-top: 42px;
	margin-bottom: 0px;
}

div#banners img {
	width: 100%;
}

/*dots*/

div#banners ul.slick-dots {
	position: absolute;
	bottom: -10px;
	/*z-index: 10000 !important;*/	
}

div#banners ul.slick-dots li button {
	color:black;
	text-shadow:-1px -1px 0 #FFF,  
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF;
}

div#banners ul.slick-dots li button:before{
	opacity:1 !important;
}

div#banners ul.slick-dots li.slick-active button:before {
	color:#b2da5f;
}

/*next-prev*/

div#banners button.slick-next, div#banners button.slick-prev {
	position: absolute;
	right: 37px;
	height: 82px;
	width: 52px;
	top:38%;
}

div#banners button.slick-prev {
	left: 35px;
	background: url("../img/icons/arrowL.png");
}

div#banners button.slick-next {
	background: url("../img/icons/arrow.png");
}

div#banners button.slick-next:before, div#banners button.slick-prev:before {
	content: none;
}

/*///////*/
/* MAIN */

div.main{
	margin: 40px auto;
	padding: 0;
	width: 790px;
	margin-bottom: 120px;
	overflow: hidden;
}

div.main h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #b2da5f;
}

div.main div#accueilPromo h1 {
	font-size: 44px;
	margin-bottom: 10px;
}

div.main p {
	margin: 3px 0px;
	padding-bottom: 12px;
}

div.main li {
margin-bottom:4px;
}

/*ACCUEIL*/

div.main div#accueilPromo {
	padding: 30px 0;
	border-top: 5px solid #b2da5f;
	border-bottom: 5px solid #b2da5f;
	overflow: hidden;
}

div.main div#accueilPromo div.left {
	width: 550px;
}

div.main div#accueilPromo div.right {
	width: 190px;
}

div.main div#accueilPromo img:first-child {
	float:right;
	display:inline-block;
	margin-left:20px;
}

div.main div#accueilPromo div.left p {
	font-size: 18px;
	margin: 0;
}

div.main div#accueilPromo div.left ul li {
	font-size: 18px;
	font-weight: 700;
}

div.main div#accueilMain {
	overflow: hidden;
	margin-top: 35px;
}

div.main div#accueilMain div.left article{
	width: 510px;
	margin-bottom: 30px;
	overflow: hidden;
}

div.main div#accueilMain div.contentBloc img {
	width: 270px;
}

div.main div.bigButtonsBloc{
	width: 190px;
}

div.main div.bigButtonsBloc img{
	margin-bottom: 15px;
}

div.main div#accueilMain div.left article:nth-of-type(2) {
	border-top: 5px solid #b2da5f;
    padding-top: 20px;
}

div.main div#accueilMain div.left article h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin: 20px 0; padding: 0;
}

div.main div.fullWidthButton {
	width: 100%;
}

/*CONTENT GEN*/

.content div.left {
	width: 310px;
	margin-top: 20px;
}

.content div.right{
	width: 431px;
	margin-top: 20px;
}

.content p {
	font-size: 16px;
	line-height: 21px;
}

.content br {
	height: 20px;
}

.main div.buttonsBloc {
	width: 310px;
	overflow: hidden;
}

.main div.buttonsBloc a img {
	width: 150px;
	height: 50px;
	margin:7.5px 0;
	display: inline-block;
	float: left;
}

.main div.buttonsBloc a:nth-of-type(2n+1) img{
	margin-right: 10px;
}

.main div.megaBloc img {
	width: 310px;
	margin:7.5px 0;
}

h3 {
	font-weight: 700;
	font-size: 1.25em;
    margin : 0 0 7px 0;
}

.main div.blocVert {
	width: 270px;
	border: 3px solid #b2da5f;
	padding: 10px;
}

.main div.bigBloc {
	width: 310px;
	height: 170px;
	padding-bottom: 10px;
}

.main div.blocVert h2 {
	color: #b2da5f;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	margin: 0px 0xp 5px 0px !important;
	padding: 0px;
}

.highlighted {
	background: #b2da5f;
	padding: 15px;
	/*font-weight: 700;*/
    margin: 30px 0;
}

.content article.plainLong h2 {
	color: #b2da5f;
	font-weight: 700;
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
}

/*CONTENT 9/7*/

.content div.d97 {
	margin-bottom: 15px;
	overflow: hidden;
}

.content div.d97 article.left {
	width: 350px;
	margin-top: 15px;
}

.content div.d97 aside.right{
	width: 270px;
	margin-top: 15px;
	margin-right: 80px;
}

.content div.d97 aside.right img {
	width: 270px;
}

.content div.plainLong h1 {
	margin: 10px 0;
}

.content div.d97 h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #b2da5f;
	margin-top: 20px;
}

.content div.d97 h3.hidden {
	margin: 0;
}

.content hr {
	height: 5px;
	background: #b2da5f;
	border: none;
	margin: 30px 0;
}

/*Tableau 9/7*/

.content div.forfaits {
	border-top: 5px solid #b2da5f;
	border-bottom: 5px solid #b2da5f;
	padding: 20px 0;
	margin: 20px 0;
}

.content div.forfaits div.table {
	width: 100%;
	margin-top: 20px;
	/*overflow: hidden;*/
}

.content div.forfaits nav ul{
	margin:0;
	padding: 0;
	list-style-type: none;
}

.content div.forfaits nav ul li{
	float:left;
	padding-top: 10px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 21px;
	margin:0 12px 0 0;
}

.content div.forfaits nav ul li a{
	text-decoration: none;
	color: black;
}

.content div.forfaits nav ul li.selectedTable a, .content div.forfaits nav ul li a:hover{
	color: #fa5f5f;
}

.content div.forfaits div.table div.tr {
	width: 190px;
	float: left;
	margin-left: 10px;
	font-size: 15px;
}

.content div.forfaits div.table div.tr:first-child {
	margin-left: 0;
}

.content div.forfaits div.table div.tr h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	margin:0;
	padding: 2px 0;
}

.content div.forfaits div.table div.tr div.td {
	margin-top: 10px;
	overflow: hidden;
}

.content div.forfaits div.table div.tr div.tdesc {
	height: 250px;
}

.content div.forfaits div.table div.tr div.thoraire {
	height: 210px;
}

.content div.forfaits div.table div.tr div.td ul {
	padding: 2px 0;
	margin: 0;
}

.content div.forfaits div.table div.tr div.td ul li {
	list-style-type: none;
	margin: 4px 10px;
}

.content div.forfaits div.table div.tr div.td h5 {
	font-weight: 700;
	font-size: 15px;
	margin: 4px 10px -4px 10px;
}

.content div.forfaits div.table div.tr div.thoraire div ul li {
	margin: 0; padding:0;
}

.content div.forfaits div.table div.tr div.thoraire div.left {
	width: 90px;
	margin: 10px 0px 10px 10px ;
}

.content div.forfaits div.table div.tr div.thoraire div.right {
	width: 55px;
	margin: 10px;
}

/* couleurs magiques du tableau tarifs :) */
/*VERT*/
.content div.forfaits div.table div.cregulier h4 {
	background: #b2da5f;
}

.content div.forfaits div.table div.cregulier div.td {
	background: #f0f8df;
}

/*JAUNE*/
.content div.forfaits div.table div.cbanque h4 {
	background: #efe82d;
}

.content div.forfaits div.table div.cbanque div.td {
	background: #fcfad5;
}

/*BLEU*/
.content div.forfaits div.table div.cprivilege h4 {
	background: #37c8cd;
}

.content div.forfaits div.table div.cprivilege div.td {
	background: #d7f4f5;
}

/*ORANGE*/
.content div.forfaits div.table div.csaisonnier h4 {
	background: #fe903f;
}

.content div.forfaits div.table div.csaisonnier div.td {
	background: #ffe9d9;
}

/*FORM COMMENTAIRES */
.formCom input, .formCom textarea, .formCom button {
	width: 100%;
	background: #e5e5e5;
	border: none;
	padding: 10px;
}

.formCom textarea {
	height: 120px;
}

.formCom button {
	border:2px solid rgba(0,0,0,0.2);
	background: #f5f5f5;
}

.wpcf7-list-item {
    width: 200px;
    text-align: center}

/*TABLE COMMENTAIRES */

.horaireContact table{
	width: 320px;
	height: 225px;
}

.horaireContact tr,td {
	border: none;
    padding: 0px;
    }



/*/////////*/
/* FOOTER */

.footer {
	background: #d8d8d8;
	height: 80px;
	width: 100%;
	border-top: 3px solid #b2da5f;
	font-size: 12px;
	position: absolute;
	bottom:0;
}

.footer ul, .footerUL {
	margin: 0 auto;
	margin-top: 32px;
	padding: 0;
	overflow: hidden;
	width: 950px;
	max-width: 95%;
}

.footer ul li, .footerUL ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 14.5px;
	color: #454545;
	margin-top: 10px;
}

.footer ul li:first-child, .footerUL li:first-child {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #464646;
	margin-top: 0;
	margin-right: 120px;
}

.footer ul .dernierLI, .footerUL .dernierLI {
	font-size: 12px;
	margin-top: 12px;
	float: right;
}

div#navMobileWrapper {
	display: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav#mobileNav {
		display: none;
	}

div.navigation {
	display: none;
}

.slick-next, .slick-prev {
	z-index: 10000 !important;
}

.pkgContainer.selectedTable {
	display:block;
}

.pkgContainer:not(.selectedTable) {
	display: none;
}
	
/*===================================*/
/* RESOLUTION: Tablet and Mobile
/*===================================*/
@media only screen and (max-width: 800px) {
	header {
		display: none;
	}
	
	div.navigation {
		display: inline-block;
	}

	div#navMobileWrapper {
		display: block;
		background: url('../img/banners/bannerMobile.jpg') top center no-repeat;
		background-size: cover;
		width: 100%;
		height: 200px;
		position: relative;
	}

	div#banners {
		display: none;
	}

	nav#mobileNav:not(.deploy) {
		display: none;
	}

	nav#mobileNav.deploy {
		display: block;
		width: 100%;
		margin-top: 30px;
	}

	nav#mobileNav.deploy ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	nav#mobileNav.deploy ul li {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
		line-height: 30px;
	}

	nav#mobileNav.deploy ul li a {
		color: rgba(178,218,95,1);
		text-decoration: none;
		font-size: 18px;
		font-weight: 700;
		font-family: 'Oswald', sans-serif;
		letter-spacing: 0.5px;
	}

	nav#mobileNav.deploy ul li ul li a {
		color: rgba(178,218,95,1);
		text-decoration: none;
		font-size: 18px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 0.5px;
	}

	div#navMobileWrapper div.centerContent {
		margin: 0 auto;
    	width: 104px;
    	z-index: 5;
    	position: absolute;
    	left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
	}

	div.whiteSpace {
		background: none repeat scroll 0 0 white;
	    height: 20px;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 1;
	}

	div#mobileNavButton {
		background: #b2da5f;
		text-align: center;
		margin-top: 5px;
		cursor: pointer;
		user-select:none;
	}

	div#mobileNavButton span {
		display: inline-block;
		color: white;
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		padding: 5px 0px;
		font-size: 21px;
	}

	div.main {
		width: 85% !important;
	}

	div.main div#accueilPromo div.left {
		width: 100%;
	}

	div.main div#accueilPromo h1 {
		font-size: 33px;
	    margin-bottom: 10px;
	    text-align: center;
	}

	div.left p {
		font-size: 16px !important;
		display: inline-block !important;
	}

	div.main div#accueilPromo div.left ul li {
		font-size: 16px;
	}

	div.main div#accueilPromo img.alignright, .main div#accueilPromo div.right  {
		display: none;
	}

	div.main div#accueilMain div.left article {
		width: 100%;
	}

	div.main div.bigButtonsBloc {
		width: 100% !important;
		margin-bottom: 15px;
		text-align: center;
	}

	div.main div.bigButtonsBloc img {
    	//width: 49.1%;
    	margin-bottom: 0px;
    	max-width: 200px;
	}

	div.main div#accueilMain {
		margin-top: 25px;
	}

	div.right.contentBloc > img {
		width: 100%;
		max-width: 400px;
	}

	div.right {
		float: none;
	}

	div#asideRight {
		display: none;
	}

	.footer {
		overflow: hidden;
		height: auto;
	}

	.footer ul li {
		width: 100%;
		margin: 0;
		float: none;
	}
	

	.footer ul {
		margin: 0 auto;
	    max-width: none;
	    overflow: hidden;
	    padding: 15px 0;
	    width: 90%;
	}

	.footer ul li:first-child {
		margin-right: 0px;
	}

	.footer ul .dernierLI {
		margin-top: 3px;
		float: none;
	}

	div.left.bigButtonsBloc.fullWidthButton {
		text-align: left;
	}

	div.main div.buttonsBloc {
		width: 100%;
		margin: 0 auto;
	    max-width: 400px;
	    overflow: hidden;
	    margin-bottom: 40px;
	}

	div.main.content div.left {
		width: 100%;
	}

	div.main div.buttonsBloc a img {
	    display: inline-block;
	    float: left;
	    height: auto;
	    width: 47.9%;
	}

	div.main div.buttonsBloc.oneBtn a img {
	    width: 150px;
	}

	div.main.content div.right {
		width: 100%;
	}

	div.right > img {
		width: 100%;
	}

	div.main h1 {
		font-size: 28px;
	}

	div.main div.megaBloc img {
		width: 100%;
		height: auto;
	}

	div.main.content div.d97 article.left {
		width: 100%;
	}

	.fullImg {
		width:100% !important;
		max-width: 350px;
	}

	div.main.content div.d97 aside.right {
		width: 100%;
		text-align: center;
	}

	div.right.contentBloc {
		text-align: center;
	}

	div.plainLong > img {
		width: 100%;
	}

	div.main h1 {
		width: 100%;
	}

	div.forfaits nav ul .dernierLI {
		margin-bottom: 20px !important;
	}

	div.main.content div.forfaits div.table div.tr {
		width: 100%;
		margin-left: 0px;
	}

	div.main.content div.forfaits div.table div.tr div.thoraire {
		height: auto;
	}
}

/*===================================*/
/* RESOLUTION: Desktop 10"
/*===================================*/
@media only screen and (min-width: 1024px) {

}

/*===================================*/
/* TABLEAU : Activités
/*===================================*/

.activities {
    margin-bottom:20px;
}

table.activities  {
    border-collapse: collapse;
    width: 100%;
}
table.activities td {
    border: 1px solid black;
    padding: 10px;
}

table.activities tr:nth-of-type(odd) { 
		background: #b2da5f;
	}
    
.activities h3{    
	color: black;
    font-weight: 700;
	font-size: 24px;
    text-transform:uppercase;
    letter-space:1px;
	font-family: 'Oswald', sans-serif;
	padding: 0px;
    margin:0px !important;
    }
    
@media 
	only screen and (max-width: 760px)  {
	
		/* Force table to not be like tables anymore */
		.activities table, thead, tbody, th, td, tr { 
			display: block; 		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		
		table.activities tr { border: 1px solid black; }
		
		table.activities td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #b2da5f; 
			position: relative;
			padding-left: 10px; 
		}
		
		table.activities td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
	}
	
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body { 
			padding: 0; 
			margin: 0; 
			width: 100%; }
		}

/*==================================*/
/*			Page équipe				*/
/*==================================*/

.ligne2 {
margin-top: 2em;
}
.membre {
float: left;
margin-right: 30px;
}
.mem-nom {
font-weight:400;
    color:#7AA459;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.mem-fonction {
    font-size: 0.75em;
    font-style: italic;
    line-height: 1.2em;
height: 2.6em;
margin-top: 0.2em;
}
.green {
color: #7AA459;;
}
.membre > div:nth-child(4) {
    font-family: "Oswald",sans-serif;
    font-size:0.9em;
  
}
*/div.main p {
    margin: 0;
}*/