/*
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
*/



/*-----------------------------------------***style header***----------------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {align-items: center !important;}
.section-footer .iconehome 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 .iconehome a span{display:none}
}
@media only screen and (max-width: 1024px){
	.iconehome 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;}
	/* pour centrer l'icône du menu avec les icônes des sociaux média  */
	.coherence-core-nav-menu-icon {display: flex !important;align-items: center;justify-content: center;}
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept{background-color:var(--e-global-color-color_1)!important;border: 1px solid var(--e-global-color-color_1)!important;}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences,body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{border: 1px solid var(--e-global-color-color_1)!important;}
.is-sticky {
    position: fixed !important;
	top: 0; 
    left: 0;
    width: 100%;    background:#fff !important;z-index: 9999999999999 !important;	
}
header .home-icon a.coherence-core-menu-item img{display: none;}
header.is-sticky , body:not(.home) header{
		box-shadow: 15px 15px 15px #a9a9a938;
	}

.is-sticky .coherence-core-nav-menu > li > a {
		font-size: 15px !important;
	}

	 header  .coherence-figure img{
		transition:all 0.5s!important;
	}

	.is-sticky .coherence-figure img{
		transform:scale(0.7)!important;
	}
	.is-sticky .e-con-inner {
		padding-block: 5px !important;
	}
/*------------------------------------------------------***End***------------------------------------------------------*/


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

.presta-list ul li {
    padding: 15px !important;
}
.presta-list ul li:nth-child(odd) {
    background:#EAF5FC
}
.point-prestation h3 {position:relative;padding-bottom: 30px;}
.point-prestation h3:after {content:"";position:absolute;bottom: 10px;left: 50%;transform: translatex(-50%);width: 170px;height: 4px;background: #fae2cb;}
body .dib:hover{text-decoration:underline!important;}

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


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

/**************************************Style : Formulaire de devis *********************************/
.cstm_form .gform_wrapper.gravity-theme .gfield_description, .cstm_form .gform_required_legend, .cstm_form .gform_title, .cstm_form .gform_description {
    display: none;
}

.cstm_form .calcul .cstm-label {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 0;
}

.cstm_form .calcul .title {
    text-align: center;
    margin-top: 15px;
}

.cstm_form #distanceForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cstm_form #map {
    margin-top: 15px;
    border-radius: 3px;
}

.cstm_form #distanceForm button {
    background-color: var( --e-global-color-color_1 );
    border: solid 1px var( --e-global-color-color_1 ) !important;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    height: fit-content;
}

.cstm_form #distanceForm button:hover {
    background-color:  #fff;
    color: var( --e-global-color-color_1 );
}

#resultat {
    margin: 15px 0;
    color: #000;
    font-size: 15px;
    line-height: 17px;
}


#resultat.show {
    animation:scale-up-center .4s;
    width: fit-content;
}

@keyframes scale-up-center{
    0%{transform:scale(.5)}100%{transform:scale(1)} ;
}

#resultat span {
    color: #273813;
    font-weight: 500;
    text-decoration: underline;
}

.cstm_form .calcul {
    background-color: #ebf5e0;
    padding: 15px;
    border-radius: 3px;
}

.cstm_form .e-con-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}

.gform_confirmation_message {
    background-color: #8ac04375;
    padding: 15px 35px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 1.5s steps(40, end),
    blink-caret .75s step-end infinite;
    overflow: hidden !important;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    background-color: var( --e-global-color-color_1 );
    color: #fff;
    font-weight: normal;
    padding: 18px 55px 18px 55px;
    border-radius: 8px 8px 8px 8px;
    font-family: 'Poppins' !important;
    font-size: 16px;
    line-height: 16px;
}


.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.cstm_form .gform_wrapper.gravity-theme .gfield input, .cstm_form .gform_wrapper.gravity-theme .gfield select {
    border-color: var(--e-global-color-color_1);
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
}
/**************************************Style : PRE-HOME*********************************/


