@CHARSET "UTF-8";



/*
=======================================================================
	Eléments communs
=======================================================================
*/

body
{
    font-family: 'Open Sans', sans-serif;
    background: #ecf0f1;
}

h2
{
    display: block;
}

.alert, #loadingmessage {
    display: block;
}

.more-link{
    text-align: right;
}

.callout-btn .fa{
    font-size: 1.5em;
    margin-left: 1em;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: -2px;
}
a.btn {
    color: #fff;
}
.btn-default {
    color: #fff;
}
.btn:hover {
    color: #fff;
    background:#006A81;
}

.btn-transparent{
    background: rgba(255, 255, 255, 0.80);
}
.btn-transparent:hover {
    background: #009EC0;
}

.c{
    text-align: center;
}

.m-b-20{
    margin-bottom: 20px;
}

/*
=======================================================================
	Menu
=======================================================================
*/

.jetmenu > li:hover > a, .jetmenu > li.active > a {
    color: #FBEC5D;
}

.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #009EC0;
    background: #fff;
}
/*
=======================================================================
	Header
=======================================================================
*/

@media (max-width: 767px){
    #logo{
        max-width:200px;
    }
}

.navbar-static-top {
    background: #FFFFFF;
    height: 95px;
    border-bottom: 6px solid #009EC0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a {
    color: #666;
}
.navbar-brand {
    height: 80px;
    padding:0;
}
header,
header a {
    color: #FFFFFF;
}

header .fa {
    padding-right: 20px;
    font-size: 17px;
    padding-top: 0px;
}

#block-locale-language ul li{
    display:inline-block;
    margin-right:5px;
    list-style-type:none;
    list-style-image:none;
}

header .header-left{
    padding-top: 5px;
}
header .weather{
    padding-top: 2px;
}

header .social,
header .header-right{
    margin-left:20px;
    padding-left:20px;
    border-left : 1px solid #9E9E9E;
    margin-top:8px;
}

header .fa-rss{
    padding-right:0;
}


#date,#weather{
    display:inline-block;
}
/*
=======================================================================
	Slider
=======================================================================
*/


.tp-banner-container {
    position: relative;
    padding: 0;
}

#block-bean-diaporama{
    clear:both;
}

.wrapper_text_diaporama {
    background: rgba(57, 41, 52, 0.37);
    padding:10px;
    font-size: 30px;
}
.wrapper_text_diaporama .sous-titre{
    font-size: 20px;
}

.wrapper_lien_diaporama {
    background: rgba(255, 255, 255, 0.50);
    padding:5px;
    color:#333;
    font-size: 15px;
}
.wrapper_lien_diaporama a{
    color:#333;
}
.wrapper_lien_diaporama a:hover{
    color:#009EC0;
}

/*
=======================================================================
	Ajustement marges
=======================================================================
*/

.portfolio {
    margin-bottom: 10px;
}
/*
=======================================================================
	Booking zone
=======================================================================
*/

.region-booking-zone label{
    color:#fff;
}


.not-front .booking-zone {
    background: #392934;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 6px solid #009EC0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.front .booking-zone {
     margin-bottom:20px;
    margin-top:3px;
    /*height: 70px;*/
    position:relative;
    z-index:100000;
}
.front .booking-wrapper {

}


.front .booking-wrapper {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    padding: 20px 30px;
    z-index: 9999;
    background-color: #fff;/*rgba(255, 255, 255, 0.56);*/
}

#pearl-booking-siteminder-formulaire #edit-submit.btn {
    border-radius: 10px;
    color: #fff;
    border:0;
    width: 100%;
    font-weight:bold;
}

#pearl-booking-siteminder-formulaire #edit-submit.btn:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    color:#333;
    border:1px solid #009EC0;
}
.booking-zone input {
    height: 43px;
}

.booking-zone select {
    height: 43px;
}

.booking-zone button {
    height: 43px;
}

.booking-zone .date-padding {
    padding:0;
}

.booking-zone .container-inline-date .form-item, .booking-zone .container-inline-date .form-item input {
    width: 100%;
}

.fapicker {
    font-size: 1.5em;
    position: absolute;
    right: 30px;
    top: 10px;
    color: #aaa;
}

/*
=======================================================================
  Accueil : Parallax
=======================================================================
*/

.parallax {
    background-image:url(../images/parallax.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #434c54;
    position: relative;
    width: 100%;
    height: 100%;
    min-height:357px;
}
.opacite {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

    top: 0;
    /*left: -10px;
    padding-left: 30px;*/
}
.blanc{
    background: rgba(255, 255, 255, 0.34);
}
.gris{
    color:#fff;
    background: rgba(0, 0, 0, 0.34);
}
#block-bean-message-de-bienvenue{
    color:#fff;
}

