.pbmit-container-1 {
  padding: 100px 90px 100px 90px;
  border-radius: 5px;
  background: url('https://rotel.fr/assets/bg-solar.png'), #80b927;
  background-size: 500px auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .pbmit-container-1 {
    padding: 50px;
  }
}
.pbmit-container-1 .pbmit-heading-subheading {
  margin-bottom: 50px;
}
.pbmit-container-1 .pbmit-heading-subheading h2 {
  color: #FFF;
}
.pbmit-container-1 .pbmit-heading-subheading p {
  max-width: 600px;
  margin-bottom: 0;
}
.pbmit-container-1 h2 {
  color: #FFF;
}
.pbmit-heading-width {
  max-width: 840px;
}
.accordion.style-3 {
  max-width: 890px;
  margin: auto;
  margin-top: 50px;
}
.cta-modern-split.cta-with-image {
  background: linear-gradient(110deg, #80b927 0%, #80b927 50%, rgba(128, 185, 39, 0) 100%), url('https://rotel.fr/assets/panneaux.jpg');
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
  padding: 50px;
  border-radius: 5px;
}
.cta-modern-split.cta-with-image h2,
.cta-modern-split.cta-with-image p {
  color: #FFF;
  position: relative;
  z-index: 2;
  max-width: 660px;
}
.cta-modern-split.cta-with-image .pbmit-btn {
  background-color: rgba(var(--pbmit-white-color-rgb), 0.25);
}
@media (max-width: 768px) {
  .cta-modern-split.cta-with-image {
    flex-direction: column;
    text-align: center;
    background: #80b927;
  }
  .cta-modern-split.cta-with-image .pbmit-btn {
    margin-top: 20px;
  }
}
.review-certifs {
  display: flex;
  justify-content: center;
  background: #066f9e;
  height: 100%;
  flex-direction: column;
  border-radius: 5px;
  padding: 25px 50px;
  position: relative;
}
.review-certifs img.big-label {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 128px;
  transform: rotate(18deg);
}
.review-certifs ul li {
  display: inline-block;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  padding: 5px 10px;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 14px;
}
.review-certifs ul li i {
  color: #80b927;
  margin-right: 5px;
}
.review-certifs .pbmit-element-title {
  color: #FFF;
}
.review-certifs h4,
.review-certifs p {
  color: #FFF;
}
.review-certifs .h4 {
  margin-bottom: 30px;
  font-weight: bold;
}
.review-certifs p {
  margin-bottom: 15px;
}
header.site-header .site-branding img {
  height: 50px;
}
header .pbmit-btn {
  color: #FFF;
}
header .header-phone i {
  font-size: 21px;
  position: relative;
  top: 2px;
}
header .pbmit-right-box .header-phone {
  color: #111;
}
.pbmit-hero-heading .pbmit-slider-item {
  height: 500px;
}
@media screen and (max-width: 1200px) {
  .site-header .pbmit-header-button2,
  .header-style-1 .social-links-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  header .pbmit-right-box {
    margin-right: 50px;
    border: 1px solid #DDD;
    padding: 15px;
    font-size: 13px;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
  }
}
footer {
  overflow: hidden;
  margin: 0 20px 20px;
  border-radius: 5px;
  background-color: #066f9e;
  color: #fff;
  position: relative;
}
footer .footer-cta {
  background: linear-gradient(135deg, rgba(128, 185, 39, 0.12) 0%, rgba(6, 111, 158, 0.08) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.5rem 0;
}
footer .footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  footer .footer-cta__inner {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-cta__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.25rem;
}
footer .footer-cta__desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}
footer .footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  footer .footer-cta__actions {
    flex-direction: column;
    gap: 0.75rem;
  }
}
footer .footer-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #80b927;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
}
footer .footer-cta__btn i {
  font-size: 0.85rem;
  transition: transform 0.3s;
}
footer .footer-cta__btn:hover {
  background: #6ea021;
  color: #fff;
}
footer .footer-cta__btn:hover i {
  transform: translateX(3px);
}
footer .footer-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s;
}
footer .footer-cta__phone i {
  font-size: 1rem;
}
footer .footer-cta__phone:hover {
  color: #fff;
}
footer .footer-main {
  padding: 3rem 0;
}
footer .footer-brand {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  footer .footer-brand {
    margin-bottom: 0;
  }
}
footer .footer-brand__desc {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 1rem 0;
  max-width: 300px;
}
footer .footer-logo {
  height: 32px;
  width: auto;
}
footer .footer-social {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
footer .footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
}
footer .footer-social__link:hover {
  border-color: #80b927;
  color: #80b927;
  background: rgba(128, 185, 39, 0.1);
}
footer .footer-col__list--contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.3rem 0;
}
footer .footer-col__list--contact li i {
  color: #80b927;
  font-size: 0.9rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
}
footer .footer-col__list--contact li span,
footer .footer-col__list--contact li a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  line-height: 1.6;
  text-decoration: none;
}
footer .footer-col__list--contact li a:hover {
  color: var(--pbmit-green-color, #80b927);
}
footer .footer-hero {
  position: relative;
  padding: 6rem 0 4rem;
  overflow: hidden;
}
footer .footer-hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  footer .footer-hero__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer-hero__left {
  flex: 1;
}
footer .footer-hero__right {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  footer .footer-hero__right {
    width: 100%;
  }
}
footer .footer-hero__title {
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 2rem;
  letter-spacing: -0.02em;
}
footer .footer-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  transition: all 0.4s ease;
}
footer .footer-hero__btn i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
footer .footer-hero__btn:hover {
  background-color: var(--pbmit-green-color, #80b927);
  border-color: var(--pbmit-green-color, #80b927);
  color: #fff;
}
footer .footer-hero__btn:hover i {
  transform: translateX(4px);
}
footer .footer-hero__social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  footer .footer-hero__social {
    flex-direction: row;
  }
}
footer .footer-hero__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
footer .footer-hero__social-link i {
  font-size: 1rem;
}
footer .footer-hero__social-link:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
footer .footer-hero__blob {
  position: absolute;
  top: -20%;
  right: -5%;
  width: 50%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(6, 111, 158, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
}
footer .footer-columns {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3rem 0;
}
footer .footer-info {
  display: flex;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 767px) {
  footer .footer-info {
    flex-direction: column;
  }
}
footer .footer-info__block {
  flex: 1;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  footer .footer-info__block {
    padding: 1.5rem;
  }
}
footer .footer-info__sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  align-self: stretch;
}
@media (max-width: 767px) {
  footer .footer-info__sep {
    width: auto;
    height: 1px;
    margin: 0 1.5rem;
  }
}
footer .footer-info__label {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
footer .footer-info__text p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.7;
}
footer .footer-info__text p a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer-info__text p a:hover {
  color: var(--pbmit-green-color, #80b927);
}
footer .footer-info__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--pbmit-green-color, #80b927);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
footer .footer-info__link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
footer .footer-info__link:hover {
  color: #fff;
}
footer .footer-info__link:hover i {
  transform: translate(2px, -2px);
}
footer .footer-col {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  footer .footer-col {
    margin-bottom: 0;
  }
}
footer .footer-col__title {
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
footer .footer-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-col__list li a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  font-size: 0.85rem;
  display: inline-block;
  padding: 0.2rem 0;
  transition: color 0.3s ease;
}
footer .footer-col__list li a:hover {
  color: var(--pbmit-green-color, #80b927);
}
footer .footer-bottom {
  padding: 0 0 2rem;
}
footer .footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px) {
  footer .footer-bottom__inner {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .footer-bottom__links {
  display: flex;
  gap: 1.5rem;
}
footer .footer-bottom__links a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.3s ease;
}
footer .footer-bottom__links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-bottom__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
footer .footer-bottom__copy {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
}
footer .bloop {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 50px;
  padding: 3px 7px 5px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}
footer .bloop img {
  width: 30px;
  opacity: 0.3;
  filter: brightness(0) invert(1);
}
footer .bloop:hover {
  border-color: rgba(255, 255, 255, 0.25);
}
footer .bloop:hover img {
  opacity: 0.7;
}
@media (max-width: 768px) {
  footer {
    margin: 0 10px 10px;
  }
  footer .footer-hero {
    padding: 4rem 0 2.5rem;
  }
  footer .footer-hero__blob {
    display: none;
  }
  footer .footer-columns {
    padding: 2rem 0;
  }
}
.gallery-section .row {
  align-items: stretch;
}
.gallery-section .col-xl-8 {
  display: flex;
  align-items: stretch;
}
.gallery-section .gallery-intro-box {
  background: var(--pbmit-global-color);
  padding: 50px 40px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  align-items: flex-start;
}
.gallery-section .gallery-intro-box .pbmit-btn {
  background: rgba(255, 255, 255, 0.1);
}
.gallery-section .gallery-intro-box .pbmit-subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.gallery-section .gallery-intro-box .pbmit-title {
  color: white;
}
.gallery-section .gallery-intro-box .pbmit-heading-desc {
  color: rgba(255, 255, 255, 0.9);
}
.gallery-section .gallery-swiper {
  width: 100%;
}
.gallery-section .swiper-wrapper {
  height: 100%;
}
.gallery-section .swiper-slide {
  height: auto;
}
.gallery-section .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-section .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-section .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-section .gallery-overlay i {
  color: white;
  font-size: 2rem;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-figure:after {
  box-shadow: none;
  background: transparent;
}
.mfp-img {
  background: transparent;
  padding: 0;
  border-radius: 5px;
}
.mfp-close {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.mfp-close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg);
}
.mfp-close:active {
  top: 40px;
}
/* Suppression des styles par défaut du plugin */
.mfp-arrow:before,
.mfp-arrow:after {
  border: none !important;
  content: '' !important;
  display: block !important;
}
/* Base du bouton */
.mfp-arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
/* Dessin de la flèche avec :after */
.mfp-arrow:after {
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 16px;
  /* Ajustement manuel selon la taille */
}
.mfp-arrow-left:after {
  left: 19px;
  transform: rotate(-135deg);
}
.mfp-arrow-right:after {
  right: 19px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .mfp-close,
  .mfp-arrow {
    width: 40px;
    height: 40px;
  }
  .mfp-close:active {
    top: 15px;
  }
  .mfp-arrow {
    margin-top: -20px;
  }
  .mfp-arrow:active {
    margin-top: -20px;
  }
  .mfp-arrow-left:after {
    left: 14px;
  }
  .mfp-arrow-right:after {
    right: 14px;
  }
}
/* ===========================================
   Mobile CTA bar - Floating devis + go-up
   =========================================== */
.mobile-cta-bar {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-cta-bar {
    align-items: center;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 998;
    gap: 10px;
    flex-direction: row;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-cta-bar.visible {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .mobile-cta-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.06);
  }
  .mobile-cta-bar a i {
    font-size: 20px;
    flex-shrink: 0;
  }
  .mobile-cta-bar a:active {
    transform: scale(0.93);
  }
  /* Devis button — collapsed by default (icon only) */
  .mobile-cta-devis {
    background: var(--pbmit-global-color, #80b927);
    color: #fff;
    width: 48px;
    padding: 0;
    gap: 0;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-cta-devis span {
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  }
  /* Expanded devis (scroll up) */
  .mobile-cta-bar.expanded .mobile-cta-devis {
    width: auto;
    padding: 0 22px;
    gap: 10px;
  }
  .mobile-cta-bar.expanded .mobile-cta-devis span {
    max-width: 200px;
    opacity: 1;
  }
  /* Go-up button */
  .mobile-cta-top {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #e5e5e5;
    width: 48px;
  }
  /* Hide original back-to-top on mobile */
  .pbmit-backtotop {
    display: none !important;
  }
  /* Footer touch targets >= 44px */
  footer .footer-nav-list li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#tarteaucitronRoot.tarteaucitronSize-middle #tarteaucitronAlertBig::before,
#tarteaucitronRoot.tarteaucitronSize-popup #tarteaucitronAlertBig::before {
  content: "🍪 Cookies";
}
#tarteaucitronRoot.tarteaucitronSize-middle span#tarteaucitronDisclaimerAlert,
#tarteaucitronRoot.tarteaucitronSize-popup span#tarteaucitronDisclaimerAlert {
  text-align: left;
  font-size: 14px;
  margin: 10px 0 30px !important;
}
#tarteaucitronRoot #tarteaucitronCloseCross span {
  background: #066f9e;
  padding: 10px 14px;
  border-radius: 50px;
  font-size: 14px;
  position: absolute;
  right: -35px;
  top: -20px;
  color: #FFF;
}
#tarteaucitronRoot .tarteaucitronAllow {
  margin-left: 30px !important;
}
#tarteaucitronRoot .tarteaucitronDeny {
  border: 1px solid #AAA !important;
  color: #AAA;
  background: transparent;
  border-radius: 50px !important;
  padding: 10px 20px;
  font-size: 14px !important;
}
html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList b {
  font-size: 14px;
}
html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert .tarteaucitronPartnersList {
  max-width: 350px;
  margin-right: auto;
  padding-left: 0;
  margin-left: 0;
}
html #tarteaucitronRoot #tarteaucitronPrivacyUrl {
  margin: 30px 30px 0;
  font-size: 14px !important;
  padding: 20px 0 0;
  border-radius: 0;
  display: block;
  width: calc(100% - 60px);
  border-top: 1px solid #DDD;
  text-align: center;
  color: #AAA;
}
body #tarteaucitronRoot.tarteaucitronSize-middle div#tarteaucitronAlertBig {
  max-width: 460px;
  border-radius: 5px;
  box-shadow: none;
  text-align: left;
}
.tarteaucitronSize-middle div#tarteaucitronAlertBig:before {
  font-size: 22px;
  margin-left: 26px;
  font-weight: bold;
  margin-bottom: 10px !important;
  display: inline-block;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronAlertBig .tarteaucitronCTAButton {
  background: #80b927;
  color: #FFF;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  border: 1px solid #AAA !important;
  color: #AAA;
  background: transparent;
  border-radius: 50px !important;
  padding: 10px 20px;
  font-size: 14px !important;
}
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  border: 1px solid #AAA !important;
  color: #AAA;
  background: transparent;
  border-radius: 50px !important;
  padding: 10px 20px;
  font-size: 14px !important;
  border: none !important;
}
#tarteaucitron #tarteaucitronClosePanel {
  display: none !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  padding: 30px;
  border-top: 1px solid #EEE;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  margin-left: 0 !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  margin-right: 0 !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  background: #80b927 !important;
  font-size: 14px !important;
  border: 1px solid #80b927 !important;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.2s;
  color: #FFF;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow .tarteaucitronCheck:before {
  color: #FFF !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover {
  opacity: 0.8;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  background: #FFF !important;
  border: 1px solid #b42f2f !important;
  color: #b42f2f !important;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.2s;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny .tarteaucitronCross:before {
  color: #b42f2f !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover {
  opacity: 0.8;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #EEE;
  background: transparent;
  margin-bottom: 30px;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAllow,
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronAsk.tarteaucitronIsDenied .tarteaucitronAllow {
  background: #FFF !important;
  border: 1px solid #80b927 !important;
  color: #80b927 !important;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck:before,
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronAsk.tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck:before {
  color: #80b927 !important;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny,
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronAsk.tarteaucitronIsDenied .tarteaucitronDeny {
  background: #b42f2f !important;
  border: 1px solid #b42f2f !important;
  color: #FFF !important;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross:before,
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronAsk.tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross:before {
  color: #FFF !important;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronAllow {
  background: #80b927 !important;
  border: 1px solid #80b927 !important;
  color: #FFF !important;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck:before,
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck:before {
  color: #FFF !important;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronDeny,
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronDeny {
  background: #FFF !important;
  border: 1px solid #b42f2f !important;
  color: #b42f2f !important;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross:before,
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross:before {
  color: #b42f2f !important;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background: #80b927 !important;
  font-size: 14px !important;
  border: 1px solid #80b927 !important;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.2s;
  color: #FFF;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected .tarteaucitronCheck:before {
  content: '\2611' !important;
  color: #FFF !important;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected:hover {
  opacity: 0.8;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected .tarteaucitronCross:before {
  content: '\2611' !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #FFF !important;
  margin-bottom: 0 !important;
  border-bottom: 2px solid #80b927 !important;
  text-align: center;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronH1 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 25px !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo {
  background: transparent;
  border: none;
  margin-bottom: 15px !important;
  padding: 0 !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronPrivacyUrlDialog {
  display: none !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  display: none !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  float: inherit !important;
  margin: 0 auto 15px 0 !important;
  width: 100%;
  text-align: center !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk #tarteaucitronAllAllowed {
  margin-left: 0 !important;
}
#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before,
#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before {
  color: #b42f2f;
}
.tarteaucitronName span:not(.tarteaucitronH3) {
  font-size: 12px !important;
  line-height: 15px !important;
}
.tarteaucitronName span.tarteaucitronH3 {
  margin-bottom: 10px !important;
}
.tarteaucitronName .tarteaucitron-toggle-group,
.tarteaucitronName .tarteaucitron-toggle-group span {
  font-size: 12px !important;
}
[id^="tarteaucitronServices_"] {
  background: #F8F8F8 !important;
  margin: 0 30px !important;
  border-radius: 5px;
}
#tarteaucitronServices_mandatory {
  display: none !important;
}
div#tarteaucitronServices {
  box-shadow: none !important;
  max-width: 780px;
  margin-left: auto !important;
  margin-right: auto !important;
}
html body #tarteaucitronRoot div#tarteaucitronSave {
  border-top: 1px solid #DDD;
}
html body #tarteaucitronRoot button#tarteaucitronSaveButton {
  background: #80b927;
  color: #FFF;
  font-size: 16px !important;
  padding: 15px 30px;
  border-radius: 50px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitronRoot a.tarteaucitronSelfLink img {
  display: none !important;
}
.pbmit-slider-content {
  padding-left: 1em;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .pbmit-slider-content {
    padding-left: 6em;
  }
}
.pbmit-slider-content .pbmit-title {
  font-weight: 700;
  max-width: 690px;
}
.pbmit-slider-content .pbmit-title span {
  font-size: inherit;
}
@media (max-width: 575px) {
  .section-xl > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-xl .swiper-scrollbar {
  position: relative;
  top: auto;
  left: auto;
  margin: 24px 15px 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.section-xl .swiper-scrollbar .swiper-scrollbar-drag {
  background: #066f9e;
  border-radius: 2px;
  cursor: grab;
}
.section-xl .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box-number {
  background: #066f9e;
  color: #fff;
}
@media (max-width: 485px) {
  .pbmit-slider-two .pbmit-slider-content .pbmit-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .pbmit-miconheading-style-8 .pbmit-ihbox-style-8 .pbmit-ihbox-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pbmit-container-1 {
    padding: 50px 30px;
    margin: 0 -20px;
  }
}
.pbmit-ihbox-home {
  display: flex;
}
@media (max-width: 575px) {
  .pbmit-ihbox-home {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.custom-modal-overlay.active {
  display: flex;
  opacity: 1;
}
.custom-modal-wrapper {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  height: 80vh;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: default;
}
.modal-body-content {
  flex: 1;
  overflow: hidden;
  height: 100%;
  min-height: 0;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  color: #333;
  z-index: 10;
  cursor: pointer;
}
.project-modal-layout {
  display: flex;
  height: 100%;
  min-height: 0;
}
.project-modal-layout .project-info-side {
  width: 35%;
  padding: 40px;
  background: rgba(109, 141, 196, 0.1);
  overflow-y: auto;
  flex-shrink: 0;
}
.project-modal-layout .project-info-side h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  border-bottom: 1px solid #DDD;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.project-modal-layout .project-info-side .project-desc p {
  font-size: 14px;
}
.project-modal-layout .project-gallery-side {
  width: 65%;
  padding: 0;
  background: #111;
  overflow: hidden;
  position: relative;
  min-height: 0;
}
.project-gallery-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-gallery-swiper .swiper-wrapper {
  height: 100%;
}
.project-gallery-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.project-gallery-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}
.project-gallery-swiper .swiper-button-prev,
.project-gallery-swiper .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.project-gallery-swiper .swiper-button-prev::after,
.project-gallery-swiper .swiper-button-next::after {
  font-size: 18px;
}
.project-gallery-swiper .swiper-button-prev:hover,
.project-gallery-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.project-gallery-swiper .gallery-counter {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 14px;
  border-radius: 20px;
  z-index: 10;
}
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.zoom-overlay img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}
.zoom-overlay .zoom-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.badge-cat {
  display: inline-block;
  background-color: #f1f1f1;
  color: #333;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
}
.modal-categories .badge-cat {
  background-color: #000;
  color: #fff;
  border: none;
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .project-modal-layout {
    flex-direction: column;
  }
  .project-modal-layout .project-info-side {
    width: 100%;
    flex-shrink: 0;
    height: auto;
    max-height: 30%;
  }
  .project-modal-layout .project-gallery-side {
    width: 100%;
    flex: 1;
    min-height: 0;
  }
  .custom-modal-wrapper {
    height: 90vh;
  }
}
.sidebar-layout {
  padding: 0 0 80px;
}
.content-card {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-top: -100px;
  z-index: 9;
  position: relative;
}
.section-category {
  font-weight: 900;
  font-size: 24px;
  line-height: 46px;
  color: var(--pbmit-heading-color);
  text-transform: none;
  font-style: normal;
  max-width: 600px;
  position: relative;
  margin-bottom: 5px;
  display: block;
}
.section-category i {
  color: #80b927;
  margin-right: 6px;
  font-size: 24px;
  vertical-align: middle;
}
.aides-disclaimer {
  background: #f0f7e4;
  border-radius: 5px;
  padding: 20px 24px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.aides-disclaimer > i {
  color: #80b927;
  font-size: 20px;
  margin-top: 2px;
}
.aides-disclaimer p {
  flex: 1;
  margin: 0;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  min-width: 200px;
}
.aides-disclaimer .aides-updated {
  width: 100%;
  font-size: 12px;
  color: #999;
  padding-left: 32px;
}
.aides-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.aides-block:last-of-type {
  border-bottom: none;
}
.aides-block p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}
.aides-subtitle {
  font-size: 17px;
  font-weight: 600;
  color: var(--pbmit-heading-color);
  margin: 24px 0 10px;
}
.aides-list {
  list-style: none;
  margin: 16px 0 20px;
  max-width: 460px;
  border: 1px solid #eee;
  padding: 0 20px;
  border-radius: 5px;
}
.aides-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  gap: 16px;
}
.aides-list li:last-child {
  border-bottom: none;
}
.aides-list__label {
  color: #555;
}
.aides-list__value {
  font-weight: 600;
  color: var(--pbmit-heading-color);
  text-align: right;
  white-space: nowrap;
}
.aides-list__value small {
  font-weight: 400;
  color: #999;
  margin-left: 6px;
}
.aides-list__value--muted {
  font-weight: 400;
  color: #999;
}
.aides-list__value .badge-active,
.aides-list__value .badge-inactive {
  margin-left: 8px;
  vertical-align: middle;
}
.aides-conditions {
  background: #fafafa;
  border-radius: 5px;
  padding: 16px 20px;
  margin: 16px 0;
}
.aides-conditions strong {
  margin-bottom: 8px;
  font-size: 14px;
}
.aides-conditions ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.aides-conditions ul li {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
.aides-conditions ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #80b927;
}
.aides-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.aides-source-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 5px 12px 5px 8px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s;
}
.aides-source-badge img {
  width: 14px;
  height: 14px;
  border-radius: 2px;
}
.aides-source-badge:hover {
  border-color: #80b927;
  color: #80b927;
  background: rgba(128, 185, 39, 0.04);
}
.aides-summary {
  background: #f8f9fa;
  border-radius: 5px;
  padding: 30px;
  margin-top: 20px;
}
.aides-summary .aides-list {
  max-width: none;
}
.badge-active {
  display: inline-block;
  background: rgba(128, 185, 39, 0.12);
  color: #5a8a0f;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
}
.badge-inactive {
  display: inline-block;
  background: #f0f0f0;
  color: #999;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
}
.sidebar-nav {
  position: sticky;
  top: 60px;
}
.sidebar-nav-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  display: block;
  margin-bottom: 12px;
}
.sidebar-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  border-left: 2px solid #e5e5e5;
}
.sidebar-nav-list li {
  margin: 0;
}
.sidebar-nav-list a {
  display: block;
  padding: 10px 0 10px 16px;
  color: var(--pbmit-blackish-color);
  font-size: 15px;
  font-weight: 500;
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: all 0.2s;
  text-decoration: none;
}
.sidebar-nav-list a span {
  color: #aaa;
  font-size: 13px;
}
.sidebar-nav-list a:hover,
.sidebar-nav-list a.active {
  color: #80b927;
  border-left-color: #80b927;
}
.sidebar-nav-filters a {
  position: relative;
  padding-left: 30px;
}
.sidebar-nav-filters a::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  transition: all 0.2s;
}
.sidebar-nav-filters a.active::before,
.sidebar-nav-filters a.pbmit-selected::before {
  border-color: #80b927;
  background: #80b927;
  box-shadow: inset 0 0 0 2px #fff;
}
.sidebar-nav-filters a.active,
.sidebar-nav-filters a.pbmit-selected {
  color: #80b927;
  border-left-color: #80b927;
}
.sidebar-nav-cta {
  position: relative;
  border-radius: 5px;
  padding: 30px 20px;
  text-align: center;
}
.sidebar-nav-cta .sidebar-nav-cta__open {
  position: absolute;
  top: -20px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
}
.sidebar-nav-cta .sidebar-nav-cta__open::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #80b927;
  border-radius: 50%;
}
.sidebar-nav-cta .sidebar-nav-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.sidebar-nav-cta .sidebar-nav-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 17, 46, 0.55) 0%, rgba(0, 17, 46, 0.85) 100%);
  border-radius: 5px;
}
.sidebar-nav-cta .sidebar-nav-cta__content {
  position: relative;
  z-index: 1;
  text-align: left;
}
.sidebar-nav-cta strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 6px;
}
.sidebar-nav-cta span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 19px;
}
.sidebar-nav-cta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #80b927;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
.sidebar-nav-cta a i {
  font-size: 14px;
  transition: transform 0.3s;
}
.sidebar-nav-cta a:hover {
  background: #6ea021;
}
.sidebar-nav-cta a:hover i {
  transform: translateX(3px);
}
.blog-related-section {
  overflow: hidden;
  margin-bottom: 80px;
}
.blog-related__title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--pbmit-heading-color);
}
.blog-related__wrapper {
  width: calc(100% + ((100vw - 100%) / 2));
}
.blog-related__swiper.swiper {
  overflow: visible;
}
.blog-related-section .post-card-overlay {
  height: 320px;
}
@media (max-width: 767px) {
  .blog-related-section {
    margin-bottom: 40px;
  }
  .blog-related-section .post-card-overlay {
    height: 260px;
  }
}
.blog-share {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.blog-share__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--pbmit-heading-color);
  white-space: nowrap;
}
.blog-share__buttons {
  display: flex;
  gap: 8px;
}
.blog-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #555;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.blog-share__btn:hover {
  color: #fff;
  border-color: transparent;
}
.blog-share__btn--facebook:hover {
  background: #1877f2;
}
.blog-share__btn--linkedin:hover {
  background: #0a66c2;
}
.blog-share__btn--x:hover {
  background: #000;
}
.blog-share__btn--copy:hover {
  background: #80b927;
}
.blog-share__btn--copy.copied {
  background: #80b927;
  border-color: #80b927;
  color: #fff;
}
@media (max-width: 575px) {
  .blog-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.sidebar-layout .blog-classic {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
}
.blog-content h2.wp-block-heading {
  font-size: 26px;
  font-weight: bold;
}
.mt--70 {
  margin-top: -70px;
}
.text-secondary {
  color: #80b927 !important;
}
.img-radius {
  border-radius: 5px;
}
/*# sourceMappingURL=rotel.css.map */