/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@charset "UTF-8";
/*
** TYPOS
*/
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,600&display=swap');
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/BebasNeue Regular.eot");
  src: local("☺"), url("../fonts/BebasNeue Regular.woff") format("woff"), url("../fonts/BebasNeue Regular.ttf") format("truetype"), url("../fonts/BebasNeue Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.hind, body {
  font-family: 'Hind', sans-serif;
  font-weight: 400; }

.bebas, .title, .title2 {
  font-family: 'BebasNeue'; }

/*
** VAR
*/
/*
** MIXINS
*/
/*
** GLOBAL
*/
*, *::before, *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

* {
  outline: none; }

body {
  font-size: 18px;
  padding-bottom: 4%; }

a {
  color: inherit;
  text-decoration: none; }

b {
  font-weight: 700; }

#logo-daily {
  z-index: 3;
  display: block;
  position: absolute;
  width: 29px;
  height: 38px;
  top: 10px;
  right: 10px;
  background: url(../img/logo-daily-blue.png) top left no-repeat;
  background-size: contain; }

/*
** CLASSES
*/
.ghost {
  clear: both; }

.container, .large-content, .content {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.large-content {
  max-width: 1200px; }

.content {
  max-width: 1000px; }

.table-middle {
  display: table;
  height: 100%;
  width: 100%; }

.cell-middle {
  display: table-cell;
  vertical-align: middle; }

.left {
  float: left; }

.right {
  float: right; }

.full-width {
  width: 100%; }

.two-column {
  width: 49%; }

.three-column {
  width: 32%; }

.one-third {
  width: calc(100%/3); }

.two-third {
  width: 65.6%; }

.column-left {
  margin-right: 1%; }

.column-right {
  margin-left: 1%; }

.column-middle {
  margin-left: 1%;
  margin-right: 1%; }

.transition, #homepage #map svg g path, .transition *, #homepage #map svg g path * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.border {
  border: solid 1px black; }

.active {
  cursor: default; }

.bg-cover, #homepage #map #map-show #map-show-list li {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .bg-cover > img, #homepage #map #map-show #map-show-list li > img {
    width: 100%; }

.bg-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .bg-video .bg-video > video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16 / 9) {
  .bg-video > video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .bg-video > video {
    width: 300%;
    left: -100%; } }

/* 2. En cas de support d'object-fit, écrase les règles en (1) */
@supports (object-fit: cover) {
  .bg-video > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; } }

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.hide {
  display: none; }

.title {
  font-size: 1.5em; }

.title2 {
  font-size: 1.1em; }

