@import url('https://fonts.googleapis.com/css?family=Fauna+One|Lato:400,700|PT+Sans:400,400i,700');

body {
  color: #5F5F5F;
  font-family: PT Sans;
  font-size: 16px;
  line-height: 20px;
}

/* Responsive video like YouTube */
.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%;
}
/* End responsive video */

.sous-titre {
font-family: Fauna One;
font-size: 32px;
font-weight: normal;
line-height: 40px;
color: #414856;
}

.cadre_image {
padding: 8px;
background-color: #ffffff;
border: 1px solid #d5d3d3;
}

.intro
{
font-size: 20px;
line-height: 30px;
font-family: PT Sans;
font-weight: normal;
color: #5F5F5F;
}

.quote
{
	font-family: PT Sans;
	font-style: italic;
	font-size: 24px;
	line-height: 32px;
	color: #7B7B7B;
	display: block;
	text-align: center;
	width: 80%;
	margin: auto;
}

.quote::after, .quote::before
{
	content: "";
	width: 90px;
	background-color: #DA1F27;
	height: 1px;
	display: block;
	margin: 20px auto;

}

p,
body
{
	color: #5F5F5F;
	font-family: PT Sans;
	font-size: 16px;
	line-height: 20px;
}
