/*
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 .menu-icon-home > 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 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 i{display:none !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; }
}

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


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

/*PG Coockeis*/
.cookies-per-purpose { color: var(--e-global-color-color_1) !important; }
.cookies-per-purpose a, .name-header *, .retention-header *, .function-header *  { color: black !important; }
.cookies-per-purpose a:hover { color: var(--e-global-color-color_1) !important; }
summary.cmplz-service-header h3 { color: white; }

/*All PG intern*/
@media only screen and (max-width: 800px){ 
.sections-tab-color { background: var(--e-global-color-color_black) !important; }
}
.su-spoiler.su-spoiler-style-fancy li a{
	color: #000 !important;
}
.su-spoiler.su-spoiler-style-fancy li a:hover{
	color: #f95520 !important;
}
/*------------------------------------------------------***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;}


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

@media only screen and (max-width: 800px){ 
.section-prestations { background: var(--e-global-color-color_2) !important; }
}

/*PG Single Post*/
.single-blog-inner .details p {
    color: white;
}
.single-blog-inner .blog-meta {
    margin-top: 20px;
}
	
/**************************************Style : section_prestations*********************************/
.item-body * { transition: all 0.5s ease-in-out; }
.item-body { overflow: hidden; }

.prestation-titre {
    background: #FFE7DF;
    height: 70px;
    min-width: 360px;
    display: flex;
    position: absolute;
    padding-inline: 20px;
    rotate: -90deg;
    left: -145px;
    bottom: 53%;
    justify-content: center;
    align-items: center;
}
.prestation-titre h3 {
    font-size: 28px !important;
    font-family: 'poppins' !important;
    font-weight: 600 !important;
}
.prestation-content-btn {
    width: 75% !important;
    margin-right: 0;
    margin-left: auto;
	padding-inline: 15px;
}
.item-body:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000008f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity:0;
}
.item-body .prestation-content {
    color: white;
    transform: translate(100px, -100px) scale(0.5);
    opacity: 0;
}
.item-body .prestation-content {
    color: white;
    transform: translate(100px, -100px) scale(0.5);
    opacity: 0;
}

/*Btn*/
.prestation-btn a { background: var(--e-global-color-color_1) !important; color: black; border-radius: 0; }
.prestation-btn a:hover { background: white !important; color: black ; }
.item-body .prestation-btn { opacity: 0; }

/*Hover*/
.prestation-btn a:hover:after { display: none; }
.item-body:hover .prestation-titre {
    background: #ffffff;
}
.item-body:hover:before {
    opacity: 1;
}
.item-body:hover .prestation-content {
    color: white;
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
}
.item-body:hover .prestation-btn {
    opacity: 1;
}

@media only screen and (min-width: 801px){
.prestation-titre:before {
    content: "";
    width: 0px;
    height: 100%;
    background: var(--e-global-color-color_1);
    position: absolute;
    z-index: -1;
    right: 0px;
    transition: all 0.5s ease-in-out;
}

.item-body:hover .prestation-titre:before {
    width: 20px;
    right: -20px;
}
}
@media only screen and (max-width: 1300px){
.prestation-titre {
    bottom: 49%;
}
}

@media only screen and (max-width: 800px){
.prestation-titre {
    height: unset;
    min-width: unset;
    display: flex;
    position: relative;
    padding-inline: 20px;
    rotate: 0deg;
    left: 0px;
	padding-block: 20px;
}
.prestation-titre h3 { margin-bottom: 0; text-align: center; font-size: 22px !important; }
.item-body .prestation-titre { background: #ffffff; }
.prestation-content-btn {
    width: 100% !important;
    margin-right: unset;
    margin-left: unset;
	padding-inline: 15px;
}
.item-body:before {
    opacity: 1;
}
.item-body .prestation-content {
    color: white;
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
    text-align: center;
    margin-top: 20px;
}

/*Btn*/
.item-body .prestation-btn { opacity: 1; text-align: center; }
	
}

@media only screen and (max-width: 375px){
.item-body > img { min-height: 450px; }
}




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

.ifram-fb iframe { border-radius: 30px 30px 0 0 !important; box-shadow: 0 0 0 15px var(--e-global-color-color_1); }
@media only screen and (max-width: 800px){ 
.section-facebook:before { background: transparent !important; }
}



/* .col_fac_card iframe {display: inline-block !important;-webkit-box-shadow: 0px 0px 0px 20px var(--e-global-color-color_2) !important;box-shadow: 0px 0px 0px 20px var(--e-global-color-color_2) !important;border-radius: 20px !important;}
.col_fac_card .fb_iframe_widget>span:after {content: " " !important;width: 8px !important;height: 100px !important;background: var(--e-global-color-color_2) !important;position: absolute !important;right: -23px;top: 100px;margin: 0 auto !important;z-index: 9;} */




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


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


/**************************************Style : section_Portfolio *********************************/

@media only screen and (min-width: 1361px){ 
.container-posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* .container-posts-grid .post-item:nth-child(1) {
    width: calc(40% - 15px);
}
.container-posts-grid .post-item:nth-child(2) {
    width: calc(60% - 15px);
}
.container-posts-grid .post-item:nth-child(3) {
    width: calc(60% - 15px);
}
.container-posts-grid .post-item:nth-child(4) {
    width: calc(40% - 15px);
}
.container-posts-grid .post-item:nth-child(5) {
    width: calc(33% - 15px);
}
.container-posts-grid .post-item:nth-child(6) {
    width: calc(34% - 15px);
}
.container-posts-grid .post-item:nth-child(7) {
    width: calc(33% - 15px);
} */
}

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

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

/*------------------------------------------------------***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*/
/* .col-widget-footer.menu ul.coherence-core-nav-menu { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } */
	

}

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

/*------------***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*/
.col-widget-footer.menu ul.coherence-core-nav-menu { display: flex; flex-direction: column; align-items: center; } 
    
}

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