.overlay {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .overlay .table-middle .cell-middle {
    position: relative;
    padding: 4%; }
    .overlay .table-middle .cell-middle .theater {
      position: relative;
      width: 100%;
      /* PHOTOS */
      /* EVENT */
      /* DESCRIPTION */ }
      .overlay .table-middle .cell-middle .theater .btn-close {
        z-index: 1;
        display: block;
        position: absolute;
        width: 56px;
        height: 56px;
        top: 10px;
        right: 10px;
        background: url(../img/global/close.png) top left no-repeat;
        background-size: contain; }
      .overlay .table-middle .cell-middle .theater ul {
        display: block; }
        .overlay .table-middle .cell-middle .theater ul li {
          display: block;
          text-align: center; }
          .overlay .table-middle .cell-middle .theater ul li img {
            display: block;
            margin: 0 auto;
            max-width: 50%; }
          .overlay .table-middle .cell-middle .theater ul li p.photo_title {
            display: inline-block;
            margin-top: 15px; }
          .overlay .table-middle .cell-middle .theater ul li p.photo_description {
            display: inline-block; }
      .overlay .table-middle .cell-middle .theater .theater-nav {
        text-align: center;
        margin-top: 13px; }
        .overlay .table-middle .cell-middle .theater .theater-nav a, .overlay .table-middle .cell-middle .theater .theater-nav p {
          display: inline-block;
          vertical-align: top; }
        .overlay .table-middle .cell-middle .theater .theater-nav a {
          width: 11px;
          height: 19px;
          background-position: top left;
          background-repeat: no-repeat; }
        .overlay .table-middle .cell-middle .theater .theater-nav a:first-child {
          background-image: url(../img/experience/arrow-left-white.png); }
        .overlay .table-middle .cell-middle .theater .theater-nav a:last-child {
          background-image: url(../img/experience/arrow-right-white.png); }
        .overlay .table-middle .cell-middle .theater .theater-nav p {
          color: #f1b645;
          margin: 0 10px; }
      .overlay .table-middle .cell-middle .theater .event {
        width: 80%;
        padding: 115px 170px 20px;
        background-position: top 20px center;
        float: none;
        margin: 0 auto; }
        .overlay .table-middle .cell-middle .theater .event .description {
          display: block;
          max-width: 100%;
          margin: 20px auto; }
          .overlay .table-middle .cell-middle .theater .event .description a {
            display: block;
            text-align: center;
            font-weight: bold;
            text-decoration: underline; }
          .overlay .table-middle .cell-middle .theater .event .description p {
            text-align: center; }
        .overlay .table-middle .cell-middle .theater .event p.location, .overlay .table-middle .cell-middle .theater .event p.date {
          font-size: 0.7em; }
        .overlay .table-middle .cell-middle .theater .event .btn-plus {
          display: none; }
      .overlay .table-middle .cell-middle .theater .event:before, .overlay .table-middle .cell-middle .theater .event:after {
        content: none; }
      .overlay .table-middle .cell-middle .theater .xp-box {
        background-color: #49bed8;
        padding: 4%;
        width: 80%;
        margin: 0 auto;
        min-height: 0; }
        .overlay .table-middle .cell-middle .theater .xp-box .title {
          text-align: center; }
        .overlay .table-middle .cell-middle .theater .xp-box p {
          line-height: 1.3em;
          text-align: justify; }

.autres-aventures {
  position: relative;
  display: block;
  text-align: center; }
  .autres-aventures p {
    z-index: 1;
    width: 100%;
    top: 10%;
    left: 0;
    position: absolute; }
  .autres-aventures img {
    display: block; }

.rs {
  display: inline-block;
  height: 20px; }
  .rs li {
    display: inline-block; }
    .rs li a {
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(../img/header/rs-white.png);
      background-size: 80px; }
    .rs li .picto-fb {
      background-position: 0 0; }
    .rs li .picto-tw {
      background-position: -20px 0; }
    .rs li .picto-insta {
      background-position: -40px 0; }
    .rs li .picto-pinterest {
      background-position: -60px 0; }
  .rs li:not(:last-child) {
    margin-right: 4px; }

.slider-wrapper {
  width: 100%;
  position: relative; }
  .slider-wrapper .slider-hidden {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .slider-wrapper .slider-hidden ul.slider {
      position: relative; }
      .slider-wrapper .slider-hidden ul.slider li {
        display: block;
        position: relative;
        float: left; }
  .slider-wrapper nav ul li a {
    display: block;
    position: absolute;
    width: 74px;
    height: 76px;
    top: 50%;
    margin-top: -38px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 27px 45px; }
  .slider-wrapper nav ul li:nth-child(1) a {
    left: 0;
    background-image: url("../img/global/slider-arrow-left.gif"); }
  .slider-wrapper nav ul li:nth-child(2) a {
    right: 0;
    background-image: url("../img/global/slider-arrow-right.gif"); }

.xp-box {
  width: 50%;
  min-height: 380px; }
  .xp-box p {
    line-height: 1.3em; }
  .xp-box .title {
    margin-bottom: 25px; }
  .xp-box a {
    text-decoration: underline; }

/*
** COLORS
*/
.black {
  color: #000; }

.blue {
  color: #49bed8; }

.grey {
  color: #585858; }

.greylight {
  color: #efefef; }

.greylighter {
  color: #fafafa; }

.orange {
  color: #ff9f68; }

.red {
  color: #ff5b5b; }

.turquoise {
  color: #35d4cb; }

.yellow {
  color: #facb79; }

.white {
  color: #fff; }

.c-ile-1 {
  color: #37d35a; }

.c-ile-2 {
  color: #ff9f68; }

.c-ile-3 {
  color: #739dd2; }

.c-ile-4 {
  color: #fbb040; }

.c-ile-5 {
  color: #d15981; }

.c-ile-6 {
  color: #00ebd7; }

.c-ile-7 {
  color: #009ad8; }

.c-ile-8 {
  color: #ff5b5b; }

.c-ile-9 {
  color: #ffcf01; }

.c-ile-10 {
  color: #2cffed; }

.c-ile-11 {
  color: #e9a8c0; }

.c-ile-13 {
  color: #1bb3ff; }

.c-ile-14 {
  color: #0fef00; }

.c-ile-15 {
  color: #ff7e00; }

.c-ile-16 {
  color: #2cffed; }

.bg-black {
  background-color: #000; }

.bg-blue {
  background-color: #49bed8; }

.bg-grey {
  background-color: #585858; }

.bg-greylight {
  background-color: #efefef; }

.bg-greylighter {
  background-color: #fafafa; }

.bg-orange {
  background-color: #ff9f68; }

.bg-red {
  background-color: #ff5b5b; }

.bg-turquoise {
  background-color: #35d4cb; }

.bg-yellow {
  background-color: #facb79; }

.bg-white {
  background-color: #fff; }

.bg-ile-1 {
  background-color: #37d35a; }

.bg-ile-2 {
  background-color: #ff9f68; }

.bg-ile-3 {
  background-color: #739dd2; }

.bg-ile-4 {
  background-color: #fbb040; }

.bg-ile-5 {
  background-color: #d15981; }

.bg-ile-6 {
  background-color: #00ebd7; }

.bg-ile-7 {
  background-color: #009ad8; }

.bg-ile-8 {
  background-color: #ff5b5b; }

.bg-ile-9 {
  background-color: #ffcf01; }

.bg-ile-10 {
  background-color: #2cffed; }

.bg-ile-11 {
  background-color: #e9a8c0; }

.bg-ile-13 {
  background-color: #1bb3ff; }

.bg-ile-14 {
  background-color: #0fef00; }

.bg-ile-15 {
  background-color: #ff7e00; }

.bg-ile-16 {
  background-color: #2cffed; }

/*
** HEADER
*/
#header {
  padding: 6px 0 29px; }
  #header > *:not(.bg-video) {
    z-index: 1; }
  #header h1 {
    position: relative;
    display: block;
    width: 80%;
    max-width: 441px;
    max-height: 140px;
    margin: 0 auto 30px; }
    #header h1 a {
      display: block;
      background-size: contain;
      font-size: 0px; }
      #header h1 a img {
        width: 100%; }
  #header #nav-wrapper {
    text-align: center; }
    #header #nav-wrapper #main-nav {
      display: inline-block;
      vertical-align: middle;
      margin-right: 3%; }
      #header #nav-wrapper #main-nav ul li {
        display: inline-block;
        vertical-align: middle; }
        #header #nav-wrapper #main-nav ul li a:hover, #header #nav-wrapper #main-nav ul li a.active {
          text-decoration: underline; }
      #header #nav-wrapper #main-nav ul li:not(:last-child) {
        margin-right: 10px; }

/*
** HOMEPAGE
*/
#homepage #header {
  padding: 1% 2%; }
  #homepage #header > *:not(:last-child) {
    display: inline-block;
    vertical-align: middle; }
  #homepage #header h1 {
    width: 24%;
    max-width: none;
    max-height: none;
    margin-right: 1%;
    margin-bottom: 0; }
  #homepage #header #nav-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 75%;
    padding-top: 18px; }
    #homepage #header #nav-wrapper #main-nav {
      width: calc(97% - 68px);
      margin-right: 3%; }
      #homepage #header #nav-wrapper #main-nav ul {
        justify-content: space-around;
        display: flex; }

#homepage #map {
  position: relative;
  background-image: url("../img/homepage/map-bg.jpg"); }
  #homepage #map svg g {
    opacity: 1; }
    #homepage #map svg g text, #homepage #map svg g path {
      cursor: pointer; }
  #homepage #map svg #bimini:hover path {
    fill: #37d35a; }
  #homepage #map svg #grand_bahama:hover path {
    fill: #ff9f68; }
  #homepage #map svg #eleuthera:hover path {
    fill: #739dd2; }
  #homepage #map svg #abacos:hover path {
    fill: #fbb040; }
  #homepage #map svg #the_exumas:hover path {
    fill: #d15981; }
  #homepage #map svg #long_island:hover path {
    fill: #00ebd7; }
  #homepage #map svg #cat_island:hover path {
    fill: #009ad8; }
  #homepage #map svg #nassau:hover path {
    fill: #ff5b5b; }
  #homepage #map svg #andros:hover path {
    fill: #ffcf01; }
  #homepage #map svg #san_salvador:hover path {
    fill: #2cffed; }
  #homepage #map svg #berry:hover path {
    fill: #e9a8c0; }
  #homepage #map svg #acklins:hover path {
    fill: #1bb3ff; }
  #homepage #map svg #inagua:hover path {
    fill: #0fef00; }
  #homepage #map svg #mayaguana:hover path {
    fill: #ff7e00; }
  #homepage #map svg #ragged_island:hover path {
    fill: #2cffed; }
  #homepage #map svg #rum_cay:hover path {
    fill: #2cffed; }
  #homepage #map #map-to {
    position: absolute;
    width: 28%;
    left: 0;
    bottom: 2.5%;
    text-align: center; }
    #homepage #map #map-to a:first-child {
      display: block;
      width: 124px;
      height: 124px;
      margin: 0 auto 15px;
      background: url("../img/global/logo-bahamas-round.png") top left no-repeat; }
    #homepage #map #map-to p {
      position: relative;
      padding: 20px 0 10px;
      margin-bottom: 10px; }
    #homepage #map #map-to p:before, #homepage #map #map-to p:after {
      content: '';
      position: absolute;
      width: 70px;
      height: 2px;
      background-color: #fff;
      left: 50%;
      margin-left: -35px; }
    #homepage #map #map-to p:before {
      top: 0; }
    #homepage #map #map-to p:after {
      bottom: 0; }
    #homepage #map #map-to a:nth-child(4) {
      display: inline-block;
      margin: 0 5px; }
    #homepage #map #map-to a:nth-child(n) {
      background-size: contain; }
  #homepage #map #scroll {
    z-index: 2;
    position: absolute;
    width: 50px;
    height: 112px;
    bottom: 50px;
    right: 30px;
    background: url("../img/homepage/scroll.png") top left no-repeat;
    background-size: contain; }
  #homepage #map #map-show {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*     height: 100%; */
    min-height: 100%;
    padding: 4.5% 4.5% 0;
    background-color: rgba(39, 162, 184, 0.9);
    background-position: bottom right;
    background-repeat: no-repeat; }
    #homepage #map #map-show #map-show-logo {
      position: absolute;
      width: 323px;
      height: 103px;
      top: 20px;
      right: 20px;
      background: url("../img/global/logo-bahamazing.png") top left no-repeat;
      background-size: contain; }
    #homepage #map #map-show a#map-arrow-left {
      display: block;
      padding-left: 65px;
      height: 35px;
      padding-top: 8px;
      margin-bottom: 50px;
      background: url("../img/homepage/map-arrow-left.png") top left no-repeat;
      background-size: contain;
      color: #fff; }
    #homepage #map #map-show h2 {
      margin-bottom: 20px; }
    #homepage #map #map-show #map-show-list li {
      float: left;
      display: block;
      position: relative;
      width: calc(96% / 3);
      margin-bottom: 2%; }
      #homepage #map #map-show #map-show-list li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #homepage #map #map-show #map-show-list li a h3 {
          position: absolute;
          bottom: 5%;
          left: 5%; }
      #homepage #map #map-show #map-show-list li a:hover {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 77px 77px; }
      #homepage #map #map-show #map-show-list li a.video:hover {
        background-image: url("../img/global/btn-play.png"); }
      #homepage #map #map-show #map-show-list li a.plus:hover {
        background-image: url("../img/global/btn-plus.png"); }
    #homepage #map #map-show #map-show-list li:not(:nth-child(3n)) {
      margin-right: 2%; }
  #homepage #map #anim {
    display: block;
    position: absolute;
    top: 20%;
    right: 13%;
    width: 170px;
    height: 170px;
    border-radius: 170px 170px 170px 0px;
    border: solid 10px #fff;
    background-image: url("../img/homepage/anim-bg.png");
    background-color: #fff;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 5000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 5000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
    
    #homepage.es #map #anim {
    	background-image: url("../img/lenny-kravitz-es.png");
    	border: 0;
    }

@-ms-keyframes spin {
  #homepage #map #anim 0% {
    width: 0;
    height: 0;
    opacity: 0;
    ms-transform: rotate(-180deg); }
  #homepage #map #anim 5% {
    width: 200px;
    height: 200px;
    opacity: 1;
    ms-transform: rotate(0deg); }
  #homepage #map #anim 75% {
    width: 200px;
    height: 200px;
    opacity: 1;
    ms-transform: rotate(0deg); }
  #homepage #map #anim 80% {
    width: 0;
    height: 0;
    opacity: 0;
    ms-transform: rotate(-180deg); }
  #homepage #map #anim 100% {
    width: 0;
    height: 0;
    opacity: 0; } }

@-moz-keyframes spin {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    moz-transform: rotate(-180deg); }
  5% {
    width: 200px;
    height: 200px;
    opacity: 1;
    moz-transform: rotate(0deg); }
  75% {
    width: 200px;
    height: 200px;
    opacity: 1;
    moz-transform: rotate(0deg); }
  80% {
    width: 0;
    height: 0;
    opacity: 0;
    moz-transform: rotate(-180deg); }
  100% {
    width: 0;
    height: 0;
    opacity: 0; } }

@-webkit-keyframes spin {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    webkit-transform: rotate(-180deg); }
  5% {
    width: 200px;
    height: 200px;
    opacity: 1;
    webkit-transform: rotate(0deg); }
  75% {
    width: 200px;
    height: 200px;
    opacity: 1;
    webkit-transform: rotate(0deg); }
  80% {
    width: 0;
    height: 0;
    opacity: 0;
    webkit-transform: rotate(-180deg); }
  100% {
    width: 0;
    height: 0;
    opacity: 0; } }

@keyframes spin {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    transform: rotate(-180deg); }
  5% {
    width: 200px;
    height: 200px;
    opacity: 1;
    transform: rotate(0deg); }
  75% {
    width: 200px;
    height: 200px;
    opacity: 1;
    transform: rotate(0deg); }
  80% {
    width: 0;
    height: 0;
    opacity: 0;
    transform: rotate(-180deg); }
  100% {
    width: 0;
    height: 0;
    opacity: 0; } }

#homepage-slider .slider-hidden ul li .left, #homepage-slider .slider-hidden ul li .right {
  width: 50%; }

#homepage-slider .slider-hidden ul li .right {
  padding: 4% 8% 4% 4%; }
  #homepage-slider .slider-hidden ul li .right p.title2 {
    margin-bottom: 5px; }
  #homepage-slider .slider-hidden ul li .right h2 {
    margin-bottom: 40px; }
  #homepage-slider .slider-hidden ul li .right p:nth-child(3) {
    margin-bottom: 40px; }
  #homepage-slider .slider-hidden ul li .right a {
    text-decoration: underline; }

/*
** AGENDA
*/
#agenda section .container, #agenda section .large-content, #agenda section .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }

.event {
  flex-basis: 49%;
  position: relative;
  width: 49%;
  padding: 160px 4% 20px;
  text-align: center;
  background-position: top 50px center;
  background-size: auto 80px;
  background-repeat: no-repeat; }
  .event p.description {
    display: none;
    max-width: 530px;
    margin: 50px auto;
    font-size: 0.45em;
    line-height: 1.2em;
    font-weight: normal;
    text-align: justify; }
  .event p.location, .event p.date {
    display: inline-block;
    min-height: 50px;
    padding: 14px 0 0 33px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 24px; }
  .event p.location {
    background-image: url(../img/agenda/location.png);
    margin-bottom: 5px; }
  .event p.date {
    background-image: url(../img/agenda/clock.png); }
  .event a.btn-plus {
    display: block;
    width: 65px;
    height: 65px;
    margin: 20px auto 0;
    background: url(../img/global/btn-plus.png) left top no-repeat;
    background-size: 65px; }

.event:first-child {
  padding: 210px 4% 106px; }

.event.picto-ananas {
  background-image: url(../img/agenda/pictos/ananas.png); }

.event.picto-agenda {
  background-image: url(../img/agenda/pictos/agenda.png); }

.event.picto-blank {
  background-image: url(../img/agenda/pictos/blank.png); }

.event.picto-bouteille {
  background-image: url(../img/agenda/pictos/bouteille.png); }

.event.picto-carnaval {
  background-image: url(../img/agenda/pictos/carnaval.png); }

.event.picto-crabe {
  background-image: url(../img/agenda/pictos/crabe.png); }

.event.picto-fete {
  background-image: url(../img/agenda/pictos/fete.png); }

.event.picto-flag {
  background-image: url(../img/agenda/pictos/flag.png); }

.event.picto-film {
  background-image: url(../img/agenda/pictos/film.png); }

.event.picto-fourchette {
  background-image: url(../img/agenda/pictos/fourchette.png); }

.event.picto-golf {
  background-image: url(../img/agenda/pictos/golf.png); }

.event.picto-jazz {
  background-image: url(../img/agenda/pictos/jazz.png); }

.event.picto-marathon {
  background-image: url(../img/agenda/pictos/marathon.png); }

.event.picto-music {
  background-image: url(../img/agenda/pictos/music.png); }

.event.picto-plongee {
  background-image: url(../img/agenda/pictos/plongee.png); }

.event.picto-regate {
  background-image: url(../img/agenda/pictos/regate.png); }

.event.picto-sport {
  background-image: url(../img/agenda/pictos/sport.png); }

.event.picto-tea {
  background-image: url(../img/agenda/pictos/tea.png); }

.event.left {
  clear: left; }

.event.right {
  clear: right; }

.event:after {
  content: '';
  position: absolute;
  width: 43px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  background-position: top left;
  background-size: 43px;
  background-repeat: no-repeat; }

.event:nth-child(odd):not(:first-child):after {
  right: -1px;
  background-image: url(../img/agenda/arrow-left.png); }

.event:nth-child(even):after {
  left: -1px;
  background-image: url(../img/agenda/arrow-right.png); }

.eventghost {
  padding: 0;
  height: 0; }

.eventghost:after {
  content: none; }

/*
** INFOS PRATIQUES
*/
#infos-pratiques section .left, #infos-pratiques section .right {
  width: 50%; }

