.module_accordeon.template_default > ul > li {
   position: relative;
   border: 1px solid #eeeeee;
   background: #fff;
   margin: 0 0 20px 0;
}

.module_accordeon.template_default > ul > li.hide {
   height: 54px;
   overflow: hidden;
   background: #fff;
}

.module_accordeon.template_default ul li .titre_accordeon {
   font-size: 17px;
   height: 54px;
   padding: 0 0 0 20px;
   line-height: 54px;
   cursor: pointer;
}


.module_accordeon.template_default ul li .titre_accordeon .arrow {
   height: 29px;
   width: 29px;
   position: absolute;
   top: 13px;
   right: 13px;
   background: url('../../img/modules/arrow_bloc_deroulant.png') no-repeat left top;
}

.module_accordeon.template_default ul li .titre_accordeon:hover .arrow, .module_accordeon.template_default ul li.show .titre_accordeon .arrow {
   background: url('../../img/modules/arrow_bloc_deroulant.png') no-repeat left bottom;
}

.module_accordeon.template_default ul li .contenu_accordeon {
   padding: 5px 20px 20px 20px;
}

.module_accordeon.template_default ul li .contenu_accordeon.avec_module {
   padding-bottom: 0;
}
.module_accordeon.template_style_2 > ul > li {
   position: relative;
   border-left: 1px solid #eeeeee;
   border-right: 1px solid #eeeeee;
   border-bottom: 1px solid #eeeeee;
   background: #fff;
}

.module_accordeon.template_style_2 ul li.first {
   border-top: 1px solid #eeeeee;
}

.module_accordeon.template_style_2 > ul > li.hide {
   height: 54px;
   overflow: hidden;
   background: #fff;
}

.module_accordeon.template_style_2 ul li .titre_accordeon {
   font-size: 14px;
   height: 54px;
   padding: 0 0 0 20px;
   line-height: 54px;
   cursor: pointer;
   text-transform: uppercase;
   font-family: 'Open Sans';
   color: ;
    -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;
}

.module_accordeon.template_style_2 ul li.show .titre_accordeon, .module_accordeon.template_style_2 ul li .titre_accordeon:hover {
    background: ;
    color: #fff;
}


.module_accordeon.template_style_2 ul li .titre_accordeon i {
    position: absolute;
    top: 15px;
    right: 13px;
    font-size: 22px;
    -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;
}

.module_accordeon.template_style_2 ul li.show .titre_accordeon i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.module_accordeon.template_style_2 ul li .contenu_accordeon {
   padding: 5px 20px 10px 20px;
   background: #f3f3f5;
}

.module_accordeon.template_style_2 ul li .contenu_accordeon.contenu {
   color: #6d6d6d;
}

.module_accordeon.template_style_2 ul li .contenu_accordeon.avec_module {
   padding: 20px;
}

#content .module_accordeon.template_style_2 ul li .contenu_accordeon.avec_module .section_contenu {
   margin: 0;
}.module_actualites_liste.template_default .contenu_actu{
    overflow:hidden;
}

.module_actualites_liste.template_default .visuel_actu{
    vertical-align: top;
    padding: 0 15px 0 0;
}

.module_actualites_liste.template_default .texte_actu {
    vertical-align: top;
}

.module_actualites_liste.template_default .texte_actu h2 {
    color: ;
    font-family: '';
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}

.module_actualites_liste.template_default .texte_actu h3 {
    color: #888888;
    font-family: '';
    font-size: 16px;
    margin-bottom:10px;
    margin-top: 0!important;
    font-weight: normal;
}

.module_actualites_liste.template_default hr.separateur_actu {
    width: 100%;
    border: none;
    border-top:solid #aaaaaa 1px;
    text-align: left;
    margin: 20px auto;
    padding: 0;
}.module_actualites_liste.template_style_2 .bloc_actu {
    background: #f3f3f5;
    margin: 0 0 25px 0;
    cursor: pointer;
}
.module_actualites_liste.template_style_2 table {
    background: #f3f3f5;
    border-collapse: collapse;
}
.module_actualites_liste.template_style_2 .visuel_actu{
    vertical-align: top;
}

.module_actualites_liste.template_style_2 .texte_actu {
    vertical-align: top;
    padding: 20px 0 0 20px;
}

.module_actualites_liste.template_style_2 .texte_actu h2 {
    color: ;
    font-family: '';
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    font-style: italic;
}

.module_actualites_liste.template_style_2 .texte_actu h3 {
    color: ;
    font-family: '';
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.module_actualites_liste.template_style_2 .texte_actu .contenu {
    color: #6d6d6d;
    font-size: 13px;
}

.module_actualites_liste.template_style_2 .link{
    width: 45px;
    text-align: center;
}

.module_actualites_liste.template_style_2 .bloc_actu .link a {
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2 ease-in-out;
}

.module_actualites_liste.template_style_2 .bloc_actu.over .link a {
    color: ;
    margin-left: 10px;
}

.module_actualites_liste.template_style_2 .bloc_actu .link a:hover {
    color: ;
}

.module_actualites_liste.template_style_2 .link a i {
    font-size: 30px;
}.module_actualites_tag.template_style_2 .bloc_actu {
    background: #f3f3f5;
    margin: 0 10px 25px 10px;
    cursor: pointer;
    width: 215px;
    height: 350px;
    float: left;
}

.module_actualites_tag.template_style_2 .bloc_actu .block{
    display: block;
    width: 215px;
}

.module_actualites_tag.template_style_2 table {
    background: #f3f3f5;
    border-collapse: collapse;
    overflow: hidden;
}
.module_actualites_tag.template_style_2 .visuel_actu{
    display: block;
    height: 220px;
    vertical-align: top;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 5px 0px #9b9b9b;
    -webkit-box-shadow: 0px 2px 5px 0px #9b9b9b;
    -o-box-shadow: 0px 2px 5px 0px #9b9b9b;
    box-shadow: 0px 2px 5px 0px #9b9b9b;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=5);
}

.module_actualites_tag.template_style_2 .texte_actu {
    vertical-align: top;
    padding: 20px 0 0 10px;
}

.module_actualites_tag.template_style_2 .texte_actu h2 {
    height: 80px;
    color: ;
    font-family: '';
    font-size: 20px;
    font-style: normal;
    margin: 0;
    font-weight: normal;
}

.module_actualites_tag.template_style_2 .texte_actu h3 {
    color: #000;
    font-family: '';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.module_actualites_tag.template_style_2 .visuel_actu .contenu {
    height: 0;
}

.module_actualites_tag.template_style_2 .visuel_actu:hover .contenu {
      height: 220px;
      width: 220px;
      position: absolute;
      top: 15px;
      background-color: rgba(0, 0, 0, 0.66);
}

.module_actualites_tag.template_style_2 .visuel_actu:hover .contenu .text_contenu {
       position: absolute;
       bottom: 0px;
       padding: 10px;
       font-size: 12px!important;
       color: #fff !important;
}

.module_actualites_tag.template_style_2 .visuel_actu:hover .contenu .text_picto {
        position: absolute;
        top: 85px;
        left: 90px;
        height: 50px;
        width: 50px;
}

.module_actualites_tag.template_style_2 .text_contenu .contenu span{
    display: inline-block;
}

.module_actualites_tag.template_style_2 .link{
    width: 45px;
    text-align: center;
}

.module_actualites_tag.template_style_2 .bloc_actu .link a {
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2 ease-in-out;
}

.module_actualites_tag.template_style_2 .bloc_actu.over .link a {
    color: ;
    margin-left: 10px;
}

.module_actualites_tag.template_style_2 .bloc_actu .link a:hover {
    color: ;
}

.module_actualites_tag.template_style_2 .link a i {
    font-size: 30px;
}

.module_actualites_tag.template_style_2 .bloc_actu .color_tag{
    display: block;
    margin-bottom: 5px;
    background-color: ;
    width: 30px;
    height: 3px;
}.module_actualites_liste.template_default .contenu_actu{
    overflow:hidden;
}

.module_actualites_liste.template_default .visuel_actu{
    vertical-align: top;
    padding: 0 15px 0 0;
}

.module_actualites_liste.template_default .texte_actu {
    vertical-align: top;
}

.module_actualites_liste.template_default .texte_actu h2 {
    color: ;
    font-family: '';
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}

.module_actualites_liste.template_default .texte_actu h3 {
    color: #888888;
    font-family: '';
    font-size: 16px;
    margin-bottom:10px;
    margin-top: 0!important;
    font-weight: normal;
}

.module_actualites_liste.template_default hr.separateur_actu {
    width: 100%;
    border: none;
    border-top:solid #aaaaaa 1px;
    text-align: left;
    margin: 20px auto;
    padding: 0;
}.module_actualites_tag.template_style_2 .bloc_actu {
    background: #f3f3f5;
    margin: 0 10px 25px 10px;
    cursor: pointer;
    width: 215px;
    height: 350px;
    float: left;
}

.module_actualites_tag.template_style_2 .bloc_actu .block{
    display: block;
    width: 215px;
}

.module_actualites_tag.template_style_2 table {
    background: #f3f3f5;
    border-collapse: collapse;
    overflow: hidden;
}
.module_actualites_tag.template_style_2 .visuel_actu{
    position: relative;
    display: block;
    height: 220px;
    vertical-align: top;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 5px 0px #9b9b9b;
    -webkit-box-shadow: 0px 2px 5px 0px #9b9b9b;
    -o-box-shadow: 0px 2px 5px 0px #9b9b9b;
    box-shadow: 0px 2px 5px 0px #9b9b9b;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=5);
}

.module_actualites_tag.template_style_2 .texte_actu {
    vertical-align: top;
    padding: 20px 0 0 10px;
}

.module_actualites_tag.template_style_2 .texte_actu h2 {
    height: 80px;
    color: ;
    font-family: '';
    font-size: 20px;
    font-style: normal;
    margin: 0;
    font-weight: normal;
}

.module_actualites_tag.template_style_2 .texte_actu h3 {
    color: #000;
    font-family: '';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.module_actualites_tag.template_style_2 .visuel_actu .contenu {
    height: 0;
}

.module_actualites_tag.template_style_2 .visuel_actu:hover .contenu {
      height: 220px;
      width: 220px;
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, 0.66);
}

.module_actualites_tag.template_style_2 .visuel_actu:hover .contenu .text_contenu {
       position: absolute;
       bottom: 0px;
       padding: 10px;
       font-size: 12px!important;
       color: #fff !important;
}

.module_actualites_tag.template_style_2 .visuel_actu:hover .contenu .text_picto {
        position: absolute;
        top: 85px;
        left: 90px;
        height: 50px;
        width: 50px;
}

.module_actualites_tag.template_style_2 .text_contenu .contenu span{
    display: inline-block;
}

.module_actualites_tag.template_style_2 .link{
    width: 45px;
    text-align: center;
}

.module_actualites_tag.template_style_2 .bloc_actu .link a {
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2 ease-in-out;
}

.module_actualites_tag.template_style_2 .bloc_actu.over .link a {
    color: ;
    margin-left: 10px;
}

.module_actualites_tag.template_style_2 .bloc_actu .link a:hover {
    color: ;
}

.module_actualites_tag.template_style_2 .link a i {
    font-size: 30px;
}

.module_actualites_tag.template_style_2 .bloc_actu .color_tag{
    display: block;
    margin-bottom: 5px;
    background-color: ;
    width: 30px;
    height: 3px;
}.module_avis .reviews li {
    display: block;
    border: #ddd solid 1px;
    padding: 15px;
    margin: 0 0 20px 0;
}

.module_avis .reviews li .date_nom .etoiles {
    display: inline-block;
    margin: 0 5px;
}

.module_avis .reviews li .date_nom {
    font-size: 16px;
}

.module_avis .reviews li .date_nom span {
    font-style: italic;
}

.module_avis .reviews li .etoiles {
    display: inline-block;
    margin-left: 5px;
}

.module_avis .reviews li .etoiles i.fa-star {
    color: #cda86b;
}

.module_avis .reviews li .etoiles i.fa-star-o {
    color: #bbbbbb;
}

.module_avis .reviews li .texte {
    margin: 10px 0;
}

.module_avis .reponse{
    margin-top: 20px;
}

.module_avis .reponse p .reponse_hotel{
    display: inline-block;
}

.module_avis .reponse p i{
    display: inline-block;
    margin-top: 4px;
    margin-left: 20px;
}

.module_avis .reviews li table {
    width:  100%;
}

.module_avis .reviews li table .left {
    width:  170px;
}

.module_avis .total_rates {
    border: #ddd solid 1px;
    padding: 15px;
}

.module_avis .total_rates .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: '';
    font-weight: normal;
    color: #9a1415;
    margin: 0 0 15px 0;
}

.module_avis .total_rates table {
    width: 100%;
}

.module_avis .total_rates table tr td {
    white-spaces: nowrap;
}

.module_avis .total_rates table tr td.right {
    text-align: right;
    font-size: 16px;
    color: #9a1415;
}

.module_avis .popin_all_reviews {
    text-align: center;
    background: #eeeeee;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0;
}.module_blog_rss.template_default .bloc_actu {
    background: #f3f3f5;
    margin: 0 10px 25px 10px;
    cursor: pointer;
    width: 215px;
    height: 350px;
    float: left;
}

.module_blog_rss.template_default .bloc_actu .block{
    display: block;
    width: 215px;
}

.module_blog_rss.template_default table {
    background: #f3f3f5;
    border-collapse: collapse;
    overflow: hidden;
}
.module_blog_rss.template_default .visuel_actu{
    position: relative;
    display: block;
    height: 220px;
    vertical-align: top;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 5px 0px #9b9b9b;
    -webkit-box-shadow: 0px 2px 5px 0px #9b9b9b;
    -o-box-shadow: 0px 2px 5px 0px #9b9b9b;
    box-shadow: 0px 2px 5px 0px #9b9b9b;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=5);
}

.module_blog_rss.template_default .texte_actu {
    vertical-align: top;
    padding: 20px 0 0 10px;
}

.module_blog_rss.template_default .texte_actu h2 {
    height: 80px;
    color: ;
    font-family: '';
    font-size: 14px;
    font-style: normal;
    margin: 0;
    font-weight: normal;
}

.module_blog_rss.template_default .texte_actu a.lien {
    display: block;
    text-align: right;
    color: #000;
    font-family: '';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 10px;
    padding-bottom: 10px;
}

.module_blog_rss.template_default .texte_actu a.lien:hover {
    text-decoration: underline;
}

.module_blog_rss.template_default .visuel_actu .contenu {
    height: 0;
}

.module_blog_rss.template_default .visuel_actu:hover .contenu {
      height: 220px;
      width: 220px;
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, 0.66);
}

