/************************************************/
/*****								Global 							*****/

.wrapper {
  height: 100%;
}

.header {
	position: absolute;
	top: 0;
  left: 0;
}

/************************************************/
/****								Content 							****/

.content {
  padding-top: 30px;
  width: 1220px;
}

.content h1 {
  color: #e4328a;
}

.content .columns_wrap {
  margin-top: 20px;
  width: 100%;
}

.content .columns_wrap .one_half {
  width: 590px;
}

.content .columns_wrap p {
  color: #000;
  font-size: 1.167em;
}

/************************************************/
/****								Diapo 							****/

.background {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 570px;
}

.background .diapo div {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}

.background .diapo div:first-child {
  z-index: 1;
}

.background div.drawer {
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -487px;
  width: 185px;
  height: 185px;
  background-color: #332f2c; 
  border-radius: 100px;
  color: #ffffff;
  text-align: center;
}

.background div.drawer p {
  display: block;
  margin-top: 65px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 1.333em;
  -moz-transform: skew(0, -4deg);
}

.background div.drawer a {
  color: #e03189;
  text-transform: uppercase;
  border-top: #5c5956 solid 1px;
  border-bottom: #5c5956 solid 1px;
  padding: 5px 0;
}

.background .diapo img {
  position: absolute;
  top: 0;
  display: block;
}

.background .caption {
  position: absolute;
  bottom: 85px;
  left: 50%;
  z-index: 5;
  padding: 35px 80px 15px;
  margin-left: -340px;
  width: 245px;
  height: 110px;
  background: url(../images/global/home/bg_diapo.png);
  text-align: center;
}

.background .caption > div {
  display: none;
}

.background .caption > div.current {
  display: block;
}

.background .caption a {
  display: block;
}

.background .caption .type {
  margin-bottom: 15px;
  color: #FFF;
  font-size: 1.083em;
}

.background .caption .title {
  color: #e4328a;
  font-size: 1.6em;
}

.background .caption img.minimap {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -35px;
  width: 51px;
  height: 70px;
}

.background .navigation {
  position: absolute;
  bottom: 110px;
  left: 50%;
  z-index: 6;
  padding: 0 60px;
  margin-left: -340px;
  width: 285px;
  text-align: center;
}

.background .navigation > a {
  display: inline-block;
  margin: 0 5px;
  width: 11px;
  height: 11px;
  background-color: #92918f;
  border-radius: 11px;
}

.background .navigation > a:hover,
.background .navigation > a.activeSlide {
  background-color: #FFF;
}

.background .center {
  height: 100%;
  right: -381px;
  width: 500px;
  z-index: 2;
}

.background .sidebar {
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  margin-top: -300px;
  width: 275px;
  height: 600px;
  background: none;
  z-index: auto;
}

.background .bouton_carte {
  display: block;
  margin-bottom: 10px;
  padding: 25px 20px;
  width: 235px;
  height: 76px;
  background: url(../images/global/carte_interactive.png) no-repeat left 0;
}

.background .bouton_carte:hover {
  background-position: left -126px;
}

.background .bouton_carte .titre {
  color: #3d3835;
  font-size: 1.417em;
  line-height: 1.167;
}

.background .bouton_carte:hover .titre {
  color: #FFF;
}

.background .bouton_carte .sous_titre {
  display: block;
  margin-top: 5px;
  color: #FFF;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.3;
  font-style: italic;
  font-family: 'Georgia', serif;
}

