@font-face{
    font-family:"Calibri_W01_Regular.ttf";
    src:url(../font/Calibri_W01_Regular.ttf)
}
html {
    background:url(../images/813730.jpg);
   /* background-repeat: no-repeat;
    background-size:contain;
    background-size:cover;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    font-family:"Calibri_W01_Regular.ttf";
}

/* source : http://alexkatz.me/posts/building-a-custom-html5-audio-player-with-javascript/ */
#audioplayer{
    width: 480px;
    height: 60px;
    margin: 20px auto auto 5%;
    position: absolute ;
}

#pButton{
    height:60px; 
    width: 60px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play{background: url('../images/play.png') ;} /*modif*/
.pause{background: url('../images/pause.png') ;} /*modif*/

#timeline{
    width: 400px;
    height: 20px;
    margin-top: 20px;
    float: left;
    border-radius: 15px;
    background: rgba(68,125,125,1);
  
}
#playhead{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: 1px;
    background: rgba(255, 255, 255,1);

}
/* fin source ---------------------------------------------- */

#volume2{
    position: relative ;
    width: 380px;
    margin: 36px 5% auto auto;
}
header{
    background: rgb(255, 255, 255);
    border-bottom: 4px solid #EF6000;
    height: 49px;
}

body {
    margin: 0;
    padding: 0;
    /*margin-left: 1%;
    margin-right: 1%;
   background: rgba(240, 240, 240, .75);*/

}
div#page{
    text-align: center;
    margin-bottom: 120px;
}
div#corp-page{
     /*min-height: 720px;
     padding-top: 20px;
     /*border: 4px solid #EF6000;*/
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     padding: 2rem 0;
     gap: 2rem;
}
.titre_dir{
    margin-top: 20px;
    text-decoration-line: underline;
    font-size: 1.4em;
}
footer{
    background-color : rgba(20,20,20,0.98);
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    border-top-left-radius : 10px;
    border-top-right-radius: 10px;
    z-index: 1000;
}


h4 {
    font-size: 10px;
}



/*---- Début Menu ----*/
nav#menubar1 { /* menu */
    padding-top:2px;
    padding-bottom:20px;
	padding-left: 5px;
    padding-right:5px;
	border: #999;
    display: block;
    margin-bottom : 25px;
} 
	
nav#menubar1 > a{ /* régrage de menu */
    position: relative;
	font-size: 24px;
	/*background: #333;*/
	padding: 10px 30px; /* dimention des cases */
	color: rgb(0, 0, 0);
	margin-right: 5px; /* intervalle des cases */
    margin-bottom: 10px;
	text-decoration: none;
	/*border-radius: 6px;*/
    display: inline-block; /*création de block*/
}

nav#menubar1 > a:hover{ /*vurvol avec la sourie*/
	background: rgb(230, 130, 0);
	color: #FFFFFF;
    text-decoration: none;
}
/*---- Fin Menu ----*/

/*div#cover{
    width : 300px;
    height : 300px;
    position: absolute;
    left: 100%;
    right: 50%;
    opacity: 0.95;
    z-index: 100;

}
*/div#cover{
    width : 300px;
    height: 300px;
    position: absolute;
    top: 200px;
    right: 1%;
    opacity: 1;
    z-index: 100;
    margin-right: 10px;
}
/*---- Début bouton ----*/
div#Bouton {
    padding-top:10px;
    padding-right: 2%;
    display: block;
}

div#Bouton > a{
    position: relative;
	font-size: 24px;
	background: #333;
	padding: 10px 30px; /* dimention des cases */
	color: #FFFFFF;
	margin-right: 5px; /* intervalle des cases */
    margin-bottom: 10px;
	text-decoration: none;
	border-radius: 6px;
    display: inline-block; /*création de block*/
}

div#Bouton > a:hover{
	color: #FFFFFF;
    text-decoration: none;
}
/*---- Fin bouton ----*/
h1{
	color: #FFF;
}


h2, h4, h5 {
	color: #000;
}

