/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
  .uk-article
{
background:#ffffff;
padding:10px;
}
 
.espace
{
height:5px;
background:#AD0E5E;
}

.habillage
{
width:1920px;
position:relative;
left:-460px;
}

.advertising
{
min-height:110px;
max-height:250px;
overflow:visible;
text-align:center;
}

.uk-panel-box {
padding: 5px;
}

.uk-panel-box-primary {
padding: 20px;
}
	 
.uk-panel-box-secondary {
padding: 20px;
}

.uk-panel-box-tertiary {
padding: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


