﻿*{
  box-sizing:border-box;
}
#wpadminbar{
  display: none !important;
}

body{
  min-width:250px;
  font-size: 15px;
  background:#fff;
  font-family: 'Open Sans', sans-serif;
  text-align:left;
  font-weight: 300;
}

img{
  height:auto !important;
}

iframe{
  border:0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  max-width: 100%;
  display: block;
  margin:auto;
  text-align: center;
  width:560px;
  height:315px;
}

#overlay{
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.92);
  z-index: 9999999;
}

#overlay iframe{
  display: block;
  margin:auto;
  text-align: center;
  max-width:80%;
  max-height:80%;
  margin-top:50px;
}

#overlay #dismiss{
  background:#32bfbf;
  color:#fff;
  padding:10px 20px 10px 20px;
  border:0;
  display: block;
  margin:auto;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
  cursor:pointer;
  letter-spacing: 2px;
}

#overlay #dismiss:hover{
  /*background:#399690;*/
}

strong{
  font-weight: bold;
}
.logo-contact{
  text-transform: uppercase;
  text-align: center;
  color:#333;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 8px;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}

.logo-contact:hover{
  letter-spacing: 16px;
}

.logo-contact span{
  color:#32bfbf;
}

.wrapper{
  width:1000px;
  margin:auto;
}

.logo{
  width: 400px;
  max-width: 100%;
  display: block;
  margin:auto;
  margin-top:20px;
}


h1{
  font-size: 16px;
  text-align: center;
  color:#222;
  margin-bottom: 30px;
  margin-top:7px;
  font-weight: bold;
  text-align: right;
  
}

h2{
  font-size: 30px;
  color:#32bfbf;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 80px;
  width: 100%;
  font-weight: 500;
}

h3{
	color: #f9b22a;
	margin-bottom: 20px;
	margin-top:80px;
  text-align: center;
}

h2+h3{
	margin-top: -20px;
}

.faq h3{
  font-size: 30px;
  color:#32bfbf;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 80px !important;
  width: 100%;
  font-weight: 500;
}

p{
  margin-bottom: 12px;
  text-align: justify;
  color:#111;
  font-size: 18px;
  line-height: 23px;
}

p a{
  color:#32bfbf;
  font-weight: bold;
}

h3 a{
  color:#f9b22a;
}

p a:hover{
  text-decoration: underline;
}

p.bouton a:hover{
  text-decoration: none;
}

li{
  margin-bottom: 12px;
  text-align: justify;
  color:#111;
  font-size: 18px;
  line-height: 23px;
}

.content li::before{
  content:'•';
  padding-right: 10px;
  margin-left:-18px;
  color:#32bfbf;
}

.content .wrapper>h2{
  clear: both;
}

blockquote{
    width: 60%;
    margin: auto;
    text-align: center;
    background: #eee;
    padding: 50px;
    margin-top:50px;
    border-bottom: 1px solid #f9b22a;
}

blockquote p{
	color:#aaa;
	font-style: italic;
}


em{
  font-style: italic;
}

img{
  max-width: 100%;
  max-height: 700px;
}

.header{
  width:100%;
  text-align: left;
  background:#fff;
  padding:10px;
  position: fixed;
  z-index: 99999;
  top:0;
}

.header p{
  text-align: center;
}

.social{
  position: fixed;
  right:20px;
  top:10px;
}

.social p{
  text-transform: uppercase;
  font-size: 12px;
}

.menu {
  position: relative;
  width: 100%;
  background:#32bfbf;
  min-height: 30px;
  padding:10px;
}

.languages{
  z-index: 9999999;
}

.menu #nav-main{
  margin:auto;
  float:none;
}

.menu ul {
  text-align: center;
  position: relative;
}

.menu ul li {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
  margin-right:20px;
  margin-bottom: 0;
  /*text-transform: uppercase;*/
  line-height: 30px;
  padding:0;
  /*margin-top:-15px;*/
  background-position:bottom center;
  transition:background-position 0.1s ease;
  -webkit-transition:background-position 0.1s ease;
  -moz-transition:background-position 0.1s ease;
  -o-transition:background-position 0.1s ease;
}

.menu ul li.lang-item{
  display: block;
  float:right;
  margin-left:5px;
  margin-right:5px;
  margin-top: 8px;
}

