<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#inputSearchGlobal::placeholder {
  color: #ccc;
}

#inputSearchGlobal:focus {
  outline: none;
}

.content-noResult{
    padding: 1em 0;
}

#containerInputSearchGlobal #closeIconSearchGlobal:hover {
  cursor: pointer;
  text-decoration: none;
}

#containerResultsSearchGlobal {
  min-height: 100px;
  max-height: 70%;
  background-color: #FFF;
  padding-bottom: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: none;
}

.displayNone {
  display: none;
}

#containerResultsProgramme {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

#containerResultsProgramme h3 {
  margin-bottom: 25px;
}

#containerResultsProgramme .tile {
cursor: pointer;
}



.tile-header:before {
  content: "";
  position: absolute;
  right: 0;
  top: 39px;
  width: 99px;
  height: 42px;
  background: url(/themes/custom/premium/asset/img/illu/premium-logo-pcr.png) 0 0 no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.tile .title {
  clear: both;
  font-family: "Montserrat",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
}




.content-channel:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 12px;
  left: 0;
  top: 2px;
  background: url(/themes/custom/premium/asset/img/picto/channel-grey.svg) 0 0 no-repeat;
  background-size: cover;
}


.content-schedule::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: url(/themes/custom/premium/asset/img/picto/timezone-grey.svg) 0 0 no-repeat;
}

.tile {
  position: relative;
  padding: 0;
  margin-bottom: 3rem;
  overflow: hidden;
  box-shadow: 0 2px 8px 4px rgb(0 0 0 / 7%);
  border-radius: 10px;
}

a:link{
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
a:active{
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}


a:hover {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.button-more {
  display: inline-block;
  padding: 0.8em 1.7em;
  border-radius: 30px;
  color: #fff;
  background: #380547d4;
  border: 2px solid #380547;
  font-family: "Montserrat",sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}


.ondemand-replay {
  margin-bottom: 3rem;
  box-shadow: 0 2px 8px 4px rgb(0 0 0 / 7%);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
</pre></body></html>