/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- STYLES --------------------------------------- */
/* ------------------------------------------------------------------------------------ */

html, body
{
    margin: 0;
    padding: 0;
    background: ;
}

body {
    text-align: center;
    font-family: '', sans-serif;
    font-size: 14px;
    color: #333;
}

body .wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

a {
    color: #666666;
    -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: #333333;
    text-decoration:underline;
}

p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: '';
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #333333;
}

h1 {
    font-size : 22px;
}

h2 {
    font-size : 20px;
}

h3 {
    font-size : 17px;
}

h4 {
    font-size : 16px;
}

h5 {
    font-size : 14px;
}

.contenu h2 { color: #333333;}

input[type=text], select {
    border: 1px solid #333333;
}

/* ------------------------------------------------------------------------------------ */
/* ----------------------------------- CONTENEURS ------------------------------------- */
/* ------------------------------------------------------------------------------------ */


#content_decal {
    position: absolute;
    top: 2000px;
    left: 0;
    width: 100%;
    -webkit-transition: top 1s ease-in-out;
    -moz-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
}

#content_decal #content {
    position: relative;
    display: block;
    width: 1024px;
    margin: auto;
    z-index: 10;
    -moz-box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
    border-top: 5px solid #333333;
    background-color: ;
    padding-top: 22px;
}

#content_decal #content.no_padding_top {
    padding-top: 0;
}


#content_classic {
    position: absolute;
    top: 2000px;
    left: 0;
    width: 100%;
    background-color: ;
}


#content_classic #content {
    position: relative;
    z-index: 10;
    padding-top: 22px;
}

#content_classic #content.no_padding_top {
    padding-top: 0;
}


body .wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
    text-align: left;
    z-index: 2;
    padding: 0 22px;
}

#content .section_contenu {
    margin: 0 0 30px 0;
}

#fondu_bar_container {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
    height: 100%;
    width: 100%;
}

#fondu_bar_container .encart_bandeau{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

#fondu_bar_container #fondu_bar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 5;
    height: 200px;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(239,233,225,0) 0%, rgba(239,233,225,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,233,225,0)), color-stop(100%,rgba(239,233,225,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,233,225,0) 0%,rgba(239,233,225,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,233,225,0) 0%,rgba(239,233,225,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,233,225,0) 0%,rgba(239,233,225,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,233,225,0) 0%,rgba(239,233,225,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efe9e1', endColorstr='#efe9e1',GradientType=0 ); /* IE6-9 */
    background-position: 50% 100%;
}

#fondu_bar_container #bouton_scroll {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 5;
    color: #fff;
    font-size: 36px;
    text-shadow: 1px 1px 5px #333;
    -webkit-transition: bottom 0.2s ease-in-out;
    -moz-transition: bottom 0.2s ease-in-out;
    -o-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2 ease-in-out;
}

#fondu_bar_container #bouton_scroll:hover {
    bottom: 6px;
}

#home_text {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

#home_text .container1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#home_text .container2 {
    width: 1024px;
    margin: 0 auto;
}

#home_text #discover_button {
    display: inline-block;
    width: 270px;
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    color: #fff;
    font-family: '', sans-serif;
    text-align: center;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
}

#home_text #discover_button:hover {
    background-color: #333333;
    border: 2px solid #333333;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- HOMEPAGE ------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.is_homepage #content_decal {
    position: relative;
    top: 0;
    visibility: hidden;
    padding-top: 150px;
    margin-top: -99999px
}

.is_homepage #content_classic {
    visibility: hidden;
    margin-top: -99999px
}

.is_homepage #navigation {
    visibility: hidden;
}

.is_homepage #actions {
    visibility: hidden;
}

