.node.node--type-article.node--view-mode-carousel {
  cursor: pointer;
  margin: 0 12px;
}
.node.node--type-article.node--view-mode-carousel .node__content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #818181;
  margin: 0;
}
.node.node--type-article.node--view-mode-carousel .node__content .field--type-image {
  float: none;
  margin: 0;
}
.node.node--type-article.node--view-mode-carousel .node__content .field--type-image img {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: auto;
  margin: auto;
  width: 100%;
}
.node.node--type-article.node--view-mode-carousel .node__content .wrapper-content {
  height: 160px;
  margin: 20px 25px 20px 25px;
  overflow: hidden;
  position: relative;
}
.node.node--type-article.node--view-mode-carousel .node__content .wrapper-content .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}
.node.node--type-article.node--view-mode-carousel .node__content .wrapper-content .body {
  overflow: hidden;
  position: relative;
}
.node.node--type-article.node--view-mode-carousel .node__content .wrapper-content .body .field--name-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.node.node--type-article.node--view-mode-carousel .node__content .wrapper-content a.more {
  background: #ffffff;
  background: linear-gradient(0deg,#ffffff 0%,#ffffff 30px,rgba(255,255,255,0) 100%);
  bottom: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: right;
  width: 100%;
}
@media (max-width: 1399px) {
  .node.node--type-ancien-numero.node--view-mode-carousel .field--type-image img {
    max-width: 100%;
  }
}
