/*
Theme Name: 2dlc
Theme URI: http://www.2dlc.net/
Author: tandem
Author URI: http://www.tandemadvertising.com/
Description: Thème pour le site 2dlc
Version: 1.0.0
*/
#header-search {
display:none
}
.random img, .random .img-random {
object-fit: cover;
}
.iframeWrapper iframe {
	width: 100%;
	height: 210px;
}
.image-une iframe {
	width: 100%;
	height: 500px;
}
.excerpt-blog-single .gallery-size-large img {
	max-width: 100%;
	height: auto;
} 
@media all and (min-width: 768px) and (max-width: 1023px){
	.iframeWrapper iframe {
		width: 215px;
		height: 125px;
	}
	.image-une iframe {
		width: 100%;
		height: 250px;
	}
}
@media all and (max-width: 767px){
	.iframeWrapper iframe {
		width: 100%;
	}
	.image-une iframe {
		width: 100%;
		height: 250px;
	}
}