*:not(input,textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Disable selection/Copy of UIWebView */
}

body{
  margin: 0;
  background-color: #ffffff;
  text-align: center;
  height: 100%;
}

#widget {
}

.widget-container {
  width: 100%;
  min-width: 190px;
  max-width: 300px;
  min-height: 250px;
  height: 250px;
  overflow: hidden;
}

.header-nowplaying {
  height: 60px;
  padding-top: 10px;
  margin: 0 10px;
  text-shadow: #000000 1px 0 4px;
}

#player {
  position: absolute;
  top: -500px;
  left: -500px;
}
#layer {
  display: none;
  /*background: rgba(255, 255, 255, 0.7);*/
  position:fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.taskbar {
  position: fixed;
  top: -500px;
  background: white;
  width: 100%;
  height: 500px;
  z-index: 999;
}

header {
  position: fixed;
  width: 100%;
  background: #323232;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*padding-top: env(safe-area-inset-top);*/
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: all .3s ease;
}
.header-now {
  /*background: rgba(255, 255, 255, 0.4);*/
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  color: #ffffff;
  min-height: 230px;
  cursor: pointer;
  font-size: 13px;
  transition: all .3s ease;
}
.header-title {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: #000000 1px 0 7px;
}
.btn-radio {
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 20px;
  margin: 25px auto 0 auto;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background-color: rgba(255,0,0,0.75);
  cursor: pointer;
}
.btn-play-radio {
  background-image: url('../images/icon-play.png');
}
.btn-pause-radio {
  background-image: url('../images/icon-pause.png');
}

#site {
  padding: 222px 0 62px 0;
}

footer {
  position: fixed;
  bottom: 0;
  height: 60px;
  border-top: 2px #e0e0e0 solid;
  background: white;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
footer > div {
  flex: 1;
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  color: #202020;
  border-right: 1px #e0e0e0 solid;
}
footer > div:last-child {
  border-right: 0;
}
footer > div.active {
  color: #28a63f;
}

#sections-container {
  padding: 0 10px;
  min-height: 283px;
}
#sections-container > section {
  display: none;
}
#sections-container > section.active {
  display: block;
}


.eltlist {

}
.elt {
  border-bottom: 1px #e0e0e0 solid;
  padding: 20px 0;
}
.elt:first-child {
  padding-top: 10px;
}
.elt:last-child {
  border-bottom: none;
}
.elt-flex-ct {
  display: flex;
}
.elt-flex-ct > div {
  flex: 1;
}

.elt-thumbnail {
  max-width: 35%;
  min-width: 35%;
}
.elt-thumbnail-img {
  width: 100%;
  padding-bottom: 56.25%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.elt-desc {
  max-width: 65%;
  min-width: 65%;
  box-sizing: border-box;
  padding-left: 10px;
}

.elt-desc-title {
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #28a63f;
}

.elt-desc-date {
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #999999;
}
.elt-desc-content {
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  padding-top: 5px;

}
.elt-desc-content span {
  color: #202020;
  font-weight: normal;
}

.eltunit {
  display: none;
}
.eltunit-title {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #28a63f;
  text-align: left;
  font-weight: normal;
}
.eltunit-illustration {
  width: 100%;
  height: 200px;
  margin: 10px 0;
  background-size: cover;
  background-position: center center;
}
.eltunit-date {
  font-family: Arial, sans-serif;
  color: #a0a0a0;
  font-size: 12px;
  margin-bottom: 10px;
  font-style: italic;
  text-align: left;
}
.eltunit-content {
  font-family: Arial, sans-serif;
  text-align: left;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 30px;
}

.header-journalist {
  margin: 0;
  text-shadow: #000000 1px 0 4px;
  font-size: 12px;
}

.site-link {
  position: absolute;
  height: 20px;
  line-height: 20px;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  color: black;
  width: 100%;
  font-family: Arial, sans-serif;
  background: white;
}
.site-link a {
  color: #28a63f;
  text-decoration: underline;
}

audio {
  width: 100%;
}

#site-compte .logged {
  display: none;
}
#site-compte .logged-email {
  font-weight: bold;
}

#site-compte .login-title {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #28a63f;
}

#site-compte .btn-login {
  background: #28a63f;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  width: 80%;
  height: 45px;
  line-height: 45px;
  margin: 40px auto;
  border: 0;
}

#site-compte .account-form {
  display: none;
}

#site-compte label {
  font-size: 16px;
  color: #323232;
  text-align: left;
  font-family: Arial, sans-serif;
  margin-top: 10px;
  display: block;
}
#site-compte > .account-form > div:first-child > label {
  margin-top :0;
}
#site-compte input[type="email"], #site-compte input[type="password"], #site-compte input[type="text"], #site-compte select {
  font-size: 14px;
  color: #323232;
  text-align: left;
  font-family: Arial, sans-serif;
  border-radius: 3px;
  border: 0;
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  background: #d3ddda;
  display: block;
}



.error {
  margin-top: 20px;
  color: #b60000;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.error .btn-retry {
  color: #b60000;
  background: #ffe0e0;
  font-family: Arial;
  border-radius: 10px;
  padding: 20px;
  width: 70%;
  margin: 20px auto;
}

#site-topbar {
  display: none;
  background: white;
  height: 45px;
  border-bottom: 1px #d0d0d0 solid;
  align-items: center;
  justify-content: center;
}
#site-topbar > div {
  flex: 1;
}
#site-topbar .site-topbar-back {
  max-width: 45px;
  min-width: 45px;
  width: 45px;
  height: 45px;
}
#site-topbar .site-topbar-title {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #28a63f;
  margin-right: 45px;
  text-shadow: none;
}

/* ------------------------ small player -------------------- */
body.elt-opened header #site-topbar {
  display: flex;
}
body.elt-opened header {
  height: 105px;
}
body.elt-opened header .header-now {
  height: 60px;
}
body.elt-opened header .header-nowplaying {
  display: none;
}
body.elt-opened header .header-now > .header-titlecontainer {
  float: right;
  width: calc(100% - 50px);
}
body.elt-opened header .header-now > .sk-circle, body.elt-opened header .header-now > .btn-radio {
  float: left;
  margin: 0;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
body.elt-opened header .header-now .header-journalist {
  font-size: 10px;
}
body.elt-opened header .header-now .header-title {
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
}
body.elt-opened #site {
  padding-top: 115px;
}


.sk-circle {
  margin: calc(25% - 35px) auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: rgba(255, 0, 0, 0.7);
  position: relative;
  display: block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.sk-circle .sk-child {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 15%;
  top: 15%;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
}
