/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/*------------------------------------------------------***Begin Header Style***------------------------------------------------------*/
.foot-section-widgets .menu-icon-home > a i{display:none !important;}

@media only screen and (min-width: 1025px){
	.section-header .menu-icon-home > a .menu-text span{display: none;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{display:none !important;}
	.section-header  .menu-icon-rs{display:none !important;}
}
.input_adress.button-style {
    margin-left: 20px;
}
/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin global Style***------------------------------------------------------*/
/*.wc-block-components-checkout-place-order-button,.wc-block-cart__submit-button,.wp-block-button__link {
    background: var(--awb-color1) !important;
    color: #fff !important;
}

.wc-block-components-checkout-place-order-button:hover,.wc-block-cart__submit-button:hover ,.wp-block-button__link:hover{
    background: #000 !important;
    color: #fff !important;
}*/
@media only screen and (min-width:1080px){
.em-h2{width:100px;}}

.col-menu-head a:hover{text-decoration:underline;}
.blanc-actif .active h4 ,.blanc-actif  a:hover h4{color:white !important;}
.awb-imageframe-caption-container .fusion-dynamic-cart-count{position:absolute;bottom:8px;}
/* .col-menu-head a{
    position: relative;
    text-decoration: none;
}

.col-menu-head a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;             
    width: 0;
    height: 2px;                
  
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.col-menu-head a:hover::after,
.col-menu-head .current-menu-item a::after {
    width: 100%;
} */
/*------------------------------------------------------***End***------------------------------------------------------*/

.wc-block-components-order-summary h3.wc-block-components-product-name{font-size:14px !important;}
.wc-block-components-checkout-place-order-button{border-width:0px !important}
.sectionp-realisations .fusion-gallery-image img{transition:all 0.8s ease-in-out}
.sectionp-realisations .fusion-gallery-image:hover img {
    opacity: .9;
	transform: scale3d(1.1, 1.1, 1) !important;}
/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/


/**************************************Style : PRE-HOME*********************************/


/**************************************Style : SLIDER ********************************/


 .uranus .sr7-bullet:not(.selected)  .sr7-bullet-inner{
    width: 13px !important;
    height: 13px !important;
	 top: calc(50% - 8px)!important;
	 left: calc(50% - 8px)!important;
}
.slide-description{transform:translateY(-27px) !important;}
.fusion-content-boxes-1 .heading .content-box-heading {
    color: var(--awb-color7) !important;
}

/**************************************Style : section_presentation*********************************/
.presentation-container{z-index:9;}
.h2-small{
	font-family:var(--awb-typography5-font-family) , sans-serif;
	font-size:25px;
	font-style:italic;
	font-weight:400;
	display: block;
	color:#2D2D2D;
	text-transform:initial;
	margin-bottom:5px;
	
}
.h2-description{
	display: block;
	font-family: "Jost", sans-serif;
	font-size:25px;
	font-weight:400;
	color:#373636;
	text-transform:initial;
	margin-top:5px;
	
}
.h1-title .color2{font-family:var(--awb-typography5-font-family) sans-serif;}
.counter-box-container{text-align:left;}
.counter-box-container .content-box-counter{font-weight:700;}
.button-style,.wpcf7-form input[type=submit] ,.wc-block-components-checkout-place-order-button {
  position: relative;
  cursor: pointer;
  width: fit-content !important;
}
.wpcf7-form input[type=submit]{width:fit-content !important;}
.button-style::before,
.button-style::after ,.wpcf7-form input[type=submit]::before, .wpcf7-form input[type=submit]::after ,.wc-block-components-checkout-place-order-button::after,.wc-block-components-checkout-place-order-button::before, .wc-block-cart__submit::after, .wc-block-cart__submit::before{
  content: "";
  position: absolute;
  width: 17px; 
  z-index: 99;
	pointer-events:none;
  height: 17px;
  border: 1px solid #c7a68c; 
  transition: 0.35s ease;
}

.button-style::before ,.wpcf7-form input[type=submit]::before ,.wc-block-components-checkout-place-order-button::before ,.wc-block-cart__submit::before {
  top: 0px;
  left: 0px;
  border-right: none;
  border-bottom: none;
}

.button-style::after,.wc-block-components-checkout-place-order-button::after, .wc-block-cart__submit::after {
  bottom: 0px;
  right: 0px;
  border-left: none;
  border-top: none;
}


.button-style:hover::before,.wc-block-components-checkout-place-order-button:hover::before ,.wc-block-cart__submit:hover::before {
  width: 102%;
  height: 104%;
  border-left: 1px solid #c7a68c;
  border-top: 1px solid #c7a68c;
	 border-right:0px;
  border-bottom:0px;
}

.button-style:hover::after,.wpcf7-form input[type=submit]:hover::after, .wc-block-components-checkout-place-order-button:hover::after, .wc-block-cart__submit:hover::after {
  width: 102%;
  height: 104%;
  border-right: 1px solid #c7a68c;
  border-bottom: 1px solid #c7a68c;
}
.circle-text{
	    animation: 6s linear 0s infinite normal none running rotate-circle;
}
@keyframes rotate-circle{	
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-180deg);
	}}

