/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- STYLES --------------------------------------- */
/* ------------------------------------------------------------------------------------ */

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    background-color: #000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    min-height: 100%;
    z-index: 0;
    overflow: hidden;
}

body .wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

body.template-popin {
    background-color: #fff;
}
body #supersized {
    z-index:1;
}

a {
    color: #f0ae00;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, box-shadow .3s ease, text-shadow .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, box-shadow .3s ease, text-shadow .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, box-shadow .3s ease, text-shadow .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, box-shadow .3s ease, text-shadow .3s ease;
    text-decoration:none;
}

a:hover {
    color: #2b858b;
    text-decoration:underline;
}

p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Exo';
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #2b858b;
}

h1 {
    font-size : 22px;
}

h1:first-letter {
    font-size:36px;
    font-weight: 600;
}

h2 {
    font-size : 20px;
}

h3 {
    font-size : 17px;
}

h4 {
    font-size : 16px;
}

h5 {
    font-size : 14px;
}

a.puce_link {
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url('../../../../img/skins/skin_3/layout/puce_link.png') no-repeat;
    text-decoration: none;
}

input[type="image"] {
    padding: none;
    border: none;
}

#logo {
    position: absolute;
    width: 260px;
    height: 155px;
    top: 0;
    left: -290px;
    z-index: 999999;
    background: ;
    text-align:center;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#logo img {
    width: 180px;
}

#logo a {
    display: inline-block;
}

.fa-nav {
    font-size: 1.8em;
    line-height: 0.75em;
    vertical-align: -15%;
}



#plier_deplier {
    position: absolute;
    bottom: -41px;
    right: -63px;
    z-index: 99999999;
}

#plier_deplier .fa {
    opacity: 0.8;
    color: #2b858b;
}

#plier_deplier:hover .fa {
    color: #2b858b;
}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ SUPERSIZED ------------------------------------ */
/* ------------------------------------------------------------------------------------ */

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

