/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body.home div.sep::after {
  content: "";
  color: #4E4848;
  border-top: 2px solid #4E4848;
  border-bottom: 2px solid #4E4848;
  background: #4E4848;
  border-radius: 3px;
  width: 50px;
  height: 1px;
  position: relative;
  display: block;
   margin: 10px 0;
}
body.home div.sep.center::after {
    margin: 0 auto;
}
#carousel-home .swiper-slide-contents{
	/*background: rgba(255, 255, 255, 0.6);*/
	padding: 15px;
}

#home-actu .swiper-pagination-86fdbf8 {
   position:absolute;
   right:10px;
   top:10px;
   text-align: right;
   height: fit-content;
}

#home-actu .swiper-pagination-86fdbf8 span:hover, #home-actu .swiper-pagination-86fdbf8 span:active{
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
   border-color:#0a2550;
   background:rgba(101,87,76,0);
}
.home-realisation .pp-post-thumb-content-wrap .pp-post-thumb-content a.pp-posts-button:hover span i{
    transform: rotate(360deg);
    color:#C89015 ;
}
.pp-advanced-menu--main .pp-advanced-menu ul{
	width: 100% !important;
}
.pp-advanced-menu--main .pp-advanced-menu ul li a{
	text-align:center !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
	width: initial!important;
} 
/**
 * POPUP RGPD
 */
div#cookie-container-bar{
	display: flex;
	vertical-align: middle;
	justify-content: center;
}
div#cookie-container-bar div#cookie-img-bar{
	display: flex;
	vertical-align: middle;
	align-items: center;
}
div#cookie-container-bar div#cookie-img-bar img{
	width: 150px;
	height: 150px;
}
div#cookie-container-bar div#cookie-text-bar{
	padding: 10px;
	width: 75%;
}
div#cookie-container-bar div.cookie-ss-text-bar{
	font-size:0.8em;
	text-align:center
}
div#cookie-container-bar div#cookie-text-bar .cli-bar-message{
	text-align: center;
	font-size:16px
}
div#cookie-container-bar div#cookie-text-bar .cli-bar-message strong{
	font-size:1.2em
}
div#cookie-container-bar div#cookie-buttons-bar{
	justify-content:center;
	display: flex;
}
#cookie-law-info-bar{
	text-align: left !important; 
	padding: 15px 15px !important; 
	border-color: rgb(51, 51, 51) !important; 
	border-radius: 15px !important; 
	background-color: rgba(255, 255, 255, 0.97) !important; 
	color: rgb(51, 51, 51); font-family: inherit !important; 
	position: fixed !important; 
	width: 630px !important; 
	height: auto !important; 
	max-height: 500px !important;  
	overflow: auto !important; 
	margin-left:0!important;
	margin-top:0!important;
}

@media screen and (max-width: 640px) {
	#cookie-law-info-bar{
		padding: 5px 5px !important; 
		width: calc(100% - 20px) !important; 
		max-height: 600px !important;
		 position:relative!important; 
		margin:10px!important;
	}
	
	div#cookie-container-bar div#cookie-text-bar{
		padding: 10px;
		width: 100%;
	}
	#wt-cli-accept-all-btn,
	#wt-cli-reject-btn,
	#wt-cli-settings-btn{
		padding:8px 15px!important;
	}
	div#cookie-container-bar{
		flex-wrap: wrap;
	}
	div#cookie-container-bar div#cookie-text-bar{
		font-size: 12px;
	}
	.pp-woocommerce ul.elementor-grid {
		display: inline-flex !important;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pp-woocommerce .pp-woo-products-inner[class*=columns-] ul.products li.product{
		width: 100% !important;
	}        
}
