html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
			
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.transparent{
	opacity: 0;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

#merci{
	color: red;
	text-transform: uppercase;
	font-size: .7em;
	margin-top: 5em;
	text-align: center;
}


/* END RESET */

html{
	width: 100%;height: 100%;
	scroll-behavior: smooth;
}

body{
	cursor: crosshair;
	font-family: 'Arial', sans-serif;
	width: 100%;height: 100%;
	color: #000;
	overflow-x:hidden;
	background-color: #fff;
	
}

body.no-scroll{
	overflow: hidden;
}

i{
	font-style: italic;
}

b{
	font-weight: bold;
}

u{
	text-decoration: underline;
}

a{
	color: #000;
	text-decoration: none;
	padding-bottom: .2em;
	border-bottom: 1px solid #000;
	transition-duration: .2s;
}

a:hover{
	margin-left: 1em;
}

a:visited{
	color: #000;
}

strong{
	font-weight: bold;
}

/* NAV  */

nav{
	width: 100%;height: 10%;
	position: fixed;
	top: 0;left: 0;
	background-color: #fff;
	z-index: 100;
	border-bottom: 1px solid #000;
	transition-duration: .5s;
}

nav #logo{
	height: 90%;
	position: absolute;
	bottom: 5%;
	left: 50%;transform: translateX(-50%);
}

nav #logo img{
	height: 100%; 
}

nav #menu #open-menu{
	font-size: 1em;
	position: absolute;
	top: 50%;transform: translateY(-50%);
	left: 1.5%;
}

nav #menu #open-menu:hover{
	cursor: pointer;
}

#navbar{
	position: fixed;
	top: 0;left: -21%;
	width: 20%;height: 100%;
	background-color: #fff;
	z-index: 90;
	border-right: 1px solid #000;
}

#navbar.blck{
	background-color: #000;
	color: #fff;
	border-color: #fff;
}

#navbar.blck a{
	color: #fff;
}

#navbar ul{
	margin-left: 2em;
}

ul#main-nav{
	letter-spacing: -.05em;
	font-size: 1.2em;
	padding-top: 10em;
	line-height: 1.2em;
	margin-left: 1.5em;
}

#navbar ul#main-nav li a{
	transition-duration: .3s;
	border: none;padding: 0;
}

#navbar ul#main-nav li a:hover{
	margin-left: .5em;
	font-style: normal;
}

ul#nav-contact{
	text-transform: uppercase;
	font-size: .7em;
	padding-top: 5em;
}

#menu-2{
	position: absolute;
	top: 50%;transform: translateY(-50%);
	right: 2em;
	text-align: right;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 1.5em;
}

#menu-2 ul li{
	opacity: 1;
	transition-duration: .5s;
}

#menu-2 ul li:hover{
	opacity: .3;
	cursor: pointer;
}

#searchbar{
	width: 100%;height: 85%;
	position: fixed;
	top: -85%;left: 0;
	background-color: #fff;
	border-bottom: 1px solid #000;
	z-index: 80;
}

#searchbar form{
	position: absolute;
	top: 50%;transform: translateY(-50%);
	width: 50%;left: 25%;
	color: #000;
}

#searchbar form input[type='submit']{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	margin-right: .5em;
	transition-duration: .3s;
}

#searchbar form input[type='submit']:hover{
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

#display-search-results{
	width: 100%;
	border-bottom: 1px solid #000;
	padding-bottom: 4em;
}

#display-search-results h1{
	width: 60%;
	margin-left: 20%;
	margin-top: 3em;
}

#display-search-results ul{
	width: 60%;
	margin-left: 20%;
	text-align: center;
}

#display-search-results ul li{
	text-transform: uppercase;
	font-size: .7em;
	line-height: 1.8em;
}

#display-search-results ul li a{
	transition-duration: .2s;
}

#display-search-results ul li a:hover{
	font-style: normal;
	margin-left: 1.5em;
}

h1{
	font-family: 'Playfair Display', serif;
	font-size: 2.7em;
	padding-bottom: 1em;padding-top: .5em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -.05em;
}


#accueil{
	position: relative;
	width: 100%;
	height: 60%;
	border-bottom: 1px solid #000;
	overflow: hidden;
	transition-duration: 1s;
}

#accueil h1{
	padding-top: 1em;
}

#accueil div{
	display: inline-block;
	vertical-align: top;
	margin: 0;padding: 0;
}

#nouveautes{
	width: 75%;height: 100%;
	border-right: 1px solid #000;
	overflow: scroll;
}

#nouveautes h1{
	text-align: left;
	margin-left: 11%;
}


#nouveautes img{
	width: 25%;height: auto;margin:4%;
	vertical-align: bottom;
	box-shadow: 5px 5px 5px #ccc;
	transition-duration: 1s;
	transition-timing-function: ease;
}

a.no-borders{
	border: none;
}

a.no-borders:hover{
	font-style: normal;
	margin-left: 0;
}

#nouveautes img:hover{
	/*opacity: .3;*/
	width: 23%;
	margin: 5%;
	cursor: pointer;
}

#a-paraitre{
	width: 24%;height: 100%;
	overflow: scroll;
}

