/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*** MOTION ************************************************************************************/

/*** HEADER ****************************************/
.kb-body-wrapper header.header {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

/*** HEADER TOP ***/
.kb-body-wrapper .header__top { display: none; }

/*** HEADER CONTAINER ***/
.kb-body-wrapper header.header .header__bottom {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}


/*** FIX ARRIVEE DU MENU MOBILE PLUS TOT ***/
.kb-body-wrapper .header__menu-container--mobile { display: block; }
@media screen and (min-width: 768px) {
  .kb-body-wrapper .header__menu-container--mobile { display: block; }
}
@media screen and (min-width: 1200px) {
  .kb-body-wrapper .header__menu-container--mobile { display: none; }
}

.kb-body-wrapper .header__menu--desktop { display: none; }
@media screen and (min-width: 768px) {
  .kb-body-wrapper .header__menu--desktop { display: none; }
}
@media screen and (min-width: 1200px) {
  .kb-body-wrapper .header__menu--desktop { display: block; }
}

/*** MOBILE ***/
@media screen and (max-width: 1199px) {
  
  /* WRAPPER */
  .kb-body-wrapper header.header .header__wrapper {
    display: flex;
    flex-direction: row;
    height: 80px;
    background-color: white;
  }
  
  /* BT MOBILE : OUVERTURE / FERMETURE MENU */
  .kb-body-wrapper header.header .header__bottom .header__logo-col {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .kb-body-wrapper header.header .header__bottom .header__menu-toggle--show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: none;
  }
  
  /* MENU */
  .kb-body-wrapper header.header .header__bottom .header__menu--show {
    height: calc(100vh - 80px);
    background-color: white;
    border-top: 1px solid #d4e4d7;
    overflow: auto;
  }
}

/*** LOGO : RESET ***/
.kb-body-wrapper header.header .header__bottom .header__logo-col {
  max-width: 160px;
  margin: 0;
}
.kb-body-wrapper header.header .header__bottom .header__logo-image { display: block; }

/*** MENU ***/
.kb-body-wrapper header.header .header__bottom .header__menu-col {
  margin: 0;
  text-align: center;
}
@media (min-width: 1200x) {
  .kb-body-wrapper header.header .header__bottom .header__menu-col { flex: unset; }
}

/* CACHER : BOUTON SOUS MENU */
.kb-body-wrapper header.header .header__bottom .header__menu-child-toggle { display: none; }


/*** MENU : LISTE *****************************/
.kb-body-wrapper header.header .header__bottom .header__menu-wrapper {
  display: flex;
  flex-direction: column;
  @media screen and (min-width: 1200px) {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  gap: 10px 40px;
  
  @media screen and (max-width: 1199px) { padding: 20px; }
}
.kb-body-wrapper header.header .header__bottom .header__menu-wrapper li { padding: 0; }

.kb-body-wrapper header.header .header__bottom .header__menu-wrapper .header__menu-item--depth-1 > a {
  padding: 10px 0;
  color: #227836;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

/* RESET */
@media (max-width: 1199px) {
  .kb-body-wrapper header.header .header__menu-item--has-submenu .header__menu-link { width: 100%; }
}



/*** BT CONTACT ***/
.kb-body-wrapper header.header .header__bottom .header__menu-wrapper .header__menu-item--depth-1:nth-child(2) > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 25px;

  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  
  background-color: #A2CE15;
  border-radius: 20px;
}


/*** BT APP ***/
.kb-body-wrapper header.header .header__bottom .header__menu-wrapper .header__menu-item--depth-1:nth-child(3) > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  @media screen and (min-width: 1200px) { max-width: 210px; }
  height: 40px;
  padding: 0 25px;

  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  
  background-color: #FD6969;
  border-radius: 20px;
}


/*** DROPDOWN ***/
.kb-body-wrapper header.header .header__bottom .header__menu-wrapper .header__menu-submenu--level-2 {
  @media screen and (max-width: 1199px) {
    display: block;
  }
  padding: 20px;
  background-color: #227837;
  border: none;
  border-radius: 6px;
}
.kb-body-wrapper header.header .header__bottom .header__menu-wrapper .header__menu-submenu--level-2 li { margin-top: 10px; }
.kb-body-wrapper header.header .header__bottom .header__menu-wrapper .header__menu-submenu--level-2 li:first-child { margin-top: 0; }
.kb-body-wrapper header.header .header__bottom .header__menu-wrapper .header__menu-submenu--level-2 a {
  margin: 0;
  padding: 0;

  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}


/*** DIVERS ****************************************/
.kb-body-wrapper {
  background-image: url(https://144893003.fs1.hubspotusercontent-eu1.net/hubfs/144893003/Blog/header-listing.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 450px;
}
.hs-kb-search-input-wrapper {
  padding-top: 58px;
  background-color: transparent !important;
}
.hs-search-field { flex-direction: column; }
.hs-kb-breadcrumb-container { display: none; }


/*** TITRE PAGE ************************************/
.kb-body-wrapper .hs-search-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
    
  color: #174812;
  font-family: "Fredoka", sans-serif;

  font-size: 40px;
  line-height: 50px;
  @media screen and (min-width: 768px) {
    font-size: 50px;
    line-height: 61px;
  }
  font-weight: 900;
}

/*** TITRE PAGE : PICTO ***/
.kb-body-wrapper .hs-search-title::before {
  content: "";
  
  flex-shrink: 0;
  width: 85px;
  height: 112px;
  margin-right: 25px;
  
  background-image: url(https://144893003.fs1.hubspotusercontent-eu1.net/hubfs/144893003/Blog/header-listing-mascotte.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


/*** FORM SEARCH ***********************************/
.kb-body-wrapper .hs-search-field form {
  position: relative;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  padding-left: 25px;
  
  background-image: url(https://144893003.fs1.hubspotusercontent-eu1.net/hubfs/144893003/Blog/search-deco.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}

/*** INPUT TEXT ***/
.kb-body-wrapper .hs-search-field form input[type="search"] {
  height: 40px;
  padding: 0 70px 0 30px;
  
  color: #1B4821;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  
  background-color: #D4E3D7;
  border: 1px solid #ADC9B3;
  border-radius: 20px;
}
.kb-body-wrapper .hs-search-field form input[type="search"]:focus {
  border: 1px solid #ADC9B3;
  outline: none;
}
.kb-body-wrapper .hs-search-field form input[type="text"]::placeholder { color: #1B4821; }

/*** SUBMIT ***/
.kb-body-wrapper .hs-search-field form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 15;
  
  width: 40px;
  height: 40px;
  
  background-color: transparent;
  background-image: url(https://144893003.fs1.hubspotusercontent-eu1.net/hubfs/144893003/Blog/picto-loupe-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px auto;
}
.kb-body-wrapper .hs-search-field form button svg { display: none; }


/*** AUTO COMPLETE *********************************/
.kb-body-wrapper .hs-search-field__suggestions-container .autocomplete-result-title,
.kb-body-wrapper .hs-search-field__suggestions-container .autocomplete-result-title {
  font-size: 12px !important;
}
.kb-body-wrapper .hs-search-field__suggestions .results-for {
  background-color: rgba(23, 72, 18, 0.1);
}
.kb-body-wrapper .autocomplete-result-link:hover { rgba(23, 72, 18, 0.05) }
.kb-body-wrapper .autocomplete-result-link:hover .autocomplete-result-category { font-weight: 400; }


/*** LIST ITEM *************************************/
.kb-body-wrapper .hs-kb-home-list {
  padding-top: 20px;
  padding-bottom: 40px;
}

/*** ITEM ***/
.kb-body-wrapper .hs-kb-home-list__category {
  margin: 0;
  background-color: #fff;
  border: 1px solid #d4e4d7;
  border-radius: 6px;
  box-shadow: -4px 4px 0 #0000001a;
  overflow: hidden;
  transition: all .3s ease-in-out;  
}
.kb-body-wrapper .hs-kb-home-list__category:hover {
  box-shadow: -4px 4px 0 #0000003d;
}

/*** SEARCH RESULT *********************************/
.kb-body-wrapper .hs-kb-anchor_toggle--active {
  --bg-color-active: rgba(23, 72, 18, 0.1);
}
.kb-body-wrapper .hs-kb-category_accordion_nav_list {
  --bg-color-active: rgba(23, 72, 18, 0.05);
}
.kb-body-wrapper .hs-kb-category_accordion_nav_list_item--has-children .hs-kb-category_accordion_nav_list .hs-kb-category-accordion_link { padding-left: 25px; }
.kb-body-wrapper .hs-kb-category-accordion_link:hover { font-weight: 400; } 


/*** FOOTER ****************************************/
.kb-body-wrapper .footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #1B4522;
}
.kb-body-wrapper .footer__menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 0;
}
.kb-body-wrapper .footer__menu a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff80;
  font-size: 14px;
  line-height: 18px;
}
.footer__bottom { display: none; }