/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- STYLES --------------------------------------- */
/* ------------------------------------------------------------------------------------ */
html, body {
    overflow-x: hidden;
}

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

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: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font-size : 26px;
}

h2 {
    font-size : 22px;
}

h3 {
    font-size : 18px;
}

h4 {
    font-size : 16px;
}

h5 {
    font-size : 14px;
}

a.puce_link {
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url('../../../../img/skins/skin_2/layout/puce_link.png') no-repeat;
    text-decoration: none;
}

input[type="image"] {
    padding: none;
    border: none;
}

#topbar {
    position: relative;
	background: none;
    height: 40px;
    width: 100%;
    color:#fff;
    z-index: 701;
}
#topbar.sans_menu{
    background:none;
    height:0px;
}

#topbar a {
    color:#ffffff;
}

#topbar a:hover {
    color:#ffffff;
}

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

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

#content {
   position: relative;
   padding: 0 0 20px 0;
   z-index: 500;
}

#topbar {
    position: relative;
}


#topbar #nav_langues.nav_box.choix_langue {
   z-index: 1000;
   position:absolute;
   right: 0;
   top: 6px;

}

#topbar #nav_langues.choix_langue li.hide {
   display: none;
}

#topbar #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;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
}
#topbar.sans_menu #nav_langues.choix_langue .selection_langue{
    background: none;
}
#topbar #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;
}

#topbar #nav_langues.choix_langue ul {
    position: relative;
    padding: 8px 0 0 0;
    list-style-type: none;
    margin:0;
    z-index: 9999;
}

#topbar #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;
}
#topbar.sans_menu #nav_langues.choix_langue .selectBox-label {
    color: #333333;
}

#topbar #nav_langues.choix_langue ul li .selectBox-label {
    cursor: pointer;
}

#topbar #nav_langues.choix_langue ul li .selectBox-label:hover {
    text-decoration: none;
}

#topbar #nav_langues.choix_langue .selection_langue:hover .selectBox-arrow {
    background: url(../_img/layout/selectbox.png) no-repeat center top;
}


#topbar .nav_box#nav_icones {
    position:absolute;
    top: 0;
    right: 90px;
}

#topbar .nav_box li {
    display: inline;
}

#topbar .nav_box li a {
   display: block;
   float: left;
   margin: 0 20px 0 0;
   text-decoration: none;
   height: 30px;
   overflow: hidden;
   white-space: nowrap;
}

#topbar .nav_box li:last-child a {
   margin: 0;
}

#topbar .nav_box li a span.icon {
   display: inline-block;
   color: #aaaaaa;
   width: 30px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   background-repeat: no-repeat;
   background-position-x: left;
   font-weight: bold;
    -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;
}

#topbar .nav_box li a span.details {
   display: inline-block;
   height: 40px;
   line-height: 40px;
   text-align: left;
   padding: 0 10px 0 8px;
   text-transform: uppercase;
}
#topbar #nav_icones li a span.details {
    padding:0;
}
#topbar #nav_icones li a span.details .fa {
    padding-right:3px;
}



#topbar #resa {
    position:absolute;
    right:0;
    top:7px;
}

#topbar #resa a.bouton{
    background:none;
    border:2px solid #fff;
    outline:none;
    padding:2px 10px;
}
#topbar #resa a.bouton:hover{
    color:#333333;
    border-color:#333333;
}

#header.not_responsive {
   position: relative;
   width:980px;
   margin:0 auto;
}

#header.responsive {
   position: relative;
}

#header #slider_container {
   display: none;
}

#header #slider_container .encart_bandeau{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 6;
}

#header .encart_bandeau.show{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
}

#header .encart_bandeau.hide{
    height: 100%;
    width: 100%;
    position: absolute;
    top: -9999px;
    z-index: -999999;
}

#header.not_responsive #bandeau_container {
   position: relative;
   width: 980px;
}

#header.responsive #bandeau_container {
   position: relative;
}

#header.not_responsive #bandeau_container #bandeau_wrapper {
   position: absolute;
   left: 0;
   top: 0;
   width:980px;
}

#header.responsive #bandeau_container #bandeau_wrapper {
   position: relative;
}

#header.responsive #bandeau_container #bandeau_wrapper #bouton_scroll {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 500;
    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;
}

#header.responsive #bandeau_container #bandeau_wrapper #bouton_scroll:hover {
    bottom: 6px;
}

.bandeau_fullscreen #header.responsive #bandeau_container .nivoSlider {
   height: 100%;
   min-width: 1000px;
}

.bandeau_fullscreen #header.responsive #bandeau_container .nivo-main-image {
    position: absolute !important;
}

.bandeau_fullscreen #header.responsive #bandeau_container .nivoSlider img {
    bottom: 0;
    top: 0;
}

.bandeau_fullscreen #header.responsive #bandeau_container .nivoSlider img{
height: 100% !important;
width: auto !important;
min-width: 100% !important;
}

@media screen and (min-aspect-ratio: 16/10) {
    .bandeau_fullscreen #header.responsive #bandeau_container .nivoSlider img{
        height: auto !important;
        width: 100% !important;
    }
}

.bandeau_fullscreen #header.responsive #bandeau_container .nivo-slice {
    bottom: 0;
    top: 0;
}

#header.responsive #bandeau_container #bandeau_wrapper .fake_img_header {
    width: 100%;
}

#header #bandeau_wrapper #actions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 300;
}

#header #bandeau_wrapper #actions a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #666666;
  z-index: 3200;
  float:left;
  margin: 0 0 0 2px;
}

#header #bandeau_wrapper #actions a.active, #header #bandeau_wrapper #actions a:hover  {
  background-color: #333333;
}

#header #bandeau_wrapper #actions a#launch_slider  {
  background-image: url('../../../../img/skins/skin_2/layout/icone_slider.png');
  background-position: top left;
}

#header #bandeau_wrapper #actions a#launch_slider.active, #header #bandeau_wrapper #actions a#launch_slider:hover  {
  background-position: bottom left;
}


#header #bandeau_wrapper #actions a#launch_fullscreen {
   background-image: url('../../../../img/skins/skin_2/layout/icone_fullscreen.png');
   background-position: left top;
}

#header #bandeau_wrapper #actions a#launch_fullscreen:hover, #header #bandeau_wrapper #actions a#launch_fullscreen.active {
   background-position: left bottom;
}

#header #bandeau_wrapper #actions a#launch_map  {
  background-image: url('../../../../img/skins/skin_2/layout/icone_map.png');
  background-position: top left;
}

#header #bandeau_wrapper #actions a#launch_map.active, #header #bandeau_wrapper #actions a#launch_map:hover  {
  background-position: bottom left;
}

#header #bandeau_wrapper #actions a#launch_video  {
  background-image: url('../../../../img/skins/skin_2/layout/icone_video.png');
  background-position: top left;
}

#header #bandeau_wrapper #actions a#launch_video.active, #header #bandeau_wrapper #actions a#launch_video:hover  {
  background-position: bottom left;
}

#header #bandeau_wrapper #actions a#launch_visite  {
  background-image: url('../../../../img/skins/skin_2/layout/icone_visite.png');
  background-position: top left;
}

#header #bandeau_wrapper #actions a#launch_visite.active, #header #bandeau_wrapper #actions a#launch_visite:hover  {
  background-position: bottom left;
}


#header.not_responsive .action_container {
   overflow: hidden;
   width: 100%;
   height: 450px;
}

#header.responsive .action_container {
   overflow: hidden;
   width: 100%;
   height: 100%;
}

#header .action_container.hide {
   position: absolute;
   top: -99999px;
}

#header .action_container.show {
   position: absolute;
   top: 0;
}

#header .action_container.cinemagraph{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

@media screen and (min-aspect-ratio: 17/10) {
    #header .action_container.cinemagraph{
        height: auto;
    }
}

#header .action_container.cinemagraph.hide{
    top: -999999999px;
}

#header .nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
    margin-top: -30px;
	cursor:pointer;
    height: 60px;
    width: 45px;
    text-indent: -9999px;
    -khtml-opacity:0.3;
    -moz-opacity : 0.3;
    -ms-filter: "alpha(opacity=30)";
    opacity : 0.3;
}

