/* Listen Button */
.btn-listen{
    border: none !important;
    background-color: #F08080 !important;
    border-radius: 50px;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    padding: 10px;
    line-height: 15px;
    color: white;
    margin-left: 10px;
    letter-spacing: normal;
    position: absolute;
    bottom: 15px;
    left: 5px;
}

.btn-listen-unique {
    position: initial;
    font-size: 18px;
    padding-left : 40px;
	padding-right : 40px;
	padding-top : 15px;
	padding-bottom : 15px;
}

.btn-listen:hover{
    background-color: #263056 !important;
    color : white;
}

.podcast-clicked{
    background-color: #263056 !important;
}
@media screen and (max-width: 1000px) {
    .btn-listen-unique {
        font-size: 14px;
    }
}

/*
**
**
**
        PODCAST SLIDER         
**        
**
**        
*/

.podcast-card {
    -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,.1);
    box-shadow: 0 15px 25px 0 rgba(0,0,0,.1);
    height: 550px;
    width: 300px;
    border-radius: 5px;
    margin: 0 auto;
}

.podcast-card-title {
    margin-bottom: 0px;
    font-size: 16px;
    max-height: 128px;
    hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
}

.podcast-card-excerpt {
    max-height: 164px;
    hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
}

.img-podcast-card-container{
    position: relative;
}

img-podcast-card-container img {
    width : 300px;
}
.glide__slide {
    height: 585px !important;
}
.glide {
    margin: 0 auto !important;
}
.glide__arrow--prev{
    left : 0px;
}
.glide__arrow--next{
    right: 0px;
}

.glide--swipeable:hover .glide__arrow{
    background-color : #00000030;
}

.glide__arrow {
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s !important;
}

.glide__arrow i{
    margin-top : 300px;
    color : #F08080;
}

.glide--swipeable {
    cursor : default !important;
}

@media screen and (max-width: 1000px) {
    .glide__arrow{
        display: none !important;
    }
}

@media screen and (max-width: 360px) {
    .podcast-card-slider {
        width: 250px;
    }
}

/*
**
**
**
        PODCAST GRID         
**        
**
**        
*/

.podcast-grid {
    column-count: 2;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

.img-podcast-grid {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    transition-duration: 1s;
    border-radius: 5px;

}

.podcast-grid-title {
    color : white;
    position: absolute;
    margin-top: -130px;
    padding: 10px;
    font-weight: bold;
}

.podcast-grid-elem-container {
    margin-bottom : 30px;
    margin-right : 10px;
    margin-left : 10px;
}
.podcast-grid-elem-container:hover .img-podcast-grid{
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o-filter: brightness(80%);
    -ms-filter: brightness(80%);
    transform: scale(1.01);

}


/*
**
**
**
        PODCAST LIST         
**        
**
**        
*/


.podcast-list-title {
    display: inline-block;
    text-align: left;
    margin-bottom: 0px !important;
}

.btn-container {
    min-width: 110px;
}

.btn-listen-list {
    font-size: 14px;
}

.podcast-list-title  {
    font-size : 2.4rem;
    font-weight: bold;
}

.podcast-list-elem-container {
    padding-left : 10px; 
    padding-right: 10px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    position: relative;
}

.btn-listen-list {
    position: initial;
    display: inline-block;
    font-weight: normal;
}

@media screen and (max-width: 1000px) {
    .btn-listen-list .text-btn-listen {
        display: none;
    }
    .btn-listen-list .play-icon-listen:after {
        content: '\00a0\00a0';
    }
    .podcast-list-title  {
        font-size : 18px;
    }
}


/*
**
**
**
        PODCAST PLAYER         
**        
**
**        
*/


#footer{
   margin-bottom: 80px; 
}

#player-controls-container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

#play-icon{
    background: none;
    border: none;
    color: whitesmoke;
    cursor: pointer;
    margin-top : 5px;
}

#play-pause-button{
    font-size: 30px;
}


#play-icon:focus{
    outline: none;
}

#podcast-infos{
    font-family: 'Montserrat';
    font-size: 16px;
    color: whitesmoke;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

