.lbc-button {
  border: none;
  background: none;
  cursor: pointer;
}
.lbc-button {
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  border-radius: 4px;
  margin: 0;
  box-sizing: border-box;
  white-space: nowrap;
  background-color: #ff6e14;
  min-width: 130px;
}
.lbc-button:hover {
  background-color: #c0562a;
}
@media screen and (min-width: 769px) {
  .lbc-button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.lbc-button--blue {
  background-color: #4183d7;
}
.lbc-button--blue:hover {
  background-color: #369;
}
.listing .banner {
  position: relative;
}
.listing .banner.banner--sponso .banner__content:after,
.listing .banner--sponso .banner__more:after {
  content: 'Annonce sponsorisée';
  font-size: 10px;
  color: #808080;
  margin: 0;
  padding: 0;
}
.listing .banner__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.102);
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 971px) {
  .listing .banner__wrapper {
    height: 170px;
  }
}
.listing .banner__pic {
  background-color: #cad1d9;
  width: 120px;
  height: 100%;
  flex-shrink: 0;
  margin-right: 12px;
}
@media screen and (min-width: 971px) {
  .listing .banner__pic {
    width: 240px;
    margin-right: 20px;
  }
}
.listing .banner__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.listing .banner__pic img.desktop-only {
  display: none;
}
@media screen and (min-width: 971px) {
  .listing .banner__pic img.desktop-only {
    display: block;
  }
}
@media screen and (min-width: 971px) {
  .listing .banner__pic img.mobile-only {
    display: none;
  }
}
.listing .banner__content {
  height: 100%;
  margin-right: 12px;
  position: relative;
}
@media screen and (min-width: 971px) {
  .listing .banner__content {
    margin-right: 20px;
  }
}
.listing .banner.banner--sponso .banner__content:after {
  position: absolute;
  bottom: 20px;
  display: none;
}
@media screen and (min-width: 971px) {
  .listing .banner.banner--sponso .banner__content:after {
    display: block;
  }
}
.listing .banner__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0.9em 0;
}
@media screen and (min-width: 769px) {
  .listing .banner__title {
    font-size: 20px;
  }
}
.listing .banner__title u {
  position: relative;
  text-decoration: none;
}
.listing .banner__title u:after {
  content: '';
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 0.15em;
  background-color: #000;
}
.listing .banner__title strong {
  color: #ff6e14;
}
.listing .banner__text {
  font-size: 10px;
  line-height: 1.357142857142857;
}
@media screen and (min-width: 769px) {
  .listing .banner__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 971px) {
  .listing .banner__text {
    max-width: 390px;
  }
}
@media screen and (min-width: 1025px) {
  .listing .banner__text {
    max-width: 490px;
  }
}
.listing .banner__text strong {
  color: #ff6e14;
}
.listing .banner .banner__more {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  box-sizing: content-box;
  margin: 8px 0 24px 0;
  padding-left: 120px;
}
@media screen and (min-width: 971px) {
  .listing .banner .banner__more {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 210px;
    height: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 20px;
    flex-direction: column;
    justify-content: center;
  }
}
.listing .banner .banner__more > * {
  flex-shrink: 0;
}
@media screen and (min-width: 971px) {
  .listing .banner .banner__more > * {
    width: 100%;
  }
}
.listing .banner .banner__more > * + * {
  margin-left: 8px;
}
@media screen and (min-width: 971px) {
  .listing .banner .banner__more > * + * {
    margin-left: 0;
    margin-top: 8px;
  }
}
.listing .banner--sponso .banner__more {
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 971px) {
  .listing .banner--sponso .banner__more {
    position: absolute;
  }
}
.listing .banner--sponso .banner__more img {
  max-width: 130px;
}
@media screen and (min-width: 971px) {
  .listing .banner--sponso .banner__more img {
    max-width: 100%;
  }
}
.listing .banner--sponso .banner__more > * + * {
  margin-top: 8px;
}
.listing .banner--sponso .banner__more:after {
  position: absolute;
  left: 9px;
  top: 0;
}
@media screen and (min-width: 971px) {
  .listing .banner--sponso .banner__more:after {
    display: none;
  }
}
.listing .header {
  text-align: center;
  width: 100%;
  border-radius: 6px;
  background-size: 100%;
  margin-bottom: 20px;
  padding-top: 58.970588235294116%;
  background-image: url("img/LBC_Bandeau-confinement_mobile.svg");
}
@media screen and (min-width: 769px) {
  .listing .header {
    margin-bottom: 27px;
    padding-top: 20.637898686679172%;
    background-image: url("img/LBC_Bandeau-confinement_desktop.svg");
  }
}
.listing .list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  overflow: hidden;
}
html,
body {
  margin: 0;
  box-sizing: border-box;
}
body {
  max-width: 1080px;
  margin: 0 auto;
}
.listing {
  position: relative;
  padding: 20px 10px;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .listing {
    padding: 27px 10px;
  }
  .listing:before {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    left: 50%;
    width: 110%;
    height: 10rem;
    background-color: #ff6e14;
    border-radius: 0 0 600px 600px/0 0 80px 80px;
    transform: translateX(-50%);
  }
}
.listing .header {
  position: relative;
}

