
body{
    margin: 0;
    padding: 0;
    /* background-color: #f5bd00; */
    background-color: #2a2485;
    height: 100vh;
    font-family: 'roboto';
  
}
.contenair{
    position: relative;
    background:url(../img/slider.jpg) no-repeat, #2a2485;
    background-position: center top;
    background-size:contain;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow: hidden;

}
.zone-video{
    position: absolute;
    width: 100px;
    border-radius:50px;
    background: #ffcd00;
    right: 30px;
    height: 50vh;
    box-shadow: 1px 0 15px rgba(0,0,0,.2);
    z-index: 3000000;
}

.rond-zone-video{
    position: fixed;
    width: 80px;
    border-radius:50px;
    background: #ffcd00;
    right: 30px;
    bottom: 10px;
    height: 80px;
    box-shadow: 1px 0 15px rgba(0,0,0,.2);
    z-index: 3000000;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rond-zone-video span{
    position: absolute;
    top: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background:#ff0022 ;
    padding-left: 7px;
    padding-right: 7px;
    border-radius:25px ;
    
 }
.rond-zone-video i{
   font-size: 35px;
   color: #fff;
   
}

.bars{
    position: absolute;
    width: 40px;
    height: 55px;
    right: 20px;
    top: 5px;
    padding-top: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    z-index: 2000;
 
 }
.bars>span.bar{
     display: block;
     height: 4px;
     border-radius: 9px;
     border: 1px solid white;
     background:  #fff;
     margin-bottom: 5px;  
  }
 
.bars>span:last-child{
     margin-bottom:0; 
     font-size: 14px;
     color: white;
  }
 
 
 /*-------------responsive menu---------------*/
.main-menu-small{
     position: absolute;
     width: 220px;
     height:100%;
     top:0;
     bottom: 0;
     left:-223px;
     background: #fff;
     box-shadow: 1px 0 15px rgba(0,0,0,.2);
     display: none;
     z-index: 3000000;
     
    
 }
 
 .main-menu-small .navbar-main-small{
     list-style: none;
     min-height: 40px;
     margin: 0;
     padding: 0;
     display: block;
     width: calc(100% - 0px);
     text-align: center;
  
 }
 .main-menu-small .navbar-main-small li{
     background: #fff;
 
 }

 .main-menu-small .navbar-main-small> li:first-child{
   font-size: 17px;

    
 } 
.main-menu-small .navbar-main-small> li:nth-child(2){
    background:rgb(223, 223, 223) ;
    color: #000;
    
 } 

 .main-menu-small .navbar-main-small>li:nth-child(2)>span{
    display: block;
    padding:4px;
    color: #000;
    text-align: center;
    
 } 
 .main-menu-small .navbar-main-small>li:not(:first-child){
     min-height: 25px;
     padding: 12px;
 
 }
.main-menu-small .navbar-main-small>li:first-child{
    background: #ffcd00;
    color:#fff;
    font-size: 25px;
    line-height: 50px;
    font-weight: 800;
    text-align: center ;
    font-family: 'roboto';
    height: 50px;
    padding:15px;
 
 }
.main-menu-small .navbar-main-small>li:first-child::after{
     content: "";
     cursor: pointer;
     position: absolute;
     padding:3px 5px;
 }
.Webradio_list ul{
     margin: 0;
     padding: 0;
 
 }
 .Webradio_list ul li{
   background: #2a2485;
   color: #fff;
   display: flex;
   margin: 7px;
   border-radius: 25px;
   height: 65px;
   list-style: none;
   justify-content: space-between;
   overflow: hidden;

}
.Webradio_list ul li:hover{
    background: #f5bd00;
 
 }
 .Webradio_list ul li a{
    color: #fff;
    display: flex;
     width: 25,33%;
     box-sizing: border-box;
     align-items: center;
     justify-content: center;
     padding: 10px;

 
 }
.Webradio_list ul li a i{
    font-size: 25px;
 
 }
.Webradio_list ul li:hover{
    background: #2a2485;

 }


.lecteur{
    position: absolute;
    width: 100%;
    text-align: center;
  bottom: 0;
  background: rgba(255, 255, 255, 0.288);
}
.barre{
    position: relative;
    top: -10px;
    height: 23px;
    font-size: 17px;
    padding-bottom: 0px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color:white;
    width: 200px;
    margin: 0 auto;
}

#canvas2{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    left: 0;
    z-index: 10000;
}

/*-----------------------------------------*/
.owl-fleche{
    position: relative;
    margin: auto;
    padding: 20px;
}
.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f5bd00;
}


