/* Themify Customize Styling */
body {	
	font-family: "Raleway";	font-weight:normal;

	color: #3a312a; 
}
a:hover {	
	color: #8cc53f; 
}
h1 {	
	font-family: "Raleway";	font-weight:500;
	font-size:46px;
 
}
#headerwrap {	background: none;
	background-color: #848178; 
}
#headerwrap a:hover {	
	color: #3a312a; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(255,255,255,0.83); 
}
#headerwrap.fixed-header #header {	
	color: #3a312a; 
}
#headerwrap.fixed-header a {	
	color: #3a312a; 
}
#headerwrap.fixed-header a:hover {	
	color: #3a312a; 
}
#site-logo {	
	margin-top: -10px; 
}
#site-description {		font-size:16px;
 
}
#main-nav a {	
	color: #ffffff;
	font-family: "Raleway";	font-weight:500;
	font-size:16px;
 
}
#main-nav a:hover {	
	color: #3a312a; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #ffffff; 
}
#main-nav .current_page_item > a:hover, #main-nav .current-menu-item > a:hover {	
	color: #ffffff; 
}
#main-nav li > .sub-menu {	background: none;
	background-color: rgba(255,255,255,0.89);
	margin-top: 10px; 
}
#main-nav ul a {	
	color: #3a312a;	font-size:14px;
 
}
#main-nav ul a:hover {	background: none;
	background-color: #bababa; 
}
#main-nav .sub-menu > .current_page_item > a, #main-nav .sub-menu > .current-menu-item > a {	background: none;
	background-color: #c4c4c4; 
}
.post-title a:hover, .loops-wrapper .post-image + .post-content .post-title a:hover {	
	color: #d67200; 
}
.post-meta a {	
	color: #808000; 
}
.post-date, .loops-wrapper.list-post .post .post-date, .single #pagewrap .post-content .post-date {	background: none;
	background-color: #808000; 
}
.more-link {	
	color: #808000; 
}
.post-nav a .arrow {	
	color: #808000; 
}
#sidebar a, #sidebar-alt a {	
	color: #808000; 
}
#footerwrap {	background-image: url(https://lapoussada.com/wp-content/uploads/2020/03/footer-sable-1.jpg);
	border-top: 1px solid #3a312a; 
}
#footer-logo a img {		width: 200px; 
}
#footer {	
	margin-top: -60px;
	color: #3a312a; 
}
#footer a {	
	color: #3a312a; 
}
#footer a:hover {	
	color: #3a312a; 
}
#footer-nav a {	
	color: #3a312a; 
}
.footer-widgets .widget {	
	color: #3a312a; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #3a312a; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
#footer-logo a img {		width: 200px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#footer-logo a img {		width: 200px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
#footer-logo a img {		width: 200px; 
}
 }.mobile-menu-visible.header-slide-out .sidemenu-on, .mobile-menu-visible.header-overlay #headerwrap, .mobile_menu_active.header-leftpane #headerwrap, .mobile_menu_active.header-rightpane #headerwrap, .header-minbar .sidemenu-on, .mobile_menu_active #headerwrap .sidemenu-on { background-image: url(https://lapoussada.com/wp-content/uploads/2020/03/fond-sable-mobile-2.jpg);
	background-size: cover;
	background-position: center bottom; }
/* Themify Custom CSS */
/* OUVERTURE SOUS MENUS */
.mobile-menu-module ul ul {
    display: block !important;
}

.mobile-menu-module ul a>i.toggle-menu {
    display: none;
}



/* POINTS GRIS A MASQUER */

.tf_lazy:after,.tf_lazy:before{
	display:none
}

/*  VERROUILLER SCROLL HORIZONTAL MOBILE % */
@media screen and (max-width: 680px){
#body{
overflow-x:hidden;
}}

/* THEMIFY - panneau du menu mobile 100% blanc (désactive le mode transparent) */
.mobile-menu-module.mobile-menu-slide.module-menu.visible{
  background-color: #fff !important;
  background: #fff !important;
  opacity: 1 !important;
}


/* si le gris vient d’un calque :before/:after */
.mobile-menu-module.mobile-menu-slide.module-menu.visible:before,
.mobile-menu-module.mobile-menu-slide.module-menu.visible:after{
  content: none !important;            /* coupe le calque */
  background: transparent !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  filter: none !important;
}

/* au cas où un parent met une opacité */
.mobile-menu-module.mobile-menu-slide.module-menu.visible *{
  opacity: 1;
}

/* THEMIFY – overlay du menu mobile noir transparent */
.body-overlay.body-overlay-on{
    background: rgba(0,0,0,0.6) !important; /* ajuste 0.4 → 0.8 si besoin */
}

/* THEMIFY – overlay noir, très léger flou */
.body-overlay.body-overlay-on{
    background: rgba(0,0,0,0.6) !important;
    backdrop-filter: blur(2px) !important;      /* avant plus élevé */
    -webkit-backdrop-filter: blur(2px) !important;
}

/* Logo menu mobile Themify – large et très haut */
.mobile-menu-slide.module-menu.right .nav{
    padding-top: 0 !important;          /* supprime l'espace haut global */
}

.mobile-menu-slide.module-menu.right .nav::before{
    content: "";
    display: block;

    width: 240px;                       /* logo plus large */
    height: 70px;                       /* hauteur maîtrisée */

    margin: -10px auto 8px;             /* remonte le logo */
    
    background-image: url("https://lapoussada.com/wp-content/uploads/2020/04/logo-la-poussada-2020-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    position: relative;
}