.offer {
  display: flex;
  height: 200px;
  color: white;
  border: 1px solid #78797a;
  background: rgba(0, 0, 0, 0.288);
  -webkit-box-shadow: 10px 13px 32px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 13px 32px -6px rgba(0, 0, 0, 1);
  box-shadow: 10px 13px 32px -6px rgba(0, 0, 0, 1);
}

.offer:not(:last-child) {
  margin-bottom: 15px;
}

.offer_image {
  width: 66%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.offer_image > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.offer_details {
  width: 100%;
  padding: 25px 25px 25px 20px;
  position: relative;
}

.offer_details > .price {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3em;
}

.offer_details > .price::after {
  content: "/mois";
  font-size: small;
  font-weight: normal;
  margin-left: 5px;
}

.offer_details > .more {
  border: 1px solid #78797a;
  color: #78797a;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

.more:hover {
  color: white;
  border: 1px solid white;
  transition: 200ms;
}

.chars {
  position: absolute;
  top: 25%;
  margin-left: 10px;
}

.chars::before {
  content: "";
  display: block;
  background: #78797a;
  width: 3px;
  height: 45px;
  position: absolute;
  left: -10px;
}

.chars > ul,
.chars > ul > ul {
  list-style-type: none;
  padding: 0;
}

.chars > ul > li,
.chars > ul > ul > li {
  display: inline;
  font-size: 1.5em;
}

.chars > ul > ul > li:not(:first-child)::before {
  content: "•";
  margin: 0 5px 0 4px;
}

.offer_type {
  text-transform: uppercase;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #c6c6c6;
  font-size: 1.3em;
}

.agence {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #c6c6c6;
  text-transform: uppercase;
}
