/*
Theme Name: Coherence Child
Theme URI: http://weshore.com/
Author: Weshore Themes
Author URI: https://weshore.com
Template: coherence
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: Private License
License URI: license.txt
Text Domain: coherence-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

*, *::before, *::after {
  box-sizing: border-box;
}
/*************************Assets********************/
.nbr-hove a:hover{color:var(--e-global-color-color_1) !important;}

.page-leg .elementor-widget-container {color: #fff !important;}
.header-inter {backdrop-filter: blur(5px) !important;}
.remve-margin h3{margin-bottom:0px !important;}
/*-----------------------------------------***style header***----------------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {align-items: center !important;}
.sec-footer .menu-icon-home  a i{display:none !important;}
.section-header .menu-center-logo > a:hover{background:unset !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs {margin-inline: 5px !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs > a {padding-inline: 5px !important;}

@media only screen and (min-width: 1025px){
	.section-header .menu-icon-home  a span{display:none !important;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home  a i{display:none !important;}
	.section-header .coherence-core-dropdown {min-width: 290px !important;right: 0px !important;left: auto !important;}
	.section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}


.arr img {
	filter: brightness(0) saturate(100%)
}

body {
	background-color: var(--e-global-color-color_white)!important
}


/*------------------------------------------------------***End***------------------------------------------------------*/
/*---------custum style---------------*/

body .blury-effect{
	backdrop-filter: blur(5px) !important;
}


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/

 .elementor-coherence-core-content-box-title :is(a[href^="tel:"]):hover {
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
  }

.lp_content1_h2 p, .lp_content3_h2 p, .lp_phrase_dacroche p{
	color: #fff !important;
}
.slide-title{
	color: #000 !important;
}
.slide-title:hover{
	color: #ea662b !important;
}
/*------------------------------------------------------***End***------------------------------------------------------*/
body ..elementor-kit-8{background-color:transparent!important;}

/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/
.coherence-slideup-content-left {
    top: 50% !important;
    transform:translateY(-50%) !important;
}
.circle-blurry {filter: blur(300px) !important;}
/**************************************Style : galerier*********************************/
.galer-bot .elementor-widget-container {
    position: relative !important;
}
.galer-bot .elementor-widget-container:before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 50px !important;
    background: hsl(0deg 0% 0% / 60%) !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 1 !important;
}

