/* style 28-11 */

.header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
}

body {
  overflow-x: visible;
}

.page-top .t-title {
  color: var(--color-primary-dark);
}

@media screen and (max-width: 768px) {
  .mobile-header {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .full-article .article-cta {
    padding-right: 260px;
  }
}

@media screen and (min-width: 1200px) {
  .main-navigation .menu-dropdown--col-3 .menu-dropdown__wrap > .menu {
    width: 62.66%;
  }
}

/* style page result */
.result-cards {
  padding: 35px 0 75px;
  background: #F3F4FF;
}

.result-cards__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill,minmax(clamp(320px, 15vw,400px),1fr));
}

.result-cards .card-featured {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .result-cards .card-featured {
    overflow: visible;
  }
  .result-cards .card-featured .card-top {
    border-radius: 20px;
    overflow: hidden;
  }
}

.result-cards .card-featured .featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-cards .card-featured video::-webkit-media-controls,
.result-cards__list .card-featured video::-webkit-media-controls {
  display: none;
}

.result-cards .card-featured .card-top {
  aspect-ratio: 6/4;
  position: relative;
  background-color: #1A3461;
  overflow-y: hidden;
  display: flex;
}
.result-cards .card-featured .card-top .media__image {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .result-cards .card-featured .card-top {
    background-color: #1A3461;
  }
  .result-cards .card-featured .card-top .featured-link .card-top__title {
    box-sizing: border-box;
  }
}

.result-cards .card-featured .card-top__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 20px;
  margin-bottom: 0px;
}

.result-cards .card-featured .card-body {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.result-cards .card-featured .card-body__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.result-cards .card-featured .card-body__title a, .result-cards .card-featured .card-body__title a:hover  {
  color: inherit;
  text-decoration: none;
}

.result-cards .card-featured .card-body__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}

.result-cards .list-action {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  list-style: none;
  background: #EAF1FF;
  border-radius: 50px;
  padding: 5px;
  margin-bottom: 30px;
}

.result-cards .list-action a{
  display: flex;
  align-items: center;
}

.result-cards .list-action a.total{
  order: -1;
}

.result-cards .list-action .flag > a{
  display: flex;
  align-items: center;
}

/* Hide loader on click on like button*/
.flag .ajax-progress-throbber {
  display: none;
}
.flag .js-flag-message {
  display: none;
}
/*--------------------*/

.result-cards .list-action .flag > a .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-primary-light);
  border: 1px solid var(--color-secondary-lighten-dark-bg);
  margin-right: -14px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .result-cards .list-action .flag > a .icon {
    margin-right: 0px;
  }
}

.result-cards .list-action .flag:first-child > a .icon {
  margin-right: 0px;
}

.result-cards .list-action:hover .flag > a .icon {
  margin-right: 0;
}

.result-cards .list-action .flag > a .value {
  margin-left: 10px;
}

.result-cards .list-action .flag > a .icon:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

.result-cards .list-action .flag a.like .icon:before {
  background-image: url('../img/icons/like.svg');
}
.result-cards .list-action .flag a.heart .icon:before {
  background-image: url('../img/icons/heart.svg');
}
.result-cards .list-action .flag a.respect .icon:before {
  background-image: url('../img/icons/respect.svg');
}


video.b-lazy.media__element.b-loaded.is-b-loaded {
  width: 100%;
}
.result-cards .list-action a {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #22497D;
  margin-right: 10px;
  min-height: 24px;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none;
}

.result-cards .list-action span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-cards .list-action:hover a.like,
.result-cards .list-action:hover a.heart,
.result-cards .list-action:hover a.respect {
  font-size: 14px;
  margin-right: 10px;
}

.result-cards .list-action:hover a.total {
  font-size: 0;
  margin-right: 0;
}

.result-cards .list-action a.like,
.result-cards .list-action a.heart,
.result-cards .list-action a.respect {
  font-size: 0;
  margin-right: 0;
}