#a-paraitre img{
	width: 70%;height: auto;
	margin:15%;
	vertical-align: middle;
	box-shadow: 5px 5px 5px #ccc;
	transition-duration: 1s;
	transition-timing-function: ease;
}

#a-paraitre img:hover{
	width: 65%;margin:17.5%;
	/*opacity: .3;*/
	cursor: pointer;
}

#nouveautes h1, #a-paraitre h1{
	padding-top: 3.5em;
}

#catalogue{
	width: 100%;
	height: 50%;
	border-bottom: 1px dashed #000;
	overflow: hidden;
	transition-duration: 1s;
}

#catalogue:hover{
	height: 140%;
}

#catalogue div{
	display: inline-block;
	vertical-align: top;
	margin: 0;padding: 0;
}

#podcast{
	width: 100%;
	height: 505px;
	border-bottom: 1px solid #000;
	position: relative;
}

#podcast h1{
	margin: 0;
	text-align: left;
	padding-top: 2em;
	padding-left: 2em;
}

#podcast #podcast-p{
	width: 25%;
	margin-left: 10%;
	line-height: 1.15em;
	font-size: 1.15em;
	letter-spacing: -.05em;
}


#podcast #podcast-p p{
	margin-bottom: 1em;
}

#podcast iframe{
	border-left: 1px solid #000;
	position: absolute;
	right: 0;top: 0;
}

#list{
	width: 30%; height: 100%;
	/*border-right: 1px solid #ccc;*/
	position: relative;
	overflow-y: scroll;
}

#sort, #sort-2{
	position: absolute;
	top: -3em;
	width: 100%;
	height: 5%;
}

#sort ul, #sort-2 ul{
	padding-bottom: 0;margin-bottom: 0;
}


#sort ul li, #sort-2 ul li{
	display: inline-block;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
	opacity: .3;
	transition-duration: .2s;
	padding-bottom: 0;margin-bottom: 0;
}

#sort ul li.on, li.on{
	opacity: 1;
	font-weight: bold;
}

#sort ul li:first-of-type, #sort-2 ul li:first-of-type{
	opacity: 1;
}

#sort ul li:hover, #sort-2 ul li:hover{
	opacity: 1;
	cursor: pointer;
}

::-webkit-scrollbar {
    width: 1px;
    height: 4px;
  }
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0);
  }
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgba(0,0,0,1);
  }
::-webkit-scrollbar-thumb:hover{
  	background: rgba(0,0,0,0.4);
  }
::-webkit-scrollbar-thumb:active{
  	background: rgba(0,0,0,.9);
  }

.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: #000;
  scrollbar-width: thin;
}


#list ul{
	width: 75%;
	margin: 10%;
	margin-left: 15%;
	padding-bottom: 50px;
}

#list ul.titres, #list ul.authors{
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 8em;
}

#list ul.titres li, #list ul.authors li{
	margin-bottom: 1em;
}

#alphabet{
	position: absolute;
	top: 8%;left: 1%;
	font-family: 'Playfair Display', serif;
	font-size: 1.5em;
	width: 10%;
	text-align: center;
}

#author-list{
	display: none;
}

#title-list li:hover, #title-list li:hover{
	text-decoration: underline;
	cursor: pointer;
}

ul.titres:first-of-type{
	margin-top: 3em;
}

.titres, .authors{
	display: none;
	opacity: 1;
}

.titres a, .authors a{
	border: none;
	transition-duration: .2s;
	opacity: 1;
}

.titres a:hover, .authors a:hover{
	font-style: normal;
	padding-left: 1.5em;
}

#titres-a_{
	display: block;
}


#collection{
	width: 67%;height: 100%;
	margin-left: 28%;
	position: relative;
}

#collection #sort-2{
	top: -5.5em;
	right: 0;
	width: 55%;
	text-align: right;
}

#collection #sort-2 ul li{
	border: 1px solid #000;
	padding: .5em;
	margin-left: 1em;
	border-radius: 50px;
}

#collection #sort-2 ul li:hover{
	color: #fff;
	background-color: #000;
}

#collection img{
	width: 15%;height: auto;
	margin:4%;
	vertical-align: bottom;
	box-shadow: 5px 5px 5px #ccc;
	transition-duration: 1s;
	transition-timing-function: ease;
}

#collection img:hover{
	/*opacity: .3;*/
	width: 13%;
	margin: 5%;
	cursor: pointer;
}

#actualites{
	width: 100%;height: auto;
	border-bottom: 1px solid #000;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
	transition-duration: .5s;
	padding-top: 5%;
}

/*#actualites:hover{
	height: 90%;
}*/

#actualites h1{
	text-align: left;
	margin-left: 5%;
}

#manifestations, #blog{
	width: 49%;height: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 1em;
	margin: 0;
}

#manifestations{
	width: 30%;
	transition-duration: .5s;
	background-color: #fff;
	overflow: scroll;
}

/*#manifestations:hover{
	background-color: yellow;
	cursor: pointer;
}*/


#manifestations ul{
	width: 90%;
	margin-left: 5%;
}

#manifestations ul li{
	margin-bottom: 2em;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 1.2em;
	transition-duration: .2s;
}

#manifestations ul li:hover{
	margin-left: 1.5em;
	cursor: pointer;
}

