/*
 Theme Name:   Base modif
 Theme URI:    http://www.agenceattraction.com/
 Description:  Base modif
 Author:       Attraction
 Author URI:   Attraction
 Template:     base
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  base_modif
*/

/*

bleu clair : #00abbf
bleu fonçé : #172983
jaune : #d9318a
gris filets : #a0a0a0

*/

/********************************************************* FONTS */

/*  = avenir medium */
@font-face {
	font-family: 'Conv_AvenirLTStd-Book';
	src: url('fonts/AvenirLTStd-Book.eot');
	src: local('☺'), url('fonts/AvenirLTStd-Book.woff') format('woff'), url('fonts/AvenirLTStd-Book.ttf') format('truetype'), url('fonts/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'WigwagW01-Deluxe';
    src: url('fonts/WigwagW01-Deluxe.woff2') format('woff2'),
        url('fonts/WigwagW01-Deluxe.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/********************************************************* NORMALIZE */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/********************************************************* BASE HTML */

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}


body{
    margin: 0;
    padding: 0;
    font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    color: #353652;
    line-height: 1.3;
}

a{
    text-decoration: none;
    color: #353652;
}

ul{
    margin-left: 0;
    padding-left: 0;
	list-style: inside disc;
}

img{
    max-width: 100%;
	width: auto !important;
	height: auto !important;
}

h1, .h1{
    font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 15px;
	margin-top: 30px;
    line-height: 1.15;
		text-transform: uppercase;
        color: #00abbf;
}

h2, .h2{
	font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
	font-size: 34px;
	font-weight: 400;
    margin-bottom: 15px;
	margin-top: 30px;
    line-height: 1.15;
	text-transform: uppercase;
    color: #00abbf;
}

.h2_black{
    font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
	font-size: 34px;
	font-weight: 400;
    margin-bottom: 15px;
	margin-top: 30px;
    line-height: 1.15;
	text-transform: uppercase;
    color: #00abbf;
}

h3, .h3{
	font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
	font-size: 18px;
	font-weight: 400;
    line-height: 1.15;
		text-transform: uppercase;
		margin-top: 30px;
		margin-bottom: 15px;
	color: #00abbf;
}

p{
	margin-top: 0;
}

::-webkit-input-placeholder {
  color: #b5b1b1;
  font-size: 14px;
  font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
  font-weight: 400;
  opacity: 1;
  font-style: italic;
}
::-moz-placeholder {
  color: #b5b1b1;
  font-size: 14px;
  font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
  font-weight: 400;
  opacity: 1;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #b5b1b1;
  font-size: 14px;
  font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
  font-weight: 400;
  opacity: 1;
  font-style: italic;
}
:-moz-placeholder {
  color: #b5b1b1;
  font-size: 14px;
  font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
  font-weight: 400;
  opacity: 1;
  font-style: italic;
}

input[type=text], input[type=email], select, input[type=number], input[type=password], input[type=date]{
	-webkit-appearance: none;
	border-radius: 0px;
    width: 100%;
    background: transparent; 
    outline: none;
	border: none;
    color: #353652;
    font-size: 18px;
    font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
    font-weight: 400;
    border: 1px solid #b5b1b1;
    padding: 7px;
}

textarea{
    width: 100%;
    background: transparent; 
    outline: none;
	border: none;
    height: 150px;
    font-size: 18px;
    font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
    font-weight: 400;
    border: 1px solid #b5b1b1;
    color: #353652;
    padding: 7px;
}

sup{
	font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
}

/********************************************************* UTIL */

.separator{
    clear: both;
    margin: 10px 0;
    height: 1px;
    background: #b2cb51;
}

.btn{
		
		font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
		font-size: 18px;
	text-transform: uppercase;
	color: #00abbf;
	padding: 10px;
	max-width: 160px;
		display: block;

		text-transform: uppercase;

    padding: 15px;
		cursor: pointer;
		border-style: solid;
  border-color: #00abbf;
  background-color: #fff;
  border-radius: 10px;
  border-width: 1px;
}

.clear{
    clear: both;
}

.uppercase{
    text-transform: uppercase;
}

.italic{
	font-style: italic;
}

.bold{
    font-weight: bold;
}

.align_right{
    text-align: right;
}

.align_center{
    text-align: center;
}

.align_left{
    text-align: left;
}

.float_right{
	float: right;
}

/********************************************************* EDITEUR */

.texte_important{
	font-size: 30px;
	color: #00abbf;
}

.texte_bleu{
	color: #00abbf;
}

.texte_petit{
	font-size: 14px;
}

.texte_petit_gris{
	font-size: 14px;
	color: #d5d5d5;
}

/********************************************************* GLOBAL */

.container_iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.container_iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.res{
	display: none;
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	background: #ccc;
	padding: 5px;
	font-size: 12px;
}

.bxslider, .bxslider_attractions, .bxslider, .bxslider_attractions_2{
	margin: 0px;
}

.bxslider_none img, .bxslider img, .bxslider_attractions img, .bxslider_attractions_2 img{
	width: 100% !important;
}

.bx-wrapper {
    box-shadow: none !important;
    border:  none !important;
	margin-bottom:  0px !important;
}

.bx-wrapper .bx-pager {
    text-align: right !important;
	right: 30px;
}

.bx-pager-link{
	color: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #00abbf !important;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #172983 !important;
}

.fancybox-close-small{
	background: #fff !important;
	opacity: 1 !important;
	right: inherit !important;
	left: 0px !important;
}

.menu-btn{
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 99999;
    color: #172983;
    display: none;
}

.pushy.pushy-right{
    right: -50px;
}

.pushy{
    z-index: 99999999;
    background: #fff !important;
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.10);
}

.pushy ul{
    list-style: none inside !important;
}

.pushy a {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #353652 !important;
		padding: 5px 15px !important;
}

.pushy ul li.active a{
    color: #353652 !important;
}

.pushy ul ul{
    padding-left: 15px;
}

.pushy .separator{
    height: 1px;
	background: #d5d5d5;
	display: block;
}

.container{
	max-width: 1440px;
    margin: 0 auto;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}

#main{
}