#header .nivo-directionNav a:hover {
    -khtml-opacity:0.6;
    -moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)";
    opacity : 0.6;
}

#header .nivo-prevNav {
	left:0px;
    background-image: url('../../../../img/skins/skin_2/layout/back.png');
}

#header .nivo-nextNav {
	right:0px;
    background-image: url('../../../../img/skins/skin_2/layout/forward.png');
}

#header .slider_overlay {
   display: none;
   position: absolute;
   bottom: 129px;
   z-index: 3500;
   background: #f00;
   color: #fff;
   padding: 5px 15px;
   background: #333333;
   background: rgba(51,51,51,0.8)
}

#header .slider_overlay h1, #header .slider_overlay h2, #header .slider_overlay h3, #header .slider_overlay h4, #header .slider_overlay h5 {
   color: #fff;
   font-weight: bold;
}

#header .slider_overlay a.bouton {
    color: #fff;
    outline: 1px solid #666666;
}

.remonter_header #header {
    margin-top: -140px;
}

.remonter_header #header #bandeau_wrapper #actions {
    top: auto;
    bottom: 0;
}

.remonter_header.resa_default #header #bandeau_wrapper #actions {
    bottom: 30px;
    right: 50px;
}

.remonter_header.style_nav_translation #header,
.remonter_header.style_nav_fondu #header{
  margin-top: 0;
}

.remonter_header.style_nav_translation .fake_img_header,
.remonter_header.style_nav_fondu .fake_img_header{
  margin-top: -54px;
}


#home_text {
    display: table;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1000;
    height: 100%;
    width: 500px;
    margin: 0 0 0 -500px;
    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_container {
    visibility: hidden;
    margin-top: -99999px
}

.is_homepage #navigation_container {
    visibility: hidden;
}

.is_homepage #actions {
    visibility: hidden;
}

.is_homepage #header {
    position: fixed;
    width: 100%;
}

.is_homepage #header.responsive #bandeau_container #bandeau_wrapper #bouton_scroll {
    display: none;
}


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


.style_nav_classic #entete {
   position: relative;
   z-index: 1000;
}

.style_nav_classic.navigation_1.format_entete_1 #entete {
   height: 140px;
}

.style_nav_classic.navigation_1.format_entete_2 #entete {
   height: 180px;
}

.style_nav_classic.navigation_1.format_entete_3 #entete {
   height: 230px;
}

.style_nav_classic.navigation_2.format_entete_1 #entete {
   height: 88px;
}

.style_nav_classic.navigation_2.format_entete_2 #entete {
   height: 120px;
}

.style_nav_classic.navigation_2.format_entete_3 #entete {
   height: 150px;
}

.style_nav_classic #entete #entete_container {
   background: none;
}

.style_nav_classic #entete.fixed #entete_container {
   position: fixed;
   top: 0;
   width: 100%;
   -webkit-backface-visibility: hidden;
   -webkit-transform: translateZ(0);
}

.style_nav_classic.navigation_1.format_entete_1 #entete_container {
   height: 140px;
}

.style_nav_classic.navigation_1.format_entete_2 #entete_container {
   height: 180px;
}

.style_nav_classic.navigation_1.format_entete_3 #entete_container {
   height: 230px;
}

.style_nav_classic.navigation_2.format_entete_1 #entete.fixed #entete_container {
   height: 88px;
}

.style_nav_classic.navigation_2.format_entete_2 #entete.fixed #entete_container {
   height: 120px;
}

.style_nav_classic.navigation_2.format_entete_3 #entete.fixed #entete_container {
   height: 150px;
}

.style_nav_classic #navigation_header {
   position: relative;
      width: 980px;
   height: 110px;
   margin: 0 auto;
}

.style_nav_classic.navigation_1.format_entete_1 #navigation_header {
   height: 100px;
}

.style_nav_classic.navigation_1.format_entete_2 #navigation_header {
   height: 140px;
}

.style_nav_classic.navigation_1.format_entete_3 #navigation_header {
   height: 190px;
}

.style_nav_classic.navigation_2.format_entete_1 #navigation_header {
   height: 50px;
}

.style_nav_classic.navigation_2.format_entete_2 #navigation_header {
   height: 80px;
}

.style_nav_classic.navigation_2.format_entete_3 #navigation_header {
   height: 110px;
}

.style_nav_classic #navigation_header #logo_container {
   position: relative;
   height: 110px;
}

.style_nav_classic.navigation_1 #navigation_header #logo_container {
   width: 100%;
   text-align: center;
}

.style_nav_classic.navigation_2 #navigation_header #logo_container {
   float: left;
   width: 220px;
   margin-right: 40px;
   height: 10px;
}

.style_nav_classic.navigation_1 #navigation_header #logo {
   position: relative;
   display: inline-block;
   margin: 0 auto;
   z-index: 800;
}

.style_nav_classic.navigation_2 #navigation_header #logo {
   position: absolute;
   left: 0;
   top: 0;
   width: 220px;
   z-index: 800;
}

.style_nav_classic #navigation_header #logo a {
   display: inline-block;
}

.style_nav_classic #navigation_header .navigation_container {
   z-index: 700;
   background: ;
   text-align: center;
}

.style_nav_classic.navigation_1 #navigation_header .navigation_container {
   position: absolute;
   left: 0;
   bottom: 0;
}

.style_nav_classic.navigation_2 #navigation_header .navigation_container {
   position: relative;
   float: left;
   width: 720px;
}

.style_nav_classic.navigation_2.format_entete_1 #navigation_header .navigation_container {
   margin: 0 auto 0 auto;
}

.style_nav_classic.navigation_2.format_entete_2 #navigation_header .navigation_container {
   margin: 15px auto 0 auto;
}

.style_nav_classic.navigation_2.format_entete_3 #navigation_header .navigation_container {
   margin: 30px auto 0 auto;
}

.style_nav_classic #navigation_header table {
   border-collapse: collapse;
   border-spacing: 0;
   position: relative;
   margin: 0 auto;
   text-align: left;
   z-index: 3801;
}

.style_nav_classic.navigation_1 #navigation_header table {
   width: 980px;
   float: none;
}

.style_nav_classic.navigation_2 #navigation_header table {
   width: auto;
   float: right;
}

.style_nav_classic #navigation_header table tr td {
    position: relative;
    display: table-cell;
}

.style_nav_classic #navigation_header table tr td .element_menu_container {
    display: block;
    position: relative;
}


.style_nav_classic #navigation_header table tr td a {
   display: block;
   height: 50px;
   line-height: 50px;
   text-align: center;
   font-size: 15px;
   text-decoration: none;
   color: #333;
}

.style_nav_classic.navigation_2 #navigation_header table tr td a {
   padding: 0 15px;
}

.style_nav_classic.navigation_2 #navigation_header table tr td:last-child a {
   padding: 0 0 0 15px;
}

.style_nav_classic #navigation_header table tr td a.active span, .style_nav_classic #navigation_header table tr td a:hover span, .style_nav_classic #navigation_header table tr td a.current span {
   color: #666666;
}

.style_nav_classic #navigation_header table tr td a span {
   display: inline-block;
   line-height: 16px;
   vertical-align: middle;
}


.style_nav_classic #navigation_header table tr td a.home {
   width: 70px;
   height:24px;
}

.style_nav_classic #navigation_header table tr td a.home.active, #navigation_header table tr td a.home:hover {
   background-position: bottom left!important;
}

.style_nav_classic #navigation_header table tr td.deroulant .menu_deroulant {
    display: none;
    top: 50px;
    left:-1px;
    position: absolute;
    background: #eee;
    padding: 0;
    width: 200px;
}


.style_nav_classic #navigation_header table tr td.deroulant .menu_deroulant dl dd {
    padding: 10px 0 10px 0;
}

.style_nav_classic #navigation_header table tr td.deroulant .menu_deroulant dl dd a {
   display: block;
   height: auto;
   line-height: 16px;
   text-align: left;
   padding: 0 0 0 25px;
   font-size: 15px;
}

.style_nav_classic #navigation_header table tr td.deroulant .menu_deroulant dl dd a:hover{
   color: #666666;
}

.style_resa_express_classic #reservation_express {
    z-index: 15;
    height: 60px;
}