#blog{
	width: 66%;height: 100%;
	padding: 0;margin: 0;
	transition-duration: .5s;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 3em;
	border-right: 1px solid #000;
}

#blog.presse{
	width: 100%;
	border-bottom: 1px solid #000;
}

#blog #figure-container{
	width: 100%;
	margin-left: 5%;
}

#blog figure{
	width: 30%;
	margin-right: 2%;margin-bottom: 2%;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 1.5em;
	transition-duration: .2s;
}

#blog figure:hover{
	margin-left: 1.5em;
	cursor: pointer;
}

#distribution-liens{
	width: 100%;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-top: 5%;
}

#distribution, #liens{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

#liens{
	border-left: 1px solid #000;
	padding-bottom: 2.5%;
}

#distribution ul, #liens ul{
	width: 60%;
	margin-left: 20%;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: -.05em;
	margin-bottom: 2em;
	line-height: 1.5em;
}

#distribution ul{
	line-height: 1.8em;
}

#distribution ul li:first-of-type{
	margin-top: 1em;
}

#distribution ul li a, #liens ul li a{
	transition-duration: .2s;
}

#distribution ul li a:hover, #liens ul li a:hover{
	font-style: normal;
	margin-left: 1.5em;
}

footer{
	width: 100%;
	background-color: #fff;
	z-index: 3000;
	transition-duration: 2s;
}

h1#a-propos{
	margin-top: 7%;
}

#about{
	width: 100%;
	padding-left: 10%;
	position: relative;
	padding-bottom: 5em;
	border-bottom: 1px solid #000;
}

#about img{
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
}


#about #about-p{
	width: 55%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.1em;
}

#about #about-p p{
	line-height: 1.15em;
	margin-bottom: 1em;
	font-size: 1.15em;
	letter-spacing: -.05em;
}

#info, #contact{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-top: 37.5px;
  margin-top: 50px;
}

#info{
  font-family: 'Playfair Display', serif;
  font-size: 1.5em;
}

h2{
	font-size: 2.2em;
	margin-bottom: .3em;
	font-style: italic;
}

#info div{
  padding-left: 20%;
}

#contact{
	width: 40%;
	margin-top: 80px;
}

.manuscrit{
	font-size: .9em;
	font-family: 'Playfair Display', serif;
  font-size: 1.2em;
}

.underline {
  border-bottom: solid 1px #474544;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 1px #474544;
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'Arial',sans-serif;
	font-size: .7em;
}

#footer  textarea {
	font-size: 1em;
	text-transform: none;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
}

.name {
	float: left;
	width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 300px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 1px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 37%;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

#navbar-footer{
	text-align: center;
	font-size: .6em;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding-bottom: 2em;
	margin-top: 4em;
}

#navbar-footer ul li{
	display: inline-block;
	margin-left: 1em;margin-right: 1em;
}

/* TEMPLATE PAGE BOOKS */

#books{
	width: 100%; height: 100%;
	background-color: #000;
	position: relative;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 3em;
	overflow: hidden;
	letter-spacing: -.05em;
}

#galerie{
	width: 50%;height: 100%;
	margin: 0;
	padding-bottom: 3em;
	overflow-y: scroll;
}

#galerie img{
	width: 130%;
	margin-left: -15%;
}

#galerie img:first-of-type{
	margin-top: 5%;
}

#galerie img.no-background{
	width: 55%;
	margin-left: 22.5%;
	margin-top: 10%;
}

#description{
	width: 50%;height: 100%;
	position: absolute;
	right: 0; top: 0;
	background-color: #fff;
	z-index: 1;
	overflow: scroll;
	font-size: 1.1em;
	transition-duration: 1s;
}

#book-title{
	position: fixed;
	width: 50%;
	top: 10%;
	border-bottom: 1px solid #000;
	background-color: #F08080;
	padding: 1em;
	transition-duration: .5s;
	z-index: 1000;
}

#book-title h1{
	margin: 0;padding: 0;
	font-size: 2.3em;
	width: 95%;
	text-transform: unset;
}

#book-title h1 a{
	font-style: italic;
	border: none;
	margin: 0;
}

#book-title h1 a:hover{
	font-style: normal;
}

#book-title h4{
	padding-top: 1em;
	font-size: .9em;
	text-align: center;
	width: 95%;
}

#book-description{
	padding: 1em;
	padding-left: 2em;padding-right: 2em;
	padding-bottom: 8em;
	transition-duration: .5s;
}

#book-description h1{
	margin-bottom: 0;padding: 0;
	margin-top: 0;margin-bottom: .2em;
	text-align: left;
	font-size: 2.1em;
}


#book-description h1:first-of-type{
	margin-top: .5em;
}

#book-description p{
	margin-top: 1em;margin-bottom: 1em;
}

#book-description p:last-of-type{
	margin-bottom: 2em;
}

#book-description p a{
	text-decoration: underline;
	border: none;
	transition-duration: .2s;
}

#book-description p a:hover{
	text-decoration: none;
	margin: 0;
}

#book-details{
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1.5em;
	/*border-top: 1px solid #000;*/
	margin-top: 0;
	/*margin-bottom: 3em;*/
}

#book-details a{
	border: none;
	text-decoration: underline;
}