#infos-pratiques section .left article {
  padding: 8% 11% 8% 7%; }

#infos-pratiques section .right {
  padding: 4% 5.5% 4% 3.5%; }

#infos-pratiques section article p {
  line-height: 1.2em; }
  #infos-pratiques section article p a {
    text-decoration: underline; }

#infos-pratiques section article.full-width {
  padding: 4% 5.5% 4% 3.5%; }

@media only screen and (min-width: 768px) {
	#infos-pratiques section article#accommodation-activities {
	  padding: 7.5% 10% 3.5% 20%;
	  column-count: 2;
	}
}

/*
** EXPERIENCE
*/
.xp-theater .xp-media {
  position: relative;
  width: 70.5%; }
  .xp-theater .xp-media iframe, .xp-theater .xp-media .box-photos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.xp-theater .xp-infos {
  position: relative;
  width: 29.5%;
  padding: 20px 2% 25px;
  text-align: center; }
  .xp-theater .xp-infos > img {
    width: 135px;
    margin-bottom: 12px; }
  .xp-theater .xp-infos > h2 {
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 1.2em; }
  .xp-theater .xp-infos > p {
    font-size: 0.7em;
    line-height: 1.2em; }
  .xp-theater .xp-infos > p.lenny {
    font-size: 1em; }
  .xp-theater .xp-infos .xp-nav {
    position: absolute;
    width: 86%;
    bottom: 3%;
    left: 7%; }
    .xp-theater .xp-infos .xp-nav .xp-nextprev a {
      position: absolute;
      display: block;
      width: 27px;
      height: 45px;
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 8px; }
    .xp-theater .xp-infos .xp-nav .xp-nextprev a:nth-child(1) {
      left: 0;
      background-image: url("../img/global/slider-arrow-left-grey.gif"); }
    .xp-theater .xp-infos .xp-nav .xp-nextprev a:nth-child(2) {
      right: 0;
      background-image: url("../img/global/slider-arrow-right-grey.gif"); }