.style_resa_express_classic #reservation_express.default {
    position: relative;
    text-align: center;
}

.style_resa_express_classic #reservation_express.default #reservation_express_container {
    position: relative;
    margin: -30px auto 0 auto;
    height: 60px;
    z-index: 3000;
    color: #fff;
    width:980px;
    background-color: #333333;
    border-radius:5px;
}

.style_resa_express_classic #reservation_express.full_width {
    position: relative;
    text-align: center;
    background-color: #333333;
}

.style_resa_express_classic #reservation_express.reservation_fixed{
  position: fixed;
  width: 100%;
  z-index: 999;
}

.style_resa_express_classic #reservation_express.full_width #reservation_express_container {
    position: relative;
    margin: 12px auto 0 auto;
    height: 36px;
    z-index: 3000;
    color: #fff;
    width:980px;
    border-left:  solid 1px;
    border-right:  solid 1px;
}

.style_nav_classic.no_bandeau #reservation_express {
   margin-top: 0;
}

.style_resa_express_classic #reservation_express .launcher {
   width: 100px;
   position: absolute;
   left: 0;
   top: 0;
   height: 60px;
   font-size: 14px;
   font-weight:300;
   padding:13px 0 0 15px;
   line-height:15px;
}

.style_resa_express_classic #reservation_express.full_width .launcher {
   height: 36px;
   padding:2px 0 0 15px;
}

.style_resa_express_classic #reservation_express .launcher strong {
   font-size: 21px;
}

.style_resa_express_classic #reservation_express .container {
   position: absolute;
   left: 128px;
   top: 0;
   line-height: 60px;
   overflow: hidden;
   white-space: nowrap;
   width: 896px;
}

.style_resa_express_classic #reservation_express.full_width .container {
   line-height: 36px;
}

#.style_nav_classic reservation_express .container input, .style_resa_express_classic #reservation_express .container select {
   background-color: #333333;
   color:#fff;
   border-color:#fff;
   -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
      border-radius: 0px;
}

.style_resa_express_classic #reservation_express .container input::-webkit-input-placeholder {
    color:    #FFF;
}
:-moz-placeholder {
   color:    #FFF;
   opacity:  1;
}
::-moz-placeholder {
   color:    #FFF;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #FFF;
}

.style_resa_express_classic #reservation_express .container input[type="submit"]{
    position:absolute;
    right:60px;
    top:16px;
}

.style_resa_express_classic #reservation_express.full_width .container input[type="submit"]{
    top:3px;
    border: #fff solid 1px;
}

.style_resa_express_classic #reservation_express .container input[type="submit"]:hover {
    background: #666666;
    color: #fff;
}

.style_resa_express_classic #reservation_express .meilleur_prix {
    display: none;
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 330px;
    margin-left: -165px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-color: #666666;
    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;
}


.style_resa_express_design #reservation_express.design {
    z-index: 15;
    height: 100px;
}

.style_resa_express_design #reservation_express.design.full_width.default {
    position: relative;
    text-align: center;
    background-color: rgba(51,51,51, 0.6);
}

.style_resa_express_design #reservation_express.design.default #reservation_express_container {
    position: relative;
    margin: -40px auto 0 auto;
    height: 70px;
    z-index: 3000;
    color: #fff;
    width:980px;
    background-color: #333333;
    border-radius:5px;
    padding-top: 25px;
}

.style_resa_express_design #reservation_express.design.full_width {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: -100px;
    text-align: center;
    background-color: rgba(51,51,51, 0.6);
}

.style_resa_express_design #reservation_express.design.reservation_fixed{
  position: fixed;
  width: 100%;
  z-index: 999;
}

.style_resa_express_design #reservation_express.design.full_width #reservation_express_container {
    position: relative;
    margin: 28px auto 0 auto;
    height: 36px;
    z-index: 3000;
    color: #fff;
    width:980px;
}

.style_nav_classic.no_bandeau #reservation_express {
   margin-top: 0;
}

.style_resa_express_design #reservation_express .launcher {
   width: 100px;
   position: absolute;
   left: 0;
   top: 0;
   height: 60px;
   font-size: 14px;
   font-weight:300;
   padding:13px 0 0 15px;
   line-height:15px;
}

.style_resa_express_design #reservation_express.full_width .launcher {
   height: 36px;
   padding:2px 0 0 15px;
}

.style_resa_express_design #reservation_express .launcher strong {
   font-size: 21px;
}

.style_resa_express_design #reservation_express .container {
   position: absolute;
   top: 0;
   height: 44px;
   line-height: 60px;
   white-space: nowrap;
   width: 896px;
   left: 40px;
   line-height: 36px;
   background-color: #fff;
   -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.style_resa_express_design #reservation_express.full_width .container {

}

.style_resa_express_design #reservation_express .container .date_arrivee{
    width: 330px;
    padding: 10px 12px;
    border: 0;
    color: #888;
    font-size: 15px;
    outline: none;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.style_resa_express_design #reservation_express .container .nuits,
.style_resa_express_design #reservation_express .container .personnes{
    width: 180px;
    padding: 10px 22px;
    border: 0;
    border-left: 1px solid rgba(51, 51, 51, 0.2);
    color: #888;
    font-size: 15px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    background:transparent;
}

#.style_nav_classic reservation_express .container input, .style_resa_express_design #reservation_express .container select {
   background-color: #333333;
   color:#fff;
   border-color:#fff;
   -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
      border-radius: 0px;
}

.style_resa_express_design #reservation_express .container input::-webkit-input-placeholder {
    color:    #FFF;
}
:-moz-placeholder {
   color:    #FFF;
   opacity:  1;
}
::-moz-placeholder {
   color:    #FFF;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #FFF;
}

.style_resa_express_design #reservation_express .container input[type="submit"]{
    position:absolute;
    right:-2px;
    height: 44px;
    border: 0;
    padding: 12px 55px;
    font-size: 15px;
    outline: none;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.style_resa_express_design #reservation_express .container input[type="submit"]:hover {
    background: #666666;
    color: #fff;
}

.style_resa_express_design #reservation_express .meilleur_prix {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 330px;
    margin-left: -165px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-color: #666666;
    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;
}

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

.style_nav_fixed #header #bandeau_wrapper #actions {
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 300;
}

.style_nav_fixed #colorbox, .style_nav_fixed #cboxOverlay, .style_nav_fixed #cboxWrapper{
  z-index: 99999999;
}

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

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

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

.style_nav_fixed #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;
}

.style_nav_fixed #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;
}

.style_nav_fixed #navigation .navigation_elements {
    float: left;
}

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

.style_nav_fixed #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;
}

.style_nav_fixed #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;
}


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

.style_nav_fixed #navigation .navigation_elements .navigation_element a.link.with_line_2 span {
    display: block;
    line-height: 10px;
    margin-top: -14px;
}

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

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

.style_nav_fixed #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;
}

.style_nav_fixed #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: ;
}

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

.style_nav_fixed #navigation .lang {
    float: right;
    margin-top: 23px;
    width: 40px;
}

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

.style_nav_fixed #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;
}

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

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

.style_nav_fixed #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;
}

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


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

.style_nav_fixed .selection_langue .langue_actuelle {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: ;
    text-transform: uppercase;
    z-index: 30;
    font-weight: bold;
}


.style_nav_fixed .selection_langue i {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 11px;
    z-index: 6;
}

.style_nav_fixed .selection_langue ul {
    display: none;
    position: absolute;
    top:10px;
    left:-5px;
    width: 40px;
    background: #fff;
    list-style-type: none;
    margin:0;
    width: 45px;
    padding-top: 13px;
    z-index: 5;
}

.style_nav_fixed .selection_langue li.hide {
    display: none;
}

.style_nav_fixed .selection_langue li a {
    display: block;
    text-decoration: none;
    color: ;
    text-transform: uppercase;
    line-height: normal;
    padding: 5px;
    font-weight: bold;
}

.style_nav_fixed .selection_langue li a:hover {
    text-decoration: underline;
}

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

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


.style_nav_fixed #reservation_box .calendar_container {
    position: relative;
}

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

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

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

.style_nav_fixed #reservation_box .submit_form:hover {
    background: ;
}

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

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

