@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//librairie-ancienne-clagahe.fr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.2") format("woff2");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Italianno", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto Condensed", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #b58352;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #b58352;
	--btn-accented-bgcolor-hover: #c6a07d;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #b58352;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #b58352;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffe7a3;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/*
 * Header
 */
/* Correction affichage Title dans Search Page */
body.archive.search .page-title{
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
}
/* Correction bug images dans la page SEARCH */
body .product-grid-item .product-image-link img, .product-grid-item .hover-img img{width:auto;}
.woodmart-search-form input[type=text],.woodmart-search-form input[type=text]::placeholder,.woodmart-search-form button[type=submit]{color: #a73638;}
.whb-top-bar .wd-tools-element .wd-tools-icon:before{
	color: #000;	
}
.wd-tools-element.wd-style-text.wd-with-count .wd-tools-text{
	color: #000;
	font-size: 14px;font-weight: 400;
}
/*
 * Home Page
 */
/*.woodmart-products-element .price{
	display: none; /* Supprimer prix dans Product slider */ 
/*}*/
@media (max-width: 991px){
	#home-rectification-responsive-md div:nth-child(2){
		width: 100% !important;
	}
}

/*
 * Catalogue
 *
 */
.archive.post-type-archive-product .main-page-wrapper{
	background: #FFE7A3;	
}
.archive.post-type-archive-product .main-page-wrapper .container .products{
	background: #FFF;border-radius: 3px;
	box-shadow: 8px 0px 9px -9px #2d2a2a, -8px 0px 9px -9px #2d2a2a;
}
.we-search-title h1.entry-title{
	/* Pour styliser le titre dans la page de resultat de recherche */
}
.we-search-title .we-nb-livres{
	/* Pour styliser la div avec le nombre de livres trouves */
}
.woodmart-products-per-page strong{
	color: #a73638;
	padding: 0 5px;
	font-size: 1.02em;
	/* Nombre de resultats trouves - class prise de la selection du nombre de produits par page. */	
}
#livre-search-bar-archive{
	padding-bottom: 50px;	
}
@media (max-width: 769px){#catalog-search-filter2{margin-top: 10px;}}
#livre-search-bar-archive #bouton-search-submit{
	margin-top: 25px;
}
/*.product-grid-item{
	margin-bottom: 20px;
}*/
.container .product-grid-item .product-list-content{
	display: block;
}
.product-list-item:not(:last-child) .product-wrapper{
	padding-bottom: 20px;
}
.product-grid-item .product-title {
	margin-bottom: 0px;
	font-style: italic;
	font-size: 14px;
}
.product-grid-item .author-catalog{
	color: #2d2a2a;
	font-size: 16px;
}
.product-grid-item .sku-catalog>span{
	padding-bottom: 5px;
	font-size: 12px;
	color: #333;
	font-weight: 600;
}
.product-grid-item .sku-catalog>span span{
	color: #777;
	font-weight: 400;
}
.product-grid-item .sku-catalog > span{
	margin-top: 7px;
	display: block;
}
.product-grid-item .price{
	margin-bottom: 10px;
}
/* IMAGEs Catalogue*/
.product-grid-item .product-image-link{
	text-align: center;	
}
.product-grid-item .hover-img img, .product-grid-item .product-image-link img{
	max-height: 150px;
	width: auto;
	max-width: 150px;
}
.archive .product-grid-item .button.btn-ensavoirplus{
	background-color: #838383;
	color: #FFF;
}
.archive .product-grid-item .button.btn-ensavoirplus:hover{
	box-shadow: inset 0 0 200px rgba(0,0,0,.1);
}
/* Radio Buttons to filter by auteur or titre */
#catalogue-radio-filtres{
	margin-top:25px;
}
#catalogue-radio-filtres label{
	display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
	font-weight: 400;
	font-style: normal;
}
#catalogue-radio-filtres label input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#catalogue-radio-filtres label .checkmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
	border: 2px solid #9b9b99;
  background-color: transparent;
  border-radius: 5px;
}
#catalogue-radio-filtres label:hover input ~ .checkmark{
  background-color: #a6774b;
}
#catalogue-radio-filtres label input:checked ~ .checkmark{
  background-color: transparent;
}
#catalogue-radio-filtres .checkmark:after{
  content: "";
  position: absolute;
  display: none;
}
#catalogue-radio-filtres label input:checked ~ .checkmark:after {
  display: block;
}
#catalogue-radio-filtres label .checkmark:after {
 	top: 5.5px;
	left: 5.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #9b9b99;
}
#catalogue-radio-filtres label:not(:first-child){
	margin-left: 3rem;
}
.single-product .labels-rounded .out-of-stock{
	display: none;
}
.post-type-archive-product .labels-rounded .out-of-stock{
	word-break: keep-all;
	font-size: 10px;
}
body.post-type-archive-product div.wd-add-btn.wd-add-btn-replace{
	display: inline-block;
	margin-right: 30px;
}
body.post-type-archive-product a.btn-ensavoirplus{
	margin-right: 0;
	padding: 10px 20px;
}