.menu ul li.current-lang a{
  cursor:default;
  color: #222;
}

.menu ul li.reservation {
  background:#222;
}

.menu ul li.reservation a {
  padding:10px;
  padding-left: 25px;
  padding-right: 25px;
  /*padding-top:0;*/
}


.menu ul li.reservation a:hover {
  color:#32bfbf;
}

.menu ul li a:before{
}

.menu ul li:first-child {
  margin-left: 0;
}

.menu ul li.current-menu-item a {
  color: #222;
}

.menu ul li.current-page-ancestor a {
  color: #222;
}

.menu ul li.reservation.current-menu-item a {
  color: #fff;
}

.menu ul li a {
  display: block;
  text-align: center;
  color:#fff;
  font-weight: bold;
}

.menu ul li a:hover {
  color: #222;
}

/* Nav ------------------------------ */

#nav-trigger {
  display: none;
  text-align: center;
}

#nav-trigger span {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}

#nav-trigger span.open {
  background: #32bfbf;
}

#nav-trigger span:after {
  display: inline-block;
  content: "";
}

nav#nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav#nav-mobile {
  position: relative;
  display: none;
}

nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

nav#nav-mobile ul.expanded {
  margin-bottom: 20px;
}

nav#nav-mobile li {
  display: block;
}

nav#nav-mobile a {
  display: block;
}

.content{
  padding-top:175px;
}

.slider{
  /*min-height: 400px;*/
  width:100%;
  background: #32bfbf;
}

.n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading, .n2-ss-item-content{
  text-shadow:0px 0px 8px rgba(0,0,0,0.5) !important;
}


img.aligncenter{
  display: block;
  margin:auto;
  margin-top:80px;
}

h3+p a img.aligncenter{
  margin-top:0;
}

img.alignright{
  float:right;
  padding-left:20px;
}

img.alignleft{
  float:left;
  padding-right:20px;
}

.third{
  float:left;
  width:30.3%;
  margin:50px 1.5%;
}

.third h2{
  display: block;
  text-align: center;
}

table tr td{
  padding:10px;
  vertical-align: top;
  margin-bottom: 10px;
}

.mate{
  width:46%;
  float:left;
  margin:50px 2%;
  /*border-bottom: 1px solid #32bfbf;*/
}

.mate img{
  /*height:100px;*/
  width:100%;
}

.mate:nth-of-type(2n+1)::before {
  clear:both;
}

.mate h2{
  margin-top:10px;
}

.mate p{
  font-size:15px;
}

.boutons{
  text-align: center;
}

p.bouton{
  background:#fff;
  border:1px solid #222;
  margin:20px 0;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width:200px;
  margin:auto;
  margin-top:50px;
}

.boutons p.bouton{
  display: inline-block;
  margin-left:20px;
  margin-right:20px;
}

p.bouton:hover{
  background:#32bfbf;
  border:1px solid #32bfbf;
}

p.bouton a{
  display: block;
  padding:15px;
  text-align: center;
}

p.bouton a:hover{
  color:#fff;
}

.main, .news{
  float:left;
  width:46%;
  margin: 50px 2%;
}

.footer{
  bottom:0;
  width:100%;
  padding:10px 0;
  margin-top: 80px;
  box-sizing:border-box;
  background: #32bfbf;
}

.footer img{
  height:50px;
  margin: 0 20px;
  max-height: 65px;
}

.footer p{
  font-size: 12px;
  text-align: center;
  color:#fff;
}

.footer p a{
  color:#fff;
}

.bloc {
  opacity: 0;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}

.bloc .blocGauche img{
  margin-left: -400px;
  margin-right: 0;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}

.bloc .blocDroite img{
  margin-right: -400px;
  margin-left: 0;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}

.bloc.animated .blocGauche img,.bloc.animated .blocDroite img{
  margin-left: 0;
  margin-right: 0;
}

.bloc.animated{
  opacity:1;
}
div.form{
  max-width: 500px;
  margin:auto;
}

fieldset{
  max-width:100%;
}

input{
  background:#eee;
  border:0;
  border-bottom:1px solid #32bfbf;
  margin-bottom:10px;
  clear:both;
  float:left;
  width:100%;
  text-transform:none;
  padding:7px;
  box-sizing:border-box;
}

