.contenu {
    background: #fff;
    width: 50%;
    padding: 0;
}

.clear {
  clear: both;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
  margin-left: 90px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
    max-width: 1320px;
    text-align: center;
  }
}

.block-category #category-description {
  color: var(--bs-gray-800);
  font-size: 1rem;
  text-align: left !important;
}
.rich-text p ul {
  line-height: 1.5;
  border: 1px solid white;
  background: white;
  padding: 35px 50px;
  box-shadow: 4px 4px 10px #ddd;
  text-align: left;
}

.rich-text .h2, .rich-text h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.footer .footer__block__content-list {
  margin-bottom: 0;
  text-align: left;
}

.rich-text ul {
  list-style: none;
  padding-left: 1.2rem;
}

.footer .footer__block__content {
  color: var(--footer-text-color);
  padding-top: .5rem;
  text-align: left;
}

table {
  border-collapse: collapse;
  caption-side: bottom;
  border: 2px solid sienna;
  width: 100%;
  margin-bottom: 5px;
}

tbody, td, tfoot, th, thead, tr {
  border: 1px solid;
  padding: 10px;
}

.layout-full-width .products-selection .select-title, .layout-left-column .products-selection .select-title {
  align-items: center;
  border: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  padding: .75rem 1.25rem;
  text-align: left;
  width: 100%;
  background: #fff;
}

#content-wrapper {
  padding: 35px 50px;
  background: #fff;
  text-align: left;
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.left-block {
  border-bottom: var(--left-block-border-bottom);
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: left;
  background: #fff;
}

.rich-text {
  line-height: 1.5;
  border: 1px solid white;
  background: white;
  padding: 1.75rem 1.75rem 1.75rem 0.0rem;
  box-shadow: 4px 4px 10px #ddd;
  text-align: left;
}









