
body{
    margin: 0;
    padding: 0;
    background-color: #f02020;
    height: 100vh;
    font-family: 'roboto';
  
}
.contenair{
    position: relative;
    background: #f02020;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;

}

.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: 250px;
     position: absolute;
     height:100%;
     top:0;
     bottom: 0;
     left:-253px;
     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 a{
    color: #fff;
    background: #f02020;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    text-decoration: none;
    transition: all 0.5s;

}
.main-menu-small .navbar-main-small li a:hover{
    color: #fff;
    background: #000

}


.main-menu-small .navbar-main-small li:nth-child(2){
    background:rgb(223, 223, 223) ;

    
 } 
 .main-menu-small .navbar-main-small li:nth-child(2)>span{
    display: block;
    padding:4px;
    color: #f02020;
    text-align: center;
    
 } 
 .main-menu-small .navbar-main-small li:not(:first-child){
     min-height: 50px;
     padding: 12px;
 
 }
.main-menu-small .navbar-main-small li:first-child{
    background: #f02020;
    color:#fff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 800;
    text-align: center ;
    font-family: 'roboto';
    height: 80px;
    padding:15px;
 
 }
.main-menu-small .navbar-main-small li:first-child::after{
     content: "";
     cursor: pointer;
     position: absolute;
     padding:3px 5px;
 
 }


.lecteur{
    position: absolute;
    width: 600px;
    text-align: center;

}
.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;
}


/*-----------------------------------------*/
.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: #f02020;
}


.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:2000000;
    width:130px
}
#bloc_muniteur{
     position: absolute;
     
     bottom:35px ;
     right:39px;
     z-index:2000100 ;
}
#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: 120px;
 position: absolute;
 margin-bottom: 10px;
 width: 120px;
 left:20px;
 top:0;
 border-radius:8px;
 overflow: hidden; 
}

#pochettenext{
    height: 120px;
    position: absolute;
    margin-bottom: 10px;
    width: 120px;
    right:20px;
    top:0;
    border-radius:8px;
    overflow: hidden; 
   }
   #pochettenext img{
    border-radius:8px;
   }
 
   #pochettenext #nextsong{
    border-radius:8px;
    padding: 6px;
    color: #fff;
    background: #000;
    font-size: 13px;
    margin-bottom: 5px;
   }

.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: lime;
    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{
        font-size: 80px;
       
    }
    #logo{
        position:static ;
        z-index:2000000;
        width:80px;
        margin-bottom: 25px;
    }
    
    .or{
        position:absolute;
        display:inline-block;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
        font-size: 17px;
    
    }
    #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;  
      }
     
     
}
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-left: 10px;
    padding-right: 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);

}