#content{
    position: relative;
}

#page{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.single .post-navigation{
}

.single .post-navigation h2{
    display: none;
}

.single .post-navigation .nav-links{
    position: relative;
    width: 100%;
    top: 25px;
}

.single .post-navigation .nav-links .nav-previous{
    left: 130px;
    position: absolute;
	width: 135px;
}

.single .post-navigation .nav-links .nav-next{
    right: 130px;
    position: absolute;
	width: 135px;
}

.padding_15{
	padding: 0px 15px;
}

.padding_20{
	padding: 0px 20px;
}

.padding_25{
	padding: 0px 25px;
}

.padding_30{
	padding: 0px 30px;
}

#billets{
	position: fixed;
	right: -1px;
	z-index: 999;
	top: 50%;
	text-align: center;
	width: 111px;
	height: 187px;
	background: url(img/bg_billets.png);
}

#billets div{
	padding: 15px;
}

#billets div a{
	color: #fff;
}

a.acheter{
		font-size: 18px;
	max-width: 160px;
		display: block;

		text-transform: uppercase;

    padding: 15px;
		cursor: pointer;
		border-style: solid;
  background-color: #fff;
  border-radius: 10px;
  border-width: 1px;
	margin: 0 auto;
	color: #d9318a;
	border-color: #d9318a;
}

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

#_masthead{
	z-index: 98;
	position: absolute;
	background: url(img/ombre_header.png);
	background-size: contain;
	height: 200px;
	width: 100%;
}

#masthead{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
	left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	top: 100px;
}

#masthead_inner{
}

#masthead_inner #vague{
	width: 100%;
    max-width: 1440px;
    height: 500px;
    top: 100px;
    background: url(img/halo.png) no-repeat bottom center;
	background-size: contain;
	opacity: 0.75;
    position: absolute;
}

#masthead_inner .site-branding{
    width: 325px;
    float: left;
    height: 100%;
}

#masthead_inner .site-title{
    position: absolute;
    z-index: 10000;
    left: 34px;
	top: -40px;
}

#masthead_inner .site-title img{
	max-width: 325px;
}