/* ------------------------------------------------------------------------------------ */
/* ----------------------------------- CONTENEURS ------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#mega_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

#top_bar {
  position: relative;
  z-index: 10;
  height: 45px;
    color: #fff;
  z-index: 11;
}

#navigation {
  position: relative;
  z-index: 20;
  height: 67px;
    color: #fff;
  z-index: 10;
}

#reservation {
  position: absolute;
  z-index: 10;
  bottom: 42px;
  left: 0;
  width: 100%;
  height: 67px;
  background: #2b858b;
  color: #fff;
}

#copyright {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  line-height: 19px;
  background: #fff;
  color: #333;
  padding-top: 5px;
}

#content {
  position: absolute;
  z-index: 10;
  top: 112px;
  left: 50%;
  width: 1012px;
  padding: 25px 5px 25px 15px;
  margin: 50px 0 0 -515px;
  background: rgba(250,248,247, 0.95);
  color: #333;
}

.structure-6 #content {
  width: 692px;
}

#content #content_inner {
  height: 100%;
  width: 980px;
  padding: 0 10px;
  overflow: hidden;
  text-align: left;
}

#content .bloc_section {
    float: left;
}


#content .section_contenu {
    margin: 0 0 30px 0;
}
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- BLOC CONTENU -------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.bloc_contenu{
    padding: ;}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- MINI NAV ------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#top_bar #mini_nav {
   float: right;
   margin: 0 100px 0 0;
}

#top_bar #mini_nav li {
   display: inline-block;
   float: right;
   margin: 0 15px;
}

#top_bar #mini_nav li:first-child {
   margin: 0 0 0 15px;
}

#top_bar #mini_nav li a {
   display: block;
   float: left;
   height: 35px;
   line-height: 35px;
   margin: 5px 0 0 0;
   text-decoration: none;
   color: #f0ae00;
}

#top_bar #mini_nav li a:hover {
   color: #ffffff;
}

#top_bar #mini_nav li a span.icone {
   display: inline-block;
   height: 35px;
   line-height: 35px;
   margin: 0 5px 0 0;
}

#top_bar #mini_nav li a span.texte {
   display: inline-block;
   line-height: 12px;
   vertical-align: middle;
   margin-top: -3px;
   font-size: 10px;
   text-transform: uppercase;
   text-align: left;
}


/* ------------------------------------------------------------------------------------ */
/* ----------------------------------- NAVIGATION ------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#navigation table {
border-collapse: collapse;
    border-spacing: 0;
   position: relative;
   z-index: 3801;
   width: 980px;
   border-spacing: 0;
}

#navigation table tr td {
    display: table-cell;
    padding: 0;
}

#navigation table tr td .element_menu_container {
    display: block;
}

#navigation table tr td a {
   position: relative;
   display: block;
   height: 67px;
   line-height: 57px;
   text-align: center;
   text-decoration: none;
   color: #f0ae00;
}

#navigation table tr td a:hover {
   color: #ffffff;
}

#navigation table tr td a span.texte {
   display: inline-block;
   line-height: 18px;
   font-size: 14px;
   font-family: Lato;
   vertical-align: middle;
   text-transform: uppercase;
}

#navigation table tr td a span.line {
    display: inline-block;
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b858b;
     -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#navigation table tr td:hover a span.line, #navigation table tr td a.current span.line {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    height: 10px;
}

#navigation table tr td.deroulant .menu_deroulant {
    display: none;
    top: 67px;
    left:-4530px;
    right:-5000px;
    width: 10000px;
    text-align: center;
    height: 42px;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    padding: 0 20px;
}


#navigation table tr td.deroulant .menu_deroulant dl {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

#navigation table tr td.deroulant .menu_deroulant dl dd {
   display: inline-block;
}

#navigation table tr td.deroulant .menu_deroulant dl dd a {
   display: inline-block;
   height: auto;
   line-height: 16px;
   text-align: left;
   font-size: 14px;
   text-transform: uppercase;
   color: #fff;
   height: 42px;
   line-height: 42px;
   font-weight: 600;
   margin-right: 40px;
}

#navigation table tr td.deroulant .menu_deroulant dl dd:last-child a {
   margin-right: 0;
}

#navigation table tr td.deroulant .menu_deroulant dl dd a:hover {
   color: #2b858b;
}

/* ------------------------------------------------------------------------------------ */
/* ----------------------------------- RESERVATION ------------------------------------ */
/* ------------------------------------------------------------------------------------ */

#reservation .wrapper {
    text-align: center;
}

#reservation #reservation_express table {
border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 15px;
}

#reservation #reservation_express tr td {
    white-space: nowrap;
}

#reservation #reservation_express tr td.col_1 {
    text-align: left;
}

#reservation #reservation_express tr td.col_5 {
    text-align: right;
}


#reservation .col_2 strong, #reservation .col_3 strong, #reservation .col_4 strong  {
    font-weight: 600;
}

#reservation .titre {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    font-weight: 300;
}

#reservation .titre strong {
    font-size: 21px;
    font-weight: 700;
}

#reservation .champ_resa {
    background: #2b858b;
    border: #fff solid 1px;
    color: #fff;
    margin: 0 20px 0 0;
}

#reservation .submit_form {
    background: #fff;
    padding: 5px 25px;
    color: #2b858b;
}

#reservation .submit_form:hover {
    background: #2b858b;
    color: #fff;
}

#reservation .calendar_container {
    position: relative;
}

#reservation .calendar_container .fa {
    color: #fff;
    position: absolute;
    top: 3px;
    left: 110px;
}

#reservation .calendar_container input::-webkit-input-placeholder { color: white; }
#reservation .calendar_container input:-moz-placeholder           { color: white; }
#reservation .calendar_container input::-moz-placeholder          { color: white; }
#reservation .calendar_container input:-ms-input-placeholder      { color: white; }


#reservation .meilleur_prix {
    display: none;
    position: absolute;
    bottom: 53px;
    left: 50%;
    width: 330px;
    margin-left: -165px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-color: #f0ae00;
    font-weight: bold;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ COPYRIGHT ------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#copyright .wrapper {
  text-align: center;
  font-size: 12px;
}