/* Video Youtube home */
.background.home_video {
  width:100%;
  height: auto;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.home_video__altvisuel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.home_video__inner {
  position: relative;
}

.home_video__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.home_video .home_video__caption,
.home_video__title .drawer {
  z-index: 26;
}

.home_video__caption > div {
  opacity: 0;
}

.home_video__caption.show,
.home_video__caption > div.current {
  opacity: 1;
}

.home_video__title .drawer,
.home_video__caption {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.home_video__title .current .drawer {
  opacity: 1;
}

.home_sidebar {
  /*position: absolute;
  top: 196px;
  right: 10px;
  z-index: 10;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 275px;
  padding-bottom: 8px;
  background-color: #ebe8e1;
}

.home_sidebar .bloc_editable .title,
.home_sidebar .offers .title {
  color: #867b74;
  text-transform: uppercase;
  font-size: 1.417em;
}

.home_sidebar .bloc_editable .title span,
.home_sidebar .offers .title span {
  display: block;
}

.home_sidebar .bloc_editable {
  position: relative;
  padding: 20px 20px 0;
  margin-bottom: 25px;
}

.home_sidebar .bloc_editable .picto {
  display: block;
  float: left;
  margin-right: 12px;
}

.home_sidebar .bloc_editable .temoignage {
  margin-top: 12px;
}

.home_sidebar .temoignage {
  display: none;
}

.home_sidebar .temoignage.current {
  display: block;
}

.home_sidebar .temoignage p.chapo {
  margin: 0;
  color: #afa6a1;
  font: bold italic 1.167em 'Georgia', serif;
  line-height: 1.417;
}

.home_sidebar .temoignage .note {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.home_sidebar .temoignage .location {
  margin: 0 0 0 5px;
}

.home_sidebar .temoignage a.text {
  position: relative;
  display: block;
  margin: 5px 0 0;
  padding: 18px 25px 5px 0;
  color: #e4338a;
  background: url(../images/global/temoignage_bubble.png) no-repeat left top;
  font-size: 1.167em;
  font-style: italic;
  line-height: 1.2em;
}

.home_sidebar .temoignage a.text:hover {
  color: #000;
}

.home_sidebar .picto_plus {
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -2px;
}

.home_sidebar .temoignage a.text:hover .picto_plus {
  background-position: -180px -150px;
}

.home_sidebar .offers {
  position: relative;
  margin-top: 25px;
  padding: 0 11px;
}

.home_sidebar .offers .title {
  margin: 0 9px 10px;
}

.home_sidebar .content_offer {
  display: none;
  width: 253px;
  height: 223px;
}

.home_sidebar .content_offer.current {
  display: block;
}

.home_sidebar .content_offer img {
  display: block;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  max-height: 96px;
  max-width: 253px;
}

.home_sidebar .content_offer > div {
  position: relative;
  z-index: auto;
  float: none;
  padding: 15px 12px 10px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  width: auto;
  height: 102px;
  background: #877b73;
}

.home_sidebar .content_offer .reservation {
  position: absolute;
  top: -35px;
  right: 10px;
}

.home_sidebar .content_offer .description {
  float: left;
  width: 130px;
  color: #FFF;
}

.home_sidebar .content_offer .title {
  margin: 5px 0 0;
  color: #FFF;
}

.home_sidebar .content_offer .title a {
  display: block;
  color: #FFF;
}

.home_sidebar .content_offer .price {
  float: right;
  margin-top: 12px;
  margin-left: 10px;
  padding-left: 10px;
  max-width: 70px;
  border-left: 1px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.833em;
}

.home_sidebar .content_offer .price  span {
  display: block;
  margin: 3px 0;
  font-size: 1.600em;
  line-height: 1.1;
}

/************************************************/
/*****		  				Grande Sidebar 					*****/

.grande_sidebar {
	padding-top: 0;
	height: 100%;
}

.close_sidebar {
  top: 0;
  right: 0;
}

#grandeSidebarCarte>div {
  margin-top: 20px;
  margin-bottom: 20px;
}

#grandeSidebarCarte .close_sidebar {
  top: -20px;
}

/* Carte interactive */

#grandeSidebarCarte .carte {
  position: relative;
  height: 645px;
}

.carte .nav {
 position: relative;
 z-index: 2;
 margin-top: 30px;
 width: 230px;
}

.carte .nav a {
 display: inline-block;
 margin: 5px 0;
 padding: 10px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 color: #7a971d;
 text-transform: uppercase;
 font-size: 0.917em;
}

.carte .nav a.active,
.carte .nav a.active:hover {
  background: #9ac10f;
  color: #FFF;
}

.carte .nav a:hover {
  color: #a5cf10;
}