#masthead_inner #search{
    height: 45px;
    width: 875px;
    padding-top: 5px;
    font-size: 14px;
    text-align: right;
	position: absolute;
	top: -50px;
}

#masthead_inner #search .col{
    height: 100%;
    width: 75%;
	padding-top: 15px;
	padding-right: 0px;
	float: right;
}

#masthead_inner #search input[type=text]{
    background: url(img/recherche.png) no-repeat right center;
}

#masthead_inner .navigation{
    width: 975px; /* jouer sur ce paramètres pour petis écrans */
    float: right;
    height: 100%;
    font-size: 16px;
}

#masthead_inner .navigation .main-navigation ul{
    list-style: none inside;
    margin: 0;
    padding: 0;
    overflow: hidden;
    bottom: 0px;
    width: 100%;
	margin-top: 15px;
}

#masthead_inner .navigation .main-navigation li{
    float: left;
    position: relative;
    width: 150px;
    height: 58px;
    margin-right: 5px;
}

#masthead_inner .navigation .main-navigation li.actif{
    background: url(img/menu_2_actif.png) no-repeat bottom center;
}

#masthead_inner .navigation .main-navigation li:last-child{
    margin-right: 0px;
}

#masthead_inner .navigation .main-navigation li a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 0px;
}

#masthead_inner .navigation #sous_nav{
	position: relative;
}

#masthead_inner .navigation #sous_nav ul{
	float: left;
	width: 150px;
	background: rgba(255,255,255,0.75);
	display: none;
	position: absolute;
	list-style: none;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid #00abbf;
}

#masthead_inner .navigation #sous_nav #sous_nav_108{
	left: 625px; /* 150px +5px par item */
}

#masthead_inner .navigation #sous_nav #sous_nav_8237{
	left: 150px; /* 150px +5px par item */
}

#masthead_inner .navigation #sous_nav #sous_nav_840{
	left: 310px; /* 150px +5px par item */
}

#masthead_inner .navigation #sous_nav ul li{
	text-align: center;
	padding: 2px;
}


#nav_ban{
    position: relative;
	display: none;

}
#nav_ban, #nav_ban_shadow{
		display: none !important;
	}

#nav_ban_inner{
	overflow: hidden;
	width: 710px;
	margin: 0 auto;
	margin-top: 30px;
}

#nav_ban ul{
	overflow: hidden;
    list-style: none inside;
    margin: 0;
    padding: 0;
}

#nav_ban li{
    float: left;
    width: 155px;
	height: 120px;
	position: relative;
	margin-right: 30px;
}

#nav_ban li:last-child{
	margin-right: 0px;
}

#nav_ban li a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #00abbf;
}

#nav_ban li a span{
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	top: 75px;
}

#nav_ban #sound{
	width: 32px;
	height: 48px;
	background: url(img/sound_off.png) no-repeat center;
	position: absolute;
	right: 15px;
	cursor: pointer;
	display: none;
	top: 0px;
	z-index: 999;
}

#nav_ban #sound.actif{
	background: url(img/sound.png) no-repeat center;
}

#top{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 400px;
}

.second-navigation{
	color: #fff;
}

.second-navigation a{
	color: #fff;
}

.second-navigation a.wc img{
	height: 35px !important;
	margin-left: 30px;
}

#test{
	width: 64px;
	height: 64px;
	background: red;
	position: absolute;
	z-index: 999;
	bottom: 0;
}

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

.seo{
	text-align: left !important;
	font-size: 14px;
	color: #d5d5d5;
	background: none !important;
}

.seo a, .seo h1{
	color: #d5d5d5;
	font-size: 14px;
}

#colophon{
	clear: both;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	background: #00abbf;
}

#colophon ._container{
	background: red;
	overflow: hidden;
}

#colophon .mascotte{
	width: 350px;
	height: 350px;
	background: url(img/CET-ETE.png);
	background-size: 100%;
	position: absolute;
	top: -162px;
	right: 0;
	z-index: 1;
}

#colophon .palmiers{
	width: 219px;
	height: 230px;
	background: url(img/palmiers_2.png);
	position: absolute;
	top: 0;
	z-index: 1;
}

