/*
Theme Name: revel responsive
Theme URI: http://chezrevel.net
Description: Responsive Theme
Version: 4.0
Author: jb
Author URI: http://chezrevel.net
*/

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
}

.js body{display: none;}

body, h1, menu, ul{
	margin: 0;
	padding: 0;
}

body{
	background: #35332f;
	font-family: 'Source Sans Pro', sans-serif;
	color: #343434;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1 a{
	color: #fff;
}

h1 a:hover{
	text-decoration: none;
}

h1, #s, #searchform input[type="submit"]{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}

aside h2, .h2-sub, article h3, .archive-item-more, .more-link, h2, .bienvenue-hp, .archive-item-title{
	font-family: 'Oswald', sans-serif;
}

h1{
	font-size: 48px;
	margin: 30px;
	margin-top: 15px;
	float: left;
}

#search:after, #container:after, #commentlist li:after, section:after, .edition:after{
	content: '';
	display: table;
	clear: both;
}

/* Search */

#searchform{
	margin-top: 15px;
	margin-right: 295px;
	float: right;

}

#s, #searchform input[type="submit"]{
	float: left;
	font-size: 21px;
	padding: 3px 5px;
	border: none;
}

#s{
	width: 225px;
	padding: 3px 5px;
	color: #636363;
}

#searchform input[type="submit"]{
	margin-left: 3px;
	color: #d6d6d6;
	text-align: center;
	background: #635f57;
	border: none;
	padding: 3px 10px;
}

#searchform input[type="submit"]:hover{
	color: #C3D1D8;
}

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

input:-moz-placeholder{
	color: #e4e5e5;
}

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

/* Top Menu */

#menu-top-menu li{
	border-bottom: 1px solid #cfdce1;
	width: 195px;
	list-style-type: none;
	font-size: 18px;
	margin: 0 25px;
}

#menu-top-menu li a{
	color: #92c8ea;
	padding: 12px 10px 8px;
	display: block;
}

.menu-top-menu-container, #sidebar, section{
	float: left;
	color: #525252;
}

aside{
	float: left;
	color: #9c9c9c;
}

/* Sidebar */

#sidebar{
	width: 260px;
	background-color: #dddcbe;
}

#sidebar ul{
	padding: 10px;
}

#sidebar ul li ul{
	padding: 0;
}

#sidebar ul li{
	list-style-type: none;
	background: url(images/sp.png) no-repeat -52px -124px;
	padding: 3px 5px 3px 15px;
}

#sidebar ul li.current-cat, #sidebar ul li:hover{
	background: url(images/sp.png) no-repeat -22px -184px;
}

#sidebar ul li a{
	color: #1374b1;
	font-size: 14px;
}

/* Main */

section{
	width: 620px;
	background: #fff;
	font-size: 15px;
	padding: 20px;
	line-height: 1.4em;
	margin-bottom: 50px;
}

section a{
	color: #1374b1;
}

.hp-img{
	border: 1px solid #e6e6e6;
}

.hp-img{
	width: 183px;
	float: right;
	margin: -33px -50px 10px 15px;
}

.bienvenue-hp{
	color: #494747;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1em;
}

h2{
	font-size: 16px;
	text-transform: uppercase;
	color: #595959;
	letter-spacing: 0.3em;
	font-weight: normal;
	background: url(images/sp.png) no-repeat 0 -69px;
	padding-left: 18px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 3px;

}

#nouveautes h2{
	margin-right: 10px;
	margin-top:20px;
	margin-bottom: 10px;
}


#nouveautes ul li{
	list-style-type: none;
	line-height: 1.7em;
}

#nouveautes ul li p{
	line-height: 1.4em;
	margin: 0.5em 0;
}

#nouveautes ul li:before{
	content: '- ';
}

#nouveautes ul li.nodash:before{
	content: '';
}

.hp-list{
	float: left;
	margin-top: 15px;
}

.hp-list li{
	list-style-type: none;
}

.hp-list h2{
	font-size: 13px;
}

.hp-list.oeuvres{
	width: 235px;
	margin-right: 25px;
}

.hp-list.docs{
	width: 360px;
}

.hp-list li{
	font-size: 1em;
	padding: 3px 5px 0 15px;
	background: url(images/sp.png) no-repeat -52px -125px;
}

aside li a, footer a{
	color: #fff;
}

.hp-list.audiovideo{
	width: 100%;
}

.hp-list.audiovideo li{
	display: inline-block;
	line-height: 21px;
	background: url(images/sp.png) no-repeat -55px -125px;
}

/* aside */

