@charset "utf-8";
/* CSS Document */

div.bloc, div.colbloc, div.ifrmwrap, div.colresize
{	margin:0;
	padding:0;
	position:relative;
}

div.colbloc
{	float:left;
	display:inline-block;
}

div.ifrmwrap { width:100%; height:100%; z-index:10; background:transparent; position:absolute; }

div.bloc
{	height:auto;
	min-height:30px; overflow: hidden; text-overflow: ellipsis;
}

div.bloc > iframe { z-index:-1; }
div.bloc { z-index:1001; }
div.blochtmlwrap { width:100%; height:100%; z-index:999; }

.youtube-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.bloc[data-type=video] {
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

div.bloc[data-type=img] img {
	width:100%;
}
