/*
Theme Name: Homefort Child Theme
Theme URI: http://homefort.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Homefort
Template: homefort
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: homefort

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Navigation Menu */
.lte-navmenu-sc ul li a {
    font-size: 14px;
}

/* Icons */
.elementor-widget-lte-icons.lte-style-grid-enabled .lte-block-icon li:nth-child(2) i {
    color: #fff;
}

.elementor-widget-lte-icons.lte-style-grid-enabled .lte-block-icon li:nth-child(3) {
    background-color: #0f2c49;
}

.lte-heading.hasIcon.lte-icon-shadow-yes i {
    background-color: var(--main);
}

.lte-heading.hasIcon.lte-icon-size-lg i {
    font-size: 50px;
    color: #fff;
}

/* Services Page */
@media (min-width: 1200px) {
    .lte-services-sc .lte-item {
        width: 25%!important;
    }
}

@media (min-width: 1000px) {

	ul.wp-block-list {
    width: 300%;
		padding-right:20%;
}
}

/* Hover Effects */
.elementor-13198 .elementor-element.elementor-element-48537549 .elementor-icon-box-description:hover,
.elementor-13198 .elementor-element.elementor-element-4a88324 .elementor-icon-box-title:hover,
.elementor-icon-box-description:hover,
.elementor-icon-box-wrapper:hover .elementor-icon-box-content .elementor-icon-box-description {
    color: #fff;
}

/* Table Styles */
.table-2 tr td {
    border-bottom: 1px solid #dcdcdc;
}

.lte-table, .lte-table th, .lte-table td {
    border: none !important;
}

.lte-text-page table.lte-table thead th {
    background-color: var(--white);
}

.lte-text-page table.lte-table tbody:first-child tr:first-child > th {
    background-color: #fff;
}

.br_new_compare_block table {
    border: 4px solid #fff !important;
}

.lte-table tbody tr:nth-child(even) {
    background: #f7f2ed;
}

.br_left_table th:nth-child(even) {
    background: #f7f2ed;
}

/* Header Address */
.lte-topbar-block .elementor-widget-lte-icons .lte-block-icon.lte-icon-size-xsmall span.lte-header.lte-span {
    font-size: 14px;
}

/* Count Up */
.lte-countup .countUp-wrap .countUp-item .lte-subheader {
    margin: 0px 0 0 4px;
    font-size: 18px;
    max-width: 200px;
}

/* Links */
.textwidget a {
    color: var(--main);
}

/* Footer Social Icons */
.lte-footer-widget-area .lte-social-icons-top li .txt strong {
    font-weight: normal;
    color: var(--second);
}
/* Navbar */
.lte-navbar .lte-navbar-items.navbar-desktop {
    justify-content: end;
}

/* Navbar .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a {
    padding: 0px 0px 0 40px;
}*/

/* Buttons */
.lte-item .lte-btn {
    padding: 3px 18px;
    min-width: 31%;
    font-size: 14px;
	 margin-bottom: 20px;
}

.woocommerce ul.products[class*="columns-"] li.product .add_to_cart_button,
.woocommerce-page ul.products[class*="columns-"] li.product .add_to_cart_button {
    color: var(--black);
    font-size: 14px;
    display: list-item;
    background-color: var(--gray);
}

.add_to_cart_button.button.br_compare_button.br_product_3929 {
    margin-top: auto;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    padding: 10px 30px;
}

