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

.page {
    margin-bottom:0em !important;
}
.section-header .menu-with-logo .coherence-core-nav-menu {align-items: center !important;}
.sect_footer .iconehome  svg {display:none}

@media only screen and (min-width: 768px){
	.menu_header .iconehome  span {display:none}
}
@media only screen and (max-width: 767px){
	.section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
	.iconehome  svg {display:none}
 .menu_header nav.coherence-core-dropdown {min-width: 300px !important;right: 0px !important;left: unset !important;}

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


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

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


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

h1, h2, h3, h4, h5, h6{
    margin-top: 0px !important;margin-bottom:0px !important;
}

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


/**************************************Style : SLIDER*********************************/
.sliderr .valeurs figure.elementor-coherence-core-content-box-img img{
	background:var(--e-global-color-color_1);
}

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


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

.section-prestation .item-content section {
    padding: 0 !important;
    margin-top: -54px;
}

.section-prestation p.item-desc {
    display: none !important;
}

.item-body {
    height: 600px;
}

.item-body img {
    height: 550px !important;
	border-radius: 25px !important;
}

.dv-img {
    backface-visibility: hidden !important;
}

.main-one {
    background-color: #fff;
	padding-right:20px !important;
	padding-left:20px !important;
	padding-bottom:30px !important;
}

.main-two {
    background-color: #fff;
	padding-right:20px !important;
	padding-left:20px !important;
	padding-bottom:30px !important;
}

.title h3 {
    /* text-align: center !important; */
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
	border-radius: 20px;
	font-weight: 700 !important;
}


.title-hv h3 {
/*     text-align: center !important; */
    color: #1C1C1A !important;
	margin-top:20px !important;
	padding-top: 25px;
	margin-bottom: 20px !important;
	font-weight: 700 !important;
}


.text-hv p {
/*     text-align: center; */
    color: #1C1C1A;
}

.btn {display: flex;flex-direction: row; align-items: center;}

.btn-hv {
    text-align: start;
}
.btn-hv a {
	font-family: 'Source Sans Pro' !important;
    padding: 13px 0px !important;
	color:#43DD66 !important;
	
}

.btn-hv i.fas.fa-arrow-right {
    color: #43DD66;
}

.section-prestation  .main-two {
    opacity: 0;
    transform:translateY(30%);
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
	border-radius:20px ;
    transition: 0.5s all;
}


.section-prestation .item-body:hover .main-two {
    opacity: 1;
    transform: translateY(-81%);
    width: 90%;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

.section-prestation .main-one {
    position: absolute !important;
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
	border-radius: 15px;
}
}


.section-prestation  .item-body:hover .main-one{
    opacity: 0 !important;
/*     transition: 0.5s all; */
}


/* .section-prestation  .item-body:hover  .main-one{
    transform:translateY(110%);
} */


.section-prestation  .dv-img {
    transform: translateY(-41px);
}

.title_presta{width:90%;left:0px;right:0px;margin:auto;opacity:1;transition:all 0.4s}

.col_prestation{opacity:0;transform:translateY(90%) !important;}
.presta:hover  .col_prestation{transform: translateY(15%)!important;opacity:1;z-index:11}
.presta:hover  .title_presta{bottom:50%;margin:auto;opacity:0}
.presta  .col_prestation, .presta  .title_presta{transition:all 0.7s}
.presta  .title_presta{transition:all 0.4s}



/**************************************Style : section_Actualites*********************************/
.fb_col {
    max-width: 540px;
    border: 20px solid var(--e-global-color-color_1);
    border-radius:30px;
	margin-inline:auto
}
.fb_col iframe {
    margin-bottom:-7px !important;
    border-radius:10px
}



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

figure.wpmf-gallery-item:hover {

    opacity: 0.8;
}


/**************************************Style : section_valeurs*********************************/
/* change size gallery check respo : 800  && 500*/
.gallery_home .gallery_default .wpmf-gallery-item {
    width: 31.33% !important;
}

.valeurs figure.elementor-coherence-core-content-box-img img{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000045;
    border-radius: 50%;
    transition:all 0.7s
}

.valeurs:hover figure.elementor-coherence-core-content-box-img img{
   transform:rotateY(360deg);
}

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


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

.avismod .ti-widget.ti-goog {
    height: 500px !important;
    overflow-y:scroll !important;
    padding-right:20px;
}

/* width */
.avismod .ti-widget.ti-goog::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.avismod .ti-widget.ti-goog::-webkit-scrollbar-track {
  background: #dedede4a;
  border-radius:50px;

}

/* Handle */
.avismod .ti-widget.ti-goog::-webkit-scrollbar-thumb {
  background: #dedede;
  border-radius:50px;
}

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


/**************************************Style : section_contact*********************************/
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-left: 0px !important;
}
.list_contact span.elementor-icon-list-icon {
    background: var(--e-global-color-color_1);
    padding: 15px;
    border-radius: 10%;
}

