/*
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
*/
[data-wpr-lazyrender]{ content-visibility:visible!important; }
 
/*-----------------------------------------***style header***----------------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {align-items: center !important;}
.section-footer .menu-icon-home > a svg{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 {text-indent: -999px;}
	.section-header li:nth-child(1) a.coherence-core-menu-item span { display: none; }
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a svg{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;}
	.section-header li:nth-child(1) .coherence-core-menu-item i.fas.fa-home { display: none !important; }
}

/*Header Sticky*/
.section-header, .section-header * { transition:all 0.5s ease-in-out !important; }
.coh-is-sticky { position: fixed !important; top: 0; left: 0; width: 100%; z-index: 99 !important; background: var(--e-global-color-color_white) !important; }
.section-header.coh-is-sticky{ box-shadow: 0px 5px 10px #00000021 !important; }
.section-header .img-logo-site img{ transition:all 0.5s ease-in-out !important; }
.section-header.coh-is-sticky .img-logo-site img{ max-height:40px !important; width:auto !important; }
.section-header.coh-is-sticky .logo img { transform: scale(0.9)!important; }
.section-header.coh-is-sticky .coherence-core-nav-menu > li > a { font-size: 15px !important; }


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


.border-btn a:hover {
	border: 2px solid var(--e-global-color-color_1);
}

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

/*PG Prestations*/
.section2-pg-prestations .item-body {
    filter: drop-shadow(0 0 5px #00000029);
    padding-block: 10px;
}
.section2-pg-prestations .item-body img {
    border-radius: 6px 6px 0 0;
}

body .last-section-col-left-pg-prestations:before {
    content: "";
    height: 100% !important;
    width: 710px !important;
    background: white !important;
    position: absolute;
    right: 0;
    left: unset;
    top: 0;
    bottom: 0;
    border-radius: 6px;
}
@media only screen and (max-width: 800px){	
body .last-section-col-left-pg-prestations:before {
    width: 100% !important;
}
}

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


/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/

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


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

.section-slider .border-btn:hover {
	border: 2px solid var(--e-global-color-color_1);
}
.section-slider .btn-icon {
    position: relative !important;
}

.section-slider .btn-icon:before {
    content: "";
    height: 20px;
    width: 35px;
    background: url(/wp-content/uploads/2023/06/rigth.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 0;
    margin-block: auto;
}


/**************************************Style : section_presentation*********************************/
@media only screen and (min-width: 1025px){
body .col-col:before {
    content: "";
    height: 460px;
    width: 135px;
    background: linear-gradient(-90deg, var(--e-global-color-color_1) 0%, var(--e-global-color-color_2) 100%) !important;
    position: absolute;
    left: -135px;
    top: 115px;
    border-radius: 6px 0 0 6px;
}
}

@media only screen and (max-width: 1360px){
.col-col:before {
    height: 400px !important;
    width: 60px !important;
    left: -60px !important;
}
}

/**************************************Style : section_prestations*********************************/

.section-prestations .item-content * {
    transition: all 0.5s ease-in-out !important;
}
.section-prestations p.item-desc {
    display: none;
}
.section-prestations .prestation-btn a { background: transparent; padding: 15px 35px; border-radius: 100px; color: white !important; font-family: 'Work Sans'; font-weight: 500; }

.section-prestations .prestation-tilte h3 {
    color: white !important;
}

.section-prestations .prestation-icons {
	width: 100px;
}
.prestation-txt {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
.section-prestations .prestation-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-block: auto !important;
}
.section-prestations .prestation-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(200%);
}
.section-prestations .item-content {
    display: flex;
    align-items: center;
    height: 100%;
}
/*hover*/
@media only screen and (min-width: 801px){
	.section-prestations .item-content:hover .prestation-active {transform: translateY(0%);}
.section-prestations .item-content:hover .prestation-front {transform: translateY(-200%);}
}

.section-prestations .prestation-btn a:hover { background: linear-gradient(-90deg, var(--e-global-color-color_1) 0%, var(--e-global-color-color_2) 100%); padding: 15px 35px; border-radius: 100px; color: white !important; font-family: 'Work Sans'; font-weight: 500;  }


.section-prestations .item-body:after {
    content: "" !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.6250875350140056) 100%, rgba(0,0,0,0.7035189075630253) 100%) !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0%;
    left: 0%;
}
.prestation-tilte h3{text-align:center}
/**************************************Style : section_Actualites Facebook*********************************/
 