.module_blog_rss.template_default .visuel_actu:hover .contenu .text_contenu {
       position: absolute;
       bottom: 0px;
       padding: 10px;
       font-size: 12px!important;
       color: #fff !important;
}

.module_blog_rss.template_default .visuel_actu:hover .contenu .text_picto {
        position: absolute;
        top: 85px;
        left: 90px;
        height: 50px;
        width: 50px;
}

.module_blog_rss.template_default .text_contenu .contenu span{
    display: inline-block;
}

.module_blog_rss.template_default .link{
    width: 45px;
    text-align: center;
}

.module_blog_rss.template_default .bloc_actu .color_tag {
    display: block;
    text-align: right;
}

.module_blog_rss.template_default .bloc_actu .color_tag span {
    display: inline-block;
    margin-bottom: 5px;
    background-color: ;
    width: 30px;
    height: 3px;
    margin-right: 10px;
}.module_blog_rss.template_light .bloc_actu {
    background: #f3f3f5;
    margin: 0 10px 25px 10px;
    cursor: pointer;
    width: 215px;
    height: 350px;
    float: right;
}

.module_blog_rss.template_light .bloc_actu .block{
    display: block;
    width: 215px;
}

.module_blog_rss.template_light table {
    background: #f3f3f5;
    border-collapse: collapse;
    overflow: hidden;
}
.module_blog_rss.template_light .visuel_actu{
    position: relative;
    display: block;
    height: 220px;
    vertical-align: top;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 5px 0px #9b9b9b;
    -webkit-box-shadow: 0px 2px 5px 0px #9b9b9b;
    -o-box-shadow: 0px 2px 5px 0px #9b9b9b;
    box-shadow: 0px 2px 5px 0px #9b9b9b;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=5);
}

.module_blog_rss.template_light .texte_actu {
    vertical-align: top;
    padding: 20px 0 0 10px;
}

.module_blog_rss.template_light .texte_actu h2 {
    height: 80px;
    color: ;
    font-family: '';
    font-size: 14px;
    font-style: normal;
    margin: 0;
    font-weight: normal;
}

.module_blog_rss.template_light .texte_actu a.lien {
    display: block;
    text-align: right;
    color: #000;
    font-family: '';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 10px;
    padding-bottom: 10px;
}

.module_blog_rss.template_light .texte_actu a.lien:hover {
    text-decoration: underline;
}

.module_blog_rss.template_light .visuel_actu .contenu {
    height: 0;
}

.module_blog_rss.template_light .visuel_actu:hover .contenu {
      height: 220px;
      width: 220px;
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, 0.66);
}

.module_blog_rss.template_light .visuel_actu:hover .contenu .text_contenu {
       position: absolute;
       bottom: 0px;
       padding: 10px;
       font-size: 12px!important;
       color: #fff !important;
}

.module_blog_rss.template_light .visuel_actu:hover .contenu .text_picto {
        position: absolute;
        top: 85px;
        left: 90px;
        height: 50px;
        width: 50px;
}

.module_blog_rss.template_light .text_contenu .contenu span{
    display: inline-block;
}

.module_blog_rss.template_light .link{
    width: 45px;
    text-align: center;
}

.module_blog_rss.template_light .bloc_actu .color_tag {
    display: block;
    text-align: right;
}

.module_blog_rss.template_light .bloc_actu .color_tag span {
    display: inline-block;
    margin-bottom: 5px;
    background-color: ;
    width: 30px;
    height: 3px;
    margin-right: 10px;
}.module_chambres_accordeon h3.titre {
    font-size: 18px;
    cursor: pointer;
    color: ;
    font-family: '';
    padding: 15px 46px 15px 15px;
}
.module_chambres_accordeon h4.sous_titre {
    color: ;
    font-family: '';
    font-size: 15px;
    padding: 0;
    margin:0 0 4px;
    font-weight: 600;
}

.module_chambres_accordeon > ul > li {
   position: relative;
   padding: 0 0 20px 0;
   border: 1px solid #eeeeee;
   margin: 0 0 20px 0;
}

.module_chambres_accordeon > ul > li.hide {
   height: 30px;
   overflow: hidden;
   background: #fff;
}

.module_chambres_accordeon > ul > li.show {
   background: #eeeeee;
}


.module_chambres_accordeon ul li.show .titre {
   font-weight: bold;
}

.module_chambres_accordeon ul li .titre .arrow {
   height: 29px;
   width: 29px;
   position: absolute;
   top: 11px;
   right: 13px;
   background: url('../../img/modules/arrow_bloc_deroulant.png') no-repeat left top;
   display:block;
}

.module_chambres_accordeon ul li .titre:hover .arrow, .module_chambres_accordeon ul li.show .titre .arrow {
   background: url('../../img/modules/arrow_bloc_deroulant.png') no-repeat left bottom;
}
.module_chambres_accordeon .conteneur{
    padding : 0 15px;
    overflow:hidden;
}
.module_chambres_accordeon .contenu {
    font-size: 12px;
}

.module_chambres_accordeon .visuel {
    float: left;
    margin: 5px 15px 10px 0;
}

.module_chambres_accordeon .information {
    text-align: right;
}

.module_chambres_accordeon .information .prix_a_partir_de {
    margin: 0 0 7px 0;
}

.module_chambres_accordeon .information .prix {
    font-size: 20px;
    color: ;
}
.module_chambres_accordeon .separateur{
    display:none;
}

.module_chambres_accordeon .galerie_container {
    position: relative;
}

.module_chambres_accordeon .launch_diaporama {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}.module_chambres_alternate tbody:first-child{
  width: 100%;
  display: inline-table;
}

.module_chambres_alternate .bandeau_chambres_alternate{
	display: block;
	width: 100%;
	height: 560px;
	overflow: hidden;
	border-collapse: collapse;
}

.module_chambres_alternate .bandeau_chambres_alternate td{
	vertical-align: top;
}

.module_chambres_alternate .partie_contenu{
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 560px;
	width: 45%;
	cursor: pointer;
	background-color: ;
}

.module_chambres_alternate .partie_contenu .cell_center{
	vertical-align: middle;
	height: 560px;
	line-height: 1.2;
}

.module_chambres_alternate .partie_contenu .content{
	padding: 0 49px;
	text-align: center;
}

.module_chambres_alternate .partie_contenu h2{
	margin: .75em 0 .5em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.4em;
}

.module_chambres_alternate .partie_contenu h3{
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.4em;
}

.module_chambres_alternate .partie_contenu h3 a{
	text-decoration: none;
	color: #333333;
}

.module_chambres_alternate .partie_contenu .picto{
	line-height: 19.6000003814697px;
	text-align: center;
	width: 45px;
	height: 11px;
	margin: 8px 0 6px 0;
	font-size: 8px;
    letter-spacing: 2px;
    color: }

.module_chambres_alternate .partie_contenu .accroche{
	margin-top: 20px;
	font-size: 16px;
	font-weight:100;
	line-height: 2em;
	color: #808080;
}

.module_chambres_alternate .partie_contenu .prix_a_partir_de{
	font-size: 20px;
	font-family: Georgia, sans-serif;
	font-weight: 100;
	font-style: italic;
	line-height: 2.2em;
}

.module_chambres_alternate .partie_contenu .bouton{
	padding: 10px 33px;
	color: ;
	background-color: ;
}

.module_chambres_alternate .partie_contenu .bouton:hover{
	color: ;
	background-color: ;
}

.module_chambres_alternate .partie_contenu .reservation{
  margin-top: 12px;
}


.module_chambres_alternate .partie_image{
	position: relative;
}

