html {
    background: #A0A0A0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: hidden;
}


body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}


*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  /* background: rgba(0,0,0,0.4); */
  background-clip: padding-box;
  border: 0px solid transparent;
}

*::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 5px;
}


.bck_cover {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: -3;
}

.top_band {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 75%;
    left: 0px;
    background: #040404;
    max-width: 100%;
    z-index: -1;
    display: block;
    text-align: center;
}

.top_band img {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    max-height: calc(100% - 20px);
}

.logo img {
    margin: 40px 0px 0px 60px;
    max-width: 240px;
}

.login-btn {
    position: fixed;
    right: 0;
    margin-right: 60px;
    margin-top: 40px;
    display:inline-block;
    padding: 10px;
}

.login-btn a {
    color: #fff;
    text-decoration: none;
}

.login-btn span {
    display: inline-block;
    vertical-align: middle;
}

span.login-img {
    background: url('img/login-small-white.png') no-repeat center -25px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

#schedule_iframe, .tab_content {
    color: #fff;
    text-align: center;
    width: 770px;
    max-width: 770px;
    margin: 0 0 0px -380px;
    /* padding: 10px; */
    padding-left: 0px;
    padding-bottom: 140px !important;
    /* top: 10%; */
    position: absolute;
    left: 50%;
    /*	-webkit-transition-delay: 1s;
        transition-delay: 1s;*/
}

#schedule_iframe.tab_content.current, .tab_content.current {
    /*display: block;*/
    visibility: visible;
}

.schedule {
    top: 35%;
}

.about_us {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    top: 25%;
    max-height: 50%;
    overflow-y: scroll;
}

.podcast {
    top: 40%;
}

.tab_content {
    /*	-webkit-transition-delay: 1s;
        transition-delay: 1s;*/
    transition: opacity 0.4s ease 0.4s;
    opacity: 0;
}

.current {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.0s;
    transition: opacity 0.4s ease 0.0s;
}

.schedule.tab_content {
    /* top: 0px; */
    position: fixed;
}



.about_us h1 {
    font-size: 80px; /** Fallback if vw is not suppoted */
    font-size: 8vh;
    font-weight: 300;
    margin: 10px;
}

.about_us h3 {
    font-style: italic;
    /* word-spacing: 0.30em; */
}

.about_us p {
    text-align: left;
    font-size: 24px; /** Fallback if vw is not suppoted */
    font-size: 3vh;
    font-weight: 350;
    margin: 0px;
}

blockquote {
    display: block;
    border-width: 2px 0;
    border-style: solid;
    border-color: #eee;
    padding: 1.5em 0 0.5em;
    margin: 1.5em 0;
    position: relative;
  }
  blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-100%, -100%);
    background: transparent;
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em 'Noto', sans-serif;
    color: #666;
    text-align: center;
  }
  blockquote:after {
    content: "\2013 \2003" attr(cite);
    display: block;
    text-align: right;
    font-size: 0.875em;
    /* color: #e74c3c; */
  }

.about_us .zone_bleue {
    color: rgb(95, 172, 207);
}

.about_us .zone_rose {
    color: rgb(243, 174, 174);
}

.about_us .zone_bleue blockquote {
    border-color:  rgb(19, 107, 148);
}

.about_us .zone_rose blockquote {
    border-color:  rgb(180, 111, 111);
}


.podcast .rss_icon span {
    color: #fff;
}

.podcast .rss_icon:hover {
    opacity: 0.8;
}

.podcast .rss_icon {
    font-size: 14px;
    text-decoration: none;
}


.podcast .rss_icon img {
    vertical-align: middle;
    margin-left: 10px;
}


.login h2, .podcast h2 {
    font-size: 28px;
    font-weight: 300;
}


.rss-title-wrapper {
    overflow:hidden;
}

.rss-title-wrapper div {
    padding: 10px;
}
#rss-title {
    text-align:left;
    font-size: 28px;
    font-weight: 300;
}
#rss-subscribe {
    float: right;
    overflow:hidden;
    text-align: right;
}

@media screen and (max-width: 490px) {
    #rss-title {
        float: none;
        margin-right:0;
        width:auto;
        border:0;
    }
}

input[type="text"] {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    margin-bottom: 1px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    box-sizing: border-box;
}

input[type="text"]:hover {
    background: rgba(255, 255, 255, 0.3);
}

input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background: #459B8F;
    width: 100%;
    max-width: 380px;
    padding: 18px 20px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

input[type="submit"]:hover {
    background-color: #409187;
}

@media (max-width: 780px) {
    .logo {
        display: block;
        text-align: left;
    }

    .logo img {
        margin: 20px 0px;
    }

    .top_band {
        text-align: left;
        padding-left: 10px;
        bottom: calc(100% - 85px);
    }

    .login-btn {
        position: fixed;
        right: 0;
        margin-right: 5px;
        margin-top: 0px;
        top: 0px;
        right: 5px;
        padding: 0px;
    }


    span.login-img {
        display:none;
    }

    .schedule.tab_content {
        position: fixed;
    }

    .tab_content {
        top: 13%;
    }

    .tab_content {
        margin-top: 0px;
        width: auto;
        max-width: 100%;
        left: 10px;
        right: 10px;
    }

    #schedule_iframe {
        margin-top: 0px;
        max-width: 100%;
        margin-left: auto;
        left: 0px;
        right: 0px;
    }

    .about_us h1 {
        font-size: 40px;
    }

    .about_us p {
        font-size: 18px;
    }
}
