/*
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 li:nth-child(1) a.coherence-core-menu-item span { display: none; }
}
@media only screen and (max-width: 1024px){
	.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; }
	.icons-rs-header { position: absolute !important; right: 60px; top: 0; bottom: 0; margin-block: auto; }
}


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


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
* :is(a[href^="tel:"]):hover {
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    color: unset !important;
  }

.txt-stroke .coherence-sub-title {
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: var(--e-global-color-color_2);
    stroke: var(--e-global-color-color_2);
    letter-spacing: 2px;
}

/* Titles */
.separator-sup-title:before, .separator-sup-title:after { display: none !important; }
body .txt-stroke .coherence-sub-title { stroke-width: 1px !important; stroke: var( --e-global-color-color_2) !important; }

/* Btns */
.btn-reverse-hover .elementor-button-content-wrapper { align-items: center; height: 30px; }
.btn-reverse-hover a * { transition: all 0.5s ease; }
/* .btn-reverse-hover a:hover .elementor-button-content-wrapper { flex-direction: row-reverse; } */
/* .btn-reverse-hover a:hover .elementor-align-icon-right { margin-right: 10px !important; margin-left: 0 !important; } */


.btn-reverse-hover a .elementor-align-icon-left { margin-right: 0px !important; margin-left: 15px !important; }
.btn-reverse-hover a .icon-left-hover { margin-right: 15px !important; margin-left: 0px !important; }


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


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

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

.btn-icon-slide, .btn-tow-icon  { position: relative; }
.btn-icon-slide:before { content: url('/wp-content/uploads/2026/05/lbh-construction-maconnerie-la-gueriniere-phone.svg') !important; width: 30px !important;height: 30px !important; margin-right: 10px; transition: all 0.5s ease-in-out; }
.btn-icon-slide:hover:before { transform: rotate(-15deg); }

.btn-tow-icon:before { content: url('/wp-content/uploads/2026/05/lbh-construction-maconnerie-la-gueriniere-red-1.svg') !important;
                      width: 20px !important;height: 20px !important; margin-right: 15px; transition: all 0.1s ease-in-out; transform: scale(0) }
.btn-tow-icon:after { content: url('/wp-content/uploads/2026/05/lbh-construction-maconnerie-la-gueriniere-red-1.svg') !important;
                      width: 30px !important;height: 30px !important; margin-left: 15px; transition: all 0.1s ease-in-out; transform: scale(1) }

.btn-tow-icon:hover:before { content: url('/wp-content/uploads/2026/05/lbh-construction-maconnerie-la-gueriniere-red-1.svg') !important;
                      width: 30px !important;height: 30px !important; margin-right: 15px; transition: all 0.1s ease-in-out; transform: scale(1) }
.btn-tow-icon:hover:after { content: url('/wp-content/uploads/2026/05/lbh-construction-maconnerie-la-gueriniere-red-1.svg') !important;
                      width: 20px !important;height: 20px !important; margin-left: 15px; transition: all 0.1s ease-in-out; transform: scale(0) }


.icons-slide { animation: heartbeat ease-in-out 5s infinite !important; }
@keyframes heartbeat { 
0% { transform: translatey(15px); }
25% { transform: translatey(-15px); }
50% { transform: translatey(15px); }
75% { transform: translatey(-15px); }
100% { transform: translatey(15px); }
}

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


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

.les-activites .item-body {
    background: var( --e-global-color-color_3);
    display: flex;
    flex-direction: column;
	border: 1px solid #D5D5D5;
}
.les-activites .item-body a {
    display: flex !important;
    flex-direction: column-reverse;
}
/* .les-activites .imgCarContenair a { order: 1; } */
.les-activites .imgCarContenair { background: var( --e-global-color-color_1); padding: 12px; width: 80px; height: 80px; }
.les-activites .imgCarContenair img { margin-left: 0 !important; width: 0px; height: 40px; }

/* ===== Hover ===== */
.les-activites .item-body:hover { background: var( --e-global-color-color_1); }
.les-activites .item-body:hover .item-desc, .les-activites .item-body:hover .item-title, .les-activites .item-body:hover .btn-read-more { color: var( --e-global-color-color_white) !important; }
.les-activites .item-body:hover .imgCarContenair { background: var( --e-global-color-color_white); }
.les-activites .item-body:hover .imgCarContenair img { filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7464%) hue-rotate(128deg) brightness(104%) contrast(107%); }

/**************************************Style : section_facebook*********************************/
.col-iframe iframe { border-radius: 30px !important; box-shadow: 0 0 0 15px var(--e-global-color-color_black); }

.col-iframe span:before {
    position: absolute;
    content: "";
    width: 145px !important;
    height: 15px !important;
    border-radius: 0px 0px 8px 8px;
    left: 0;
    right: 0;
    top: -2px;
    margin-inline: auto;
    background-color: var(--e-global-color-color_black);
    z-index: 1;
}
.col-iframe span:after {
    position: absolute;
    content: "";
    width: 10px !important;
    background-color: var(--e-global-color-color_black);
    height: 100px !important;
    border-radius: 0px 10px 10px 0px;
    right: -23px;
    z-index: 10;
    top: 130px;
}

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


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

.icons-brder .coherence-content-box .elementor-coherence-core-content-box-wrapper { justify-content: center; align-items: center; }
.icons-brder .coherence-content-box { height: 180px; width: 180px; margin-left:auto;margin-right:auto;}
.icons-brder:before {
    content: "";
    height: 200px;
    width: 200px;
    border-radius: 500px;
    position: absolute;
    border: 2px dotted var(--e-global-color-color_1);
    top: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    left: auto !important;
    margin: auto !important;
    margin-inline: auto !important;
}

/**/
@media only screen and (min-width: 801px){
.icons-brder.brder1 { animation: heartbeat ease-in-out 6s infinite !important; }
.icons-brder.brder2 { animation: heartbeat ease-in-out 6.5s infinite !important; }
.icons-brder.brder3 { animation: heartbeat ease-in-out 7.5s infinite !important; }
.icons-brder.brder4 { animation: heartbeat ease-in-out 7s infinite !important; }
@keyframes heartbeat { 
0% { transform: translatey(15px); }
25% { transform: translatey(-15px); }
50% { transform: translatey(15px); }
75% { transform: translatey(-15px); }
100% { transform: translatey(15px); }
}
}



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


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


/**************************************Style : section_Contact*********************************/

.col-md-12.input_adress.btn-row { position: relative; max-width: max-content; margin-left: 0px;}
input.wpcf7-submit { width: 170px; text-align: left; }
span.input-icon-a {display: inline-block;width: 30px;height: 30px;background-image: url('/wp-content/uploads/2026/05/lbh-construction-maconnerie-la-gueriniere-white-1.svg');background-repeat: no-repeat;background-position: center;background-size: contain;position: absolute;left: 130px;top: auto;bottom: 10px;transition: all 0.1s ease-in-out;}
.btn-row:hover span.input-icon-a { width: 0px;height: 0px; }
span.input-icon-b {display: inline-block;width: 0px;height: 0px;background-image: url('/wp-content/uploads/2026/05/lbh-construction-maconnerie-la-gueriniere-white-1.svg');background-repeat: no-repeat;background-position: center;background-size: contain;position: absolute;left: 30px;top: auto;bottom: 10px;transition: all 0.1s ease-in-out;}
.btn-row:hover span.input-icon-a { width: 0px;height: 0px; }
.btn-row:hover span.input-icon-b { width: 30px;height: 30px; }
.btn-row:hover  input.wpcf7-form-control { text-align: right !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*/

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

}

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