:root{
  --textcolor:black;
  --backcolor:white;
}
body
{
  font-family:Montserrat;
  color:var(--textcolor);
  font-size:16px;
}
a, a:hover
{
  color:black;
  text-decoration:none;
}
.relief
{
  color:#000;
  text-shadow:
    -2px -2px 0 rgba(255,255,255,1),
     2px -2px 0 rgba(255,255,255,1),
    -2px  2px 0 rgba(255,255,255,1),
     2px  2px 0 rgba(255,255,255,1),
     0 0 8px rgba(255,255,255,1),
     0 0 16px rgba(255,255,255,.95),
     0 0 28px rgba(255,255,255,.9);
}
input,
textarea,
select {
}
input.double,.double
{
  -ms-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -o-transform:scale(1.5);
}
p
{
  margin-top:20px;
  margin-bottom:20px;
}
figcaption
{
  font-style:italic;
}
.btnminsize
{
  min-width:140px;
  max-width:140px;
  margin:2px;
}
.pastille
{
  position:absolute;
  top:-6px;
  right:-6px;
  height:24px;
  width:24px;
  background-color:crimson;
  color:white;
  border-radius:50%;
  font-size:12px;
  line-height:24px;
}

.spacesong
{
  display:flex;
  flex-wrap:wrap;
  justify-content:left;
  gap:10px;
}
.boxsong
{
  border:solid 1px silver;
  border-radius:5px;
  width:320px;
  padding:5px;
}
.boxsong:hover
{
  background:#EEE;
}
.songtitle
{
  font-weight:bold;
}
.songperformer
{
}

/* Style personnalisé pour le menu déroulant */
.dropdown-menu-custom {
  background-color: #003333; /* Couleur de fond du menu */
  border: 1px solid #444444; /* Bordure du menu */
}

/* Style personnalisé pour les éléments du dropdown */
.-dropdown-item-custom {
  background-color: #333333; /* Couleur de fond par défaut */
  color: white; /* Couleur du texte */
}

/* Style lors du survol avec spécificité accrue */
.-dropdown-menu-custom .dropdown-item-custom:hover {
  background-color: #777777; /* Couleur de fond au survol */
  color: white !important; /* Couleur du texte au survol */
}

/* Style pour l'état actif des éléments du dropdown */
.-dropdown-item-custom:active,
.-dropdown-item-custom.active {
  background-color: #555555; /* Couleur de fond lorsqu'il est actif */
  color: white; /* Couleur du texte lorsqu'il est actif */
}

.voice
{
  padding:0 3px 0 3px;
  border-radius:3px;
}
.voice_S
{
  background:#ffff00;
  color:black;
}
.voice_A
{
  background:#ff00ff;
  color:white;
}
.voice_T
{
  background:#00ff40;
  color:black;
}
.voice_B
{
  background:#8080ff;
  color:white;
}
.voice_U
{
  background:#808080;
  color:white;
}


.segui-section {
  background: #ffffff;
  color: #1f3d7a;
  font-family: Arial, sans-serif;
}

.segui-logo {
  max-width: 180px;
}

.segui-title {
  color: #0038b8;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.segui-quote {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.main-photo {
  width: 100%;
  max-width: 420px;
  border-radius: 50%;
}

.second-photo {
  width: 100%;
  border-radius: 8px;
}

.segui-section p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

@media (max-width: 767.98px)
{
  .segui-title {
    font-size: 1.5rem;
  }

  .segui-quote {
    font-size: 1rem;
  }

  .main-photo {
    max-width: 280px;
  }
}