.list_contact svg.e-font-icon-svg {
    margin: 0px !IMPORTANT;
}
.list_contact a { color:#fff !important}
.list_contact a:hover { color:var(--e-global-color-color_1) !important}
/**************************************Style : section_map*********************************/


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



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/

.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}
.contslidein .elementor-coherence-core-content-box-icon {
    margin-right:10px
}

.contslidein .elementor-coherence-core-content-box-wrapper {
    display: flex;
    align-items: center;
}
.contslidein a {
    color:#fff !important;
}
.contslidein a:hover {
opacity:0.8;}

@media screen and (max-width:600px){
	.bande_footer ul.elementor-icon-list-items.elementor-inline-items {
		flex-direction: column !important;
	}
	.bande_footer ul.elementor-icon-list-items.elementor-inline-items li:nth-child(2){
		margin-block:10px !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*/

    /*style footer*/
    
}

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

    /*style header*/

    /*style main content*/
/* 	.elementor-element.elementor-element-4d7bda4.e-con-full.sliderr.coherence-container-background-zoom-no.e-con {
		left: 2% !important;
	} */
    /*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: 1100px){
	.elementor-element.elementor-element-290b1b8.e-con-full.flexstre.coherence-container-background-zoom-no.e-con {
		flex-wrap: wrap!important;
		justify-content: center;
	}
	.presta .title_presta {
		bottom: -15px;
	}
	
    /*style footer*/

}
@media only screen and (max-width: 1024px){
	
	/*style header*/

    /*style main content*/
/* 	.elementor-element.elementor-element-4d7bda4.e-con-full.sliderr.coherence-container-background-zoom-no.e-con {
		left: 7px !important;
	} */
	
    /*style footer*/

}

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

    /*style header*/

    /*style main content*/
/* 	.elementor-element.elementor-element-4d7bda4.e-con-full.sliderr.coherence-container-background-zoom-no.e-con {
		left: unset !important;
		position: relative;
		top: unset !important;
		bottom: unset !important;
		flex-wrap: wrap!important;
		justify-content: center;
	} */
    /*style footer*/
}

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

    /*style main content*/
	.gallery_home .gallery_default .wpmf-gallery-item {
		width: 48% !important;
		margin-bottom: 3% !important;
	}
	.gallery_home .gallery {
		grid-gap: 1% !important;
	}
	.presta  .col_prestation{transform: translateY(30px)!important;opacity:1;z-index:11}
	.presta  .title_presta{bottom:50%;margin:auto;opacity:0}
	
    /*style footer*/

}

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

    /*style main content*/
	.valeurs h3.elementor-coherence-core-content-box-title {margin-block:15px !important;}
	
		.elementor-element.elementor-element-4d7bda4.e-con-full.sliderr.coherence-container-background-zoom-no.e-con {
		left: unset !important;
		position: relative;
		top: unset !important;
		bottom: unset !important;
		flex-wrap: wrap!important;
		justify-content: center;
	}
	
    /*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*/
	.elementor-element.elementor-element-290b1b8.e-con-full.flexstre.coherence-container-background-zoom-no.e-con {
		display: flex;
		flex-direction: row !important;
		flex-wrap: wrap;
	}
    /*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*/
	
	.item.slick-slide .item-body .item-content .title h3 {font-size: 20px !important;}
	
	.item.slick-slide .item-body .item-content .title-hv h3 {
	font-size: 20px !important;
    padding-top: 10px !important;
    margin-bottom: 8px !important;}
	
	.section-prestation .item-body:hover .main-two {width: 97%;}
	
	.gallery_home .gallery_default .wpmf-gallery-item {
		width: 100% !important;
		margin-bottom: 2% !important;
	}
	.gallery_home .gallery {
		grid-gap: 1% !important;
	}
    /*style footer*/
    
    
}
body .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{padding-left:30px!important;}
@media only screen and (max-width: 800px){body .gallery_default.gallery-columns-3 .wpmf-gallery-item{width:48%!important;}}
@media only screen and (max-width: 497px){body .gallery_default.gallery-columns-2 .wpmf-gallery-item{width:100%!important;}}