/* ------------------------------------------------------------------------------------ */
/* ----------------------------------------- AUTRES ----------------------------------- */
/* ------------------------------------------------------------------------------------ */

#open_content {
    display: none;
    width: 87px;
    height: 82px;
    position: absolute;
    z-index: 10;
    top: 107px;
    left: 50%;
    margin-left: -41px;
    background: url('../../../../img/skins/skin_3/layout/open_content.png') no-repeat;
}

#close_content {
    display: block;
    width: 26px;
    height: 25px;
    position: absolute;
    z-index: 10;
    top: 151px;
    left: 50%;
    margin-left: 502px;
    background: #2b858b url('../../../../img/skins/skin_3/layout/open_close_cross.png') no-repeat;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.structure-6 #close_content {
    margin-left: 182px;
}

#close_content:hover {
    background-color: #2b858b;
}

#video_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#video_container.hide {
    top: -999999px;
}

#tubular-container {
    visibility: hidden;
    top: 0px;
}

#tubular-container.hide {
    top: -999999px;
}

#video_container #player {
    width: 100%;
    height: 100%;
}

#video_container .fake_pause_button, #video_container .fake_play_button {
    display: none;
}

#layer {
    position: absolute;
    top: 112px;
    left: 0;
        z-index: 2;
    width: 100%;
    height: 100%;
}

#main_layer {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../../../../img/skins/skin_3/layout/overlay_main.png');
    z-index: 3;
    width: 100%;
    height: 100%;
}

#map_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#map_container.hide {
    top: -999999px;
}

#actions {
    display: none;
    position: absolute;
    bottom: 109px;
    right: 0;
    z-index: 99;
}

#actions a {
    display: block;
    float: left;
    margin-left: 1px;
    background: #fff;
    background: rgba(200, 200, 200, 0.5);
    height: 42px;
    line-height: 42px;
    width: 42px;
    text-align: center;
    color: #fff;
}

#actions a:hover, #actions a.active {
    background: rgba(200, 200, 200, 1);
    color: #2b858b;
}

#bloc_droite_buttons {
    width: 230px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 85px;
    margin-top: -43px;
    z-index: 50;
}

#bloc_droite_buttons a {
    display: block;
    width: 230px;
    height: 42px;
    line-height: 42px;
    background: #000000;
    background: rgba(0, 0, 0, 0.40);
    color: #fff;
    text-decoration: none;
    margin-bottom: 1px;
}

#bloc_droite_buttons a:hover {
    color: #2b858b;
}

#bloc_droite_buttons a .picto {
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    background: #000000;
    background: rgba(0, 0, 0, 0.35);
}

#bloc_droite_buttons a .titre {
    display: block;
    width: 188px;
    height: 42px;
    float: left;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

#bloc_droite_box {
    width: 0;
    height: 390px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -195px;
    color: #fff;
    z-index: 51;
}

#bloc_droite_box #bloc_droite_box_container {
    width: 410px;
    height: 390px;
    position: relative;
}

#bloc_droite_box #bloc_droite_box_container .boutons_onglets {
    height: 40px;
}

#bloc_droite_box #bloc_droite_box_container .boutons_onglets a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 205px;
    float: left;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #333;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.70);
}

#bloc_droite_box #bloc_droite_box_container .boutons_onglets a.active, #bloc_droite_box #bloc_droite_box_container .boutons_onglets a:hover {
    color: #fff;
    background: #000000;
    background: rgba(0, 0, 0, 0.70);
}

#bloc_droite_box #bloc_droite_box_container .onglet_container {
    background: #000000;
    background: rgba(0, 0, 0, 0.70);
    padding: 10px;
    height: 330px;
    position: relative;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet {
    display: none;
}

