/* recherche */
section.form_search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
}
section.form_search .champ {
  max-width: 625px;
  margin: -72px auto 0;
  min-height: 72px;
  position: relative;
  z-index: 9;
  padding: 20px 100px 0 30px;
  background: #f5f5f5;
}
section.form_search .champ input[type="text"] {
  border: 0px;
  border-bottom: 1px #ccb583 solid;
  margin: 0px;
  background: transparent;
  text-align: left;
  color: #282828;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 0px;
  max-width: 100%;
  width: 100%;
}
section.form_search .champ input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #282828 !important;
}
section.form_search .champ input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #282828 !important;
}
section.form_search .champ input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #282828 !important;
}
section.form_search .champ input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #282828 !important;
}
section.form_search .champ input[type="text"]:-moz-placeholder {
  opacity: 1;
  color: #282828 !important;
}
section.form_search .champ input[type="submit"],
section.form_search .champ input[type="button"],
section.form_search .champ button.button {
  background: #a39161 url("../images/icons/button-search.png") no-repeat center
    center;
  background-size: 36px 36px;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  margin: 0px;
  -webkit-transition: filter 0.4s;
  transition: filter 0.4s;
}
section.form_search .champ input[type="submit"]:hover,
section.form_search .champ input[type="button"]:hover,
section.form_search .champ button.button:hover {
  background: #a39161 url("../images/icons/button-search.png") no-repeat center
    center;
  background-size: 36px 36px;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

/* filter intro */
section.filter-header {
  background: #f5f5f5;
  padding-top: 85px;
  position: relative;
}
section.filter-header .menu-tabs {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bdbdbd;
}
section.filter-header .menu-tabs ul {
  border: 0px;
  padding: 0px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
section.filter-header .menu-tabs ul li {
  float: none;
  flex: 0 0 auto;
  width: auto;
  margin-top: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*section.filter-header .menu-tabs ul li a {
	padding: 0 !important;
}*/
section.filter-header .menu-tabs .nav-tabs > li > a,
section.filter-header .menu-tabs .nav-tabs > li:first-child a,
section.filter-header .menu-tabs .nav-tabs > li:last-child a {
  cursor: pointer;
}
section.filter-header .menu-tabs ul li::after,
section.filter-header .menu-tabs ul li a::after {
  bottom: -16px !important;
}

/* Fixed filter */
.filter-header.is-fixed .filter-inner {
  position: fixed;
  z-index: 9999;
  top: 98px;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-10px);
}
.filter-header.is-fixed.is-shown .filter-inner {
  opacity: 1;
  transform: none;
  transition: opacity 0.3s, transform 0.3s;
}
.filter-header.is-fixed.is-shown .filter-inner .container {
  position: relative;
  min-height: 44px;
}
.filter-header.is-fixed .menu-tabs {
  border-bottom: none;
  padding-left: 340px;
}

.filter-header.is-fixed .form_search {
  transform: none;
  right: auto;
  top: auto;
  bottom: 0;
  left: 15px;
}
.filter-header.is-fixed .form_search .champ {
  width: 300px;
  padding: 0;
  min-height: 0;
  margin: 0;
}
.filter-header.is-fixed .form_search .champ input[type="text"] {
  font-size: 16px;
  height: auto;
  padding-right: 65px;
  background-color: #fff;
}
.filter-header.is-fixed .form_search .champ input[type="submit"] {
  width: 56px !important;
  height: 56px !important;
  bottom: 0 !important;
  top: auto !important;
  background-size: 28px 28px !important;
}

section.form_search + .menu-tabs .filter_products.active:after {
  bottom: 0 !important;
}

@media screen and (max-width: 1100px) {
  .filter-header.is-fixed .filter-inner {
    top: 75px;
    padding-top: 10px;
  }
  .filter-header.is-fixed .menu-tabs {
    padding-left: 0;
  }
  .filter-header.is-fixed .form_search .champ {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  section.filter-header {
    padding-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  section.filter-header {
    padding-top: 30px;
  }
}

section.blog-container {
  padding: 50px 0;
}
section.blog-container .items {
  margin: 0px;
  padding: 0px;
}
section.blog-container .items .item-blog {
  margin: 0 0 60px;
  padding: 0px;
  display: inline-block;
  max-width: 433px;
  width: 100%;
  background: #f5f5f5;
  float: left;
  position: relative;
}
section.blog-container .items .item-blog .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
section.blog-container .items .item-blog .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

section.blog-container .items .item-blog .img-article {
  position: relative;
}
section.blog-container .items .item-blog .img-article:after {
  content: "";
  background: url("../images/bg-img-article.png") repeat-x;
  background-position: bottom;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.blog-container .items .item-blog .mask {
  background: #141415;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.blog-container .items .item-blog .mask:hover {
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
}
section.blog-container .items .item-blog .content {
  padding: 40px 40px 80px;
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
  margin: -28px auto 0;
  max-width: 372px;
}
section.blog-container .header {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #a39161;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}
section.blog-container .header:after,
section.blog-container .content .title:after,
.section-encart .content .title:after {
  content: "";
  display: block;
  background: #a39161;
  height: 1px;
  width: 40px;
  margin-top: 10px;
}
section.blog-container .content .title {
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section.blog-container .content .title span.item-slogan {
  color: #a39161 !important;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  display: block;
  text-transform: none;
}
@media (max-width: 1220px) {
  section.blog-container .content .title {
    line-height: 24px;
  }
}
section.blog-container .link-bottom {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  padding-top: 6px;
  border-top: 1px #a39161 solid;
}
section.blog-container .cat {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #a39161;
  text-transform: uppercase;
  font-weight: 400;
}
section.blog-container .more,
.section-encart .more {
  background: url("../images/icons/picto-chevron-right.png") no-repeat center
    right;
  display: inline-block;
  width: 8px;
  height: 15px;
  background-size: 8px 15px;
  float: right;
  font-size: 0px;
  margin-top: 6px;
}
section.blog-container .more:hover,
section.blog-container .more:focus,
.section-encart .more:hover,
.section-encart .more:focus {
  background: url("../images/icons/picto-chevron-right-h.png") no-repeat center
    right;
  display: inline-block;
  width: 8px;
  height: 15px;
  background-size: 8px 15px;
}
section.blog-container .more a {
  display: block;
}
section.blog-container .link-plus {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
section.blog-container .link-plus a.btn {
  background: transparent;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 36px;
  font-weight: 500;
  margin: 10px 0;
  font-family: "Raleway", sans-serif;
}
section.blog-container .link-plus a.btn:hover,
section.blog-container .link-plus a.btn:active,
section.blog-container .link-plus a.btn:focus {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}

/*=====================================================
			Styles Article
=====================================================*/

.blog-article {
  padding: 50px 0 80px;
  font-family: "Raleway"; /* 20.11.23 FD - Content font overload */
  font-size: 17px;
}
.blog-article .container {
  max-width: 990px;
}
.blog-article .intro-article {
  padding: 15px 0 20px;
  border-bottom: 1px #dcdcdc solid;
}
.blog-article .intro-article,
.blog-article .intro-article p {
  color: #282828;
  font-weight: 200;
  font-size: 32px;
  line-height: 38px;
  font-family: "Raleway", sans-serif;
}

.blog-article h2.intro-article {
  text-transform: none;
  font-size: 22px;
  line-height: 1.5em;
  padding-top: 12px;
  font-weight: 200 !important;
  margin-bottom: 15px;
}

.blog-article .icons-partage {
  text-align: right;
  margin: 18px 0 25px;
}
.blog-article .icons-partage ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.blog-article .icons-partage ul li {
  padding: 0px;
  display: inline-block !important;
  margin-left: 10px !important;
}
.blog-article .icons-partage a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.blog-article .box-center {
  margin: 40px 0 0;
}
.blog-article .box-center.pas-texte {
  margin: -5px 0 0;
}
.blog-article .box-center h2 {
  font-weight: 200 !important;
  line-height: 32px;
}
.blog-article .box-center > h2:first-child {
  margin: 0 !important;
}
.blog-article .box-center h3 {
  font-size: 22px;
  line-height: 28px;
  padding-top: 8px;
  color: #282828;
  text-transform: uppercase;
  font-weight: 200 !important;
  margin-bottom: 15px;
}
.blog-article .box-center h4 {
  font-size: 22px;
  line-height: 28px;
  padding-top: 12px;
  color: #a39161;
  text-transform: initial;
  font-weight: 200 !important;
  margin-bottom: 15px;
}
.blog-article .box-center .style1,
.blog-article .box-center .style2 {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.blog-article .box-center .style2 {
  margin: 60px 0;
}
.blog-article .box-center .style1 label,
.blog-article .box-center .style2 label {
  display: block;
  float: left;
  width: 100%;
  font-weight: 200 !important;
  margin-bottom: 10px;
}
.blog-article .box-center hr {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 45px;
}
.blog-article .box-center .imgs img {
  margin-bottom: 18px;
  margin-top: 0;
  width: auto;
}
.blog-article .box-center .imgs p img:first-child {
  margin-right: 30px;
}
.blog-article .box-center .style1 {
  text-align: left;
}
.blog-article .box-center .style2 {
  text-align: right;
}
.blog-article .box-center .style1 img {
  float: left;
  margin-bottom: 5px;
  margin-top: 0;
  margin-right: 30px;
  width: auto;
}
.blog-article .box-center .style2 img {
  float: right;
  margin-bottom: 5px;
  margin-top: 0;
  margin-left: 30px;
  width: auto;
}
.blog-article .box-center table {
  margin: 32px 0 0;
}
.blog-article .box-center iframe {
  margin: 20px 0;
}
.blog-article .box-center img {
  margin: 20px 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-article .box-center .bottom {
  float: left;
  width: 100%;
  border-top: 1px #dcdcdc solid;
  padding: 30px 0 20px;
}
.blog-article .box-center ul {
  margin: 25px 0;
  padding: 0px;
  list-style: none;
}
.blog-article .box-center ul,
.blog-article .box-center ol {
  margin: 25px 0 25px 15px;
  padding: 0px;
}
.blog-article .box-center ol {
  counter-reset: item;
}
.blog-article .box-center ol li {
  display: block;
}
.blog-article .box-center ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #a39161;
  margin: 0 0 0 -15px;
}
.blog-article .box-center ul li {
  margin: 0px;
  padding: 0px;
  display: block;
}
.blog-article .box-center ul li:before {
  content: "• ";
  padding-right: 6px;
  color: #ccb583;
  margin: 0 0 0 -15px;
}
.blog-article .box-center ul.puce-flesh li:before {
  display: none;
}
.blog-article .box-center ul.puce-flesh li {
  background: url("../images/icons/icon-link-text.svg") no-repeat left 6px;
  background-size: 26px 12px;
  padding-left: 45px;
  color: #6d6d6d;
}
.blog-article .box-center ul.puce-flesh li a {
  cursor: pointer;
  color: #6d6d6d;
}
.blog-article .box-center ul.puce-flesh li a:hover,
.blog-article .box-center ul.puce-flesh li a:focus,
.blog-article .box-center ul.puce-flesh li a:active {
  color: #a39161;
}
.blog-article .box-center .bottom ul li a {
  background: url("../images/icons/icon-link-text.svg") no-repeat left center;
  background-size: 26px 12px;
  padding-left: 45px;
  color: #6d6d6d;
}
.blog-article .box-center .bottom ul li a:hover,
.blog-article .box-center .bottom ul li a:focus,
.blog-article .box-center .bottom ul li a:active {
  color: #a39161;
}
.blog-article .box-center a.btn {
  background-color: #fff;
  padding: 12px 30px;
  color: #a39161;
  border: 1px #a39161 solid;
}
.blog-article .box-center a.btn:hover,
.blog-article .box-center a.btn:focus,
.blog-article .box-center a.btn:active {
  background-color: #a39161;
  color: #fff;
}
.blog-article .box-center a.btn-pdf {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.42857143;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  border-radius: 0;
  display: inline-block;
  box-shadow: none !important;
  background: #fff url("../images/icons/picto-pdf2.svg") no-repeat 15px !important;
  background-size: 35px 35px !important;
  padding: 12px 20px 12px 60px !important;
  color: #a39161;
  border: 1px #a39161 solid;
}
.blog-article .box-center a.btn-pdf:hover,
.blog-article .box-center a.btn-pdf:focus {
  background: #a39161 url("../images/icons/picto-pdf1.svg") no-repeat 15px !important;
  background-size: 35px 35px !important;
  padding: 12px 20px 12px 60px !important;
  color: #fff;
  border: 1px #a39161 solid;
}

.section-similaires {
  padding: 90px 0 50px !important;
}
.section-similaires .title {
  color: #282828;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  display: block;
  margin-bottom: 50px;
}
.section-similaires .title:after {
  content: "";
  background: #a39161;
  display: block;
  max-width: 40px;
  height: 2px;
  margin: 5px auto 0;
}
.section-encart .container {
  max-width: 990px !important;
  width: 100%;
}
.section-encart .item {
  padding: 32px 20px;
}
.section-encart .item .img-article {
  overflow: hidden;
}
.section-encart .item .img-article img {
  width: 205px;
  height: auto;
}
.section-encart .item .content {
  padding-left: 60px;
}
.section-encart .link-bottom {
  position: initial;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 30px;
  padding-top: 6px;
  border-top: 1px #a39161 solid;
}
.section-encart .link-bottom .more {
  width: auto;
  padding-right: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #a39161;
  text-transform: uppercase;
  font-weight: 400;
}
.section-encart .content .title {
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 1390px) {
  section.filter-header .container,
  section.blog-container .container {
    max-width: 1390px;
    width: 100%;
  }
}
@media (max-width: 1220px) {
  .blog-article .intro-article,
  .blog-article .intro-article p {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .blog-article .box-center img {
    float: none !important;
    margin-right: 0px !important;
    display: block;
  }
  .blog-article .box-center table td {
    display: block;
    width: 100% !important;
    margin: 0 auto 10px;
    padding: 0 30px 10px 0 !important;
  }
  .box-center table.tab-encart td {
    padding: 0 0 10px 0 !important;
  }
}
@media (max-width: 769px) {
  section.blog-container .items .item-blog {
    margin: 0 0 30px !important;
    padding: 0;
    max-width: 100%;
  }
  section.blog-container .items .item-blog .content {
    padding: 30px 30px 80px;
    max-width: 90%;
  }
  section.blog-container .link-bottom {
    left: 30px;
    right: 30px;
  }
  section.blog-container .link-plus {
    margin: 0 0 20px;
  }
  section.blog-container,
  .blog-article {
    padding: 50px 0 25px !important;
  }
  .blog-article iframe {
    width: 100% !important;
    height: 250px !important;
  }
  .section-encart .item .content,
  .section-encart .item .img-article {
    padding-left: 0;
  }
  .section-encart .item .img-article {
    margin-bottom: 20px;
  }
  .blog-article .box-center .imgs p img:first-child {
    margin: 0 0 30px;
  }
  .filter-header .menu-tabs .slick-track {
    overflow: visible !important;
  }
}
@media (max-width: 640px) {
  section.form_search .champ {
    padding: 10px 90px 0 15px;
  }
  section.form_search .champ input[type="submit"],
  section.form_search .champ input[type="button"],
  section.form_search .champ button.button {
    background-size: 26px 26px !important;
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 440px) {
  section.form_search .champ input[type="text"] {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  section.form_search .champ input[type="text"] {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .blog-article .box-center .style2 {
    text-align: left;
    margin: 30px 0;
  }
  .blog-article .box-center .style1 img,
  .blog-article .box-center .style2 img {
    float: none;
    margin: 0 auto 20px !important;
    display: block;
  }
}

@media (max-width: 769px) {
  section.filter-header .menu-tabs .nav-tabs > li.active:after,
  section.filter-header .menu-tabs .nav-tabs > li.active > a:focus:after,
  section.filter-header .menu-tabs .nav-tabs > li.active > a:hover:after {
    bottom: 0 !important;
  }
}

@media screen and (max-width: 769px) {
  section.filter-header {
    padding-top: 20px;
    margin-top: 0 !important;
  }
  .filter-header.is-fixed .menu-tabs {
    margin-top: 50px;
  }
  .filter-header.is-fixed .form_search .champ {
    display: block;
    max-width: 100%;
  }
  .filter-header.is-fixed .form_search {
    right: 0;
    top: 2px;
  }
  .filter-header.is-fixed .form_search .champ {
    width: 100%;
  }
}

.slick-slider .slick-prev {
  left: 0 !important;
}

.slick-slider .slick-next {
  right: 0 !important;
}

#podcast_player {
height: auto;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-image: url(https://www.elite-beds.cn.com/images/podcast_player/assets/assets/stars.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-radius: 10px;
    color: white;
    gap: 20px;
    position: relative;
    box-shadow: 0px 5px 4px 0px #00000040;
}


.podcast_player_logo {
  background-image: url("https://www.elite-beds.cn.com/images/podcast_player/assets/assets/podcast_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

#podcast_player .podcast_player_main {
  grid-column: span 4;
  display: flex;
  gap: 15px;
  align-items: flex-end;
}

.podcast_player_thumbnail img {
	margin: 0 !important;
}

.podcast_player_title p {
	font-size: 20px;
    font-weight: 600 !important;
    line-height: 23px;
}

.podcast_player_title p span {
    font-size: 16px;
    font-weight: 300;
    color: #d9d9d9;
}

.podcast_player_player_progress {
  width: 100%;
}

.podcast_player_player_controls {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  width: 100%;
}

.podcast_player_player_play {
  cursor: pointer;
}

.podcast_player_player_play img {
  margin: 0 !important;
}

.podcast_player_player_progress_tempo {
  display: flex;
  justify-content: space-between;
}

.podcast_player_player_progress_time,  .podcast_player_player_progress_total{
font-size: 14px;
    font-weight: 300;
    color: #d9d9d9;
    font-family: sans-serif;
}


.podcast_player_player_progress input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.podcast_player_player_progress
  input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: rgb(255, 255, 255, 0.4);
  border-radius: 4px;
  overflow: hidden;
}

/* Track: Mozilla Firefox */
.podcast_player_player_progressinput[type="range"]::-moz-range-track {
  height: 4px;
  background: rgb(255, 255, 255, 0.4);
  border-radius: 4px;
}

/* Thumb: Webkit */
.podcast_player_player_progress input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 10px;
  width: 10px;
  background-color: #fff;
}

/* Thumb: Firefox */
.podcast_player_player_progress input[type="range"]::-moz-range-thumb {
  height: 10px;
  width: 10px;
  background-color: #fff;
}

/* Thumb: webkit */
.podcast_player_player_progress input[type="range"]::-webkit-slider-thumb {
  box-shadow: -407px 0 0 400px white;
}

/* Thumb: Firefox */
.podcast_player_player_progress input[type="range"]::-moz-range-thumb {
  box-shadow: -407px 0 0 400px white;
}

.podcast_player_player_actions {
  cursor: pointer;
  position: relative;
}

.podcast_player_player_actions div {
	display: flex;
}


/* MOBILE  */

#podcast_player_mobile {
  padding: 15px;
  max-width: 420px;
  width: 100%;
  height: 175px;
  background-image: url("https://www.elite-beds.cn.com/images/podcast_player/assets/assets/stars.jpg");
  background-size: cover;
  border-radius: 10px;
  color: white;
  box-shadow: 0px 5px 4px 0px #00000040;
}

#podcast_player_mobile .podcast_player_thumbnail {
  border-radius: 10px;
  background-position: top right;
}

.podcast_player_mobile_infos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 110px;
  gap: 20px;
}

#podcast_player_mobile .podcast_player_title {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#podcast_player_mobile .podcast_player_title .podcast_player_logo {
  background-image: url("https://www.elite-beds.cn.com/images/podcast_player/assets/assets/Elite_Podcast_mobile.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
#podcast_player_mobile .podcast_player_main {
  margin-top: 5px;
}
#podcast_player_mobile .podcast_player_player_controls {
  align-items: center;
}

#podcast_player_mobile 
    .podcast_player_title p {
    font-size: 18px;
    max-width: 90%;
}

#podcast_player_mobile 
    .podcast_player_title p span {
    font-size: 14px;
}


.podcast_player_player_actions input[type="range"] {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 70px;
  left: -35px;
  width: 90px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.podcast_player_player_actions
  input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background: rgb(255, 255, 255, 0.4);
  border-radius: 7px;
  overflow: hidden;
}

/* Track: Mozilla Firefox */
.podcast_player_player_actions input[type="range"]::-moz-range-track {
  height: 7px;
  background: rgb(255, 255, 255, 0.4);
  border-radius: 7px;
  overflow: hidden;
}

/* Thumb: Webkit */
.podcast_player_player_actions input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 10px;
  width: 10px;
  background-color: #fff;
}

/* Thumb: Firefox */
.podcast_player_player_actions input[type="range"]::-moz-range-thumb {
  height: 10px;
  width: 10px;
  background-color: #fff;
}

/* Thumb: webkit */
.podcast_player_player_actions input[type="range"]::-webkit-slider-thumb {
  box-shadow: -407px 0 0 400px white;
}

/* Thumb: Firefox */
.podcast_player_player_actions input[type="range"]::-moz-range-thumb {
  box-shadow: -407px 0 0 400px white;
}