/*
Theme Name: Vinch atelier
Description: Ecoute ta Maison
Author: Vinch atelier
Author URI: https://www.vinch-atelier.com/
Version: 1.0.0
Template: astra
*/
@import url("../astra/style.css");



#anchors{scroll-behavior: smooth;}
/* ------------------ HEADER ------------------- */
.site-header-primary-section-right .ast-custom-button:hover{
	background-color: var(--e-global-color-astglobalcolor0);
	color: var(--e-global-color-astglobalcolor5);
}

body{
	background: var(--ast-global-color-4);
}

.h2-intro h2{
	font-family:'Montserrat', sans-serif!important;
	text-transform:uppercase;
	font-size: 1em;
    font-weight: 200;
    letter-spacing: 0.2em;
}

h4{
	color: var(--ast-global-color-1)!important;
}

/* ----------------------------------- */
/* -- sticky main menu after scroll -- */
#masthead{
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}



/* sticky menu */

.sticky #masthead{
	position:fixed!important;
	width:100%;
	background: var(--ast-global-color-1);
	box-shadow: 0 1px 3px rgba(0,0,0,.11);
}

.main-header-menu .sub-menu .menu-link{
	padding:.6em 1em;
}

.current-menu-item > a{
	color: var(--ast-global-color-0)!important;
}

/* sub- menu */