label{
  font-size:18px;
  color:#333;
  clear:both;
  display:block;
  text-align:left;
  padding-top:15px;
}

select{
  background:#eee;
  border:1px solid #32bfbf;
  margin-bottom:10px;
  width:100%;
  padding:7px;
}

textarea{
  background:#eee;
  border:0;
  border-bottom:1px solid #32bfbf;
  margin-bottom:10px;
  clear:both;
  float:left;
  width:100%;
  text-transform:none;
  padding:7px;
  box-sizing:border-box;
}

input[type="submit"]{
  background-color:#32bfbf;
  color:#fff;
  padding:7px;
  cursor:pointer;
  float:right;
  width:100%;
  text-align:center;
  border:0;
}


/* SELECTION */

*::selection {
  background:#32bfbf;
  color:#fff;
}

*::-moz-selection {
  background:#32bfbf;
  color:#fff;
}

*::-webkit-selection {
  background:#32bfbf;
  color:#fff;
}

@media handheld, only screen and (max-width: 1100px) {
  .wrapper {
    width: 96%;
  }
  .menu {
    position: relative;
    margin-top: 0;
    width:100%;
    height: auto;
  }
  .menu ul li{
    line-height: 30px;
  }
  .menu ul li a{
    height: auto;
  }

}

@media handheld, only screen and (max-width: 900px) {
  .wrapper{
    width:94%;
    margin: 0 3%;
  }

.content li{
  width:90%;
  margin:auto;
}

.content li::before{
/*  content:'•';
  padding-right: 10px;
  margin-left:-18px;
  color:#32bfbf;*/
}

}

@media handheld, only screen and (max-width: 810px) {

  #nav-trigger {
    display: block;
  }
  nav#nav-main {
    display: none;
  }
  nav#nav-mobile {
    display: block;
  }
  .header{
    position: absolute;
  }
  .menu {
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .menu ul {
    position: relative;
    border-top: 0;
  }
  .menu ul li {
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  .menu ul li a {
    text-align: center;
    background: #fff;
    color: #333;
    padding: 10px;
  }
  .menu ul li a:hover {
    background: #32bfbf;
    color: #fff;
  }
  .menu ul li.current-menu-item a{
    background: #32bfbf;
    color: #fff;
  }
  .menu ul li.current-page-ancestor a{
    background: #32bfbf;
    color: #fff;
  }
  
  .menu ul.languages{
    position: fixed;
    top:5px;
    left:5px;
  }
  
  .menu ul.languages li{
     float:left;
     margin:0;
     padding:3px;
     line-height: 20px;
  }
  
  .menu ul.languages li a{
     float:left;
     margin:0;
     padding:3px;
  }

  .menu ul li.current-lang a{
    background:#32bfbf;
    color:#fff;
  }

  .mate{
    width:100%;
    margin:50px 0;
  }

  .mate{
    clear:both;
  }

  blockquote{
    width:100%;
  }

}

@media handheld, only screen and (max-width: 530px) {

  .menu ul.main-menu{
    width:100%;
    float:none;
    margin:0;
    text-align: center;
  }

  .menu ul.main-menu li{
    width:100%;
    text-align: center;
    margin:0;
  }

  .menu ul.main-menu li a{
    margin:0;
    text-align: center;
  }

  .menu ul.main-menu li.current-menu-item a, a:hover{
    text-align: center;
  }

  .menu ul.main-menu li ul{
    width:100%;
  }

  .menu ul.main-menu li ul li a{
  }

  .menu ul.main-menu li ul li a:hover{
  }

  .menu ul.main-menu li :hover ul{
  }

  .menu ul.main-menu li :hover ul li a{
    margin-top:-4px;
  }

  .menu .wrapper{
    width:100%;
  }

  .menu #nav-trigger span{
    clear:both;
  }

  #nav-trigger {
      display: block;
    }

  nav#nav-main {
      display: none;
  }

  nav#nav-mobile {
      display: block;
    clear:both;
    }

  nav#nav-mobile ul.expanded{
    clear:both;
    margin-bottom:0;
  }
  
  nav#nav-mobile li:hover ul {
    display: block;
  }
}