@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
}

a {
    cursor: pointer;
}
.row {
  margin-left:0px;
  margin-right:0px;
}

.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}

.alert {
    color:#cd0a0a;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    position: fixed;
    z-index: 10000;
    padding-top:10px;
    padding-bottom:0px;
    font-size: 0.8em;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 60px;*/
    border-color: #080808;  
}
#footer {
    background-color: #ffd9cc;
}

#footer a {
  color:#000;
}




/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background-color:rgba(0,0,0,0.5);
}
/*@media screen and (max-width: 640px) {*/
@media screen and (max-width: 1280px){
    .carousel-caption {
        display: none;
    }
}

/* Declare heights because of positioning of img element */
#idHeadCarousel  .item {
  height: 920px;
  background-color:#bbb;
}
#idHeadCarousel img {
  position: absolute;
  top: 0;
  left: 0;
/*  min-width: 100%;
  min-height: 100%;*/
}

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

header {
  background: #333;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

.logo {
  font-size:40px;
  position:absolute;
  z-index:1200;
  color:#333;
  top:70px;
  text-align:center;
  width:100%;
}

/*
#nav {
  width: 100%;
  position:static;
  top:-32px;
}
*/

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    background-color: #2e2e2e;
    font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
    color: #ddd;
}
.navbar-custom  .dropdown-menu li>a:hover {
    color: #eee;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
    background-color: #000;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	height:50px;
}

.panel {
	border-width:0;
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.bg-1 {
    background: url('../ressources/images/bandeau_1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-2 {
    background: url('../ressources/images/bandeau_2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-3 {
    background: url('../ressources/images/bandeau_3.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-4 {
    background: url('../ressources/images/bandeau_4.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-5 {
    padding-top:30px;
    background-color:#e6e6e6;
}

.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}

.li-green {
    list-style-image: url('../ressources/images/site/li_green.png');
}
.li_black {
    margin-top: 5px;
    list-style-image: url('../ressources/images/site/li_black.png');
}

.btn-secondary {
    color: #ffffff; background-color: #777; border-color: #555;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
    color: #ffffff; background-color: #888; border-color: #444;
}
.dvLoading {
    background: #333;
    padding: 15px 10px 15px 10px;
    border: 3px solid #ddd;
    border-radius: 10px;
    color: #ddd;
    font-size: 12pt;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    text-align: center;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 60px;
    margin-left: -180px; /* -1 * image width / 2 */
    margin-top: -30px; /* -1 * image height / 2 */
}

@media all and (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
/*@media screen and (min-width:768px){
    .modal-dialog{
        width:800px;
        padding-top:30px;
        padding-bottom:30px
    };
}*/

@media all and  (min-width: 968px) {
    .logo{
        visibility: hidden;
    }
}
@media all and  (min-width: 1200px) {
    .logo{
        visibility: hidden;
    }
}
@media all and  (min-width: 1500px) {
    .logo{
        visibility: visible;
    }
}
     

#idListData img {
    /*width: 180px;*/
    height: 160px;
}
#idListData {
    height: 400px;
    text-align: center; 
}

.reservation {
    border-radius: 20px;
    border: #fafafa solid 1px;
}

#idListData h2 {
    font-size: 18px;
}

.texte{ font-size:16px; margin-top:20px; padding:0; text-align:justify;}
.texteAnnonce{ font-size:16px; margin:20px; text-align: left;}
.texteBold{ font-size:16px; margin-top:20px;padding:0;font-weight: bold;}

.section0 {padding-top:165px;color: #555;}
.section1 {padding-top:180px;color: #555; background-color: #ffece6; border-bottom: 1px solid #555;}
.section2 {padding-top:180px;color: #555; background-color: #fff9e5; border-bottom: 1px solid #555;}
.section3 {padding-top:180px;color: #555; background-color: #f2ffe5; border-bottom: 1px solid #555;}
.section4 {padding-top:180px;color: #555; background-color: #e5fff2; border-bottom: 1px solid #555;}
.section5 {padding-top:180px;color: #555; background-color: #ffece6; border-bottom: 1px solid #555;}

/*#section4 {padding-top:50px;color: #fff; background-color: #04B0B6;}
#section5 {padding-top:50px;color: #fff; background-color: #ff9800;}*/

#section4 a {
    color: #000088;
}

hr {
    border-top: 1px solid #555;
}

.texteHeader {
    font-family: Philosopher;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}
.texteLogo {
    vertical-align: middle;
    font-family: Philosopher;
    font-size: 40px;    
    font-style: normal;
    font-variant: normal;
    text-align: center;
    /*color: #ddd;*/    
}
.center{
    text-align: center;
}
.logo{
    position:absolute;
    left:10px;
    top:0px;
    /*background-color:#c4e3f3;*/
    text-align: center;
    width: 180px;
}

.ui-widget-header {
    border: 1px solid #1C1C1C;
    background: #585858;
}

.dvLoading {
    background: #333;
    padding: 15px 10px 15px 10px;
    border: 3px solid #ddd;
    border-radius: 10px;
    color: #ddd;
    font-size: 12pt;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    text-align: center;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 60px;
    margin-left: -180px; /* -1 * image width / 2 */
    margin-top: -30px; /* -1 * image height / 2 */
}

.titre {
    background-color: #585858;
    color:#ddd;
    padding-top:5px;
    padding-bottom:2px;
    border:#fff solid 5px;
}
.description {
    padding: 5px;
}

.img_site1 {
    position:absolute;
    right: 135px;
    top: 70px;    
}
.img_site2 {
    position:absolute;
    right: 270px;
    top: 70px;    
}

.div_img_site {
    position: absolute;
    margin-right: 50px;
    margin-top: 100px;
    right: 00px;
    top: 0px;
    width: 305px;
    height: 200px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: #fff;
}


.carre{
    text-decoration:none; 
    text-align:center; 
}

#idHeadCarousel .item {
    background-color: #1E88E5;
}  

/**************************************************************************
            CALEANDAR
 **************************************************************************/
/* Disabled Calendar */
.calendar table.month tr td.disabled,
.calendar table.month tr td.disabled:hover {
    text-decoration: line-through;
/*    color: #dddddd;*/
    color: #bbbbbb;
}

.calendar-header {
    background-color: #FFBF00;
}

.location-histoire-atelier-caption {
    z-index: 10;
    width: 300px;
    color: #fafafa;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.img_prix {
    top: 100px;    
    position:absolute;
}

.navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
}