/* ------------------------------------------------------------------------------------------ */
/* --------------------------------- NAVIGATION FIXED NEW ----------------------------------- */
/* ------------------------------------------------------------------------------------------ */


.style_nav_fixed_new #header #bandeau_wrapper #actions{
    z-index: 998;
    top: 90px;
}


.style_nav_fixed_new #navigation_container {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 12;
    color: #000;
    font-family: ;
}

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

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

.style_nav_fixed_new #navigation_container .link{
    cursor: pointer;
    text-decoration: none;
}

.style_nav_fixed_new #navigation_container .nav_shield{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 90px;
    background-color: #fff;
    z-index: -1;
}
.style_nav_fixed_new #navigation_container #navigation{
    height: 90px;
    width: auto;
    position: relative;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0px;
}

.style_nav_fixed_new #navigation_container #navigation .home{
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 23px;
    height: 27px;
    background-image: url(../../../../img/skins/skin_2/layout/home.png);
    background-position: top center;
    z-index: 999;
}

.style_nav_fixed_new #navigation_container #navigation .home:hover {
    background-position: bottom center;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav{
    height: 90px;
    width: auto;
    position: relative;
    z-index: 998;
    box-shadow: 0 0 1px #696969;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav>li{
    float: left;
    width: 170px;
    height: 90px;
    text-transform: uppercase;
    border-right: 1px solid rgba(0,0,0,0);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav>li .ligne_2{
    position: relative;
    top: -70px;
    left: 6px;
    font-size: 0.8em;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav>li .picto-triangle{
    position: relative;
    top: -47px;
    height: 15px;
    width: 15px;
    color: ;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav>li .picto-triangle .fa{
    font-size: 18px;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav>li:hover a .picto-triangle.current{
    opacity: 1;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav>li:hover .sub_nav{
    visibility: visible;
    opacity: 1;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav>li>a{
    line-height: 90px;
    padding: 0 17px;
    color: ;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav>li>a:hover:not(.nav_home_logo_menu),
.style_nav_fixed_new #navigation_container #navigation .main_nav>li>a.current:not(.nav_home_logo_menu){
    background: ;
    color: ;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav li a.nav_home_logo_menu img {
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.30);
}

.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav{
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: 100px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.08) inset;
    -webkit-transition: display 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav>ul{
    width: 100%;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav>ul li{
    display: block;
    height: 100px;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav>ul li a{
    display: block;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px;
    height: 100px;
    line-height: 100px;
    line-height: 50px;
    padding: 0 20px;
    color: ;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav>ul li a span {
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
}

.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav>ul li:hover a,
.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav>ul li a.current{
    color: ;
    background: ;
}


.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav,
.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav>ul li,
.style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav>ul li a{
    height: 50px;
}



.style_nav_fixed_new #navigation_container .top_bar_book{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 90px;
    z-index: 1001;
}

.style_nav_fixed_new #navigation_container .top_bar_book .book_button,
.style_nav_fixed_new #navigation_container .top_bar_book .tel_number,
.style_nav_fixed_new #navigation_container .top_bar_book .menu_icone{
    float: right;
    line-height: 90px;
    padding: 0 17px;
    font-size: 15px;
}

.style_nav_fixed_new #navigation_container .top_bar_book .tel_number{
    font-size: 14px;
    color: ;
    text-decoration:none
}

.style_nav_fixed_new #navigation_container .top_bar_book .tel_number .fa{
    font-size: 20px;
    margin-right: 10px;
}

.style_nav_fixed_new #navigation_container .top_bar_book .menu_icone{
    border-left: 1px solid rgba(0,0,0,0);
    font-size: 24px;
    padding: 0 34px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.style_nav_fixed_new #navigation_container .top_bar_book .menu_icone:hover{
    background: ;
}

.style_nav_fixed_new #navigation_container .top_bar_book .menu_icone a{
    color: ;
}

.style_nav_fixed_new #navigation_container .top_bar_book .menu_icone:hover a{
    color: ;
}

.style_nav_fixed_new #navigation_container .top_bar_book .book_button{
    height: 90px;
    width: 200px;
    text-align: center;
    padding: 0;

    float: right;
    border-left: 1px solid rgba(0,0,0,0);
    position: relative;
    background: ;
    color: ;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    cursor: pointer;
}

.style_nav_fixed_new #navigation_container .top_bar_book .book_button:hover{
    background: ;
    color: ;
}

.style_nav_fixed_new #navigation_container .top_bar_book .book_button:hover a.trigger_resa{
    color: ;
}

.style_nav_fixed_new #navigation_container .top_bar_book .book_button a.trigger_resa{
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    float: left;
    margin-left: 15px;
    padding-right: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: ;
}


.style_nav_fixed_new #navigation_container .top_bar_book .book_button a.trigger_resa .fa{
    font-size: 22px;
    position: absolute;
    right: 13px;
    top: 32px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.style_nav_fixed_new #navigation_container .top_bar_book .book_button a.trigger_resa.resa_open .fa{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.style_nav_fixed_new #navigation_container .tablette{
    display: none;
}

.style_nav_fixed_new #navigation_container .desktop{
    display: block;
}

.style_nav_fixed_new #navigation_container .top_bar {
    height: 60px;
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    z-index: 999;
    color: #0a1d3b;
}

.style_nav_fixed_new #navigation_container .top_bar .nav_home_logo{
    height: 60px;
    display: block;
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid rgba(0,0,0,0);
    padding-right: 10px;
}

.style_nav_fixed_new #navigation_container .top_bar .menu_button{
    height: 60px;
    text-align: center;
    padding: 0 30px 0 20px;
    text-transform: uppercase;
    float: left;
    position: relative;
    color: ;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.style_nav_fixed_new #navigation_container .top_bar .menu-icon{
    position: relative;
    float: right;
    width: 40px;
    height: 60px;
    transition: transform 0.5s;
    cursor: pointer;
}
.style_nav_fixed_new #navigation_container .top_bar .menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 18px;
    height: 2px;
    background-color: ;
    transition: background 0.5s;
}

.style_nav_fixed_new #navigation_container .top_bar .menu-icon span::before,
.style_nav_fixed_new #navigation_container .top_bar .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-5px);
    display: block;
    width: 18px;
    height: 2px;
    background-color: ;
    transition: transform 0.5s;
}

.style_nav_fixed_new #navigation_container .top_bar .menu-icon span::after {
    transform: translateY(5px);
}


.style_nav_fixed_new #navigation_container .menu-icon.is-opened span { background: transparent; }
.style_nav_fixed_new #navigation_container .menu-icon.is-opened span::before { transform: translateY(0) rotate(45deg); }
.style_nav_fixed_new #navigation_container .menu-icon.is-opened span::after { transform: translateY(0) rotate(-45deg); }

.style_nav_fixed_new #navigation_container .menu-icon.is-opened { transform: rotate(180deg); }


.style_nav_fixed_new #navigation_container .grid_sub_nav{
    position: fixed;
    top: 0;
    left: 103%;
    right: 0;
    bottom: 0;
    padding-top: 46px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.style_nav_fixed_new #navigation_container .grid_sub_nav.open{
left: 0;
}

.style_nav_fixed_new #navigation_container .grid_sub_nav ul {
    width: 101%;
    height: 100%;
    background: #F1F1F1;
}

.style_nav_fixed_new #navigation_container .grid_sub_nav li {
    width: 33.333%;
    height: 20.1%;
    border: none;
    float: left;
    display: table;
}

.style_nav_fixed_new #navigation_container .grid_sub_nav li.current {
    background: #000;
}

.style_nav_fixed_new #navigation_container .grid_sub_nav li a {
    background: #FFF;
    height: 100%;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 0 20px;
    overflow: hidden;
    color: ;
}

.style_nav_fixed_new #navigation_container .grid_sub_nav li a:hover,
.style_nav_fixed_new #navigation_container .grid_sub_nav li a.current{
    background: ;
    color: ;
}

.style_nav_fixed_new #navigation_container .grid_sub_nav li a.back_menu{
    background: #FFF;
}

.style_nav_fixed_new #navigation_container .grid_sub_nav li a.back_menu:hover{
    background: ;
}

.style_nav_fixed_new .top_bar_book #reservation_box{
    display: none;
    position: absolute;
    right: 0;
    top: 91px;
    width: 190px;
    background: #fff;
    padding: 20px;
    line-height: normal;
}

