/** HEADER **/
/** BORDER RADIUS **/
#breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
#breadcrumbs span {
  font-weight: 600;
  color: white;
}
#breadcrumbs span a {
  color: white;
  font-weight: 400;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.icon-search-bar {
  background-color: #20305F;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19.75C15.4183 19.75 19 16.1683 19 11.75C19 7.33172 15.4183 3.75 11 3.75C6.58172 3.75 3 7.33172 3 11.75C3 16.1683 6.58172 19.75 11 19.75Z' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21.7499L16.65 17.3999' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19.75C15.4183 19.75 19 16.1683 19 11.75C19 7.33172 15.4183 3.75 11 3.75C6.58172 3.75 3 7.33172 3 11.75C3 16.1683 6.58172 19.75 11 19.75Z' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21.7499L16.65 17.3999' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #20305F;
}
.card .card-header {
  position: relative;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .card .card-header {
    height: 350px;
  }
}
.card .card-header figure {
  width: 100%;
  height: 100%;
}
.card .card-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-body {
  flex-basis: calc(100% - 250px);
  padding: 1rem 0;
}
@media screen and (min-width: 1200px) {
  .card .card-body {
    padding: 1.5rem 0;
  }
}
.card .card-body .card-title {
  margin: 0 0 0.5rem 0;
}

.card-small .card-header {
  flex-basis: 187px;
}

.figure-withfallback {
  background: url(../src/img/img-fallback.jpg) no-repeat center/cover;
}

.card-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #557ABC;
}

.card .card-header {
  height: 250px;
}

.shape-trapezoid {
  position: relative;
}
.shape-trapezoid:before, .shape-trapezoid:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.shape-trapezoid-w-image:after {
  -webkit-mask-image: url(../src/img/img-union.png);
          mask-image: url(../src/img/img-union.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  top: -10%;
}

.shape-trapezoid-purple:before {
  height: 270px;
  background-color: #662483;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.shape-trapezoid-turquoise {
  overflow: hidden;
}
.shape-trapezoid-turquoise:before {
  height: 1050px;
  background-color: #00B1AA;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-turquoise:before {
    height: 773px;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
  }
}
.shape-trapezoid-turquoise:after {
  height: 1050px;
  background-color: #009490;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-turquoise:after {
    height: 773px;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
  }
}

.shape-trapezoid-yellow:before {
  height: 800px;
  background-color: #FBB737;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
}
.shape-trapezoid-yellow:after {
  height: 800px;
  background-color: #FCC24C;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
}

.shape-trapezoid-blue:before {
  height: 400px;
  min-height: auto;
  background-color: #557ABC;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-blue:before {
    height: 800px;
  }
}
.shape-trapezoid-blue:after {
  height: 400px;
  min-height: auto;
  background-color: #446296;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-blue:after {
    height: 800px;
  }
}

.shape-trapezoid-orange:before {
  background-color: #EB6131;
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-orange:before {
    height: 736px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  }
}

.shape-trapezoid-pink:before {
  background-color: #EA5172;
}

.shape-trapezoid-blue-light:before {
  height: 500px;
  background-color: #ECF7FE;
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 89%);
          clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 89%);
}
@media screen and (min-width: 1920px) {
  .shape-trapezoid-blue-light:before {
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 95%);
  }
}
.shape-trapezoid-blue-light:after {
  content: none;
}

.shape-trapezoid-cta:before {
  height: 250px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-cta:before {
    height: 300px;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  }
}
.shape-trapezoid-cta:after {
  height: 250px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-cta:after {
    height: 300px;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  }
}

.shape-trapezoid-orange-cta:before {
  background-color: #E84F21;
}
.shape-trapezoid-orange-cta:after {
  background-color: #EB6131;
}

.shape-trapezoid-secondary-cta:before {
  background-color: #EB6131;
}
.shape-trapezoid-secondary-cta:after {
  background-color: #E84F21;
  top: 0;
}
.shape-trapezoid-secondary-cta .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-secondary-cta .container {
    padding: 3rem 0;
  }
}
.shape-trapezoid-secondary-cta .container .content-btn {
  gap: 1rem;
}

.shape-trapezoid-green-cta:before {
  background-color: #00B1AA;
}
.shape-trapezoid-green-cta:after {
  background-color: #33c1bb;
}

.block-shape-top {
  position: relative;
  padding-top: 7rem;
}
@media only screen and (min-width: 992px) {
  .block-shape-top {
    padding-top: calc((132px + 40px) + 1.5rem);
  }
}
.block-shape-top:before {
  height: 55vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  background-color: #557ABC;
}
@media only screen and (min-width: 1920px) {
  .block-shape-top:before {
    height: 38vh;
  }
}
.block-shape-top:after {
  height: 55vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  background-color: #7795c9;
}
@media only screen and (min-width: 1920px) {
  .block-shape-top:after {
    height: 38vh;
  }
}

