

/* ==========================================================================
   Author : ALPAWEB
   ========================================================================== */

@font-face {
    font-family: 'caslon_becker_no540_swashIt';
    src: url('/fonts/caslon_becker_no540_swash_italic.eot');
    src: url('/fonts/caslon_becker_no540_swash_italic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/caslon_becker_no540_swash_italic.woff') format('woff'),
         url('/fonts/caslon_becker_no540_swash_italic.ttf') format('truetype'),
         url('/fonts/caslon_becker_no540_swash_italic.svg#caslon_becker_no540_swashIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    height: 100%;
    min-height: 100%;
}  

body{
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    height: 100%;
    min-height: 100%;
    background: #000;
    color: #57585a;
    line-height: 24px;
}  

.btnResa, .btnResa:focus, .btnResa:active{
    float: right;
    margin: 10px;
    color:#FFF;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: #4c95a7;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: none;
    text-align: center;
}

.btnResa:hover{
    text-decoration: none;
    background: #ca061d;
    color:#FFF;
}

#bandeauAcc .btnResa{margin-top: 60px;}

/***************************************************/
/*                 BANDEAU GAUCHE
/***************************************************/
#bandeauLeft{
   height: 100%;
   position: fixed;
   min-height: 100%;
   z-index:2;
   box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
   background:rgba(0,0,0,0.6)  url(../img/bgFooter.png) no-repeat bottom;
}

#bandeauLeft .motif{
   background: url(../img/motif.png) repeat-y right;
   height: 100%;
   width:100%;
   min-height: 100%;
   position: absolute;
   z-index:-1;
   top:0;
   left:0;
}

#bandeauLeft .navbar{
    background: none;
    border:0;
    box-shadow: none;
    height: calc(100% - 150px);
}

#bandeauLeft .nav-pills{padding:50px 0px 0px 20px;float:left;width:90%;}

#bandeauLeft .nav-pills > li{
    margin:0;
    padding:0;
    display: block;
    clear:both;
    width: 100%;
}

#bandeauLeft .nav-pills > li > a{
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size:14px;
    color:#fff;
    text-shadow:none;
    border-radius: 0px;
    padding:0px;
    width: 100%;
    display: block;
    margin:0px;
    line-height: 30px;
    text-align:left;
    background-repeat: no-repeat !important;
    transition: linear all 0.2s;
}

#bandeauLeft .nav-pills > li:last-child > a{
    box-shadow: none;
}

.nav > li > a:hover, 
.nav > li > a:focus, 
.nav > li.active > a, 
.nav > li.active > a:hover, 
.nav > li.active > a:focus, 
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus{
    color:#28a013 !important;
    text-shadow:none;
    background:url(../img/coeur.png) no-repeat left !important;
    padding-left:15px !important;
    font-style:italic;
}

.dropdown-menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    border-radius: 0px;
    border:0px;
    box-shadow: none;
    background:#008be1;  
}

.bootstrap-datetimepicker-widget {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    background:#fff;  
}

.dropdown-menu > li {list-style-image: none !important;list-style: none !important;}

.dropdown-menu > li > a{
    color:#fff !important;
    font-size:16px;
    text-shadow:1px 1px 0px rgba(0,0,0,0.5);
    line-height: 25px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color:#fff !important;
    background:#8ed700;
}

#infos-header{   
    z-index:1; 
    background-color: #122040;
    color: #fff;
    font-size: 12px;
    padding-right: 10px;
    line-height: 35px;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}
.fb-like{margin:0px 5px 0px 15px;float: right}

.flags{
    position: absolute; 
    bottom:0; 
    z-index:4;
    width: 100%;
}
.flags img{margin:0px 10px;}

/***************************************************/
/*                  FOOTER
/***************************************************/
#footer{
    padding: 10px 0px 10px 0px;
    position: fixed;
    bottom:0;
    z-index:3;
    left:0;
    color:#999999;
}

ul.footer-links {list-style: none;margin: 0;padding: 0;display: inline;}
ul.footer-links li {margin: 0;padding: 0;display: inline;margin-right: 10px;}
ul.footer-links li a{color: #999999;}    
ul.footer-links li a:hover{text-decoration: none;}


/***************************************************/
/*                  CONTENU
/***************************************************/
#contentRight{padding:0px;position:relative;}



#bottom{
    z-index:2; 
    position: relative;
    margin-top:-60px;
    background-color: #122040;
    color: #fff;
    width: 100%;
    min-height: 25%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}


.texte {
    background:url(../img/bgTexte.png) no-repeat left center #fff;
    padding:40px 40px 40px 140px;
    margin:35px -15px 0px 0px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}
.texte2 {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding:40px 40px 40px 40px;
    margin:35px -15px 0px 0px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    text-shadow:  1px 1px 1px rgba(0,0,0,0.8);
}
.texte3 {
    background:#fff;
    padding:40px;
    margin:35px -15px 0px 0px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}

.margContenu{padding:5px 15px 15px;}
.frameVideo{width:100%;height:264px;max-width: 470px;margin:0px auto;}
#encartActu{background:#fff;color: #57585a !important;min-height: 580px;}