#home aside{
	margin-top: 220px;
}

aside{
	width: 275px;
	margin-top: 0;
	padding: 0 0 0 15px;
}

aside h2{
	margin-bottom:3px;
	color: #fff;
	background: url(images/sp.png) no-repeat 0 -66px;
}

.h2-sub{
	font-size: 14px;
	color: #9c9c9c;
}

aside li{
	list-style-type: none;
	background: url(images/sp.png) no-repeat -55px -130px;
	padding: 0 0 0 12px;
	font-size: 13px;
	margin: 10px 0 0 0;
}

aside li small{
	font-size: 0.9em;
}

/* footer */

footer{
	width: 100%;
	position: relative;
	text-align: right;
	font-size: 13px;
	clear: both;
}

footer .credits{
	padding: 15px;
}

footer a{
	font-style: italic;
}

#container{
	margin: auto;
	width: 1460px;
}

#illustration img{
	width: 275px;
}

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

	#container{
		width: 1220px;
	}

	.menu-top-menu-container{
		float: none;
		width: 917px;
		text-align: right;
	}

	#home #menu-top-menu{
		padding-right: 160px;
	}

	#menu-top-menu li {
		border-bottom: none;
		border-right: 1px solid #CFDCE1;
		width: auto;
		font-size: 15px;
		margin: 0 0px 10px;
		display: inline-block;
	}

	#menu-top-menu li:last-child{
		border-right: none;
	}

	#menu-top-menu li a{
		padding: 0 8px 0;
	}
}


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

	#container{
		width: 960px;
	}

	#searchform{
		margin-right: 40px;
	}

	#sidebar-container{
		float: left;
	}

	#sidebar-container aside{
		clear: both;
		width: 245px;
		margin-top: 10px;
		padding-left: 5px;
	}

	#illustration{
		display: none;
	}
}

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

	#container{
		width: auto;
	}

	section{
		width: auto;
		margin: 0 50px;
		float: none;
	}

	.menu-top-menu-container{
		width: auto;
		clear: both;
	}

	#home #menu-top-menu{
		padding-right: 210px;
	}

	#menu-top-menu{
		padding-right: 50px;
	}

	h1{
		margin: 10px 25px 15px;
	}


	.as-100 h2, .as-100 .h2-sub, .as-100 ul{
		margin: 0 55px;
	}

	#container{
		background: #35332f;

	}
}

@media only screen and (max-width : 768px){
	#menu-top-menu li{
		font-size: 13px;
	}
}

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

	#menu-top-menu li#menu-item-629{
		display: none;
	}

	.hp-img{
		width: 120px;
		margin: 0 0 5px 5px;
		box-shadow: none;
	}

	section{
		margin: 0 10px;
		padding: 10px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}

	#home #menu-top-menu, #menu-top-menu{
		padding-right: 10px;
	}

	h1{
		margin: 5px 25px 10px;
		font-size: 38px;
	}


	.hp-list.docs, .hp-list.oeuvres{
		width: 100%;
	}

	.bienvenue-hp{
		margin-top: 10px;
		line-height: 0.9em;
	}


	.as-100 h2, .as-100 .h2-sub, .as-100 ul{
		margin: 0 15px;
	}
}

@media only screen and (max-width : 480px){
	.hp-img{
		width: 80px;
	}

	#menu-top-menu li{
		font-size: 11px;
		float: left;
	}

	#menu-top-menu li a{
		padding: 0 5px 0;
	}

	#menu-top-menu{
		padding-right: 0;
		padding-left: 5px;
	}

	.hp-list h2{
		font-size: 0.8em;
	}

	h1{
		font-size: 26px;
		margin-left: 20px;
	}
}

#side-mobile{
	position: absolute;
}

.as-100, #home .as-100{
	margin-top: 20px;
	width: 100%;
	padding: 0;
	padding-bottom: 15px;
}

#side-mobile-btn{
	width: 22px;
	height: 17px;
	margin: 10px 0 0 10px;
	background: none;
	border: none;
	padding: 0;
	float: left;
}

#side-mobile-btn div {
 	background: #494747;
	width: 22px;
	height: 4px;
	border-radius: 0.5em;
	margin-bottom: 2px;
}

#container{
	transition: left .2s;
	-moz-transition: left .2s;
	-webkit-transition: left .2s;
	-o-transition: left .2s;
	position: relative;
	transform: translate3d(0,0,0);
}

.slide {
	left: 270px !important;
}

#viewport {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#side-mobile #searchform{
	margin: 10px 0 5px 10px;
	float: left;
}