.icon-quote-blue + strong {
  display: inline-block;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .result-cards .list-action a.total {
    font-size: 0;
    margin-right: 0;
  }
  .result-cards .list-action a.like,
  .result-cards .list-action a.heart,
  .result-cards .list-action a.respect {
    font-size: 14px;
    margin-right: 10px;
  }
}

.result-cards .list-action a:after{
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
}

.result-cards .list-action a.total {
  padding-left: 0;
}

.result-cards .list-action a.total:before,
.result-cards .list-action a.total:after {
  display: none;
}

.result-cards .card-featured .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #22497D;
}

.result-cards .btn-arrow-yellow {
  background-image: url("../img/icons/arrow-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}

.result-cards .result-number{
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #1A3461;
}

.result-cards .card-top .featured-link {
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  flex: 1;
}

.result-cards .featured-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1A3461;
  margin-bottom: 30px;
}

.result-cards .icon-play {
  position: absolute;
  display: block;
  background-image: url("../img/icons/icon-play.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.result-cards .icon-quote {
  width: 40px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icons/Quote.svg");
  display: block;
  margin-bottom: 20px;
}

.wrap-button .btn-see-more {
  background-color: #ffd439;
  border-radius: 50px;
  color: #1a3461;
  display: inline-flex !important;
  align-items: center;
  font-family: vinyl, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  transition-duration: .3s;
  position: relative;
  text-decoration: none;
  border: 0;
  padding: 10px 20px;
  cursor: pointer;
}

.wrap-button .btn-see-more.reload::after {
  content: "";
  height: 14px;
  width: 14px;
  background-image: url("../img/icons/icon-reload.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
}

.wrap-button {
  margin-top: 40px;
  text-align: center;
}


.detail-story {
  background: #F3F4FF;
  padding: 40px 0 60px;
}

.detail-story__main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 5rem;
}

.detail-story__head {
  display: flex;
  column-gap: 5rem;
  align-items: center;
  width: 100%;
}

.detail-story__main .detail-story__head .detail-story__highlight,
.detail-story__main .detail-story__head .detail-story__highlight {
  margin-bottom: 2rem;
}

/*.detail-story__main--landscape .detail-story__head .detail-story__highlight,*/
/*.detail-story__main--landscape .detail-story__head .detail-story__heading {*/
/*  flex: 1;*/
/*}*/

.detail-story.detail-video .detail-story__content {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .detail-story .detail-story__main {
    flex-direction: row;
    column-gap: 4rem;
  }

  .detail-story.detail-video .detail-story__main {
    grid-template: auto/80px auto;
    column-gap: 7rem;
  }

  .detail-story.detail-article .box-featured {
    position: relative;
  }
}

.detail-story .card-featured {
  width: 100%;
  background: #1A3461;
  border-radius: 20px;
}

.detail-story__main.landscape .box-featured {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .detail-story .card-featured {
    margin-bottom: 0;
  }

  .detail-story:not(.detail-video) .detail-story__main .box-featured {
    max-width: 400px;
    min-width: 300px;
  }

  .detail-story:not(.detail-video) .detail-story__main .detail-story__content {
    flex: 3;
    min-width: 400px;
  }

  /*.detail-story:not(.detail-video) .detail-story__main.detail-story__main--landscape .detail-story__content,*/
  /*.detail-story:not(.detail-video) .detail-story__main.detail-story__main--landscape .box-featured {*/
  /*  flex: 2;*/
  /*  min-width: 400px;*/
  /*  max-width: unset;*/
  /*}*/
}

.detail-story .icon-quote {
  width: 3.125rem;
  height: 2.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icons/Quote.svg");
  display: block;
  margin-bottom: 20px;
}

.detail-story .icon-quote-blue {
  width: 50px;
  height: 37px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icons/Quote-blue.svg");
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
}

.detail-story .card-featured .img-featured {
  max-width: 100%;
}

.detail-story .card-featured.card-image {
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

/* Desktop: make card-image the positioning context for the reaction pill.
   overflow: visible allows the pill to straddle the right border.
   border-radius is re-applied to the img so corners remain rounded. */
@media screen and (min-width: 1367px) {
  .detail-story .card-featured.card-image {
    position: relative;
    overflow: visible;
  }
  .detail-story .card-featured.card-image img {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .detail-story .card-featured.card-image {
    overflow: visible;
  }
  .detail-story .card-featured.card-image .img-featured,
  .detail-story .card-featured.card-image img {
    border-radius: 20px;
    overflow: hidden;
  }
}

.detail-story .card-featured .card__title {
  padding: 1.875rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}

.detail-story__heading,
.detail-story__content {
  color: var(--color-primary-dark);
  font-size: 16px;
}

.detail-story__content.detail-story__content--full {
  margin: 0 40px;
}

.detail-story__content .contextual-region {
  display: flex;
  justify-content: center;
}

.detail-story__content ul, .detail-story__content ol {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 20px;
  counter-reset:item;
}

.detail-story__content li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 24px;
}

.detail-story__content ul li:before {
  content: "\2022";
  color: var(--color-secondary-third);
  font-weight: 800;
  display: inline-block;
  width: 1em;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-story__content ol li:before{
  content:counter(item) ". ";
  counter-increment:item;
  font-weight:800;
  color:var(--color-secondary-third);
  position:absolute;
  top:0;
  left:0;
}

.detail-story .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 10px;
  color: inherit;
  margin-bottom: 20px;
}

.detail-story h2 {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
  color: inherit;
}

.detail-story__content.detail-story__content--full img.align-right,
.detail-story__content.detail-story__content--full p[style*="float:right"] > img:not(.align-left, .align-right),
.detail-story__content.detail-story__content--full img.align-left,
.detail-story__content.detail-story__content--full p[style*="float:left"] > img:not(.align-left, .align-right) {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}

@media screen and (max-width: 480px) {
  .detail-story h2 {
      font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .detail-story h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    word-break: break-word;
  }

  .detail-story .card-featured .card__title {
    max-width: 18.75rem;
    min-height: 26rem;
    margin-right: 30px;
  }

  .detail-story__content.detail-story__content--full img.align-left,
  .detail-story__content.detail-story__content--full p[style*="float:left"] > img:not(.align-left, .align-right) {
    margin: 0 20px 10px -40px;
    max-width: 75%;
    float: left;
  }

  .detail-story__content.detail-story__content--full img.align-right,
  .detail-story__content.detail-story__content--full p[style*="float:right"] > img:not(.align-left, .align-right) {
    margin: 0 150px 10px 40px;
    max-width: calc(75% - 150px);
    float: right;
  }
}

.detail-story__content img {
  margin-bottom: 20px;
}

.detail-story__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: inherit;
}

.detail-story .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 10px;
  color: var(--color-secondary-lighten-dark);
}

.detail-story__content video {
  width: 100%;
  height: auto;
}

.detail-story__content .video-media {
  display: flex;
  justify-content: center;
}

.detail-story__content .video-media.video-remote {
  position: relative;
  padding-bottom: 56.25%;
}

.detail-story__content .video-media.video-remote .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail-story__content .video-media.video-internal video {
  max-height: 70vh;
}

.detail-story .top-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.detail-story .social-list .social {
  display: none;
}

.detail-story .social-list.active .social {
  display: block;
}

.detail-story .social-list .btn-social:hover {
  background-color: var(--color-secondary-lighten-dark);
}

.detail-story .social-list.active .btn-social {
  background-image: url('../img/icons/icon-cross.svg');
  background-color: var(--color-primary-highlight);
}

.detail-story .social-list.active .btn-social:hover {
  background-color: var(--color-primary-highlight-hover);
}

.detail-story .social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding-top: 15px;
}