#bloc_droite_box #bloc_droite_box_container .bloc_droite_close {
    position: absolute;
    bottom: 5px;
    left: 194px;
    width: 23px;
    height: 22px;
    background: url('../../../../img/skins/skin_3/layout/bloc_droite_close.png') no-repeat;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet ul li {
    display: block;
    margin-top: 25px;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet ul li .visuel {
    width: 135px;
    margin-right: 10px;
    float: left;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet ul li .details {
    width: 245px;
    float: left;
    text-align: left;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet ul li .details h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet ul li .details .contenu {
    font-size: 12px;
    height: 68px;
    overflow: hidden;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet ul li .details .en_savoir_plus {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet ul li .details .en_savoir_plus:hover {
    text-decoration: underline;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet .all_link {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet .all_link span {
    text-decoration: underline;
}

#bloc_droite_box #bloc_droite_box_container .onglet_container .onglet .all_link:hover {
    color: #2b858b;
}


#cartouche_wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
}


#cartouche {
    display: none;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: left;
    z-index: 100;
    padding: 20px;
    top: 50%;
    left: 50%;
}

#lien_cartouche_container {
    position: absolute;
    top: 0;
    width: 980px;
    text-align: center;
    z-index: 100;
}

#lien_cartouche {
    margin: 0 auto;
    display: inline-block;
    background: #2b858b;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    font-size : 22px;
    font-weight: 700;
    text-transform: uppercase;
}

#lien_cartouche:hover {
    background: #2b858b;
}

#cartouche #sous_navigation_cartouche {
    margin: 40px 0 0 0;
    text-align: center;
}

#cartouche #sous_navigation_cartouche a {
    display: inline-block;
    width: 220px;
    margin-right: 16px;
    text-decoration: none;
}

#cartouche #sous_navigation_cartouche a:last-child {
    margin-right: 0;
}

#cartouche #sous_navigation_cartouche a img {
    display: block;
}

#cartouche #sous_navigation_cartouche a span {
    display: block;
    background: #2b858b;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    font-size : 15px;
    font-weight: 600;
    width: 220px;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -moz-transition: background-color .3s ease, color .3s ease;
    -ms-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}

#cartouche #sous_navigation_cartouche a:hover span {
    background: #2b858b;
}


/* ------------------------------------------------------------------------------------ */
/* -------------------------------------- CHOIX LANGUE -------------------------------- */
/* ------------------------------------------------------------------------------------ */

#nav_langues {
   z-index: 9999;
   position:absolute;
   right: 0;
   top: 10px;

}

#nav_langues.nav_box.choix_langue {
   position:absolute;
   left: 0;
   top: 6px;

}

#nav_langues.choix_langue li.hide {
   display: none;
}

#nav_langues.choix_langue .selection_langue {
    width: 78px;
    display: inline-block;
    position: relative;
    height: 28px;
    line-height: 22px;
    text-decoration: none;
    text-align: left;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}
.sans_menu #nav_langues.choix_langue .selection_langue{
    background: none;
}
#nav_langues.choix_langue .selectBox-arrow {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 10px;
    height: 7px;
    background: url(../_img/layout/selectbox.png) no-repeat center bottom;
}

#nav_langues.choix_langue ul {
    background: #333;
    padding: 3px 0 0 0;
    list-style-type: none;
    margin:0;
}

#nav_langues.choix_langue .selectBox-label {
    padding: 2px 22px 0 37px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 33px;
    cursor: default;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.sans_menu #nav_langues.choix_langue .selectBox-label {
    color: #333333;
}

#nav_langues.choix_langue ul li .selectBox-label {
    cursor: pointer;
}

#nav_langues.choix_langue ul li .selectBox-label:hover {
    color: #2b858b;
}

#nav_langues.choix_langue .selection_langue:hover .selectBox-arrow {
    background: url(../_img/layout/selectbox.png) no-repeat center top;
}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- MEDIA QUERIES -------------------------------- */
/* ------------------------------------------------------------------------------------ */


@media screen and (max-width: 1560px) {
    #logo {
        width: 150px;
        height: 90px;
        left: -180px;
    }

    #logo a img{
        width:140px;
    }
}


@media screen and (max-width: 1340px) {
    #logo {
        left: 0;
    }

    #navigation table {
       width: 800px;
       margin-left: 180px;
    }

    #navigation table tr td a span.texte {
        font-size: 13px;
    }
}

@media screen and (max-width: 1480px) {
    #bloc_droite_buttons {
        //display: none;
    }

    #bloc_droite_box {
        //display: none;
    }
}