/**************************************Style : SLIDER *********************************/
body .depicter-section-background{background-color:#fdfdfd!important;}
@media screen and (max-width: 500px){
    .de-slide-description {  font-size:16px !important;}
 
	.depicter-relative-width *:not(.depicter-relative-width .depicter-layer *), .depicter-relative-width .depicter-relative-width *:not(.depicter-relative-width .depicter-relative-width .depicter-layer *) { width: auto;}
}
body .de-slide-title{font-weight:900!important;}
/**************************************Style : first-section*********************************/
@media only screen and (min-width: 767px) and (max-width: 800px){
.first-section{margin-top:-120px !important}
}
.cb-content .elementor-coherence-core-content-box-img {margin-bottom:10px !important}

/**************************************Style : section_presentation*********************************/

@media only screen and (max-width: 1024px){.col-pres-img { min-height: 500px !important;}}
@media only screen and (max-width: 500px){.col-pres-img { min-height: 350px !important;}}

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

.ti-widget.ti-goog .ti-controls {
    top: 50% !important;
    transform: translateY(-50%); 
}

.ti-widget.ti-goog .ti-controls :is(.ti-next ,  .ti-prev){
    background: var(--e-global-color-color_1);
    padding: 22px !important;
    border-radius: 100%;
  
}

.ti-widget.ti-goog .ti-controls .ti-next  {
   
    right: -40px !important;

}
.ti-widget.ti-goog .ti-controls .ti-prev{
    
    left: -40px !important;

}

.ti-widget.ti-goog .ti-controls .ti-next:before  {
    top: 15px !important;
    right: 12px !important;
	background:#fff !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after{
    top: 26px !important;
    right: 12px !important;
	background:#fff !important;
}


.ti-widget.ti-goog .ti-controls .ti-prev:before{
    top: 26px  !important;
    left: 12px  !important;
	background:#fff !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:after{
    top: 15px  !important;
    left: 12px  !important;
	background:#fff !important;
}


.ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    transform: scale(1.01) !important;
    background: var(--e-global-color-color_2);
}
.ti-controls-dots{visibility: hidden;}
.section-avis .ti-col-2  .ti-controls , .section-avis .ti-col-1  .ti-controls{display:block !important}
@media only screen and (max-width: 1500px){
	
    .ti-widget.ti-goog .ti-controls {
    display:block !important;
    max-width: 20px !important;
    top: unset !important;
    bottom: -10px !important;
    left: 50%;
    transform: translateX(-50%);
}
}