td{
	text-align: left;
	padding-left: 2%;
	list-style-type: none;
	text-decoration: none;
	font-weight: 900;
	font-size: 30px;
}
tr{
	margin-bottom: 10px;
}
.grand-titre{
    background: rgba(10, 10, 10, 0.61);
    background-position: left;
    width: 60%;
    margin-top: 0%;
    margin-bottom: 0%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

h3 {
    color: #0000FF;
    text-decoration: underline;
}

td a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color : rgba(255,255,255,1);
    z-index: 900;
    position: relative;	
}
a {    
    text-decoration: none;
    /*font-size: 20px;*/
    color: #000000; 
}

p{
    color: #0000FF;
    font-size: 20px;
}

table{
    text-align:center;
    background :rgba(20, 20, 20, 0.534);
    min-width: 1090px;

}


div#par {
    font-size: 20px;
    color: #FFFFFF;
    text-align: right;
    margin-right: 20px;
    padding-bottom: 20px;
}

div#date{
    text-align: right;
    margin-right:20px;
}

ul {
    text-align: left;
    padding-left: 2%;
    list-style-type: none;
    text-decoration: none;
}

.img { /*Image I*/
    width: 240px;
    margin-top: 10%;
    margin-left: 20%;
}
.volm1{
    float: left;
    outline: none;
    margin-left: 10px;
}

.volm2{
    float: right;
    outline: none;
    margin-right: 10px;
}



#playlist{
    max-width:98%;
    min-height: 800px;
}

#volume{
    width: 300px;
    margin-top: 2px;
}

.imgal{
    width: 240px;
    height: 240px;
    display: inline-block;
	box-shadow: inset 0px 0px 25px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 25px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 0px 25px 1px rgba(0, 0, 0, 0.5);
}

.num{
    background:rgba(20, 20, 20, 0.70);
    -webkit-transform: rotate(310deg);
    -moz-transform: rotate(310deg);
    -o-transform: rotate(310deg);
    writing-mode: lr-tb;
    margin-top : 100px;
    margin-left:10px;
    width: 220px;
    height: auto;
    display: table;
}

input[type="range"]{
    -webkit-appearance:none;
    width:300px;
    height:20px;
    margin:10px 50px;
    background: linear-gradient(to right, #20789A 0%, #00ABED 100%);
    background-size:290px 10px;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
    outline: none;
  }
  
  input[type="range"]:first-of-type{
    margin:0;
  }
  
  input[type="range"]::-webkit-slider-thumb{/*rectangle sur bare*/
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:rgb(245, 241, 240);
    position:relative;
    z-index:3;
    box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
  }
  
  input[type="range"]::-webkit-slider-thumb:after{
    content:" ";
    width:60px;
    height:10px;
    position:absolute;
    z-index:1;
    right:20px;
    top:5px;
    background:rgb(245, 241, 240);
    background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
  }

/* firefox */
input[type=range]::-moz-range-track { /* bare*/
    width: 100%;
    height: 2.2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgba(0, 113, 169, 0);
    border-radius: 0px;
  }
  input[type=range]::-moz-range-thumb { /*rectangle sur bare*/
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #eaeaea;
    height: 20px;
    border-radius: 0px;
    width: 20px;
    background: #ffffff;
    cursor: pointer;
  }

  /* fin firefox */




.album-card {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.album-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    opacity: 0.8;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.album-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.album-card:hover::before {
    opacity: 0.3;
}

.imgal {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

/* Titre d'album amélioré */
.album-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.7) 50%,
        transparent 100%
    );
    color: white;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.album-title h1 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Effet hover sur le titre */
.album-card:hover .album-title {
    transform: translateY(-5px);
}


@media screen and (max-width: 1100px) , screen and (max-height: 450px) { /* Pour petits ecrans et tel */




/* -----------------interface volume----------- */
    #volume2{ /* element div */
        width: 400px;
        margin: 12px 5px auto auto;
        padding-top: 25px;
        position: relative;        
    }

    #volume{  /* element input range (volume) */
        width: 300px;
        margin-top: 5px;
    }

    .volm1{ /* image volume coupé */
        outline: none;
        margin-left: 10px;
        margin-top: 3px;
    }
    
    .volm2{ /* image volume max */
        outline: none;
        margin-right: 10px;
        margin-top: 3px;
    }
/* ------------ fin interface volume----------- */


/* source : http://alexkatz.me/posts/building-a-custom-html5-audio-player-with-javascript/ */
#audioplayer{
    width: 480px;
    height: 60px;
    float: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 10px auto auto 15px;
    position: absolute;
}

