/* CSS Document */
@font-face {
    font-family: 'warbler_bannerregular';
    src: url('../font/warblerbanner-regular-testing-bf674fd38676e7d-webfont.woff2') format('woff2'),
         url('../font/warblerbanner-regular-testing-bf674fd38676e7d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@viewport { 
    width: device-width; 
    zoom: 1; 
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


html,body,div,p,img,h1,h2,h3,h4,h5
{
	margin:0px;
	padding:0px;
	border:none;
	font-family:'warbler_bannerregular',Arial, Helvetica, sans-serif;
}

body
{
	background:#ffffff url(../graphics/background.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	font-size:14px;
	color:#000000;
}
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:'warbler_bannerregular', Arial, Helvetica, sans-serif;
}
p, ul, label, .accroche
{
	font-family:Verdana,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
{
	font-family:'warbler_bannerregular',Arial, Helvetica, sans-serif;
	color:#bd252b;
	font-weight:normal;
	font-size:40px;
	line-height:1;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
}
h2
{
	font-family:'warbler_bannerregular',Arial, Helvetica, sans-serif;
	color:#bd252b;
	font-size:36px;
	line-height:1;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
}
h3
{
	font-family:'warbler_bannerregular',Arial, Helvetica, sans-serif;
	color:#bd252b;
	font-size:20px;
	line-height:1.1;
	font-weight:bold;
	text-transform:uppercase;
	margin:20px 0px 20px 0px;
}
h4
{
	font-family:'warbler_bannerregular',Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 40px 0px;
}
h5
{
	font-family:'warbler_bannerregular',Arial, Helvetica, sans-serif;
	color:#bd252b;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	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:#bd252b;text-decoration:none;}
a:hover{	color:#bd252b;}

.accroche
{
	color:#bd252b;
	font-weight:700;
	font-size:16px;
}


.box
{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 20px;
  background: rgba(255,255,255,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:#bd252b;
	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;
}

.videoWrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 560 / 315;
	overflow: hidden;
}

.videoWrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


#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"]
{
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  border: none;
  background: #ffffff;
  color: #bd252b;
}
#newsletter input[type="submit"]
{
	padding:10px 20px;
	width:auto;
	border:none;
	background:#bd252b;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

#newsletter p.confirm
{
	color:#bd252b;	
}
#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;
}


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

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

@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;
}