#colophon .baseline{
	overflow: hidden;
	position: relative;
	font-family:'Conv_AvenirLTStd-Book',Sans-Serif;
	background: #fff;
}

.baseline .h1{
    color: #172983;
    margin-top: 120px;
	margin-bottom: 30px;
	font-size: 34px;
}

.baseline .h1 span{
    color: #d9318a;
}

#colophon .bas{
	background: #00abbf;
	font-size: 14px;
	color: #fff;
	padding: 15px 0px;
	position: relative;
}

#colophon .bas .content{
	width: 70%;
	padding: 0px;
	text-align: left;
}

#colophon .bas .content h3{
	color: #172983;
	text-transform: lowercase;
	text-transform: capitalize;
	width: 156px;
	width: 100%;
	text-align: left;
	padding-bottom: 7px;
	background: url(img/filet_footer.png) no-repeat 0px 23px;
}

#colophon .bas .content .logo{
	position: absolute;
	width: 300px;
    height: 200px;
    background: url(img/logo.png) no-repeat;
    background-size: auto;
    background-size: 100%;
    position: absolute;
    bottom: 200px;
    right: 30px;
    z-index: 1;
	display: none;
}

#colophon #follow img{
	height: 48px !important;
	margin-right: 15px;
}

#colophon a{
	color: #fff;
}

#colophon .adresse{
	color: #fff;
	padding: 0px 30px;
	text-align: left;
	text-align: center;
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 30px;
}

#colophon .adresse .sites{
	float: right;
}

#colophon .adresse img{
	margin-right: 15px;
}

#colophon .signature{
	font-size: 14px;
	padding: 15px 0px;
	text-align: center;
	background: #fff;
}

#colophon .signature *{
	font-size: 14px;
	color: #353652;
}

/********************************************************* BLOC */

.bloc{
    margin: 0px 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    width: 99%;
    position: relative;
    overflow: hidden;
}

.bloc.type_1{ /* large */
    box-shadow: none;
}

.bloc.type_1 .shadow{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 15px;
    overflow: hidden;
    height: 100%;
}

