@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Outfit:wght@100..900&display=swap");
.grecaptcha-badge {
  display: none !important;
}

body {
  font-family: "Outfit", sans-serif;
  background: #f8f8f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
  font-weight: 600;
}

h1 {
  font-size: 6rem;
  line-height: 1.5;
}

.button__group {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.button__primary, header .header__inner .main-navigation .nav-menu li.is-button a, input[type=submit] {
  background: #2c3a32;
  color: #fff;
  padding: 16px 32px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.button__primary:hover, header .header__inner .main-navigation .nav-menu li.is-button a:hover, input[type=submit]:hover {
  background: #6b7b63;
  color: white;
}
.button__primary.is-white, header .header__inner .main-navigation .nav-menu li.is-button a, input.is-white[type=submit] {
  background: #fff;
  color: #2c3a32;
}
.button__primary.is-white:hover, header .header__inner .main-navigation .nav-menu li.is-button a:hover, input.is-white[type=submit]:hover {
  background: #6b7b63;
  color: #fff;
}

.button__secondary {
  background-color: rgba(44, 58, 50, 0.3);
  color: #2c3a32;
  padding: 16px 32px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.button__secondary:hover {
  background: #2c3a32;
  color: #fff;
}
.button__secondary.is-white, header .header__inner .main-navigation .nav-menu li.is-button a.button__secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.button__secondary.is-white:hover, header .header__inner .main-navigation .nav-menu li.is-button a.button__secondary:hover {
  background: #fff;
  color: #2c3a32;
}

.section__base {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section__base {
    padding: 80px 0;
  }
}
.section__base.with-overlay {
  position: relative;
}
.section__base.with-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 80% auto;
  background-repeat: no-repeat;
  top: 72px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .section__base.with-overlay:before {
    background-size: 150% auto;
    top: 40px;
  }
}
.section__base.with-overlay .container {
  position: relative;
  z-index: 2;
}
.section__base.is-grey {
  background: #ececec;
}
.section__base h2 {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .section__base h2 {
    font-size: 2.5rem;
  }
}
.section__base.section__background-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.section__base.section__background-image:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.section__base.section__background-image .container {
  position: relative;
  z-index: 2;
  color: white;
}

.page__section {
  padding: 120px 0;
  position: relative;
}
.page__section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 70% auto;
  background-repeat: no-repeat;
  top: 72px;
  z-index: -1;
  pointer-events: none;
}

.page--card {
  background: white;
  padding: 32px;
}

.contact--infos h2 {
  font-size: 2.4rem;
  margin-bottom: 24px;
  font-weight: bold;
}
.contact--infos .contact--infos-element {
  background: white;
  border: 1px solid #ececec;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.contact--infos .contact--infos-element h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.contact--infos .contact--infos-element p {
  margin: 0;
}
.contact--infos .contact--infos-element .icone {
  width: 72px;
  height: 72px;
  background: #6b7b63;
  padding: 12px;
}
.contact--infos .contact--infos-element .icone img {
  width: 100%;
  height: 100%;
}

.form__column {
  display: flex;
  gap: 32px;
}
.form__column p {
  flex-grow: 1;
}

form label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

input[type=text],
input[type=email],
textarea,
select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ececec;
  background: #f8f8f6;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  transition: border-color 0.3s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  border-color: #2c3a32;
  outline: none;
}

input[type=submit] {
  border: none;
  cursor: pointer;
  border-radius: 0;
}

.section__hero {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 100vh;
  background: #2c3a32;
  position: relative;
  overflow: hidden;
}
.section__hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--background-image);
  background-size: cover;
  z-index: 1;
  mix-blend-mode: overlay;
}
.section__hero .container {
  position: relative;
  z-index: 2;
}
.section__hero .container h1 {
  margin: 0;
}
@media (max-width: 768px) {
  .section__hero .container h1 {
    font-size: 3rem;
  }
}
.section__hero .container p {
  font-size: 1.2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section__values {
  text-align: center;
}
.section__values .values__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin: 52px 0;
}
@media (min-width: 768px) {
  .section__values .values__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section__values .values__item {
  background: #fff;
  text-align: left;
  padding: 32px 24px;
  transition: transform 0.3s ease-in-out;
  border: 1px solid rgb(225.8, 225.8, 225.8);
}
.section__values .values__item:hover {
  transform: translateY(-5px);
}
.section__values .values__image {
  margin-bottom: 20px;
  background: #6b7b63;
  width: 80px;
  height: 80px;
  padding: 12px;
}
.section__values .values__image img {
  width: 100%;
  margin: 0 auto;
}
.section__values .values__content h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #2c3a32;
}
.section__values .values__content p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.section__values .section__button {
  margin-top: 48px;
}