.box-explorateur {
  padding: 50px 60px 60px 100px;
  background: url("../img/experience/ananas.png") top 30px left 45px no-repeat #ff5b5b;
  background-size: 38px 54px; }

.box-experience {
  padding: 50px 60px 60px 100px;
  background: url("../img/experience/flamant.png") top 30px left 45px no-repeat #ff9f68;
  background-size: 41px 48px; }
  .box-experience p {
    margin-bottom: 10px; }

.box-experience-new {
  width: 65%;
  min-height: auto;
  padding: 4%; }
  .box-experience-new p {
    margin-bottom: 10px; }

.box-map {
  width: 35%;
  min-height: auto;
  padding: 4% 0 4% 4%; }
  .box-map img {
    width: 100%; }

.box-photos ul li {
  display: block; }
  .box-photos ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .box-photos ul li a:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/experience/loupe.png) center center no-repeat;
    background-size: 36px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .box-photos ul li a:hover:before {
    opacity: 1; }

.box-partir {
  position: relative;
  padding: 4%;
  background: url("../img/experience/planet.png") bottom right no-repeat #efefef;
  background-size: 100px; }
  .box-partir p {
    text-align: left;
    margin-bottom: 30px; }
  .box-partir a {
    text-decoration: underline; }
  .box-partir ul {
    width: 80%; }
    .box-partir ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 5px; }
      .box-partir ul li a {
        display: block;
        width: 184px;
        height: 45px; }
        .box-partir ul li a img {
          width: 100%; }

