/* CSS Document */
@viewport { 
    width: device-width; 
    zoom: 1; 
}
@font-face {
    font-family: 'dk_lemon_yellow_sunregular';
    src: url('../font/dklemonyellowsun-webfont.woff2') format('woff2'),
         url('../font/dklemonyellowsun-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url('../font/AGaramondPro-Regular.eot');
	src: url('../font/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/AGaramondPro-Regular.woff2') format('woff2'),
		url('../font/AGaramondPro-Regular.woff') format('woff'),
		url('../font/AGaramondPro-Regular.ttf') format('truetype'),
		url('../font/AGaramondPro-Regular.svg#AGaramondPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Adobe Garamond Pro Bold';
	src: url('../font/AGaramondPro-Bold.eot');
	src: url('../font/AGaramondPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/AGaramondPro-Bold.woff2') format('woff2'),
		url('../font/AGaramondPro-Bold.woff') format('woff'),
		url('../font/AGaramondPro-Bold.ttf') format('truetype'),
		url('../font/AGaramondPro-Bold.svg#AGaramondPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
html,body,div,div,p,img,h1,h2,h3,h4,h5
{
	margin:0px;
	padding:0px;
	border:none;
	font-family:'Adobe Garamond Pro', Arial, Helvetica, sans-serif;
}
body
{
	background:#ed7f64 url(../graphics/background.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	font-size:16px;
	color:#ffffff;
}
header
{
	text-align:center;
	display:none;
}
header a
{
	display:inline-block;
	margin:0 10px;
	padding:10px 20px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
		font-family:'Adobe Garamond Pro Bold', Arial, Helvetica, sans-serif;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
	background:rgba(0,0,0,0.7);
}
header img
{
	height:10px;
}
h1,h2,h3,h4,h5,p,ul,li
{
	
	display:inline-block;
	width:100%;
	font-weight:300;
}
h1,h2,h3,h4,h5
{
	font-family:'dk_lemon_yellow_sunregular',Arial, Helvetica, sans-serif;
}
strong, b
{
	font-weight:normal;
	font-family:'Adobe Garamond Pro Bold', Arial, Helvetica, sans-serif;
}
#wrapper {
	margin:0 auto;
	width:auto;
	min-width:300px;
	max-width:600px;
}
.header
{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
}
.header img
{
	width:100%;
	margin:20px 0px;
}
.lcolumn .logo
{
	float:left;
	width:153px;
	height:80px;
	margin:0px 0px 20px 0px;
}
h1
{
	color:#e3000b;
	font-weight:bold;
	font-size:86px;
	line-height:1;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
}
h2
{
	color:#e3000b;
	font-size:30px;
	line-height:1.3;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}
h3
{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
}
h4
{
	color:#e3000b;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
h5
{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin:0px 0px 10px 0px;
}
h5:before
{
	content:'\2022';
	margin-right:5px;
}
p
{
	font-size:16px;
	margin:0px 0px 20px 0px;
	text-align:left;
	text-transform:none;
	line-height:1.5;
}
ul
{
	margin:0px;
	padding-left:20px;
	font-size:16px;
	line-height:1.5;
	color:#ffffff;
}
.rcolumn ul
{
	padding:0px;
	margin:0px 0px 20px 0px;
}
.rcolumn li
{
	margin:0px 0px 10px 0px;
	font-weight:bold;
	color:#e3000b;
}
li:before
{
	content:'\2022';
	padding-right:10px;
}
a{	color:#e3000b;text-decoration:none;}
a:hover{	color:#ffffff;}

.accroche
{
	color:#ffffff;
	font-weight:normal;
	font-family:'Adobe Garamond Pro Bold', Arial, Helvetica, sans-serif;
}


.box
{
	position:relative;
	float:left;
	width:calc(100% - 40px);
	height:auto;
	margin:0px 0px 20px 0px;
	padding:20px;
	
	background:rgba(0,0,0,0.8);
	border-radius:10px;
}
.lcolumn, .rcolumn
{
	position:relative;
	float:left;
	width:100%;
	max-width:280px;
	height:auto;
	margin:0px;
}
#logo
{
	width:100%;
	max-width:260px;
	height:auto;
	margin:0px 0px 20px 0px;
}
#achat
{
	position:relative;
	float:left;
	width:100%;
	background:rgba(255,255,255,0.8);
	border-radius:10px;
	color:#ffffff;
	margin:20px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	text-align:center;
}
#achat a{
	display:inline-block;
	margin:0px 20px 20px 20px;
}
.sharelink
{
	position:relative;
	float:left;
	margin:0px 5px 20px 0px;
}
.sharelink img
{
	width:24px;
	height:24px;	
}
#feuilleteuse {
	width:100%;
	height:350px;
	border-radius:10px;
}
#auteurs
{
	padding-bottom:0px;
}
#auteurs #auteur
{
	display:inline-block;
	margin:0px 20px 20px 0px;
}
#auteurs #bio
{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:360px;
	margin:0px 0px 20px 0px;
	padding:0px;
	border:0px;
}
.videoWrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/********************** FOOTER *****************************/
#footer
{
	position:relative;
	float:left;
	width:100%;
	height:60px;
}
.logo
{
	position:relative;
	float:left;
	margin:0px 20px;
}
.credits
{
	position:absolute;
	right:0px;
	bottom:0px;
	
	font-family:'Ubuntu',Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:300;
	color:#ffffff;
	text-align:right;
}
#FC-seo
{
	display:none;
}