.style_nav_fixed_new .top_bar_book #reservation_box #reservation_express{
    height: auto;
}

.style_nav_fixed_new .top_bar_book #reservation_box_full{
    top: 91px;
}

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


.style_nav_fixed_new .top_bar_book #reservation_box .calendar_container {
    position: relative;
}

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

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

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

.style_nav_fixed_new .top_bar_book #reservation_box .submit_form:hover {
    background: ;
}

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

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


.style_nav_fixed_new .lang {
    float: right;
    margin-top: 25px;
    margin-right: 5px;
    width: 90px;
}

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

.style_nav_fixed_new .selection_langue img {
    margin-top: -4px;
}

.style_nav_fixed_new .selection_langue .langue_actuelle {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: ;
    text-transform: uppercase;
    z-index: 30;
    font-size: 15px;
}


.style_nav_fixed_new .selection_langue i {
    position: absolute;
    top: 0px;
    right: 9px;
    font-size: 18px;
    z-index: 6;
}

.style_nav_fixed_new .selection_langue ul {
    display: none;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 40px;
    background: #fff;
    list-style-type: none;
    margin:0;
    width: 70px;
    padding-top: 13px;
    z-index: 5;
}

.style_nav_fixed_new .selection_langue li.hide {
    display: none;
}

.style_nav_fixed_new .selection_langue li a {
    display: block;
    text-decoration: none;
    color: ;
    text-transform: uppercase;
    line-height: normal;
    padding: 5px 5px 0 5px;
    font-size: 15px;
}

.style_nav_fixed_new .selection_langue li a:hover {
    text-decoration: underline;
}


/* --------------------------------------------- Style de nav right -------------------------------------------- */

.style_nav_fixed_new #navigation_container.right #navigation .main_nav{
    position: fixed;
    right: 0;
}

.style_nav_fixed_new #navigation_container.right #navigation .main_nav .sub_nav{
    position: fixed;
}

.style_nav_fixed_new #navigation_container.right #navigation .main_nav li.desktop{
    position: fixed;
    left: 0;
}

.style_nav_fixed_new #navigation_container.right #navigation .main_nav{
 box-shadow: none;
}

.style_nav_fixed_new #navigation_container.right .nav_shield{
    box-shadow: 0 0 1px #696969;
}

/* --------------------------------------------- Style de nav centrer -------------------------------------------- */

.style_nav_fixed_new #navigation_container.center #navigation .main_nav>li.nav_menu{
    position: relative;
}

.style_nav_fixed_new #navigation_container.center #navigation .main_nav .sub_nav{
    position: fixed;
}

/* --------------------------------------- Style de nav avec logo au centre --------------------------------------- */

.style_nav_fixed_new #navigation_container.logo_center #navigation .main_nav>li.nav_menu,
.style_nav_fixed_new #navigation_container.logo_center #navigation .main_nav li.desktop{
    position: relative;
}

.style_nav_fixed_new #navigation_container.logo_center #navigation .main_nav .sub_nav{
    position: fixed;
}

/* -------------------------------- Style de nav avec logo au centre et menu centré -------------------------------- */

.style_nav_fixed_new #navigation_container.logo_menu_center #navigation .main_nav>li.nav_menu,
.style_nav_fixed_new #navigation_container.logo_menu_center #navigation .main_nav li.desktop{
    position: relative;
}

.style_nav_fixed_new #navigation_container.logo_menu_center #navigation .main_nav .sub_nav{
    position: absolute;
    left: 0;
    height: auto;
    z-index: 99999;
}

.style_nav_fixed_new #navigation_container.logo_menu_center .top_bar_book .book_button{
    position: fixed;
    left: 0;
}

.style_nav_fixed_new #navigation_container.logo_menu_center .top_bar_book .book_button #reservation_box_full{
    left: 0;
}


/* ----------------------------------- Media queries pour la nav fixed new ------------------------------------- */

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

    .style_nav_fixed_new #header #bandeau_wrapper #actions{
        top: 70px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav,
    .style_nav_fixed_new #navigation_container #navigation .main_nav>li,
    .style_nav_fixed_new #navigation_container .nav_shield,
    .style_nav_fixed_new #navigation_container .top_bar_book,
    .style_nav_fixed_new #navigation_container .top_bar_book .book_button,
    .style_nav_fixed_new #navigation_container #navigation{
        height: 70px;
        -webkit-transition-property:  all;
        transition-property:  all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }


    .style_nav_fixed_new #navigation_container #navigation .main_nav li a.nav_home_logo_menu img {
        width: 140px;
    }

    .style_nav_fixed_new #navigation_container #navigation .home{
        top: 20px;
        left: 20px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li>a,
    .style_nav_fixed_new #navigation_container .top_bar_book .menu_icone,
    .style_nav_fixed_new #navigation_container .top_bar_book .book_button,
    .style_nav_fixed_new #navigation_container .top_bar_book .tel_number{
        line-height: 70px;
        -webkit-transition-property:  all;
        transition-property:  all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav{
        top: 70px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li .picto-triangle{
        top: -37px;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .menu_icone{
        padding: 0 24px;
        -webkit-transition-property:  all;
        transition-property:  all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li>a{
        padding: 0 14px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li .ligne_2{
        top: -55px;
        left: 6px;
    }

    .style_nav_fixed_new .top_bar_book #reservation_box,
    .style_nav_fixed_new .top_bar_book #reservation_box_full{
        top: 71px;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .book_button a.trigger_resa .fa{
        font-size: 18px;
        position: absolute;
        right: 13px;
        top: 26px;
    }
    .style_nav_fixed_new .top_bar_book #reservation_box {
        top: 70px;
    }
}

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

    .style_nav_fixed_new #navigation_container .top_bar_book .book_button{
        width: 170px;
        -webkit-transition-property:  all;
        transition-property:  all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

}

@media screen and (max-width: 1440px){
    .style_nav_fixed_new #navigation_container #navigation .main_nav>li{
        font-size: 12px;
    }
    .style_nav_fixed_new #navigation_container .top_bar_book .menu_icone{
        font-size: 22px;
    }
    .style_nav_fixed_new #navigation_container .top_bar_book .tel_number{
        font-size: 12px
    }
    .style_nav_fixed_new #navigation_container .top_bar_book .book_button{
        width: 160px;
    }
}

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

    .style_nav_fixed_new #header #bandeau_wrapper #actions{
        top: 60px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav,
    .style_nav_fixed_new #navigation_container #navigation .main_nav>li,
    .style_nav_fixed_new #navigation_container .nav_shield,
    .style_nav_fixed_new #navigation_container .top_bar_book,
    .style_nav_fixed_new #navigation_container .top_bar_book .book_button,
    .style_nav_fixed_new #navigation_container #navigation{
        height: 60px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav li a.nav_home_logo_menu img {
        width: 120px;
    }

    .style_nav_fixed_new #navigation_container #navigation .home{
        top: 17px;
        left: 17px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li>a,
    .style_nav_fixed_new #navigation_container .top_bar_book .menu_icone,
    .style_nav_fixed_new #navigation_container .top_bar_book .book_button,
    .style_nav_fixed_new #navigation_container .top_bar_book .tel_number{
        line-height: 60px;
    }

    .style_nav_fixed_new .top_bar_book #reservation_box,
    .style_nav_fixed_new .top_bar_book #reservation_box_full{
        top: 61px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav .sub_nav{
        top: 60px;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .menu_icone{
        padding: 0 14px;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .tel_number .fa{
        font-size: 16px;
        margin-right: 5px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li>a{
        padding: 0 10px;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .book_button{
        width: 140px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li .ligne_2{
        top: -45px;
        left: 6px;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .book_button a.trigger_resa .fa{
        display: none;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .book_button a.trigger_resa{
        margin-left: 0px;
        font-size: 14px;
        padding-left: 15px;
    }

}

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


}

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

    .style_nav_fixed_new #navigation_container #navigation .home{
        display: none;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .tel_number{
        font-size: 14px
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .tel_number .fa{
        font-size: 18px;
        margin-right: 10px;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .book_button{
        width: 200px;
    }

    .style_nav_fixed_new #navigation_container #navigation{
        z-index: 998;
    }

    .style_nav_fixed_new #navigation_container #navigation .tablette,
    .style_nav_fixed_new #navigation_container .tablette{
        display: block !important;
    }

    .style_nav_fixed_new #navigation_container #navigation .desktop,
    .style_nav_fixed_new #navigation_container .desktop{
        display: none !important;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav{
        width: 101%;
        height: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 60px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        -webkit-transition: all 100ms cubic-bezier(0.7,0,0.185,1) 0.25s;
        transition: all 100ms cubic-bezier(0.7,0,0.185,1) 0.25s;
        display: block;

        -webkit-transition-property:  background-color, opacity;
        transition-property:  background-color, visibility, opacity;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 0;
        visibility: hidden;
        background-color: none;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav.open{
        -webkit-transition: all 250ms cubic-bezier(0.7,0,0.185,1) 0s;
        transition: all 250ms cubic-bezier(0.7,0,0.185,1) 0s;
        background-color: #F1F1F1;
        -webkit-transition-property:  background-color, opacity;
        transition-property:  background-color, opacity;

        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
        visibility: visible;
    }

    .style_nav_fixed_new #navigation_container .nav_shield{
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li{
        width: 33.333%;

        border: none;
        perspective: 150px;
        -webkit-perspective: 150px;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li,
    .style_nav_fixed_new #navigation_container .grid_sub_nav li{
        max-height: 34%;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li.current{
        -webkit-transition-property:  background;
        transition-property:  background;

        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;

        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav>li a{
        display: block;
        position: relative;
        height: 100%;
        background-color: #FFF;
        border-right: 1px solid #F1F1F1;
        border-bottom: 1px solid #F1F1F1;
        letter-spacing: 1px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        transform-origin: 0%;
        -webkit-transform-origin: 0%;
        -ms-transform-origin: 0%;
        transform: rotateY(120deg);
        -webkit-transform: rotateY(120deg);
        -ms-transform: rotateY(134deg);

        -webkit-transition-property: transform, color,-webkit-transform, background;
        transition-property: transform,color,-webkit-transform, background;
        -webkit-transition-duration: 0.9s,0.3s;
        transition-duration: 0.9s,0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.185,1),ease-out;
        transition-timing-function: cubic-bezier(0.7,0,0.185,1),ease-out;
        -webkit-transition-delay: 0;
        transition-delay: 0;
    }


    .style_nav_fixed_new #navigation_container #navigation .main_nav.open>li a{
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
    }

    .style_nav_fixed_new #navigation_container #navigation .nav_label{
        font-size: 18px;
        letter-spacing: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .book_button a.trigger_resa .fa{
        top: 22px;
        display: block;
    }

    .style_nav_fixed_new #navigation_container .top_bar_book .book_button a.trigger_resa{
        float: left;
        margin-left: 10px;
        padding: 0;
    }

    .style_nav_fixed_new #navigation_container.right #navigation .main_nav>li.nav_menu{
        float: left;
        right: 0 !important;
    }

    .style_nav_fixed_new #navigation_container.center #navigation .main_nav>li.nav_menu{
        float: left;
        right: 0 !important;
    }

    .style_nav_fixed_new #navigation_container.logo_menu_center #navigation .main_nav>li.nav_menu{
        float: left;
        right: 0 !important;
    }

    .style_nav_fixed_new #navigation_container.logo_menu_center .top_bar_book .book_button{
        position: relative;
        left: 0;
    }

    .style_nav_fixed_new #navigation_container.logo_menu_center .top_bar_book .book_button #reservation_box_full{
        right: 0;
        left: initial
    }

    .style_nav_fixed_new #navigation_container #navigation .main_nav.open>li.current {
        background: #000;
    }

}