.box-slider {
  padding: 2%; }
  .box-slider h2 {
    margin-bottom: 30px; }
  .box-slider #experience-slider {
    position: static;
    width: 70%;
    margin: 0 auto; }
    .box-slider #experience-slider .slider-hidden .slider li {
      padding-bottom: 2%; }
      .box-slider #experience-slider .slider-hidden .slider li .xp-slider-thumb {
        margin-bottom: 25px;
        width: 100%;
        height: 200px; }
      .box-slider #experience-slider .slider-hidden .slider li .xp-slider-ile {
        margin-bottom: 9px; }
      .box-slider #experience-slider .slider-hidden .slider li h2 {
        margin-bottom: 25px; }
      .box-slider #experience-slider .slider-hidden .slider li .xp-slider-p {
        margin-bottom: 25px;
        line-height: 1.3em; }
      .box-slider #experience-slider .slider-hidden .slider li a {
        text-decoration: underline; }
      .box-slider #experience-slider .slider-hidden .slider li > *:not(.xp-slider-thumb) {
        padding: 0 6%; }

/*
** RETOUR SUR EXPERIENCES
*/
#retour-sur-experiences #archive-list li:first-child {
  text-align: center;
  padding: 12% 5% 0;
  background: url("../img/retour-sur-experiences/flamant.png") top 10% center no-repeat #efefef;
  background-size: 66px 77px; }

