/*Filtre page programme internationnal*/
.boxfiltre-guide.boxfiltre-event .div-filtre {
    width: calc(33.3333% - 40px);
    padding: 0 10px;
  }

  .boxfiltre-guide.boxfiltre-event .btn-filtrer {
    margin: 0;
  }

  .div-filtre#datepicker {
    background: #dfdfdf;
    border: 0;
    padding: 10px 15px !important;
    border-radius: 15px;
    display: flex;
    align-items: center;
  }

  .div-filtre#datepicker .input-group-text {
    background: transparent !important;
    padding: 0 !important;
    border: 0;
  }

  .div-filtre#datepicker .form-control {
    background: transparent;
    border: 0;
    padding: 0;
  }

  /*Bannière international*/
  .span-event {
    position: absolute;
    background: #cb043d;
    padding: 10px 20px;
    top: 15px;
    right: 0px; /* Changé de left: 0px; */
    border-radius: 20px 0px 0px 20px; /* Changé de border-radius: 0px 20px 20px 0px; */
    color: white;
    font-weight: bold;
    z-index: 90;
  }

  .view-programme-international-liste-evenements .img-actualite {
    height: 150px;
    object-fit: cover;
  }

  .view-programme-international-liste-evenements .boximg-actualite {
    border-left: unset; /* Changé de border-right: unset; */
  }

  .box-evn:after {
    position: absolute;
    width: 1px;
    height: 70%;
    bottom: 23px;
    left: 0; /* Changé de right: 0; */
    background: grey;
    content: "";
  }

  .box-evn {
    position: relative;
  }

  .button-event {
    display: flex;
    justify-content: flex-start; /* Changé de justify-content: flex-end; */
  }

  .button-event a,
  .btn-participer {
    padding: 10px 20px;
    margin-left: 30px; /* Changé de margin-right: 30px; */
    text-decoration: none;
    color: white;
    background: #cb043d;
    border-radius: 20px;
    text-align: center;
  }

  .background-map {
    background-image: url(../../images/World-Map-a.png);
    background-position: center;
    background-size: contain;
  }

  th.dow {
    text-align: center;
  }

  th.datepicker-switch {
    text-align: center;
  }

  td.old.day,
  .day {
    width: 44px;
    text-align: center;
  }

  /*Détails header bannière*/
  .icone-container img {
    height: 20px;
    width: 20px;
  }

  .icone-container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 75%;
    margin-bottom: 15px;
  }

  .socials-events i {
    background: #cb043d;
    padding: 5px;
    height: 26px;
    width: 26px;
    text-align: center;
    border-radius: 20px;
    color: white;
    margin-left: 10px; /* Changé de margin-right: 10px; */
  }

  .img-devent img {
    height: 150px;
    width: 230px;
    object-fit: contain;
  }

  .socials-events {
    margin-bottom: 20px;
  }

  .devent-titre {
    font-weight: bold;
  }

  .desc-devent {
    margin-bottom: 50px;
  }

  .header-devent {
    height: 555px;
    position: relative;
    margin-bottom: 50px;
  }

  .button-header {
    position: relative;
    z-index: 2;
  }

  .header-devent img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .header-devent:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #cb033d;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0; /* Changé de left: 0; */
  }

  .hevent {
    position: absolute;
    z-index: 1;
    top: 85px;
  }

  .titre-hevent {
    position: absolute;
    color: white;
    z-index: 1;
    font-size: 50px;
    font-weight: 700;
    top: 60px;
    width: 50%;
  }

  .desc-hevent {
    top: 220px;
    position: absolute;
    z-index: 1;
    color: white;
    width: 50%;
    height: 300px;
    overflow: hidden;
  }

  .Logo-white {
    position: absolute;
    top: 17px;
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    z-index: 1;
  }

  .titre2-hevent {
    position: absolute;
    color: white;
    z-index: 1;
    font-size: 50px;
    font-weight: 700;
    width: 50%;
    height: 158px;
    overflow: hidden;
    top: 113px;
  }

  .slides-banner .slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000;
  }

  .slides-banner .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000;
  }

  .slides-banner .slick-next.slick-arrow {
    left: 33px; /* Changé de right: 33px; */
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
  }

  .slides-banner .slick-prev.slick-arrow {
    right: 33px; /* Changé de left: 33px; */
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
  }

  .desc2-hevent {
    position: absolute;
    z-index: 1;
    color: white;
    width: 50%;
    height: 150px;
    overflow: hidden;
    font-size: 30px;
    top: 277px;
  }

  .button-header a {
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    background: white;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 108px;
  }

  .view-programme-international-liste-evenements .bgwhite-actualite {
    padding: 20px;
  }

  .view-programme-international-liste-evenements .details-actualite p {
    overflow: hidden;
    text-align: start !important;
    text-indent: 0 !important;
    line-height: 174% !important;
  }

  @media screen and (max-width: 992px) {
    .desc2-hevent {
      font-size: 25px;
      right: 5rem; /* Changé de left: 5rem; */
    }

    .titre2-hevent {
      font-size: 30px;
      right: 5rem; /* Changé de left: 5rem; */
    }
  }

  @media screen and (max-width: 768px) {
    .desc-hevent {
      width: 90%;
      padding: 10px;
      right: 0; /* Changé de left: 0; */
    }

    .desc2-hevent {
      width: 100%;
      font-size: 20px;
      top: 277px;
      text-align: center;
      padding: 20px;
      right: 0; /* Changé de left: 0; */
    }

    .titre2-hevent {
      font-size: 25px;
      width: 100%;
      height: 158px;
      top: 142px;
      text-align: center;
      padding: 20px;
      right: 0; /* Changé de left: 0; */
    }

    .button-header {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .icone-container {
      width: 100%;
    }
  }

  @media screen and (max-width: 455px) {
    .icone-container {
      flex-direction: column;
      row-gap: 10px;
    }

    .events {
      display: flex !important;
      align-items: center;
      justify-content: space-between;
    }
  }

  @media screen and (max-width: 415px) {
    .button-event a,
    .btn-participer {
      padding: 10px 30px;
      margin-left: 10px; /* Changé de margin-right: 10px; */
      text-decoration: none;
      color: white;
      background: #cb043d;
      border-radius: 20px;
      text-align: center;
      font-size: 15px;
    }
  }

  @media screen and (max-width: 375px) {
    .button-event a,
    .btn-participer {
      padding: 11px 15px;
      margin-left: 1px; /* Changé de margin-right: 1px; */
      text-decoration: none;
      color: white;
      background: #cb043d;
      border-radius: 20px;
      text-align: center;
      font-size: 14px;
    }
  }

  .fil-programme {
    bottom: 163px;
    z-index: 1;
    margin-bottom: -163px;
  }

  .events .boxpartage-sociaux ul {
    justify-content: flex-end; /* Changé de justify-content: flex-start; */
  }

.slides-banner .slick-next.slick-arrow {
  left: 33px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  right: auto;
  transform: rotate(-180deg);
}
.slides-banner .slick-prev.slick-arrow {
  right: 33px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transform: rotate(180deg);

}

.container {
  direction: rtl;
}