@media screen and (max-width: 780px){
    .style_nav_fixed_new #navigation_container  .grid_sub_nav li,
    .style_nav_fixed_new #navigation_container #navigation .main_nav>li{
        width: 50%;
    }
}

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

html.overflow{
  overflow: hidden;
}
html.overflow body{
  overflow: hidden;
}

.style_nav_fondu #navigation_container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
    text-align: center;
}

.style_nav_fondu .fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.style_nav_fondu .reservation-icon.is-opened,
.style_nav_fondu .menu-icon.is-opened{
    z-index: 99999999 !important;
}

.translate{
    transform: translateY(-60px) !important;
}

.style_nav_fondu .reservation-icon:not(.fixed){
    position: relative;
    top: 37px;
    right: 40px;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor:pointer;
    font-family: ;
    z-index: 600;
}

.style_nav_fondu .reservation-icon:not(.fixed) span{
    color: #FFF;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.style_nav_fondu .reservation-icon:not(.fixed):not(.is-opened){
    top: 36px;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.7);
}

.style_nav_fondu .reservation-icon:not(.fixed) span:hover{
    color: ;
}

.style_nav_fondu .reservation-icon.fixed{
    position: fixed;
    right: 90px;
    float: right;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor:pointer;
    font-family: ;
}

.style_nav_fondu .reservation-icon.fixed span{
    color: #FFF;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.style_nav_fondu .reservation-icon.fixed span:hover{
    color: #FFF;
}

.style_nav_fondu .reservation-icon.is-opened.fixed span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
    top: 9px;
    border: 1px solid #333;
}

.style_nav_fondu .reservation-icon.is-opened.fixed span:hover{
    color: #fff;
    background: #333;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.style_nav_fondu .reservation-icon.is-opened:not(.fixed) span{
    display: inline-block;
    position: relative;
    top: -10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
}

.style_nav_fondu .reservation-icon.is-opened:not(.fixed) span:hover{
    color: #fff;
    background: #333;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.style_nav_fondu .reservation-icon.is-opened span{
  color: #333;
}

.style_nav_fondu .link.logo.fixed{
    left: 20px;
    line-height: 60px;
}

.style_nav_fondu .menu-icon:not(.fixed){
    position: relative;
    float: right;
    top: 20px;
    right: 25px;
    width: 54px;
    height: 54px;
    transition: transform 0.5s;
    cursor:pointer;
    z-index: 600;
}

.style_nav_fondu .menu-icon.fixed{
    float: right;
    top: 0px;
    right: 25px;
    width: 54px;
    height: 60px;
    transition: transform 0.5s;
    z-index: 999999;
    cursor:pointer;
}

.style_nav_fondu logo.fixed{
    left:0;
    right:0;
}

.style_nav_fondu .menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 28px;
    height: 2px;
    background-color: #FFF;
    transition: background 0.5s;
}

.style_nav_fondu .menu-icon span::before, .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-7px);
    display: block;
    width: 28px;
    height: 2px;
    background-color: #FFF;
    transition: transform 0.5s;
}

.style_nav_fondu .menu-icon span::after {
    transform: translateY(7px);
}

.style_nav_fondu .menu-icon.is-opened span {
    background: transparent;
    z-index: 9999999;
}

.style_nav_fondu .menu-icon.is-opened span::before {
    transform: translateY(0) rotate(45deg);
}

.style_nav_fondu .menu-icon.is-opened span::after {
    transform: translateY(0) rotate(-45deg);
}

.style_nav_fondu .menu-icon.is-opened {
    transform: rotate(180deg);
}

.style_nav_fondu .menu-icon.fixed.is-opened {
    transform: translateY(0px) rotate(180deg);
}

.style_nav_fondu .menu-icon:not(.is-opened):hover span::before{
    transform: translateY(-9px);
}

.style_nav_fondu .menu-icon:not(.is-opened):hover span::after{
    transform: translateY(9px);
}

.style_nav_fondu .degrader{
    background: -moz-linear-gradient(top, rgba(0,0,0,0.36) 0%, rgba(0,0,0,0) 87%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.36)), color-stop(87%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 87%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 87%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 87%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 87%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.style_nav_fondu #menu_hamburger,
.style_nav_fondu #menu_reservation{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.97);
    z-index: 600;
    transition: all 0.5s;
}
.style_nav_fondu #menu_hamburger{
    background: rgba(, 0.97);
}

.style_nav_fondu #menu_reservation{
    background: rgba(239,236,229,0.97);
}

.style_nav_fondu #menu_hamburger.is-opened,
.style_nav_fondu #menu_reservation.is-opened{
    height: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    overflow-y: auto;
}

