@CHARSET "ISO-8859-1";

#video-blog
{
	width: 100%;
	padding: 0;
	margin: 30px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#video-blog h1,
#video-blog h2
{
	font-size: 12.75pt;
	color: #edbd56;
	font-weight: bold;
	margin: 2ex 0;
}

#video-blog h1
{
	font-size: 13.5pt;
}

#video-blog .video-box
{
	flex-basis: 49%;
	margin: 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #808080;
}

#video-blog .video-box:nth-child(odd)
{
	margin-right: 2%;
}

#video-blog .video-box p
{
	line-height: 100%;
}

#video-blog .video-box h2
{
	min-height: 5ex;
}

#video-blog .video-box iframe
{
	width: 552px;
	height: 310.5px;
	border: 0;
	margin: 0;
}

#video-blog .video-box#general-info
{
	border-bottom: none;
}

#video-blog .video-box#general-info p
{
	line-height: 150%;
	text-align: justify;
	word-wrap: break-word;
	hyphens: auto;
}

#video-blog #general-info p + p
{
	margin-top: 1ex;
}

#video-blog .video-box#general-info img
{
	margin: 10px 0;
}

#video-blog address
{
	margin-top: 30px;
	line-height: 120%;
}


@media only screen and (max-width: 1344px)
{
	#video-blog .video-box iframe
	{
		width: 483px;
		height: 271.6875px;
	}
}

@media only screen and (max-width: 1216px)
{
	#video-blog .video-box iframe
	{
		width: 414px;
		height: 232.875px;
	}
}

@media only screen and (max-width: 1088px)
{
	#video-blog .video-box iframe
	{
		width: 345px;
		height: 194.0625px;
	}

	img#mr-laguiole
	{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1056px)
{
	#video-blog .video-box#general-info img
	{
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 960px)
{
	#video-blog .video-box
	{
		flex-basis: 100%;
		text-align: center;
	}

	#video-blog .video-box p,
	#video-blog .video-box address
	{
		padding: 0 1em;
	}

	#video-blog .video-box address
	{
		text-align: left;
	}

	#video-blog .video-box h2
	{
		min-height: 1ex;
	}

	#video-blog .video-box:nth-child(odd)
	{
		margin-right: 0;
	}

	#video-blog .video-box iframe
	{
		width: 640px;
		height: 360px;
	}

	#video-blog .video-box#general-info img
	{
		width: 70%;
	}
	
	img#mr-laguiole
	{
		width: 70%;
		height: auto;
		margin: 10px 15%;
	}
}

@media only screen and (max-width: 768px)
{
	#video-blog .video-box iframe
	{
		width: 560px;
		height: 315px;
	}
}

@media only screen and (max-width: 688px)
{
	#video-blog .video-box iframe
	{
		width: 480px;
		height: 270px;
	}

	#video-blog .video-box#general-info p
	{
		line-height: 133%;
	}
}

@media only screen and (max-width: 608px)
{
	#video-blog .video-box iframe
	{
		width: 400px;
		height: 225px;
	}

	#video-blog .video-box#general-info p
	{
		text-align: left;
	}

	img#mr-laguiole
	{
		width: 90%;
		margin: 10px 5%;
	}
}

@media only screen and (max-width: 496px)
{
	#video-blog .video-box iframe
	{
		width: 320px;
		height: 180px;
	}

	#olShopImg
	{
		display: none;
	}
}

@media only screen and (max-width: 416px)
{
	#video-blog .video-box iframe
	{
		width: 240px;
		height: 135px;
	}
}