/***************************************************/
/*               FULLSCREE & BANDEAU PHOTO
/***************************************************/
#fullScreen{width:100%;height:100%;overflow:hidden;z-index:-1;position:fixed;}
#fullScreen .captionBandeau{position:absolute;font-size:45px;right:0px;top:50%;z-index:100;text-align:right;}
#fullScreen .captionBandeau span{padding:0px 30px;margin-bottom:10px;color:#fff;background:rgba(0,0,0,0.4);display:inline-block;text-shadow:1px 1px 5px #000;line-height:normal;}
#bandeauAcc{width:100%;height:100%;min-height:100%;overflow:hidden;z-index:0;position:relative;}
#bandeauAcc .btnBandeau{position:absolute;font-size:45px;left:0;bottom:100px;z-index:100;text-align:center;width:100%}
#videoBandeau{width:100%;height:100%;overflow:hidden;position:absolute;z-index: 80;top:0;left:0;}
/***************************************************/
/*                STYLES THEME
/***************************************************/
h1{
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    color: #57585a;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-bottom:5px;
    margin-bottom:25px;
}

h2.titre1{font-size: 16px;}

.texte h1{margin-top:10px;}


.texte2 h1{
    color: #fff;
}

.white h1{
    color: #fff;
}

.menu h1{
    font-style:italic;
    padding-bottom:0px;
    background: none;
    margin:10px auto;
    display: inline-block;
}

.menu h1 .capital{
    font-weight:normal;
    display: inline-block;
    margin:0;
    margin-top:5px;
}

h2{
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    color: #57585a;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

h3{
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    color: #57585a;
    font-weight: 700;
}
#encartActu h3 {margin-top:30px;}

h4{
    font-family: 'Droid Serif', serif;
    font-size: 12px;
    color: #57585a;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: center;
}

.white h2{
    color: #fff;
}

h1 a,h1 a:hover ,h2 a,h2 a:hover {color: #57585a;text-decoration: none}
.white h1 a,.white h1 a:hover,.white h2 a,.white h2 a:hover {color: #fff;text-decoration: none}

.capital{font-family: 'caslon_becker_no540_swashIt';font-size:54px;display:block;float:left;margin-right:5px;margin-top:-5px;line-height: 12px;}

.selectnav{
    display:none;
    width: 96%;
    margin:5px 2%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.panel-title {font-size:12px;}
.panel-default > .panel-heading{background: #fff !important;}

.texte2 a:hover{color:#fff !important}


#GGMap{width: 100%;height: 100%;}

#contact{
    margin-top:50px;
}

/***************************************************/
/*                        MENU
/***************************************************/

.menu {
    background:#fff;
    padding:20px 20px 10px 20px;
    margin:35px -15px 0px 0px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    font-size: 15px;
}

.menu h2{text-align: left; margin: 30px 0 20px; font-size: 16px; position: relative; padding-right: 95px;}
.menu h3{margin: 0 0 10px; position: relative; font-size: 14px; padding-right: 95px;}
.menu h2 em, .menu h3 em{font-style: normal; position: absolute; right: 0; top: 0;}
.menu h2 em, .menu h3 em, .menu ul li strong{font-size: 14px; position: absolute; right: 0; top: 0;}


.menu ul{padding-left: 20px;}
.menu ul li{margin-bottom: 6px; list-style-type: none; position: relative; padding-right: 95px;}

.noteMenu{margin-top:40px;text-align: right !important;}

.bannerscollection_zoominout,.contentHolderVisibleWrapper, .contentHolder, .contentHolderUnit{min-height: 100% !important}

/***************************************************/
/*                   RESPONSIVE
/***************************************************/
@media (max-width:991px) {
    #bandeauAcc .btnResa{margin-top:10px;}
    #bandeauLeft{
       height:auto;
       position: static;
       min-height:0;
       box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
       background: url(/img/texture.jpg);
    }
    .navbar{margin:0;}
    #infos-header{   
        text-align: center;
        position: static;
    }
    #bandeauPhoto{height:350px;}
    .btnBandeau{display: none;}
    

    #footer{    
        background: url(../img/bgFooter.png) no-repeat bottom #f0f0f0;
        position: static;
        width: 100%;
        float: left;
    }

    #mainMenu{display:none;}
    .selectnav{display: block;}

    .texte {
        margin:35px -15px 35px 0px;
    }
    .menu {
        padding:20px;
        margin:35px -15px 35px 0px;
    }
    
    .flags{bottom: auto; right:0; top: 35px; width:auto;}
    .flags img{margin: 0 3px;}
    
    #fullScreen{position: absolute;}
    #fullScreen,#bandeauAcc{height: 600px !important}
}

@media (max-width:650px) {
    .navbar-brand{padding:15px 0;}
    #bottom{margin-top:0px;}
    #infos-header{   
        padding:5px;
        line-height: 20px;
    }
    #fullScreen,#bandeauAcc{height: 400px !important}
    #fullScreen{position: absolute;}
    .menu ul{padding-left: 10px;}
    .menu ul li {padding-right: 0;}
    .menu ul li strong{position: relative; display: block; width: 100%;}
}

@media (max-width:400px) {
    #fullScreen .captionBandeau {top:150px;font-size:28px;}
    #fullScreen,#bandeauAcc{height:300px !important;}
    .texte {
        background: #fff;
        padding:20px;
    }
    #bandeauAcc .btnResa{
        float: none;
        display: inline-block;
        margin: 5px;
    }
    #bandeauAcc{text-align:center;}
    .flags {position:relative; top:auto; margin-bottom:10px;}
}

.formResa{
    position:relative; 
    z-index: 1!important;
}
.mapContact{
    z-index: 0!important;
}



#pubAcc .modal-content{
    background: none;
    box-shadow: none;
    border:0;
}
#pubAcc .modal-header{
    display: none;
}
#pubAcc .modal-body{
    padding:0;
}
#pubAcc .modal-footer{
    margin:0;
}