.style_nav_fondu .navigation_container{
    position:fixed;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background: rgba(, );
}

.style_nav_fondu .navigation_elements{
    min-width: 60%;
    height: 100%;
    margin: auto;
}

.style_nav_fondu .navigation_elements td{
    vertical-align: middle;
}

.style_nav_fondu .navigation_element{
    font-size: 35px;
    margin: 20px 0px;
    opacity: 0;
}

.style_nav_fondu .navigation_element:last-child{
  margin: 20px 0 0 0;
}

.style_nav_fondu .navigation_elements .bloc_menu{
    width: auto;
    transition: all 0.3s;
    overflow: hidden;
}

.style_nav_fondu .navigation_elements td{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    //overflow-y: auto;
}

.style_nav_fondu .navigation_element a.link{
    display: inline-block;
    min-width: 100%;
}

.style_nav_fondu .navigation_element a{
    color: ;
    font-family: ;
    font-weight: ;
}

.style_nav_fondu .navigation_element a:hover,
.style_nav_fondu .navigation_element a.current{
    color: ;
    text-decoration:none;
}


.style_nav_fondu .navigation_element a.social-icon{
    display: inline-block;
    text-decoration: none;
    font-size: 30px;
    margin: 35px 10px;
}

.style_nav_fondu .navigation_elements_fixed{
    display: block;
    position: fixed;
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: right;
    z-index: 99999;
}

.style_nav_fondu .navigation_element_fixed{
    display: inline;
    color: ;
    font-family: ;
    text-transform: uppercase;
}

.style_nav_fondu .navigation_element_fixed:hover,
.style_nav_fondu .navigation_element_fixed a.link.current{
    color: ;
}

.style_nav_fondu .navigation_elements_fixed .sous_menu{
    position: fixed;
    height: 80px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.08) inset;
    -webkit-transition: display 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.style_nav_fondu .navigation_element_fixed:hover .sous_menu{
    opacity: 1;
    visibility: visible;
}

.style_nav_fondu .navigation_elements_fixed .sous_menu ul{
    width: 100%;
    height: 80px;
    background: rgba(, 0.7);
}

.style_nav_fondu .navigation_elements_fixed .sous_menu ul li{
    height: 80px;
    float: left;
}

.style_nav_fondu .navigation_elements_fixed .sous_menu ul li:hover a,
.style_nav_fondu .navigation_elements_fixed .sous_menu ul li a.current{
    color: ;
    background: rgba(, 0.5);
}

.style_nav_fondu .navigation_elements_fixed .sous_menu ul li a{
    height: 80px;
    line-height: 80px;
    font-size: 13px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    border-right: 1px solid #dde6f0;
    width: 100%;
    color: ;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.style_nav_fondu #menu_reservation .content{
    width: 700px;
    height: 100%;
    margin: auto;
}

.style_nav_fondu #menu_reservation .content .link.logo{
    position: relative;
    top: 90px;
}

.style_nav_fondu #menu_reservation .texte_reservation{
    display: block;
    max-width: 650px;
    margin: 120px auto 40px auto;
    font-size: 22px;
    font-family: ;
}

.style_nav_fondu #menu_reservation .content form{
    width: 310px;
    margin: 0 auto;
    font-size: 17px;
    font-family: ;
    color: #828282 !important;
}

.style_nav_fondu #menu_reservation .content form .picto{
  position: relative;
  display: block;
}

.style_nav_fondu #menu_reservation .content form .picto .fa{
  position: absolute;
  top:25px;
  right:15px;
  color: ;
}

.style_nav_fondu #menu_reservation .content form .date_arrivee.datepicker{
    font-size: 17px;
    height: 55px;
    line-height: 55px;
    width: 100%;
    padding: 0 0 0 15px;
    margin: 7px 0;
    color: #828282 !important;
    background: none;
    border: 1px solid ;
    outline:none;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.style_nav_fondu #menu_reservation .content form .selectBox-dropdown{
    border: solid 1px ;
}

.style_nav_fondu #menu_reservation .content form .reserver{
    width: 100%;
    font-size: 17px;
    height: 55px;
    width: 100%;
    margin: 20px 0;
    background: none;
    text-align: center;
    color: ;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border: 2px solid ;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.style_nav_fondu #menu_reservation .content form .reserver:hover{
    color: #fff;
    background: ;
}

@media screen and (max-height: 840px) {

    .style_nav_fondu .navigation_element a{
      font-size: 70%;
    }
    .style_nav_fondu .navigation_element{
      margin: 15px 0;
    }
}

@media screen and (max-height: 640px) {

  .style_nav_fondu .navigation_element{
      margin: 0px 0;
    }
    .style_nav_fondu .navigation_element a{
      font-size: 60%;
    }
}

@media screen and (max-width: 1180px){
    .style_nav_fondu .navigation_elements_fixed{
        transform: translateX(200%) !important;
        transition-duration: 0.5s;
    }
}

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

html.overflow{
  overflow: hidden;
}
html.overflow body{
  overflow: hidden;
}

.style_nav_translation #navigation_container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
    text-align: center;
}

.style_nav_translation .fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.style_nav_translation .reservation-icon.is-opened,
.style_nav_translation .menu-icon.is-opened{
    z-index: 99999999 !important;
}

.translate{
    transform: translateY(-60px) !important;
}

.style_nav_translation .reservation-icon:not(.fixed){
    position: relative;
    top: 37px;
    right: 40px;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor:pointer;
    z-index: 600;
}

.style_nav_translation .reservation-icon:not(.fixed) span{
    color: #FFF;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.style_nav_translation .reservation-icon:not(.fixed):not(.is-opened){
    top: 37px;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.7);
}

.style_nav_translation .reservation-icon:not(.fixed) span:hover{
    color: ;
}

.style_nav_translation .reservation-icon.fixed{
    position: fixed;
    right: 90px;
    float: right;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor:pointer;
}

.style_nav_translation .reservation-icon.fixed span{
    color: #FFF;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.style_nav_translation .reservation-icon.fixed span:hover{
    color: #FFF;
}

.style_nav_translation .reservation-icon.is-opened.fixed span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
    top: 9px;
    border: 1px solid #333;
}

.style_nav_translation .reservation-icon.is-opened.fixed span:hover{
    color: #fff;
    background: #333;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.style_nav_translation .reservation-icon.is-opened:not(.fixed) span{
    display: inline-block;
    position: relative;
    top: -10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
}

.style_nav_translation .reservation-icon.is-opened:not(.fixed) span:hover{
    color: #fff;
    background: #333;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.style_nav_translation .reservation-icon.is-opened span{
  color: #333;
}

.style_nav_translation .link.logo.fixed{
    left: 20px;
    line-height: 60px;
    transform: translateY(0px);
}

.style_nav_translation .menu-icon:not(.fixed){
    position: relative;
    float: right;
    top: 20px;
    right: 25px;
    width: 54px;
    height: 54px;
    transition: transform 0.5s;
    cursor:pointer;
    z-index: 600;
}

.style_nav_translation .menu-icon.fixed{
    float: right;
    top: 0px;
    right: 25px;
    width: 54px;
    height: 60px;
    transition: transform 0.5s;
    z-index: 999999;
    cursor:pointer;
}

.style_nav_translation logo.fixed{
    left:0;
    right:0;
}

.style_nav_translation .menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 28px;
    height: 2px;
    background-color: #FFF;
    transition: background 0.5s;
}

.style_nav_translation .menu-icon span::before, .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-7px);
    display: block;
    width: 28px;
    height: 2px;
    background-color: #FFF;
    transition: transform 0.5s;
}

.style_nav_translation .menu-icon span::after {
    transform: translateY(7px);
}

.style_nav_translation .menu-icon.is-opened span {
    background: transparent;
    z-index: 9999999;
}

.style_nav_translation .menu-icon.is-opened span::before {
    transform: translateY(0) rotate(45deg);
}

.style_nav_translation .menu-icon.is-opened span::after {
    transform: translateY(0) rotate(-45deg);
}

.style_nav_translation .menu-icon.is-opened {
    transform: rotate(180deg);
}

.style_nav_translation .menu-icon.fixed.is-opened {
    transform: translateY(0px) rotate(180deg);
}

