/*
 * Theme Name: La Fabrique Ecologique 
 * Description: Theme pour La Fabrique Ecologique 
 * Author: Volatil
*/


/* FIX HOME BACKGROUND */
.cover-home .nextEvent{
	background-color: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 768px){
	.cover-home .nextEvent {
	    width: 100% !important;
	    float: none !important;
	    clear: both !important;
	    margin-top: 250px !important;
	}
	.cover-home .slider-home .slick-dots{
		max-width: 100% !important;
	}
}

/* Fix VIDEO */
@media screen and (min-width: 768px){
  .wp-video {
    max-width: 33% !important;
    display: inline-block;
    margin-right: 20px;
  }
}
.wp-video {
  margin-bottom: 20px;
}

/* FIX TWITTER */
.bloc-twitter .last-tweet .twitter-timeline {
  width: 100%;
}