#book-details a:hover{
	margin: 0;
	text-decoration: none;
}

#en-bas-pdf{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 5%;
	z-index: 0;
}

#book-price{
	width: 100%;
	position: fixed;
	bottom:  0;
	border-top: 1px solid #000;
	background-color: #fff;
	padding: 1em;
}

#book-price-ok{
	width: 100%;
	position: fixed;
	bottom:  0;
	border-top: 1px solid #000;
	background-color: #fff;
	padding: 1em;
}

#book-price button, #book-price-ok button{
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 50px;
	font-size: 1em;
	letter-spacing: -.05em;
	margin-top: .2em;
	transition-duration: .5s;
	cursor: pointer;
}

#book-price button:hover, #book-price-ok button:hover{
	background-color: #000;
	color: #FFF;
}

#book-price button:hover, #book-price-ok button:hover{
	background-color: #000;
	color: #FFF;
}

#book-price button a, #book-price-ok button a{
	border: none;
}

#book-price button a:hover, #book-price-ok button a:hover{
	margin: 0;
	color: #fff;
}

.bouton-devise{
	border: 1px solid #000;
	padding-left: 1em;padding-right: 1em;padding-top: .25em;
	border-radius: 50px;
}

.bouton-devise:hover{
	background-color: #000;
	cursor: pointer;
	color: #fff;
	font-style: normal;
}

#book-price #price{
	display: inline-block;
	vertical-align: top;
	padding-top: .5em;
	margin-right: .5em;
}

#book-price-ok #price{
	display: inline-block;
	vertical-align: top;
	padding-top: .5em;
	margin-right: .5em;
}

#book-price form{
	display: inline-block;
	vertical-align: center;
	margin: 0;
	padding: 0;
	/*margin-top: -1em;margin-bottom: -1em;*/
}

#book-price form input{
	display: none;
}

#book-price form input[type='image']{
	display: inline-block;
	width: 125px;
}

#book-price form input[type='submit']{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	margin-right: .5em;
	text-transform: uppercase;
	transition-duration: .3s;
}

#book-price form input[type='submit']:first-of-type{
	margin-left: 1em;
}

#book-price form input[type='submit']:hover{
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

#book-price form input[type='image']{
	transition-duration: .3s;
}

#book-price form input[type='image']:hover{
	filter: invert(1);
	cursor: pointer;
}

#book-price-ok form{
	display: inline-block;
	vertical-align: center;
	margin: 0;
	padding: 0;
	/*margin-top: -1em;margin-bottom: -1em;*/
}

#book-price-ok form input{
	display: none;
}

#book-price-ok form input[type='image']{
	display: inline-block;
	width: 125px;
}

#book-price-ok form input[type='submit']{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	margin-right: .5em;
	text-transform: uppercase;
	transition-duration: .3s;
}

#book-price-ok form input[type='submit']:first-of-type{
	margin-left: 1em;
}

#book-price-ok form input[type='submit']:hover{
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

#book-price-ok form input[type='image']{
	transition-duration: .3s;
}

#book-price-ok form input[type='image']:hover{
	filter: invert(1);
	cursor: pointer;
}

#menu-2 form{
	display: inline-block;
	vertical-align: center;
	margin: 0;
	padding: 0;
	/*margin-top: -1em;margin-bottom: -1em;*/
}

#menu-2 form input[type='submit']{
	display: inline-block;
	background-color: #fff;
	border: none;
	margin: 0;padding: 0;
	text-transform: uppercase;
	transition-duration: .3s;
	font-size: 1em;
	opacity: 1;
}

#menu-2 form input[type='submit']:hover{
	opacity: .3;
	cursor: pointer;
}


/* TEMPLATE PAGE ACTUALITES + BLOG */

#actualites.page-actualites{
	/*height: 80%;*/
	padding-top: 5%;
}

#actualites.page-actualites h1{
	margin-top: .5em;
}

#blog-p{
	width: 70%;
	margin-left: 15%;
}

#blog-p p{
	line-height: 1.3em;
	margin-bottom: 1em;
	font-size: 1.25em;
	letter-spacing: -.05em;
}

#blog-p img{
	width: 80%;
	margin-top: 2em;margin-bottom: 2em;
	margin-left: 10%;
}

#blog-p h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.2em;
	padding-bottom: 1em;padding-top: .5em;
	text-transform: uppercase;
	letter-spacing: -.05em;
	font-style: normal;
	margin-left: 2em;

}

#blog.add-border{
	border-right: 1px solid #000;
}

/* TEMPLATE PANIER */

#panier{
	width: 100%;height: 80%;
	padding-top: 7em;
	border-bottom: 1px solid #000;
}

#panier h1{
	text-align: left;
	margin-left: 3em;
}

#panier p{
	letter-spacing: -.05em;
	margin-left: 10em;
}

/* TEMPLATE AUTEUR */

#auteur{
	position: relative;
	width: 100%;
	height: 90%;
	border-bottom: 1px solid #000;
	overflow: hidden;
	transition-duration: 1s;
}

#auteur h1{
	padding-top: 1em;
}

#auteur div#bio, #auteur div#paru{
	display: inline-block;
	vertical-align: top;
	margin: 0;padding: 0;
}