.style_nav_translation .menu-icon:not(.is-opened):hover span::before{
    transform: translateY(-9px);
}

.style_nav_translation .menu-icon:not(.is-opened):hover span::after{
    transform: translateY(9px);
}

.style_nav_translation .degrader{
    background: -moz-linear-gradient(top, rgba(0,0,0,0.36) 0%, rgba(0,0,0,0) 87%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.36)), color-stop(87%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 87%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 87%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 87%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 87%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.style_nav_translation #menu_hamburger,
.style_nav_translation #menu_hamburger_gauche,
.style_nav_translation #menu_reservation{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.97);
    z-index: 600;
    transition: all 0.5s;
}

.style_nav_translation #menu_hamburger_gauche{
    width: 65%;
    left: -65%;
    background: rgba(, 0.97);
}

.style_nav_translation #menu_hamburger{
    width: 35%;
    right: -35%;
    background: rgba(, 0.97);
}

.style_nav_translation #menu_reservation{
    width: 100%;
    background: rgba(239,236,229,1);
}

.style_nav_translation #menu_reservation.is-opened{
    height: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    overflow-y: auto;
}

.style_nav_translation #menu_hamburger.is-opened{
    right: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
}

.style_nav_translation #menu_hamburger_gauche.is-opened{
    left: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    overflow-y: auto;
}

.style_nav_translation .navigation_container{
    position:fixed;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background: rgba(, );
}

.style_nav_translation .navigation_elements{
    min-width: 70%;
    height: 100%;
    margin: auto;
}

.style_nav_translation .navigation_elements td{
    vertical-align: middle;
}

.style_nav_translation .navigation_element{
    font-size: 35px;
    margin: 20px 0px;
    opacity: 1;
}

.style_nav_translation .navigation_element .menu_deroulant{
    margin-left: 40px;
}

.style_nav_translation .navigation_elements .bloc_menu{
    width: auto;
    transition: all 0.3s;
    overflow: hidden;
    text-align: left;
    font-style: italic;
}

.style_nav_translation .navigation_elements td{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    //overflow-y: auto;
}

.style_nav_translation .navigation_element a.link{
    display: inline-block;
    min-width: 100%;
}

.style_nav_translation .navigation_element a,
.style_nav_translation a.footer,
.style_nav_translation a.social-icon{
    color: ;
    font-family: ;
    font-weight: ;
}

.style_nav_translation .navigation_element a:hover,
.style_nav_translation .navigation_element a.current,
.style_nav_translation a.footer:hover,
.style_nav_translation a.social-icon:hover{
    color: ;
    text-decoration:none;
}

.style_nav_translation .social-bloc{
  display: inline-block;
  float: left;
}

.style_nav_translation .social-bloc a.social-icon{
  margin: 0 20px 0 0;
  font-size: 19px;
}

.style_nav_translation #menu_hamburger_gauche .navigation_elements{
    padding-left: 80px;
}

.style_nav_translation #menu_hamburger_gauche .navigation_elements td{
  margin: 0;
}

.style_nav_translation #menu_hamburger_gauche .description{
    font-size: 28px;
    width: 80%;
    line-height: 1.6em;
    text-align: left;
    color: ;
    font-family: ;
}

.style_nav_translation #menu_hamburger_gauche .adresse{
    display: inline-block;
    float: left;
    color: ;
    font-family: 'Lato';
    font-weight: bold;
    margin: 0 80px 10px 0px;
}

.style_nav_translation #menu_hamburger_gauche .adresse:first-child{
    margin-left: 0px;
}

.style_nav_translation a.footer{
    display: inline-block;
    float: left;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-family: 'Lato';
    font-weight: bold;
    margin: 0px 40px 0 15px;
}

.style_nav_translation #menu_reservation .content{
    width: 700px;
    //height: 100%;
    margin: auto;
}

.style_nav_translation #menu_reservation .content .link.logo{
    position: relative;
    top: 90px;
}

.style_nav_translation #menu_reservation .texte_reservation{
    display: block;
    max-width: 650px;
    margin: 120px auto 40px auto;
    font-size: 22px;
    font-family: ;
}

.style_nav_translation #menu_reservation .content form{
    width: 310px;
    margin: 0 auto;
    font-size: 17px;
    font-family: ;
    color: #828282 !important;
}

.style_nav_translation #menu_reservation .content form .picto{
  position: relative;
  display: block;
}

.style_nav_translation #menu_reservation .content form .picto .fa{
  position: absolute;
  top:25px;
  right:15px;
  color: ;
}

.style_nav_translation #menu_reservation .content form .date_arrivee.datepicker{
    font-size: 17px;
    height: 55px;
    line-height: 55px;
    width: 100%;
    padding: 0 0 0 15px;
    margin: 7px 0;
    color: #828282 !important;
    background: none;
    border: 1px solid ;
    outline:none;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.style_nav_translation #menu_reservation .content form .selectBox-dropdown{
    border: solid 1px ;
}

.style_nav_translation #menu_reservation .content form .reserver{
    width: 100%;
    font-size: 17px;
    height: 55px;
    width: 100%;
    margin: 20px 0;
    background: none;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    background-color: ;
    border: 2px solid ;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.style_nav_translation #menu_reservation .content form .reserver:hover{
    color: ;
    background: none;
}

.style_nav_translation .selectBox-options LI.selectBox-selected A{
  background: rgba(, 0.2);
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------ DATEPICKER LIE A LA NAV ----------------------------- */
/* ------------------------------------------------------------------------------------ */
.style_nav_fondu #ui-datepicker-div,
.style_nav_translation #ui-datepicker-div{
        -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 308px;
}

.ll-skin-melon .ui-widget-header{
    background: #333333;
    border: none;
    -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
    font-weight: normal;
    font-family: ;
    color: #fff;
}

.ll-skin-melon .ui-widget {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #2e3641;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ll-skin-melon.ui-datepicker {
  padding: 0;
}

.ll-skin-melon.ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}

.ll-skin-melon.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ll-skin-melon.ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e9f0f4;
}

.ll-skin-melon.ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon.ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon.ui-datepicker .ui-datepicker-next,
.ll-skin-melon.ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border:none;
}

.ll-skin-melon.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  background: none;
}

.ll-skin-melon.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  background: none;
}

.ll-skin-melon.ui-datepicker .ui-datepicker-next span,
.ll-skin-melon.ui-datepicker .ui-datepicker-prev span {
  background-image: url(../../../../img/skins/skin_2/layout/icone_datepicker.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

.ll-skin-melon.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}

.ll-skin-melon.ui-datepicker table {
  margin: 0;
}

.ll-skin-melon.ui-datepicker th {
  padding: 1em 0;
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  border: none;
  background: #EDEAE4;
}

.ll-skin-melon.ui-datepicker td {
  background: #EDEAE4;
  border: none;
  padding: 0;
}

.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #828282;
  font-size: 16px;
}

.ll-skin-melon .ui-state-disabled  {
  opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #fba49e;
}

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
  background: #333333;
  color: #efefef;
}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- PAGINATION ----------------------------------- */
/* ------------------------------------------------------------------------------------ */
.pagination {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.pagination li {
    display: inline;
}

.pagination a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-decoration: none;
    background-color: #333333;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
     margin: 0 5px;
}

.pagination a.active, .pagination a:hover {
    background-color: ;
}

.wrapper_content.main{
    margin:10px auto;
    padding:0;
}

#content .bloc_section {
    float: left;
}

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

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

    .style_nav_fixed #navigation_container.fixed #navigation {
        width: 1024px;
        margin: 0 auto;
    }

}

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

    .style_nav_fixed #navigation_container.not_fixed #navigation {
        width: 1024px;
        margin: 0 auto;
    }

}


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

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

    .style_nav_fixed #navigation .navigation_elements .navigation_element {
        height: 70px;
    }

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

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

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

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

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


    .style_nav_fixed #navigation .lang {
        width: 60px;
    }

    .style_nav_fixed .selection_langue i {
        top: 5px;
        right: 26px;
    }

    .style_nav_fixed .selection_langue ul {
        top:15px;
    }

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

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

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

    .style_nav_fixed #reservation_box {
        top: 70px;
    }

    .style_nav_fixed #reservation_box_full {
        top: 70px;
    }


}


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

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