/* ------------------------------------------------------------------------------------ */
/* ----------------------------------- NAVIGATION ------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#navigation_container {
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 12;
    text-align: center;
}

#navigation_container.fixed {
    position: fixed;
    top: 0;    
    z-index: 9999999;
}

#navigation_container.fixed #navigation_container_padding {
    padding: 0;
}

#navigation {
    position: relative;
    display: table;
    height: 62px;
    width: 100%;
    background: #fff;
    border-top: 5px solid #333333;
    font-family: '', sans-serif;
    font-size: 13px;
    text-align: left;
    -moz-box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
}

#navigation .navigation_elements a.link.logo  {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2 ease-in-out;
    overflow: hidden;
}

#navigation .navigation_elements {
    float: left;
}

#navigation .navigation_elements .navigation_element {
    display: inline-block;
    float: left;
    height: 62px;
    position: relative;
    font-size: 14px;
}

#navigation .navigation_elements .navigation_element a.link.logo:hover {
    -khtml-opacity:0.6;
    -moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)";
    opacity : 0.6;
    background: none;
}

#navigation .navigation_elements .navigation_element a.link {
    display: block;
    float: left;
    height: 62px;
    line-height: 62px;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    text-decoration: none;
    color: ;
    text-transform: uppercase;
    padding: 0 10px 0 10px;
}

#navigation .navigation_elements .navigation_element a.link:hover, #navigation .navigation_elements .navigation_element a.link.current {
    background: ;
}

#navigation .navigation_elements .navigation_element a.link.icon {
    font-size: 24px;
}

#navigation .navigation_elements .navigation_element.deroulant .menu_deroulant {
    display: none;
    top: 62px;
    left:0;
    min-width: 205px;
    position: absolute;
    z-index: -1;
    background: #fff;
    padding: 0;
    -moz-box-shadow: 0px 10px 10px -10px #000;
    -webkit-box-shadow: 0px 10px 10px -10px #000;
    box-shadow: 0px 10px 10px -10px #000;
}

#navigation .navigation_elements .navigation_element.deroulant .menu_deroulant dl dd a {
   display: block;
   height: auto;
   height: 40px;
   line-height: 40px;
   text-align: left;
   padding: 0 15px;
   white-space: nowrap;
   text-transform: uppercase;
   border-bottom: 1px solid #e0e0e0;
   text-align: left;
   font-size: 14px;
    color: ;
}

#navigation .navigation_elements .navigation_element.deroulant .menu_deroulant dl dd a:hover, #navigation .navigation_elements .navigation_element.deroulant .menu_deroulant dl dd a.current {
    background: #eee;
    text-decoration: none;
}

#navigation .lang {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}

#navigation .tel {
	color:#333;
	position:absolute;
	bottom:-50px;
	right:0;
	padding:10px;
	box-shadow:0px 0px 5px #333333; -webkit-box-shadow:0px 0px 5px #333333; -moz-box-shadow:0px 0px 5px #333333;
	background:#fff;
	font-size:14px;
}

#navigation .resa {
    float: right;
    width: 130px;
    height: 62px;
}

#navigation .resa .trigger_resa {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    vertical-align: middle;
    width: 120px;
    height: 62px;
    line-height: 60px;
    background: ;
    color: #fff;
    font-weight: bold;
    padding: 5px 0 0 10px;
    text-transform: uppercase;
    outline: none;
}

#navigation .resa .trigger_resa:hover, #navigation .resa .trigger_resa.resa_open {
    background: ;
}

#navigation .resa .trigger_resa span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#navigation .resa .trigger_resa i {
    position: absolute;
    top: 31px;
    right: 7px;
    font-size: 11px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2 ease-in-out;
}

#navigation .resa .trigger_resa.resa_open i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ------------------------------------------------------------------------------------ */
/* -------------------------------------- CHOIX LANGUE -------------------------------- */
/* ------------------------------------------------------------------------------------ */


.selection_langue {
    position: relative;
    cursor: pointer;
}

.selection_langue a {
    display: inline-block;
    margin-right: 0px;
}

.selection_langue a img {
    opacity: 0.5;
}

.selection_langue a.active img, .selection_langue a:hover img {
    opacity: 1;
}

/* ------------------------------------------------------------------------------------ */
/* --------------------------------------- RESERVATION -------------------------------- */
/* ------------------------------------------------------------------------------------ */

#reservation_box {
    display: none;
    position: absolute;
    right: 0;
    top: 62px;
    width: 190px;
    background: #fff;
    padding: 20px;
}

#reservation_box .title {
    font-family: '', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #333333;
}


#reservation_box .calendar_container {
    position: relative;
}

#reservation_box .calendar_container .fa {
    color: #666;
    position: absolute;
    top: 5px;
    right: 8px;
}

#reservation_box .form_line {
    margin: 15px 0;
}

#reservation_box .submit_form {
    color: #fff;
    background: #333333;
}

#reservation_box .submit_form:hover {
    background: ;
}

#reservation_box .meilleur_prix {
    display: none;
    margin: 20px 0 0 0;
    color: ;
    text-align: center;
    font-size: 16px;
}

#reservation_box .meilleur_prix span {
    font-weight: bold;
    font-size: 18px;
}

#share_box {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    background: #ffffff;
    padding: 10px;
    height: 36px;
    width: 87px;
    border: 1px solid #e0e0e0;
}

#share_box a {
    display: inline-block;
}