#side-mobile #s{
	width: 185px;
}

#side-mobile #sidebar{
	width: 245px;
	margin: 10px;
}

h2#comments{
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #D4E1E7;
	font-size: 21px;
}

h2#comments .toggle{
	float: right;
	font-style: normal;
	font-size: 14px;
	margin: 8px 6px 0 0;
}

h2#comments .toggle a{
	color: #383636;
}

h2#comments .toggle #hide{
	display: none;
}

#comments-container{
	padding-top: 10px;
	display: none;
}

#response{
	margin-top: 35px;
}

ol#commentlist{
	padding-left: 0;
	margin-top: 0;
}

#commentlist li{
	margin-bottom: 25px;
	width: 100%;
}

.commentname{
	float: left;
	font-weight: bold;
}

.commentinfo{
	float: right;
	font-weight: bold;
}

.commenttext{
	clear: both;
	float: left;
}

.commenttext p:first-child{
	margin-top:10px;
}

#commentboxes input{
	width: 200px;
}

textarea{
	width: 100%;
	min-height: 150px;
	box-sizing: border-box;
}

.single h2{
	border: none;
	background: none;
	text-transform: none;
	padding-left: 0;
	color: #383636;
	font-size: 30px;
	letter-spacing: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
	margin-top: 30px;
	line-height: 1em;
}

section ul{
	margin-left: 20px;
}

section ul li ul{
	margin-bottom: 10px;
}

#home section ul{
	margin-left: 0;
}

.list-categories{
	text-align: right;
	margin: -5px -5px 0 0;
	font-size: 12px;
}

.yarpp-related{
	margin-top: 40px;
}

.yarpp-related p{
	margin: 10px 0 0;
}

.yarpp-related ol{
	margin: 0;
	padding: 5px 20px;
}

h3{
	font-size: 24px;
	color: #383636;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 a{
	color: #383636;
}

.archive-item-more, .more-link{
	text-align: right;
	font-size: 18px;
	padding-right: 10px;
	margin-top: 18px;
}
.more-link{
	display: block;
}

.archive-item-more:after, .more-link:after{
	content: '';
	background: url(images/sp.png) no-repeat 0 -28px;
	height: 9px;
	width: 9px;
	float: right;
	margin: 7px 0 0 10px;
}

.affiche{
	width: 74px;
	height: 120px;
	display: inline-block;
	background-size: 74px 120px;
	background-repeat: no-repeat;
}

.reedition{
	margin: 0.5em 0 0;
}

article{
	margin: 10px 0 25px;
	float: left;
	width: 100%;
}

article h3{
	margin-top: 5px;
}

article:last-child{
	margin-bottom: 0;
}

article:after{
	background: url(images/sp.png) no-repeat center 0;
	height: 9px;
	width: 100%;
	content: '';
	float: left;
	clear: both;
	margin-top: 25px;
}

article:last-child:after{
	background: none;
	height: 0;
	width: 100%;
	content: '';
	float: left;
	clear: both;
	margin-top: 0;
}

.archive-couverture{
	float: left;
	margin: 0 10px 10px 0;
	max-width: 74px;
}

.cadre{
	float: left;
	margin-right: 15px;
}

.archive-item-title {
	font-size: 21px;
	margin-bottom: 5px;
}

.type{
	margin-top: 5px;
	margin-bottom: 15px;
}

.parution{
	font-weight: bold;
}

.book-infos{
	width: calc(100% - 89px);
	float: left;
}

.champ-gauche {
	float: left;
	width: 50%;
	clear: both;
}

.edition, .quatrieme{
	margin-bottom: 30px;
}

h3.page-maj{
	margin-bottom: 20px;
}

li.linkcat{
	list-style-type: none;
}

.linkcat h2{
	background: none;
	border: none;
	padding: 15px 0 0px;
	font-size: 13px;
}

h3#postcomment{
	margin-top: 10px;
	font-size: 18px;
}

.wide aside{
	display: none;
}

#gastro{
	border: none;
	height: calc(100vh - 239px);
}

.wide section{
	margin-bottom: 10px;
}

.wide #searchform{
	margin-right: 0;
}

@media only screen and (max-width: 1460px){
	.wide .menu-top-menu-container {
		width: 100%;
	}
}

@media only screen and (max-width: 710px){
	.wide section{
		width: calc(100% - 20px);
	}
}

@media only screen and (min-width : 976px){
	.wide section{
		width: calc(100% - 300px);
	}
}

@media only screen and (min-width : 1460px){
	.wide section{
		width: calc(100% - 570px);
	}

}

