.cat_title {
  gap: 1em;
}
.cat_title > span {
  display: none;
}
.cat_title > a {
  border-radius: 50px;
  background-color: #494949;
  padding: 0.5em 1em;
  font-size: 0.9em;
  transition: all 0.3s;
}
.cat_title > a:hover {
  opacity: 0.7;
}

.occasion_single {
  display: flex;
  align-items: start;
  gap: 5em;
  max-width: 1700px;
  margin: auto;
}
.occasion_single > div:first-child {
  flex: 0 0 830px;
  max-width: 830px;
}
.occasion_single > div:first-child > .thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
}
.occasion_single > div:first-child > .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.occasion_single > div:first-child > .gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}
.occasion_single > div:first-child > .gallery > div {
  flex: 0 0 calc(50% - 1em);
  max-width: calc(50% - 1em);
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
}
.occasion_single > div:first-child > .gallery > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.occasion_single > div:last-child h6 {
  font-family: var(--wp--preset--font-family--playfair-display);
  margin: 0;
  font-size: 1.6em;
  line-height: 1;
}
.occasion_single > div:last-child > .vendu {
  background-color: #BF985C;
  border-radius: 10px;
  padding: 0.8em 1.5em;
  margin-bottom: 2em;
}
.occasion_single > div:last-child > .vendu > p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8em;
}
.occasion_single > div:last-child > .etat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 2px solid #FFFFFF;
}
.occasion_single > div:last-child > .etat > p {
  margin: 4px 0 0;
  line-height: 1;
}
.occasion_single > div:last-child > .description {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 2px solid #FFFFFF;
}
.occasion_single > div:last-child > .description > div > p:first-child {
  margin-top: 0.6em;
}
.occasion_single > div:last-child > .cara {
  margin-top: 1.2em;
}
.occasion_single > div:last-child > .cara > div > p:first-child {
  margin-top: 0.6em;
}
.occasion_single > div:last-child > .presse {
  background-color: #353535;
  border-radius: 10px;
  padding: 1.5em 1.5em 1em;
  margin-top: 2em;
}
.occasion_single > div:last-child > .presse > a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.occasion_single > div:last-child > .presse > a:hover {
  opacity: 0.5;
}
.occasion_single > div:last-child > .presse > a > p {
  font-style: italic;
}
.occasion_single > div:last-child > .presse > a > p > span {
  display: block;
  font-weight: 700;
}
.occasion_single > div:last-child > .contact {
  background-color: #BF985C;
  border-radius: 10px;
  padding: 0.8em 1.5em;
  margin-top: 2em;
}
.occasion_single > div:last-child > .contact > p {
  margin: 0;
  font-weight: 600;
  font-size: 1.2em;
}
.occasion_single > div:last-child > .contact > p > a {
  text-decoration: none;
  position: relative;
}
.occasion_single > div:last-child > .contact > p > a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.occasion_single > div:last-child > .contact > p > a:hover:after {
  width: 0;
}

