.expand-collapse__item {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000000;
  border-left: none; }
  .expand-collapse__item:first-child {
    border-top: 2px solid #000000; }
  .expand-collapse__item-head {
    width: 100%;
    min-height: 4.8125rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    color: #402020;
    letter-spacing: 0px;
    font-weight: 500; }
    .expand-collapse__item-head:after {
      content: '';
      height: 22px;
      width: 15px;
      display: inline-block;
      margin-right: 1.4375rem;
      margin-left: 0.3125rem;
      background-image: url("/themes/custom/bc_base/assets/icons/arrow-collapse.svg");
      transition: transform .2s ease-in-out; }
    .expand-collapse__item-head[aria-expanded="true"]:after {
      transform: rotate(-180deg); }

.expand-collapse__item {
  border-width: 1px;
  border-color: #451E20; }
  .expand-collapse__item:first-child {
    border-width: 1px; }
  .expand-collapse__item-head {
    position: relative;
    padding: 10px 40px 10px 0; }
    .expand-collapse__item-head:focus:not(:focus-visible) {
      outline: none; }
    .expand-collapse__item-head:after {
      background-image: url("/themes/custom/bc_brand/assets/icons/arrow-down.svg");
      position: absolute;
      top: 50%;
      right: 0;
      width: 26px;
      margin-right: 0;
      margin-top: -11px; }
  .expand-collapse__item button:after {
    margin-right: 5px; }

.expand-collapse__show-more {
  margin: 1.5rem 0; }
  .expand-collapse__show-more:before {
    content: 'SHOW MORE';
    min-width: 90px; }
  .expand-collapse__show-more:lang(fr):before {
    content: 'MONTRE PLUS'; }
  .expand-collapse__show-more.show-less:before {
    content: 'SHOW LESS'; }
  .expand-collapse__show-more.show-less:lang(fr):before {
    content: 'MONTRER MOINS'; }
  .expand-collapse__show-more.show-less .icon {
    background-image: url("/themes/custom/bc_brand/assets/icons/less.svg"); }