.owl-carousel .item {
    text-align: center;
}
.owl-fleche .nav-btn-left{
    height: 32px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    color: #0044aa;
    top: calc(50% - 20px) !important;
    left: -15px;
    transform:translateY(-50%);
}
.owl-fleche .nav-btn-right{
    height: 32px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: calc(50% - 20px) !important;
    right: -5px;
    color: #0044aa;
    transform:translateY(-50%);
}
.owl-fleche .nav-btn-left:hover,.owl-fleche .nav-btn-right:hover{
    color: #06a79c;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}
.owl-dots{
    position: absolute;
    bottom: 20px;
    z-index: 1000;
    left:50%;
    transform:translateX(-50%)

}

#logo{
    position:absolute ;
    top:50px;right:40px;
    z-index:1000;
    width:130px
}
#logoP{
    position:absolute ;
    top:50px;left:40px;
    z-index:2000000;
    width:130px
}
#bloc_muniteur{
     position: absolute;
     
     bottom:35px ;
     right:39px;
     z-index:1000 ;
}
#duree,#separator,#temps{
  color: #fff;
 font-size: 13px;
}

#play,#pause,#playpause{
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    font-size:80px;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: #fff;

   
}
#pause{
    display: none;
   
}
#play:hover,#pause:hover,#playpause:hover{
    text-shadow:0 1px 0 2px rgba(0, 0, 0, 0.3);
}
#pochetteplay{
 height: 100px;
 position: absolute;
 margin-bottom: 10px;
 width: 100px;
 left:20px;
 top:0;
 border-radius:8px;
 overflow: hidden; 
}

#pochettenext{
    height: 100px;
    position: absolute;
    margin-bottom: 10px;
    width: 100px;
    right:20px;
    top:0;
    border-radius:8px;
    overflow: hidden; 
   }
 
   .volume{
    position: absolute;
    height: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    padding-left:0;
    padding-right: 5px;
    top: -47px;
    left: 22px;
  }

  
/* Volume slider */
#volume-slider {
    width: 150px;
    -webkit-appearance: none; /* Remove default styling */
    height: 5px;
    background: #d3d3d3;
    border-radius: 5px;
    margin: 20px 0;
  }
  
  #volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #ff3c00;
    border:2px solid white;
    border-radius: 50%;
    cursor: pointer;
  }
.onair{
    position: absolute;
    height: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    padding-left:5px;
    padding-right: 5px;
    top: -25px;
    left: 22px;
  }
 .onair #on{
    display: inline-block;
    background-color: rgb(51, 255, 0);
    margin-right:2px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
  }
  .onair #ontext{
   color: #fff;
   font-size: 10px;
  }

  .next{
    position: absolute;
    height: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding-left:5px;
    padding-right: 5px;
    top: -23px;
    right: 22px;
  }
 .next #on{
    color: rgb(237, 0, 0);
  }
  .next #ontext{
   color: rgb(237, 0, 0);
   font-size: 10px;
  }

@media screen and (max-width:500px) {
    .lecteur{
        position: absolute;
        width: 100%;
        text-align: center;
       
    
    }
    .owl-fleche .nav-btn-left,.owl-fleche .nav-btn-right{
       display: none;
    }
    #play,#pause,#playpause{
        font-size: 70px;
       
    }
    #logo{
        position:static ;
        z-index:1000;
        width:80px;
        margin-bottom: 25px;
    }
    
    .or{
        position:absolute;
        display:inline-block;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
        font-size: 14px;
    
    }
    #pochetteplay{
        height: 100px;
        position: absolute;
        margin-bottom: 10px;
        width: 100px;
        left:20px;
        top:0;
        border-radius:8px;
        overflow: hidden; 
       }

       #pochettenext{
        height: 100px;
        position: absolute;
        margin-bottom: 10px;
        width: 100px;
        right:20px;
        top:0;
        border-radius:8px;
        overflow: hidden; 
       }
       .bars{
        position: absolute;
        width: 35px;
        height: 40px;
        right: 20px;
        top: 5px;
        padding-top: 5px;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        z-index: 2000;
     
     }
    .bars>span.bar{
         display: block;
         height: 4px;
         border-radius: 9px;
         border: 1px solid white;
         background:  #fff;
         margin-bottom: 5px;  
      }

      .zone-video{
        display:none
     }
      .rond-zone-video{
       visibility: visible;;
      }
    
  
     
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer div{
    font-size: 13px;
    padding: 10 20pxpx;
    text-align: center;
    color:#fff
}
#infoline{
    position: absolute;
    color: #fff;
    top: 15px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    display: none;
}
.or{
    position:absolute;
    display:inline-block;
    padding:5px 10px 5px 10px;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color:white;
    font-weight:700;
    margin-bottom:8px;
    background: #f02020;
    border-radius: 25px;
    z-index: 2000150;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);

}