/* Product Images */
.woocommerce ul.products[class*="columns-"] li.product .lte-image img,
.woocommerce-page ul.products[class*="columns-"] li.product .lte-image img {
    max-height: 135px;
	width: auto;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image,
.woocommerce-page ul.products[class*="columns-"] li.product .lte-image {
    min-height: 110px;
}

.lte-item-descr {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lte-inner img {
    height: auto;
    max-width: 12%;
}

.pwb-brands-in-loop,
.tab-pwb_tab-content,
.pwb-brands-in-loop img,
.tab-pwb_tab-content img {
    max-width: 120px;
}

/* Miscellaneous */
h6 {
    margin: 20px 6px;
}

.bapf_head h3 {
    margin: 0px 0 15px 0px;
    font-size: 16px;
    color: var(--secondary);
    font-family: 'Barlow', serif;
    letter-spacing: var(--font-headers-letterspacing);
    text-transform: uppercase;
    position: relative;
    display: inline-grid;
}

.bapf_head h3:after {
    border-color: var(--main);
    width: 50px;
    margin-top: 15px;
}

.bapf_sfilter {
    padding: 0px 0px 15px;
}

.irs--flat .irs-bar,
.irs--flat .irs-handle>i:first-child {
    background-color: #0F2C49;
}

.irs--flat .irs-to,
.irs--flat .irs-from {
    background-color: #E20042;
}

.bapf_sfilter .bapf_button {
    position: relative;
    overflow: hidden;
    background-clip: border-box !important;
    transform: scale(1);
    transition: background 0.25s, color 0.25s, border 0.25s !important;
    border-radius: 0px;
    font-family: var(--font-headers), serif;
    font-weight: 600;
    letter-spacing: var(--font-headers-letterspacing);
    padding: 11px 38px;
    min-width: 165px;
    justify-content: center;
    font-size: 14px;
    border: 0px solid var(--main);
    color: var(--white);
    background-color: var(--main);
}

.bapf_slct select {
    border: 0px;
    font-size: 1rem;
    cursor: pointer;
}

.bapf_sfilter .bapf_body {
    text-align: center;
}

.woocommerce ul.products[class*="columns-"] li.product > .lte-item,
.woocommerce-page ul.products[class*="columns-"] li.product > .lte-item {
    padding: 30px 35px 15px;
}

.widget-area aside {
    padding: 0px 40px 40px;
}

.woocommerce-MyAccount-navigation,
.widget-area {
    padding-top: 40px;
}

.lte-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 3.6em;    
margin: 10px 0px;
	line-height: 1.8em;
}

.entry-content img {
    height: auto;
    max-width: 100%;
}

p:empty {
    display: none;
}


.lte-image { width:100%; }

.lte-image .screen-reader-text {  width:100% !important; min-height:150px; top:0 !important;  left:0;  }
.lte-image .screen-reader-text a { width:100%; min-height:150px; width:100%; }

p.elementor-image-box-description {
    padding: 0 10px 0px 10px;}

table.wp-list-table.widefat.fixed.striped.table-view-list.tags {
    width: 100%;}

button.accordion {
    font-family: var(--font-headers), serif;
    font-weight: 600;
     font-size: 22px;
    background-color: #fff;
    border: none;}

button.accordion:hover {
    color: #e20042;
}

h3.wp-block-heading {
    padding: 25px 10px;
}
input#applicant-resume {
    padding: 50px 0px;}

form #sjb-application-form {
    padding: 0;
    margin: 54px 0px 0px 20px;}

#sjb-application-form .row {
    width: 850px;
}

.sjb-page .btn-primary {
    background-color: #0f2c49 !important;
    color: #fff !important;
    padding: 23px 30px 23px;
    line-height: 27px;
    float: right;
    color: var(--white);
    min-width: 220px;
	border-radius: 0px;
    font-size: 18px;
}
.validity-note {
    line-height: 37px;}

    .sjb-page .col-md-3 {
               text-align: left;}

.sjb-filters-v1 {
    display: none;
}

select {
    padding: 15px;
    border: 1px solid #ccc;}

 form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
    padding: 5px 0px 5px;}

.lte-overlay-black {
    z-index: 2;}

.gap {
    display:none;}

.select-wrap {
    display:none;}

.pwb-single-product-brands img {
    max-width: 170px;
	width: 80%;
}

#tab-pwb_tab-content .attachment-full.size-full {
display: none;
}