.bloc.type_1 .content{
    float: left;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bloc.type_1 .content .inner{
    padding: 0px 90px;
    text-align: center;
}

.bloc.type_1 .img{
    float: left;
    width: 100% !important;
    padding-left: 50%;
}

.bloc.type_1 .img img{
    float: right;
}

.bloc.type_1 .link{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.bloc.type_1 .link img{
    display: block;
    margin: 0 auto;
	width: 133px !important;
}

.bloc.type_1.reverse .content{
    float: right;
    right: 0;
}

.bloc.type_1.reverse .img{
    float: left;
    padding-left: 0%;
    padding-right: 50%;
}

.bloc.type_2{ /* petit flottant */
    margin: 0px;
    box-shadow: none;
    width: 33.33%;
    float: left;
	height: 436px;
	margin-bottom: 22px;
}

.bloc.type_2 .shadow{
    margin: 0px 22px;
    height: 571px;
	background: url(img/bg_offres.png) no-repeat bottom center #f6f6f6;
}

.bloc.type_2 .content{
    text-align: center;
    padding: 0px 30px;
}

.bloc.type_2 img{
    width: 100% !important;
}

.bloc.type_2 h3{
    font-family: 'WigwagW01-Deluxe';
	color: #353652;
}

.section{ /* section */
    clear: both;
    padding-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
	/*background: url(img/FILET.png) no-repeat center top;*/
}

.section.no_border{
	background: none;
}

.bloc_ligne_1{
	width: 100%;
	float: left;
	border: 30px solid transparent;
	border-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	cursor: pointer;
}

.bloc_ligne_1 .shadow{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.bloc_ligne_1 .img{
	float: left;
	width: 50%;
	line-height: 0px;
}

.bloc_ligne_1 .content h2{
	font-family: 'WigwagW01-Deluxe';
}

.bloc_ligne_1 .content{
	text-align: center;
	padding: 15px;
	padding-bottom: 0px;
	float: right;
	width: 50%;
}

.bloc_ligne_2{
	width: 50%;
	float: left;
	border: 25px solid #fff;
	border-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	cursor: pointer;
}

.bloc_ligne_2 .img{
	text-align: center;
	line-height: 0px;
	position: relative;
}

.bloc_ligne_2 .img h2{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: 'WigwagW01-Deluxe';
	padding: 0px 15px;
}

.bloc_ligne_2 .content{
	text-align: center;
	padding: 15px;
	padding-bottom: 0px;
}


.bloc_ligne_3{
	width: 33.33%;
	float: left;
	border: 30px solid #fff;
	border-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	cursor: pointer;
}

.bloc_ligne_3 .img{
	text-align: center;
	line-height: 0px;
	position: relative;
}

.bloc_ligne_3 .img h2{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: 'WigwagW01-Deluxe';
	padding: 0px 15px;
}

.bloc_ligne_3 .content{
	text-align: center;
	padding: 15px;
	padding-bottom: 0px;
}


/********************************************************* POPUP */


.popup{
    display: none;
    padding: 0px !important;
    max-width: 1024px !important;
    background: #00abbf !important;
}

.popup .col{
    float: left;
    padding: 60px 90px;
    width: 50%;
    text-align: center;
    min-height: 550px;
    color: #fff;
	padding-right: 90px;
}

.popup .col_right{
    background: #fff;
    width: 50%;
    padding: 60px 90px;
    color: inherit;
}

.popup .p_titre{
    font-family: 'Conv_AvenirLTStd-Book',Sans-Serif;
    color: #fff;
    font-size: 34px;
    display: block;
    margin-bottom: 15px;
	text-transform: uppercase;
}

.popup .p_lien{
    text-align: center;
    border-style: solid;

border-color:
#d9318a;


border-radius: 10px;

border-width: 1px;
width: 160px;
font-size: 18px;
padding: 15px;
color: #d9318a;
text-transform: uppercase;
margin: 0 auto;
margin-top: 30px;
}

.popup .p_lien a{

color: #d9318a;

}

#secondaire{
    background: #fff !important;
	padding: 60px !important;
	z-index: 9999 !important;
}

/*#secondaire.popup *{
    margin: 0 !important;
}*/

#newsletter .col:first-child{
	padding-top: 190px;
}

/********************************************************* HOME */

.home{
}

.home #nav_ban #sound{
	display: block;
}

.home #masthead_inner #vague{
	display: none;
}



/* offres */

.home .sous_titre{
	color: #cfcfcf;
	margin-bottom: 0px;
}

/* attractions */

.home .section_attractions{
    width: 99%;
	cursor: pointer;
}

.home .attraction{
    box-shadow: none;
}

.home .bloc_ligne_2 .bxslider_attractions .img, .home .bloc_ligne_2 .bxslider_attractions_2 .img{
    background-size: cover !important;
	background-position: center !important;
}

.home .attractions_all{
	clear: both;
}

.home .attractions_all a{
	max-width: 300px;
	margin: 0 auto;
}

/* actus */

.home .actus .date{
    font-style: italic;
	font-weight: bold;
}

.home .actus{
    height: auto;
	padding-bottom: 15px;
	cursor: pointer;
}

.home .actus .shadow{
    height: auto;
	padding-bottom: 15px;
}

.home .actus .content{
    padding-bottom: 15px;
}

.home .news_all{
	clear: both;
	padding-top: 30px;
}

.home .news_all a{
	max-width: 300px;
	margin: 0 auto;
}

/* divers */

.home .bloc.type_1{
	cursor: pointer;
}



/********************************************************* TPL STANDARD */

.page-template-default #content .container{
	text-align: center;
}

/********************************************************* TPL ACTUS */

.page-template-tpl_actualites{
}

.single .actualites{
    border-top: 0px;
	background: none;
}

/********************************************************* TPL CONTACT */

.page-template-tpl_contact{
}

/********************************************************* TPL PLAN */

.page-id-1409 .c_content ul, .page-id-2088 .c_content ul{
	list-style: none inside;
}

.page-id-1409 .c_content h2 a, .page-id-2088 .c_content h2 a{
	color: #00abbf;
}

/********************************************************* TPL SUNSET */

.page-id-6695 #content .container h1, .page-id-6695 #content .container h2{
	color: #d9318a;
}