/* ------------------------------------------------------------------------------------ */
/* -------------------------------------- FOOTER -------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#footer {
    border-top: 1px solid #d9d9d9;
    padding-top: 35px;
    text-align: left;
    color: #6d6d6d;
}

#footer a {
   text-decoration: none;
   color: #6d6d6d;
}

#footer a:hover {
   color: #303030;
}

#footer .col {
   float: left;
}

#footer .col_1 {
   width: 370px;
}

#footer .col_2 {
   width: 285px;
}

#footer .col_3 {
   width: 325px;
}

#footer .col .title {
   float: left;
   font-size: 18px;
   color: #333333;
   margin: 0 0 12px 0;
   width: 100%;
}

#footer .navigation_footer {
   width: 350px;
   margin-right: 17px;
}

#footer .navigation_footer li {
   width: 160px;
   float: left;
   margin-right: 12px;
   margin-bottom: 5px;
}

#footer .navigation_footer li a:hover {
   text-decoration: underline;
}

#footer .partenaires {
   width: 285px;
}

#footer .partenaires li a {
   display: block;
   float: left;
   margin: 0 15px 15px 0;
}

#footer #form_news_footer {
   margin: 0 0 20px 0;
}

#footer #form_news_footer .email {
   width: 250px;
}

#footer #form_news_footer .submit_form {
   margin-left: -4px;
   color: #fff;
   background: #333333;
   padding: 4px 15px 5px 15px;
   margin-top: 1px;
}

#footer #form_news_footer .news_ok {
    margin-top: 5px;
    color: #46a546;
    font-weight: bold;
}

#footer #form_news_footer .news_erreur {
    margin-top: 5px;
    color: #d61f25;
    font-weight: bold;
}


#footer .social_network li {
   display: inline;
}

#footer .social_network a {
    display: inline-block;
    font-size: 28px;
    padding: 0 6px;
}

#footer .social_network a:hover {
   color: #666666;
}

#footer #copyright {
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding: 15px 0;
}

#footer #copyright .wrapper {
    text-align: center;
}

#footer #copyright a:hover {
   text-decoration: underline;
}

#footer #keywords_referencement {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 10px 0;
}


/* ------------------------------------------------------------------------------------ */
/* --------------------------------------- MISC --------------------------------------- */
/* ------------------------------------------------------------------------------------ */


#actions {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 99;
}

#actions a {
    display: block;
    height: 40px;
    width: 40px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, 0.5);
}

#actions a:hover, #actions a.active {
    background: rgba(0, 0, 0, 0.8);
}

#actions a#launch_diaporama {
    background-image: url("../../../../img/skins/skin_7/layout/photo-nav.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#actions a#launch_video {
    background-image: url("../../../../img/skins/skin_7/layout/video-nav.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#actions a#launch_map {
    background-image: url("../../../../img/skins/skin_7/layout/map-nav.png");
    background-repeat: no-repeat;
    background-position: center center;
}


#map_container {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 10;
    height: 100%;
    width: 100%;
}

#map_container.hide {
    top: -999999px;
}

#video_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video_container #video_wrapper {
    position: relative;
	padding-bottom: 54.80%;
	padding-top: 25px;
	height: 0;
}

#video_container #video_wrapper #youtube_video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video_container.hide {
    top: -999999px;
}

@media screen and (max-width: 1480px) {
    #navigation .navigation_elements .navigation_element{
        font-size: 11px;
    }
}

@media screen and (max-width: 1400px) {

    #navigation {
        font-size: 11px;
    }
    #navigation .navigation_elements .navigation_element a.link{
        padding: 0 8px 0 8px;
    }
}

@media screen and (max-width: 1290px) {
    #navigation .navigation_elements .navigation_element a.link{
        padding: 0 10px 0 10px;
    }
}

@media screen and (max-width: 1190px) {
    #navigation .navigation_elements .navigation_element a.link{
        padding: 0 8px 0 8px;
    }
}

@media screen and (max-width: 1120px) {
    #navigation .resa{
        position: absolute;
        top: 105%;
        width: 100%;
    }

    #navigation .resa .trigger_resa{
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

}

@media screen and (max-width: 1024px) {

    #navigation_container.fixed #navigation {
        margin: 0 auto;
    }

}

@media screen and (min-width: 1680px) {

    #navigation {
        height: 70px;
        font-size: 16px;
    }

    #navigation .navigation_elements .navigation_element {
        height: 70px;
        font-size:14px;
    }

    #navigation .navigation_elements .navigation_element a.link {
        height: 70px;
        line-height: 70px;
        padding: 0 13px 0 13px;
    }

    #navigation .navigation_elements .navigation_element a.link.with_line_2 {
        line-height: 70px;
    }

    #navigation .navigation_elements .navigation_element a.link.with_line_2 span {
        display: inline;
        line-height: inherit;
        margin-top: 0;
    }

    #navigation .navigation_elements .navigation_element a.link.icon {
        width: 40px;
    }

    #navigation .navigation_elements .navigation_element.deroulant .menu_deroulant {
        top: 70px;
    }

    #navigation .lang {
        margin-top: 23px;
    }

    #navigation .resa {
        width: 245px;
        height: 70px;
    }

    #navigation .resa .trigger_resa {
        width: 225px;
        height: 70px;
        line-height: 68px;
        padding: 5px 0 0 20px;
    }

    #navigation .resa .trigger_resa i {
        top: 34px;
        right: 7px;
    }

    #reservation_box {
        top: 70px;
    }

    #share_box {
        top: 70px;
    }

    #reservation_box_full {
        top: 70px;
    }


}

@media screen and (min-width: 1920px) {

    #navigation .navigation_elements a.link {
        padding: 0 25px 0 25px;
    }
}