@media screen and (min-width: 768px) {
	#slider .slidercontainer { min-height: 800px; position: relative }
  #playlist .col-md-9 {
    overflow-x: auto;
    overflow-y: hidden;
    max-height: 282px;
    display: flex;
    overflow: hidden;
    left: 30%;
    position: relative;
  }
	#playlist .owl-stage { display: flex !important; }
  #playlist .titreplaylist {
    position: absolute
  }
  #playlist .playlist {
    width: 267px;
    height: 282px;
    background-color: #112B41;
    color: #ffffff;
    border-radius: 10px;
  }
	

	#playlist .playlist .pochette img {
    border-radius: 10px 10px 10px 10px;
    width: 267px;
    height: 282px;
	 cursor: pointer
  }
	#playlist .playlist:hover h3 { 
	  background-color: #2F506C; }
	#playlist .playlist .pochette:hover  h3 {   background-color: #2F506C; }
	#playlist .playlist .pochette:hover  h3 {   background-color: #2F506C; }
	#playlist .playlist .pochette:hover h3 {   background-color: #2F506C; }
	  #playlist .playlist:hover h3 { background-color: #2F506C;  }
	  #playlist .playlist:hover  {box-shadow: 0px 30px 50px #0000004D;  }
  #playlist .playlist .ronded {
    background-color: #00E5D5;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 27px;
    top: 200px;
    color: #102638;
	  z-index: 999;
	  
	  cursor: pointer;
  }
  #playlist .playlist h3 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    font: normal normal normal 22px/30px Roboto;
	  background-color: #112A41;
    height: 61px;
	  padding-top: 15px;
    border-radius:  0 0 10px 10px;
	 cursor: pointer
  }
	
  #playlist .owl-carouselpls {
    width: 1900px;
  }
  

	.custom-btnsecondaire { 
  font: normal normal bold 16px/37px Roboto; 
  background-color: var(--custom-btnmenu-hover-bg-color);
  color: var(--custom-btnmenu-hover-text-color);
  border-radius: 30px;
  padding-left: 38px;
  padding-right: 38px;
  border: 0;
	min-width: 169px;
height: 51px;
  position: relative;
}
.custom-btnsecondaire:hover {
  background-color: var(--custom-btnmenu-bg-color);
  color: var(--custom-btnmenu-text-color);
}
#slider .custom-btnsecondaire {
  margin-top: 35px;
}
  .custom-btnwhite {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  .aligner65px {
    padding-left: 65px;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .imgslide {
    margin-right: 65px;
    margin-top: 70px;
    position: absolute;
    width: 861px;
    height: 582px;
  }
	
	.textplusdesignsonore {display: block !important}
}