/*
Theme Name: Dirty Douchebag
Theme URI: https://example.com/
Author: Toi
Description: Thème one-page sombre pour groupe de musique
Version: 1.0
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #f5f5f5;
  scroll-behavior: smooth;
  font-weight: 300;
  font-size:1.5rem;
  line-height:1.5;
}
header{width:1200px;}
main{width:1200px;text-align:center;margin:auto;}
footer{width:1200px;text-align:center;margin:auto;}
section {
  padding: 4rem 2rem;
}
section#dates{max-width:600px;margin:auto;text-align:	justify;}

section#dates ul{list-style:none;}
section#dates ul li{padding-left:14px;}
section#dates ul li:before {content:">";color:#F3782F;position:relative;  left:-18px;width:0; overflow:visible; display:inline-block;}
section#apropos{text-align:	justify;max-width:1000px;margin:auto;}
div.plusdeliens a{text-decoration:none;color:white;padding:1rem;}
div.plusdeliens a:hover{text-decoration:none;background-color:#F3782F;color:white;padding:1rem;box-shadow: 0 0 10px rgba(255,255,255,0.9);}
h2 {
  text-align: center;
  margin-bottom: 2rem;
  color:#fff;
  font-weight:400;
	text-shadow: 5px 1px 2px #F3782F;
	font-family: "Notable", sans-serif;
}

/* MENU */
#menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  padding: 1rem 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
	padding-left:0.5rem;
	font-family: "Notable", sans-serif;
}
#menu:hover{  box-shadow: 0 0 10px rgba(243,120,47,0.9);}

#menu .logo {
  margin-right: auto;
  color: #f5f5f5;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
}
#menu .logo img{max-width:2em;}
#menu ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
      margin-right: 1em;

  padding: 0;
}
#menu ul li a {
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.75rem 1.25rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 4px;
}

#menu ul li a:hover {
  background-color: #F3782F;
  color: #fff;
  box-shadow: 0 0 10px rgba(243,120,47,0.9);
}

#menu .logo a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

#menu ul li {
  margin: 0;
  padding: 0.5rem 1rem;
}

#menu a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 2px solid transparent;
}

#menu a:hover {
  color: F3782F;
  border-bottom: 2px solid F3782F;
  background-color: rgba(243, 120, 47, 0.1);
}

#burger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: F3782F;
  cursor: pointer;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  body{font-size:1rem;}
	
  #burger {
    display: block;
	background-color: #F3782F;
	margin-right:1em;
  }
  #menu ul {
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #111;
    width: 80vw;
    max-width: 300px;
    display: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  }
  #menu ul.show {
    display: flex;
  }
   #menu ul li a {
    width: 100%;
    text-align: center;
  }
  header{width:100%;}
  .embed-container.deezer-player {
    max-width: 100%;
  }
  main{max-width: 100%;}
	footer{max-width: 100%;}
}

/* contact form */
#contact form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

#contact label {
  font-weight: bold;
}

#contact input,
#contact textarea {
  padding: 0.5rem;
  border: 1px solid #333;
  background-color: #222;
  color: #f5f5f5;
}

#contact button {
  background-color: #F3782F;
  color: #fff;
  border: none;
  padding: 0.75rem;
  cursor: pointer;
}

#contact button:hover {
  background-color: #c53030;
}
textarea#message{min-height:50px;}

/* Deezer embed */
.embed-container {
  position: relative;
  width: 100%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.deezer-player {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  aspect-ratio: 16/9; /* ratio moderne responsive */  
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(243, 120, 47, 1);
}

.deezer-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



#accueil{
	    margin-top: 3rem;

}
/* Style image groupe */
#accueil img {
  display: block;
  margin: 1rem auto;
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(243, 120, 47, 1);
  transition: transform 0.3s ease;
}

.social-icons img{max-width:50px;}
.social-icons a img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.social-icons a:hover img {
  filter: brightness(0) invert(0.7) sepia(1) saturate(5) hue-rotate(340deg);
}

footer{TEXT-ALIGN:center;}

.grecaptcha-badge { 
visibility: hidden; 
}