#tab-pwb_tab-content h3 {
    font-size: 30px;
	margin: 0px 0 10px;
}
     }
       }
        .footer-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
        }
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 25px;
            margin: 20px 0 30px;
        }

        .social-icon {
         background-color: white;
  		  color:  #000!important;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            font-size: 18px;
        }


.social-icon:hover {
	       background-color: var(--main);
            color: white!important;

}

     
      
        .email-link {
            color: #e6007e;
            transition: color 0.3s ease;
        }
        .email-link:hover {
            color: white;
        }

.tel { color: #2fb6f6;
        }

.lte-footer-widget-area {
    padding-bottom: 68px!important;
	 }

.elementor-13198 .elementor-element.elementor-element-407129d > .elementor-widget-container , .elementor-13198 .elementor-element.elementor-element-ee566b4 > .elementor-widget-container , .elementor-13198 .elementor-element.elementor-element-4937427 > .elementor-widget-container , .elementor-13198 .elementor-element.elementor-element-4937427 > .elementor-widget-container, .elementor-13198 .elementor-element.elementor-element-092e4c9 > .elementor-widget-container, .elementor-13198 .elementor-element.elementor-element-6d2224c > .elementor-widget-container  {
    min-height: 465px;}





.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    align-items: flex-start;
	    width: 100%;
    justify-content: center;
}


.wp-block-column .is-layout-flow .wp-block-column-is-layout-flow h5 {
  margin: 22px 0 16px;
}


#equipe h5 {
    margin: 2px 0 0px;}

i.fa {
    color: var(--main);
}

	.v1 .row {
    word-wrap: break-word;
    align-items: start; /* Centre verticalement */
    display: flex;}

.v1 ul li {
        font-size: 16px;
        font-family: arial;
        font-weight: 400;
		line-height: 1.3em;}

.job-info h3 {
    font-size: 20px;
    padding: 15px 10px;
}


.jobpost-form label {
    font-size: 16px;
}
/* icone debt accueil*/
.elementor-widget-lte-icons.lte-style-grid-enabled .lte-block-icon li .lte-icon-content {
     margin-left: 0px!important;
    margin-inline-start: 0px!important;}

p.elementor-image-box-description {
    padding: 28px;
}

.sjb-page .list-data .v1 .job-type {
       margin-top: 10px;}

 .sjb-page .list-data .v1 .job-location {
    margin-top: 10px;
   }
.sjb-page .list-data .v1 .job-date {
    margin-top: 10px;
   }

@media (max-width: 500px) { /* Cible les écrans de largeur inférieure ou égale à 768px */
    .lte-block-icon.icons-count-2.lte-icon-space-sm.lte-icon-shape-default.lte-icon-background-disabled.lte-icon-border-disabled.lte-icon-color-white.lte-icon-divider-disabled.lte-icon-inner-padding-.lte-icon-size-xsmall.lte-header-color-default.lte-icon-type-left.lte-icon-align-.lte-hover-animation-yes.layout-inline.lte-additional-disabled {
  display: none;
	 }
	
	 
	
	footer.copyright-block.copyright-layout-default {
    padding: 23px 0px 45px 0px!important;
    z-index: 0;
    margin-top: 65px;
}
	
	
	
.subscribe-wrapper {
    display: none;
}	
	
	
	.lte-navmenu-sc {
  display: inline-block;
  text-align: center;
}
	
	.job-info {
    width: 280px;
}
	
	
	#lte-widgets-footer {
    display: none;}
	
	.lte-logo img {
    height: auto;
	max-width: fit-content!important;
    width: 240px!important;}
	
	.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-logo {
  position: absolute;
  left: 30%!important;
  top: 50%;
	}
	.lte-topbar-block.lte-background-black.lte-topbar-before-default.inited {
  padding-bottom: 15px;
}
	
	/*.lte-logo img {
        max-height: 48px !important; /* Réduit la hauteur maximale du logo */
        width: auto; /* Assure que la largeur reste proportionnelle */
  /*  } */

    .lte-logo {
        display: flex;
        justify-content: flex-start; /* Aligne le logo à gauche */
        align-items: center; /* Centre verticalement si nécessaire */
    }
	.lte-navmenu-sc ul li {
    margin-left: 15px;
}
	
	
	.lte-navmenu-sc ul li a {
    font-size: 12px;
	}
	
	#lte-nav-wrapper.lte-navwrapper-mobile .container {
    /* -webkit-box-pack: center; */
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    /* justify-content: center; */}
		
		
	.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
           padding-left: 40px;
		
}
}