.dernieresSelections {
  margin-top: 4em;
  padding-top: 4em;
  position: relative;
}
.dernieresSelections:before {
  content: "";
  width: 99vw;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dernieresSelections > h5 {
  margin: 0;
  text-align: center;
  font-size: 2em;
  padding-bottom: 0.6em;
  position: relative;
}
.dernieresSelections > h5:after {
  content: "";
  width: 175px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-query.listeOccasion {
  max-width: 100%;
}

.remontee_occasions {
  max-width: 1550px;
  margin: 3em auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4em 2em;
}
.remontee_occasions > a {
  display: block;
  flex: 0 0 calc(25% - 1.5em);
  max-width: calc(25% - 1.5em);
  text-decoration: none;
}
.remontee_occasions > a > div:first-child {
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.remontee_occasions > a > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.remontee_occasions > a > div:last-child {
  margin-top: -22px;
  position: relative;
}
.remontee_occasions > a > div:last-child > .cat {
  margin: 0 auto;
  border-radius: 50px;
  background-color: #494949;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.remontee_occasions > a > div:last-child > h6 {
  margin: 1em 0 0.2em;
  font-size: 1.4em;
  text-align: center;
}
.remontee_occasions > a > div:last-child > p:not(.cat) {
  margin: 0;
  text-align: center;
}
.remontee_occasions > a:hover > div:first-child > img {
  transform: scale(1.2);
}
.remontee_occasions > a.vendu > div:first-child {
  position: relative;
}
.remontee_occasions > a.vendu > div:first-child > img {
  filter: grayscale(1);
}
.remontee_occasions > a.vendu > div:first-child > .vendre {
  background-color: #BF985C;
  border-radius: 10px 0 0 10px;
  padding: 0.6em 7em 0.6em 1em;
  position: absolute;
  top: 30px;
  right: 0;
}
.remontee_occasions > a.vendu > div:first-child > .vendre > p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.zoneReferencement {
  max-width: 660px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin: 2em auto 4em;
  padding-bottom: 4em;
  position: relative;
}
.pagination:before {
  content: "";
  width: 99vw;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pagination > p {
  margin: 0;
  text-transform: lowercase;
  font-size: 0.9em;
}
.pagination > .current {
  font-weight: 700;
  font-size: 1.1em;
  position: relative;
}
.pagination > .current:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pagination > a {
  font-size: 0.9em;
  text-decoration: none;
  transition: all 0.3s;
}
.pagination > a:hover {
  opacity: 0.7;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .occasion_single {
    gap: 2em;
  }
  .occasion_single > div:first-child {
    flex: 0 0 650px;
    max-width: 650px;
  }
}
@media screen and (max-width: 1440px) {
  .occasion_single > div:first-child {
    flex: 0 0 450px;
    max-width: 450px;
  }
  .occasion_single > div:last-child > .vendu > p {
    font-size: 1.5em;
  }
  .occasion_single > div:last-child h6 {
    font-size: 1.3em;
  }
  .occasion_single > div:last-child > .contact > p {
    font-size: 1em;
  }
  .remontee_occasions {
    gap: 4em 1em;
  }
  .remontee_occasions > a {
    flex: 0 0 calc(25% - 0.75em);
    max-width: calc(25% - 0.75em);
  }
  .remontee_occasions > a > div:last-child > h6 {
    font-size: 1.2em;
  }
  .dernieresSelections:before {
    width: 98vw;
  }
}
@media screen and (max-width: 1200px) {
  .occasion_single > div:first-child {
    flex: 0 0 350px;
    max-width: 350px;
  }
  .occasion_single > div:first-child > .gallery {
    gap: 1em;
    margin-top: 1em;
  }
  .occasion_single > div:first-child > .gallery > div {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
  .occasion_single > div:last-child > .vendu {
    padding: 0.5em 1.2em;
  }
  .occasion_single > div:last-child > .etat, .occasion_single > div:last-child > .description {
    margin-top: 1em;
    padding-bottom: 1em;
  }
  .occasion_single > div:last-child > .cara {
    margin-top: 1em;
  }
  .occasion_single > div:last-child > .presse {
    padding: 1em 1em 0.6em;
  }
  .occasion_single > div:last-child > .contact > p {
    font-size: 0.9em;
  }
  .remontee_occasions > a > div:first-child {
    border-radius: 10px;
  }
  .remontee_occasions > a > div:last-child {
    margin-top: -20px;
  }
  .remontee_occasions > a > div:last-child > .cat {
    font-size: 0.8em;
  }
  .remontee_occasions > a > div:last-child > h6 {
    font-size: 1.1em;
  }
  .remontee_occasions > a > div:last-child > p:not(.cat) {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 990px) {
  .occasion_single {
    flex-wrap: wrap;
  }
  .occasion_single > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .occasion_single > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .occasion_single > div:last-child > .vendu {
    margin-top: 1em;
  }
  .remontee_occasions > a {
    flex: 0 0 calc(33.33% - 0.67em);
    max-width: calc(33.33% - 0.67em);
  }
}
@media screen and (max-width: 768px) {
  .dernieresSelections:before {
    width: 97vw;
  }
  .remontee_occasions > a {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 576px) {
  .occasion_single > div:first-child > .gallery {
    gap: 0.5em;
  }
  .occasion_single > div:first-child > .gallery > div {
    flex: 0 0 calc(50% - 0.25em);
    max-width: calc(50% - 0.25em);
  }
  .dernieresSelections:before {
    width: 96vw;
  }
  .remontee_occasions > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=main.css.map */