.module_chambres_alternate .background{
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.module_chambres_alternate .background.active{
	z-index: 3!important;
}

.module_chambres_alternate .bullets{
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -45px;
    left: 0px;
    width: 22px;
    height: 90px;
}

.module_chambres_alternate .bullet{
    display: block;
    width: 22px;
    height: 30px;
    font-size: 10px;
    opacity: 0.8;
    cursor: pointer;
    line-height: 24px;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.36);
    background-image: url('../../img/common/pager_default.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.module_chambres_alternate .style_horizontal.bullets{
position: absolute;
z-index: 1000;
top: 100%;
margin-top: -30px;
left: 50%;
width: 90px;
height: 22px;
transform: translateX(-50%);
}
.module_chambres_alternate .style_horizontal.bullets .bullet{
float: left;
width: 30px;
height: 22px;
}

.module_chambres_alternate .bullet.active{
    background-image: url('../../img/common/pager_active.png');
}.module_chambres_alternate2 tbody:first-child{
  width: 100%;
  display: inline-table;
}

.module_chambres_alternate2 .bandeau_chambres_alternate{
	display: block;
	width: 100%;
	height: 560px;
	overflow: hidden;
	border-collapse: collapse;
}

.module_chambres_alternate2 .bandeau_chambres_alternate td{
	vertical-align: top;
}

.module_chambres_alternate2 .partie_contenu{
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 560px;
	width: 45%;
	cursor: pointer;
	background: url('../../../../img/common/fondChambres.jpg') repeat;
	border: 3px solid #fff;
}

.module_chambres_alternate2 .partie_contenu .cell_center{
	vertical-align: middle;
	text-align: left;
	height: 560px;
	line-height: 1.2;
}

.module_chambres_alternate2 .partie_contenu .content{
	padding: 0 6%;
}

.module_chambres_alternate2 .partie_contenu h2{
	margin: .5em 0 .5em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.4em;
}

.module_chambres_alternate2 .partie_contenu h2 a{
	text-decoration: none;
	color: #333333;
}

.module_chambres_alternate2 .partie_contenu .titre1{
    font-size: 46px;
    line-height: 1.4em;
}

.module_chambres_alternate2 .partie_contenu .titre2{
    font-size: 46px;
    line-height: 1.4em;
}

.module_chambres_alternate2 .partie_contenu .picto{
	line-height: 19.6000003814697px;
	text-align: center;
	width: 45px;
	height: 11px;
	margin: 8px 0 6px 0;
	font-size: 8px;
    letter-spacing: 2px;
    color: }

.module_chambres_alternate2 .partie_contenu .description{
	margin-top: 18px;
	font-weight:400;
	line-height: 24px;
	font-size:14px;
	color: #7e7979;
}

.module_chambres_alternate2 .partie_contenu .accroche{
	margin-top: 18px;
	font-weight:400;
	line-height: 30px;
	font-size:18px;
	color: #7e7979;
}

.module_chambres_alternate2 .partie_contenu .prix_a_partir_de{
	font-size: 16px;
	font-family: '';
	font-weight: 400;
	line-height: 1em;
    text-transform: uppercase;
}

.module_chambres_alternate2 .partie_contenu .bouton{
	padding: 4px 33px 4px 4px;
	color: ;
	background-color: ;
}

.module_chambres_alternate2 .partie_contenu .bouton:hover{
	color: ;
	background-color: ;
}

.module_chambres_alternate2 .partie_contenu .reservation{
  margin-top: 12px;
}


.module_chambres_alternate2 .partie_image{
	position: relative;
	border: 3px solid #fff;
}

.module_chambres_alternate2 .background{
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.module_chambres_alternate2 .background.active{
	z-index: 3!important;
}

.module_chambres_alternate2 .translation{
	-webkit-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
	   -moz-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
	     -o-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
	        transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
}

.module_chambres_alternate2 .bullets{
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -45px;
    left: 0px;
    width: 22px;
    height: 90px;
}

.module_chambres_alternate2 .bullet{
    display: block;
    width: 22px;
    height: 30px;
    font-size: 10px;
    opacity: 0.8;
    cursor: pointer;
    line-height: 24px;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.36);
    background-image: url('../../img/common/pager_default.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;

}

.module_chambres_alternate2 .style_horizontal.bullets{
position: absolute;
z-index: 1000;
top: 100%;
margin-top: -30px;
left: 50%;
width: 90px;
height: 22px;
transform: translateX(-50%);
}
.module_chambres_alternate2 .style_horizontal.bullets .bullet{
float: left;
width: 30px;
height: 22px;
}

.module_chambres_alternate2 .bullet.active{
    background-image: url('../../img/common/pager_active.png');
}

.module_chambres_alternate2 .arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2em;
}

.module_chambres_alternate2 .arrow_left{
	left: 0%;
}

.module_chambres_alternate2 .arrow_right{
	right: 0%;
}


.module_chambres_alternate2 .bx-next,
.module_chambres_alternate2 .bx-prev{
	background-color: rgba(0, 0, 0, 0.25);
	padding: 10px 12px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.module_chambres_alternate2 .bx-next:hover,
.module_chambres_alternate2 .bx-prev:hover{
	background-color: rgba(0, 0, 0, 0.50);
}

.module_chambres_alternate2 .bx-next .fa,
.module_chambres_alternate2 .bx-prev .fa{
	position: relative;
	top: -1px;
	color: #fff;
}

.module_chambres_alternate2 .bx-next .fa{
	left: 2px;
}

.module_chambres_alternate2 .bx-prev .fa{
	right: 2px;
}.module_chambres ul li {
    position: relative;
    float: left;
    display: block;
    width: 270px;
    margin: 0 22px 40px 32px;
}

.module_chambres ul li .detail {
   padding: 10px 0;
}

.module_chambres ul li .detail .titre {
   font-family: '';
   font-size: 18px;
   text-align: center;
}

.module_chambres ul li .detail .titre a {
   text-decoration: none;
}

.module_chambres ul li .detail .prix_a_partir_de {
   font-size: 12px;
   text-align: center;
   color: #999999;
}

.module_chambres ul li .detail .prix_a_partir_de .prix {
   font-size: 22px;
    color: ;
}

.module_chambres .image {
   position: absolute;
   bottom: 0;
   left: 0;
}

.module_chambres ul li .actions {
    position: absolute;
    top: 0;
    left: -33px;
}

.module_chambres ul li .actions a {
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 0 2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.module_chambres ul li .actions a .icon {
    display: inline-block;
    color: #aaaaaa;
    background-color: ;
    width: 33px;
    height: 33px;
    line-height: 35px;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: left;
    font-weight: bold;
    margin-right: -0.25em;
    -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;
}

.module_chambres ul li .actions a .icon.information {
   background-image: url('../../img/modules/icone-information.png');
}
.module_chambres ul li .actions a .icon.reservation {
   background-image: url('../../img/modules/icone-reservation.png');
}

.module_chambres ul li .actions a .icon.reservation {
   background-color: ;
}

.module_chambres ul li .actions a .details {
    display: inline-block;
    background-color: #ffffff;
    height: 33px;
    line-height: 33px;
    text-align: left;
    font-weight: bold;
}

.module_chambres ul li .actions a .details strong {
    display: inline-block;
    color: #333333;
    font-size: 15px;
   font-weight: normal;
    padding: 0 10px 0 8px;
}.module_chambres_light ul li {
    position: relative;
    float: left;
    display: block;
    width: 290px;
    margin: 0 12px 40px 22px;
}

.module_chambres_light ul li .detail {
   padding: 5px 0;
}

.module_chambres_light ul li .detail .titre {
    position: relative;
    text-align: center;
    padding: 0 15px 8px 15px;
    overflow: hidden;
    text-transform: uppercase;
}

.module_chambres_light ul li .detail .titre_box {
    text-transform:uppercase;
    text-align:center;
    line-height: 28px;
    width: 260px;
    margin: 0 auto;
}

.module_chambres_light ul li .detail .titre_box .ligne_1 {
    display:table;
    width:100%;
}

.module_chambres_light ul li .detail .titre_box .ligne_1 span{
  display:table-cell;
  padding:0 15px;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
  font-family: 'Open Sans';
}

.module_chambres_light ul li .detail .titre_box .ligne_1:before, .module_chambres_light ul li .detail .titre_box .ligne_1:after {
  display:table-cell;
  content:"\2000";
  border-bottom:1px solid ;
  width: 50%;
  position:relative;
  top:-16px;
}

.module_chambres_light ul li .detail .titre_box .ligne_2 {
    display:table;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom:1px solid ;
}

.module_chambres_light ul li .detail .titre_box .ligne_2 span {
    display:table-cell;
    color: #333;
    font-size: 22px;
    font-family: '';
}






.module_chambres_light ul li .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.module_chambres_light ul li .prix_a_partir_de {
    margin: 10px 0 0 0;
    text-align: center;
}

.module_chambres_light ul li .prix_a_partir_de .prix {
    font-weight: bold;
    font-size: 18px;
    color:;
}

.module_chambres_light ul li a.en_savoir_plus {
    margin: 10px 0 0 0;
    padding: 8px 25px;
    font-size : 16px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}.module_chambres_liste{
    position:relative;
    overflow:hidden;
}
.module_chambres_liste .chambre{
    position:relative;
    overflow:hidden;
    padding:10px;
    margin: 0 0 20px 0;
}
.module_chambres_liste .chambre td {
    vertical-align: top;
}
.module_chambres_liste .visuel{
    padding-right:10px;
}
.module_chambres_liste .content{
    padding-right:20px;
    width: 100%;
}

.module_chambres_liste h3.titre {
    font-size: 16px;
    cursor: pointer;
    color: ;
    font-family: '';
    margin:0;
    padding:0;
}
.module_chambres_liste h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 14px;
    padding: 0;
    margin:0;
    font-weight: 600;
}
.module_chambres_liste .contenu p {
    margin:0;
    font-size:12px;
}
.module_chambres_liste .contenu a.plus{
    color:;
    font-size:12px;
}

.module_chambres_liste .information{
    text-align:center;
    position:relative;
    float:right;
    margin-top:31px;
}
.module_chambres_liste .prix{
    margin-top:-18px;
}

.module_chambres_liste .prix_a_partir_de {
   font-size: 12px;
   text-align: center;
   color: #333333;
}

.module_chambres_liste .prix_a_partir_de .prix {
   font-size: 18px;
    color: ;
}
.module_chambres_liste .reservation{
    margin-top:20px;
}
.module_chambres_liste .reservation input[type="submit"], input[type="button"] {
    padding:2px 12px;
    font-size: 12px;
}

.module_chambres_liste .separateur{
    color:#ffffff;
}
.module_chambres_liste .arrow{
    display:none;
}.module_chambres_onglet #chambres_onglets {
   font-size: 0;
}

.module_chambres_onglet #chambres_onglets a {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-right: #fff solid 1px;
    vertical-align: bottom;
    margin: 6px 0 1px 0;
}

.module_chambres_onglet #chambres_onglets a:hover, .module_chambres_onglet #chambres_onglets a.onglet_actuel {
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    margin: 0 0 1px 0;
}

.module_chambres_onglet #chambres_onglets_content .un_onglet_content {
    display: none;
}

.module_chambres_onglet #chambres_onglets_content .un_onglet_content.onglet_content_default {
    display: block;
}

.module_chambres_onglet h3.titre {
    font-size: 22px;
    font-family: '';
    color:;
    font-weight: bold;
    margin:2px 0 0 0;
}

.module_chambres_onglet h4.sous_titre {
    font-size: 15px;
    font-family: '';
    color: #333;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.module_chambres_onglet .conteneur{
    overflow:hidden;
    margin-top:20px;
    }
.module_chambres_onglet .contenu {
    font-size: 12px;
}

.module_chambres_onglet .visuel {
    float: left;
    margin: 5px 15px 10px 0;
}

.module_chambres_onglet .information {
    text-align: right;
    padding:10px 0;
}

.module_chambres_onglet .information .prix_a_partir_de {
    margin: 0 0 7px 0;
}

.module_chambres_onglet .information .prix strong {
    font-size: 20px;
    color: ;
}

.module_chambres_onglet .galerie_container {
    position: relative;
}

.module_chambres_onglet .launch_diaporama {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}.module_chambres_style_2 ul {
    text-align: center;
}

.module_chambres_style_2 ul li {
    position: relative;
    display: inline-block;
    width: 210px;
    margin: 0 12px 40px 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
}

.module_chambres_style_2 ul li .detail {
    text-align: center;
    padding: 7px;
    border-left: 1px solid #d0c9c0;
    border-right: 1px solid #d0c9c0;
    border-bottom: 1px solid #d0c9c0;
}

.module_chambres_style_2 ul li .detail .titre {
   color: #333333;
   font-size: 20px;
   text-transform: uppercase;
   padding: 10px 0 6px 0;
}

.module_chambres_style_2 ul li .detail .separator_details {
   height: 8px;
   background: url('../../img/modules/chambre_style_2_separator.png') no-repeat center top;
   margin: 0 0 6px 0;
}

.module_chambres_style_2 ul li .detail .prix_a_partir_de {
   color: #9f3224;
   font-size: 16px;
   margin: 0 0 10px 0;
}

.module_chambres_style_2 ul li .detail a {
    display: inline-block;
    background: #460000;
    color: #fff;
    padding: 9px 0;
    width: 100%;
    border: 0;
    font-family: 'Open Sans';
    text-decoration: none;
    font-size : 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fff;
    outline: 2px solid #460000;
}

.module_chambres_style_2 ul li .detail a:hover {
    background: #000;
    outline: 2px solid #000;
}.module_contenu .contenu {
    }.module_diaporama.template_default {
    position: relative;
    padding: 5px;
    width: 950px;
    height: 380px;
}

.module_diaporama.template_default .details_container {
    float: left;
    width: 300px;
}

.module_diaporama.template_default .detail {
    display: none;
    padding: 25px;
}

.module_diaporama.template_default .detail_0 {
    display: block;
}

.module_diaporama.template_default .detail .titre {
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 5px 0;
}

.module_diaporama.template_default .detail .sous_titre {
    font-size: 26px;
    font-style: italic;
    color: ;
    margin: 0 0 5px 0;
}

.module_diaporama.template_default .detail .contenu {
    color: #6d6d6d;
    font-size: 13px;
    margin-top: 15px;
}

.module_diaporama.template_default .detail .contenu p {
    line-height: 1.6em;
}

.module_diaporama.template_default .detail .en_savoir_plus {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 260px;
    display: block;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: uppercase;
    background: ;
    color: ;
    padding: 10px 0;
    border: 0;
    text-decoration: none;
}

.module_diaporama.template_default .detail .en_savoir_plus:hover {
    background: ;
    color: ;
}

.module_diaporama.template_default .diaporama_container {
    float: left;
    width: 650px;
    overflow: hidden;
}

.module_diaporama.template_default .bx-wrapper img {
    width: 650px;
    height: 380px;
}

.module_diaporama.template_default .bx-wrapper .bx-prev {
    background: url("../../img/modules/diaporama_prev.png") no-repeat left top;
    width:50px;
    height:60px;
    left: 0;
    margin-top: -30px;
    z-index: 1500;
}

.module_diaporama.template_default .bx-wrapper .bx-prev:hover {
    left: -3px;
}

.module_diaporama.template_default .bx-wrapper .bx-next {
    background: url("../../img/modules/diaporama_next.png") no-repeat left top;
    width:50px;
    height:60px;
    right: 0;
    margin-top: -30px;
    z-index: 1500;
}

.module_diaporama.template_default .bx-wrapper .bx-next:hover {
    right: -3px;
}

.module_diaporama.template_style_2 {
    position: relative;
    padding: 5px;
}

.module_diaporama.template_style_2 .bx-wrapper .visuel {
    width: 480px;
    float: left;
    margin-left: -3px;
}

.module_diaporama.template_style_2 .bx-wrapper .visuel img {
    border: 3px solid #fff;
    box-shadow: 1px 1px 8px 1px rgba(183, 183, 183, 0.72);
    -moz-box-shadow: 1px 1px 8px 1px rgba(183, 183, 183, 0.72);
    -webkit-box-shadow: 1px 1px 8px 1px rgba(183, 183, 183, 0.72);
}

.module_diaporama.template_style_2 .bx-wrapper .bx-controls-direction a {
    width:36px;
    height:77px;
    margin-top: -38px;
    z-index: 1500;
    -khtml-opacity:0.6;
    -moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)";
    opacity : 0.6;
     -webkit-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: opacity 0.2 ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}

.module_diaporama.template_style_2 .bx-wrapper .bx-controls-direction a:hover {
    -khtml-opacity:1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)";
    opacity : 1;
}

.module_diaporama.template_style_2 .bx-wrapper .bx-prev {
    background: url("../../img/modules/diaporama_style_2_prev.png") no-repeat left top;
    left: -140px;
}

.module_diaporama.template_style_2 .bx-wrapper .bx-prev:hover {
    left: -143px;
}

.module_diaporama.template_style_2 .bx-wrapper .bx-next {
    background: url("../../img/modules/diaporama_style_2_next.png") no-repeat left top;
    right: -140px;
}

.module_diaporama.template_style_2 .bx-wrapper .bx-next:hover {
    right: -143px;
}


.module_diaporama.template_style_2 .detail {
    float: left;
    width: 445px;
    padding: 35px 0 0 45px;
}

.module_diaporama.template_style_2 .detail .titre {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    color: ;
    margin: 0 0 10px 0;
}

.module_diaporama.template_style_2 .detail .sous_titre {
    font-size: 16px;
    font-style: italic;
    color: #333;
    margin: 0 0 5px 0;
}

.module_diaporama.template_style_2 .detail .contenu {
    margin-top: 5px;
}

.module_diaporama.template_style_2 .detail .contenu p {
    line-height: 1.6em;
}

.module_diaporama.template_style_2 .detail .bouton2 {
    margin-top: 20px;
}.module_diaporama.template_style_3 {
    position: relative;
    padding: 5px;
}

.module_diaporama.template_style_3 .bx-wrapper .bx-controls-direction a {
    width:36px;
    height:77px;
    margin-top: -38px;
    z-index: 1500;
    -khtml-opacity:0.6;
    -moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)";
    opacity : 0.6;
     -webkit-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: opacity 0.2 ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}

.module_diaporama.template_style_3 .bx-wrapper .bx-controls-direction a:hover {
    -khtml-opacity:1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)";
    opacity : 1;
}

.module_diaporama.template_style_3 .bx-wrapper .bx-prev {
    background: url("../../img/modules/diaporama_style_2_prev.png") no-repeat left top;
    left: -140px;
}

