.block-webradio .radio button img {
    height: 65px;
    margin: 10px;
}


/*audio update Mnlk*/
.audio-player {
    height: 70px;
    background: #f4f4f4;
    font-family: arial;
    color: black;
    font-size: 0.75em;
    overflow: hidden;
    display: grid;
    grid-template-rows: 6px auto;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.audio-player .play-container {
    background-color: #F57C00;
    border-radius: 48px;
    width: 36px;
    height: 36px;
}
.audio-player .timeline {
    background: #085baa;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 #0008;
}
.audio-player .timeline .progress {
    background: coral;
    width: 0%;
    height: 100%;
    transition: 0.25s;
}
.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 5px;
    padding-top: 10px;
}
.audio-player .controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
}
.audio-player .controls .toggle-play.play {
cursor: pointer;
    position: relative;
    left: 6px;
    height: 17px;
    width: 20px;
    border: 9px solid #0000;
    border-left: 16px solid white;
}
.audio-player .controls .toggle-play.play:hover {
    transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
    height: 9px;
    width: 17px;
    cursor: pointer;
    position: relative;
    left: 3px;
    bottom: 2px;
}
.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
    transform: scale(1.1);
}
.audio-player .controls .time {
    display: flex;
}
.audio-player .controls .time > * {
    padding: 2px;
}
.audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 18px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: black;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: coral;
    height: 100%;
    width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
    top: 18px;
}
.node--type-replay #block-bootstrap-barrio-subtheme-content h1 {
    font-size: 24px;
}

audio {
    height: 40px;
    width: 100%;
}

audio::-webkit-media-controls-panel:first-child {
    color: #fff;
}

audio::-webkit-media-controls-play-button-display {
    color: #fff;
    background-color: #fff;
}

audio::-webkit-media-controls-pause-button {
    background-image: url("/themes/custom/bootstrap_barrio/subtheme/img/pause_player.svg");
}

audio::-webkit-media-controls-play-button {
    background-color: #F57C00;
    border-radius: 50%;
    /*background-image: url("/themes/custom/bootstrap_barrio/subtheme/img/fleche_player.svg");*/
    color: #fff;

}

audio::-webkit-media-controls-play-button:hover {
    background-color: rgba(177, 212, 224, .7);
}
/*audio update Mnlk fin */


.audio-player .controls {
    justify-content: unset;
}


.view-block-replay-page-animateur .play.orange,
.view-block-from-same-emission-replay .play.orange,
div#block-views-block-block-from-this-emission-replay-block-1 .play.orange
{
    height: 36px;
    width: 36px;
}


@media (max-width: 769px) {
.view-block-replay-page-animateur .font-bleu.pl-3 a,
.view-block-from-same-emission-replay .font-bleu.pl-3 a
{
    margin-bottom: 5px;
        font-size: 0.9rem;
    }

.view-block-replay-page-animateur h3.teaser-title,
.view-block-from-same-emission-replay h3.teaser-title
{
        margin: 0px;
        padding: 0px 15px !important;
    }

.view-block-replay-page-animateur .row.align-items-start .section-title,
.view-block-from-same-emission-replay .row.align-items-start .section-title
{
        margin-top: 15px !important;
    }

.view-block-replay-page-animateur .pb-3.pr-3.text-right,
.view-block-from-same-emission-replay .pb-3.pr-3.text-right
 {
    text-align: center !important;
}

.view-block-replay-page-animateur .pb-3.pr-3.text-right span,
.view-block-from-same-emission-replay  .pb-3.pr-3.text-right span
 {
    font-size: 0.8rem !important;
}

}

.img-animateur img {
    width: 250px !important;
    margin: auto;
}
.cssload-container {
    width: 100%;
    height: 49px;
    text-align: center;
}

.cssload-zenith {
    width: 15px;
    height: 15px;
    margin: 0 auto;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: 1px 2px 1px rgb(255,255,255);
    animation: cssload-spin 960ms infinite linear;
    -o-animation: cssload-spin 960ms infinite linear;
    -ms-animation: cssload-spin 960ms infinite linear;
    -webkit-animation: cssload-spin 960ms infinite linear;
    -moz-animation: cssload-spin 960ms infinite linear;
    pointer-events: none;
}


