html {position:relative;min-height:100%;}

body { 
  /* font-family: 'Roboto', sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  /* background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */  
  background-color: #f7f7f7;
  margin-bottom: 60px;
}
body.home{margin-bottom:120px;}

.container{max-width: 970px;}
@media all and (min-width: 768px) {.container {width: auto;}}

a{color:#333;}
a:hover,.content a:hover{color:orange;}
.content a,.footer a{color:navy;text-decoration:underline;}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:300;}
.navbar-nav>li>a{font-size:16px;}

.navbar {min-height: 60px;}
.navbar-toggle{margin-top:13px;margin-bottom:13px;}
.navbar-default {background-color: #fff;}

.navbar-default .navbar-brand {
	font-weight:300;
	font-size: 30px;
	color: orange;
    line-height: 30px;
}

.brand-name{padding-left:0;}
@media all and (min-width: 768px){.brand-name{padding-left:15px;}}

.navbar-nav li a {
	padding-top:5px;
	padding-bottom:5px;
    line-height: 50px;
}

.header2{border-bottom: solid 1px #fff;}

.song_caption{text-align:left;}
@media all and (min-width: 992px) {.song_caption{text-align:right;}}

.song_row,.song_row_xs{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
}

.song_title,.song_title_xs,.song_actions,.song_actions_xs,.external_link{height: 38px;}
.song_title,.song_title_xs,.song_type,.external_link{line-height:38px;}

.external_link a{text-decoration:underline;}    

.song_row{font-size:16px;}
@media all and (min-width: 768px) {.song_row{font-size:14px;}}
@media all and (min-width: 992px) {.song_row{font-size:16px;}}
@media all and (min-width: 992px) {.song_type{padding-right:5px;}}

.song_actions_xs{display:none;}
.song_actions .btn-group{display:inline-block;}

@media all and (min-width: 768px) {.actions_group {padding-right:10px;padding-left:10px;}}
@media all and (min-width: 992px) {.actions_group {padding-right:15px;padding-left:15px;}}

.play_btn,.download_btn{height:38px;}
.play_btn {line-height:normal;}
.download_btn{line-height:28px;border-bottom-right-radius:4px!important;}

.play_btn,.download_btn{font-size:14px;}
@media all and (min-width: 768px) {.play_btn,.download_btn{font-size:12px;}}
@media all and (min-width: 992px) {.play_btn,.download_btn{font-size:14px;}}

.play_btn{width:100%}
@media all and (min-width: 768px) {.play_btn{width:auto;}}
@media all and (min-width: 768px) {.play_btn,.download_btn{padding:6px;margin-top:0;}}

#top{display:none;width:35px;height:35px;position:fixed;right:15px;bottom:73px;z-index:100;padding:7px 0;}

.footer {
  position: absolute;
  width: 100%;
  bottom:0;
  height: 60px;
}
.home .footer{bottom:60px;}
.footer p {margin:10px 0;}
@media all and (min-width: 480px) {.footer p {margin:20px 0;}}

.player {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	width: 100%;
	z-index:100;
}

.audioplayer{color:#000;background:#fff;}
.audioplayer-playpause,.audioplayer-playpause,
.audioplayer-playpause:hover,.audioplayer-playpause:focus{background-color:#aaa;border:none;}
.audioplayer-time-current{border:none;}
.audioplayer-bar,.audioplayer-volume-adjust > div{background-color:#ddd;}
.audioplayer-bar-loaded{background-color:#aaa;}
.audioplayer-bar-played,.audioplayer-volume-adjust div div{background:orange;}
.audioplayer-volume{background-color:#aaa;border:none;}

#player_row {padding-top:12px;z-index:100;}

.new_tag,
.soon_tag{
	position:absolute;
	top:-5px;
	right:7px;
	text-align:center;
	width:50px;
	padding:0px 2px;
	color:white;
	font-size:10px;
	font-weight:700;
	line-height:normal;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	z-index:50;
}

@media all and (min-width: 768px) {.new_tag,.soon_tag{right:-5px;}}
.new_tag{background-color:limegreen;}
.soon_tag{background-color:gray;}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{color:#ccc;}
.textpage h1{font-size:24px;}
.textpage p{font-size:16px;}
hr{border-color:#000;}

.alert-info{background-color:#fff;border-color:#ddd;color:#000;}
input[type='text']{font-size:16px;}



    /* Rangée input + bouton, sans cadre autour */
    .row-input { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .5rem; align-items: center; max-width: 520px; }


    .email-input {
      width: 100%; box-sizing: border-box; font: inherit;
      height: 40px; padding: 0 .75rem;
      border-radius: .5rem; border: 1px solid #e5e7eb; background: #fff; color: inherit;
      outline: none; /* supprime le cadre noir au focus */
    }

    .copy-btn {
      position: relative; display: inline-flex; align-items: center; gap: .5rem; justify-content: center;
      height: 40px; padding: 0 .75rem;
      border: 1px solid #e5e7eb; background: #f9fafb; border-radius: .5rem; font: inherit; cursor: pointer;
      /* ne change pas au clic : pas de :active ni de changement de texte/style */
    }

    /* Icône fournie */
    .icon { width: 18px; height: 18px; display: inline-block; background-repeat: no-repeat; background-position: center; background-size: 18px 18px; }
    .icon-copy {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z' /%3E%3C/svg%3E");
    }

    /* Feedback "Copié !" : texte noir seul, centré par rapport au bouton */
    .copied-toast {
      position: absolute; left: 50%; bottom: calc(100% + 6px); transform: translateX(-50%);
      padding: 0; margin: 0; font-size: .875rem; line-height: 1.2; color: #000;
      background: transparent; border: none; opacity: 0; transition: opacity .2s ease; pointer-events: none;
    }
    .copied-toast.show { opacity: 1; }

    /* Lecteurs d’écran */
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }