.homepage-actualites-section {
  display: flex;
  /* flex-direction: column;
  justify-content: center; */
  padding: 3.125rem 14rem;
}

@media screen and (max-width: 1440px) {
  .homepage-actualites-section {
    padding: 3.125rem 12.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .homepage-actualites-section {
    padding: 3.125rem 12.5rem;
  }
}

@media screen and (max-width: 991px) {
  .homepage-actualites-section {
    padding: 3.125rem 8rem;
  }
}

@media screen and (max-width: 767px) {
  .homepage-actualites-section {
    flex-direction: column;
    padding: 3.125rem 20px;
  }
}

.homepage-actualites-section .col-large {
  padding-right: 2.5rem;
  width: calc(67% - 2.5rem);
  border-right: solid 1px #D0D0D0;
  overflow: hidden;
}

.homepage-actualites-section .col-large.full {
  padding-right: 0;
  width: 100%;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .homepage-actualites-section .col-large {
    border-right: none;
    border-bottom: solid 1px #D0D0D0;
    margin-bottom: 3.4rem;
  }
}

.homepage-actualites-section .col-small {
  width: calc(38% - 2.5rem);
  padding-left: 2.5rem;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .homepage-actualites-section .col-large {
    width: calc(60% - 2.5rem);
  }

  .homepage-actualites-section .col-large.full {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }

  .homepage-actualites-section .col-small {
    width: calc(45% - 2.5rem);
  }
}

@media screen and (max-width: 767px) {
  .homepage-actualites-section .col-large {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }

  .homepage-actualites-section .col-small {
    width: 100%;
    padding-left: 0;
  }
}

.homepage-actualites-section .homepage-actualites-section__title {
  display: flex;
  align-items: center;
  margin-right: auto;
  color: #DB0717;
}

.homepage-actualites-section .homepage-actualites-section__title h3,
.homepage-actualites-section .col-small__bloc__title h3 {
  text-transform: uppercase;
  font-size: 4.25rem;
  font-weight: 900;
}

.homepage-actualites-section .homepage-actualites-section__title:not(.col-small__bloc__title) h3::after {
  content: "|";
  margin: 0 2rem;
  font-size: 4.25rem;
  font-weight: 300;
}

.col-small__bloc__title.red {
  color: #DB0717;
}

.col-small__bloc__title.purple {
  color: #3C0C44;
}

.col-small__bloc__title.green {
  color: rgba(163, 202, 184, 0.5);
}

.col-small__bloc__title.turquoise {
  color: #347F97;
}

.col-small__bloc__title.beige {
  color: #F2B999;
}

.homepage-actualites-section .homepage-actualites-section__title a {
  text-transform: initial;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.homepage-actualites-section .homepage-actualites-section__title a svg {
  width: 21px;
  height: 21px;
}

.homepage-actualites-section .homepage-actualites-section__teaser,
.homepage-actualites-section .col-small__bloc__teaser {
  margin-top: -3.5rem;
  max-width: 70%;
  margin-bottom: 3rem;
}

.homepage-actualites-section .homepage-actualites-section__teaser p,
.homepage-actualites-section .col-small__bloc__teaser p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.homepage-actualites-carousel__slide {
  display: flex !important;
  flex-direction: column;
  padding: 2.5rem 2.1875rem;
  position: relative;
  width: 50%;
}

.homepage-actualites-carousel__slide__video {
  max-height: 260px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .homepage-actualites-carousel__slide {
    width: 100%;
  }
}

.container__slide-large {
  display: flex;
}

.homepage-actualites-carousel__slide--large {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.homepage-actualites-carousel .homepage-actualites-carousel__slide:first-child {
  padding-left: 0;
}

.homepage-actualites-carousel .homepage-actualites-carousel__slide:last-child {
  padding-right: 0;
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__thumb {
  margin-bottom: 2rem;
  position: relative;
  max-height: 260px;
  /* background-repeat: no-repeat;
  background-size: cover; */
}

.container__slide-large .homepage-actualites-carousel__slide__thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((13 / 49) * 100%);
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((15 / 23) * 100%);
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.custom-post .homepage-actualites-carousel__slide__thumb {
  margin-bottom: 0;
}
.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__title,
.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__description,
.col-small__bloc__media__title,
.col-small__bloc__media__description,
.col-small__bloc__video__title,
.col-small__bloc__video__description {
  line-height: normal;
  letter-spacing: 0.02em;
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__title,
.col-small__bloc__media__title,
.col-small__bloc__video__title {
  font-size: 2rem;
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__description,
.col-small__bloc__media__description,
.col-small__bloc__video__description {
  font-size: 1.6rem;
  font-weight: 400;
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__date {
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 0.825rem;
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__cat {
  font-size: 1.6rem;
  font-weight: 700;
  color: #DB0717;
}

.homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__tags {
  font-size: 1.6rem;
  text-transform: lowercase;
  font-weight: 500;
  margin-top: 1rem;
}

.homepage-actualites-carousel .homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__tags span {
  display: inline-block;
}

.homepage-actualites-section.bg-white .homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__tags {
  color: #959595;
}

.homepage-actualites-section.bg-grey .homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__tags {
  color: black;
}

@media screen and (max-width: 991px) {
  .homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__title,
  .homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__description,
  .col-small__bloc__media__title,
  .col-small__bloc__media__description,
  .col-small__bloc__video__title,
  .col-small__bloc__video__description {
    font-size: 2rem;
  }
}

.homepage-actualites-carousel {
  display: flex;
  justify-content: center;
  /* margin-left: -20px;
  margin-right: -20px; */
  width: 100%;
}

.elementor-editor-active .homepage-actualites-carousel {
  flex-wrap: wrap;
}

@media screen and (max-width: 1399px) {
  .homepage-actualites-carousel {
    margin-left: 0;
    margin-right: 0;
  }
}

.homepage-actualites-section .slick-prev:before,
.homepage-actualites-section .slick-next:before {
  content: none;
}

.homepage-actualites-carousel .slick-arrow.slick-prev {
  left: calc(-12px - (28 / 1920 * 100vw));
}

.homepage-actualites-carousel .slick-arrow.slick-next {
  right: calc(-12px - (28 / 1920 * 100vw));
}

@media screen and (max-width: 1399px) {
  .homepage-actualites-carousel .slick-arrow.slick-prev {
    left: -30px;
  }

  .homepage-actualites-carousel .slick-arrow.slick-next {
    right: -20px;
  }
}

@media screen and (max-width: 1024px) {
  .homepage-actualites-carousel .slick-arrow {
    transform: scale(0.75);
  }
}

@media screen and (max-width: 767px) {
  .homepage-actualites-carousel .slick-arrow {
    transform: scale(1);
    opacity: 1 !important;
    z-index: 3;
  }

  .homepage-actualites-carousel .slick-arrow.slick-prev {
    left: -5px;
  }

  .homepage-actualites-carousel .slick-arrow.slick-next svg {
    width: 20px;
    height: 20px;
  }

  .homepage-actualites-carousel .slick-arrow.slick-next {
    width: 20px;
    height: 20px;
    right: -5px;
    top: 43%;
  }
}

@media screen and (min-width: 768px) {
  .homepage-actualites-carousel .slick-track {
    display: flex;
  }

  .homepage-actualites-carousel .slick-slide > div {
    height: 100%;
  }
}

/* the slides */
.homepage-actualites-carousel .slick-slide {
    margin: 0 0px !important;
}

/* the parent */
.homepage-actualites-carousel .slick-list {
    margin: 0 0px !important;
}

.homepage-actualites-section .list-filters-row {
  border-top: 1px solid #E4E4E4 !important;
}

.homepage-actualites-section .list-filters-row:last-child {
  border-bottom: 1px solid #E4E4E4 !important;
}

.homepage-actualites-section .list-filters-category {
  background-color: #E4E4E4;
  color: black;
  font-weight: 600;
  transition: all 0.2s ease-in;
}

.homepage-actualites-section .list-filters-category:hover {
  background-color: #DB0717;
  color: white;
}

.homepage-actualites-section .list-filters-title {
  font-weight: 900;
}

.homepage-actualites-section .slick-list {
  overflow: visible !important;
  width: 100%;
  position: relative;
}

.homepage-actualites-section.bg-grey .slick-list::before {
  background-color: #f2f2f2;
}

.homepage-actualites-section.bg-white .slick-list::before {
  background-color: #FFFFFF;
}

.homepage-actualites-section .slick-list::before {
  content:'';
  position: absolute;
  top: 0;
  left: -100vw;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: 10;
  background-color: white;
}

.homepage-actualites-section .slick-next {
  z-index: -10;
}

.homepage-actualites-section .slick-prev {
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__link {
    margin-top: 1.875rem;
  }

  .homepage-actualites-carousel {
    flex-direction: column;
  }

  .homepage-actualites-carousel__slide {
    padding: 0;
  }

  .homepage-actualites-carousel__slide .homepage-actualites-carousel__slide__thumb {
    margin-bottom: 2rem;
  }

  .homepage-actualites-carousel__slide {
    margin-bottom: 2rem;
  }

  .homepage-actualites-section .homepage-actualites-section__teaser {
    max-width: 100%;
    margin: 0 0 2.8125rem 0;
    font-size: 2rem;
  }

  .homepage-actualites-section .homepage-actualites-section__title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .homepage-actualites-section .homepage-actualites-section__title h3 {
    margin: 0;
  }

  .homepage-actualites-section .homepage-actualites-section__title h3::after {
    display: none;
  }

  .homepage-actualites-section .homepage-actualites-section__title a {
    display: block;
  }

  .homepage-actualites-section .list-filters-category {
    background-color: #DB0717;
    color: white;
  }

  .container__slide-large {
    flex-direction: column;
  }

  .homepage-actualites-carousel__slide--large {
    width: 100%
  }
}

.share-rs {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
  position: relative;
  z-index: 2;
}

.share-rs p {
  margin-right: 0.725rem;
  font-size: 16px;
  line-height: 0.9;
  font-weight: 900;
}

.share-rs a {
  text-decoration: none;
  color: black;
  transition: color 0.5s;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 1.5rem;
  font-size: 1.4rem;
  border-left: 0.1rem solid black;
}

.share-rs a:first-of-type {
  border-left: none;
}

.share-rs a:hover {
  color: #DB0717;
}

@media screen and (max-width: 991px) {
  .share-rs p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .share-rs {
    margin-top: 1rem;
    margin-bottom: 2.1875rem;
  }

  .share-rs p {
    margin-right: 7px;
    font-size: 13px;
  }

  .share-rs a {
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
    border-left: 0.1rem solid black;
  }
}

.rebonds-carrousel {
  padding-top: 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.rebonds-carrousel__slide {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.rebonds-carrousel__slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.rebonds-carrousel__slide.red {
  background-color: #DB0717;
}

.rebonds-carrousel__slide.purple {
  background-color: #3C0C44;
}

.rebonds-carrousel__slide.green {
  background-color: rgba(163, 202, 184, 0.5);
}

.rebonds-carrousel__slide.turquoise {
  background-color: #347F97;
}

.rebonds-carrousel__slide.beige {
  background-color: #F2B999;
}

.rebonds-carrousel__slide a,
.col-small__bloc > a {
  display: block;
  padding: 3rem 0;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
}

.rebonds-carrousel__slide a::after,
.col-small__bloc > a::after {
  content: '\f054';
  padding-left: 0.6rem;
  font-family: 'Font awesome 5 Pro';
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  transition: none;
}

.rebonds-carrousel__slide img {
  margin-bottom: 3rem;
}

.rebonds-carrousel__slide h3 {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
}

.rebonds-carrousel__slide h3.red,
.rebonds-carrousel__slide a.red,
.col-small__bloc > a.red {
  color: #DB0717;
}

.rebonds-carrousel__slide h3.purple,
.rebonds-carrousel__slide a.purple,
.col-small__bloc > a.purple {
  color: #3C0C44;
}

.rebonds-carrousel__slide h3.green,
.rebonds-carrousel__slide a.green,
.col-small__bloc > a.green {
  color: rgba(163, 202, 184, 0.5);
}

.rebonds-carrousel__slide h3.turquoise,
.rebonds-carrousel__slide a.turquoise,
.col-small__bloc > a.turquoise {
  color: #347F97;
}

.rebonds-carrousel__slide h3.beige,
.rebonds-carrousel__slide a.beige,
.col-small__bloc > a.beige {
  color: #F2B999;
}

.rebonds-carrousel__slide h3.white {
  color: #FFFFFF;
}

.rebonds-carrousel__slide h3.black {
  color: black;
}

.rebonds-carrousel .slick-dots {
  bottom: 0rem !important;
}

.rebonds-carrousel .slick-dots li button {
  background-color: transparent !important;
}

.rebonds-carrousel .slick-dots li.slick-active button {
  background-color: #D0D0D0 !important;
  transition: all 0.2s ease-in;
}

.rebonds-carrousel .slick-dots li button::before {
  font-size: 0 !important;
  border: solid 1px #D0D0D0 !important;
  opacity: 1 !important;
}

/* the slides */
/* .slick-slide {
  margin: 0 2.5rem;
} */

/* the parent */
/* .slick-list {
  margin: 0 -2.5rem;
} */

@media screen and (max-width: 767px) {
  .rebonds-carrousel {
    margin-top: 0;
    padding-top: 0;
  }

  .rebonds-carrousel__slide {
    padding-top: 2rem;
  }

  .rebonds-carrousel__slide img {
    margin-bottom: 2rem;
  }

  .rebonds-carrousel__slide h3 {
    font-size: 2.5rem;
  }
}

.col-small__bloc__media__source {
  width: 100%;
  height: 100%;
  max-width: 460px;
  max-height: 263px;
  position: relative;
}

.col-small__bloc__media__source::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((263 / 460) * 100%);
}

.col-small__bloc__media__source a {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col-small__bloc__media__source img {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col-small__bloc__video .block-video-content {
  width: 100%;
  height: 263px;
  max-width: 460px;
  max-height: 263px;
}