#pButton{
    height:100px; 
    width: 100px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}


#timeline{
    width: 380px;
    height: 30px;
    margin-top: 32px;
    float: left;
    border-radius: 15px;
    background: rgba(228, 116, 67,1);
  
}
#playhead{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 1px;
    background: rgba(255, 255, 255,1);

}
/* fin source ---------------------------------------------- */


html {
     background:url(../images/330187.jpg);
     background-repeat: no-repeat;
     background-position: center center;
     background-attachment: fixed;
     background-size: cover;
}

body {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    background:rgba(200, 200, 200, .0);
}

div#corp-page{
     position: center;
     min-height: 600px;
}
div#page{

    margin-bottom: 240px;
}

header{
	height: 180px;
}


/*footer{
    height: 150px; defaut
    height: 12%;
}*/

nav#menubar1{ /* menu */
	padding: 0;
	padding-top : 8px;
	border: #999;
    display: block;
} 

nav#menubar1 > a{ /*régrage de menu*/
        display: block;
        font-weight: bold;
	font-size: 65px;
	padding: 5px 10px; /* dimention des cases */
	color: #000000;
	text-decoration: none;
	border-radius: 2px;
}
h1 {
    font-size: 1.4em;
	color: #FFF;
}

h3 {
	color: #0000FF;
    font-size: 30px;
}

h4 {

    margin-left: 0;
    margin-right: 0;
}


p {
	font-family: Calibri;
	color: #0000FF;
	font-size: 30px;
}

a{
	font-size: 1.2em;
}

td a{
    padding-top:15px;
    padding-bottom: 15px;
    color: #FFFFFF ;
    position: relative;
    z-index: 900;
    max-width: 1090px;
}

li{
	margin-top: 2%;
}
ul {
        text-align: left;
        padding-left: 1%;
	padding-right: 1%;
        list-style-type: none;
	text-decoration: none;
}
div#cover{
    
    width : 300px;
    height : 300px;
    position: absolute;
    opacity: 0.5;
    z-index: 100;
    margin-top: 35px;

}

.album-title h1{
   font-size: 2rem;
}


input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 24.85px 0;
  overflow: unset;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 0.7px #000000, 0px 0px 0.9px #0d0d0d;
  background: #ef6000;
  border-radius: 2.8px;
  border: 0.4px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 5.3px solid #e6e6e6;
  height: 70px;
  width: 49px;
  border-radius: 24px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -25.25px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ff6f0f;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 20.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 0.7px #000000, 0px 0px 0.9px #0d0d0d;
  background: #ef6000;
  border-radius: 2.8px;
  border: 0.4px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 5.3px solid #e6e6e6;
  height: 70px;
  width: 49px;
  border-radius: 24px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 20.3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #d05400;
  border: 0.4px solid #010101;
  border-radius: 5.6px;
  box-shadow: 0.9px 0.9px 0.7px #000000, 0px 0px 0.9px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #ef6000;
  border: 0.4px solid #010101;
  border-radius: 5.6px;
  box-shadow: 0.9px 0.9px 0.7px #000000, 0px 0px 0.9px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 5.3px solid #e6e6e6;
  height: 70px;
  width: 49px;
  border-radius: 24px;
  background: #ffffff;
  cursor: pointer;
  height: 20.3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ef6000;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ff6f0f;
}


table{
    min-width: 0;
    max-width: 100%;
}
#playlist{
    max-width: 100% ;
}
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation delay */
.album-card:nth-child(1) { animation-delay: 0.1s; }
.album-card:nth-child(2) { animation-delay: 0.2s; }
.album-card:nth-child(3) { animation-delay: 0.3s; }
.album-card:nth-child(4) { animation-delay: 0.4s; }
.album-card:nth-child(5) { animation-delay: 0.5s; }
.album-card:nth-child(6) { animation-delay: 0.6s; }
/* Continue for more items... */

/* Focus accessibility */
.album-card:focus {
    outline: 3px solid #EF6000;
    outline-offset: 3px;
}

/* last UPDATE : 15 sept 2025 00h54*/
/* UPDATE : 29 sept 2018 17h11*/