/*** Début : Header Jumping Show ***/
/*#block-blockheadercustomgpmobile {
    margin-top: 60px;
    position: fixed;
    z-index: 100;
}
@media (max-width: 769px) {
    #block-views-block-block-auto-promo-block-1 {
        display: none;
    }
    #block-blockheaderislandselectorgp {
        margin-top: 150px;
    }
    div.w-100.d-flex.justify-content-center {
        max-height: 10px ! important;
    }
}*/

/*** Fin : Header Jumping Show ***/



@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}


.volume.icono-volumeMedium {
    display: inline-block;
    position: relative;
    background-size: cover !important;
    width: 26px !important;
    padding: 0px;
    height: 18px;
    background-repeat: no-repeat;
    margin: 0px;
    background: url(https://rci-preprod.10gitallab.org/themes/custom/bootstrap_barrio/images/volume1.svg);
}

.volume.icono-volumeMute {
    display: inline-block;
    position: relative;
    background-size: cover !important;
    width: 26px !important;
    padding: 0px;
    height: 18px;
    background-repeat: no-repeat;
    margin: 0px;
    background: url(https://rci-preprod.10gitallab.org/themes/custom/bootstrap_barrio/images/volume2.svg);
}

.audio-player .controls .volume-container .volume-slider {
    background: #FFF;
}

.audio-player {
        box-shadow: none;

}

.audio-player .controls .toggle-play.pause,
.audio-player .controls .toggle-play.play.pause
{
    height: 9px;
    width: 18px;
    cursor: pointer;
    position: relative;
    left: 4px;
    bottom: 2px;
    padding: 5px;
    text-align: center;
}

.audio-player .play-container {
    margin-top: 5px;
}
.audio-player .controls .time {
    padding: 10px;
}

.audio-player .controls {
        justify-content: unset;
}

.audio-player .controls .volume-container {
    margin-left: auto;
    order: 2;
}

.name .teaser-title {
    display: block !important;
    padding: 9px 0px 0px !important;
    color: #085baa !important;
    font-size: 1.0em !important;
    font-weight: 600 !important;
}

.node--type-emission .description,
.node--type-repaly .description
{
    padding: 5px 0px;
}

.font-bleu h3.teaser-title:hover {
    color: #f57b00 !important;
}


.node--type-emission .field--name-field-membre,
.node--type-replay .field--name-field-membre {
 display: flex;   
}
.node--type-emission .field--name-field-membre .field__item:nth-child(1),
.node--type-replay .field--name-field-membre .field__item:nth-child(1)
{
padding: 0 10px 0 0px !important;
    border-left: none;
}

.node--type-emission .field--name-field-membre .field__item,
.node--type-replay .field--name-field-membre .field__item
{
    padding: 0 10px 0 10px;
    border-left: 1px solid #085baa;
    line-height: 15px;
}

.node--type-emission .field--name-field-membre .field__item a,
.node--type-replay .field--name-field-membre .field__item a
{
    color: #085baa;
}

.node--type-emission .field--name-field-membre .field__item a:hover,
.node--type-replay .field--name-field-membre .field__item a:hover
{
    color: #f57b00;
}

.node--type-emission h1.a,
.node--type-replay h1.a,
.node--type-emission h1,
.node--type-replay h1,
.node--type-replay h1.font-bleu a,
.node--type-replay h1.font-bleu span
{
    text-decoration: none !important;
    color: #085baa !important;
    padding: 0px !important;
    font-size: 2rem !important;
}


a:hover .teaser-title {
    color: #f57c00 !important;
}


.node--type-replay .field--name-field-membre {
    margin: 0px;
}

.path-node.node--type-replay p.font-bleu.title {
text-decoration: none !important;
    color: #085baa !important;
    padding: 0px !important;
    font-size: 2rem !important;
    font-weight: bolder;
    margin: 0px;
}

.path-node.node--type-replay  h1.font-bleu .teaser-title  {
    font-size: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    height: 0px !important;
    line-height: 0px !important;
}

.path-node.node--type-replay   #block-bootstrap-barrio-subtheme-content h1 {
    font-size: 24px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