.module_diaporama.template_style_3 .bx-wrapper .bx-prev:hover {
    left: -143px;
}

.module_diaporama.template_style_3 .bx-wrapper .bx-next {
    background: url("../../img/modules/diaporama_style_2_next.png") no-repeat left top;
    right: -140px;
}

.module_diaporama.template_style_3 .bx-wrapper .bx-next:hover {
    right: -143px;
}


.module_diaporama.template_style_3 .detail {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.module_diaporama.template_style_3 .detail .titre {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    color: ;
    margin: 0 0 10px 0;
}

.module_diaporama.template_style_3 .detail .sous_titre {
    font-size: 16px;
    font-style: italic;
    color: #333;
    margin: 0 0 5px 0;
}

.module_diaporama.template_style_3 .detail .contenu {
    margin-top: 5px;
}

.module_diaporama.template_style_3 .detail .contenu p {
    line-height: 1.6em;
}

.module_diaporama.template_style_3 .detail .bouton2 {
    margin-top: 20px;
}.module_encart_contenu.template_default {
    position: relative;
}

.module_encart_contenu.template_default h3.titre {
    color: ;
    font-family: '';
    font-size: 22px;
}
.module_encart_contenu.template_default h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 18px;
    font-weight: 600;
    text-decoration:none;
    margin-bottom:-7px;
}

.module_encart_contenu.template_default .content {
    padding: 5px 10px;
}

.module_encart_contenu.template_default .lien {
    display: block;
    text-align:right;
}

.module_encart_contenu.template_default .lien:hover span {
    text-decoration: underline;
}

.module_encart_contenu.template_default .visuel.absolute {
    position: absolute;
    bottom: 0px;
}

.module_encart_contenu.template_default .visuel + .lien {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 39px;
    border-top: 1px solid #fff;
    background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
    text-align:left;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-transform:uppercase;
}

.module_encart_contenu.template_default .visuel + .lien span {
    padding: 0 0 0 20px;
}.module_encart_contenu.template_style_2 {
    position: relative;
}

.module_encart_contenu.template_style_2.over {
    cursor: pointer;
}

.module_encart_contenu.template_style_2 .content {
    position: relative;
    padding: 10px;
}

.module_encart_contenu.template_style_2 h3.titre {
    position: absolute;
    top:-16px;
    left: 0;
    width: 100%;
    text-align: center;
}

.module_encart_contenu.template_style_2 h3.titre span {
    display: inline-block;
    color: ;
    background: #f3f3f5;
    padding: 5px 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    font-weight: 600;
    -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;
}

.module_encart_contenu.template_style_2.over h3.titre span {
    color: #fff;
    background: ;
    border: 1px solid ;
}