.text-border{margin-top:7px;border-left: 1px solid #c7a68c;padding-left:22px;}
/**************************************Style : section_prestations*********************************/
.img-container{
/* 	height:287px !important;  */
	overflow:hidden}
.img-container img {
   height: 540px !important; 
/*     position: absolute; */
    object-fit: cover;
    object-position: center;
	transition:all 0.8s ease-in-out;
	z-index:-2;
}

.service-slider .owl-carousel .owl-stage, .service-slider .owl-carousel  .owl-stage-outer{padding-bottom: 60px;}
.service{
	position:relative;
}
.presta-content{position:relative;margin-top:-164px;}
.presta-content.s1{margin-top:-161px;}
.service h3{ font-size:30px; color:#2D2D2D; margin-left:0px;}

.service-description{
	padding: 26px 29px;
	opacity:0;
    color: white;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
	margin: auto;
	width:90%;
	transition:all 0.5s ease-in-out;
}
.owl-item .sa_hover_container{transition:all 0.5s ease-in-out}
.owl-item:hover .service-description{opacity:1;}
.owl-item:hover .img-container img{transform:scale(1.2)} 
.service h3:after{
  content: "";
  position: absolute;
  width: 0px; 
  height: 0px;
  right:0;
  border-top: 1px solid #c7a68c; 
  border-right: 1px solid #c7a68c;
  transition: 0.35s ease;
}
.owl-item:hover .service h3:after{ 
	 width: 28px; 
  height: 26px;
}

.owl-nav button {
    top: unset !important;
    bottom: -20px;
}
.owl-nav button.owl-prev{left:calc(50% - 35px)!important;}
.owl-nav button.owl-next{right:calc(50% - 35px) !important;}



.big-title{font-size: clamp(2rem, 12.3vw, 12rem) !important;}

.big-title-2{font-size: clamp(2rem, 12.9vw, 12.5rem) !important;}

.big-title-3{font-size: clamp(2rem, 19vw, 18rem) !important;}


/**************************************Style : section_Post card*************************/
.card-price-c::before {
    content: "À partir de ";
    display: inline;
    margin-right: 4px;
	font-size:22px;
	color:var(--awb-color3);
	font-weight:600;
}
.card-price-c::after {
    content: "TTC ";
    display: inline;
    margin-right: 4px;
	font-size:22px;
	color:var(--awb-color3);
	font-weight:600;
}
.cart-loading{display:none !important;}
/**************************************Style : section_ Vapotage & E-liquides  *********************************/


/**************************************Style : section_TEXT MAX WIDTH*********************************/


/**************************************Style : section_chiffres*********************************/


/**************************************Style : section_boutiques*********************************/


/**************************************Style : section_partenaires*********************************/


/**************************************Style : section_contact*********************************/

.contact-container .input-label {margin-bottom: 22px !important;}

/**************************************Style : section_map*********************************/


/*------------------------------------------------------***End***------------------------------------------------------*/

.fusion-content-boxes.fusion-columns-1 .fusion-column{margin-bottom:0px !important;}


/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.social-media{display:none !important;}
.coherence-logo svg{width: 160px !important;height: auto !important;vertical-align: middle !important;display: inline-block !important;margin-right: 10px !important;}
.coherence-logo .svg * {fill: #000 !important;}
.fusion-footer-widget-column:last-child{margin-bottom: 0px !important;}
.sp-bar-copyright {height: 20px;width: 2px;background: #000000 !important;margin-inline: 10px;}
.el-foot-has-link a {color: #fff !important;}
.el-foot-has-link a:hover {text-decoration:underline !important;}
.mailpoet_submit:hover {cursor: pointer;opacity: 0.8;}
body form.mailpoet_form {padding: 0px !important;}
.nav-link a{pointer-events: none !important;}
.foot-copy-links .fusion-column-wrapper {justify-content:flex-end;gap: 5px;}
@media only screen and (max-width: 800px){ 
	.fusion-footer .fusion-layout-column .fusion-column-wrapper {align-items: center !important;}
	.fusion-footer .fusion-layout-column .fusion-separator {margin-inline: auto !important;}
	.fusion-footer .awb-menu li a {text-align: center;justify-content: center !important;}
	.foot-copy-links .fusion-column-wrapper {flex-direction: column !important;justify-content: center;align-items: center;gap: 5px;}
	.foot-copy-links .fusion-column-wrapper .foot-copy-link .fusion-title-heading {text-align: center !important;}
	.sp-bar-copyright {display: none !important;}
	.coherence-logo svg{margin-right: 0px!important;}
}





   


.flex-info {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

    align-items: center;

    margin-bottom: 15px;

}

.icon-info {

	display: -webkit-box!important;

	display: -ms-flexbox!important;

	display: flex!important;

	-webkit-box-align: center;

	    -ms-flex-align: center;

	        align-items: center;

	-webkit-box-pack: center;

	    -ms-flex-pack: center;

	        justify-content: center;

	/* margin-right: 10px; */

	color: var(--awb-color1);

	height: 30px;

	width: 30px;

	font-size: 17px;

	border-radius: 10px;
 
	margin-right: 15px;

	background: #fff;

	padding: 10px;

}

/* close slide */

.head_slidine {

    position: absolute;

    top: 12px;

    right: 15px;

    color: #fff;

    border: 2px solid;

    /* padding: 3px 9px; */

    border-radius: 50%;

    font-size: 16px;

    cursor: pointer;

    -webkit-transition:all 0.5s;

    -o-transition:all 0.5s;

    transition:all 0.5s;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.head_slidine:hover {

    color: #7b7c7c;

}

/* button contact*/

a.butcontact_slide {

    padding: 12px 20px 14px;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    background: #fff;

    color: var(--awb-color1);

    border-radius: 6px;

    text-align: center;

    font-family:  var(--body_typography-font-family);

    font-weight: 700;

    font-size: 16px;

    border: 2px solid #fff;

    -webkit-transition:all 0.4s;

    -o-transition:all 0.4s;

    transition:all 0.4s;

    cursor:pointer;

    text-transform: uppercase;

}

a.butcontact_slide:hover {

    background: transparent;

    color: #fff;

}
 
.mobilebut{display:none}
/* 
.slide_in .content-info.phone a:hover{color:#ffc300} */

@media screen and (max-width:1500px){

	.show_slidine {

		padding: 16px 25px;

	}
 
}

@media screen and (max-width:800px){

	.show_slidine {

		background:var(--awb-color1);

		padding: 10px 25px;

	}

}
 
	

	.mobilebut{display:block;height: -webkit-max-content;height: -moz-max-content;height: max-content;width: -webkit-max-content;width: -moz-max-content;width: max-content;font-size: 20px;-webkit-transform: unset;-ms-transform: unset;transform: unset;border-radius: 50%;/* padding: 13px 20px; */right: 0px;left: 15px;bottom: 20px;top: unset;width: 55px;height: 55px;display: flex;justify-content: center;align-items: center;box-shadow: 0 0 10px black;}

	.desktopbut{display:none}

	.slide_in{

		width:400px ;

		top:unset;

		bottom:0px;

		right:unset;

		left:0px;

		padding:15px;

		border-radius:10px 10px 0px 0px;

		-webkit-transform:translateY(100%);

		    -ms-transform:translateY(100%);

		        transform:translateY(100%);

	}

	.show_slidine.hidebtn{

		opacity:0;

		-webkit-transform:translateX(-100%);

		    -ms-transform:translateX(-100%);

		        transform:translateX(-100%);

	}

	.slide_in.showme{

		-webkit-transform:translateY(0%);

		    -ms-transform:translateY(0%);

		        transform:translateY(0%);

		opacity:1;

	}

	.rh_form__login_wrap .rh_form__item {

		padding: 0 1.5rem 1rem;

	}

	li.elementor-icon-list-item {margin-bottom: 10px !important;}
 
 
@media screen and (max-width:510px){

	.slide_in{

		width:80% ;

	}

}

@media screen and (max-width:400px){

	.slide_in{

		width:98% ;

		margin-inline:auto;

		right:0px;

	}

}

@media screen and (max-width:340px){

	.head_slidine {

		top: 6px;

		right: 6px;

	}

}
 

.infos-client .fusion-content-boxes.fusion-columns-1 .fusion-column{
	margin-bottom:0px !important;
}

.foot-menu-widget .current-menu-item a{text-decoration:underline;}

/*------------------------------------------------------***End***------------------------------------------------------*/



/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 801px){ 

    /*style header*/

    /*style main content*/
	.counter-box-container .fusion-column-wrapper:after {
    content: "";
    position: absolute;
    width: 0px;
    right: 0;
    height: 52px;
    border-right: 1px solid #F0E8E0 ;
    transition: 0.35s ease;
}
	.w-800{width:800px;}

    /*style footer*/
	
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1700px){
	.fusion-body .fusion-menu-element-wrapper[data-count="0"] .fusion-menu-element-list > li{
		margin-left: 0 !important;
		margin-right: 0 !important;
		
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1440px){

    /*style header*/

    /*style main content*/
	.presta-content.s2,.presta-content.s3{
		margin-top:-181px;
	}
    /*style footer*/

}


@media only screen and (min-width: 1025px) and (max-width: 1600px){
	
	.fusion-body .fusion-menu-element-wrapper[data-count="0"] .fusion-menu-element-list > li a, .section-header  .awb-menu .awb-menu__main-ul{font-size:12px !important}
	.awb-menu .awb-menu__main-li{margin-left: 0 !important;
    margin-right: 0 !important}
    .fusion-fullwidth.section-header.fusion-sticky-container { padding: 20px !important; }
}



/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){

    /*style header*/

    /*style main content*/
	.presta-content.s2, .presta-content.s3 {
        margin-top: -166px;
    }

    /*style footer*/

}

/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){

    /*style header*/
   

    /*style main content*/
	.text-size h2{
		font-size:35px !important;
	}

    /*style footer*/
	
}

/*------------***Medium devices (tablets, Bootstrap less than 993px)***------------*/
@media only screen and (max-width: 992px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px){
    
    /*style header*/

    /*style main content*/
	.text-size h2{
		font-size:28px !important;
	}
	.counter-box-container .fusion-column-wrapper:after {
    content: "";
    position: absolute;
    width: 100px;
	bottom:0;
    height: 0px;
    border-bottom: 1px solid #F0E8E0 ;
    transition: 0.35s ease;
}
	.border-order .fusion-column-wrapper{border-width:4px 0px 0px 0px !important;}
	
	.owl-item .presta-content-back {
    opacity: 1;
}
	.presta-content.s3 {
        margin-top: -166px;
    }
	.presta-content.s1{
		margin-top: -166px;
	}
	.presta-content.s2{
		margin-top: -166px;
	}
	.service h3{font-size:24px;}
	.foot-menu-widget a{text-align:center;justify-content: center !important;}
	.owl-item .service-description{opacity:1;}
	.owl-item .service h3:after{ 
	 width: 28px; 
  height: 26px;
}
	.img-container img {width: 100% !important;}
	.fusion-content-boxes-1 .heading .content-box-heading {
    font-size: 15px !important;
}
}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px){
    
    /*style header*/

    /*style main content*/
	
    /*style footer*/
    
}

/*------------***Between Big Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 601px) and (max-width: 800px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 640px){

    /*style header*/

    /*style main content*/
	
    /*style footer*/
    
}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 800px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 497px){

    /*style header*/

    /*style main content*/
	    .presta-content.s2, .presta-content.s3 {
        margin-top: -187px;
    }
	.service-description {width:100%}

    /*style footer*/
    
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
.section-header .fusion-layout-column.inner-col-head-burger { margin-left: 20px !important; }
.logo-footer img { width: 300px; }