#retour-sur-experiences #archive-list li {
  position: relative;
  float: left;
  width: calc(100%/3); }
  #retour-sur-experiences #archive-list li .btn-play {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 55px;
    height: 55px;
    background: url("../img/global/btn-play.png") center center no-repeat;
    background-size: contain; }
  #retour-sur-experiences #archive-list li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
    text-align: center;
    opacity: 0; }
  #retour-sur-experiences #archive-list li a:hover {
    opacity: 1; }

#retour-sur-experiences #hebergement {
  padding: 5% 20% 120px 30%;
  margin-bottom: 1%;
  background-position: 10% 40px;
  background-size: 20%;
  background-repeat: no-repeat;
  background-color: #5b5fcc;
  background-image: url(../img/retour-sur-experiences/maison.png); }
  #retour-sur-experiences #hebergement h2 {
    font-size: 3em;
    margin-bottom: 30px; }
  #retour-sur-experiences #hebergement h3.title {
    margin-top: 20px;
    margin-bottom: 0; }
  #retour-sur-experiences #hebergement p a {
    text-decoration: underline; }

/*
** FOOTER NAV
*/
#footer-nav > *:not(.ghost) {
  display: block;
  padding: 4% 0 2% 4%; }

#footer-nav #footer-agenda {
  padding-left: 12%;
  background: url("../img/footer-nav/ananas.png") left 17% center no-repeat #ff5b5b;
  background-size: 17%; }

#footer-nav #footer-infos {
  background: url("../img/footer-nav/flamant.png") right 7% center no-repeat #ff9f68;
  background-size: 25%; }

#footer-nav #footer-rs {
  padding-left: 3%;
  background: url("../img/global/logo-bahamas-round.png") right 7% center no-repeat #49bed8;
  background-size: 32%; }

/*  #Tablet
================================================== */
@media only screen and (max-width: 1023px) {
  /* GLOBAL */
  #logo-daily {
    z-index: 10;
    display: block;
    position: absolute;
    width: 15px;
    height: 20px; }
  /* CLASSES */
  .slider-wrapper nav ul li a {
    width: 50px;
    height: 50px;
    background-size: 24px 40px;
    margin-top: -25px; }
  .xp-box {
    width: 100%;
    min-height: auto;
    float: none; }
    .xp-box p {
      line-height: 1.3em; }
    .xp-box .title {
      margin-bottom: 25px; }
    .xp-box a {
      text-decoration: underline; }
  .bahamazing-bahamax p {
    font-size: 1.2em; }
  /* HOMEPAGE */
  #homepage #header #nav-wrapper #main-nav {
    font-size: 1.05em; }
  #homepage #map #map-to {
    font-size: 0.7em; }
    #homepage #map #map-to a:first-child {
      width: 80px;
      height: 80px; }
    #homepage #map #map-to a:nth-child(3) {
      width: 79px;
      height: 18px; }
    #homepage #map #map-to a:nth-child(4) {
      width: 49px;
      height: 18px; }
  #homepage #map #scroll {
    width: 29px;
    height: 65px; }
  #homepage #map #map-show #map-show-logo {
    width: 200px;
    height: 64px; }
  #homepage #map #map-show #map-show-list li a h3 {
    font-size: 1em; }
  #homepage #map #anim {
    top: 20%;
    right: 8%;
    width: 160px;
    height: 160px;
    border: solid 10px #fff; }
  @-ms-keyframes spin {
    #homepage #map #anim 0% {
      width: 0;
      height: 0;
      opacity: 0;
      ms-transform: rotate(-180deg); }
    #homepage #map #anim 5% {
      width: 160px;
      height: 160px;
      opacity: 1;
      ms-transform: rotate(0deg); }
    #homepage #map #anim 75% {
      width: 160px;
      height: 160px;
      opacity: 1;
      ms-transform: rotate(0deg); }
    #homepage #map #anim 80% {
      width: 0;
      height: 0;
      opacity: 0;
      ms-transform: rotate(-180deg); }
    #homepage #map #anim 100% {
      width: 0;
      height: 0;
      opacity: 0; } }
  @-moz-keyframes spin {
    0% {
      width: 0;
      height: 0;
      opacity: 0;
      moz-transform: rotate(-180deg); }
    5% {
      width: 160px;
      height: 160px;
      opacity: 1;
      moz-transform: rotate(0deg); }
    75% {
      width: 160px;
      height: 160px;
      opacity: 1;
      moz-transform: rotate(0deg); }
    80% {
      width: 0;
      height: 0;
      opacity: 0;
      moz-transform: rotate(-180deg); }
    100% {
      width: 0;
      height: 0;
      opacity: 0; } }
  @-webkit-keyframes spin {
    0% {
      width: 0;
      height: 0;
      opacity: 0;
      webkit-transform: rotate(-180deg); }
    5% {
      width: 160px;
      height: 160px;
      opacity: 1;
      webkit-transform: rotate(0deg); }
    75% {
      width: 160px;
      height: 160px;
      opacity: 1;
      webkit-transform: rotate(0deg); }
    80% {
      width: 0;
      height: 0;
      opacity: 0;
      webkit-transform: rotate(-180deg); }
    100% {
      width: 0;
      height: 0;
      opacity: 0; } }
  @keyframes spin {
    0% {
      width: 0;
      height: 0;
      opacity: 0;
      transform: rotate(-180deg); }
    5% {
      width: 160px;
      height: 160px;
      opacity: 1;
      transform: rotate(0deg); }
    75% {
      width: 160px;
      height: 160px;
      opacity: 1;
      transform: rotate(0deg); }
    80% {
      width: 0;
      height: 0;
      opacity: 0;
      transform: rotate(-180deg); }
    100% {
      width: 0;
      height: 0;
      opacity: 0; } }
  /* EXPERIENCE */
  .xp-theater .xp-media, .xp-theater .xp-infos {
    width: 100%;
    float: none; }
  .xp-theater .xp-infos > p {
    margin-bottom: 30px; }
  .xp-theater .xp-infos .xp-nav {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto; }
  .box-map {
    padding: 4% 30% 10%; }
  .box-slider {
    padding: 6% 2%; }
    .box-slider #experience-slider {
      width: 80%; }
  /* RETOUR SUR EXPÉRIENCES */
  #retour-sur-experiences #archive-list li:first-child {
    font-size: 1.1em; }
  /* FOOTER NAV */
  #footer-nav {
    font-size: 1.1em; } }