.section__services {
  text-align: left;
}
.section__services .services__container {
  display: flex;
  gap: 60px;
  margin: 48px 0;
  align-items: stretch;
  min-height: 500px;
}
@media (max-width: 767px) {
  .section__services .services__container {
    flex-direction: column;
    gap: 32px;
    min-height: auto;
  }
}
.section__services .services__list {
  flex: 1;
  max-width: 600px;
}
.section__services .services__item {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.section__services .services__content {
  position: relative;
}
.section__services .services__content h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #2c3a32;
  transition: color 0.3s ease-in-out;
}
.section__services .services__content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
  margin: 0;
  padding-right: 40px;
}
.section__services .services__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #6b7b63;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.section__services .services__image-area {
  flex: 1;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .section__services .services__image-area {
    min-height: 300px;
  }
}
.section__services .services__placeholder {
  display: none;
}
.section__services .services__placeholder p {
  margin: 0;
}
.section__services .services__display-image {
  position: absolute;
  left: 50%;
  width: 80%;
  max-width: 300px;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.3s ease-in-out;
  transform: translateX(-50%) translateY(10px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.section__services .services__display-image.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.section__services .services__display-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section__services .section__button {
  margin-top: 48px;
  text-align: center;
}

.section__posts {
  text-align: center;
}
.section__posts .posts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin: 52px 0;
}
@media (min-width: 768px) {
  .section__posts .posts__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section__posts .posts__item {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.section__posts .posts__item:hover {
  transform: translateY(-5px);
}
.section__posts .posts__item:hover .posts__image img {
  transform: scale(1.05);
}
.section__posts .posts__item:hover .posts__title {
  color: #6b7b63;
}
.section__posts .posts__item:hover .posts__arrow {
  transform: translateX(5px);
}
.section__posts .posts__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.section__posts .posts__image a {
  display: block;
  height: 100%;
}
.section__posts .posts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.section__posts .posts__content {
  padding-top: 20px;
}
.section__posts .posts__meta {
  margin-bottom: 12px;
}
.section__posts .posts__date {
  font-size: 0.9rem;
  color: #6b7b63;
  font-weight: 600;
}
.section__posts .posts__title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__posts .posts__title .arrow-right {
  width: 32px;
  height: 32px;
}
.section__posts .posts__title a {
  color: #2c3a32;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.4;
  transition: color 0.3s ease-in-out;
}
.section__posts .posts__title a:hover {
  color: #6b7b63;
}
.section__posts .posts__excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}
.section__posts .posts__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2c3a32;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease-in-out;
}
.section__posts .posts__link:hover {
  color: #6b7b63;
}
.section__posts .posts__arrow {
  transition: transform 0.3s ease-in-out;
}
.section__posts .section__button {
  margin-top: 48px;
}

.blog-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.blog-pagination .pagination-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-pagination .pagination-nav a,
.blog-pagination .pagination-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #2c3a32;
  border: 1px solid rgba(44, 58, 50, 0.2);
}
.blog-pagination .pagination-nav a:hover,
.blog-pagination .pagination-nav span:hover {
  background: #2c3a32;
  color: #fff;
  border-color: #2c3a32;
}
.blog-pagination .pagination-nav a.current,
.blog-pagination .pagination-nav span.current {
  background: #2c3a32;
  color: #fff;
  border-color: #2c3a32;
  cursor: default;
  pointer-events: none;
}
.blog-pagination .pagination-nav a.prev, .blog-pagination .pagination-nav a.next,
.blog-pagination .pagination-nav span.prev,
.blog-pagination .pagination-nav span.next {
  padding: 12px 20px;
  font-weight: 500;
}
.blog-pagination .pagination-nav a.prev:hover, .blog-pagination .pagination-nav a.next:hover,
.blog-pagination .pagination-nav span.prev:hover,
.blog-pagination .pagination-nav span.next:hover {
  background: #6b7b63;
  border-color: #6b7b63;
}
.blog-pagination .pagination-nav a.dots,
.blog-pagination .pagination-nav span.dots {
  background: transparent;
  border: none;
  cursor: default;
  pointer-events: none;
  color: #6b7b63;
}
.blog-pagination .pagination-nav a.dots:hover,
.blog-pagination .pagination-nav span.dots:hover {
  background: transparent;
  color: #6b7b63;
}
@media (max-width: 767px) {
  .blog-pagination .pagination-nav {
    gap: 4px;
  }
  .blog-pagination .pagination-nav a,
  .blog-pagination .pagination-nav span {
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  .blog-pagination .pagination-nav a.prev, .blog-pagination .pagination-nav a.next,
  .blog-pagination .pagination-nav span.prev,
  .blog-pagination .pagination-nav span.next {
    padding: 8px 16px;
  }
}

.section__honoraires {
  background: #f8700d !important;
}
.section__honoraires h2 {
  margin: 0;
  color: white;
}
.section__honoraires .container {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  color: white;
}

.section__footer {
  background: #f8700d;
  color: white;
  text-align: center;
}
.section__footer h2 {
  margin: 0;
}

footer {
  background: #2c3a32;
  color: #fff;
  text-align: left;
  padding: 72px 0;
  font-size: 0.9rem;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #6b7b63;
}
footer .footer__description {
  display: flex;
  flex-direction: column;
  text-align: left;
}
footer .footer__description .name {
  display: block;
  font-size: 1.375rem;
  font-family: "Fraunces", serif;
}
footer .footer__description h3 {
  margin: 12px 0;
  font-size: 1.75rem;
}
footer .footer__description p {
  margin: 0;
}
footer .footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
footer .footer__menu ul li {
  margin-bottom: 8px;
}
footer .footer__menu ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-size: 1rem;
}
footer .footer__menu ul li a:hover {
  color: #6b7b63;
}
footer .footer__contact p {
  margin: 0 0 12px 0;
}
footer .footer__contact p a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer .social-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social-nav a img {
  filter: invert(1);
  transition: filter 0.3s ease-in-out;
  width: 40px;
  height: 40px;
}
footer .social-nav a img:hover {
  filter: invert(47%) sepia(26%) saturate(278%) hue-rotate(56deg) brightness(91%) contrast(89%);
}
footer .site-info {
  text-align: center;
  margin-top: 52px;
  padding: 0 12px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
body.admin-bar header {
  top: 32px;
}
header.is-fixed {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
header.is-fixed .header__inner .main-navigation .nav-menu li a {
  color: #2c3a32;
}
header.is-fixed .header__inner .main-navigation .nav-menu li a:hover {
  color: #6b7b63;
}
header.is-fixed .header__inner .main-navigation .nav-menu li.is-button a {
  background: #6b7b63 !important;
  color: #fff !important;
}
header.is-fixed .header__inner .main-navigation .nav-menu li.is-button a:hover {
  background: #2c3a32 !important;
  color: #fff !important;
}
header .header__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1360px;
  padding: 10px 20px;
}
header .header__inner .main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media (max-width: 767px) {
  header .header__inner .main-navigation {
    gap: 0;
  }
}
header .header__inner .main-navigation .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
header .header__inner .main-navigation .nav-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
header .header__inner .main-navigation .nav-menu li a:hover {
  color: #6b7b63;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  z-index: 100001;
}
.menu-toggle .hamburger-line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.menu-toggle.toggled .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.menu-toggle.toggled .hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu-toggle.toggled .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
header.is-fixed .menu-toggle.toggled .hamburger-line {
  background-color: white;
}
header.is-fixed .menu-toggle .hamburger-line {
  background-color: #2c3a32;
}
@media (max-width: 767px) {
  .menu-toggle {
    display: flex;
  }
}

@media (max-width: 767px) {
  .main-navigation .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    background: #2c3a32;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 80px 0 40px 0;
    transition: right 0.3s ease-in-out;
    z-index: 100000;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  .main-navigation .nav-menu li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-navigation .nav-menu li:last-child {
    border-bottom: none;
  }
  .main-navigation .nav-menu li a {
    display: block;
    padding: 20px 30px;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-left: 4px solid transparent;
  }
  .main-navigation .nav-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #6b7b63;
    color: #6b7b63 !important;
  }
  .main-navigation .nav-menu li.is-button {
    margin: 20px 30px 0 30px;
    border: none;
  }
  .main-navigation .nav-menu li.is-button a {
    background: #6b7b63 !important;
    color: #fff !important;
    text-align: center;
    padding: 16px 32px;
    border: none;
    border-radius: 0;
  }
  .main-navigation .nav-menu li.is-button a:hover {
    background: rgb(132.2297297297, 149.3108108108, 123.6891891892) !important;
    border-left: none;
  }
  .main-navigation.toggled .nav-menu {
    right: 0;
  }
}
@media (min-width: 768px) {
  .main-navigation .menu-toggle {
    display: none !important;
  }
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
}

