/*
Theme Name: Pool Party
Theme URI: https://dsp-ddm-023a-g1.fr/
Author: Alison, Meurphy, Matthieu
*/

.site-branding {
	flex:0 0 20%;
}
.site-branding img {
	height: 100px !important;
    width: auto;
}
.main-navigation {
	flex:0 0 65% !important;
}

.header-inner > .header-actions {
	flex:0 0 15% !important;
	gap:12px;
}
.ratio-9x16 {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%; /* 16:9 inversé = 9/16 */
  height: 0;
}

.ratio-9x16 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-subtitle {
    font-size: 1.25rem; /* Taille réduite par rapport au h2 principal */
    font-weight: -1.0; /* Retire le gras */
    line-height: 1.5; /* Pour un meilleur confort de lecture */
    margin-top: 1rem; /* Pour l'espacement au-dessus */
}