/* CSS Document */
@font-face {
    font-family: 'rospiclean';
    src: url('../font/rospi-clean-webfont.woff2') format('woff2'),
         url('../font/rospi-clean-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@viewport { 
    width: device-width; 
    zoom: 1; 
}
html,body,div,div,p,img,h1,h2,h3,h4,h5
{
	margin:0px;
	padding:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
body
{
	background:#ffffff url(../graphics/background.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	font-size:18px;
	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:bold;
	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:'rospiclean', Arial, Helvetica, sans-serif;
}
#wrapper {
	margin:0 auto;
	width:auto;
	min-width:300px;
	max-width:600px;
	padding-top:100px;
}
.lcolumn, .rcolumn
{
	display:inline;
	width:100%;
	max-width:270px;
	height:auto;
	margin:0px;
	overflow:hidden;
}
.lcolumn {float:left;}
.rcolumn {float:right;}
.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:#ffdc1a;
	font-weight:normal;
	font-size:140px;
	line-height:1;
	text-transform:uppercase;
	margin:20px 0px 0px 0px;
}
h2
{
	color:#ffdc1a;
	font-size:50px;
	line-height:1;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
}
h3
{
	color:#ffdc1a;
	font-size:30px;
	line-height:1;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px 0px 40px 0px;
}
h4
{
	color:#000000;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px 0px 40px 0px;
}
h5
{
	color:#ffdc1a;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
p
{
	margin:0px 0px 20px 0px;
	text-align:left;
	text-transform:none;
	line-height:1.2;
}
ul
{
	margin:0px 0px 20px 0px;
	padding-left:10px;
	line-height:1.3;
}

li:before
{
	content:'\2022';
	padding-right:10px;
}
a{	color:#ffdc1a;text-decoration:none;}
a:hover{	color:#ffdc1a;}

.accroche
{
	color:#ffdc1a;
	font-weight:700;
}


.box
{
	position:relative;
	float:left;
	width:calc(100% - 40px);
	height:auto;
	margin:0px 0px 20px 0px;
	padding:20px;
	
	background:rgba(0,0,0,0.7);
	border-radius:10px;
}


#logo
{
	width:100%;
	max-width:270px;
	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:#ffdc1a;
	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 0px 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;
}

#newsletter input[type="email"]
{
	padding:10px 20px;
	width:100%;
	max-width:520px;
	border:none;
	background:#1b1b1b;
	color:#000000;
}
#newsletter input[type="submit"]
{
	padding:10px 20px;
	width:auto;
	border:none;
	background:#ffdc1a;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

#newsletter p.confirm
{
	color:#ffdc1a;	
}
#galerie img
{
	display:inline-block;
	width:100%;
	max-width:560px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
}
#galerie .copyright
{
	display:block;
	font-size:14px;
	margin:0px 0px 20px 0px;	
}
#galerie .copyright:last-child
{
	margin:0px;
}
.videoWrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 52%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#newsletter input[type="email"]
{
	padding:10px 20px;
	width:100%;
	max-width:520px;
	border:none;
	background:#ffffff;
	color:#ffdc1a;
}
#newsletter input[type="submit"]
{
	padding:10px 20px;
	width:auto;
	border:none;
	background:#ffdc1a;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

#newsletter p.confirm
{
	color:#ffdc1a;	
}

@media screen and (max-width: 600px) {
.lcolumn, .rcolumn, #logo
{
	max-width: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:center;
}
#FC-seo
{
	display:none;
}