.site-branding img {
  max-width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .site-branding img {
    max-width: 60px;
  }
}
.site-branding svg {
  max-width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .site-branding svg {
    max-width: 60px;
  }
}
.site-branding svg #rj-letter {
  transition: all 0.3s ease-in-out;
}
header.is-fixed .site-branding svg #rj-letter {
  fill: black;
  transition: all 0.3s ease-in-out;
}

.page__header {
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 160px 20px 120px 20px;
  position: relative;
}
.page__header:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}
.page__header .container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}
.page__header h1 {
  font-size: 4.2rem;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page__header h1 {
    font-size: 2.4rem;
  }
}
.page__header p:before {
  content: "";
  width: 120px;
  height: 2px;
  display: block;
  margin: 0 auto 16px auto;
  background: white;
}

.service--link {
  text-decoration: none !important;
}

article.type-services {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  article.type-services {
    flex-direction: column;
  }
}
article.type-services:hover .entry-body:before {
  transform: scaleX(1) !important;
}
article.type-services:hover img {
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
}
article.type-services:hover .arrow-right {
  transform: translateY(0);
  opacity: 1 !important;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
article.type-services .entry-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 0;
}
article.type-services .entry-content .entry-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
article.type-services .entry-content .entry-body:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6b7b63;
  width: 100%;
  height: 2px;
  z-index: 2;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