#bio{
	width: 75%;height: 100%;
	overflow: scroll;
}

#bio h1{
	width: 80%;
	margin-left: 10%;
	text-align: left;
}

#bio h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.1em;
	padding-bottom: 1em;padding-top: .5em;
	text-transform: uppercase;
	letter-spacing: -.05em;
	font-style: normal;
	width: 80%;
	margin-left: 10%;

}

#bio p{
	line-height: 1.3em;
	margin-bottom: 1em;
	font-size: 1.15em;
	letter-spacing: -.05em;
	width: 80%;
	margin-left: 10%;
}

#bio img{
	width: 25%;height: auto;margin:4%;
	vertical-align: middle;
	box-shadow: 5px 5px 5px #ccc;
	transition-duration: 1s;
	transition-timing-function: ease;
}

#bio img:hover{
	/*opacity: .3;*/
	width: 23%;
	margin: 5%;
	cursor: pointer;
}

#paru{
	width: 24%;height: 100%;
	border-left: 1px solid #000;
	overflow-y: scroll;
}

#paru a:hover{
	margin-left: 0;
}

#paru img{
	width: 70%;height: auto;
	margin:15%;
	vertical-align: middle;
	box-shadow: 5px 5px 5px #ccc;
	transition-duration: 1s;
	transition-timing-function: ease;
}

#paru img:hover{
	width: 65%;margin:17.5%;
	/*opacity: .3;*/
	cursor: pointer;
}

#paru a{
	text-decoration: none;
	border: none;
}

#bio h1, #paru h1{
	padding-top: 3.5em;
}

.source{
	font-size: .7em;
	text-transform: uppercase;
}

#bio .source{
	width: 80%;
	margin-left: 10%;
	margin-top: 5em;
}

/* TEMPLATE PAGE DIFFUSION */

#diffusion{
	width: 100%;
	border-bottom: 1px solid #000;
	padding-top: 10%;
	padding-bottom: 4em;
	font-size: 1.2em;
	letter-spacing: -.05em;
	text-align: center;
	line-height: 1.8em;
}

#diffusion div{
	width: 80%;
	margin-left: 10%;
}

#diffusion div h2, #diffusion div h3{
	font-style: normal;
	font-family: 'Playfair Display', serif;
}

#diffusion div h2{
	margin-top: 1em;
	margin-bottom: .5em;
}

#diffusion div h3{
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: .5em;
}

#per-year{
	width: 100%;
	transition-duration: .5s;
	border-bottom: 1px solid #000;
	padding: 2em;
	padding-bottom: 3em;
	font-size: .7em;
	text-transform: uppercase;
}

#per-year h1{
	font-family: 'Arial', sans-serif;
	text-align: left;
	font-size: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#year-list{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

#year-list ul{
	width: 100%;
	height: 100%;
	margin-left: 2em;
}

#year-list ul li{
	width: 12%;
	display: inline-block;
	line-height: 3em;
	list-style-type: none;
}

#year-list ul li a{
	border: 1px solid #fff;
	border-radius: 50px;
	padding: .5em;
	transition-duration: .3s;
}

#year-list ul li a:hover{
	border: 1px solid #000;
	margin-left: 0;
	cursor: pointer;
}

#year-list ul li a.actif{
	border: 1px solid #000;
}

#year-block{
	width: 60%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2em;
}

.years{
	display: none;
}

.years ul{
		list-style-type: none;
		line-height: 2em;
}

.years ul li{
		transition-duration: .3s;
}

.years ul li:hover{
		cursor: pointer;
		margin-left: 1em;
}

#year_2022{
	display: block;
}

