/**
Theme Name: marche
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marche
Template: astra
*/
:root {
	--title-color: #4F4333;
}

a.button {
	color:white!important;
}

.entry-title {
    font-size: 54px;
    font-size: 3rem;
	line-height: 1 !important;
	color:var(--title-color);
	max-width:90%;
}
@media screen and (max-width:640px) {
	.entry-title {
    	font-size: 36px;
    	font-size: 2rem;
		max-width:95%;
	}
}

.elementor-container  {
	margin:0 auto;
}



/* remove margins from select boxes, replace with a gap */
.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	margin-right:0!important;
}
.wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button), .wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	margin-right:0!important;
}
.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	margin-right:0!important;
}
.wpc-horizontal-layout .wpc-filters-widget-wrapper {
	gap:1%;
}


:root {
	--brown: #ab9068;
	--link-color-hover: #aaaa46;
 	--background-color:#efede8;
	--ast-border-color: var(--brown);
}

#lhm-archive-section {
	margin-top:-2em;
}
.wpc-filter-title {
   /*font-size: 0.9em;
    margin-bottom: 0.1em!important;*/
	display:none!important;
}
.wpc-filters-section {
    margin-bottom: 0.25em!important;
}
.wpc-filter-content select {
	color:var(--brown);
    margin-bottom: 0.25em!important;
	background-color:#ab906817;
}
/* Filtres Thèmes */

.wpc-filters-section.wpc-filter-aspects-techniques,
.wpc-filters-section.wpc-filter-episodes_textes_et_musique,
.wpc-filters-section.wpc-filter-groupes-particuliers,
.wpc-filters-section.wpc-filter-parcours-et-sentiers,
.wpc-filters-section.wpc-filter-temoingnages,
.wpc-filters-section.wpc-filter-types_de_marche {
	display:none;
}
.wpc-filters-section.wpc-filter-aspects-techniques.active,
.wpc-filters-section.wpc-filter-episodes_textes_et_musique.active,
.wpc-filters-section.wpc-filter-groupes-particuliers.active,
.wpc-filters-section.wpc-filter-parcours-et-sentiers.active,
.wpc-filters-section.wpc-filter-temoingnages.active,
.wpc-filters-section.wpc-filter-types_de_marche.active {
	display:block;
}
.wpc-filters-section.wpc-filter-aspects-techniques select,
.wpc-filters-section.wpc-filter-episodes_textes_et_musique select,
.wpc-filters-section.wpc-filter-groupes-particuliers select,
.wpc-filters-section.wpc-filter-parcours-et-sentiers select,
.wpc-filters-section.wpc-filter-temoingnages select,
.wpc-filters-section.wpc-filter-types_de_marche select {
	color:rgba(84, 128, 168,1);
	background-color:rgba(84, 128, 168,0.1);
	border:1px solid rgba(84, 128, 168,1);
}

/* Filtre Participants */

.wpc-filters-section.wpc-filter-chroniques,
.wpc-filters-section.wpc-filter-invites-en-personne,
.wpc-filters-section.wpc-filter-organisations {
	display:none;
}
.wpc-filters-section.wpc-filter-chroniques.active,
.wpc-filters-section.wpc-filter-invites-en-personne.active,
.wpc-filters-section.wpc-filter-organisations.active {
	display:block;
}
.wpc-filters-section.wpc-filter-chroniques select,
.wpc-filters-section.wpc-filter-invites-en-personne select,
.wpc-filters-section.wpc-filter-organisations select {
	color:rgba(84, 128, 168,1);
	background-color:rgba(84, 128, 168,0.1);
	border:1px solid rgba(84, 128, 168,1);
}


/* mettre un bg sur 'effacer la recherche' */
body .wpc-filter-chips-list li.wpc-chip-reset-all a {
    background-color: #ff000010;
}
/* ajustement des 'chips' */
.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
    border-radius: 0px!important;
    padding: 3px 8px 2px!important;
}
.wpc_show_bottom_widget .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list {
    display: flex;
    width: 100%;
    flex-direction: row;
	flex-wrap: wrap;
}
.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
    overflow-y: auto!important;
}
.wpc-filter-chip-name {
    max-width:fit-content!important;
}



.lhm-blog-saison {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 0.6em;
    border: 1px solid black;
    padding: 5px 12px 3px 12px;
    background-color: white;
    z-index: 5;
    border-radius: 3px;
    line-height: 1;
    color: #333;
}

p {
	margin-bottom:10px;
}



@media screen and (max-width: 768px) {
	.wpc_show_bottom_widget .wpc-filters-open-button-container {
    	margin-top: 0!important;
		margin-bottom: 4px!important;
	}
	.ast-header-break-point .ast-site-identity {
    	max-width: 160px;
	}

}


.woocommerce-page h1.entry-title {
	margin-top:0.5em;
}
.woocommerce-custom-menu-item {
    margin-top: -8px;
}
.product.woocommerce.add_to_cart_inline {
	/*border:1px solid rgba(122, 122, 122, 0.2)!important;*/
	border:none!important;
	padding:0!important;
	margin:0!important;
}

.product.woocommerce.add_to_cart_inline .woocommerce-Price-amount.amount {
	display:none;

}

.shop_table {
    
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce-cart table.cart td.actions .button,
.woocommerce form.checkout_coupon .button,
.woocommerce #respond input#submit,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
	background-color: var(--brown);
	color:white;
}
.product-name a {
    color: var(--brown);
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.wpcf7-list-item-label {
	font-size:1.2em;
}

.wpcf7-submit {
	font-size:1.2em;
}
input[type="submit"] {
	background-color:var(--brown)!important;
}



/* BLOG elements */
.lhm-blog-box-container {
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width:100%;
}
.lhm-blog-box {
    position:relative;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3)!important; 
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3)!important;
    background: #FFFFFF;
    /* min-height:200px;*/
    overflow:hidden;
    z-index:0;
}
.lhm-blog-box:hover .lhm-blog-box-content {
    height: calc(82px + 50px);
    margin-top: -50px;
    transition: 0.5s ease-in-out;
}

