/*!
Theme Name: dr-lasfargue
Text Domain: dr-lasfargue
Template: dede
*/
html {
  font-size: 16px;
  font-family: "Helvetica", arial, sans-serif;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "Helvetica", arial, sans-serif;
}

a {
  color: #252525;
}

address {
  font-style: normal;
}

p {
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica", arial, cursive;
}

.title-oval h1, .title-oval h2, .title-oval h3 {
  display: flex;
  align-items: center;
}
.title-oval h1::before, .title-oval h2::before, .title-oval h3::before {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/dr-lasfargue/img/Oval.png") no-repeat center center;
  height: 28px;
  width: 21px;
  margin-left: -10px;
  margin-right: 15px;
}

.elementor-widget-theme-post-content h4::before, .elementor-widget-theme-post-content h5::before, .elementor-widget-theme-post-content h6::before {
  content: "";
  display: block;
  background: url("/wp-content/themes/dr-lasfargue/img/Oval_vert.png") no-repeat center center;
  height: 20px;
  width: 15px;
  margin-left: -10px;
  margin-right: 15px;
}

.page-list.page-list-ext {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page-list.page-list-ext .page-list-ext-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.page-list.page-list-ext .page-list-ext-item .page-list-ext-image a {
  display: block;
  width: 100%;
  height: 340px;
}
.page-list.page-list-ext .page-list-ext-item .page-list-ext-image a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-list.page-list-ext .page-list-ext-item .page-list-ext-title a {
  color: #252525;
  font-weight: normal;
  font-size: 1.5rem;
}
.page-list.page-list-ext .page-list-ext-item .page-list-ext-item-content .content {
  font-size: 1.25rem;
}
.page-list.page-list-ext .page-list-ext-item .page-list-ext-item-content .footer {
  font-size: 1.25rem;
  margin-top: 20px;
}
.page-list.page-list-ext .page-list-ext-item .page-list-ext-item-content .footer a {
  font-weight: bold;
  text-decoration: underline;
}

#breadcrumbs {
  font-size: 16px;
}
#breadcrumbs a {
  color: #7A9E52;
  font-weight: bold;
}
#breadcrumbs .breadcrumb_last {
  color: #252525;
  font-weight: normal;
}

.page .sticky {
  position: -webkit-sticky;
  position: sticky;
  height: max-content;
  top: 1.25rem;
}
.page .alignleft {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.page .alignright {
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .dd-col-3 .dd-post-grid-column,
.elementor-shortcode .page-list.page-list-ext .page-list-ext-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .dd-col-3 .dd-post-grid-column,
.elementor-shortcode .page-list.page-list-ext .page-list-ext-item {
    width: 100%;
  }

  .elementor-shortcode .page-list.page-list-ext {
    flex-direction: column;
  }
}

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