.carousel { z-index: -99; } /* keeps this behind all content */


.carousel .one {
    background: url(../img/Vigne__13_4aafb115c4ba7.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .two {
    background: url(../img/Champ_labour_____4cdd7a93007b4.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .three {
    background: url(../img/Champ_de_bl____4_4aae44ba382ae.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .four {
    background: url(../img/niffylux_00001527_M_coquelicots-1.jpg);
    background-size: cover;
    -moz-background-size: cover;
}

.carousel .active {
	opacity: 0.8 !important;
}

.carousel .item {
	position: fixed; 
	opacity: 0;
	width: 100%; height: 100%;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade {
  z-index: 2;
}