.lhm-blog-box img {
    position:relative;
    width:100%;
	/*max-height:287px;*/
    z-index:1;
}
.lhm-blog-box-content {
    position:relative;
    height:auto;
    z-index:2;
    overflow:hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color:white;
    color:black;
    font-size:18px;
    line-height:22px;
    text-align:left;
    padding:12px 24px 0 24px;
    height:82px;
    transition:0.5s linear;
}
.lhm-blog-box-title {
    display:flex;
    justify-content:space-between;
    align-items:top;
    margin-bottom:20px;
}
.lhm-blog-box-title h3 {
    text-align:left;
    font-size:16px;
    line-height:28px;
    text-transform:uppercase;
    margin:0!important;
    color:rgb(171, 144, 104);
    padding:0;
    min-height: 50px;
	margin-right:1px!important;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*
@media screen and (max-width: 1380px) {
    .lhm-blog-box-title h3 {
        font-size:1.6vw;
    }
}
*/
.lhm-consulter {
    color:#666;
}
.lhm-blog-box-pagination {
    margin-top:50px;
    font-size:18px;
    font-weight:400;
}
.lhm-blog-box-pagination .wp-pagenavi {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.lhm-pagenavi-pages {
    display: flex;
}

/* réduire l'espace au-dessus des sous-menu principaux */
body:not(.home).ast-desktop .main-header-menu.submenu-with-border .sub-menu {
	margin-top:-48px!important;
}

.lhm_pensee {
    border: 1px solid #EEE;
    padding: 24px;
	padding-bottom:16px;
    background-color: #ab9068;
    border-radius: 10px;
    color: white;
	line-height:1;
}
.lhm_pensee p {
	margin-bottom:16px;
	font-size:1.2em;
}
.lhm_pensee blockquote {
	font-size:2em;
	color:white;
	padding:0!important;
	margin:0.1em!important;
}

@media only screen and (min-width: 820px) {
    .lhm-blog-box-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1200px) {
    .lhm-blog-box-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* end BLOG elements */


.page-id-2998 .site-logo-img,
.home .site-logo-img {
    display:none;
}

.single-emissions .post-thumb-img-content img {
    width:100%;
	height:100%;
	max-height: 684px;
    object-fit: cover;
    object-position: bottom;
}
/* header image position exceptions */
.single-emissions.postid-789 .post-thumb-img-content img {
    object-fit: cover;
    object-position: top;
}

.single-emissions.postid-810 .post-thumb-img-content img,
.single-emissions.postid-592 .post-thumb-img-content img,
.single-emissions.postid-766 .post-thumb-img-content img, 
.single-emissions.postid-820 .post-thumb-img-content img,
.single-emissions.postid-830 .post-thumb-img-content img,
.single-emissions.postid-956 .post-thumb-img-content img,
.single-emissions.postid-1338 .post-thumb-img-content {
    object-fit: cover;
    object-position: center!important;
}

.single-emissions.postid-1440 .post-thumb-img-content img {
    max-height:400px;
	object-fit: cover;
    object-position: center!important;
}

.single-emissions #primary,
.single-deboutvm #primary {
    margin: 9em 0!important;

}

@media only screen and (max-width: 992px) {
    .single-emissions #primary,
	.single-deboutvm #primary {
        padding-top:0!important;
    }
}


.single-deboutvm .entry-header {
    margin-bottom: 6em;
}
/* afficher seulement la date des 'metas' */
.single-deboutvm .entry-meta {
	font-size:0;
} 
.single-deboutvm .posted-on {
	font-size:1rem;
}

.wp-caption .wp-caption-text,
.lhm-photo-caption {
    text-align:right;
    font-size:0.8em;
    font-style:italic;
	margin:0;
	padding:0;
}
/* ne pas afficher sur les pages, seulement sur l'article */
.page .lhm-photo-caption {
    display: none;
}


.single .post-navigation a {
	font-size:0.95rem;
	line-height: calc(1.1em);
}

.lhm-grid-4 {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:1em;
}
.lhm-grid-4 div img {
	display:block;
	padding-bottom:10px;
}
.lhm-grid-3 {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:1em;
}
.lhm-grid-3 div img {
	display:block;
	padding-bottom:10px;
}
.lhm-grid-2 {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:1em;
}
.lhm-grid-2 div img {
	display:block;
	padding-bottom:10px;
}
@media screen and (max-width:992px) {
	.lhm-grid-4 {
		display:grid;
		grid-template-columns:1fr 1fr;
		grid-gap:1em;
	}	
	.lhm-grid-3 {
		display:grid;
		grid-template-columns:1fr 1fr;
		grid-gap:1em;
	}	
}
@media screen and (max-width:600px) {
	.lhm-grid-4, .lhm-grid-3, .lhm-grid-2 {
		display:grid;
		grid-template-columns:1fr;
		grid-gap:1em;
	}	
}

#lhm-home-hero {
	background-size: min(1200px, 100%) auto; /* Won't exceed 1200px */
    background-position: center 80%;
    background-repeat: no-repeat;
}
@media screen and (max-width:1024px) {
	#lhm-home-hero {
    	background-position: center 80%;
	}
}
@media screen and (max-width:640px) {
	#lhm-home-hero {
    	background-position: center 60%;
	}
}