/*
Theme Name: Imbry
Author: Impala Webstudio
Author URI: http://www.impala-webstudio.fr/
Description: Theme Base framework
Version: 1.1
*/

/* FAQ accordéons */
.page-template-page-faq h3.wp-block-heading {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
}

.schema-faq-question {
    cursor: pointer;
    display: block;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 45px;
    background-color:#f8f8f8;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    text-transform: none !important;
  }
  .schema-faq-question:hover {
    background-color: #e0e0e0;
  }
  
  .schema-faq-question::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 10px;
    transition: transform 0.3s ease;
  }
  
  .schema-faq-section.open .schema-faq-question::after {
    transform: rotate(180deg);
  }
  
  .schema-faq-answer {
    display: none;
    margin-top: 5px;
    padding: 10px;
  }
  
  .schema-faq-section.open .schema-faq-answer {
    display: block;
  }

  .faq-menu-ancres {
    display: none;
  }

  /* Surcharge */
  .post-type-archive-annonce .filters-bloc .lib {
    text-align: left !important;
  }
  .post-type-archive-annonce .filters-bloc .filter-dropdown {
    padding: 0 !important;
  }

  .bread-crumb {
    margin-left: 40px;
    padding-top: 60px !important;
    &::before {
      margin-top: 45px !important;

    }
  }

  /* Général */
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .bg-grey {
    background-color: #f8f8f8;
  }
  .text-center {
    text-align: center;
  }

  .bread-crumb {
    padding-bottom: 0px !important;
  }