.block-footer {
  -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
  background-color: #662483;
  padding: 4rem 0 3rem 0;
}
@media only screen and (min-width: 992px) {
  .block-footer {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
}
.block-footer a {
  text-decoration: none;
}
.block-footer ul {
  list-style-type: none;
}
.block-footer ul li {
  margin: 0;
}
.block-footer ul li a {
  color: #C5CCE1;
}
.block-footer .coordonnees-container #menu-menu-pied-de-page {
  margin-top: 5rem;
}
@media only screen and (max-width: 992px) {
  .block-footer .coordonnees-container {
    text-align: center;
  }
  .block-footer .coordonnees-container #menu-menu-pied-de-page {
    margin-top: 0;
  }
  .block-footer .coordonnees-container > :nth-child(1) {
    order: 4;
  }
  .block-footer .coordonnees-container > :nth-child(2) {
    order: 1;
  }
  .block-footer .coordonnees-container > :nth-child(3) {
    order: 2;
  }
  .block-footer .coordonnees-container > :nth-child(4) {
    order: 3;
  }
}
.block-footer .coordonnees-container .address {
  margin-top: 3rem;
}
@media only screen and (min-width: 992px) {
  .block-footer .coordonnees-container .address {
    margin-top: 0;
  }
}
.block-footer .menu-parent .title-secondary-medium {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.block-footer .menu-parent .title-primary-medium {
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: flex;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .title-primary-medium {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .title-primary-medium:after {
    display: inline-block;
    content: "";
    position: relative;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 9px;
    height: 16px;
    transition: all 0.35s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  .block-footer .menu-parent .title-primary-medium.legal {
    display: none;
  }
}
.block-footer .menu-parent .menu {
  margin-bottom: 3rem;
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu {
    margin-bottom: 0rem;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
.block-footer .menu-parent .menu li {
  margin: 1rem 0 0;
  list-style: none;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu li {
    margin: 0;
  }
}
.block-footer .menu-parent .menu li a {
  display: inline-block;
  color: #C5CCE1;
  text-decoration: none;
  position: relative;
}
.block-footer .menu-parent .menu li a:after {
  display: inline-block;
  content: "";
  position: relative;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  transition: all 0.35s ease-in-out;
}
.block-footer .menu-parent .menu li a:hover:after {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu.active {
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 1rem;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu.active li {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent:after {
    display: inline-block;
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background: #8A92AB;
  }
}
.block-footer .menu-parent.active .title-menu-footer:after {
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
}
.block-footer .menu-legals li {
  line-height: 26px;
}
.block-footer .menu-legals li a {
  font-weight: 400;
  font-size: 14px;
}
.block-footer strong, .block-footer small {
  display: inline;
}
.block-footer small {
  color: #C5CCE1;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-footer figure {
  width: 60%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .block-footer figure {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-footer .btn {
  margin-bottom: 1rem;
  color: #20305F;
}
.block-footer .outro {
  margin-bottom: 1rem;
}
.block-footer .hours {
  font-weight: 600;
  margin-top: 0.5rem;
}
.block-footer .phone {
  text-decoration: none;
  font-size: 24px;
  color: white;
  display: block;
  margin: 1rem 0 0.5rem;
}
.block-footer .btn-primary-reverse {
  margin-top: 1.5rem;
}
.block-footer .col-newsletter .container-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
@media only screen and (max-width: 992px) {
  .block-footer .col-newsletter .container-newsletter {
    margin-bottom: 3rem;
  }
}
.block-footer .col-newsletter .container-newsletter .btn-blue {
  margin-top: 1rem;
  display: inline-block;
  color: white;
}
.block-footer .blue-text-footer {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.block-footer .labels-container {
  align-items: flex-end;
}
.block-footer .labels-container .row {
  align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  .block-footer .labels-container .row {
    align-items: center;
  }
  .block-footer .labels-container .row > :nth-child(2) {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .block-footer .labels-container {
    align-items: initial;
  }
}
.block-footer .mention {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .block-footer .mention {
    justify-content: center;
    margin-top: 3rem;
  }
}
.block-footer .mention span {
  margin-bottom: -1px;
}
.block-footer .mention .logo-meldomys {
  margin-left: 5px;
}
.block-footer .logo-meldomys-mobile {
  margin-top: 0.5rem;
}
.block-footer #menu-logements-particuliers-1 {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 992px) {
  .block-footer .copyright {
    text-align: center;
  }
}

.social-links {
  display: flex;
  flex-direction: row;
  margin-left: 0;
  padding: 0;
  position: relative;
  top: initial;
  background-color: transparent;
}
.social-links li {
  list-style-type: none;
}
.social-links li a {
  color: white;
}

.block-section {
  padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .block-section {
    padding: 4rem 0;
  }
}
.block-section .row-titles {
  justify-content: space-between;
  margin-bottom: 1rem;
}

.block-section-head {
  position: relative;
  min-height: 60vh;
  padding-top: 6rem;
}
@media only screen and (min-width: 992px) {
  .block-section-head {
    height: 100vh;
  }
}
.block-section-head:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-section-head .container, .block-section-head .container-small {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .block-section-head .container, .block-section-head .container-small {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .block-section-head .container .row, .block-section-head .container-small .row {
    height: 100%;
  }
}
.block-section-head .container .row .col-12, .block-section-head .container-small .row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-section-head .container .row .col-12 .title-primary-xxl, .block-section-head .container-small .row .col-12 .title-primary-xxl {
  margin-top: 2rem;
}
.block-section-head .container .row .col-12 .title-primary-large, .block-section-head .container-small .row .col-12 .title-primary-large {
  margin: 2rem 0 1rem 0;
  font-size: 24px;
  font-size: 1.5rem;
}

.pagination, .navigation, .pagination-links {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  align-items: stretch;
  justify-content: center;
  padding: 1rem 2rem;
  gap: 2rem;
  border: 1px solid #C5CCE1;
  border-radius: 8px;
}
.pagination .nav-links, .navigation .nav-links, .pagination-links .nav-links {
  gap: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers, .navigation .page-numbers, .pagination-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C5CCE1;
  text-decoration: none;
  position: relative;
}
.pagination .page-numbers:before, .navigation .page-numbers:before, .pagination-links .page-numbers:before {
  content: "";
  width: 1px;
  height: 120%;
  border-left: 1px solid #C5CCE1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
}
.pagination .page-numbers:last-child:before, .navigation .page-numbers:last-child:before, .pagination-links .page-numbers:last-child:before {
  content: none;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current, .navigation .page-numbers:hover, .navigation .page-numbers.current, .pagination-links .page-numbers:hover, .pagination-links .page-numbers.current {
  color: #20305F;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev, .navigation .page-numbers.next, .navigation .page-numbers.prev, .pagination-links .page-numbers.next, .pagination-links .page-numbers.prev {
  background-color: transparent;
  color: #C5CCE1;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination .page-numbers.next:before, .pagination .page-numbers.prev:before, .navigation .page-numbers.next:before, .navigation .page-numbers.prev:before, .pagination-links .page-numbers.next:before, .pagination-links .page-numbers.prev:before {
  content: none;
}

.page .block-section-head, .search .block-section-head {
  overflow: hidden;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .page .block-section-head, .search .block-section-head {
    height: 600px;
  }
}
.page .block-section-head:before, .search .block-section-head:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  height: 400px;
}
@media only screen and (min-width: 992px) {
  .page .block-section-head:before, .search .block-section-head:before {
    height: 600px;
  }
}
.page .block-section-head:after, .search .block-section-head:after {
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 93%);
          clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 93%);
}
.page .block-section-head figure, .search .block-section-head figure {
  position: absolute;
  top: -35px;
  right: -7rem;
  z-index: -1;
  max-height: 100%;
}
.page .container-content ul, .search .container-content ul {
  list-style-type: none;
}
.page .container-content ul li, .search .container-content ul li {
  margin-left: 0;
  margin-bottom: 1rem;
  color: #20305F;
  line-height: 26px;
}
.page .container-content ul li:before, .search .container-content ul li:before {
  content: "";
  border: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 0.75rem;
  border-color: #EB6131;
}

.page-id-99 .block-section-head, .page .block-section-head {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  overflow: hidden;
  height: 250px;
  min-height: auto;
}
@media only screen and (min-width: 992px) {
  .page-id-99 .block-section-head, .page .block-section-head {
    height: 450px;
    padding-top: 10rem;
  }
}
.page-id-99 .block-section-head:before, .page .block-section-head:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  background-color: #00B1AA;
  height: 100%;
}
.page-id-99 .block-section-head:after, .page .block-section-head:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  -webkit-mask-image: url(../src/img/img-union.png);
          mask-image: url(../src/img/img-union.png);
  background-color: #008e88;
  top: 0;
  height: 100%;
}
.page-id-99 .block-section-head .container-small, .page-id-99 .block-section-head .container, .page .block-section-head .container-small, .page .block-section-head .container {
  height: auto;
}
.page-id-99 .block-section-head h1, .page .block-section-head h1 {
  margin-top: 1rem;
}
@media only screen and (min-width: 992px) {
  .page-id-99 .block-section-head h1, .page .block-section-head h1 {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 992px) {
  .page-id-99 .block-section-head #breadcrumbs, .page .block-section-head #breadcrumbs {
    display: none;
  }
}
.page-id-99 .container-content, .page .container-content {
  padding-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .page-id-99 .container-content, .page .container-content {
    padding-left: 5rem;
  }
}
.page-id-99 .container-content .wp-block-columns, .page .container-content .wp-block-columns {
  position: relative;
  z-index: 1;
}
.page-id-99 .container-content .wp-block-columns:first-child .wp-block-image, .page .container-content .wp-block-columns:first-child .wp-block-image {
  margin-top: -8rem;
}

/*# sourceMappingURL=pages.css.map*/