img.image {
  width: 70px;
height:70px!important;
}


.lte-header-h1-wrapper h1{
      color: #fff!important;
}

.sjb-page .sjb-listing .row {

    width: 100%;}

.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    gap: 3em;
}

.col-xl-10.col-lg-10.col-md-12.col-xs-12.hidden-xs.hidden-ms.hidden-sm.clearfix {
    width: 95%;
}

.widget_block img {
    width: 53px;
}

.widget_block h5 {
    margin: 16px 0 16px;}

.footer-content {
    color: #fff;
}

/* Cacher le texte original dans le h3 */
form h3 {
    visibility: hidden;
}

/* Ajouter le texte de remplacement */ 
form h3::before {
    content: "Postuler pour ce poste"; /* Remplacer par la traduction souhaitée */
    visibility: visible;
    display: block;
   
}
/*
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    width: 33%;
}*/
footer.copyright-block.copyright-layout-default {
    padding: 0px 0px 45px 0px;
}

.lte-fw .lte-footer-cols-1 .container  {
    padding-bottom: 0px;
}

@media (max-width: 1024px) { /* Ajuste selon le breakpoint tablette */
    a.lte-btn.btn-lg.btn-main {
    padding: 9px 71px !important;
}
}

.elementor-element-cafca64 h1 {
  font-size: 48px;
	font-family: var(--font-headers), serif;
    font-weight: 600;
}

.lte-footer-widget-area .lte-logo img {
  max-width: 400px;
  width: 100%;
  height: auto;
}


.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    width: 100%;
}

@media (max-width: 1024px) {
  #sjb-application-form .row {
    width: 120%;
  }
}

.list-view {
    margin-left: -10px;
}



footer .lte-footer-widget-area a.lte-logo img {
  max-height: 120px !important;
  height: auto !important;
}

/* Retirer le cap à 58px UNIQUEMENT dans le footer */
footer .lte-footer-widget-area a.lte-logo img {
  max-height: none !important;   /* supprime la limite */
  height: auto !important;       /* conserve les proportions */
  max-width: 100%;               /* sécurité pour la largeur */
}



.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    width: 100%;
    justify-content: center !important;
    text-align: center !important;}

.copyright-block.copyright-layout-copyright-transparent {
    background-color: var(--black);}


/* Adapter la taille des H3 uniquement dans les articles de blog */
.single-post .entry-content h3 {
font-size: 33px !important;
    line-height: 1.3;
    margin: 24px 0 16px;
}


.white {
color:#ffffff!important;
}

.lte-footer-widget-area .widget_block img {
    display: block;
    margin: 0 auto!important;
}

/* Style normal */
.ombre {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Effet au survol */
.ombre:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-4px); /* petit effet de levée = plus premium */
}


.elementor-container.elementor-column-gap-custom {
    gap: 20px;
}


.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
  
    gap: 10%;}

div#gallery-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-image-gallery .gallery-item img {
    width: 130px;}


.hero-slider { display:none }
.hero-slider.show { display:block }

.elementor-image-box-wrapper a::after {
  content: attr(aria-label);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
/* Désactiver le display:flex des boutons DANS les accordéons Elementor */
.elementor-accordion .lte-btn-wrap {
  display: block !important;
}


.shadow {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}


.menu-no-click > a {
  pointer-events: none;
  cursor: default;
}