/********************************************************* TPL FAQ */

.page-id-595 .faq, .page-id-3411 .faq{
	border: 1px solid #d5d5d5;
	background: #efefef;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	cursor: pointer;
	text-align: left;
}

.page-id-595 .faq h2, .page-id-3411 .faq h2{
	width: 100%;
	float: left;
	background: url(img/faq_plus.png) no-repeat center right;
	background-size: 18px;
	padding-right: 30px;
	margin: 0px;
}

.page-id-595 .faq h2.open, .page-id-3411 .faq h2.open{
	background: url(img/faq_plus_open.png) no-repeat center right;
	background-size: 18px;
}

.page-id-595 .faq .content, .page-id-3411 .faq .content{
	display: none;
	clear: both;
	padding-top: 15px;
}

/********************************************************* TPL ANNIVERSAIRE */

.page-template-anniversaire #tiki{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 215px;
	position: relative;
}

.page-template-anniversaire #tiki img{
	position: absolute;
	top: -50px;
	left: 0%;
	display: none;
}

.page-template-anniversaire .bloc_ligne_2{
	margin-bottom: 15px;
	cursor: default;
	width: 100%;
}

.page-template-anniversaire .bloc_ligne_2 h2{

    font-family: 'WigwagW01-Deluxe';
    color: #353652;

}

.page-template-anniversaire .bloc_ligne_2 .content{
	border: 1px solid #d5d5d5;
	background: url(img/bg_offres.png) no-repeat bottom center #f6f6f6;
	background-size: cover;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	/*min-height: 715px;*/
}

.page-template-anniversaire .invitation{
	clear: both;
	margin: 60px 0px;
	text-align: center;
	overflow: hidden;
}

.page-template-anniversaire .invitation .btn{
	max-width: 300px;
	margin: 0 auto;
}

.page-template-anniversaire .form h2{
	text-align: center;
}

/********************************************************* TPL VILLAGE */

.page-template-wavevillage .avantages{
	overflow: hidden;
	margin-bottom: 30px;
}

.page-template-wavevillage .avantages ul{
	list-style: none inside;
	margin: 30px 0px;
}

.page-template-wavevillage .avantages li{
	float: left;
	width: 16.66%;
	margin-bottom: 15px;
}

.page-template-wavevillage .bungalows{
	overflow: hidden;
	margin-bottom: 30px;
}

.page-template-wavevillage .bungalows ul{
	list-style: none inside;
	margin: 30px auto;
	max-width: 689.7px;
}

.page-template-wavevillage .bungalows li{
	float: left;
	width: 33.33%;
	margin-bottom: 15px;
}

.page-template-wavevillage .bloc_ligne_2{
	margin-bottom: 15px;
	cursor: default;
}

.page-template-wavevillage .bloc_ligne_2 h2{

    font-family: 'WigwagW01-Deluxe';
    color: #353652;

}

.page-template-wavevillage .bloc_ligne_2 .content{
	border: 1px solid #d5d5d5;
	background: #efefef;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	min-height: 365px;
	background: url(img/bg_offres.png) no-repeat bottom center #f6f6f6;
}


.page-template-wavevillage .tarif{
	margin: 0 auto;
	max-width: 450px;
	float: inherit;
}

.page-template-wavevillage .tarif .btn{
	margin: 0 auto;
	background: transparent;
}

.page-template-wavevillage .tarif .prix{
	color: #d9318a;
	font-size: 42px;
}

.page-template-wavevillage .tarif .a_partir{
	color: #d9318a;
}

.page-template-wavevillage .tarif .entrees{
	font-size: 14px;
}

.page-template-wavevillage .infos .btn{
	margin: 0px auto;
	max-width: 300px;
}

/********************************************************* RESPONSIVE */

@media only screen and (max-width: 1366px){
	
	body{
		font-size: 16px;
	}
	
	h1, .h1{
		font-size: 38px;
	}
	
	h2, .h2{
		font-size: 28px;
	}
	
	.h2_black{
		font-size: 28px;
	}
	
	input[type=text], input[type=email], select, input[type=number], input[type=password]{
		font-size: 16px;
	}
	
	textarea{
		font-size: 16px;
	}
	
	a.acheter, .btn{
		font-size: 16px;
	}
	
	/*#_masthead{
		height: 150px;
	}*/
	
	#masthead_inner .site-title img {
		max-width: 200px;
	}
	
	#masthead_inner .navigation ul{
		float: right;
	}
	
	#masthead_inner #search{
		width: 900px;
	}
    
}

