
@charset "windows-1250";
/** GLOBALS **/
body {
   font-family: 'Arial', sans-serif;
}

/*
*:focus {
    outline: none;
}
*/

h1,h2,h3,h4,h5,h6 {
    font-family: 'blanchcaps';
    margin: 0;
}
p {
    margin: 0;
}
@font-face {
    font-family: 'blanchcaps';
    src: url('../fonts/BLANCH_CAPS-webfont.eot');
    src: url('../fonts/BLANCH_CAPS-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BLANCH_CAPS-webfont.woff2') format('woff2'),
         url('../fonts/BLANCH_CAPS-webfont.woff') format('woff'),
         url('../fonts/BLANCH_CAPS-webfont.ttf') format('truetype'),
         url('../fonts/BLANCH_CAPS-webfont.svg#blanchcaps') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'blanchcaps_inline';
    src: url('../fonts/BLANCH_CAPS_INLINE-webfont.eot');
    src: url('../fonts/BLANCH_CAPS_INLINE-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BLANCH_CAPS_INLINE-webfont.woff2') format('woff2'),
         url('../fonts/BLANCH_CAPS_INLINE-webfont.woff') format('woff'),
         url('../fonts/BLANCH_CAPS_INLINE-webfont.ttf') format('truetype'),
         url('../fonts/BLANCH_CAPS_INLINE-webfont.svg#blanchcaps_inline') format('svg');
    font-weight: normal;
    font-style: normal;

}
.btn {
    border-radius: 0;
    font-family: 'blanchcaps';
    font-size: 34px;
    padding: 2px 12px 4px;
    line-height: 34px;
}
.btn-bordered {
    background-color:#4abda3;
    padding: 3px;
    margin-top: 15px;
}
.btn-success,
.btn-success.active, 
.btn-success.focus, 
.btn-success:active, 
.btn-success:focus, 
.btn-success:hover, 
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4abda3;
  border-color: #fff;
}

/** HEADER **/
.hero {
    min-height: 425px;
    position: relative;
    overflow: hidden;
}
.hero .carousel {
    position: absolute;
    top: 0;
    left: 0;
}
.hero .carousel,
.hero .carousel-inner,
.hero .item {
    height: 425px;
}
.hero .item img {
    height: 100%;
    min-width: 1770px;
    width: auto;
}
.hero .carousel-indicators {
  bottom: 0px;
}
.hero .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #e46a1d;
}
.hero .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0px;
  background-color: #fff;
  margin-right:2px;
}
.hero .carousel-indicators li:last-of-type {
    margin-right: 0;
}
.hero .fa-angle-left,
.hero .fa-angle-right {
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.hero .fa-angle-left {
    left: 44px;
}
.hero .fa-angle-right {
    right: 44px;
}
.hero .container {
    padding-top: 20px;
}

/* *************************************** */
/* *************************************** */

/** HEADER INTERNE **/
.hero2 {
    min-height: 215px;
    position: relative;
    overflow: hidden;
}
.hero2 .carousel {
    position: absolute;
    top: 0;
    left: 0;
}
.hero2 .carousel,
.hero2 .carousel-inner,
.hero2 .item {
    height: 215px;
}
.hero2 .item img {
    height: 100%;
    min-width: 1920px;
    width: auto;
}
.hero2 .carousel-indicators {
  bottom: 0px;
}
.hero2 .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #e46a1d;
}
.hero2 .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0px;
  background-color: #fff;
  margin-right:2px;
}
.hero2 .carousel-indicators li:last-of-type {
    margin-right: 0;
}
.hero2 .fa-angle-left,
.hero2 .fa-angle-right {
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.hero2 .fa-angle-left {
    left: 44px;
}
.hero2 .fa-angle-right {
    right: 44px;
}
.hero2 .container {
    padding-top: 20px;
}

/* *************************************** */
/* *************************************** */

.menu-lang {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}
.menu-lang li {
    display: inline-block;
}
.menu-lang span {
    display: block;
    height: 24px;
    width: 24px;
    background-size: cover;
    opacity: .6;
    -webkit-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
}
.menu-lang a:hover span,
.menu-lang li.active span {
    opacity: 1;
}
.flag-fr {
    background: url(../images/flag-fr.png) no-repeat;
}
.flag-uk {
    background: url(../images/flag-uk.png) no-repeat;
}
.flag-es {
    background: url(../images/flag-es.png) no-repeat;
}
.top-menu a img {
    display: inline-block;
    margin-left: 15px;
    opacity: .4;
    -webkit-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;
}
.top-menu a:hover img,
.top-menu a.active img {
    opacity: 1;
}
.navbar-nav>li>a {
  font-family: 'blanchcaps';
    font-size: 32px;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.bubble {
    background: #11756f;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -11px;
}
.close-form {
    cursor: pointer;
    display: none;
    background-color: rgba(93,174,182,1);
    right: 0!important;
    left: auto;
    z-index: 2;
}
.close-form .fa {
    color: #fff;
    font-size: 60px;
    text-align: center;
    padding: 9px 15px;
}

/** MAIN CONTENT **/
.main-content1 {
    background: url(../images/ribbon1.jpg) left top no-repeat fixed;
    background-size: cover;
    min-height: 533px;
    overflow-y: hidden;
}
.main-content2 {
    background: url(../images/ribbon2.jpg) left top no-repeat fixed;
    background-size: cover;
    min-height: 533px;
    overflow-y: hidden;
}
.main-content3 {
    background: url(../images/ribbon3.jpg) left top no-repeat fixed;
    background-size: cover;
    min-height: 533px;
    overflow-y: hidden;
}
.news {
    background: #fff;
    border: 1px solid #cccccc;
    margin-top: 47px;
    padding: 16px 26px 10px 21px;
    position: relative;
}
.news .header {
    background: #e46a1d;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 2px 32px 0;
    position: absolute;
  top: -18px;
  left: -13px;
    z-index: 1;
}
.news .header h1 {
    color: #fff;
    font-family: 'blanchcaps_inline';
    font-size: 47px;
    line-height: 47px;
    margin: 0;
}
.news .item img {
    border: 1px solid #cccccc;
    width: 100%;
}
.news .item p {
    font-size: 11px;
    font-style: italic;
    margin-top: 7px;
}
.news .item a {
    font-size: 12px;
    font-weight: bold;
   color: #e46a1d;
    text-decoration: underline;
}
.news .carousel-indicators {
    background: #fff;
  position: absolute;
  bottom: auto;
  left: 0;
  z-index: 15;
  width: 68px;
  height: 15px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  top: 202px;
}
.news .carousel-indicators li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 3px auto;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: #f1b48e;
  border: 0;
  border-radius: 50%;
}
.news .carousel-indicators .active {
    background-color: #e46a1d;
}
.meteo {
    background: url(../images/map.jpg) no-repeat;
    background-size: cover;
    border: 1px solid #cccccc;
    color: #009999;
    height: 153px;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
}
.meteo:before {
    content: "";
    width: 298px;
    height: 298px;
    background: #fff;
    position: absolute;
    right: -106px;
    top: -182px;
    border-radius: 50%;
}
.meteo .meteo-data {
    width: 145px;
    height: 35px;
    position: absolute;
    display: block;
    right: 7px;
    top: 4px;
}
.meteo .soleil {
    display: inline-block;
    background: url(../images/icon-soleil.png) no-repeat;
     width: 34px;
    height: 31px;
    position: absolute;
    top: 2px;
    left: 5px;
}
.meteo .temperature {
    font-size: 23px;
    padding-left: 10px; /* 43 */
    line-height: 35px;
}
.meteo .min,
.meteo .max {
    font-size: 9px;
    opacity: .6;
    position: absolute;
    left: 100px;
    top: 7px;
}
.meteo .max {
    top: 17px;
}
.meteo .meteo-time {
    border-top: 1px solid #009999;
    padding: 10px 0;
      display: inline-block;
  position: absolute;
  right: 6px;
  top: 39px;
}
.meteo .meteo-time p {
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
}

.meteo2 {
    background: #FFF;
    border: 1px solid #cccccc;
    color: #43b8a2;
    height: 160px;
    padding: 7px;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
}

.meteo2 .meteo-data {
    width: 100%;
     color: #43b8a2;
    height: 32px;
    float:left;
    padding-left: 1px;
}
.meteo2 .soleil {
    display: inline-block;
    background: url(../images/icon-soleil.png) no-repeat;
     width: 34px;
    height: 31px;
    position: absolute;
    top: -10px;
}
.meteo2 .temperature {
    font-size: 23px;
     color: #43b8a2;
    padding-left: 10px; /* 43 */
    line-height: 25px;
}
.meteo2 .min,
.meteo2 .max {
    font-size: 9px;
    opacity: .9;
    position: absolute;
    left: 110px;
    top: 4px;
}
.meteo2 .max {
    top: 17px;
}
.meteo2 .meteo-time {
 color: #43b8a2;
    border-top: 1px solid #43b8a2;
    padding: 5px 0 10px;
    width: 100%;
    float:left;
}
.meteo2 .meteo-time p {
    font-size: 10px;
    line-height: 11px;
    margin-left: 10px;
    padding-top: 7px;
    float:left;
    text-transform: uppercase;
}


.bons-plans {
    margin-top: 47px;
    position: relative;
}
.bons-plans img {
     border: 1px solid #cccccc;
    width: 100%;
}
.bons-plans:before {
    content: "";
    border-style: solid;
    border-width: 0 78px 78px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 1px;
    top: 1px;
}
.bons-plans .header {
    background: #037b7b;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 2px 32px 0;
    position: absolute;
  top: -18px;
  left: -13px;
    z-index: 1;
}
.bons-plans .header h2 {
    color: #fff;
    font-family: 'blanchcaps_inline';
    font-size: 47px;
    line-height: 47px;
    margin: 0;
}
.bons-plans .more {
    color: #037b7b;
    font-size: 28px;
    position: absolute;
    top: 5px;
    right: 10px;
}
.bons-plans h3, 
.bons-plans p,
.bons-plans .read-more {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}
.bons-plans h3 {
    font-size: 22px;
    margin: 10px auto 7px;
    text-transform: uppercase;
}
.bons-plans p {
    color: #666666;
    font-size: 12px;
}
.bons-plans .read-more {
    color: #d40f3f;
    display: block;
    font-size: 12px;
    text-align: right;
    text-decoration: underline;
}



.bons-plans .carousel-indicators {
    background: #fff;
  position: absolute;
  bottom: auto;
  left: 0;
  z-index: 15;
  width: 68px;
  height: 15px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  top: 170px;
}
.bons-plans .carousel-indicators li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 3px auto;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: #f1b48e;
  border: 0;
  border-radius: 50%;
}
.bons-plans .carousel-indicators .active {
    background-color: #e46a1d;
}





