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


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


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


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


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

/**************************************Style : PRE-HOME*********************************/
.section-slide-in-modal a.dib.link_phone1:hover {
    text-decoration: underline !important;
}
.section-slide-in-modal a.dib.link_phone2:hover {
    text-decoration: underline !important;
}

.tab-imgs img:hover{
	opacity: 90% !important;
}

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


/**************************************Style : section_presentation*********************************/
.item-absolute {
	top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

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

.container-presta h3, .container-presta p{margin:0px !important}
.container-presta {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.5s ease-in-out;
    border: 11px solid #0261d43b;
    background: border-box;
}
.content-presta h3, .title-front h3 {
    color: white !important;
    font-size: 25px !important;
}
.txt-presta {
    color: white !important;
}
.container-presta:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: #0010246b;
	opacity:0;
	transition: all 0.4s ease-in-out;

}
.section-prestation .title-front{
	background: transparent !important;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
	padding:20px;
    bottom: -86px; 
	position: absolute;
}
.section-prestation .title-front h3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.content-presta {
	position:absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	z-index:5;
	padding: 60px 25px 20px 25px;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
	top:100%;
	text-align:center;
	gap:15px;
}
.content-presta p {
    font-family: 'poppins';
    font-weight: 400;
    font-size: 18px;
}
a.btn-presta {
    background: #ffffff;
    font-family: 'poppins';
    border: 2px solid #ffffff;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 400;
    color: #013574 !important;
    width: 65%;
}
a.btn-presta:hover {
	background:transparent ;
	color: #fff !important;
	border-color:#fff;
}
.container-presta:hover:after{opacity:1;}
.container-presta:hover .content-presta{top:0;}
.container-presta:hover .title-front{transform:translateY(100%)}
.section-prestation .icone {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #013574 !important;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 10px; */
    border-radius: 100px;
    border: 1px solid #ffffff;
    top: -60px;
    left: 0;
    right: 0;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
	z-index: 999;
}

.container-presta:hover .icone {
    background-color: #fff !important;
}
.container-presta:hover .icone img {
       filter: brightness(0) saturate(100%) invert(13%) sepia(32%) saturate(5757%) hue-rotate(200deg) brightness(100%) contrast(104%);
}
@media only screen and (max-width: 1280px){
	.content-presta {
    padding: 15px;
	gap: 20px;
}
	.content-presta h3, .title-front h3 {
    font-size: 21px !important;
}
.container-presta {
    height: 537px !important;
}
.section-prestation .title-front {
    bottom: -66px;
}
.section-prestation .basic-carousel .item-content section {
    Padding: 60px 10px 21px 10px !important;

}
a.btn-presta {
    padding: 15px;
    width: 80%;
}
}
@media only screen and (max-width: 1110px){
	.content-presta p {
    font-size: 17px;
}
.content-presta {
    padding: 15px;
	gap:10px;
}
}
@media only screen and (max-width: 1024px){
.content-presta {
	gap:20px;
}
.section-prestation .title-front {
    bottom: -75px;
}
a.btn-presta {
    width: 65%;
}
}
@media only screen and (max-width: 800px){
	.container-presta:after{opacity:1;}
	.container-presta .content-presta{top:0; padding: 25px;}
	.container-presta .title-front{transform:translateY(100%)}
a.btn-presta {
    width: 200px;
}

}
@media only screen and (max-width: 375px){
	.container-presta .content-presta{padding: 12px;}
a.btn-presta {
    width: 168px;
	padding: 10px 15px;
}
    .content-presta {
        gap: 9px;
    }
.section-prestation .icone {
    width: 70px;
    height: 70px;
    top: -57px;
    padding: 6px;
}
.section-prestation .basic-carousel .item-content section {
        Padding: 60px 0 21px 0 !important;
    }
}


/**************************************Style : section_Actualites*********************************/
 

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


/**************************************Style : section_contact*********************************/
@media only screen and (max-width: 1575px){
	.contact-bfr{
		display: none !important;
	}
}

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


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


/*--------------------------------------------------------------***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;}
body #menu-item-517 .coherence-core-menu-toggle.sub-arrow {
    display: none !important;
}
@media only screen and (max-width: 600px){

    /*style header*/

    /*style main content*/

    /*style footer*/
.menu-left ul#menu-1-43e99f11  {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !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*/

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