html {
	width: 100%;
	height: 100%;
}

body {
   height: 100%;
   width: 100%;
  /*background-color: #cce1cd !important;*/
  background-color: white !important;
/*   background-image: url("/assets/images/e-nivelles.jpg");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
*/
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #870203;
  color: white;
}

#BigText {
    font-size: 10rem;  
}

.backNivelles {
/*   height: 100%;
   width: 100%;
*/
   background-image: url("/assets/images/e-nivelles.jpg");
   /*background-image: url("/assets/images/index.png");*/
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;

}

.backNivelles2 {
  /*background-color: #ffffff;*/
   background-image: url("/assets/images/BG2.jpg");
   /*background-image: url("/assets/images/index.png");*/
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;  
   background-attachment: fixed;
}

.EspaceTop {
   padding-top: 25px;
}

.BigText {
  color: white;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;

  text-shadow: 2px 2px 4px #000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4);
  zoom: 1;  
}

.logoVDV {
  height: 14vh;
  margin: 10px;
}

.backLogo {
  background-color: #f1f1f1 !important;
}

.backEvent {
  background-color: rgb(255,255,255,1);
}

.backLogoWhite {
  background-color: rgb(255,255,255,1);
}

.noPadOrMargin {
  padding: 0px !important;
  margin: 0px !important;
}

.sliderSize {
  width: 100%;
}

.vdvDate {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;

  margin-top: 20px;
  margin-left: 10px;
}

.vdvTitre {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;

}

.vdvBigText {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;

  margin-bottom: 10px;
  margin-left: 10px;
}

.vdvText {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.vdvTextGras {
  font-weight: 700;
}

.vdvEventImg {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;  

  border-radius: 8px;

  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;  
}

.vdvEventImgBlock {

}