#podcast-player-image{
    width: 50px;
    border-radius: 3px;
    display: inline-block;
}

#podcast-infos p {
    vertical-align: top;
    margin: 10px 0 0 0;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}

#title-player-podcast{
    display: inline-block;
}

#time-informations{
    display: inline-block;
    float: right;
    color: whitesmoke;
    font-family: 'Montserrat';
    font-size: 15px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 5px;
}

#audio-player-container{
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    border: 0;
    background-color: darkslategrey;
    z-index: 999998;
}


/* SLIDER */

#seek-slider{
    position: absolute;
    line-height: 12px;
    top: -2px;
    height: 5px;
    right: -1px;
    left: 0px;
    width: 100%;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    outline: none;
    background-color: #F08080;
}

input[type="range"]::before {
    position: absolute;
    content: "";
    left: 0;
    width: var(--seek-before-width);
    height: 5px;
    background-color: #F08080;
    cursor: pointer;
}

/* CHROME */
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: grey;
    box-shadow: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: grey;
}

input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
    background-color: #F08080 !important;
    cursor: pointer;
    margin: -5px 0 0 0;
    border : none !important;
}
input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background: #F08080;
}

/* MOZILLA FIREFOX */

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: grey;
    box-shadow: none;
}

input[type=range]:focus::-moz-range-track {
    background: grey;
}

input[type="range"]::-moz-range-progress {
    background-color: #F08080;
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
input[type="range"]::-moz-range-thumb {
    box-sizing: content-box;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #F08080;
    cursor: pointer;
}
input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #F08080;
}

/* MICROSOFT EDGE */
input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent;
    box-shadow: none;
}

input[type=range]:focus::-ms-track {
    background: grey;
}

input[type="range"]::-ms-fill-lower {
    background-color: #F08080;
}
input[type="range"]::-ms-fill-upper {
    background: grey;
}
input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #F08080;
    cursor: pointer;
}
input[type="range"]:active::-ms-thumb {
    transform: scale(1.2);
    background: #F08080;
}
@media screen and (max-width: 1200px) {
    #podcast-infos p {
        max-width: 400px;
    }
    .podcast-grid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 1000px) {
    #podcast-infos p {
        max-width: 300px;
    }

    .podcast-grid-elem-container {
        margin-bottom : 30px;
        margin-right : 0px;
        margin-left : 0px;
    }
}

@media screen and (max-width: 800px)
{
    .podcast-grid {
        column-count: 1;
        padding: 0;
    }
    #audio-player-container{
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #seek-slider{
        top: 10px;
        margin-left: 5%;
        width: 90%;
    }

    #podcast-infos{
        margin-left: 25px;
        margin-top: 12px;
    }

    #time-informations{
        font-size: 12px;
        padding: 0;
        margin-top: 17px;
    }

    #podcast-player-image{
        display: none;
    }

    #podcast-infos p{
        max-width: 400px;
        font-size: 12px;
        padding: 0;
        margin-left: 30px;
        margin-top: 5px;
    }

    #excerpt-player-podcast{
        display: none;
    }

    #play-icon{
        display: inline-block;
        margin-left: 0px;
        margin-top : 0px;
    }

    #play-pause-button{
        font-size: 25px;
    }

    #previous-icon{
        display: inline-block;
        margin: 10px auto;
        margin-right: 20px;
    }

    #next-icon{
        display: inline-block;
        margin: 10px auto;
        margin-left: 20px;
    }

    #next-icon:focus{
        outline: none;
    }

    #previous-icon{
        outline: none;
    }

    #next-button{
        width: 25px;
    }

    #previous-button{
        width: 25px;
    }

    #player-controls-container{
        display: block;
        text-align: center;
        margin-top: 3px;
        left: 25px;
    }
}

@media screen and (max-width: 550px)
{
    #podcast-infos p {
        max-width: 250px;
        font-size: 12px;
    }
    #time-informations{
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    #podcast-infos p {
        max-width: 200px;
        font-size: 12px;
    }

    #time-informations {
        font-size: 12px;
    }
}