/* 20240924002229 - v2 */
.gui,
.gui-block-linklist li a {
  color: #ffffff;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #89fa08;
}

.gui-block-inner strong {
  color: #ffffff;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #ffffff;
}

.gui-block-title {
  color: #ffffff;
  background-color: #e12727;
}

.gui-content-title {
  color: #ffffff;
}

.gui-form .gui-field .gui-description span {
  color: #ffffff;
}

.gui-block-inner {
  background-color: #d82525;
}

.gui-block-option {
  border-color: #ffffff;
  background-color: #ffffff;
}

.gui-block-option-block {
  border-color: #ffffff;
}

.gui-block-title strong {
  color: #ffffff;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #ffffff;
}

.gui ul.gui-products li {
  border-color: #ffffff;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #ffffff;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #ffffff;
}

.gui-block-content .gui-table {
  border-color: #ffffff;
}

.gui-table thead tr th {
  border-color: #ffffff;
  background-color: #ffffff;
}

.gui-table tbody tr td {
  border-color: #ffffff;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #9b0404;
  color: #1ad9ab;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #ffffff;
  color: #fa1b1b;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #7c0303;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #cccccc;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #ffffff;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #ffffff;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #ffffff;
}

.gui-progressbar {
  background-color: #89fa08;
}

/* custom */
.footer-banner, #header .header-usp { 
    display:none !important; 
  }
  .section-promo .banner {
    background-color: #272627;
  }
  
  .navbar-expand-lg .navbar-collapse {
      justify-content: center;
  }
  
  #header #search .form-group {
      margin-right: 1rem;
  }
  
  .navbar-expand-lg .navbar-nav {
      /*flex-direction: row-reverse;*/
  }
  
  .content_container {
    text-align: left;
    padding: 0 0 0 2rem;
  }
  
  #km_plaisir {
    display: block;
    margin: 0 0 8rem 0;
  }
  
  #home_services {
    display: block;
    margin: 0 0 5rem 0;
  }
  
  #home_services a {
      color: #fff;
  }
  
  .aService {
      border-radius: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15rem;
    cursor: pointer;
  }
  
  footer {
    background-color: #000;
    padding: 5rem 0;
  }
  
  .logo_footer {
    width: 60%;
    height: auto;
    display: block;
    margin: auto;
  }
  
  .footer_slogan { 
      display: block;
    margin: 1rem 0 1rem;
    padding: 0 0 1rem 0;
    font-size: .75rem;
    border-bottom: 1px solid #81f34d;
  }
  
  .icon-shape {
    color: #000 !imoprtant;
      background-color: #81f34d !important;
  }
  
  footer a > svg:not(:host).svg-inline--fa, footer a > svg:not(:root).svg-inline--fa {
      color: #000;
  }
  
  .infos_wrapper {
    font-size: .75rem;
    display: flex;
    justify-content: center;
  }
  
  .infos_wrapper li {
      padding: 0 0 .5rem 0;
  }
  
  #cate {
      font-size: .75rem;
  }
  
  .footer-title-box.h4 {
      color: #81f34d;
    font-weight: 400;
    font-size: 1rem;
  }
  
  footer .form-group .input-group > * {
    background-color: #272627;
    font-size: .75rem;
  }
  
  footer .form-group {
      border: 0 !important;
      border-radius: 0.25rem !important;
  }
  
  footer .btn {
      line-height: 30px !important;
      font-style: italic;
  }

#hero {
  padding: 8rem;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin: 0 0 1rem 0;
  padding: 0;
  text-transform: uppercase;
}

.btn-header {
  background-color: #80e44d;
  border-radius: 1rem;
  padding: .5rem 1rem;
  color: #000;
  font-size: 1rem;
}

.contentarea {
  padding: 5rem 5rem 0 5rem;
  background-color: #0f0f0f;
}

.contentarea:last-child {
  padding: 5rem;
}

.contentarea h2 {
  display: block;
  margin: 0 auto 2rem auto;
  font-weight: 700;
}

.boxinfos {
	border-radius: 1rem;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  overflow: hidden;
  margin: 0 0 2rem 0;
}

.boxinfos_header {
  background-color: #000;
  padding: 1rem;
  text-align: center;
}

.boxinfos_content {
	background-color: #242424;
  padding: 1rem;
}

.boxinfos_content ul {
	padding-left: 1rem;
}

ul.c2 {
  column-count: 2;
  column-gap: 2rem;
}

ul.c2_mw {
  column-count: 2;
  column-gap: 2rem;
  width: 75%;
  margin: auto;
}

.green {
  color: #80e44d;
}

.boxinfos_content span {
  font-size: .85rem;
  display: block;
  margin: 1rem 0 0 0;
  text-align: center;
}

.contentarea h3 {
  font-size: 1.25rem;
  display: block;
  margin: 0 auto 2rem auto;
  font-weight: 700;
}

.services_img {
  display: block;
  padding: 3rem 0;
  background-color: #0f0f0f;
}

.img_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_container img {
	width: 100%;
}

.img_container span {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  font-size: 1.2rem;
  text-align: center
}

#bg-section02 {
    background-size: cover;
}


.navbar-nav .nav-item:last-child {
  display: none;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
  #hero { padding: 2rem; }
  .contentarea { padding: 2rem; }
  ul.c2_mw, .ul.c2 { column-count: 1;  width: 100%; }
  .contentarea:last-child { padding: 2rem; }
  .img_container { margin: 0 0 2rem 0; }
    
}

/* Small devices (portrait tablets and large phones, 600px to 991px) */
@media only screen and (min-width: 601px) and (max-width: 991px)  {

  #hero { padding: 2rem; }
  .contentarea { padding: 2rem; }
  ul.c2_mw, .ul.c2 { column-count: 1;  width: 100%; }
  .contentarea:last-child { padding: 2rem; }
  .img_container { margin: 0 0 2rem 0; }
  
}

/* Medium devices (landscape tablets, 992px to 1024px) */
@media only screen and (min-width: 992px) and (max-width: 1024px) {

}

/* Large devices (laptops/desktops, 1025px to 1200px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {

}

/* Extra large devices (large laptops and desktops, 1201px to 1366px) */
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  
}
/*#header > div.navigation.position-static.col-12.order-4 > div > nav > div > ul > li:nth-child(4) > div > div > div.row > div.subnav-col.col-lg-3.col-6.justify-self-end.list-unstyled.ml-auto > div.title-box.d-flex.align-items-center.justify-content-between.mb-2 > {display:none;} */  

