h2, .h2 {
    font-size: 1.75rem;
    font-weight: 600;
}
h3, .h3 {
    font-size: 1.45rem;
}

.nav-tabs,
.topbar ul,
ul.contact-info,
ul.menu {
  list-style: none !important;
  padding-left: 0;
}

.node--view-mode-full p {
  margin-top: 0;
  margin-bottom: 10px;
}

body div.body-page {
  background-color: #fff;
}

.site-branding-logo {
  max-height: inherit;
}

.site-branding-logo img {
  max-height: 70px;
  width: auto;
}

header .site-branding-logo img.logo-site {
  display: block !important;
}

.gavias_sliderlayer .btn-slide-white.inner,
.gavias_sliderlayer .btn-slide-white a,
#gavias_slider_single .btn-slide-white.inner,
#gavias_slider_single .btn-slide-white a {
  background: #fff;
  color: #000000;
  -webkit-box-shadow: 2px 2px 5px 2px rgb(255 255 255 / 53%);
  box-shadow: 2px 2px 5px 2px rgb(255 255 255 / 53%);
  padding: 5px 30px;
  font-size: 15px;
  text-transform: none;
}
.gavias_sliderlayer .btn-slide-white.inner:hover,
.gavias_sliderlayer .btn-slide-white a:hover,
#gavias_slider_single .btn-slide-white.inner:hover,
#gavias_slider_single .btn-slide-white a:hover {
  color: #000000;
}

.btn,
.btn-white,
.btn-theme,
.btn-theme-small,
.btn-theme-second,
.more-link a,
.btn-theme-submit,
input.form-submit {
  text-transform: none;
  background: #000000;
  color: #fff;
  font-weight: 500;
  padding: 5px 30px;
}
.btn:hover,
.btn-white:hover,
.btn-theme:hover,
.btn-theme-small:hover,
.btn-theme-second:hover,
.more-link a:hover,
.btn-theme-submit:hover,
input.form-submit:hover {
  color: #fff;
}

.listing-taxonomy-page .view-page {
  margin-bottom: 0 !important;
}

.gva-listings-map-page {
  min-height: 100vh;
}

.map-block-1 .gva-listings-map-page {
  min-height: auto;
}

#block-gavias-lozin-contactinfo img {
  border: 0;
  max-width: 90%;
  height: auto;
  width: 50%;
  margin: 0 auto 25px;
  display: block;
}

.event-full .post-title {
  font-size: 30px;
  margin: 20px 0;
}

.listing-main-map-4,
.gva-listings-full-page-2 #listing-main-map {
  min-height: 600px;
}

.home-topimg-1 img {
  margin-left: -85px;
}
.home-topimg-2 img {
    max-width: 100%;
    margin: -60px -40px 0 0px;
}

@media (max-width: 992px) {
  .listings-map-3 .main-map-wrapper {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .navigation .gva_menu .sub-menu>li:hover>ul {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

.gsc-block-view .gva-listings-map-page {
  min-height: 100px !important;
}

.main-map-wrapper {
  display: block !important;
}

.main-map-wrapper.d-none {
  opacity: 0;
  z-index: -11;
}
.listing-block .listing-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.listing-block .listing-footer .left i {
  margin-right: 7px;
}
.listing-block .listing-footer .right i {
  margin-right: 7px;
}
.listing-block .listing-footer .right, .listing-block .listing-footer .left {
    line-height: 13px;
}
.listing-block .listing-footer .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.listing-block .listing-footer .right {
    float: left;
    width: 100%;
    text-align: left;
}
.listing-block .listing-footer .left > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.listing-block .listing-content .listing-info .address, .listing-block .listing-content .listing-info .phone {
    display: flex;
    align-items: center;
}
.field--name-body p {
	margin-bottom: 0;
}
.gsc-heading .title, .gsc-heading.style-3 .title {
  text-transform: none;
}
.custom-events-home.gbb-row {
    overflow: visible;
}
.custom-events-home.gbb-row .column-style-2 {
    max-width: 900px;
    padding: 80px 20px 0;
    margin-bottom: -55px;
}
.custom-events-home.gbb-row .column-style-2 .event-block {
    box-shadow: 3px 3px 5px 2px #00000047;
    margin-bottom: 10px;
}
.gsc-heading.style-3 .title {
  color: #ffffff!important;
}

.btn-theme:after, .btn-theme-second:after {
  position: initial;
  margin-left: 10px;;
}

footer #edit-votre-email {
	background-color: #ffffff;
}
.cuvee-file {
	margin-top: 12px;
}

.block .block-title {
    text-transform: none;
}

.listing-block .listing-content .listing-info .address, .listing-block .listing-content .listing-info .phone {
    margin: 11px 0;
}

.col-middle .col-xl-4 {
    display: flex;
    align-items: center;
}

.col-middle .col-xl-4 img {
    border-radius: 250px;
    margin-left: 15px;
}

@media (min-width: 576px) {
  .main-map-wrapper.d-sm-none {
    opacity: 0;
    z-index: -11;
  }
}

@media (min-width: 768px) {
  .main-map-wrapper.d-md-none {
    opacity: 0;
    z-index: -11;
  }
}

@media (min-width: 992px) {
  .main-map-wrapper.d-lg-block {
    opacity: 1;
    z-index: 11;
  }
}