@media only screen and (max-width: 1160px){
	
	.menu-btn{
        display: block !important;
    }
	
	#masthead_inner .navigation {
		display: none;
	}
	
	#nav_ban, #nav_ban_shadow{
		display: none;
	}
	
	#masthead_inner #vague {
		height: 450px;
		top: -25px;
	}
	
	#masthead_inner .site-title {
		top: -85px;
	}
	
	#colophon .mascotte {
		width: 250px;
		height: 250px;
		top: -113px;
	}
	
	.baseline .h1 {
		font-size: 18px;
	}
	
	.section{
		background: none;
	}
	
	.bloc_ligne_3{
		width: 50%;
	}
	
	.single .post-navigation .nav-links {
		display: none;
	}
    
}

@media only screen and (max-width: 1000px){
	
	#_masthead{
		height: 0px;
	}
	
	#masthead_inner .site-title img {
		width: 175px !important;
	}
	
	#colophon .mascotte {
		display: none;
	}
	
	.popup .col{
		width: 100%;
		padding: 30px;
		min-height: inherit;
	}
	
	.popup .col_right{
		width: 100%;
		clear: both;
		padding: 30px;
	}

}

@media only screen and (max-width: 768px){
	
	.bx-wrapper .bx-pager {
		display: none;
	}
	
	#_masthead{
		background: none;
	}
	
	#masthead_inner .site-title {
		left: 15px;
	}
	
	#masthead_inner .site-title img {
		width: 75px !important;
	}
	
	#masthead_inner #vague {
		display: none;
	}
	
	#billets{
		display: none;
	}
	
	.padding_30{
		padding: 0px;
	}
	
	.bloc_ligne_1{
		border: 0px;
	}
	
	.bloc_ligne_1 .content h2{
		font-size: 18px;
	}
	
	.bloc_ligne_1 .shadow {
		box-shadow: none;
	}
	
	.bloc_ligne_1 .img{
		width: 100%;
	}
	
	.bloc_ligne_1 .content{
		clear: both;
		width: 100%;
	}
	
	.bloc.type_2{
		width: 100%;
		border: 0px;
	}
	
	.bloc.type_2 .shadow{
		margin: 0px;
	}
	
	.bloc_ligne_2{
		width: 100%;
		border: 0px;
	}
	
	.bloc_ligne_2 .img h2{
		font-size: 18px;
	}
	
	.bloc_ligne_3{
		width: 100%;
		border: 0px;
	}
	
	.bloc_ligne_3 .img h2{
		font-size: 18px;
	}
	
	.page-template-anniversaire #tiki{
		display: none;
	}
	
}

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


/********************************************************* COOKIES */

#cookies{
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 0;
  padding: 120px 30px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  width: 100%;
}

#cookies #step_1{
  display: none;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#cookies #step_2{
  display: none;
  max-width: 800px;
  margin: 0 auto;
}

#cookies_show, #cookies_close{
  background: none;
  color: rgba(0,0,0,0.50);
  text-align: center;
}

#cookies_close{
  background: none;
  color: rgba(0,0,0,0.50);
  text-align: center;
  color: #00abbf;
}

#cookies ul{
  list-style: none inside;
  margin-top: 30px;
  margin: 0 auto;
}

#cookies .info{
  font-style: italic;
  font-size: 11px;
  margin-left: 30px;
  float: right;
}

#cookies li{
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

#cookies li:last-child{
  border-bottom: none;
}

#cookies li input{
  margin-right: 15px;
  display: none;
}

#cookies .checker {
  display: block;
  background-image: url(img/checkboxes1.png);
  background-position: left center;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

#cookies input:checked + .checker {
  background-position: right center;
}

#cookies .btn{
	display: block;
	max-width: 250px;
	margin: 30px auto;
}