.aLaUne, .aLaUne2 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}
.aLaUne img, .aLaUne2 img {
     border: 1px solid #cccccc;
    width: 100%;
}
.aLaUne:before {
    content: "";
    border-top: 0px solid transparent;
    border-bottom: 78px solid transparent;
    border-left:78px solid #FFF;
    position: absolute;
    left: 1px;
    top: 1px;
}

.aLaUne .header, .aLaUne2 .header {
    background: #037b7b;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 2px 32px 0;
    position: absolute;
  top: -18px;
  left: -13px;
    z-index: 1;
}
.aLaUne .header h2, .aLaUne2 .header h2 {
    color: #fff;
    font-family: 'blanchcaps_inline';
    font-size: 47px;
    line-height: 47px;
    margin: 0;
}
.aLaUne .more, .aLaUne2 .more {
    color: #037b7b;
    font-size: 28px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.aLaUne .more2, .aLaUne2 .more2 {
    color: #037b7b;
    font-size: 28px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.aLaUne h3, 
.aLaUne p,
.aLaUne .read-more, .aLaUne2 h3, .aLaUne2 p, .aLaUne2 .read-more {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}
.aLaUne h3, .aLaUne2 h3 {
    font-size: 22px;
    margin: 10px auto 7px;
    text-transform: uppercase;
}
.aLaUne p, .aLaUne2 p {
    color: #666666;
    font-size: 12px;
}
.aLaUne .read-more, .aLaUne2 .read-more {
    color: #d40f3f;
    font-size: 12px;
    text-decoration: underline;
}


.hebergement h2 {
    color: #4abda3;
    font-family: 'blanchcaps_inline';
    font-size: 47px;
}
.hebergement form {
    background: #fff;
    border: 1px solid #ccc;
    padding: 13px 5px 8px 14px;
}
.hebergement label {
    font-size: 12px;
    float: left;
}
.hebergement select {
    background: url(../images/select-arrow.jpg) no-repeat;
    background-position: right center;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 12px;
    float: right;
    height: 16px;
    line-height: 14px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.hebergement label,
.hebergement select {
    margin-bottom: 5px;
}
.hebergement #type {
    width: 50%;
}
.hebergement #type2,
.hebergement #name {
    width: 80%;
}
.hebergement #category {
    width: 70%;
}
.hebergement form p {
    font-size: 12px;
    width: 59%;
    float: left;
    line-height: 19px;
    text-align: right;
}
.hebergement .btn-bordered {
    float: right;
  margin-top: 0;
    padding: 1px;
    width: 40%;
}
.hebergement .btn {
  border-radius: 0;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  padding: 4px;
  line-height: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.sidebar {
    background: #fff;
    margin-top: 31px;
    padding: 5px;
}
.sidebar:after {
    content: "";
    background: #fff;
    height: 2000px;
    width: 263px;
    position: absolute;
      left: 15px;
      top: 100%;
}
.sidebar .form-control {
    border: 2px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    height: 43px;
    text-align: center;
    line-height: 43px;
    padding-left: 35px;
}
.sidebar ::-webkit-input-placeholder { 
    color:#4b969e;
    font-family: 'blanchcaps';
    font-size: 34px;
}
.sidebar ::-moz-placeholder { 
    color:#4b969e;
        font-family: 'blanchcaps';
    font-size: 34px;
} /* firefox 19+ */
.sidebar :-ms-input-placeholder { 
    color:#4b969e;
        font-family: 'blanchcaps';
    font-size: 34px;
} /* ie */
.sidebar input:-moz-placeholder { 
    color:#4b969e;
        font-family: 'blanchcaps';
    font-size: 34px;
}
.sidebar form {
    position: relative;
}
.sidebar #search {
    background: url(../images/loupe.png) no-repeat;
    cursor: pointer;
    width: 25px;
    height: 26px;
    display: block;
    position: absolute;
      top: 8px;
  left: 11px;
}
.social-icon ul,
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icon ul {
    margin-top: 9px;
    margin-bottom: 15px;
}
.social-icon li {
    background: #f1f1f1;
    border-radius: 4px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.social-icon li:nth-child(1),
.social-icon li:nth-child(2) {
    margin-right: 5px;
}
.social-icon li a {
    color: #0e457a;
    font-size: 19px;
}
.sidebar-menu li {
    border-top: 1px dashed #bababa;
}
.sidebar-menu li:last-of-type {
    border-bottom: 1px dashed #bababa;
}
.sidebar-menu li a {
    color: #4b969e;
    font-family: 'blanchcaps';
    font-size: 34px;
    line-height: 47px;
}
.sidebar-menu span {
    height: 38px;
    width: 38px;
    margin-left: 19px;
    margin-right: 28px;
    display: inline-block;
    vertical-align: middle;
      margin-bottom: 5px;
}
.sidebar-menu .photos {
    background: url(../images/icon-camera.png) no-repeat;
}
.sidebar-menu .videos {
    background: url(../images/icon-play.png) no-repeat;
}
.sidebar-menu .brochures {
    background: url(../images/icon-brochures.png) no-repeat;
}
.sidebar-menu .newsletter {
    background: url(../images/icon-newsletter.png) no-repeat;
}
.sidebar-menu li:after {
    color: #4b969e;
    content: "›";
    float: right;
    font-size: 34px;
    font-family: 'blanchcaps';
}
.not-home h1 {
    background: url(../images/header-border.jpg) no-repeat;
    background-position: 0 49px;
    color: #e46c20;
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 20px;
    line-height: 50px;
}
.not-home .content-body {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 10px;
}
/** FOOTER **/
footer {
    padding: 5px 0 65px;
}
footer h3 {
    font-size: 40px;
    position: relative;
    display: inline-block;
}
footer h3 span {
    color: #666666;
    font-family: 'blanchcaps_inline';
}
footer p {
    font-size: 12px;
    margin-top: 20px;
}
footer .col-sm-4:nth-child(1):after,
footer .col-sm-4:nth-child(2):after {
    content: "";
    width: 1px;
    height: 177px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 18px;
}
footer .col-sm-4:nth-child(1) h3 {
    color: #e71649;
    padding-left: 65px;
}
footer .col-sm-4:nth-child(1) h3:before {
    content: "";
    background: url(../images/footer-hand.png) no-repeat;
    width: 19px;
    height: 32px;
    position: absolute;
    top: 7px;
      left: 36px;
}
footer .col-sm-4:nth-child(2) h3 {
    color: #4abda3;
    padding-left: 10px;
}
footer .col-sm-4:nth-child(2) h3:before {
    content: "";
    background: url(../images/footer-info.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 12px;
      left: -21px;
}
footer .col-sm-4:nth-child(3) h3 {
    color: #e46a1d;
}
footer .col-sm-4:nth-child(3) h3:before {
    content: "";
    background: url(../images/footer-flag.png) no-repeat;
    width: 19px;
    height: 21px;
    position: absolute;
      top: 14px;
  left: -25px;
}
footer ul {
    list-style: none;
    margin: 10px 0 0;
    padding-left: 20px;
}
footer .col-sm-4:nth-child(3) ul {
    padding-left: 69px;
}
footer ul li:before {
    content: "- ";   
}
footer ul li:after {
    content: " ›";   
}
footer ul li a,
footer ul li a:hover {
    color: #666666;
    font-size: 13px;
    text-decoration: underline;
}
/** MEDIA QUERIES**/
@media screen and (min-width:1200px) {
    .container {
      width: 1170px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .nav>li>a {
      padding: 13px 25px 12px!important;
    }
    .navbar-nav>li>a {
      font-size: 26px;
    }
    .sidebar:after {
        width: 213px;
    }
    .sidebar-menu li a {
      font-size: 27px;
    }
    .sidebar-menu span {
      margin-right: 18px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .nav>li>a {
      padding: 13px 20px 12px!important;
    }
    .navbar-nav>li>a {
      font-size: 19px;
    }
    .main-content {
         margin-bottom: 39px;
    }
        .sidebar-menu li a {
      font-size: 27px;
    }
    .sidebar:after {
        width: 220px;
    }
    .sidebar-menu span {
      margin-right: 18px;
    }
    footer .col-sm-4:nth-child(3) ul {
      padding-left: 0;
    }
    footer p {
      font-size: 10px;
    }
    footer h3 {
      font-size: 35px;
    }
    footer .col-sm-4:nth-child(3) h3:before {
      top: 11px;
    }
    footer .col-sm-4:nth-child(2) h3:before {
      top: 9px;
    }
    footer ul li a, footer ul li a:hover {
      font-size: 10px;
    }
}

@media screen and (min-width:768px) {
    .navbar-default {
      background-color: rgba(0,153,153,.85);
      border: 0;
        border-top: 1px dashed #fff;
      border-radius: 0;
      min-height: 45px;
    }
    .navbar {
        margin-bottom: 0;
    }
    .sub-arrow {
        display: none!important;
    }
    .nav>li>a {
        padding: 13px 10px 12px;
    }
        .navbar-default .navbar-nav>.active>a, 
    .navbar-default .navbar-nav>.active>a:focus, 
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>.open>a, 
    .navbar-default .navbar-nav>.open>a:focus, 
    .navbar-default .navbar-nav>.open>a:hover {
      color: #E8134B;
      background-color: #fff;
    }
    .dropdown-menu {
        width: 340px!important;
    }
    .dropdown-menu>li>a {
      padding: 3px 20px;
      line-height: 1.42857143;
      color: #009999;
        font-weight: bold;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
      color: #e46a1d;
    }
    .dropdown-menu.sub-menu {
        width: auto;
        margin-left: 250px!important;
    }
    .dropdown-menu li a.dropdown-toggle:after {
        content: ">";
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        min-height: 303px;
    }
   .hero .carousel,
    .hero .carousel-inner,
    .hero .item {
        height: 303px;
    }
    .hero .fa-angle-left, .hero .fa-angle-right {
        top: 70%;
    }
    .hero .fa-angle-left {
      left: 31px;
    }
    .hero .fa-angle-right {
      right: 31px;
    }
    .hero .container {
       padding-top: 0; 
    }
    .hero .container .text-center {
        z-index: 1;
    }
    .navbar-default {
        position: absolute;
      top: 0;
      right: 0;
        width: 100%;
      background-color: transparent;
      border: 0;
    }
    .navbar-toggle .icon-bar {
      width: 42px;
      height: 6px;
      border-radius: 6px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
      margin-top: 6px;
    }
    .navbar-toggle {
        background-color: rgba(255,255,255,.9);
      padding: 24px 18px;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      border: 0;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background-color: rgba(255,255,255,.9);
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #e46a1d;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border: 0;
        background-color: rgba(0,153,153,1);
    }
    .navbar-collapse {
      position: absolute;
      top: 78px;
      right: 0px;
      z-index: 999;
      margin: 0!important;
        width: 100%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav>.active>a, 
    .navbar-default .navbar-nav>.active>a:focus, 
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>.open>a, 
    .navbar-default .navbar-nav>.open>a:focus, 
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
      color: #e46a1d;
      background-color: #fff;
    }
    .news .carousel-indicators {
        top: 150px;
    }
    .lang-nav {
          position: absolute;
      right: 24px;
      top: 88px;
    }
    .main-content {
          margin-bottom: 39px;
    }
    footer .col-xs-12:first-of-type {
        text-align: center;
    }
    footer .col-sm-4:nth-child(1) h3 {
      padding-left: 0;
    }
    footer .col-sm-4:nth-child(1) h3:before {
        left: -26px;
    }
    footer ul {
      padding-left: 0;
    }
    footer .col-xs-12 {
        margin: 20px auto;
    }
    footer {
      padding: 20px 0 0;
    }
    footer .col-sm-4:nth-child(1):after, footer .col-sm-4:nth-child(2):after {
      content: "";
      width: 320px;
      height: 1px;
      background: #ccc;
      position: absolute;
      right: 50%;
      top: auto;
      bottom: -20px;
      margin-right: -160px;
    }
    .sidebar:after {
      height: 0;
    }
    .sidebar {
        padding-bottom: 40px;
    }
    .search-button,
    .close-form {
      position: absolute;
      height: 78px;
      width: 78px;
      top: 0;
      z-index: 2;
      right: 78px;
      overflow: hidden;
        -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in;
    }
    .search-button .open-form {
        background: url(../images/search-sm.png) no-repeat;
        background-position: 23px 21px;
        background-color: rgba(93,174,182,.9);
        cursor: pointer;
        height: 78px;
        width: 78px;
        display: block;
        position: absolute;
      top: 0;
      left: 0;
    }
    .search-button .open-form.open {
        background-color: rgba(93,174,182,1);
    }
    .search-button form {
        padding-left: 78px;
    }
    .search-button .form-control {
      height: 78px;
      padding: 6px 12px;
      border: 0;
      border-radius: 0;
    }
}

/* NOUVEAU */
.portfolioFilter{
	display:block;
	margin:0 ;
    float:left;
	text-align: center;
}

.portfolioFilter ul{
	font-family: 'blanchcaps';
	width: 100%;
	margin:0 ;
    float:left;
	display:block;
	margin-bottom:30px;
}
.portfolioFilter ul li{
	display:inline-block;
	float:left;
    margin-right: 3px;
    background: #EBEBEB;
    border-solid: 1px solid #DDD;
}
.portfolioFilter a{
	padding:16px 18px;
	font-size:3em;
	line-height:15px;
	color:#797979;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a:hover{
	color:#FFF;
    background: #e46c20;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a.current{
	background:#e46c20;
	color:#FFF;
}


ul.portfolioContainer{
	width: 100%;
	text-align:left;
    float:left;
	display:block;
	padding:0px;
	margin-bottom: 50px;
	list-style-type:none;
}

.isotope-item {
}
.isotope-hidden.isotope-item {
    pointer-events: none;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
	padding:0;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}




.TitrePage3 {width: 100%; text-align: left; float:left; display:block; color: #000; text-transform:uppercase; font-size: 2.8em; margin-bottom: -15px;}
.TitreEtoile {width: 100%;text-align: left; float:left; display:inline; margin-bottom: 35px;}
.TitreEtoile img {margin: 10px 5px 0px 0px;}
.navListing {width: }
.flag {margin: -25px 5px 0px 0px;}
.langue {margin-top:-25px;}


.box2 {
width: 100%;
height: auto;
}

.box2 h3 {width: 100%; height: auto;  margin: auto; text-align:center; padding-top: 25px;font-size: 1.2em; color: #999;  }

.info-photo {width: 100%; height: 500px; background:#EEE;  float:left; }
.info-descriptif { width: 100%; height: auto; float:left; padding: 0px 0 0 5px; color: #333; font-size: 1.2em; text-align: justify; text-justify: inter-word; }
.info-descriptif .titre {font-size: 1.4em; color: #e46c20; text-transform:uppercase; display: block;  }
.info-descriptif span {font-size: 1.2em; color: #666; line-height: 1.4em;display: block; }

.info-plan {width: 100%; height: 400px; border-radius: 15px; background:#EEE;  float:left; }
.info-plan iframe {position:relative; z-index: 100; margin-bottom: 10px;}

.info-coordonnees { width: 100%; height: auto; float:left; padding: 0px 0 0 20px; color:#8f8f8f; }
.info-coordonnees .titre {font-size: 1.5em; color: #e46c20; text-transform:uppercase; display:block; padding:0px; margin: 0px;  }
.info-coordonnees p {font-size: 1.2em; color: #666; line-height: 10px; }
.info-coordonnees .adresse {font-size: 1.2em; color: #8f8f8f; line-height: 1.3em; padding-bottom: 10px;}
.info-coordonnees a {color: #e46c20;}
.info-coordonnees a:hover{
	color:#666;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.info-equip {width: 100%; height: auto; float:left; }
.info-equip .bloc { width: 100%; height: auto; float:left; margin-bottom: 25px;}
.info-equip .rose {width: 100%; text-align:center; padding:5px 0px 5px 0px; background: #e46c20; color:#FFF; text-transform:uppercase; font-size: 1.2em; margin-bottom: 25px; }
.info-equip .bleu {width: 100%; text-align:center; padding:5px 0px 5px 0px; background: #4cb9ff; color:#FFF; text-transform:uppercase; font-size: 1.2em; margin-bottom: 25px; }
.info-equip .jaune {width: 100%; text-align:center; padding:5px 0px 5px 0px; background: #f99200; color:#FFF; text-transform:uppercase; font-size: 1.2em; margin-bottom: 25px;}
.info-equip .left {width: 50%; height: auto; text-align:left;  float:left; }
.info-equip li {list-style-type:none; color:#8f8f8f;font-size: 0.8em; padding-bottom: 2px; }
.info-equip .right {width: 50%; height: auto; text-align:left;  float:left; }

.info-tarif {width: 100%; height: auto; float:left; }

.tarif {padding:20px; border: 1px solid #CCC;}
.tarif th {padding:20px;background:#ADADAF;color: #FFF;  }
.tarif .h {  width:210px; text-transform:uppercase;}
.tarif td {padding:20px;color: #666;}
.tarif .t {padding:20px; font-size: 0.9em;color: #e46c20; text-transform:uppercase;  font-family: 'karbonsemibold';}
.tarif tr:nth-child(2n){background: #F4F4F4;}

.info-agenda {width: 100%; height: auto; float:left; }
.info-legende {width: 100%; height: auto; float:left; }

.non-renseigne {border-left: 7px solid #d4d4d4; padding-left: 10px; margin-bottom: 5px; display:block;}
.disponible {border-left: 7px solid #c5e98d; padding-left: 10px;margin-bottom: 5px;display:block;}
.moyen {border-left: 7px solid #ffff99; padding-left: 10px;margin-bottom: 5px;display:block;}
.complet {border-left: 7px solid #d34646; padding-left: 10px;margin-bottom: 5px;display:block;}
.fermeture {border-left: 7px solid #333; padding-left: 10px;margin-bottom: 5px;display:block;}

.nav-fiche { float: right; text-transform:uppercase; color:#000; font-size: 1.1em;display:block; padding-bottom: 10px; font-size: 0.8em;}
.nav-fiche a{ color:#000; text-decoration:underline;}
.nav-fiche a:hover{
	color:#e46c20;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.btn-retour {width: 125px; text-align:center; padding:5px; background: #e46c20; color:#FFF; text-transform:uppercase; font-size: 0.8em; font-weight: bold;}
.btn-retour a{color:#FFF; text-decoration:none;}

.recherche {width: auto; height: 55px;  background: #FFF; color: #e46c20; border: 1px solid #CCC; font-size: 1.8em;}
.resultat {width: 100%; height: 55px;  background: #FFF; color: #e46c20; font-size: 3em; line-height: 3em; border: 1px solid #CCC; padding-left: 15px;}


.header-recherche {
	background: #F3F3F3 url(../images/titre.jpg) left no-repeat;
	width: 100%;
	height: auto;
	max-height: 150px;
	font-size: 1.4em;
	text-align: left;
	padding: 10px 0px 10px 55px;
    margin-bottom: 10px;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #EEE;
    font-weight: bold;
}

.option-recherche {float:right; color:#CCC; padding-left: 25px;}

.option-recherche .btn-search {
	width: auto;
	height: auto;
    float:right;
	background: #FFF;
	color: #333;
    font-size: 1em;
    border-radius: 0px 0px 8px 8px;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
	padding: 2px 10px 5px 10px;
    margin-top: -10px;
}

.option-recherche .btn-search a {
	text-decoration: underline;
     font-size: 1em;
    color: #333;
    font-weight: bold;
}


.content-recherche {
	background: #FFF;
	float:left;
	width: 100%;
	height: auto;
	min-height: 160px;
}

.content-image {
	float:left;
	width: 100%;
	height: 160px;
}

.content-image img{
	width: 100%;
	height: 160px;
	padding: 0px;
	margin: 0px;
}

.content-coordonnees {
	float:left;
	width: 100%;
	height: auto;
    font-size: 1em;
}


.content-info {
	float:left;
	width: 100%;
	height: auto;
    font-size: 1.2em;
    padding-top: 10px;
	
}

/*
select {
    padding:5px;
    width: 150px;
    margin: 0;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
*/

.select-listing {width: auto; height: 27px;color:#999;margin-left: 10px;border:1px solid #CCC; display:inline-block; font-size: 1em;}
.select-tri {width: 150px; color:#666; margin-bottom: 10px; }
.nav-footer {text-transform: uppercase; color: #000; font-size: 1em;}
.nav-footer a{color: #000; font-size: 1em;}
.nav-footer a:hover{
	color:#e46c20;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}


.cd-pagination {
  width: 100%;
  padding: 0px;
  text-align: center;
}

.cd-pagination li {
  margin: 0 .2em;
}
.cd-pagination li.button {
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .1em .1em;
  font-size: 1em;
}
.cd-pagination a {
	color:#000;
}
.cd-pagination a:hover {
  color: #e46c20;
}
.cd-pagination a:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  color: #666;
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}

.cd-pagination .current {
  background-color: #e46c20;
  color: #ffffff;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: auto;
  }
}


.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
}
.cd-pagination.no-space:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.no-space li {
  float: left;
    margin-bottom: 5px;

}
.cd-pagination.no-space li:last-of-type {
  border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
  float: left;
  border-radius: 0;
  padding: .4em .7em;
  border: none;
}
.cd-pagination.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0;
}


.GrandTitre {
    color: #666;
    font-family: "blanchcaps_inline";
    font-size: 75px;
    line-height: 75px;
    margin: 0;
}

.edito {
width: 100%;
height: auto;
background: #FFF;
border: 1px solid #DDD;
}

.edito p {
text-align: left;
color: #666;
padding: 10px;
font-size: .9em;
}

.reser {
font-family: 'blanchcaps';
	display:inline-block;
	float:left;
    margin-right: 3px;
    background: #e46c20;
    border-solid: 1px solid #DDD;
}
.reser a{
font-family: 'blanchcaps';
	padding:16px 18px;
	font-size:3em;
	line-height:15px;
	color:#FFF;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
.reser a:hover{
	color:#e46c20;
    background: #FFF;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

