.plg-menu-top {
  background-color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.plg-menu-top a {
  color:white;
  text-decoration: none;
  display: inline-flex;
   align-items: center;  
}
.plg-menu-top a span:first-of-type {
  margin-right: 6px;
}
.plg-menu-top ul {
  display: flex;
  justify-content: flex-end;
}
.plg-menu-top li {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  display: inline-flex;
  align-items: center; 
}
.plg-menu-top li.social {
  padding-right: 0px;
  padding-left: 12px;
}
.plg-menu-top li.social .text{
  display: none;
}
.plg-menu-top li:first-child {
  padding-left: 0;
}
.plg-menu-top li:last-child {
  padding-right: 0;
}
.plg-menu-top li:not(:last-child):not(.social)::after {
  content: "";
  position: absolute;
  top: 50%;                     
  transform: translateY(-50%); 
  right: 0; 
  height: 11px;      
  width: 1px;  
  background-color: white;  
}
.offcanvas.offcanvas-plg-menu-top {
  height: fit-content !important;
  max-height: 100%;
}
.offcanvas.offcanvas-plg-menu-top .offcanvas-body{
  padding: 0;
}
.teasers-plg-menu-top .slide-sw {
  flex: 1;
  overflow: hidden;
}
.teasers-plg-menu-top {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
}
.teasers-plg-menu-top .description {
  margin-left: 66px;
  margin-right: 24px;
  width: 345px;
  padding-top: 36px;
}
.teasers-plg-menu-top .description a {
  color: black;
  text-decoration: underline;
}
.teasers-plg-menu-top .description a:hover {
  text-decoration: none;
}
.teasers-plg-menu-top .description a u {
  text-decoration: none;
}
.teasers-plg-menu-top .description img{ 
 margin-bottom: 24px;
}
.teasers-plg-menu-top .swiper-buttons {
  display: flex;
  justify-content: flex-end;
  padding-right: 66px;
  margin-bottom: 12px;
}
.teasers-plg-menu-top .plg-menu-top-swiper-button-next {
  margin-left: 12px
}
.teasers-plg-menu-top .slide-content {
  display: flex;
}
.teasers-plg-menu-top .swiper-slide {
  width: 230px;
}
.teasers-plg-menu-top .swiper-wrapper > .swiper-slide:last-of-type {
  padding-right: 66px;
  width: 296px;
}
.teasers-plg-menu-top .swiper-slide .btn{
  margin-left: 0;
}
.teasers-plg-menu-top .swiper-slide .btn.rouge-plg { 
  background-color: var(--color-rouge-plg);
}
.teasers-plg-menu-top .swiper-slide .btn.bleu-hepl { 
  background-color: var(--color-bleu-hepl);
}

@media (max-width: 991.98px) { 
  .teasers-plg-menu-top {
    flex-direction: column;
  }
  .teasers-plg-menu-top .description {
    margin: 0;
    width: 100%;
    display: flex;
    padding-top: 0;
  }
  .teasers-plg-menu-top .description > div:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }
  .teasers-plg-menu-top .description > div:last-child {
    margin-right: 24px;
  }
  .teasers-plg-menu-top .description img {
    width:150px;
  }
  .plg-menu-top ul {
    display: none;
  }
  .teasers-plg-menu-top .swiper-wrapper > .swiper-slide:first-of-type {
    padding-left: 24px;
    width: 254px;   
}
  .teasers-plg-menu-top .swiper-wrapper > .swiper-slide:last-of-type {
    padding-right: 24px;
    width: 254px;   
}
  .teasers-plg-menu-top .swiper-buttons {
    padding-right: 24px;
  }
}
@media (max-width: 575.98px) { 
  .plg-menu-top {
    padding-left: 12px;
    padding-right: 12px;
  }
  .teasers-plg-menu-top .description {
    flex-direction: column;
  }
  .teasers-plg-menu-top .description > div:first-child {
    margin-left: 24px;
  }
  .teasers-plg-menu-top .description > div:last-child {
    margin-right: 24px;
    margin-left: 24px;
  }
}