.detail-story .social,
.detail-story .social li {
  display: block;
}

.detail-story .social li {
  margin-bottom: 10px;
}

.detail-story .social li a {
  width: 40px;
  height: 40px;
  transition: background-color var(--transition-cta);
}

.detail-story .social li.twitter a:after {
  content: "";
  background-image: url('../img/icons/twitter.svg');
}

.detail-story .social li.instagram a:after {
  content: "";
  background-image: url('../img/icons/instagram.svg');
}

.detail-story .social li.facebook a:after {
  content: "";
  background-image: url('../img/icons/facebook.svg');
}

.top-action .back {
  color: #1a3461;
  display: inline-flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  text-decoration: none;
}

.top-action .back:before {
  background-image: url(../img/icons/arrow-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 13px;
}


@media screen and (max-width: 768px) {
  .action-control {
    position: fixed;
    right: 20px;
    display: inline-flex;
    z-index: 999;
  }
  .at-share-btn-elements {
    display: flex;
  }
}

.emotion {
  position: absolute;
  width: 4rem;
  height: 4rem;
  opacity: 0;
}

/*fix #174073*/
.article-category__card__inside__tag{
  position: absolute;
  left: 0;
  bottom: 18px;
  margin-bottom: 0;
  display: inline-block;
}

.article-category__card__inside__btn {
  position: absolute;
  right: 0;
  bottom: 12px;
  margin-bottom: 0;
}

.article-category__card__inside {
  position: relative;
  overflow: hidden;
  height: 16.25rem;
  max-height: 100%;
  display: block;
}

.article-category__card__inside__img img {
  height: 100%;
}

.article-category__card__inside__img {
  display: block;
  height: 100%;
}

/*end fix #174073*/

/*fix #173463*/
.main-header {
  padding-bottom: 20px;
}
/*end fix #173463*/

@media screen and (max-width: 768px) {
  .al_story.canonical .breadcrumb, .al_story.listing .breadcrumb {
    display: none;
  }
  .al_story.canonical .article-category.t-wrapper {
    margin: 0 auto;
  }
  .page-top .t-title {
    margin-right: 0;
  }
  .al_story.canonical .result-cards .wrapper {
    width: unset;
    margin-left: 7.5%;
  }
  .detail-story .social-list .social {
    position: static;
    transform: none;
    left: 0;
    display: flex;
  }
  .detail-story .social-list .social .at-share-btn-elements {
    flex-direction: row;
  }
  .detail-story__head {
    flex-direction: column;
  }
  .detail-story__content.detail-story__content--full {
    margin: 0;
  }

  .detail-story .btn-action {
    margin-left: auto;
  }
  
  .detail-story__heading .date,
  .detail-story__content .date {
    display: none;
  }
  
  .result-cards .card-featured .card-body {
    flex: unset;
    flex-grow: 1;
  }
  .result-cards .card-featured .media--blazy iframe {
    width: 100%;
    z-index: 1;
  }
  
  .slider-tags .owl-carousel {
    display: flex;
  }
}
@media screen and (max-width: 766px) {
  .result-cards .owl-stage  {
    display: flex;
  }

  .result-cards .card-featured {
    height: 100%;
  }
}

.result-cards .link-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.result-cards .card-featured {
  position: relative;
  transition: all .3s;
}
.result-cards .card-featured:hover {
  box-shadow: 0 1px 30px rgba(26, 52, 97, 0.15);
}
.result-cards .card-featured:hover .btn-arrow-yellow {
  background-image: url('../img/icons/arrow-hover.svg');
}

.list-action {
  text-align: center;
}

.result-cards .card-featured {
  background: #fff;
}

.at-share-btn-elements {
  flex-direction: column;
}

a.at-icon-wrapper.at-share-btn {
  background-color: #1A3461 !important;
  transition: background-color var(--transition-cta);
}
span.at4-visually-hidden {
  display: none;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact {
  display: none;
}
li.pager__item.wrap-button::marker {
  content: none;
}
.card-featured.card-image img {
  width: 100%;
}

/* Card list */
.article-category__card {
  max-width: unset;
}
.article-category__card__inside {
  max-width: unset;
}
.article-category__card__inside .article-category__card__inside__img img {
  transition: var(--transition-zoom-in);
}
.article-category__card__inside:hover .article-category__card__inside__img img {
  transform: var(--transform-zoom-in);
}
.article-category__card__inside:hover .article-category__card__inside__btn {
  background: var(--color-primary-highlight-hover);
}
.article-category__card__inside:hover .article-category__card__inside__btn #arrow {
  fill: var(--color-primary-dark);
}
.article-category__container-card {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.article-category__card__inside__img {
  max-width: unset;
}
@media only screen and (min-width: 768px) {
  .article-category__card {
    min-width: unset;
  }
}
.article-category__card__inside__tag:hover {
  background: var(--color-secondary-lighten-dark-bg);
  color: var(--color-primary-dark);
  border-color: var(--color-secondary-lighten-dark-bg);
  transition: var(--transition-cta);
}
.article-category__card__inside__btn {
  width: 40px;
  height: 40px;
  background: var(--color-primary-highlight);
}

/**
  INFLUENCER
 */
.detail-story--influencer .card-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.detail-story--influencer .influencer-title {
    display: inline-flex;
    flex-wrap: wrap-reverse;
    column-gap: 35px;
    row-gap: 10px;
    align-items: baseline;
}

.detail-story--influencer .influencer-title .influencer-title__name {
    font-size: 24px;
    color: var(--color-primary-dark);
    line-height: 1;
}

.stories-number {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--color-text);
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}
.stories-number .stories-number__content {
    line-height: 1;
}
.stories-number .stories-number__icon {
    display: flex;
}

.result-cards .card-body__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text);
}