/* ----------------- HOME ----------------- */
.prestation-bloc{
	position:relative;
	padding-bottom:30px;
}
.bouton{
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:20px;
}
.bouton p{
	border:1px solid var(--ast-global-color-0);
	border-radius:20px;
	padding:5px 26px 5px 20px;
	font-size: 0.875rem;
	display:inline-block;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
.prestation-bloc:hover .bouton p{
	background:var(--ast-global-color-0);
	color:var(--ast-global-color-4);
}
.prestation-bloc:hover h3{
	/*color:var(--ast-global-color-1)!important;*/
}
.prestation-bloc:hover .elementor-widget-text-editor{
	color:var(--ast-global-color-1)!important;
}
.prestation-bloc .elementor-widget-container img{
	transition: all 0.4s ease 0s;
}
.prestation-bloc:hover .elementor-widget-container img{
    -webkit-transform : rotate(-10deg) scale(1.2); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : rotate(-10deg) scale(1.2); /* IE 9 */
    transform         : rotate(-10deg) scale(1.2); /* Firefox 16+, IE 10+, Opera */
}
/*
.bouton p:after{
	content: "\f105";
	fill: rgb(249, 171, 47);
	font-family:"Font Awesome 5 Free";
}*/



/* ----------------- BLOG  ------------------------------- */
/* ------------------------------- ---------------------- */
/* home */
.home-latest-post h2{
	line-height: 1.2em;
    font-size: 1.4em;
}
.home-latest-post p{
	color:var(--ast-global-color-6);
}
.home-latest-post .readmore{
	text-decoration:underline;
	margin-top:12px;
}
.home-latest-post:hover > h2, 
.home-latest-post:hover > .readmore{
	color:var(--ast-global-color-1);
}
/* ------------ */
.page-template-template_blog-php .ast-container, 
.page-template-template_blog-php .site-content .ast-container{
	display:block;
}
.blog-section {
	padding:120px 40px 0px 40px;

}
.blog-list{
	list-style:none;
	margin:0 auto;
	
}
.blog-list li{
	display:block;
	float:left;
	margin:10px 1%;
	width:31%;
	background:#fff;
}
.blog-list li .thumb{
	height:330px;
	overflow:hidden;
	margin-bottom:20px;
}
.blog-list li .thumb img{
	min-height:100%;
	width: auto;
	max-width:400%;
	width:100%;
}
.blog-list .news-detail{
	height:290px;
	overflow:hidden;
}
.blog-list h2{
	font-size:16px;
	line-height:20px;
	padding:0 40px 20px;
}

.blog-list .news-detail p{
	font-size:14px;
	line-height:22px;
	padding:0 40px 20px;
	color:#1f1e57;
}
.blog-list .read-more{
	display:none;
}
.blog-list li:hover h3,
.blog-list li:hover p{
	color:#1f1e57;
}
.blog-list li:hover{
	box-shadow:0px 0px 27px 1px rgba(0,0,0,0.25);
}
/* --page navi -- */
.pagination{
	padding:20px 0;
}

/* --------------------------- single --------------------------- */
/* ------------------------------- ---------------------- */
.single .site-content > .ast-container {
   /* max-width: 100%;
   padding: 0;
	display:block; */
}
.single .main-header-menu > .menu-item > .menu-link{
	/*color:#fff!important;
	opacity:0.74!important;*/
}
.single .main-header-menu > .menu-item > .menu-link:hover{
	opacity:1!important;
}
.single header{
	/*position:absolute;
	width:100%;*/
}
.single-product header{
	position:relative;
}
.single .main-header-bar{
	/*background:none;*/
}
.single .site-content{
	
}
/* hide category */
.single-post .entry-meta{
	display:none;
}
#secondary{
	line-height:1.2;
}
/* ----------------- CONTACT ----------------- */
.one_half{
    width: calc( 50% - 10px);
	float:left;
	margin-bottom:0!important;
}
.last_column{
	float:right;
}
.wpcf7 form p{
	margin-bottom:0!important;
}
.clear{clear:both;}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	background:none!important;
	border-top:0;
	border-left:0;
	border-right:0;
	border-color:#c0bac8!important;
	padding:0!important;
}
label{
	
}
input,
input::placeholder {
    font: 0.85rem sans-serif;
}
.connu label{
	font-size:12px;
	font-family:'Montserra', sans-serif;
	margin-top:10px;
	font-weight:400;
}
/* ----------------- NEWSLETTER ----------------- */
.mc-field-group input[type=email]{
	border:1px solid #fff!important;
	padding:5px!important;
	padding-left:25px!important;
	min-width:250px;
	
}
.mc-field-group input[type=email]::placeholder {
	color:#fff!important;
	letter-spacing:2px!important;
	font-family:"avory-i-latin", sans-serif!important;
}
#mc_embed_signup_scroll .button{
	color:#fff;
	border:1px solid #fff;
	border-left:none;
	font-family:"avory-i-latin", sans-serif !important;
    letter-spacing: 2px;
    line-height: 13px;
    font-size: 12px;
    padding: 8px 35px 6px;
    margin-left: -5px !important;
}
.mc_fieldset span{
	font-family:"avory-i-latin", sans-serif!important;
	font-size: 11px;
	letter-spacing: 1px;
}
.rgpd-link{
	color:#fff;
}
.rgpd-linkhover{
	color: var( --e-global-color-astglobalcolor4 )!important;
}
/* ----------------- FOOTER ----------------- */
.site-footer{
	padding:0 20px;
	position:relative;
	overflow:hidden;/*masque rayons lumiere img*/
}
.site-footer:after{
	position:absolute;
	bottom:-110px;
	left:-210px;
	height:400px;
	width:700px;
	z-index:1;
	content:" ";
	background:url('https://ecoute-ta-maison.fr/wp-content/uploads/2025/12/clarifier-son-interieur.png') no-repeat;
	background-size:contain!important;
}
.site-above-footer-wrap,.site-below-footer-wrap{
	z-index:2;
	position:relative;
}
.footer-widget-area .widget_block{
	margin-bottom:1em;
}
.site-footer-primary-section-4{
	height: 100%;
    display: flex;
}
.site-footer-primary-section-4 .footer-widget-area{
	display: inline-block;
    align-self: flex-end;
}
.footer-lumiere{
	position:absolute;
	top:-120px;
	right:-120px;
}
.footer-btn-rdv a{
	border-color:var(--ast-global-color-0)!important;
	color:var(--ast-global-color-0)!important;
}
.footer-btn-rdv a:hover{
	background:var(--ast-global-color-0)!important;
	color:var(--ast-global-color-4)!important;
	cursor:pointer;
}
/* ------------------------- RESPONSIVE ------------------------------------- */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 1801px) {

}
@media only screen and (min-width: 1501px) and (max-width: 1800px) {
	
}
@media only screen and (min-width: 1201px) and (max-width: 1500px) {

}
/* -- tablet paysage horizontal -- */
@media only screen and (min-width: 1021px) and (max-width: 1200px){
	
	.blog-list li .thumb{height:200px;}
	.blog-list .news-detail p{font-size:12px;}
	
	.absolute-comingsoon{padding:1px 0px 1px 45px;}
}
@media only screen and (min-width: 981px) and (max-width: 1020px){
	
	.blog-list li{width:94%;float:none;}
}
@media only screen and (min-width: 769px) and (max-width: 980px){
	
	.blog-list li{width:94%;float:none;}
	.blog-list li .thumb{height:450px;}
}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1350px){
	
}
/* ------------------------  tout smartphone -------------------------------- */
@media only screen and (max-width: 767px) {

	.blog-list li, .home-blog-list li{width:94%;float:none;}
	.blog-list li .thumb{height:200px;}
	
}

/* ------------------------   smartphone et tablette -------------------------------- */
@media only screen and (max-width: 930px) {

}