/******** GENERAL STYLES ********/
html{
	font-size: 0; /* pour résoudre les pb d'espaces blancs entre les block du fait de l'utilisation du inline-block*/
}

body{
    font-family: 'Century Gothic', Verdana, Calibri, serif;
    margin:0px;
    color: #333;
    text-align: justify;
	background-color: #e8e8e8;
    min-height: 100%;
    padding:0px;
}

.titre{
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    margin-top:0;
    margin-bottom: 20px;
    color: #e46d26;
}

.video{
    margin: 5px 0;
    padding: 3px;
    background-color:rgba(168, 197, 36, 0.47);
    width: calc(100% - 6px);
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(56.25% - (6px * 0.5625) + 6px);
	background-color:rgba(168, 197, 36, 0.47);
}
.video-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
	margin: 3px;
}