@media screen and (min-width: 1400px) {
    .parallax {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.parallax .h2{
    margin-top: 50px;
    color:#fff;
    font-weight: bold;
    font-size: 3em;
    text-align: left;
}
.content .parallax .h1:after, .content .parallax .h2:after {
    margin: 0;
}

.parallax .h4{
    color:#fff;
}

/*
=======================================================================
	Barre Latérale
=======================================================================
*/
.our-rooms ul
{
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background: white;
    border: 1px #dbdbdb solid;
    margin-top: 30px;
}
.our-rooms ul ul,
.our-rooms ul ul ul
{
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background: white;
    border: 0;
    margin-top: 0px;
}

.our-rooms ul li {
    position:relative;
    border-bottom: 1px #dbdbdb solid;
    list-style: none;
    padding: 5px 0 12px 15px;
    font-size: 22px;
}

.our-rooms ul li a {
    display: inline;
    position:relative;
}

/*
=======================================================================
  Field collection
=======================================================================
*/
.field-collection-container {
    border-bottom: 0;
}

/*
=======================================================================
  Video
=======================================================================
*/

.media-youtube-video iframe {
    width: 100%;
    height: 300px;
}


/*
=======================================================================
  Weather
=======================================================================
*/
@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
#weather {
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
}

#weather i {
    color: #fff;
    font-family: weather;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather .h2 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

#weather ul {
    margin: 0;
    padding: 0;
}

#weather li {
    background: #fff;
    background: rgba(255,255,255,0.90);
    padding: 10px 20px 0 20px;
    display: inline-block;
    border-radius: 5px;
}

#weather .currently {
    margin: 0 20px;
}

/*
=======================================================================
	Blocs accueil
=======================================================================
*/
.callout {
    margin-top: 20px;
}
.news-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*
=======================================================================
	Contenu
=======================================================================
*/
.container .region-content .portfolio img{
    padding:4px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}
.container .region-content .portfolio h2{
    margin-top:5px;
}
/*
=======================================================================
	Pro : Accès
=======================================================================
*/
.acces-pro {
    text-align: center;
}

.acces-pro .fa{
    font-size:10em;
}

.acces-pro a h2{
    color:#009EC0;
}


/*
=======================================================================
	Pro : Documents
=======================================================================
*/


/*
=======================================================================
	Pro : Galeries photos
=======================================================================
*/

.view-id-photos.view-display-id-page_pros .views-row{
    background:#D2D2D2;
    padding-top:10px;
    padding-bottom:10px;
}

.view-id-photos.view-display-id-page_pros .views-row-even{
    background:#DFDFDF;
}

.hd-download li {
    list-style-type: none;
    margin-bottom:5px;
    width:100%;
}

.hd-download li a {
    width: 100%;
    text-align: left;
}

/*
=======================================================================
	Formulaire Contact & Connexion
=======================================================================
*/

.formulaire-contact {
    padding: 12px 8px;
    font-size: 13px;
    color: #666666;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
    background: #FFF;
    height: auto;
    border: 1px solid #d1d1d1;
    background: #FFF;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
    max-width: 95%;
}

#form-contact-entityform-edit-form label, #user-login label, #user-pass label {
    color: #666;
    margin: 8px 0;
    font-size: 13px;
    display: block;
}

#user-login, #user-pass {
    margin-bottom: 35px;
}

.field-name-field-chapeau {
    font-weight: bold;
    font-size: 1.1em;
}


/*
=======================================================================
	Accueil : Rooms
=======================================================================
*/
.owl-theme .owl-controls {
    position: absolute;
    top: 35%;
    width: 100%;
}
.owl-controls .owl-buttons{
    display: none;
}
#hebergements-slider:hover .owl-controls .owl-buttons{
    display: block;
}

/*
=======================================================================
	Hébergements
=======================================================================
*/
.amenities ul li:before {
    margin-right: 0.5em;
}

/*
=======================================================================
	Sidebar
=======================================================================
*/
.region-sidebar .block{
    margin-bottom:0px;
}
.region-sidebar .block h2{
    margin-bottom:20px;
}
.our-rooms{
    padding-top:0px;
}
.footer_news_title a {
    color: #009EC0;
}


/*
=======================================================================
	Sidebar : Partagez
=======================================================================
*/
.stButton {
    /*width: 0;
    overflow: hidden;*/
}

/*
=======================================================================
	Sidebar : Actus
=======================================================================
*/

.date {
    margin-top: 0;
}

.news-border {
    border-bottom: 1px solid rgba(0, 158, 192, 0.23);
}


/*
=======================================================================
	Google Map
=======================================================================
*/
#custom_google_map_id {
    visibility: visible
}

/*
=======================================================================
	Footer
=======================================================================
*/

.footer-bottom ul li a {
    border-right: 1px #7B7B7B solid;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(136, 136, 136);
}
.footer .box {
    color: #dedede;
    line-height: 26px;
}

.footer-contact li {
    list-style-type:none;
}

.footer-contact span{
    display:inline-block;
    margin-left:10px;
}

.footer .container .view-content .field-content img{
    padding:1px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.footer h2{
    font-size:1.6em;
}
.footer .callout-btn {
    border:2px solid #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.footer a{
    color:#fff;
}

.footer .social-contact .fa{
    color: #fff;
    font-size: 2em;
    display: inline-block;
    margin-right:1em;
    width: 2em;
    height: 2em;
    background: #009EC0;
    padding-top: 0.5em;
    border-radius:10px;
    -webkit-border-radius:10px;
}
.footer .social-contact a:hover .fa{
    background:#006A81;
}


.footer .social-contact a{
    text-decoration:none;
}

/*
=======================================================================
	SEO style.css override
=======================================================================
*/