.carte > a.big_map {
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 2;
 display: inline-block;
 padding: 12px 40px 12px 10px;
 border: 1px solid #ccc6bf;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 background: #FFF;
 background: -webkit-gradient(linear, center top, center bottom, from(white), to(#e5e5e5), color-stop(0%, #fcfcfc), color-stop(50%, #f7f7f7), color-stop(75%, #f2f2f2));
 background: -webkit-linear-gradient(top, white, #fcfcfc 0%, #f7f7f7 50%, #f2f2f2 75%, #e5e5e5);
 background: -moz-linear-gradient(top, white, #fcfcfc 0%, #f7f7f7 50%, #f2f2f2 75%, #e5e5e5);
 background: -o-linear-gradient(top, white, #fcfcfc 0%, #f7f7f7 50%, #f2f2f2 75%, #e5e5e5);
 background: -ms-linear-gradient(top, white, #fcfcfc 0%, #f7f7f7 50%, #f2f2f2 75%, #e5e5e5);
 background: linear-gradient(to bottom, white, #fcfcfc 0%, #f7f7f7 50%, #f2f2f2 75%, #e5e5e5);
 color: #867b74;
 font-weight: bold;
}

.carte > a.big_map:hover {
  background: #e5e5e5;
  background: -webkit-gradient(linear, center top, center bottom, from(#e5e5e5), to(white), color-stop(0%, #f2f2f2), color-stop(50%, #f7f7f7), color-stop(75%, #fcfcfc));
  background: -webkit-linear-gradient(top, #e5e5e5, #f2f2f2 0%, #f7f7f7 50%, #fcfcfc 75%, white);
  background: -moz-linear-gradient(top, #e5e5e5, #f2f2f2 0%, #f7f7f7 50%, #fcfcfc 75%, white);
  background: -o-linear-gradient(top, #e5e5e5, #f2f2f2 0%, #f7f7f7 50%, #fcfcfc 75%, white);
  background: -ms-linear-gradient(top, #e5e5e5, #f2f2f2 0%, #f7f7f7 50%, #fcfcfc 75%, white);
  background: linear-gradient(to bottom, #e5e5e5, #f2f2f2 0%, #f7f7f7 50%, #fcfcfc 75%, white);
}

.carte > a.big_map .picto {
  position: absolute;
  top:	6px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/global/pictos/pictos.png) 0 -150px;
}

.carte .background {
 position: absolute;
 top: -45px;
 right: 20px;
 bottom: auto;
 left: auto;
 z-index: 0;
 margin-right: 0;
 width: 500px;
 height: 650px;
}

.carte .carte_interactive {
 position: absolute;
 top: -45px;
 right: 20px;
 z-index: 10;
 width: 500px;
 height: 650px;
}

.carte .carte_interactive .section {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 z-index: 2;
 display: none;
 bootom: 0;
}
.carte .carte_interactive .section > div {
  position: absolute;
  display: block;
}
.carte .carte_interactive .section div .infos {
  position: absolute; 
  right: -72px;
  bottom: -19px;
  z-index: 20;
  display: none;
}
.carte .carte_interactive .section div .infos img {
  max-width: 80px;
  max-height: 115px;
}
.carte .carte_interactive .section div .infos a.close {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/global/pictos/pictos.png") no-repeat scroll -60px -150px transparent;
  position: absolute;
  top: -10px;
  right: -10px;
}

.carte_interactive .marker {
  position: absolute;
  z-index: 4;
  display: block;
}

.carte_interactive .regions {
  position: absolute;
  z-index: 4;
  padding: 8px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #7a971d;
  color: #FFF;
  font-weight: bold;
  font-size: 1.083em;
  cursor: text;
}

.carte_interactive .regions:hover {
 background: #9ac10f;
}

.carte_interactive .regions .picto {
 position: absolute;
 bottom: -11px;
 left: 20px;
 display: block;
 width: 12px;
 height: 12px;
 background: url(../images/global/pictos/pictos.png) -180px -180px;
}

.carte_interactive .regions:hover .picto {
  background-position: -270px -180px;
}

.carte_interactive .infos {
  position: absolute;
  z-index: 4;
  padding: 5px;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  color: #e4328a;
  -webkit-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.21);
  -moz-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.21);
  box-shadow: 0 1px 10px 3px rgba(0,0,0,0.21);
}

.carte_interactive .infos img,
.carte_interactive .infos>div {
 float: left;
}

.carte_interactive .infos>div {
 width: 120px;
}

.carte_interactive .infos .picto {
 position: absolute;
 bottom: -12px;
 left: 141px;
 display: block;
 width: 12px;
 height: 12px;
 background: url(../images/global/pictos/pictos.png) -210px -180px;
}

.carte_interactive .infos a {
 display: block;
 margin-left: 50px;
 width: 24px;
 height: 24px;
 background: url(../images/global/pictos/pictos.png) 0 -150px;
}

.carte_interactive .infos a:hover {
  background-position: -180px -150px;
}

.carte_interactive .infos p {
 margin: 5px 0 8px;
 text-align: center;
 text-transform: uppercase;
 font-size: 1.083em;
 line-height: 1.250;
}

.carte_interactive .infos p.sous_titre {
  color: #867b74;
  text-transform: none;
  font-style: italic;
  font-size: 1em;
  font-family: 'Georgia', serif;
}
