/*
Theme Name: LFB Mall
Template: ekko
Theme URI: https://www.ekko-wp.com
Version: 1.0.6
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Variables
# Plugins
  ## AOS
  ## Headroom
# Reset
# Layout
  ## Header
  ## Hero
  ## Footer
# Elements
	## Buttons
# Components
	## Notices
# Utilities
  ## Animate
# Pages
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Soft reset
--------------------------------------------------------------*/
.wpb_text_column ul li {
  margin-bottom: 15px;
}

.content-area .vc_masonry_grid {
  min-height: auto;
}

.grid-auto .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

  .grid-auto .wpb_single_image {
    max-width: 200px;
    padding: 10px 20px;
  }

.container {
  width: 100%;
  max-width: 1410px;
}


/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.pt-xl {
  padding-top: 120px;
}

.pt-l {
  padding-top: 60px;
}

.pl-l {
  padding-left: 60px !important;
}

.pt-m {
  padding-top: 40px;
}

.pb-xl {
  padding-bottom: 120px;
}

.pb-l {
  padding-bottom: 60px;
}

.pb-m {
  padding-bottom: 40px;
}

.md-visible,
.title-hidden h1,
.title-hidden h2 {
  display: none;
}


/*--------------------------------------------------------------
# Titres
--------------------------------------------------------------*/
.kd-section-title .subtitle {
  font-size: 18px;
  line-height: 30px;
}

.title-separator h1 span,
.title-separator h2 span {
  border-bottom: 2px solid red;
}

/* .title-separator h1,
.title-separator h2 {
  display: inline-block;
  position: relative;
}

  .title-separator h1:after,
  .title-separator h2:after {
    content: '';
    height: 0.03em;
    background-color: red;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -5px;
    z-index: 10;
  } */


/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.tb-border-design .topbar-socials a {
  font-size: 16px;
}


/*--------------------------------------------------------------
# Logos
--------------------------------------------------------------*/
.logo-agence.wpb_single_image img,
.logo-tourisme.wpb_single_image img {
  height: 30px;
}

.logo-lfbs.wpb_single_image img {
  height: 53px;
}


/*--------------------------------------------------------------
# Boutons
--------------------------------------------------------------*/
.tt_button:after {
  content: "\e900"!important;
  display: block;
  font-size: 18px;
  line-height: 46px;
  font-family: 'ekko-font'!important;
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
}


/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.owl-nav div.owl-next,
.owl-nav div.owl-prev,
.owl-nav div.owl-next:before,
.owl-nav div.owl-prev:before {
  color: #322b80 !important;
  border-color: #322b80 !important;
}

#wrapper #dark-navigation .tparrows {
  border-color: #FFF !important;
}

#wrapper #dark-navigation .tparrows:before {
  color: #FFF;
}

#wrapper #dark-navigation .tparrows:hover {
  border-color: #FFF !important;
  opacity: 1 !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-logo {
  height: 62px;
}

.footer-logo-h {
  padding-top: 62px;
}

.footer-widget-area {
  max-width: 800px;
}

.footer-widget-area {
  display: none;
}

.footer-bar {
  margin-bottom: 0;
}

.lower-footer {
  border-top: 0;
}


/*--------------------------------------------------------------
# Accueil
--------------------------------------------------------------*/
#metiers .kd-section-title .subtitle {
  font-size: 16px;
  line-height: 22px;
  min-height: 44px;
}

#metiers header.kd-section-title .separator_off {
  margin-bottom: 5px;
  min-height: 60px;
}

.team-carousel,
.clients.slider {
  max-width: 1080px !important;
  margin: auto !important;
}

.team-carousel .team-member.design-creative {
  margin: 15px;
}

.team-member.design-creative .team-content .team-content-hover .team-subtitle {
  font-size: 12px;
  top: 79%;
}

.team-member.design-creative .team-image:hover:before {
  opacity: 0.2 !important;
  width: calc(100% + 12px) !important;
  height: calc(100% + 12px) !important;
  left: -6px !important;
  top: -6px !important;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1400px) {
  .pt-xl {
      padding-top: 80px;
  }
  
  .pb-xl {
      padding-bottom: 80px;
  }
}

@media (max-width: 959px) {
  .container .vc_row-has-padding-bottom {
    padding-bottom: initial !important;
  }

  .vc_row.wpb_row.vc_inner .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #primary {
    margin: 0 20px !important;
  }
  
  #primary .container {
    padding: 0 !important;
  }
  
  .navbar.navbar-default.full-width .container, .navbar.navbar-default .container {
    padding-left: 20px; 
    padding-right: 20px;
  }
  
  .upper-footer {
    padding-top: 60px;
  }

  .upper-footer .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .upper-footer .textwidget img {
      margin-bottom: 0;
  }

  .footer-bar {
    padding: 0 15px 60px 15px;
  }
  
  .footer-logo {
      height: auto;
  }
  
  .footer-logo-h {
      padding-top: 0;
  }
  
  .pt-xl {
      padding-top: 60px;
  }
  
  .pt-l {
      padding-top: 40px;
  }
  
  .pb-xl {
      padding-bottom: 60px;
  }
  
  .pb-l {
      padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .md-visible {
      display: block;
  }
  
  .md-hidden {
      display: none;
  }

  .pt-xl {
    padding-top: 40px;
  }

  .pb-xl {
    padding-bottom: 40px;
  }

  #metiers .kd-section-title .subtitle {
    min-height: auto;
  }
  
  #metiers header.kd-section-title .separator_off {
    min-height: auto;
  }
}