.ifram-fb iframe { border-radius: 30px !important; box-shadow: 0 0px 0px 15px var(--e-global-color-color_1); }

@media only screen and (min-width: 1025px){
	.ifram-fb iframe { transform: translateX(170px); }
}
@media only screen and (max-width: 1024px){
body .ifram-fb {  align-self: center !important; }
}

/**************************************Style : section_Realisations*********************************/


/**************************************Style : section_valeurs*********************************/

@media only screen and (min-width: 801px){ 
	body .border-dashed:before {
		content: "";
		height: 0px;
		width: 75%;
		background: transparent;
		top: 45px;
		left: 0;
		right: 0;
		margin-inline: auto;
		border: 1px dashed white !important;
	}
}

/**************************************Style : section_points_forts*********************************/


/**************************************Style : section_avis*********************************/

@media only screen and (min-width: 801px){ 
body .section-avis:before {
    content: "";
    height: 100%;
    width: 50%;
	background-image: linear-gradient(-90deg, var(--e-global-color-color_1) 0%, var(--e-global-color-color_2) 100%);
	border-radius: 10px;
    position: absolute;
    right: 0;
	left: unset;
    top: 0;
    bottom: 0;
	margin-block: auto !important;
}
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner {
	background-image: linear-gradient(to right, rgb(23 216 227 / 10%), rgb(70 174 247 / 10%)) !important;
}

/* .ti-controls > div {
    display: block !important;
}

.ti-widget.ti-goog .ti-controls { max-width: 120px !important; top: unset !important; bottom: -10px !important; right: 0; left: 0; margin-inline: auto !important; }
.ti-widget.ti-goog .ti-controls :is(.ti-next ,  .ti-prev){ background: var(--e-global-color-color_white); padding: 22px !important; display: flex; border-radius: 6px;border:none !important }
.ti-widget.ti-goog .ti-controls .ti-next:before  { top: 15px !important; right: 12px !important; background: black !important; }
.ti-widget.ti-goog .ti-controls .ti-next:after{ top: 25px !important; right: 12px !important; background: black !important; }
.ti-widget.ti-goog .ti-controls .ti-prev:before{ top: 25px !important; left: 12px !important; background: black !important; }
.ti-widget.ti-goog .ti-controls .ti-prev:after{ top: 15px !important; left: 12px !important; background: black !important; }
.ti-widget.ti-goog .ti-controls :is(.ti-prev:after , .ti-prev:before  , .ti-next:after , .ti-next:before){ background: black ; } */
.ti-footer {  display: none; }
/* 
.ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-prev:hover { -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; }

.ti-widget.ti-goog .ti-controls :is(.ti-next:hover ,  .ti-prev:hover){ background-image: linear-gradient(to right, var(--e-global-color-color_1), var(--e-global-color-color_3)); border: 1px solid white; }

.ti-widget.ti-goog .ti-footer-filter-text{display:none !important} */

/***************** style Page avis (mettre cette classe dans le contenour des avis : section-avis-pg) *****************/

.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {max-height: unset !important ;overflow-y: initial !important;}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container-wrapper {display: flex !important;flex-direction: row !important;flex-wrap: wrap !important;justify-content: space-between !important;align-items: flex-start !important;width: 100% !important;margin: 0px !important;}
.section-avis-pg .ti-widget.ti-goog .ti-review-item {width: 31% !important;float: left !important;margin: 1%;position: relative !important;left: 0px !important;max-width: 31% !important;min-width: 31% !important;flex: 0 0 31% !important;padding: 0px !important;}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {width: 100% !important;overflow: hidden;}
.section-avis-pg .ti-widget.ti-goog .ti-controls-dots, .section-avis-pg .ti-widget.ti-goog .ti-controls {display:none !important;}

@media only screen and (max-width: 1024px){
	.section-avis-pg .ti-widget.ti-goog .ti-review-item {width: 48% !important;min-width: 48% !important;flex: 0 0 48% !important;}
}
@media only screen and (max-width: 600px){
	.section-avis-pg .ti-widget.ti-goog .ti-review-item {width: 98% !important;min-width: 98% !important;flex: 0 0 98% !important;}
}



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



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: var(--e-global-color-color_2) !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;}