@media only screen and (max-device-width: 736px) { 

	#per-year{
		display: none;
	}

	input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	}

	.mobile{
		display: block;
	}

	.desktop{
		display: none;
	}

	#collection, #sort-2, #refresh{
		display: none;
	}

	#searchbar{
		top: -100%;
		height: 100%;
	}

	#searchbar form{
		width: 80%;left: 10%;
	}

	nav #menu #open-menu{
		left: 5%;
	}

	#navbar{
		position: fixed;
		top: 0;left: -100%;
		width: 100%;height: 100%;
		background-color: #fff;
		z-index: 90;
		border-right: 1px solid #000;
		text-align: center;
	}

	#navbar.blck{
		background-color: #000;
		color: #fff;
		border-color: #fff;
	}

	#navbar.blck a{
		color: #fff;
	}

	#navbar ul{
		margin-left: 0;
	}

	ul#main-nav{
		letter-spacing: -.05em;
		font-size: 1.2em;
		padding-top: 4.5em;
		line-height: 1.2em;
		/*margin-left: 1.5em;*/
	}

	#navbar ul#main-nav li a{
		transition-duration: .3s;
		border: none;padding: 0;
	}

	#navbar ul#main-nav li a:hover{
		margin-left: .5em;
		font-style: normal;
	}

	ul#nav-contact{
		text-transform: uppercase;
		font-size: .7em;
		padding-top: 1em;
	}

	#accueil_mobile{
		position: relative;
		width: 100%;height: auto;
		margin-top: 25%;
	}

	#accueil_mobile h1{
		padding-top: 1em;
		text-align: left;
		margin-left: 11%;
	}


	#accueil_mobile img{
		width: 70%;height: auto;
		margin:15%;
		vertical-align: middle;
		box-shadow: 5px 5px 5px #ccc;
		transition-duration: 1s;
		transition-timing-function: ease;
	}

	.separateur{
		width: 100%;height: 1px;
		border-bottom: 1px solid #000;
		margin-bottom: 50px;
	}

	#catalogue{
		width: 100%;
		height: 130%;
		transition-duration: 0;
	}

	#catalogue:hover{
		height: 130%;
	}

	#list{
		width: 100%; 
		height: 250%;
		/*border-right: 1px solid #ccc;*/
		position: relative;
		overflow-y: visible;
	}

	#collection{
		width: 0;
	}

	#info{
		width: 80%;
		display: block;
		text-align: center;
		padding-bottom: 0;margin-bottom: 0;
	}

	#contact{
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 100px;
		margin-top: 0;
		text-align: center;
	}

	/* BOOK  */

	#books{
		width: 100%; height: unset;
		background-color: #000;
		position: relative;
		border: none;
		margin-top: 2em;
		overflow: scroll;
		overflow-y: hidden;
		letter-spacing: -.05em;
	}

	#galerie{
		width: 100%;
		height: 60%;
		overflow-x: hidden;
	}

	#galerie img{
		width: 150%;
		margin-left: -25%;
	}

	#galerie img.no-background{
		width: 80%;
		margin-left: 10%;
	}

	#description{
		width: 100%;height: unset;
		position: unset;
		right: 0; top: 0;
		background-color: #fff;
		z-index: 10;
		font-size: 1.1em;
		transition-duration: 1s;
		-webkit-overflow-scrolling: touch;
	}

	#book-title{
		position: unset;
		width: 100%;
		top: 0;left: 0;
		border-bottom: 1px solid #000;
		background-color: #F08080;
		padding: 1em;
		transition-duration: .5s;
	}

	#book-title h1{
		margin: 0;padding: 0;
		font-size: 2.3em;
		width: 90%;
	}

	#book-title h4{
		padding-top: 1em;
		font-size: .9em;
		text-align: center;
		width: 90%;
	}

	#book-description{
		padding: 1em;
		padding-left: 2em;padding-right: 2em;
		padding-bottom: 8em;
		transition-duration: .5s;
	}

	#book-description h1{
		margin-bottom: 0;padding: 0;
		margin-top: 1em;margin-bottom: .2em;
		text-align: left;
		font-size: 2.1em;
	}

	#book-description h1:first-of-type{
		margin-top: .5em;
	}

	#book-description p{
		margin-top: 1em;margin-bottom: 1em;
	}

	#book-description p:last-of-type{
		margin-bottom: 2em;
	}

	#book-details{
		text-transform: uppercase;
		font-size: .8em;
		line-height: 1.5em;
		/*border-top: 1px solid #000;*/
		margin-top: 0;
		/*margin-bottom: 3em;*/
	}

	#book-price{
		width: 100%;
		position: unset;
		bottom:  unset;
		border-top: 1px solid #000;
		background-color: #fff;
		padding: 1em;
	}

	#book-price #price{
		display: inline-block;
		vertical-align: top;
		padding-top: .5em;
		margin-right: .5em;
	}

	#book-price form{
		width: 100%;
		display: inline-block;
		vertical-align: center;
		margin: 0;
		padding: 0;
		/*margin-top: -1em;margin-bottom: -1em;*/
	}

	#book-price form input{
		display: none;
	}

	#book-price form input[type='image']{
		display: inline-block;
		width: 125px;
	}

	#book-price form input[type='submit']{
		display: inline-block;
		background-color: #fff;
		border: 1px solid #000;
		border-radius: 50px;
		margin-right: .5em;
		text-transform: uppercase;
		transition-duration: .3s;
	}

	#book-price form input[type='submit']:first-of-type{
		margin-left: 1em;
	}

	#book-price form input[type='submit']:hover{
		background-color: #000;
		color: #fff;
		cursor: pointer;
	}

	#book-price form input[type='image']{
		transition-duration: .3s;
	}

	#book-price form input[type='image']:hover{
		filter: invert(1);
		cursor: pointer;
	}

	#menu-2 form{
		display: inline-block;
		vertical-align: center;
		margin: 0;
		padding: 0;
		/*margin-top: -1em;margin-bottom: -1em;*/
	}

	#menu-2 form input[type='submit']{
		display: inline-block;
		background-color: #fff;
		border: none;
		margin: 0;padding: 0;
		text-transform: uppercase;
		transition-duration: .3s;
		font-size: 1em;
		opacity: 1;
	}

	#menu-2 form input[type='submit']:hover{
		opacity: .3;
		cursor: pointer;
	}

	/* TEMPLATE AUTEUR */

	#auteur{
		height: unset;
	}

	#auteur h1{
		padding-top: 2em;
	}

	#auteur div#bio, #auteur div#paru{
		display: block;
		vertical-align: unset;
		margin: 0;padding: 0;
	}

	#bio{
		width: 100%;height: unset;
		overflow: unset;
		padding-bottom: 2em;
	}

	#bio p{
		margin-bottom: 4em;
	}

	#paru{
		width: 100%;height: unset;
		border-left: none;
		border-top: 1px solid #000;
		overflow-y: unset;
	}

	/* A PROPOS */

	h1#a-propos{
		padding-top: 2em;
	}

	#about{
		width: 100%;
		padding-left: 10%;
		position: relative;
		padding-bottom: 5em;
		border-bottom: 1px solid #000;
	}

	#about img{
		width: 80%;
		display: block;
		margin-right: 0;
		margin-bottom: 2em;
	}


	#about #about-p{
		width: 80%;
		display: inline-block;
		font-size: 1.1em;
	}

	#about #about-p p{
		line-height: 1.15em;
		margin-bottom: 1em;
		font-size: 1.15em;
		letter-spacing: -.05em;
	}

	#blog.presse{
		width: 100%;
		border-bottom: 1px solid #000;
	}

	#blog.presse figure{
		width: 100%;
		margin-left: 5%;
		display: block;
	}

	#blog.presse figure:last-of-type{
		margin-bottom: 5em;
	}

	/* NOUVELLES, MANIFESTATIONS, BLOG */

	#manifestations, #blog{
		width: 100%;height: auto;
		display: block;
		vertical-align: top;
		padding: 1em;
		margin: 0;
	}

	#manifestations{
		width: 100%;
		display: block;
		border-top: 1px solid #000;
		transition-duration: .5s;
		background-color: #fff;
		overflow: scroll;
	}

	#blog{
		padding-top: 4em;
	}

	/* DIFFUSION, DISTRIBUTION */

	#distribution, #liens{
		width: 100%;
		display: block;
		vertical-align: top;
	}

	#distribution{
		padding-top: 4em;
	}

	#liens{
		border-top: 1px solid #000;
		border-left: none;
		padding-bottom: 2.5%;
	}

}