.module_encart_contenu.template_style_2 h4.sous-titre {
    color: ;
    padding: 34px 0 10px 0;
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.module_encart_contenu.template_style_2 .contenu {
    text-align: center;
    font-family: '', sans-serif;
    font-size: 13px;
    color: #6d6d6d;
}.module_flux_facebook .dark_background{
    background-color: #333333;
}.module_fiche_actualite.template_default {
    position: relative;
}

.module_fiche_actualite .conteneur{
    overflow:hidden;
}

.module_fiche_actualite .details {
    float: left;
    width: 290px;
}

.module_fiche_actualite .visuel {
    float: left;
    width: 670px;
}

.module_fiche_actualite .details .contenu {
    margin: 15px 0 0 0;
}

.module_fiche_actualite .details .titre {
    font-size: 24px;
    color: ;
}.module_fiche_chambre.template_default {
    position: relative;
}

.module_fiche_chambre .conteneur{
    overflow:hidden;
}

.module_fiche_chambre .details {
    float: left;
    width: 290px;
}

.module_fiche_chambre .visuel {
    float: left;
    width: 670px;
}

.module_fiche_chambre .information {
    text-align: right;
    padding:10px 0;
}

.module_fiche_chambre .details .contenu {
    margin: 15px 0 0 0;
}

.module_fiche_chambre .details .titre {
    font-size: 24px;
    color: ;
}

.module_fiche_chambre .details .sous_titre {
    font-size: 16px;
    color: #333;
}

.module_fiche_chambre .information .prix_a_partir_de {
    margin: 15px 0 7px 0;
    font-size: 16px;
    color: ;
    font-weight: bold;
}

.module_fiche_chambre .information .prix {
    font-size: 20px;
}

.module_fiche_chambre .galerie_container {
    position: relative;
    width: 650px;
    height: 420px;
}

.module_fiche_chambre .launch_diaporama {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}.module_fiche_offre.template_default {
    position: relative;
}

.module_fiche_offre .conteneur{
    overflow:hidden;
}

.module_fiche_offre .details {
    float: left;
    width: 290px;
}

.module_fiche_offre .visuel {
    float: left;
    width: 670px;
}

.module_fiche_offre .information {
    text-align: right;
    padding:10px 0;
}

.module_fiche_offre .details .contenu {
    margin: 15px 0 0 0;
}

.module_fiche_offre .details .titre {
    font-size: 24px;
    color: ;
}

.module_fiche_offre .information .prix_a_partir_de {
    margin: 15px 0 7px 0;
    font-size: 16px;
    color: ;
    font-weight: bold;
}

.module_fiche_offre .information .prix {
    font-size: 20px;
}.module_flickr .titre {
    color: ;
    font-family: '';
    padding: 0 0 10px 0;
    font-size:18px;
}
.module_flickr a img {
    margin-bottom: 3px;
}.module_formulaire_candidature .section_title {
    font-weight: bold;
    font-size: 18px;
    color: #f0b679;
    margin: 25px 0 10px 0;
}

.module_formulaire_candidature .section_title span {
    font-weight: normal;
    font-size: 15px;
}

.module_formulaire_candidature .formulaire .ligne_form .classic_label {
    width: 190px;
    padding-top: 12px;
}

.module_formulaire_candidature .formulaire .ligne_form .classic_label.no_padding {
    padding-top: 5px;
}

.module_formulaire_candidature .formulaire input[type=text], .module_formulaire_candidature .formulaire input[type=password], .module_formulaire_candidature .formulaire select, .formulaire textarea {
    width: 230px;
    box-sizing: border-box;
    padding: 10px 10px !important;
    border-radius: 6px !important;
    border: 2px solid #E5E5E5 !important;
}

.module_formulaire_candidature .formulaire select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.module_formulaire_candidature .formulaire .select_container {
    display: inline-block;
    position: relative;
}

.module_formulaire_candidature .formulaire .select_container:after{
    content:"";
    position:absolute;
    z-index:2;
    right:12px;
    top:50%;
    margin-top:-3px;
    height:0;
    width:0;
    border-top:4px solid #333;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    pointer-events:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}

.module_formulaire_candidature .table_form_candidature {
    width: 100%;
}

.module_formulaire_candidature .table_form_candidature td {
    width: 50%;
    vertical-align: top;
}.module_galerie.template_default {
    position: relative;
    padding: 0 15px 15px 15px;
}

.module_galerie.template_default .titre {
    color: ;
    font-family: '';
    padding: 10px 0;
    font-weight: bold;
    font-size:18px;
    text-transform: uppercase;
}

.module_galerie.template_default .galerie_container {
    position: relative;
}

.module_galerie.template_default .bx-wrapper .bx-prev {
    background: url("../../img/modules/slider_prev_blanc.png") no-repeat left top;
    width:15px;
    height:22px;
    left: 10px;
    margin-top: -22px;
    z-index: 1500;
}

.module_galerie.template_default .bx-wrapper .bx-next {
    background: url("../../img/modules/slider_next_blanc.png") no-repeat left top;
    width:15px;
    height:22px;
    right: 10px;
    margin-top: -22px;
    z-index: 1500;
}

.module_galerie.template_default .contenu {
    padding: 5px;
    text-align: center;
}

.module_galerie.template_default .launch_diaporama {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.module_galerie.template_default .launch_diaporama .icone {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    text-decoration: none;
    opacity: 0.8;
}

.module_galerie.template_default .launch_diaporama:hover .icone {
    background: url("../../img/modules/galerie_zoom.png") no-repeat;
}

.module_galerie.template_default .link-galerie{
      display: block;
      font-size: 11px;
      text-align: center;
}.module_galerie.template_light {
    position: relative;
    padding: 0;
}

.module_galerie.template_light .galerie_container {
    position: relative;
}

.module_galerie.template_light .bx-wrapper .bx-prev {
    background: url("../../img/modules/slider_prev_blanc.png") no-repeat left top;
    width:15px;
    height:22px;
    left: 10px;
    margin-top: -22px;
    z-index: 1500;
}

.module_galerie.template_light .bx-wrapper .bx-next {
    background: url("../../img/modules/slider_next_blanc.png") no-repeat left top;
    width:15px;
    height:22px;
    right: 10px;
    margin-top: -22px;
    z-index: 1500;
}

.module_galerie.template_light .contenu{
    margin:0;
}

.module_galerie.template_light ul li .link-galerie{
      display: block;
      font-size: 11px;
      text-align: center;
}.module_galerie.template_liste {
    position: relative;
    padding: 0;
}

.module_galerie.template_liste .galerie_container {
    position: relative;
}

.module_galerie.template_liste .galerie_container ul li {
    display: block;
    float: left;
    margin: 0 5px 10px 5px;
}

.module_galerie.template_liste .galerie_container ul li .link-galerie{
      display: block;
      text-align: center;
      font-size: 11px;
}.module_galerie.template_tuile {
    position: relative;
    padding: 0;
}

.module_galerie.template_tuile .galerie_container {
    position: relative;
    margin: auto;
}

.module_galerie.template_tuile .galerie_container{
    width: 1200px;
}

.bandeau_pleine_larg .module_galerie.template_tuile .galerie_container{
    width: 100%;
}

.module_galerie.template_tuile .galerie_container .link-galerie{
    position: absolute;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    width: 100%;
    height: 20px;
    bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.module_galerie.template_tuile .galerie_container .link-galerie:hover{
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.7);
}

.module_galerie.template_tuile .galerie_container .tiles .item .launch_diaporama{
    position: absolute;
    top:0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
}

.module_galerie.template_tuile .galerie_container .tiles .item .launch_diaporama.with_download{
    height: 90%;
}

.bandeau_pleine_larg .module_galerie.template_tuile .galerie_container .tiles .item .launch_diaporama.with_download{
    height: 278px;
}

.module_galerie.template_tuile .galerie_container .tiles .item .launch_diaporama:hover{
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999999;
}

.module_galerie.template_tuile .galerie_container .tiles .item .launch_diaporama .fa{
    opacity: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 50px;
    width: 100%;
    height: 100%;
    line-height: 190px;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

.module_galerie.template_tuile .galerie_container .tiles .item .launch_diaporama:hover .fa{
    opacity: 1;
}

.module_galerie.template_tuile .galerie_container .tiles .item{
    height: 200px;
    
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease  0.2s;
    transition: all ease  0.2s;

    overflow: hidden;

    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.module_galerie.template_tuile .galerie_container .tiles .item .border{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.module_galerie.template_tuile .galerie_container .tiles .item .background_tile{
    height: 100%;
    width: 100%;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all ease  0.2s;
    transition: all ease  0.2s;
}

.module_galerie.template_tuile .galerie_container .tiles .item:hover .background_tile{
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.bandeau_pleine_larg .module_galerie.template_tuile .galerie_container .tiles .item{
    height: 300px;
    background-size: cover;
    -webkit-transition: all ease  0.2s;
    transition: all ease  0.2s;
}

.bandeau_pleine_larg .module_galerie.template_tuile .galerie_container .tiles .item .background_tile{
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.module_galerie.template_tuile .galerie_container .tiles .item.tile-big{
    width: 490px;
}
.module_galerie.template_tuile .galerie_container .tiles .item-sizer,
.module_galerie.template_tuile .galerie_container .tiles .item.tile-small{
    width: 245px;
}



.bandeau_pleine_larg .module_galerie.template_tuile .galerie_container .tiles .item.tile-big{
    width: 50%;
}
.bandeau_pleine_larg .module_galerie.template_tuile .galerie_container .tiles .item-sizer,
.bandeau_pleine_larg .module_galerie.template_tuile .galerie_container .tiles .item.tile-small{
    width: 25%;
}

.module_galerie_tags.template_default {
    position: relative;
    padding: 0;
}

.module_galerie_tags.template_default .filters {
    text-align: center;
    margin: 40px 0 20px 0;
}

.module_galerie_tags.template_default .filters span {
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.module_galerie_tags.template_default .filters a {
    display: inline-block;
    background: #eee;
    padding: 4px 20px;
    margin: 5px;
}

.module_galerie_tags.template_default .filters a:hover, .module_galerie_tags.template_default .filters a.active {
    text-decoration: none;
    background: #333;
    color: #fff;
}

.module_galerie_tags.template_default .galerie_container {
    position: relative;
    padding: 0 6px;
}

.module_galerie_tags.template_default .galerie_container .box {
    display: none;
    position: relative;
    float: left;
    width: 500px;
    height: 500px;
}

.module_galerie_tags.template_default .galerie_container .box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin: 6px
}

.module_galerie_tags.template_default .galerie_container .box a .overlay_zoom {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-image: url("../../img/modules/galerie_zoom.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30%;
}

.module_galerie_tags.template_default .galerie_container .box a:hover .overlay_zoom {
    display: block;
}.module_galerie_tags.template_style_2 {
    position: relative;
    padding: 0;
}

.module_galerie_tags.template_style_2 .galerie_container {
    position: relative;
}

.module_galerie_tags.template_style_2 .galerie_container .box {
    display: none;
    position: relative;
    float: left;
    width: 500px;
    height: 500px;
}

.module_galerie_tags.template_style_2  .galerie_container .box.filters {
    text-align: center;
}

.module_galerie_tags.template_style_2  .galerie_container .box.filters .filters_container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.module_galerie_tags.template_style_2  .galerie_container .box.filters span {
    display: block;
    margin: 0 0 30px 0;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 20px;
}

.module_galerie_tags.template_style_2  .galerie_container .box.filters a {
    display: inline-block;
    background: #eee;
    padding: 4px 20px;
    margin: 5px;
}

.module_galerie_tags.template_style_2 .galerie_container .box.filters a:hover, .module_galerie_tags.template_style_2 .galerie_container .box.filters a.active {
    text-decoration: none;
    background: #333;
    color: #fff;
}

.module_galerie_tags.template_style_2 .galerie_container .box .link_slideshow {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.module_galerie_tags.template_style_2 .galerie_container .box .link_slideshow .overlay_zoom {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-image: url("../../img/modules/galerie_zoom.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20%;
}

.module_galerie_tags.template_style_2 .galerie_container .box .link_slideshow:hover .overlay_zoom {
    display: block;
}.module_galerie_tags.template_style_3 {
    position: relative;
    padding: 0;
}

.module_galerie_tags.template_style_3 .filters {
    text-align: center;
    margin: 40px 0 20px 0;
}

.module_galerie_tags.template_style_3 .filters span {
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.module_galerie_tags.template_style_3 .filters a {
    display: inline-block;
    background: #eee;
    padding: 4px 20px;
    margin: 5px;
}

.module_galerie_tags.template_style_3 .filters a:hover, .module_galerie_tags.template_style_3 .filters a.active {
    text-decoration: none;
    background: #333;
    color: #fff;
}

.module_galerie_tags.template_style_3 .galerie_container {
    position: relative;
    padding: 0 70px;
}

.module_galerie_tags.template_style_3 .galerie_container .box {
    display: none;
    position: relative;
    float: left;
    width: 500px;
    height: 500px;
}

.module_galerie_tags.template_style_3 .galerie_container .box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.module_galerie_tags.template_style_3 .galerie_container .box a .overlay_zoom {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-image: url("../../img/modules/galerie_zoom.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10%;
}

.module_galerie_tags.template_style_3 .galerie_container .box a:hover .overlay_zoom {
    display: block;
}.module_iframe_fullscreen iframe {
    width: 100%;
    height: 800px;
    border: none;
}.module_encart_meteo.template_default {
    position: relative;
    font-size: 13px;
}

.module_encart_meteo.template_default .meteo_container .heure {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
    color: #666;
    padding: 3px 0 0 0;
}

.module_encart_meteo.template_default .meteo_container .date {
    text-align: center;
    color: #666;
    padding: 5px 0 0 0;
}

.module_encart_meteo.template_default .meteo_container .meteo {
    text-align: center;
    padding: 2px 0;
}

.module_encart_meteo.template_default .meteo_container .bloc_meteo {
    width: 65px;
    display: inline-block;
    text-align: center;
}

.module_encart_meteo.template_default .meteo_container .bloc_meteo img {
    width: 50px;
}

.module_encart_meteo.template_default .meteo_container .bloc_meteo .temperature_high {
    font-weight: 600;
    color: #333;
}

.module_encart_meteo.template_default .meteo_container .bloc_meteo .temperature_low {
    color: #666;
}

.module_encart_meteo.template_default .meteo_container .bloc_meteo .jour {
    color: #333;
}

.module_encart_meteo.template_default .meteo_container .bloc_meteo .jour strong {
    font-weight: 600;
}

.module_encart_meteo.template_default .meteo_container .ville_pays {
    text-align: center;
    color: #666;
    font-weight: 600;
    padding: 7px 0 7px 0;
}.module_encart_meteo.template_style_2 {
    position: relative;
    Font-family: 'Open Sans';
}

.module_encart_meteo.template_style_2 .meteo_container {
    padding: 15px;
}

.module_encart_meteo.template_style_2 .meteo_container .today {

}

.module_encart_meteo.template_style_2 .meteo_container .today .picto {
    float: left;
    width: 100px;
    height: 92px;
    line-height: 92px;
    text-align: left;
}

.module_encart_meteo.template_style_2 .meteo_container .today .picto img {
    width: 80px;
}

.module_encart_meteo.template_style_2 .meteo_container .today .details {
    float: left;
    width: 160px;
}

.module_encart_meteo.template_style_2 .meteo_container .today .details .temperature {
    font-size: 46px;
    font-weight: bold;
    color: ;
}

.module_encart_meteo.template_style_2 .meteo_container .today .details .ville_pays {
    margin-top: -5px;
    font-size: 14px;
    color: #6d6d6d;
}

.module_encart_meteo.template_style_2 .meteo_container .today .details .date {
    margin-top: 2px;
    font-weight: bold;
    color: #6d6d6d;
    font-size: 12px;
    text-transform: uppercase;
}

.module_encart_meteo.template_style_2 .meteo_container .separator {
    width: 100%;
    height: 1px;
    background: ;
    margin: 15px 0;
    -moz-box-shadow: inset 50px 0px 50px -30px #fff, inset -50px 0px 50px -30px #fff;
    -webkit-box-shadow: inset 50px 0px 50px -30px #fff, inset -50px 0px 50px -30px #fff;
    box-shadow: inset 50px 0px 50px -30px #fff, inset -50px 0px 50px -30px #fff;
}

.module_encart_meteo.template_style_2 .meteo_container .next_days .bloc_meteo {
   float: left;
   width: 86px;
   text-align: center;
}

.module_encart_meteo.template_style_2 .meteo_container .next_days .bloc_meteo img {
   width: 40px;
}

.module_encart_meteo.template_style_2 .meteo_container .next_days .bloc_meteo .jour {
    margin-top: 2px;
    font-weight: bold;
    color: #6d6d6d;
    font-size: 12px;
    text-transform: uppercase;
}

.module_encart_meteo.template_style_2 .meteo_container .next_days .bloc_meteo .temperature_high {
    font-weight: bold;
    color: ;
    font-size: 12px;
}

.module_encart_meteo.template_style_2 .meteo_container .next_days .bloc_meteo .temperature_low {
    font-weight: bold;
    color: #cccccc;
    font-size: 12px;
}.module_newsletter.template_default {
    position: relative;
    padding: 10px;
}

.module_newsletter.template_default .titre {
    color: ;
    font-family: '';
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size:18px;
}

.module_newsletter.template_default .contenu {
    margin: 0 0 10px 0;
}

.module_newsletter.template_default .news_ok {
    color: #46a546;
    font-weight: bold;
}

.module_newsletter.template_default .news_erreur {
    color: #d61f25;
    font-weight: bold;
}.module_newsletter.template_style_2 {
    position: relative;
    padding: 10px;
    text-align: center;
}

.module_newsletter.template_style_2 .titre {
    color: ;
    font-family: '';
    padding: 0;
    font-weight: bold;
    font-size:18px;
}

.module_newsletter.template_style_2 .contenu {
    margin: 0 0 10px 0;
}

.module_newsletter.template_style_2 .news_ok {
    color: #46a546;
    font-weight: bold;
}

.module_newsletter.template_style_2 .news_erreur {
    color: #d61f25;
    font-weight: bold;
}

.module_newsletter.template_style_2 .submit_button {
    margin-left: -4px;
}.module_offres_alternate tbody:first-child{
  width: 100%;
  display: inline-table;
}

.module_offres_alternate .bandeau_offres_alternate{
	display: block;
	width: 100%;
	height: 560px;
	overflow: hidden;
	border-collapse: collapse;
}

.module_offres_alternate .bandeau_offres_alternate td{
	vertical-align: top;
}

.module_offres_alternate .partie_contenu{
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 560px;
	width: 45%;
	cursor: pointer;
}

.module_offres_alternate .bandeau_offres_alternate:ntd-child(even) .partie_contenu{
	background-color: #fff;
}

.module_offres_alternate .bandeau_offres_alternate:ntd-child(odd) .partie_contenu{
	background-color: #fafafa;
}

.module_offres_alternate .partie_contenu .cell_center{
	vertical-align: middle;
	height: 560px;
	line-height: 1.2;
}

.module_offres_alternate .partie_contenu .content{
	padding: 0 49px;
	text-align: center;
}

.module_offres_alternate .partie_contenu h2{
	margin: .75em 0 .5em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.4em;
	font-family: 'Libre Baskerville';
	color: #5F5F5F;
}

.module_offres_alternate .partie_contenu h3{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.4em;
	font-family: 'Libre Baskerville';
}

.module_offres_alternate .partie_contenu h3 a{
	text-decoration: none;
	color: #333333;
}

.module_offres_alternate .partie_contenu .picto{
	line-height: 19.6000003814697px;
	text-align: center;
	width: 45px;
	height: 11px;
	margin: 8px 0 6px 0;
}

.module_offres_alternate .partie_contenu .accroche{
	margin-top: 20px;
	font-size: 16px;
	font-weight:100;
	line-height: 2em;
	color: #808080;
}

.module_offres_alternate .partie_contenu .prix_a_partir_de{
	font-size: 20px;
	font-family: Georgia, sans-serif;
	font-weight: 100;
	font-style: italic;
	line-height: 2.2em;
}

.module_offres_alternate .partie_contenu .bouton{
	padding: 10px 33px;
	color: ;
	background-color: ;
}

.module_offres_alternate .partie_contenu .bouton:hover{
	color: ;
	background-color: ;
}

.module_offres_alternate .partie_contenu .reservation{
  margin-top: 12px;
}


.module_offres_alternate .partie_image{
	position: relative;
}

.module_offres_alternate .background{
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.module_offres_alternate .background.active{
	z-index: 3!important;
}

.module_offres_alternate .translation{
	-webkit-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
	   -moz-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
	     -o-transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
	        transition: all 700ms cubic-bezier(0.600, 0.040, 0.800, 0.335);
}


.module_offres.template_default .bloc_offre {
    width: 300px;
    float: left;
    margin: 0 12px 40px 12px;
    cursor: pointer;
}

.module_offres.template_default .bloc_offre h3 {
    font-size: 16px;
    font-weight: normal;
    font-family: '';
    color:;
    margin: 0;
    padding: 0;
}

.module_offres.template_default .bloc_offre .offre_details {
    position: relative;
    padding: 6px;
    height: 120px;
}

.module_offres.template_default .bloc_offre .offre_details .contenu {
    margin: 10px 0;
}

.module_offres.template_default .bloc_offre .offre_details .prix {
    font-style: italic;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.module_offres.template_default .bloc_offre .offre_details .prix strong {
    font-style: normal;
    font-size: 18px;
    font-family: '';
    color:;
}

.module_offres.template_default .bloc_offre .offre_details .prix i {
    margin-left: 3px;
}.module_offres.template_liste .bloc_offre {
    display: table;
    height: 110px;
    width: 100%;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.module_offres.template_liste .bloc_offre h3 {
    font-size: 16px;
    font-weight: normal;
    font-family: '';
    color:;
    margin: 0;
    padding: 0;
}

.module_offres.template_liste .bloc_offre .visuel {
    display: table-cell;
    vertical-align: top;
    width: 240px;
}

.module_offres.template_liste .bloc_offre .offre_details {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 5px 10px 0 10px;
    height: 105px;
    width: 100%;
}

.module_offres.template_liste .bloc_offre .offre_details .contenu {
    margin: 10px 0;
}

.module_offres.template_liste .bloc_offre .offre_details .prix {
    font-style: italic;
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.module_offres.template_liste .bloc_offre .offre_details .prix strong {
    font-style: normal;
    font-size: 18px;
    font-family: '';
    color:;
}

.module_offres.template_liste .bloc_offre .offre_details .prix i {
    margin-left: 3px;
}.module_onglet .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.module_onglet .ui-widget-content {
    border: 0;
}.module_pinterest .titre {
    color: ;
    font-family: '';
    padding: 0 0 10px 0;
    font-size:18px;
}
.module_pinterest .contenu span {
    overflow:hidden;
}.module_presse .dossier{
    height: 70px;
    width: 250px;
    margin: auto;
    background-color:rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);

    color: ;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
}

.module_presse .dossier a{
    height: 100%;
    width: 100%;
    display: inline-block;
}

.module_presse .dossier a .fa{
    position: relative;
    top: 4px;
    font-size: 30px;
    margin-right: 24px;
    color: rgba(0, 0, 0, 0.6);
}.module_push_actualites.template_default {
    position: relative;
}

.module_push_actualites.template_default h3.titre {
    color: ;
    font-family: '';
    font-size: 22px;
    font-weight: normal;
    padding: 20px 10px 5px 10px;
}
.module_push_actualites.template_default h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
    margin-bottom:-7px;
}
.module_push_actualites.template_default h4.sous-titre a:hover{
    text-decoration:none;
}
.module_push_actualites.template_default .date_actu {
    font-size: 12px;
    color: #888888;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.module_push_actualites.template_default .content {
    padding: 5px 10px 25px 10px;
}

.module_push_actualites.template_default .visuel img{
     bottom:0;
}

.module_push_actualites.template_default .lien {
    display: block;
    text-align:right;
}

.module_push_actualites.template_default .lien:hover span {
    text-decoration: underline;
}

.module_push_actualites.template_default .visuel + .lien {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 39px;
    border-top: 1px solid #fff;
    background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
    text-align:left;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-transform:uppercase;

}

.module_push_actualites.template_default .visuel + .lien span {
    padding: 0 0 0 20px;
}

.module_push_actualites.template_default .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    top:-13px;
    z-index:8000;
    position:absolute;
    height:13px;
}
.module_push_actualites.template_default.bas .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position:absolute;
    height:13px;
    top:-13px;
}

.module_push_actualites.template_default .toute_actus {
    position:absolute;
    bottom:5px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    color:;
    font-size:9px;
    padding-right:5px;
    text-decoration:underline;
}

.module_push_actualites.template_default .toute_actus .fa-plus {
    padding-right:2px;
}

.module_push_actualites.template_default .toute_actus .icone {
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}.module_push_actualites.template_diaporama {
    position: relative;
    padding: 5px;
    width: 950px;
    height: 380px;
}

.module_push_actualites.template_diaporama .details_container {
    float: left;
    width: 300px;
}

.module_push_actualites.template_diaporama .detail {
    display: none;
    padding: 25px;
}

.module_push_actualites.template_diaporama .detail_0 {
    display: block;
}

.module_push_actualites.template_diaporama .detail .titre {
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 5px 0;
}

.module_push_actualites.template_diaporama .detail .sous_titre {
    font-size: 26px;
    font-style: italic;
    color: ;
    margin: 0 0 5px 0;
}

.module_push_actualites.template_diaporama .detail .contenu {
    color: #6d6d6d;
    font-size: 13px;
    margin-top: 15px;
}

.module_push_actualites.template_diaporama .detail .contenu p {
    line-height: 1.6em;
}

.module_push_actualites.template_diaporama .detail .en_savoir_plus {
    position: absolute;
    left: 25px;
    bottom: 35px;
    width: 260px;
    display: block;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: uppercase;
    background: ;
    color: ;
    padding: 10px 0;
    border: 0;
    text-decoration: none;
}

.module_push_actualites.template_diaporama .detail .en_savoir_plus:hover {
    background: ;
    color: ;
}

.module_push_actualites.template_diaporama .detail .all_link {
    position: absolute;
    left: 25px;
    bottom: 5px;
    width: 260px;
    display: block;
    text-align: right;
    font-family: 'Open Sans';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}


.module_push_actualites.template_diaporama .diaporama_container {
    float: left;
    width: 650px;
    overflow: hidden;
}

.module_push_actualites.template_diaporama .bx-wrapper img {
    width: 650px;
    height: 380px;
}

.module_push_actualites.template_diaporama .bx-wrapper .bx-prev {
    background: url("../../img/modules/diaporama_prev.png") no-repeat left top;
    width:50px;
    height:60px;
    left: 0;
    margin-top: -30px;
    z-index: 1500;
}

.module_push_actualites.template_diaporama .bx-wrapper .bx-prev:hover {
    left: -3px;
}

.module_push_actualites.template_diaporama .bx-wrapper .bx-next {
    background: url("../../img/modules/diaporama_next.png") no-repeat left top;
    width:50px;
    height:60px;
    right: 0;
    margin-top: -30px;
    z-index: 1500;
}

.module_push_actualites.template_diaporama .bx-wrapper .bx-next:hover {
    right: -3px;
}

.module_push_actualites.template_style_2 {
    position: relative;
}

.module_push_actualites.template_style_2 h3.titre{
    padding: 0 10px;
}

.module_push_actualites.template_style_2 .content{
    padding: 15px 10px 30px 10px;
}

.module_push_actualites.template_style_2 h3.titre {
    color: #333333;
    font-family: '';
    font-size: 18px;
    font-weight: normal;
    padding-top:0px;
    text-transform: uppercase;
    padding: 10px 40px 10px 10px;
}
.module_push_actualites.template_style_2 h4.sous-titre {
    color: #333333;
    font-family: '';
    font-size: 16px;
    font-weight: normal;
    text-decoration:none;
    margin-bottom:-3px;
}
.module_push_actualites.template_style_2 h4.sous-titre a:hover{
    text-decoration:none;
}
.module_push_actualites.template_style_2 .date_actu {
    font-size: 14px;
    color: #333333;
    font-style: italic;
    margin: 0 0 5px 0;
    font-weight:normal;
}

.module_push_actualites.template_style_2 .contenu {
    margin: 0 0 10px 0;
}

.module_push_actualites.template_style_2.content {
    padding:15px 0 0;
}

.module_push_actualites.template_style_2 .lien {
    background: none repeat scroll 0 0 #333333;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.module_push_actualites.template_style_2 .lien:hover span {
    text-decoration: underline;
}

.module_push_actualites.template_style_2 .bx-wrapper .bx-controls-direction a {
    top: auto;
    z-index:8000;
    position:absolute;
    bottom :4px;
}
.module_push_actualites.template_style_2 .bx-wrapper .bx-prev {
    background:url('../../img/modules/icone-arrow-left-circle.png') no-repeat scroll;
    width:15px;
    height:15px;
    left:6px
}
.module_push_actualites.template_style_2 .bx-wrapper .bx-next {
    background:url('../../img/modules/icone-arrow-right-circle.png') no-repeat scroll;
    width:15px;
    height:15px;
    right:6px
}
.module_push_actualites.template_style_2 .bx-wrapper .bx-prev:before {
   font-family: FontAwesome;
   content: "\f0a8";
}

.module_push_actualites.template_style_2 .toute_actus{
    position:absolute;
    top:0px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    text-decoration:underline;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #333333 transparent transparent;
}
.module_push_actualites.template_style_2 .toute_actus .fa-plus{
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 8px;
}
.module_push_actualites.template_style_2 .toute_actus .icone{
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}.module_push_actualites.template_style_3 {
    position: relative;
}

.module_push_actualites.template_style_3 .entete {
    padding: 12px;
}

.module_push_actualites.template_style_3 h3.titre{
    font-family: '';
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}

.module_push_actualites.template_style_3 h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    margin-bottom:-3px;
}

.module_push_actualites.template_style_3 .bx-wrapper .bx-controls-direction a {
    position:absolute;
    top: 161px;
    bottom :4px;
    z-index:8000;
    width: 31px;
    height: 37px;
    -khtml-opacity:0.4;
    -moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=4)";
    opacity : 0.4;
    -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;
}

.module_push_actualites.template_style_3 .bx-wrapper .bx-controls-direction a:hover {
    -khtml-opacity:1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)";
    opacity : 1;
}

.module_push_actualites.template_style_3 .bx-wrapper .bx-prev {
    background:url('../../img/modules/push_actu_3_prev.png') no-repeat scroll;
    left:0;
}

.module_push_actualites.template_style_3 .bx-wrapper .bx-next {
    background:url('../../img/modules/push_actu_3_next.png') no-repeat scroll;
    right:0;
}

.module_push_actualites.template_style_3 .content{
    position: relative;
    font-size: 13px;
    text-align: center;
    padding: 10px 10px 30px 10px;
}

.module_push_actualites.template_style_3 .link_block {
    position: absolute;
    top:-16px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.module_push_actualites.template_style_3 .link_block a {
    display: inline-block;
    color: ;
    background: #f3f3f5;
    padding: 5px 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    font-weight: 600;
    -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;
}

.module_push_actualites.template_style_3 .link_block a:hover {
    color: #fff;
    background: ;
    border: 1px solid ;
}


.module_push_actualites.template_style_3 .date_actu {
    font-style: italic;
    color: ;
    margin: 25px 0 5px 0;
}

.module_push_actualites.template_style_3 .contenu {
    margin: 15px 0;
    color: #6d6d6d;
}

.module_push_actualites.template_style_3 .lien {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #acacac;
    font-size: 13px;
    font-style: italic;
}

.module_push_actualites.template_style_3 .lien:hover span {
    text-decoration: underline;
}

.module_push_actualites.template_style_3 .toute_actus{
    position:absolute;
    top:0px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    text-decoration:underline;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #333333 transparent transparent;
}
.module_push_actualites.template_style_3 .toute_actus .fa-plus{
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 8px;
}
.module_push_actualites.template_style_3 .toute_actus .icone{
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}.module_push_chambres_alternate tbody:first-child{
  width: 100%;
  display: inline-table;
}

.module_push_chambres_alternate .bandeau_chambres_alternate{
	display: block;
	width: 100%;
	height: 560px;
	overflow: hidden;
	border-collapse: collapse;
}

.module_push_chambres_alternate .bandeau_chambres_alternate td{
	vertical-align: top;
}

.module_push_chambres_alternate .partie_contenu{
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 560px;
	width: 45%;
	cursor: pointer;
	background-color: ;
}

.module_push_chambres_alternate .partie_contenu .cell_center{
	vertical-align: middle;
	height: 560px;
	line-height: 1.2;
}

.module_push_chambres_alternate .partie_contenu .content{
	padding: 0 49px;
	text-align: center;
}

.module_push_chambres_alternate .partie_contenu h2{
	margin: .75em 0 .5em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.4em;
}

.module_push_chambres_alternate .partie_contenu h3{
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.4em;
}

.module_push_chambres_alternate .partie_contenu h3 a{
	text-decoration: none;
	color: #333333;
}

.module_push_chambres_alternate .partie_contenu .picto{
	line-height: 19.6000003814697px;
	text-align: center;
	width: 45px;
	height: 11px;
	margin: 8px 0 6px 0;
	font-size: 8px;
    letter-spacing: 2px;
    color: }

.module_push_chambres_alternate .partie_contenu .accroche{
	margin-top: 20px;
	font-size: 16px;
	font-weight:100;
	line-height: 2em;
	color: #808080;
}

.module_push_chambres_alternate .partie_contenu .prix_a_partir_de{
	font-size: 20px;
	font-family: Georgia, sans-serif;
	font-weight: 100;
	font-style: italic;
	line-height: 2.2em;
}

.module_push_chambres_alternate .partie_contenu .bouton{
	padding: 10px 33px;
	color: ;
	background-color: ;
}

.module_push_chambres_alternate .partie_contenu .bouton:hover{
	color: ;
	background-color: ;
}

.module_push_chambres_alternate .partie_contenu .reservation{
  margin-top: 12px;
}


.module_push_chambres_alternate .partie_image{
	position: relative;
}

.module_push_chambres_alternate .background{
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.module_push_chambres_alternate .background.active{
	z-index: 3!important;
}

.module_push_chambres_alternate .bullets{
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -45px;
    left: 0px;
    width: 22px;
    height: 90px;
}

.module_push_chambres_alternate .bullet{
    display: block;
    width: 22px;
    height: 30px;
    font-size: 10px;
    opacity: 0.8;
    cursor: pointer;
    line-height: 24px;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.36);
    background-image: url('../../img/common/pager_default.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.module_push_chambres_alternate .style_horizontal.bullets{
position: absolute;
z-index: 1000;
top: 100%;
margin-top: -30px;
left: 50%;
width: 90px;
height: 22px;
transform: translateX(-50%);
}
.module_push_chambres_alternate .style_horizontal.bullets .bullet{
float: left;
width: 30px;
height: 22px;
}


.module_push_chambres_alternate .bullet.active{
    background-image: url('../../img/common/pager_active.png');
}.module_push_chambres .slide *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.module_push_chambres{
    max-width: 1800px;
    margin: auto !important;
}

.module_push_chambres .slide{
    height: 700px;
    padding: 30px 80px 80px 80px;
    outline: none;
}

.module_push_chambres .slide_content{
    position: relative;
    height: 100%;
}

.module_push_chambres .image{
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -ms-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
}

.module_push_chambres .slide:not(.slick-current) .image{
    opacity: 0.3;
}



.module_push_chambres .vertical-align{
    height: 100%;
    border: 0;
}

.module_push_chambres .vertical-align td{
    vertical-align: middle;
}

.module_push_chambres .encart_desc{
    display: inline-block;
    position: relative;
    width: 320px;
    z-index: 2;
    left: -100px;
    padding: 30px;
    top: 50px;
    opacity: 0;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.module_push_chambres .slick-current .encart_desc{
    top: 0;
    opacity: 1;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}


.module_push_chambres .prix_a_partir_de{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
	color:#333;
	letter-spacing:1px;
}

.module_push_chambres .titre{
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 20px;
    font-family:'montserratsemi_bold';
	color:#333;
}

.module_push_chambres .contenu,
.module_push_chambres .contenu p{
    font-size: 15px;
    line-height: 30px;
}

.module_push_chambres .reservation{
    margin-top: 20px;
}

.module_push_chambres .reservation .bouton{
	font-size:16px;
}

.module_push_chambres .arrow{
    position: relative;
    margin-top: -26px;
    top: 440px;
    width: 54px;
    height: 54px;
    transition: transform 0.5s;
    font-size: 40px;
    color: ;
    cursor: pointer;
    z-index: 2;
}

.module_push_chambres .arrow.prev{
    left: 210px;

}

.module_push_chambres .arrow.next{
    right: -1575px;
    top: 410px;
}

.wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.prev{
    left: -88px
}

.wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.next{
    right: -1055px;
}

.module_push_chambres .arrow svg{
    position: absolute;
    z-index: 1;
    fill: rgba(255, 255, 255, 0);
    stroke-width: 2px;
    stroke: ;
    top: 0px;
    left: -19px;
    stroke-dashoffset: 170;
    stroke-dasharray: 170;
    -webkit-transition: stroke-dashoffset .9s ease-in-out;
    -moz-transition: stroke-dashoffset .9s ease-in-out;
    -ms-transition: stroke-dashoffset .9s ease-in-out;
    transition: stroke-dashoffset .9s ease-in-out;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.module_push_chambres .arrow svg.border{
    stroke-width: 1px;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
}

.module_push_chambres .arrow.next svg {
    left: -22px;
}

.module_push_chambres .arrow.prev svg {
    left: -19px;
}

.module_push_chambres .arrow:hover svg:not(.border),
.module_push_chambres .arrow.transition svg:not(.border){
    stroke-dashoffset: 0;
}

.module_push_chambres .slick-dots{
    bottom: 25px;
}

.module_push_chambres .slick-slider{
    margin-bottom: 0;
}

.module_push_chambres .slick-dots li button:before{
    font-size: 10px;
}

@media screen and (max-width: 1840px){
    .module_push_chambres .slide{
        padding: 80px;
        height: 600px;
    }
    .module_push_chambres .arrow{
        position: absolute;
        top: 50%;
    }
    .module_push_chambres .arrow.next{
        right: 170px;
        top: 50%;
    }
    .wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.prev{
        position: relative;
        left: -85px;
        top: 410px;
    }

    .wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.next{
        position: relative;
        top: 410px;
        right: -1055px;
    }
}

@media screen and (max-width: 1500px){
    .module_push_chambres .arrow.prev{
        left: 110px;
    }

    .module_push_chambres .arrow.next{
        right: 70px;
    }
}

@media screen and (max-width: 1380px){
    .module_push_chambres .slide{
        padding: 55px;
    }
    .module_push_chambres .arrow.prev{
        left: 85px;
    }

    .module_push_chambres .arrow.next{
        right: 45px;
    }

    .module_push_chambres .encart_desc{
        width: 300px;
        left: -80px;
    }

    .module_push_chambres .slick-dots{
        bottom: 15px;
    }

    .wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.prev{
        position: relative;
        left: -65px;
        top: 410px;
    }

    .wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.next{
        position: relative;
        top: 410px;
        right: -1030px;
    }
}

@media screen and (max-width: 1280px){
    .module_push_chambres .slide{
        height: 550px;
    }
}

@media screen and (max-width: 1180px){
    .module_push_chambres .slide{
        padding: 55px 35px;
    }
    .module_push_chambres .arrow.prev{
        left: 25px;
    }

    .module_push_chambres .arrow.next{
        right: -15px;
    }

    .module_push_chambres .encart_desc{
        width: 300px;
        left: -40px;
    }

    .wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.prev{
        position: relative;
        left: -45px;
        top: 410px;
    }

    .wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.next{
        position: relative;
        top: 410px;
        right: -1010px;
    }
}


@media screen and (max-width: 1080px){
    .module_push_chambres .slide{
        padding: 40px 0px;
    }

    .module_push_chambres .encart_desc{
        width: 290px;
        left: -30px;
    }

    .module_push_chambres .slick-dots{
        bottom: 10px;
    }

    .module_push_chambres .arrow{
        top: 40px !important;
    }

    .module_push_chambres .arrow.prev{
        left: 50%;
        margin-left: -43px;
    }

    .module_push_chambres .arrow.next{
        right: 50%;
        margin-right: -90px;
    }

    .wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.prev{
        position: absolute;
left: 50%;

    }

    .wrapper_content:not(.bandeau_pleine_larg) .module_push_chambres .arrow.next{
        position: absolute;

right: 50%;
    }

}.module_push_offres.template_default {
    position: relative;
}

.module_push_offres.template_default h3.titre {
    color: ;
    font-family: '';
    font-size: 22px;
    font-weight: normal;
    padding: 20px 10px 5px 10px;
}

.module_push_offres.template_default .no-slider h3.titre {
    padding: 7px 10px 5px 10px;
}
.module_push_offres.template_default h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
}
.module_push_offres.template_default h4.sous-titre a:hover{
    text-decoration:none;
}
.module_push_offres.template_default .date_actu {
    font-size: 12px;
    color: #888888;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.module_push_offres.template_default .content {
    padding: 5px 10px 25px 10px;
}

.module_push_offres.template_default .visuel img{
     bottom:0;
}

.module_push_offres.template_default .lien {
    display: block;
    text-align:right;
}

.module_push_offres.template_default .lien:hover span {
    text-decoration: underline;
}

.module_push_offres.template_default .visuel + .lien {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 39px;
    border-top: 1px solid #fff;
    background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
    text-align:left;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-transform:uppercase;

}

.module_push_offres.template_default .visuel + .lien span {
    padding: 0 0 0 20px;
}

.module_push_offres.template_default .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    top:-13px;
    z-index:8000;
    position:absolute;
    height:13px;
}
.module_push_offres.template_default.bas .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position:absolute;
    height:13px;
    top:-13px;
}

.module_push_offres.template_default .toute_actus {
    position:absolute;
    bottom:5px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    color:;
    font-size:9px;
    padding-right:5px;
    text-decoration:underline;
}

.module_push_offres.template_default .toute_actus .fa-plus {
    padding-right:2px;
}

.module_push_offres.template_default .toute_actus .icone {
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}

.module_push_offres.template_default .prix {
    text-align: right;
}

.module_push_offres.template_default .prix strong {
    font-size: 20px;
    color: ;
}.module_push_offres.template_diaporama {
    position: relative;
    padding: 5px;
    width: 950px;
    height: 380px;
}

.module_push_offres.template_diaporama .details_container {
    float: left;
    width: 300px;
}

.module_push_offres.template_diaporama .detail {
    display: none;
    padding: 25px;
}

.module_push_offres.template_diaporama .detail_0 {
    display: block;
}

.module_push_offres.template_diaporama .detail .titre {
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 5px 0;
}

.module_push_offres.template_diaporama .detail .sous_titre {
    font-size: 26px;
    font-style: italic;
    color: ;
    margin: 0 0 5px 0;
}

.module_push_offres.template_diaporama .detail .contenu {
    color: #6d6d6d;
    font-size: 13px;
    margin-top: 15px;
}

.module_push_offres.template_diaporama .detail .contenu p {
    line-height: 1.6em;
}

.module_push_offres.template_diaporama .detail .en_savoir_plus {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 260px;
    display: block;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: uppercase;
    background: ;
    color: ;
    padding: 10px 0;
    border: 0;
    text-decoration: none;
}

.module_push_offres.template_diaporama .detail .en_savoir_plus:hover {
    background: ;
    color: ;
}

.module_push_offres.template_diaporama .detail .all_link {
    position: absolute;
    left: 25px;
    bottom: 5px;
    width: 260px;
    display: block;
    text-align: right;
    font-family: 'Open Sans';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.module_push_offres.template_diaporama .diaporama_container {
    float: left;
    width: 650px;
    overflow: hidden;
}

.module_push_offres.template_diaporama .bx-wrapper img {
    width: 650px;
    height: 380px;
}

.module_push_offres.template_diaporama .bx-wrapper .bx-prev {
    background: url("../../img/modules/diaporama_prev.png") no-repeat left top;
    width:50px;
    height:60px;
    left: 0;
    margin-top: -30px;
    z-index: 1500;
}

.module_push_offres.template_diaporama .bx-wrapper .bx-prev:hover {
    left: -3px;
}

.module_push_offres.template_diaporama .bx-wrapper .bx-next {
    background: url("../../img/modules/diaporama_next.png") no-repeat left top;
    width:50px;
    height:60px;
    right: 0;
    margin-top: -30px;
    z-index: 1500;
}

.module_push_offres.template_diaporama .bx-wrapper .bx-next:hover {
    right: -3px;
}

.module_push_offres.template_hover *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.module_push_offres.template_hover{
    margin: auto !important;
    max-width: 1600px;
    text-align: center;
}
.module_push_offres.template_hover .article_contour{
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
    box-shadow: 0 0 13px rgba(0, 0, 0, .07);
    overflow: hidden;
    opacity: 0;
    position: relative;
    -webkit-transform: rotateY(89deg);
    -moz-transform: rotateY(89deg);
    -ms-transform: rotateY(89deg);
    -o-transform: rotateY(89deg);
    transform: rotateY(89deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.module_push_offres.template_hover .article_contour.open{
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.module_push_offres.template_hover article {
    position: relative;
    display: inline-block;
    float: none;
    width: 320px;
    padding: 18px 10px;
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
}

.bandeau_pleine_larg .module_push_offres.template_hover article{
    width: 24%;
}

.module_push_offres.template_hover article a{
    text-decoration: none;
}

.module_push_offres.template_hover article .background{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    cursor: pointer;
}


.module_push_offres.template_hover article .post_preview{
    position: absolute;
    top: 315px;
    width: 100%;
    padding: 50px 16px 36px 16px;
    text-align: center;
    color: #fff;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.7)40%,rgba(0,0,0,1) 100%);
    cursor: pointer;
}

.module_push_offres.template_hover article.open .post_preview,
.module_push_offres.template_hover article:hover .post_preview{
    top:250px;
}

.module_push_offres.template_hover article .post_preview .entete{
    height: 100px;
    margin: 0px 0 25px 0;
}

.module_push_offres.template_hover article .post_preview .prix{
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.module_push_offres.template_hover article .post_preview .titre{
    padding: 5px 0 0 0;
    text-align: left;
}

.module_push_offres.template_hover article .post_preview .titre a{
    font-size: 28px;
    font-family: '';
    line-height: 1.1em;
    color: #fff;
}

.module_push_offres.template_hover article .post_preview .titre1{
    font-weight: 100;
}

.module_push_offres.template_hover article .post_preview .titre2{
    font-weight: 600;
}

.module_push_offres.template_hover article .post_preview .contenu{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-family: '';
}

.module_push_offres.template_hover article .post_preview .discover{
    margin-top: 20px;
    text-align: left;
}

@media screen and (max-width: 1080px){
    .bandeau_pleine_larg .module_push_offres.template_hover article{
        width: 50%;
    }
    .bandeau_pleine_larg .module_push_offres.template_hover article{
        display: block;
        float: left;
    }

}

@media screen and (max-width: 780px){
    .bandeau_pleine_larg .module_push_offres.template_hover article{
        width: 100%;
    }
}.module_push_offres.template_style_2 {
    position: relative;
}

.module_push_offres.template_style_2 h3.titre{
    padding: 0 10px;
}

.module_push_offres.template_style_2 .content{
    padding: 15px 10px 40px 10px;
}

.module_push_offres.template_style_2 h3.titre {
    color: #333333;
    font-family: '';
    font-size: 18px;
    font-weight: normal;
    padding-top:0px;
    line-height:50px;
    text-transform: uppercase;
}
.module_push_offres.template_style_2 h4.sous-titre {
    color: #333333;
    font-family: '';
    font-size: 16px;
    font-weight: normal;
    text-decoration:none;
    margin-bottom:-3px;
}
.module_push_offres.template_style_2 h4.sous-titre a:hover{
    text-decoration:none;
}
.module_push_offres.template_style_2 .date_actu {
    font-size: 14px;
    color: #333333;
    font-style: italic;
    margin: 0 0 5px 0;
    font-weight:normal;
}

.module_push_offres.template_style_2 .contenu {
    margin: 0 0 10px 0;
}

.module_push_offres.template_style_2.content {
    padding:15px 0 0;
}

.module_push_offres.template_style_2 .lien {
    background: none repeat scroll 0 0 #333333;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 25px;
}

.module_push_offres.template_style_2 .lien a {
    color: #FFFFFF;
}

.module_push_offres.template_style_2 .lien:hover span {
    text-decoration: underline;
}

.module_push_offres.template_style_2 .bx-wrapper .bx-controls-direction a {
    top: auto;
    z-index:8000;
    position:absolute;
    bottom :4px;
}
.module_push_offres.template_style_2 .bx-wrapper .bx-prev {
    background:url('../../img/modules/icone-arrow-left-circle.png') no-repeat scroll;
    width:15px;
    height:15px;
    left:6px
}
.module_push_offres.template_style_2 .bx-wrapper .bx-next {
    background:url('../../img/modules/icone-arrow-right-circle.png') no-repeat scroll;
    width:15px;
    height:15px;
    right:6px
}
.module_push_offres.template_style_2 .bx-wrapper .bx-prev:before {
   font-family: FontAwesome;
   content: "\f0a8";
}

.module_push_offres.template_style_2 .toute_actus {
    position:absolute;
    top:0px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    text-decoration:underline;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #333333 transparent transparent;
}
.module_push_offres.template_style_2 .toute_actus .fa-plus{
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 8px;
}
.module_push_offres.template_style_2 .toute_actus .icone{
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}

.module_push_offres.template_style_2 .prix {
    text-align: right;
}

.module_push_offres.template_style_2 .prix strong {
    font-size: 20px;
    color: ;
}.module_push_offres.template_style_3 {
    position: relative;
}

.module_push_offres.template_style_3 .content{
    position: relative;
    font-size: 13px;
    text-align: center;
    padding: 10px;
}

.module_push_offres.template_style_3 .bx-wrapper .bx-controls-direction a {
    position:absolute;
    top: 92px;
    bottom :4px;
    z-index:8000;
    width: 31px;
    height: 37px;
    -khtml-opacity:0.4;
    -moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=4)";
    opacity : 0.4;
    -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;
}

.module_push_offres.template_style_3 .bx-wrapper .bx-controls-direction a:hover {
    -khtml-opacity:1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)";
    opacity : 1;
}

.module_push_offres.template_style_3 .bx-wrapper .bx-prev {
    background:url('../../img/modules/push_actu_3_prev.png') no-repeat scroll;
    left:0;
}

.module_push_offres.template_style_3 .bx-wrapper .bx-next {
    background:url('../../img/modules/push_actu_3_next.png') no-repeat scroll;
    right:0;
}


.module_push_offres.template_style_3 .link_block {
    position: absolute;
    top:-16px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.module_push_offres.template_style_3 .link_block a {
    display: inline-block;
    color: ;
    background: #f3f3f5;
    padding: 5px 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    font-weight: 600;
    -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;
}

.module_push_offres.template_style_3 .link_block a:hover {
    color: #fff;
    background: ;
    border: 1px solid ;
}

.module_push_offres.template_style_3 h3.titre {
    color: ;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
}

.module_push_offres.template_style_3 .contenu {
    margin: 15px 0;
    color: #6d6d6d;
}

.module_push_offres.template_style_3 .lien a {
    text-style: italic;
    color: #acacac;
}

.module_push_offres.template_style_3 .prix {
    color: #333;
}

.module_push_offres.template_style_3 .prix strong {
    font-size: 20px;
    color: ;
}.module_reservation {
    position: relative;
    margin: 0 0 20px 0;
}

.module_reservation .titre {
    background: none repeat scroll 0 0 #eee;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-family:}

.module_reservation .reservation_content{
    padding: 12px 30px 2px;
    border-top: none;
}

.module_reservation .liste_ligne {
    margin-bottom: 12px;
    overflow: hidden;
    line-height: 25px;
}

.module_reservation .liste_ligne label {
    color: ;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    float:left;
    width:115px;
}
.module_reservation .liste_ligne .champ_resa{
    border: 1px solid ;
    float: left;
    color: ;
}

.module_reservation .liste_ligne.code_avantage{
    background: none repeat scroll 0 0 #eee;
    height: 34px;
    line-height: 34px;
    width: 185px;
}

.module_reservation .liste_ligne.code_avantage label{
    font-size:11px;
}

.module_reservation .liste_ligne.code_avantage input{
    margin-top: 4px;
}

.module_reservation .liste_ligne.reserver{
    text-align:center;
}

.module_reservation .liste_ligne.reserver input {
    width: 139px;
}

.module_reservation .meilleur_prix {
    display: none;
    font-style: italic;
}

.module_reservation .meilleur_prix strong {
    color: #bb312f;
    font-size: 18px;
}.module_services {
    /*overflow:hidden;*/
}

.module_services .left_center{
    float: left;
    text-align: center;
}.module_sitemap a {
    display: inline-block;
    margin: 2px 0;
}.module_tableau table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.module_tableau table td {
    padding: 5px 10px;
    text-align: center;
}

.module_tableau table thead {
    background: ;
    color: #fff;
    font-weight: bold;
}

.module_tableau table tbody tr.even {
    background: #eee;
}.module_tableau_seminaires table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: '';
}

.module_tableau_seminaires h3 {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}

.module_tableau_seminaires table td {
    padding: 5px 10px;
    text-align: center;
}

.module_tableau_seminaires table thead {
    background: ;
    color: #fff;
}

.module_tableau_seminaires table tbody tr.even {
    background: #eee;
}.module_titrage.template_default {
    position: relative;
}

.module_titrage.template_default .titre {
    position: relative;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.module_titrage.template_default .titre_box {
    display:table;
    text-transform:uppercase;
    text-align:center;
    line-height: 28px;
    margin: 0 auto;
}

.module_titrage.template_default .titre_box .ligne_1 {
    display:table;
    width:100%;
}

.module_titrage.template_default .titre_box .ligne_1 .text {
    display:table-cell;
    padding:0 15px;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    font-family: 'Open Sans';
    width: 1%;
}

.module_titrage.template_default .titre_box .ligne_1 .text span {
    display: inline-block;
    vertical-align: middle;
}

.module_titrage.template_default .titre_box .ligne_1 .line,  {
    display:table-cell;
}

.module_titrage.template_default .titre_box .ligne_1 .line span {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 100%;
    background: ;
}

.module_titrage.template_default .titre_box .ligne_2 {
    display:table;
    text-align: center;
    padding: 0 10px 10px 10px;
    border-bottom:1px solid ;
}

.module_titrage.template_default .titre_box .ligne_2 .text {
    display:table-cell;
    white-space: nowrap;
    color: #333;
    font-size: 26px;
    font-family: '';
}

.module_titrage.template_default .fake_title {
    position: absolute;
    top: -99999px;
    left: 0;
}.module_titrage.template_style_2 {
    position: relative;
}

.module_titrage.template_style_2 .titre {
    display: table;
}

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

.module_titrage.template_style_2 .texte {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    padding-left: 15px;
}

.module_titrage.template_style_2 .texte .ligne_1 {
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000;
}

.module_titrage.template_style_2 .texte .ligne_2 {
    display: block;
    font-family: '';
    font-size: 26px;
    color: ;
    font-style: italic;
}

.module_titrage.template_style_2 .fake_title {
    position: absolute;
    top: -99999px;
    left: 0;
}.module_tripadvisor .contenu{
    margin:0 auto;
    display:table;
}.module_twitter{

}.module_video.template_default {
    position: relative;
    padding: 0 15px 15px 15px;
}

.module_video.template_default .titre {
    color: ;
    font-family: '';
    padding: 10px 0;
    font-weight: bold;
    font-size:18px;
}

.module_video.template_default .visuel {
    position: relative;
}

.module_video.template_default .visuel .launch_video {
    position: absolute;
    top: 0;
    left: 0;
}.module_video.template_light {
    position: relative;
}

.module_video.template_light .visuel {
    position: relative;
}

.module_video.template_light .visuel .launch_video {
    position: absolute;
    top: 0;
    left: 0;
}.module_vignettes.template_default {
    /*overflow:hidden;*/
}

.module_vignettes.template_default  ul li {
    position: relative;
    float: left;
    width: 270px;
    display: block;
    padding: 0;
    margin: 20px 22px 20px 32px;
}

.module_vignettes.template_default  ul li.has_lien {
    cursor: pointer;
}


.module_vignettes.template_default ul li .detail {
    padding: 15px;
}

.module_vignettes.template_default ul li .titre {
    color: ;
    font-family: '';
    font-weight: bold;
    font-size: 17px;
}
.module_vignettes.template_default ul li.has_lien:hover .titre {
    color: ;
}

.module_vignettes.template_default ul li .contenu {
    font-size: 13px;
}

.module_vignettes.template_default ul li .en_savoir_plus {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../../img/modules/vignettes_link.png') no-repeat;
}.module_vignettes.modern *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.module_vignettes.modern{
    margin: auto !important;
    max-width: 1600px;
    text-align: center;
}
.module_vignettes.modern .article_contour{
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
    box-shadow: 0 0 13px rgba(0, 0, 0, .07);
    overflow: hidden;
    opacity: 0;
    position: relative;
    -webkit-transform: rotateY(89deg);
    -moz-transform: rotateY(89deg);
    -ms-transform: rotateY(89deg);
    -o-transform: rotateY(89deg);
    transform: rotateY(89deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.module_vignettes.modern .article_contour.open{
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.module_vignettes.modern article {
    position: relative;
    display: inline-block;
    float: none;
    width: 24%;
    padding: 18px 10px;
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
}

.module_vignettes.modern article a{
    text-decoration: none;
}

.module_vignettes.modern article .background{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    cursor: pointer;
}

.module_vignettes.modern article .titre_vignette{
    background: #fff;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    color: #b5b5b5;
    font-size: 14px;
    height: 68px;
    overflow: visible;
    padding: 0 30px;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    color: #b5b5b5;
    font-weight: 500;
    float: left;
    list-style-type: none;
    line-height: 69px;
    z-index: 2;
    text-align: center;
    text-decoration: none;
}
.module_vignettes.modern article .post_preview .vertical-align{
    height: 100%;
}

.module_vignettes.modern article .post_preview .vertical-align.with_title{
    margin-top: -25px;
}

.module_vignettes.modern article .post_preview{
    background: #fff;
    height: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 20px 16px 36px 16px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}

.module_vignettes.modern article.open .post_preview,
.module_vignettes.modern article:hover .post_preview{
    top:0;
}

.module_vignettes.modern article .post_preview .titre{
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

.module_vignettes.modern article .post_preview .contenu{
    font-size: 14px;
    text-align: left;
}

@media screen and (max-width: 1080px){
    .bandeau_pleine_larg .module_vignettes.modern article{
        width: 50%;
    }
    .bandeau_pleine_larg .module_vignettes.modern article{
        display: block;
        float: left;
    }

}

@media screen and (max-width: 780px){
    .bandeau_pleine_larg .module_vignettes.modern article{
        width: 100%;
    }
}.module_visionneuse_pdf .titre {
    color: ;
    font-family: '';
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
}
.module_chambres_popin.template_default {
    width: 938px;
    height: 448px;
    background: #f00;
    text-align: left;
    border: #c8c8c8 solid 1px;
}

.module_chambres_popin.template_default .mCSB_container{
	margin-right:10px;
}

.module_chambres_popin.template_default .barre_top {
    height: 44px;
    background: ;
    color: #fff;
    padding: 8px 12px 8px 8px;
}

.module_chambres_popin.template_default .barre_top .titre {
    font-size: 20px;
    font-weight: bold;
    font-family: '';
}

.module_chambres_popin.template_default .barre_top .sous_titre {
    font-size: 16px;
    margin-top: -2px;
}

.module_chambres_popin.template_default .barre_top .voir_autres {
    float: right;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.module_chambres_popin.template_default .barre_top .voir_autres:hover {
    text-decoration: underline;
}

.module_chambres_popin.template_default .colonnes {
    position: relative;
}

.module_chambres_popin.template_default .colonnes .colonne {
    float: left;
    height: 348px;
    padding: 20px;
}

.module_chambres_popin.template_default .colonnes .colonne .titre {
    font-size: 18px;
    font-weight: normal;
    font-family: '';
    margin: 0 0 22px 0;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_gauche {
    width: 170px;
    background: #eeeeee;
    padding: 20px 0 20px 20px;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_gauche .slider_carrousel {
    height: 310px;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_gauche .slider_carrousel li {
    margin: 0 0 15px 0;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_gauche .slider_carrousel li a {
    display: block;
    width: 150px;
    height: 84px;
    padding: 4px 0 4px 4px;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_gauche .slider_carrousel li a.naked {
    width: auto;
    height: auto;
    padding: auto;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_gauche .slider_carrousel li a.active {
    background: url('../../img/modules/caroussel_active.png') no-repeat;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_gauche .slider_carrousel li a.naked.active {
    background: none;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_centre {
    width: 205px;
    background: #fff;
    padding-right:5px;
}
.module_chambres_popin.template_default .colonnes .colonne.colonne_centre .container {
    height: 310px;
    overflow-x: hidden;
}
.module_chambres_popin.template_default .colonnes .colonne.colonne_centre .contenu{
    padding-right:15px;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_centre .contenu .separateur {
    margin: 10px 0 0 0;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_droite {
    width: 478px;
    background: #eeeeee;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_droite .reservation_express {
    margin: 10px 0 0 0;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_droite .reservation_express .resa_titre {
    font-size: 16px;
    font-weight: bold;
    font-family: '';
    color: ;
    line-height:1;
}

.module_chambres_popin.template_default .colonnes .colonne.colonne_droite .reservation_express .bouton_reserver {
    outline: 1px solid #eeeeee;
}

.module_chambres_popin.template_default .colonnes .title_separator {
    position: absolute;
    top: 43px;
    left: 20px;
    width: 900px;
    height: 1px;
    background-image: url('../../img/modules/popin-chambres-separator.png');
}

.module_chambres_popin.template_default a.bouton, .module_chambres_popin.template_default input[type="submit"], .module_chambres_popin.template_default input[type="button"] {
    display: inline-block;
    background: ;
    color: #fff;
    padding: 4px 15px;
    text-decoration: none;
    font-size : 14px;
}

.module_chambres_popin.template_default a.bouton:hover, .module_chambres_popin.template_default input[type="submit"]:hover, .module_chambres_popin.template_default input[type="button"]:hover {
    background: ;
}.module_chambres_popin.template_style_2 {
    width: 900px;
    height: 660px;
    padding: 10px;
    background: #eee;
    text-align: left;
    font-family:;, 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
}

.module_chambres_popin.template_style_2 .details {
    position: relative;
    padding-top: 15px;
    height: 155px;
    overflow: hidden;
}

.module_chambres_popin.template_style_2 .details .titre {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: ;
    margin: 0 0 10px 0;
}

.module_chambres_popin.template_style_2 .details .sous_titre {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #333;
    margin: 0 0 5px 0;
}

.module_chambres_popin.template_style_2 .details .contenu {
    width: 740px;
    overflow: auto;
    height: 120px;
}

.module_chambres_popin.template_style_2 .details .prix_a_partir_de {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-style: italic;
}

.module_chambres_popin.template_style_2 .details .prix_a_partir_de .prix {
    font-size: 22px;
    color: ;
    font-weight: 700;
}

.module_chambres_popin.template_style_2 .details .bouton {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    background: ;
}

.module_chambres_popin.template_style_2 .details .bouton:hover {
    color: #fff;
    background: ;
}

.module_chambres_popin.template_style_2 .bx-wrapper .bx-controls-direction a {
    width:65px;
    height:120px;
    margin-top: -60px;
    top: 50%;
    z-index: 1500;
    -khtml-opacity:0.6;
    -moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)";
    opacity : 0.6;
     -webkit-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: opacity 0.2 ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}

.module_chambres_popin.template_style_2 .bx-wrapper .bx-controls-direction a:hover {
    -khtml-opacity:1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)";
    opacity : 1;
}

.module_chambres_popin.template_style_2 .bx-wrapper .bx-prev {
    background: url("../../img/modules/chambre_popin_style_2_prev.png") no-repeat left top;
    left: 10px;
}

.module_chambres_popin.template_style_2 .bx-wrapper .bx-prev:hover {
    left: 7px;
}

.module_chambres_popin.template_style_2 .bx-wrapper .bx-next {
    background: url("../../img/modules/chambre_popin_style_2_next.png") no-repeat left top;
    right: 10px;
}

.module_chambres_popin.template_style_2 .bx-wrapper .bx-next:hover {
    right: 7px;
}
