.lm-post a {
  text-decoration: none;
  font-weight: normal;
}
.lm-post a:hover .box-img-post {
  background-color: #cccccc;
}
.lm-post a:hover img {
  transform: scale(1.1);
}
.lm-post .box-img-post {
  height: auto !important;
  background-color: #eeeeee;
  overflow: hidden;
}
.lm-post .box-img-post .ratio-2-3 {
  width: 100%;
  padding-bottom: 66.6%;
  position: relative;
}
@media (max-width: 768px) {
  .lm-post .box-img-post {
    height: auto;
    margin-bottom: 1rem;
  }
}
.lm-post .box-img-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
}
.lm-post .box-contenu-post {
  margin-top: 1rem;
}
.lm-post .box-contenu-post > * {
  margin-top: 1rem;
}
.lm-post .box-contenu-post > div:first-child {
  margin-top: 0rem;
}
.lm-post .box-contenu-post .single-post-date {
  font-size: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lm-post .box-contenu-post .post-texte {
  /*background-color: #eeeeee;
  border-top: #999999 1px solid;
  min-height: 175px;
  @media(max-width: 768px){
    height: auto;
  }*/
}
.lm-post .box-contenu-post p {
  margin-bottom: 0.5rem;
}
.lm-post .single-post-row-featured {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0rem;
  margin-bottom: 2rem;
}
.lm-post .single-post-row-featured > .single-post {
  padding: 0px !important;
}
.lm-post .single-post-row-featured > .single-post > div {
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px;
}
.lm-post .single-post h3 {
  text-transform: none;
}
.lm-post .single-post > div {
  align-items: start !important;
}
.lm-post .single-post.single-post-featured {
  width: 100% !important;
}
.lm-post .single-post.single-post-featured > div {
  align-items: center !important;
}
.lm-post .box-lien-post {
  margin-top: 1rem;
  display: flex;
}
.lm-post.img-right .box-img-post {
  order: 2;
}
.lm-post.img-right .box-contenu-post {
  margin-top: 0px;
  margin-right: 1rem;
}
.lm-post.img-right .single-post-featured .box-contenu-post {
  padding-right: 2rem;
  margin-right: 0rem;
}
.lm-post.img-left .box-contenu-post {
  margin-top: 0px;
  margin-left: 1rem;
}
.lm-post.img-left .single-post-featured .box-contenu-post {
  padding-left: 2rem;
  margin-left: 0rem;
}
.lm-post .lm-summary .box-img-post,
.lm-post .lm-summary .single-post-date {
  display: none;
}
.lm-post .lm-summary h3, .lm-post .lm-summary .box-contenu-post {
  margin-top: 0rem;
}
.lm-post .lm-summary > a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
}
.lm-post .lm-summary > a:first-child {
  padding-top: 0rem;
}
@media (max-width: 992px) {
  .lm-post .box-contenu-post {
    padding: 0rem !important;
  }
}

.single-post:not(body) {
  text-decoration: none;
}
.single-post:not(body):hover .lm-ratio img {
  transform: scale(1.05);
}

.single-post-template-1 {
  --bg-color: #eeeeee;
}
.single-post-template-1 a {
  text-decoration: none;
}
.single-post-template-1 > a {
  position: relative;
  width: 100%;
}
.single-post-template-1 > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0px;
  top: 0px;
  background-color: var(--bg-color);
  z-index: -1;
}
.single-post-template-1 .box-lien-post {
  order: 3;
}
.single-post-template-1 .box-contenu-post {
  background-color: var(--bg-color);
  order: 2;
}
.single-post-template-1 .box-contenu-post svg {
  width: 1.1rem;
  flex-shrink: 0;
}
.single-post-template-1 .box-img-post {
  order: 1;
}
.single-post-template-1 .single-post-date {
  background-color: var(--main-color, #666666);
  color: #ffffff;
  text-align: center;
  border-radius: 0px 0px 1.5rem 0px;
  font-size: 1.4rem;
}
.single-post-template-1 .single-post-date > div {
  display: flex;
  flex-wrap: wrap;
}
.single-post-template-1 .single-post-date > div > * {
  width: 100%;
}
.single-post-template-1 .single-post-date-day {
  font-size: 1em;
}
.single-post-template-1 .single-post-date-month {
  font-size: 0.6em;
  font-weight: 400;
}
.single-post-template-1 h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
}
.single-post-template-1 .box-lien-post {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  padding: 0px;
  font-size: 2rem;
}
.single-post-template-1 .box-lien-post .btn {
  font-size: 2rem;
  height: 3rem;
  width: 3rem;
  padding: 0.5rem;
  justify-content: center;
}
@media (max-width: 1750px) {
  .single-post-template-1 {
    font-size: 1rem;
  }
  .single-post-template-1 h3 {
    --h1-size:2rem;
  }
  .single-post-template-1 > * {
    font-size: 0.8em;
  }
}
@media (max-width: 1200px) {
  .single-post-template-1 > a > div {
    background-color: var(--bg-color);
  }
}

.single-post-template-2 a {
  text-decoration: none;
}
.single-post-template-2 > a {
  position: relative;
  width: 100%;
  text-align: center;
}
.single-post-template-2 .box-lien-post {
  order: 3;
}
.single-post-template-2 .box-contenu-post {
  background-color: var(--bg-color);
  order: 2;
}
.single-post-template-2 .box-contenu-post svg {
  width: 1.1rem;
  flex-shrink: 0;
}
.single-post-template-2 .box-contenu-post > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-post-template-2 .box-img-post {
  order: 1;
}
.single-post-template-2 .single-post-date {
  position: relative;
  width: max(50%, 5rem);
  padding-bottom: max(50%, 5rem);
  border: 2px #ffffff solid;
  color: #ffffff;
  text-align: center;
  font-size: 4rem;
}
.single-post-template-2 .single-post-date > div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.single-post-template-2 .single-post-date > div > * {
  width: 100%;
}
.single-post-template-2 .single-post-date-day {
  font-size: 1em;
}
.single-post-template-2 .single-post-date-month {
  font-size: 0.35em;
  font-weight: 400;
}
.single-post-template-2 h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: #ffffff 1px solid;
  width: 100%;
}
.single-post-template-2 p {
  width: 100%;
}
.single-post-template-2 .box-lien-post {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  padding: 0px;
  font-size: 2rem;
}
.single-post-template-2 .box-lien-post .btn {
  font-size: 2rem;
  height: 3rem;
  width: 3rem;
  padding: 0.5rem;
  justify-content: center;
}
@media (max-width: 1750px) {
  .single-post-template-2 {
    font-size: 1rem;
  }
  .single-post-template-2 h3 {
    --h1-size:2rem;
  }
  .single-post-template-2 > * {
    font-size: 0.8em;
  }
}
@media (max-width: 1200px) {
  .single-post-template-2 > a {
    background-color: var(--bg-color);
  }
}

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