@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) { 


	#per-year{
		display: none;
	}

	input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	}

	.mobile{
		display: block;
	}

	.desktop{
		display: none;
	}

	#collection, #sort-2, #refresh{
		display: none;
	}

	#searchbar{
		top: -100%;
		height: 100%;
	}

	#searchbar form{
		width: 80%;left: 10%;
	}

	nav #menu #open-menu{
		left: 5%;
	}

	#navbar{
		position: fixed;
		top: 0;left: -100%;
		width: 100%;height: 100%;
		background-color: #fff;
		z-index: 90;
		border-right: 1px solid #000;
		text-align: center;
	}

	#navbar.blck{
		background-color: #000;
		color: #fff;
		border-color: #fff;
	}

	#navbar.blck a{
		color: #fff;
	}

	#navbar ul{
		margin-left: 0;
	}

	ul#main-nav{
		letter-spacing: -.05em;
		font-size: 1.2em;
		padding-top: 4.5em;
		line-height: 1.2em;
		/*margin-left: 1.5em;*/
	}

	#navbar ul#main-nav li a{
		transition-duration: .3s;
		border: none;padding: 0;
	}

	#navbar ul#main-nav li a:hover{
		margin-left: .5em;
		font-style: normal;
	}

	ul#nav-contact{
		text-transform: uppercase;
		font-size: .7em;
		padding-top: 1em;
	}

	#accueil_mobile{
		position: relative;
		width: 100%;height: auto;
		margin-top: 25%;
	}

	#accueil_mobile h1{
		padding-top: 1em;
		text-align: left;
		margin-left: 11%;
	}


	#accueil_mobile img{
		width: 70%;height: auto;
		margin:15%;
		vertical-align: middle;
		box-shadow: 5px 5px 5px #ccc;
		transition-duration: 1s;
		transition-timing-function: ease;
	}

	.separateur{
		width: 100%;height: 1px;
		border-bottom: 1px solid #000;
		margin-bottom: 50px;
	}

	#catalogue{
		width: 100%;
		height: 130%;
		transition-duration: 0;
	}

	#catalogue:hover{
		height: 130%;
	}

	#list{
		width: 100%; 
		height: 250%;
		/*border-right: 1px solid #ccc;*/
		position: relative;
		overflow-y: visible;
	}

	#collection{
		width: 0;
	}

	#info{
		width: 80%;
		display: block;
		text-align: center;
		padding-bottom: 0;margin-bottom: 0;
	}

	#contact{
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 100px;
		margin-top: 0;
		text-align: center;
	}

	/* BOOK  */

	#books{
		width: 100%; height: unset;
		background-color: #000;
		position: relative;
		border: none;
		margin-top: 2em;
		overflow: scroll;
		overflow-y: hidden;
		letter-spacing: -.05em;
	}

	#galerie{
		width: 100%;
		height: 60%;
		overflow-x: hidden;
	}

	#galerie img{
		width: 150%;
		margin-left: -25%;
	}

	#galerie img.no-background{
		width: 80%;
		margin-left: 10%;
	}

	#description{
		width: 100%;height: unset;
		position: unset;
		right: 0; top: 0;
		background-color: #fff;
		z-index: 10;
		font-size: 1.1em;
		transition-duration: 1s;
		-webkit-overflow-scrolling: touch;
	}

	#book-title{
		position: unset;
		width: 100%;
		top: 0;left: 0;
		border-bottom: 1px solid #000;
		background-color: #F08080;
		padding: 1em;
		transition-duration: .5s;
	}

	#book-title h1{
		margin: 0;padding: 0;
		font-size: 2.3em;
		width: 90%;
	}

	#book-title h4{
		padding-top: 1em;
		font-size: .9em;
		text-align: center;
		width: 90%;
	}

	#book-description{
		padding: 1em;
		padding-left: 2em;padding-right: 2em;
		padding-bottom: 8em;
		transition-duration: .5s;
	}

	#book-description h1{
		margin-bottom: 0;padding: 0;
		margin-top: 1em;margin-bottom: .2em;
		text-align: left;
		font-size: 2.1em;
	}

	#book-description h1:first-of-type{
		margin-top: .5em;
	}

	#book-description p{
		margin-top: 1em;margin-bottom: 1em;
	}

	#book-description p:last-of-type{
		margin-bottom: 2em;
	}

	#book-details{
		text-transform: uppercase;
		font-size: .8em;
		line-height: 1.5em;
		/*border-top: 1px solid #000;*/
		margin-top: 0;
		/*margin-bottom: 3em;*/
	}

	#book-price{
		width: 95%;
		position: fixed;
		bottom:  0;
		border-top: 1px solid #000;
		background-color: #fff;
		padding: 1em;
	}

	#book-price #price{
		display: inline-block;
		vertical-align: top;
		padding-top: .5em;
		margin-right: .5em;
	}

	#book-price form{
		width: 100%;
		display: inline-block;
		vertical-align: center;
		margin: 0;
		padding: 0;
		/*margin-top: -1em;margin-bottom: -1em;*/
	}

	#book-price form input{
		display: none;
	}

	#book-price form input[type='image']{
		display: inline-block;
		width: 125px;
	}

	#book-price form input[type='submit']{
		display: inline-block;
		background-color: #fff;
		border: 1px solid #000;
		border-radius: 50px;
		margin-right: .5em;
		text-transform: uppercase;
		transition-duration: .3s;
	}

	#book-price form input[type='submit']:first-of-type{
		margin-left: 1em;
	}

	#book-price form input[type='submit']:hover{
		background-color: #000;
		color: #fff;
		cursor: pointer;
	}

	#book-price form input[type='image']{
		transition-duration: .3s;
	}

	#book-price form input[type='image']:hover{
		filter: invert(1);
		cursor: pointer;
	}

	#menu-2 form{
		display: inline-block;
		vertical-align: center;
		margin: 0;
		padding: 0;
		/*margin-top: -1em;margin-bottom: -1em;*/
	}

	#menu-2 form input[type='submit']{
		display: inline-block;
		background-color: #fff;
		border: none;
		margin: 0;padding: 0;
		text-transform: uppercase;
		transition-duration: .3s;
		font-size: 1em;
		opacity: 1;
	}

	#menu-2 form input[type='submit']:hover{
		opacity: .3;
		cursor: pointer;
	}

	/* TEMPLATE AUTEUR */

	#auteur{
		height: unset;
	}

	#auteur h1{
		padding-top: 2em;
	}

	#auteur div#bio, #auteur div#paru{
		display: block;
		vertical-align: unset;
		margin: 0;padding: 0;
	}

	#bio{
		width: 100%;height: unset;
		overflow: unset;
		padding-bottom: 2em;
	}

	#bio p{
		margin-bottom: 4em;
	}

	#paru{
		width: 100%;height: unset;
		border-left: none;
		border-top: 1px solid #000;
		overflow-y: unset;
	}

	/* A PROPOS */

	h1#a-propos{
		padding-top: 2em;
	}

	#about{
		width: 100%;
		padding-left: 10%;
		position: relative;
		padding-bottom: 5em;
		border-bottom: 1px solid #000;
	}

	#about img{
		width: 80%;
		display: block;
		margin-right: 0;
		margin-bottom: 2em;
	}


	#about #about-p{
		width: 80%;
		display: inline-block;
		font-size: 1.1em;
	}

	#about #about-p p{
		line-height: 1.15em;
		margin-bottom: 1em;
		font-size: 1.15em;
		letter-spacing: -.05em;
	}

	#blog.presse{
		width: 100%;
		border-bottom: 1px solid #000;
	}

	#blog.presse figure{
		width: 100%;
		margin-left: 5%;
		display: block;
	}

	#blog.presse figure:last-of-type{
		margin-bottom: 5em;
	}

	/* NOUVELLES, MANIFESTATIONS, BLOG */

	#manifestations, #blog{
		width: 100%;height: auto;
		display: block;
		vertical-align: top;
		padding: 1em;
		margin: 0;
	}

	#manifestations{
		width: 100%;
		display: block;
		border-top: 1px solid #000;
		transition-duration: .5s;
		background-color: #fff;
		overflow: scroll;
	}

	#blog{
		padding-top: 4em;
	}

	/* DIFFUSION, DISTRIBUTION */

	#distribution, #liens{
		width: 100%;
		display: block;
		vertical-align: top;
	}

	#distribution{
		padding-top: 4em;
	}

	#liens{
		border-top: 1px solid #000;
		border-left: none;
		padding-bottom: 2.5%;
	}

}