/**************************************Style : SLIDER *********************************/
body .h1-slider{font-size:18px;text-align:center;color:#FFF;font-family:"Poppins";font-weight:400;text-transform:unset!important;}
body .h1-slider span.h1_slide{font-size:70px;padding-bottom:50px;display:block;text-align:center;color:#fd7334;font-family:"Stardos Stencil"!important;font-weight:400;line-height:100%;text-transform:uppercase;position:relative;}
body .h1-slider span.h1_slide:before{content:"";position:absolute;width:2px;height:55px;background:#ea662b;left:0;right:0;top:80px;bottom:0;margin:auto;opacity:1;z-index:10;}

 a.dib.link_phone1:hover, a.dib.link_phone2:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/**************************************Style : section_Realisations*********************************/
 .galer-fot a img {
    opacity: 0.7 !important;
    transition: all 0.3s ease-in-out !important;
}
.galer-fot a:hover img {
    opacity: 1 !important;
/*     transform:scale(1.1) !important; */
}

/**************************************Style : section_valeurs*********************************/
span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item-label {
    position: relative;
    width: 100%!important
}

span.wpcf7-form-control.wpcf7-radio {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 20px!important;
    height: 50px;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}

.wpcf7-radio .wpcf7-list-item.checked span::before {
    border-color: var(--e-global-color-color_1)!important;
    color: var(--e-global-color-color_1)!important;
    text-align: center
}
.col-md-12.col-sm-12.input-label.ststs {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
}

span.wpcf7-form-control.wpcf7-radio.prtcl-pro {
    margin: 0px !important;
}


.col-md-12.col-sm-12.input-label.ststs span.sp-label {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    z-index: 10;
    width: 100%;
    height: 40px
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    content: '\2713'!important;
    display: inline-block;
    width: 20px;
    color: transparent!important;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
    font-size: 12px!important
}

.wpcf7-radio .wpcf7-list-item .checked span::before {border-color: var(--e-global-color-color_3)!important;color: var(--e-global-color-color_3)!important;text-align: center
}

.wpcf7-radio .wpcf7-list-item .checked span {color: var(--e-global-color-color_3)!important;}
body:not(.privacy-policy) .wpcf7-form select.wpcf7-form-control.wpcf7-select{color: #fff !important;background: #ffffff00 !important;padding:5px 10px !important;height:50px!important;border:1px solid #fff!important;}
body:not(.privacy-policy) .wpcf7-form select.wpcf7-form-control.wpcf7-select option{background:var( --e-global-color-color_3 )!important;}
/**************************************Style : section_points_forts*********************************/
.point-f .elementor-widget-container{
	backdrop-filter: blur(5px) !important;
}

/**************************************Style : section_avis*********************************/
.ti-footer{display: none !important;}
.ti-widget.ti-goog .ti-controls-dots{margin-top:40px !important;}
/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/
body .elementor-widget-coherence-contact-form .wpcf7-form .focused:not(.ststs) .sp-label{font-size: .8em !important;}

/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #000 !important;}
.section-footer .menu-center-logo {display:none !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}
.menu-main-footer .coherence-core-nav-menu {columns: 3;}
.coherence-footer-builder .iconehome svg{display: none !important;}
/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #fff !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow,body .ti-widget.ti-goog .ti-controls-line{display: none !important;}
body .ti-widget.ti-goog .ti-controls{display:block!important;}
body .menu-main-footer .menu-icon-home i,body .menu-main-footer .hide-sub-mn .sub-menu,body .menu-main-footer .hide-sub-mn .sub-arrow{display:none!important;}
body .gallery-icon a:hover img,body .wpmf-gallery-icon a:hover img,body .modula-items .modula-item:hover{opacity:0.8!important;}
button.cmplz-btn:hover{background-color:#000!important;border-color:#fff!important;color:#fff!important;}
body .menu-footer .menu-item.current-menu-item a.coherence-core-menu-item,body .menu-footer .menu-item a.coherence-core-menu-item:hover{text-decoration:underline!important;}
body .wpcf7-form .focused:not(.ststs) .sp-label{top: -12px!important;font-size:9px!important;border-radius:3px;padding:3px;left:13px!important;background: var( --e-global-color-color_1 );}
body .wpcf7-form .focused.ststs .sp-label{font-size:17px!important;}
body .wpcf7-not-valid-tip{color:var(--e-global-color-color_error)!important;}
body .wpcf7-acceptance label{display:flex;}
body .wpcf7-acceptance input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:15px;height:15px;background-color:#fff;position:relative;cursor:pointer;border:1px solid var(--e-global-color-color_1);margin-right:8px!important;}
body .wpcf7-acceptance input[type=checkbox]:checked{background-color:var(--e-global-color-color_1);border-color:var(--e-global-color-color_1)}
body .wpcf7-acceptance input[type=checkbox]:checked::after{content:'\2713';position:absolute;top:0;left:3px;font-size:9px;color:#fff}
body a[href^="tel:"]:hover{text-decoration:underline!important;}
body .pg-mp-titre-h1-bg form.wpcf7-form.invalid .wpcf7-response-output{border-color:red;background:red;color:#fff !important;}
body .pg-mp-titre-h1-bg form.wpcf7-form.invalid input.wpcf7-not-valid,body .pg-mp-titre-h1-bg form.wpcf7-form.invalid select.wpcf7-not-valid{border-color:red;background:transparent;color:red!important;}
body .pg-mp-titre-h1-bg input[type=submit]{margin-top:20px!important;}
body .pg-mp-titre-h1-bg form.wpcf7-form.sent  .wpcf7-response-output{border-color:green;background:green;color:#fff !important;}
body .pg-mp-titre-h1-bg a:hover,body .content-area a:hover{text-decoration:underline!important;}
body .coherence-slideup-content-bottom{width:auto!important;height:auto!important;}
body [data-wpr-lazyrender]{content-visibility:visible!important;}
body.privacy-policy .recaptcha_acc a,body.privacy-policy .pg-mp-titre-h1-bg a{color:#000!important;}
body.privacy-policy .recaptcha_acc a:hover,body.privacy-policy .pg-mp-titre-h1-bg a:hover{color:var(--e-global-color-color_4)!important;}
/*------------------------------------------------------***End***------------------------------------------------------*/
/*----------------***Query***-------------------------*/
@media only screen and (max-width: 600px){
    .menu-main-footer .coherence-core-nav-menu {
		columns: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
}
/*------------------------------------------------------***End***------------------------------------------------------*/
/* header#site-header.sticky-active .coherence-sticky-section-no{
    background-color: #a28777 !important;
} */
.persta-desc-title-container h3{color:#fd7334 !important;}
.icon-fill .elementor-icon svg{
	filter: brightness(0) saturate(100%) invert(72%) sepia(74%) saturate(5234%) hue-rotate(340deg) brightness(97%) contrast(93%) !important;
}
/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

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

    /* Animations */
    .animate_01 {animation: mymove ease-in-out 1.618s infinite alternate !important;}
    .animate_02 {animation: mymove2 ease-in-out 1.618s infinite alternate !important;}
    .animate_03 {animation: mymove3 ease-in-out 1.618s infinite alternate !important;}
    .animate_04 {animation: mymove4 ease-in-out 1.618s infinite alternate !important;}
    .animate_05 {animation: mymove5 ease-in-out 1.618s infinite!important;}
	.animate_06 {transform:translatey(12px);animation:float 3s ease-in-out infinite !important;}
	.animate_07 {transform:translatey(12px);animation:float2 3s ease-in-out infinite !important;}
    @keyframes mymove {from {transform: translatey(-5px);} to {transform: translatey(5px);}}
    @keyframes mymove2 {from {transform: translatey(5px);}to {transform: translatey(-5px);}}
    @keyframes mymove4 {from {transform: scale(1);} to {transform: scale(1.2);}}
    @keyframes mymove3 {from {transform: translatex(-5px);} to {transform: translatex(5px);}}
    @keyframes mymove5{0%{transform:translate(0,0)}50%{transform:translate(0,10px)}100%{transform:translate(0,0)}}
	@keyframes float{0%{transform: translatey(0px);}50%{transform: translatey(-50px);}100%{transform:translatey(0px);}}
	@keyframes float2{0%{transform: translatey(0px);}50%{transform: translatey(50px);}100%{transform:translatey(0px);}}
    
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px) and (min-width: 1365px){

body:not(.rtl) .elementor-510 .elementor-element.elementor-element-fb1b163 {
    right: 3% !important;
}

body:not(.rtl) .elementor-510 .elementor-element.elementor-element-dccbcc8 {
    left: -3% !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*/
	

    /*style footer*/

}


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

    /*style header*/

    /*style main content*/

    /*style footer*/

}


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

body .h1-slider span.h1_slide{font-size:40px;padding-bottom:40px;}
body .h1-slider span.h1_slide:before{height:35px;top:50px;}

}

/*------------***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){
	.col-md-12.col-sm-12.input-label.ststs{gap:10px!important;}
}

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

    /*style main content*/
body .h1-slider span.h1_slide{font-size:30px;}
body .h1-slider span.h1_slide:before{height:25px;top:40px;}

    /*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: 600px){

    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

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

    /*style main content*/

    /*style footer*/
    
}

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

    /*style header*/

    /*style main content*/
p.item-desc {width: 90% !important;}
    /*style footer*/
    
    
}

/* @keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-9px) }
  35% { transform: translateY(-9px) rotate(17deg) }
  55% { transform: translateY(-9px) rotate(-17deg) }
  65% { transform: translateY(-9px) rotate(17deg) }
  75% { transform: translateY(-9px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}

.coherence-slideup-trigger{
    animation: jump-shaking 2.83s infinite;
	position : fixed;
	bottom: 0 ;
	left : 0;
} */


.coherence-slideup-trigger{
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
.elementor-9 .elementor-element.elementor-element-56c3377d.coherence-pc-btn-align-fixed-left .coherence-pc-btn {
    border-radius: 15px !important;
}
.menu-item a.coherence-core-menu-item {
    border-radius: 13px !important;
}

@media only screen and (max-width: 1100px){
nav.coherence-core-dropdown .menu-item.current-menu-item a.coherence-core-menu-item,nav.coherence-core-dropdown li a.coherence-core-menu-item:hover,nav.coherence-core-dropdown li a.coherence-core-menu-item {
    background-color: transparent !important;
}
}