/*
 * FIN Catalogue
 * 
 */

/*
 * Page Produit (Single)
 * 
 */
.single-product .product_title{
	/* Pour styliser le titre */
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
}
/* Ne pas afficher le fil d'arianne */
.single-product .woocommerce-breadcrumb{visibility: hidden;}
.single-product .we_meta_wrapper>span{
	display: block;
	margin-bottom: 7px;
	color: #333;
	font-weight: 600;
	font-size: 14px;
}
.single-product .we_meta_wrapper>span span{
	display: inline-block;
	margin: 0 1px;
	color: #777;
	font-weight: 400;
}
.single-product .we_meta_wrapper .singlebook-author{
	color: #2d2a2a;
  font-size: 20px;
}
.single-product .we-livre-desc1{
	color: #a73638;
}
.single-product .we-separator{
	height: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(129,129,129,.2);
}
.single-product .price{
	margin-bottom: 10px;
}
.single-product .we-delivery-mention{
	font-size: 13px;
}
.single-product .we-livre-desc2{
	color: #000;
  font-weight: bold;
  font-size: 13px;
	line-height: 1.5;
	font-style: italic;
}
.single-product .product-tabs-wrapper{display: none;}
/* Afficher icon fleche pour: retour aux resultats */
.single-product .we-btn-backtoresults{
	line-height: 28px;
}
.single-product .we-btn-backtoresults a:hover{
	cursor:pointer;
}
.single-product .we-btn-backtoresults .we-icon-back{
	position: relative;
	background-color: #B58352;
  padding: 7px;
	border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.single-product .we-btn-backtoresults .we-icon-back:hover{background-color: #C6A07D;}
.single-product .we-btn-backtoresults .we-icon-back:before{
	content: "\f114";
  font-family: "woodmart-font";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 6px;
}
.single-product .we-btn-backtoresults .we-text-back{
	line-height: 28px;
	vertical-align: top;
	padding-left: 10px;
	display: inline-block;
}
/*
 * FIN Page Produit (Single)
 * 
 */


/*
 * Pour styliser l'affichage du script de Pagination
 * 
 */
.list-pagination{
	margin-top: 50px;
}

/*
 * Pour styliser la barre de navigation
 * 
 */

.woodmart-navigation .item-level-0 > a {
    text-transform: inherit;
}

/*
 * Taille du titre catalogue
 * 
 */
.title-size-default .entry-title {
    font-size: 46px;
}

/*
 * Correction bug des titres de pages. Simuler une taille standard
 * 
 */
.main-page-wrapper .page-title.page-title-default{
	padding-top: 60px;
	padding-bottom: 60px;
}
/*
 * Correction de la taille du prix
 * 
 */
.price .amount {
    font-size: 18px;
}
/*
 * CART
 * 
 */
/* Remove bouton mettre à jour le Panier */
.woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"]{
	display: none;
}
/*
 * Fin CART
 * 
 */
/*
 * WISHLIST
 */
.wd-wishlist-share{display:none;}
/* PAGE PANIER */
.woocommerce-Price-amount{
	white-space: nowrap;
}
}