@font-face{
	font-family: 'lato';
	src: url('fonts/lato.ttf');
}
*{
	box-sizing:border-box;
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-ms-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}
body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/pics/truc-2.png);
    background-size: 100vh;
    background-position: 0px 0px;
	background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: "Trebuchet MS", "Verdana", "Helvetica" , "Arial", sans-serif;
	color: white;
	margin-top: 0;
	font-size:14px;
}
.htmlPerso {
    padding-top: 2em;
}
.spacer {
	clear: both;
}
a {
	color: #504f4f;
	text-decoration:none;
} 
a:hover {
	color: #161616;
}
.bandeau {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	padding: 0px 0px 0px 20px;
	color: #9c9b9b;
}
.container {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    width: calc(100% - 2em);
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.4);
}
.container img.square,
.container img.portrait {
	width:100%;
	height:auto;
}
.container img.landscape{
	width:100%;
	min-height:100%;
}
/*Player-*/
.lecteurMp3{
	background: rgb(0 0 0 / 80%);
}
.ImageEtList{
	display: block;
    padding-top: 60%;
	position:relative;
	overflow:hidden;
}
.ImagedeFond img{
    position: absolute;
	top:0;
}
#musiclist{
    position: relative;
}
#playercontroller{
	padding:1em;
}
.fa{
	margin: 0;
	padding: 0;
}
.musicitem:first-child{
	/*padding-top:2em;*/
}
.musicitem{
	cursor:pointer;
}
.musicitem:hover{
	background: rgb(255 255 255 / 75%);
	color:black;
}

.musicitem:last-child{
	/*padding-bottom:2em;*/
}
.musicitem{
	padding: 0.5em 2em;
	background: rgb(0 0 0 / 80%);
	/*border-bottom: 1px solid white;*/
}
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 2px;
	border-radius: 5px; 
	background: white;
	outline: none;
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%; 
	background: white;
	cursor: pointer;
}
.slider::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: white;
	cursor: pointer;
}
.bandeau ul {
    list-style-type: none;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
button {
	cursor: pointer;
    border: none;
    background: #C0C0C0;
    padding: 0.9em 1em;
    border-radius: 500px;
    font-size: 2em;
	color: white;
}
.catMenu{
	cursor: pointer;
	padding-top:1em;
}
.sousMenu{
	padding:0.5em;
}
.menu{

}
.menu ul{

}
.menu ul li{
	
}
.menu .doubleBr{
padding-bottom:1em;	
}
ul.menu {
    background: rgb(255 255 255 / 93%);
    padding: 2em;
    width: calc(100% - 2em);
    margin-top: 1em;
    position: absolute;
    top: 7em;
    z-index: 666;
    left: 1em;
    right: 1em;
}
.lienactif{font-weight:bold;}
/*-------------------------------------------------------------------------Responsive---------------------------------------*/
@media (min-width: 800px) {
body {
/*    background-size: calc(70vw - 220px);*/
    background-size: calc(1000px - 220px);
    background-position: 220px 0px;
	font-size:12px;
	font-weight: lighter;
}
.spacer {

}
a {
	color: #696969;
} 
a:hover {
	color: #303030;
}
.bandeau {
	width: 220px;
	float: left;
	color: #C0C0C0;
	margin-top:-2em;

}
.accueil .bandeau{
	margin-top: 0;
}
.bandeau button{display:none;}
.container {
	margin-left: 25vw;
	margin-right: auto;
	margin-top: 5em;
	width: 500px;
	padding: 2em;
	background-color: rgba(0,0,0,0.4);
}
.container img.square,
.container img.portrait {

}
.container img.landscape{

}
/*Player-*/
.lecteurMp3{

}
.ImageEtList{

}
.ImagedeFond img{

}
#musiclist{
/*	position:absolute;*/
/*	bottom:0;*/
/*	left:0;*/
/*	right:0;*/
}
#playercontroller{

}
.fa{

}
.musicitem:first-child{

}
.musicitem:last-child{

}
.musicitem{

}
.slider {

}
.slider::-webkit-slider-thumb {

}
.slider::-moz-range-thumb {

}
.bandeau ul {

}
button{

}
.catMenu{
/*	padding-top:0em;*/
}
.sousMenu{

}
.menu{

}
.menu ul{

}
.menu ul li{
	
}
.menu .doubleBr{

}
ul.menu {
	display: block !important;
	background: none;
	padding: 0em;
	width: 100%;
	margin-top: 2em;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
ul.menu img{
	width:60%;
}
}
/*----------------------------------------NOUVEAU PLAYER-------------------------------*/
.container {
    max-width: 100%;
    margin: auto;
    padding: 20px;
	margin-top:2em;
}
.player-card {
    /*border-radius: 12px;*/
    text-align: center;
}
#waveform {
    margin: 20px 0;
}
.controls {
    display: flex;
    justify-content: center;
    gap: 15px;
}
button {
	background: #fff;
    border: none;
    padding: 1em;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
    margin-top: 1em;
}
button.prev {
    padding: 1em 1em 1em 0.75em;
}
button.next {
    padding: 1em 0.75em 1em 1em;
}
button:hover {
    background: #ffffffa9;
}
.track-title {
    margin-bottom: 1em;
    margin-top: 1em;
    opacity: 0.8;
}
.playlist {
    padding: 0;
	margin:0;
}
.playlist li {
    list-style: none;
    padding: 1em 2em;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color:#ffffff70;
}
.playlist li.active:hover,
.playlist li:hover {
    color:#ffffff90;
}
.playlist li.active {
    color: #fff;
	font-weight:bold;
}
div#FormeOnde {
    padding: 1em 0em;
}