/*  #Mobile
================================================== */
@media only screen and (max-width: 767px) {
  /* CLASSES */
  .overlay .table-middle .cell-middle {
    padding: 2%; }
    .overlay .table-middle .cell-middle .theater {
      /* EVENT */
      /* PHOTOS */
      /* DESCRIPTION */ }
      .overlay .table-middle .cell-middle .theater .btn-close {
        z-index: 10;
        width: 30px;
        height: 30px;
        top: 2%;
        right: 2%; }
      .overlay .table-middle .cell-middle .theater .event {
        padding: 90px 6% 4%;
        background-position: top 23px center;
        background-size: auto 50px; }
        .overlay .table-middle .cell-middle .theater .event p.description {
          margin: 20px auto; }
        .overlay .table-middle .cell-middle .theater .event p.location, .overlay .table-middle .cell-middle .theater .event p.date {
          min-height: 30px;
          padding: 7px 0 0 26px;
          background-size: 20px; }
      .overlay .table-middle .cell-middle .theater ul li img {
        max-width: 60%; }
      .overlay .table-middle .cell-middle .theater .xp-box {
        width: 90%; }
        .overlay .table-middle .cell-middle .theater .xp-box p {
          font-size: 0.7em; }
  .slider-wrapper nav ul li a {
    width: 30px;
    height: 30px;
    background-size: 10px 17px;
    margin-top: -15px; }
  .bahamazing-bahamax {
    width: 100%;
    float: none; }
    .bahamazing-bahamax p {
      font-size: 1em; }
  /* HEADER */
  #header {
    font-size: 0.5em; }
    #header h1 {
      width: 60%;
      margin-bottom: 0; }
    #header #nav-wrapper {
      padding-top: 18px; }
      #header #nav-wrapper #main-nav {
        margin: 0 auto 15px;
        display: block; }
        #header #nav-wrapper #main-nav ul li:nth-child(n) {
          display: block;
          margin: 0 auto 10px;
          font-size: 1.5em; }
  /* HOMEPAGE */
  #homepage #header {
    padding: 6px 0 0;
    text-align: center; }
    #homepage #header h1 {
      display: inline-block;
      width: 60%;
      max-width: 441px;
      max-height: 140px;
      margin: 0 auto; }
    #homepage #header #nav-wrapper {
      display: block;
      width: 100%; }
      #homepage #header #nav-wrapper #main-nav {
        width: 100%;
        font-size: 1.5em; }
        #homepage #header #nav-wrapper #main-nav ul {
          display: block; }
          #homepage #header #nav-wrapper #main-nav ul li {
            display: block; }
  #homepage #map #map-to {
    width: 40%;
    font-size: 0.5em;
    bottom: 1%;
    left: 3%; }
    #homepage #map #map-to a:first-child {
      width: 80px;
      height: 80px;
      margin-bottom: 5px; }
    #homepage #map #map-to p {
      padding: 0;
      margin-bottom: 0; }
      #homepage #map #map-to p br {
        display: none; }
    #homepage #map #map-to p:before, #homepage #map #map-to p:after {
      content: none;
      position: absolute;
      width: 50px;
      height: 1px;
      background-color: #fff;
      left: 50%;
      margin-left: -25px; }
    #homepage #map #map-to p:before {
      top: 0; }
    #homepage #map #map-to p:after {
      bottom: 0; }
    #homepage #map #map-to a:nth-child(3) {
      width: 90px;
      height: 22px; }
    #homepage #map #map-to a:nth-child(4) {
      width: 52px;
      height: 22px; }
  #homepage #map #scroll {
    width: 13px;
    height: 30px;
    right: 16px; }
  #homepage #map #map-show {
    background-size: 250px; }
    #homepage #map #map-show #map-show-logo {
      width: 140px;
      height: 45px; }
    #homepage #map #map-show #map-show-list li {
      width: 49%; }
      #homepage #map #map-show #map-show-list li a h3 {
        font-size: 0.7em; }
      #homepage #map #map-show #map-show-list li a.plus:hover, #homepage #map #map-show #map-show-list li a.play:hover {
        background: none; }
    #homepage #map #map-show #map-show-list li:not(:nth-child(3n)) {
      margin-right: 0; }
    #homepage #map #map-show #map-show-list li:nth-child(2n+1) {
      margin-right: 2%; }
  #homepage #map #anim {
    top: 43%;
    right: 3%;
    width: 90px;
    height: 90px;
    border: solid 4px #fff; }
  @-ms-keyframes spin {
    #homepage #map #anim 0% {
      width: 0;
      height: 0;
      opacity: 0;
      ms-transform: rotate(-180deg); }
    #homepage #map #anim 5% {
      width: 90px;
      height: 90px;
      opacity: 1;
      ms-transform: rotate(0deg); }
    #homepage #map #anim 75% {
      width: 90px;
      height: 90px;
      opacity: 1;
      ms-transform: rotate(0deg); }
    #homepage #map #anim 80% {
      width: 0;
      height: 0;
      opacity: 0;
      ms-transform: rotate(-180deg); }
    #homepage #map #anim 100% {
      width: 0;
      height: 0;
      opacity: 0; } }
  @-moz-keyframes spin {
    0% {
      width: 0;
      height: 0;
      opacity: 0;
      moz-transform: rotate(-180deg); }
    5% {
      width: 90px;
      height: 90px;
      opacity: 1;
      moz-transform: rotate(0deg); }
    75% {
      width: 90px;
      height: 90px;
      opacity: 1;
      moz-transform: rotate(0deg); }
    80% {
      width: 0;
      height: 0;
      opacity: 0;
      moz-transform: rotate(-180deg); }
    100% {
      width: 0;
      height: 0;
      opacity: 0; } }
  @-webkit-keyframes spin {
    0% {
      width: 0;
      height: 0;
      opacity: 0;
      webkit-transform: rotate(-180deg); }
    5% {
      width: 90px;
      height: 90px;
      opacity: 1;
      webkit-transform: rotate(0deg); }
    75% {
      width: 90px;
      height: 90px;
      opacity: 1;
      webkit-transform: rotate(0deg); }
    80% {
      width: 0;
      height: 0;
      opacity: 0;
      webkit-transform: rotate(-180deg); }
    100% {
      width: 0;
      height: 0;
      opacity: 0; } }
  @keyframes spin {
    0% {
      width: 0;
      height: 0;
      opacity: 0;
      transform: rotate(-180deg); }
    5% {
      width: 90px;
      height: 90px;
      opacity: 1;
      transform: rotate(0deg); }
    75% {
      width: 90px;
      height: 90px;
      opacity: 1;
      transform: rotate(0deg); }
    80% {
      width: 0;
      height: 0;
      opacity: 0;
      transform: rotate(-180deg); }
    100% {
      width: 0;
      height: 0;
      opacity: 0; } }
  #homepage #homepage-slider .slider-hidden ul li .left, #homepage #homepage-slider .slider-hidden ul li .right {
    width: 100%;
    float: none; }
  #homepage #homepage-slider .slider-hidden ul li .right {
    padding: 4% 4% 4% 8%; }
  /* AGENDA */
  #agenda section .container, #agenda section .large-content, #agenda section .content {
    flex-wrap: nowrap;
    display: block; }
  .event {
    font-size: 1em;
    width: 100%;
    flex-basis: 100%; }
    .event p.location, .event p.date {
      padding-top: 18px; }
  .event:after {
    content: none; }
  h2 {
    font-size: 1em; }
  /* EXPERIENCE */
  .box-explorateur, .box-experience, .box-partir {
    padding: 10%; }
    .box-explorateur p, .box-experience p, .box-partir p {
      font-size: 0.7em; }
  .box-explorateur {
    background: #ff5b5b; }
  .box-experience {
    padding: 10%;
    background: #ff9f68; }
  .box-photos {
    height: 270px; }
  .box-partir {
    padding: 10%; }
    .box-partir ul li:nth-child(n) {
      margin-right: 0;
      margin-bottom: 20px; }
  .box-map {
    padding: 4% 6% 10%; }
  .box-slider #experience-slider {
    width: 90%; }
    .box-slider #experience-slider .slider-hidden .slider li .xp-slider-thumb {
      height: 150px; }
  /* RETOUR SUR EXPERIENCES */
  #retour-sur-experiences #archive-list li:first-child {
    padding: 28% 1% 3%;
    background-size: 20%;
    height: auto !important;
    font-size: 1.3em; }
  #retour-sur-experiences #archive-list li {
    width: 100%;
    float: none; }
    #retour-sur-experiences #archive-list li div.btn-play {
      display: none; }
    #retour-sur-experiences #archive-list li a {
      opacity: 1;
      padding: 0 2%;
      background-color: rgba(0, 0, 0, 0.4); }
  #retour-sur-experiences #hebergement {
    padding: 4%;
    margin-bottom: 1%;
    background: #5b5fcc; }
    #retour-sur-experiences #hebergement h2 {
      font-size: 2em; }
    #retour-sur-experiences #hebergement h3.title {
      margin-top: 20px;
      margin-bottom: 0; }
    #retour-sur-experiences #hebergement p a {
      text-decoration: underline; }
  /* FOOTER NAV */
  #footer-nav > *:not(.ghost) {
    float: none;
    width: 100%;
    padding: 4%;
    background-size: auto 60% !important; }
  #footer-nav br {
    display: none; }
  #footer-nav #footer-agenda {
    padding-left: 25%;
    background-position: left 6.5% center; }
  #footer-nav #footer-infos {
    padding-left: 25%;
    background-position: left 5.8% center; }
  #footer-nav #footer-rs {
    padding-left: 25%;
    background-position: left 5% center; } }
