/*
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-footer .menu-icon-home > a i{display:none !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;}
	
	
	.section-header .coherence-core-nav-menu li {
		position:relative !important;
	}

	.section-header .coherence-core-nav-menu .current-menu-item:after , .section-header .coherence-core-nav-menu li:hover:after  {
		content: "" !important;
		display: block !important;
		position: absolute !important;
		height: 10px !important;
		width: 20px !important; 
		background-color: #e30e1a !important;
		border-radius: 20px 20px 0 0 !important;
		left:50% !important;
		transform:translateX(-50%) !important;
	}

}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{display:none !important;}
	.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}

@media only screen and (min-width: 1066px) and (max-width: 1190px){
	.section-header a.coherence-core-menu-item {padding:5px !important}
}
@media only screen and (min-width: 1025px) and (max-width: 1065px){
	.section-header a.coherence-core-menu-item {padding:5px !important;font-size:15px !important}
}
/*------------------------------------------------------***End***------------------------------------------------------*/


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


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


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

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


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

.prime-slide-general .bdt-prime-slider .bdt-slideshow-items li > div{height: 100% !important;min-height: inherit !important;}
.col-slider-inner-content > .e-con-inner {margin-right: 0px !important;margin-left: auto !important;}
.back-to-top {box-shadow: 0 0 6px #ffffff2e;}
span.elementor-divider-separator {border-radius: 20px !important;}
/**************************************Style : section_presentation*********************************/


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

.section-prestation .item-content section{padding:0 !important;}
.section-prestation .item-content section > p {margin-bottom: 0;}
.preata-img img {
    border-radius: 30px !important;
}

.preata-bottom {
    background: #fff;
    padding: 30px 20px;
    border-radius:30px;
    margin-top: 15px;
    text-align: center;
	min-height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preata-bottom-hover {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

p.prest-p , h3.prest-h3{
    margin-bottom: 0;
}
.prest-title {
    font-family: 'Catamaran';
    font-size: 30px;
    font-weight: 600;
    color: #e30e1a;
	line-height: 100%;
    margin-bottom: 15px;
}

a.presta-btn {
    background: #fff;
    color: #2b2b2b;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: 'Poppins';
    font-weight: 500;
    display: inline-block;
    margin-top: 15px;
    border:2px solid #ffffff;
}
a.presta-btn:hover {
    background: #fff0;
    color: #ffffff !important;
}

.presta-wrapper:hover .preata-bottom-hover {
    opacity: 1;
}

.presta-wrapper {
    position: relative;
}

.preata-bottom-hover {
    padding: 20px;
    padding-bottom: 50px;
	text-align: center;
}

.prest-p {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
}
.preata-bottom{z-index:2}
.preata-bottom-hover{z-index:3}
.presta-wrapper:hover .preata-bottom {visibility:hidden}

.presta-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    background: #8c6d6d00;
    bottom: 0;
    transition:0.4s !important;
    border-radius:30px;
    z-index:1;
}
.presta-wrapper:hover:before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 70%);;
    height: 100% !important;

}

.presta-wrapper .preata-img  {
      overflow:hidden; 
     border-radius:30px
}

.presta-wrapper:hover .preata-img img {
     transition:0.6s !important;
    
}

.presta-wrapper:hover .preata-img img {
    transform: scale(1.15);
}

@media only screen and  (min-width: 1025px){
	.ph-title-mh .elementor-widget-container {
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
		flex-direction: column;
	}	
}
@media only screen and  (max-width: 800px){
	.presta-wrapper .preata-bottom-hover {opacity: 1;}
	.presta-wrapper:before {background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 70%);height: 100% !important;}
	.presta-wrapper:hover .preata-img img {transform: scale(1) !important;}
	.prest-title {font-size: 28px;}
}
@media only screen and (min-width: 600px) and (max-width: 800px){
	.prest-title {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
}
@media only screen and  (max-width: 599px){
	.width-presta {
		max-width: 400px !important;
		width: 100% !important;
	}
}
/**************************************Style : section_Actualites*********************************/
 

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


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


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

.titre-h2-line {
    position: relative;
}
@media only screen and (min-width: 801px){ 
	.titre-h2-line:before {
		content: "";
		position: absolute;
		top: 60%;
		left: -127px;
		width: 115px;
		height: 3px;
		background: #2b2b2b;
		border-radius: 30px;
	}
}

@media only screen and (max-width: 1440px){ 
	.fb-img-abs {
		opacity: 0.12;
	}
}
@media only screen and (max-width: 1360px){ 
	.col-inner-fb {
		width: 100% !important;
	}
}
@media only screen and (max-width: 800px){ 
/* 	.col-iframe .elementor-widget-container {
		display: flex;
		justify-content: center;
	} */
}
/* col hover */
@media only screen and (min-width: 1025px){ 
	.col-pointfort:hover {
		transform:translateY(-12px);
	}
}
/**************************************Style : section_facebook*********************************/

.col-iframe iframe {
    border: 20px solid #2b2b2b !important;
    border-radius: 30px 30px 0 0;
    border-bottom: none !important;
} 

/**************************************Style : section_avis*********************************/
 
.section-avis .ti-widget.ti-goog .ti-controls .ti-prev {
    display: block !important;
}
.section-avis .ti-widget.ti-goog .ti-controls .ti-next {
    display: block !important;
}
.section-avis .ti-widget.ti-goog .ti-controls .ti-next:after, .section-avis  .ti-widget.ti-goog .ti-controls .ti-prev:after,
.section-avis .ti-widget.ti-goog .ti-controls .ti-next:before, .section-avis  .ti-widget.ti-goog .ti-controls .ti-prev:before{
    background: #e30e1a;
}
.section-avis .ti-widget.ti-goog .ti-review-item>.ti-inner{border-radius:30px !important} 

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



/*------------------------------------------------------***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 {display: none !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*/

    /*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*/
	.contact-col-form, .contact-col-txt {
		width: 100% !important;
	}
    /*style footer*/

}

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

    /*style header*/

    /*style main content*/

    /*style footer*/
    .menu-main-footer .coherence-core-nav-menu a {justify-content: center !important;}
    
}

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

    /*style footer*/
    
    
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/