.col-widget-footer.menu ul.coherence-core-nav-menu { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; }
.coherence-core-nav-menu:before, .coherence-core-nav-menu:after { display: none !important; }

@media only screen and (max-width: 600px){.col-widget-footer.menu ul.coherence-core-nav-menu {grid-template-columns: repeat(1, 1fr);justify-items: center; }}

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



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

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

    /*style main content*/

    /*style footer*/
    
}

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

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***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){
	
	/*style header*/

    /*style main content*/
	
    /*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*/
/*prestations*/
.section-prestations .item-content .prestation-active {
    transform: translateY(-20%);
}

.section-prestations .item-content .prestation-front {
    transform: translateY(-200%);
}
.section-prestations .prestation-front {
    position: relative;
}
.section-prestations .prestation-front .prestation-tilte {
    display: none;
}

    /*style footer*/

}

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

    /*style main content*/
/*slider*/
.btn-icon:before {
    right: 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*/
/*prestations*/
.section-prestations .item-body > img { min-height: 450px; }

    /*style footer*/
    
}

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

    /*style header*/

    /*style main content*/
/*slider*/
.depicter-revert .depicter-1-element-4 { font-size: 19px !important; }
.depicter-revert .depicter-1-element-6, .depicter-revert .depicter-1-element-7 { font-size: 18px !important; }

	.section-prestations .prestation-btn a { padding: 15px 15px; }
	.section-prestations .prestation-btn a:hover { padding: 15px 15px;}
	.prestation-txt {margin-bottom: 20px;font-size:15px}
	.prestation-tilte h3{font-size:20px !important}
	.section-prestations .item-content .prestation-active{transform:translateY(-15%)}
    /*style footer*/
    
    
}
.form-contact-home .link_pdc,.form-contact-home  .recaptcha_acc a{color:var(--e-global-color-color_2)}
.form-contact-home .link_pdc:hover,.form-contact-home  .recaptcha_acc a:hover{color:var(--e-global-color-color_1)}
/*------------------------------------------------------***End Media query***------------------------------------------------------*/

@media only screen and (max-width: 801px){.pg-presta-col-bg{background: none !important;}}
.pg-presta-style-h-2 span.separator-sup-title {display: flex !important;flex-direction: column !important;align-items: flex-start !important;}
.section-avis .ti-widget.ti-goog .ti-controls-line {display:none !important}



/*------------------------------------------------------***Begin ERROR PAGE 404 style***------------------------------------------------------*/
.menu-404 .menu-icon-home > a i {
    display: none !important;
}


@media only screen and (max-width: 1290px){.caroussel-prestations .item-content section .item-desc {min-height: 150px !important; margin-bottom:0 !important}}
@media only screen and (max-width: 1024px){.caroussel-prestations .item-content section .item-desc {min-height: 200px !important;}}
@media only screen and (max-width: 801px){.caroussel-prestations .item-content section .item-desc {min-height: 125px !important;}}
@media only screen and (max-width: 601px){.caroussel-prestations .item-content section .item-desc {min-height: 170px !important;}}
@media only screen and (max-width: 430px){.caroussel-prestations .item-content section .item-desc {min-height: 250px !important;}}
/*------------------------------------------------------***End***------------------------------------------------------*/
