
#site {
  padding-top: 60px;
}
.section {
  margin-bottom: 20px;
  margin-top: 20px;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.landing-plaque {
  font-family: PlusJakartaSans, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
header {
  display: block;
  unicode-bidi: isolate;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.landing-plaque .header-site {
  height: 60px;
}
.bg-white {
  background-color: white;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.align-items-center {
  align-items: center;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-primary {
  border-color: #00b2be;
}
.border-bottom {
  border-bottom: 3px #00b2be solid;
}
.d-flex {
  display: flex;
}
.fixed-top {
  top: 0;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-xxl {
    max-width: 1320px;
  }
}
.container,
.container-fluid,
.container-xxl {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}
.landing-plaque .plaque-illustration {
  background: #eff9f0 url("/images/banner.jpg") center center / cover;
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .landing-plaque .plaque-illustration {
    background-image: url(/images/banner-mobile.jpg);
  }
  .landing-plaque .plaque-size {
    height: 250px;
    width: 40%;
    margin: 0 auto;
  }
}
.footer-site-pf {
  padding: 2rem 0;
  color: #fff;
  background-color: #333;
}
caption {
  color: #000;
}
@media (max-width: 991px) {
  .footer-site-pf {
    position: relative;
  }
  .plaque_label {
    white-space: normal !important;
  }
}
.landing-plaque .footer-top {
  background-color: #ebebeb;
}
.footer-site-pf .footer-pro {
  background: #ebebeb;
  height: 72px;
}
@media (min-width: 992px) {
  .px-lg-5 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.text-white {
  color: #fff;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.container,
.container-fluid,
.container-xxl {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.mt-6 {
  margin-top: 3rem;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