article.type-services .entry-content .entry-body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ececec;
  width: 100%;
  height: 1px;
  z-index: 1;
}
article.type-services h2 {
  font-size: 2.4rem;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  article.type-services h2 {
    font-size: 1.8rem;
  }
}
article.type-services p {
  text-decoration: none;
}
article.type-services img {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  max-width: 320px;
}
article.type-services .arrow-right {
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
article.type-services a > * {
  text-decoration: none !important;
}

.services__single-intro {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .services__single-intro {
    flex-direction: column;
  }
}
.services__single-intro img {
  max-width: 400px;
  height: auto;
  width: 100%;
}
.services__single-intro h2 {
  font-size: 2.4rem;
  margin: 0;
}

.services__single-intervention {
  padding: 120px 0;
  max-width: 760px !important;
  margin: 0 auto;
}
.services__single-intervention h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 32px;
}
.services__single-intervention ul {
  padding: 0;
  margin: 0;
}
.services__single-intervention ul li {
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
}
.services__single-intervention ul li:before {
  content: "";
  position: absolute;
  border-color: #6b7b63;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 6px;
  left: 6px;
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
}

hr {
  background-color: #ececec;
  height: 1px;
  border: 0 !important;
}

.post__author-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 72px;
  padding: 32px;
  background: #ececec;
}
@media (max-width: 768px) {
  .post__author-box {
    flex-direction: column;
    text-align: center;
  }
}
.post__author-box img {
  max-width: 180px;
  height: auto;
}

.single--post .container--small {
  max-width: 760px !important;
  margin: 0 auto;
}
.single--post h2 {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
.single--post ul,
.single--post ol {
  padding: 0;
}
.single--post .wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.single--post .share-post {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.single--post .share-post span {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.single--post .share-post .share-post__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single--post .share-post .share-post__buttons a {
  text-decoration: none;
  display: inline-flex;
}

.section__intro {
  text-align: center;
}
.section__intro p {
  margin: 32px auto 52px auto;
}/*# sourceMappingURL=style.css.map */