@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;
}

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:#222;
}

#footer a {
  color:#999;
}




/* 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);
}

/* Declare heights because of positioning of img element */
#idHeadCarousel  .item {
  height: 920px;
  background-color: rgba(0,0,0,0.5)
}
#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/page_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/page_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/page_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/page_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 (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 (min-width: 968px) {
    .logo{
        visibility: hidden;
    }
}
@media (min-width: 1200px) {
    .logo{
        visibility: hidden;
    }
}
@media (min-width: 1500px) {
    .logo{
        visibility: visible;
    }
}
     

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

.headerAnnonce {
    color: #555;
    border-radius: 20px;
    background-color: #FFBF00;
    border: #fafafa solid 10px;
}
.annonce {
    color: #555;
    border-radius: 20px;
    background-color: #FFBF00;
    border: #fafafa solid 10px;
    height: 300px;
}

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

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

#section1 {padding-top:50px;color: #fff; background-color: #1E88E5;}
#section2 {padding-top:50px;color: #fff; background-color: #673ab7;}
#section3 {padding-top:50px;color: #fff; background-color: #ff9800;}
#section4 {padding-top:50px;color: #fff; background-color: #5FB404;}
#section5 {padding-top:50px;color: #fff; background-color: #04B0B6;}

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

.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;
}