/**************************************Style : section_prestations*********************************/
.section-prestation{background:linear-gradient(to bottom, white 60%, #84be4142 40%)!important;}
.section-prestation .item-content {
    height: 100% !important;
}

.section-prestation .item-content {
    bottom: 0 !important;
}

.section-prestation .item-content section {
    height: 100% !important;
	width: 100% !important;
    display: flex;
	margin: 0 !important;
    padding: 20px !important;
    margin-right: 0 !important;
    
}
.section-prestation .slick-slide{
	border-radius:10px;
	display: flex;
    align-items: stretch;
	height:100% !important;
}
.section-prestation .slick-slide img{
	border-radius: 20px !important;
}
 .presta-container * {
    transition: .4s;
} 
.presta-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    width:100%
}
.presta-content{background:rgb(20 18 18 / 80%);padding:20px;border-radius:10px;height:20%;width:100%;transition:height .3s !important;display:flex;align-items:center;justify-content:center;align-content:center;flex-direction:column;}
.section-prestation .presta-h3{margin:0 !important;font-size: 28px;color:#fff;}
.presta-sep {    width: 187px;    height: 4px;    background:#fff;border-radius: 4px;margin-top: 15px;}
.section-prestation .prest-text{color:#fff;display: block;margin: 20px 0px 25px 0px !important;}
.presta-btn {    background: #fff;    color: #3d2b23;    padding: 15px 25px;    border-radius: 10px;display: inline-block;font-weight: 600 !important;}
.presta-hover {    display: flex;    flex-direction: column;    align-items: center;}
.presta-btn:hover {background:var(--e-global-color-color_1);color:#fff!important;}
/* display none pour le .presta-hover dans la prestation qui n'est pas survolé pour centré h3
.slick-slide:not(:hover) .presta-content .presta-hover{display:none} */

.presta-hover{opacity: 0;min-height: 0;transition:height .3s , opacity .3s ease-in-out !important;}
.slick-slide:hover .presta-content{height: 100% !important;}
.slick-slide:hover .presta-hover{opacity: 1;min-height: 40%;}
.slick-slide:hover .presta-sep {display:block !important;}
body .glr_ftr .gallery-icon img:hover{opacity: 0.8 !important;}
@media only screen and (max-width: 800px){
	.slick-slide .presta-content{height: 100%;}
	.slick-slide .presta-hover{	opacity: 1;	min-height: 40%;}
	.presta-sep {display:block !important;}
}

/**************************************Style : section_Actualites*********************************/
 .pg-articles-elm .post-item-img img{border-radius:10px !important}

/**************************************Style : section_contact*********************************/
.section-contact { background: linear-gradient(to top, white 50%, #EDF7FC 50% )!important;}
.col-page-contact-5 .page-contact-5 .focused .sp-label {font-size: 15px !important;top: -6px !important; background:white;padding:0px 10px;color:#000}

.col-contact-text {
	background: linear-gradient(210deg, #7D70D9 0%, #A1C9EE 100%);
}
.conact-infos .link_phone1 {color: white;}
.conact-infos .link_phone1:hover {color: var(--e-global-color-color_2);}
.conact-infos p.coherence-feature-list-description:empty{display:none !important}
/**************************************Style : section_valeurs*********************************/


/**************************************Style : section_points_forts*********************************/
.section-point {background:linear-gradient(to top, white 50%, #e0efce 50%) !important;}
.section-point > .e-con-inner { overflow: hidden !important;}
.col-point_container:after {
position: relative;
    overflow:hidden !important
}
.col-point_container:after {
    content: "";
    position: absolute;
    left: 0%;
    transform: translate(-50% , -50%);
    top: 50%;
    height: 534px;
    width: 534px;
    background: #FEF9F4;
    border-radius: 100%;
    z-index:0
}
/**************************************Style : section_avis*********************************/


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



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
/* .coherence-logo svg * {fill: #fff !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;}

.sep-site>.elementor-widget-container {
    width: 41px !important;
    height: 4px !important;
    border-radius:5px;
}

.sep-site-2>.elementor-widget-container {
    background: #7A6AD7 !important
}

.section-footer .iconehome  svg {display:none}
@media only screen and (min-width: 1025px){.menu_header .iconehome  span {display:none}}
@media only screen and (max-width: 1024px){	.menu_header .iconehome  svg {display:none}}
.section-footer .iconehome > a svg  {display:none !important;}
/* .section-footer a.coherence-core-menu-item  {padding-left:0 !important} */

.section-footer .foo-mn-hide .sub-arrow,.section-footer .foo-mn-hide .sub-menu{ display: none;}

@media only screen and (max-width: 600px){.menu-footer ul li a{justify-content: center !important;}}
/*------------------------------------------------------***End***------------------------------------------------------*/



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

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

    /*style main content*/
	/* display none pour le .presta-hover dans la prestation qui n'est pas survolé pour centré h3*/
	.slick-slide:not(:hover) .presta-content .presta-hover{display:none}

    /*style footer*/
	
	
    /* 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;} */
    @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)}}
    
}

/*------------***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 1401px)***------------*/
@media only screen and (max-width: 1400px){

    /*style header*/

    /*style main content*/
     .cstm_form #distanceForm {
        flex-direction: row !important;
        align-items: flex-end; 
    }

	.cstm_form #distanceForm .inp, .cstm_form #distanceForm button {
	    width: 30%;
	}
	
	.cstm_form #distanceForm .inp input[type="text"] {
	    width: 100%;
	}

    /*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*/

}


@media only screen and (min-width: 1025px) and (max-width: 1100px){
	.item-body {position: relative;height: 590px;}
	.item-body img {height: 100% !important;}
}

/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){
	
	/*style header*/
	.coherence-core-nav-menu .coherence-core-menu-item { padding-left: 15px;}
	.avis-pd{padding-bottom: 60px;}
    /*style main content*/
	
    /*style footer*/

}

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

    /*style header*/

    /*style main content*/

    .cstm_form .e-con-inner {
        flex-direction: column-reverse !important;
    }

    .cstm_form .e-con-inner .col_map, .cstm_form .e-con-inner .col_form, .cstm_form .e-con-inner .col_form .elementor-widget-shortcode {
        width: 100% !important;
    }
    

   

    /*style footer*/

}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px){
	.section-prestation .slick-slide img{max-height:400px!important;}
}
@media only screen and (max-width: 800px){
    /*style header*/

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

}

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

    /*style main content*/
    .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
        padding: 10px 50px 10px 55px;
        font-size: 15px;
    }

    /*style footer*/
    
}

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

    /*style main content*/
    

    /*style footer*/
    
	body .menu-footer ul{columns:2}
}

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

    /*style header*/

    /*style main content*/
	h3{font-size:20px !important}
	.section-prestation .slick-slide img{max-height:400px!important;}
	.cstm_form #distanceForm {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .cstm_form #distanceForm .inp, .cstm_form #distanceForm button {
        width: 65%;
        margin-bottom: 15px;
    }

    .cstm_form #distanceForm button {
        margin-bottom: 0px;
    }

    /*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*/
	.item-body {height: 580px;}
	.section-prestation .slick-slide img{max-height:580px!important;}
	.item-body img {height: 100% !important;}
	.section-prestation .item-content section , .presta-content{padding:12px !important}

    .cstm_form #distanceForm .inp, .cstm_form #distanceForm button {
        width: 100%;
        margin-bottom: 15px;
    }

    .cstm_form #distanceForm button {
        margin-bottom: 0px;
    }

    /*style footer*/
    
    
}


/*------------------------------------------------------***End Media query***------------------------------------------------------*/
body #cc_div #cm{display:none !important;}