/* Changement à appliquer globalement sur les class existantes */
.top-action .back {
    color: var(--color-text);
}

.result-cards {
    padding: 35px 0;
}

.result-cards:last-child {
    padding-bottom: 75px;
}

.detail-story .icon-quote-blue {
    margin: 20px 0;
}

.card-featured .media--blazy iframe {
  height: 100%;
  position: absolute;
}

.card-featured video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-featured .card-top {
    overflow: hidden;
}

.card-featured .card-top img {
    transition: var(--transition-zoom-in);
}

/* Nouveau style global */
.follow {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.follow .follow__text {
    font-size: 20px;
    color: var(--color-primary-dark);
    font-weight: 700;
}

.follow .follow__list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.follow .follow__list .follow__list__item {
    padding: 0;
    margin: 0;
}

.follow .follow__list .follow__list__item::before {
    content:"";
}

.follow .follow__list .follow__list__item .link {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--color-primary-highlight);
    transition: background-color var(--transition-cta);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.follow .follow__list .follow__list__item .link:hover {
    background: var(--color-primary-highlight-hover);
}

.detail-story__content img {
    max-width: 100%;
    border-radius: 30px;
    height: auto;
}


.full-article p, .full-article ol, .full-article ul {
  margin-bottom: 20px;
  color:var(--color-primary-dark);
}

.full-article ul:not(.breadcrumb) li:before,
.full-article ol li:before {
  color: #F46BAE;
}

.full-article ul:not(.breadcrumb), .full-article ol {
  margin-left: 20px;
}

.full-article a {
  color: #1A3461;
  font-weight: 700;
}

.full-article a:hover {
  text-decoration: none;
}

/* 🚀 BREAKPOINT UPGRADED TO 991px */
@media screen and (max-width: 991px) {
  .result-cards .card-featured {
    overflow: visible;
  }
  .result-cards .card-featured .card-top {
    border-radius: 20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .detail-story .card-featured.card-image {
    overflow: visible;
  }
  .detail-story .card-featured.card-image .img-featured,
  .detail-story .card-featured.card-image img {
    border-radius: 20px;
    overflow: hidden;
  }
}