.g-title {
  font-size: 17px;
}

#g-navigation a:hover {
  color: #ffffff;
  font-size: 20px;
}

#g-navigation a {
  color: #439ee7;
  font-size: 20px;
}

p {
  font-size: 20px;
  text-align: left;
}

a {
  font-size: 20px;
}

.wp-block-columns.is-layout-flex.wp-container-4 {
  display: inline;
}

.g-block.size-15.center {
  margin-top: 20px;
}

.g-menu-item-title {
  font-size: 20px;
  padding-top: 20px;
}

.g-block.size-15 {
  margin-top: 17px;
}

li {
  text-align: left;
}

.wp-block-embed__wrapper {
  text-align: center;
}



.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-4-3.wp-has-aspect-ratio {
  text-align: center;
}

.music-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 12px; /* espace entre les boutons */
    flex-wrap: wrap;
}
/* Style commun */
.music-buttons a {
    display: inline-flex;
    align-items: center;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
}

/* Icônes */
.music-icon {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    filter: brightness(0) invert(1);
}

/* Spotify bleu */
.spotify-btn-blue {
    background-color: #1e3a8a;
		margin-right: 25px !important;
}

.spotify-btn-blue:hover {
    background-color: #2563eb;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.bandcamp-btn {
    display: inline-flex !important;
    align-items: center;
    padding: 14px 30px;
    background-color: #005579;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Icône simulée propre */
.bc-icon {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.bc-icon::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 10px;
    height: 6px;
    background-color: #408294;
    border-radius: 2px;
}

.bandcamp-btn:hover {
    background-color: #629aa9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}