/*
 Theme Name: Medicateg
 Template: twentytwentyfive
 Author: Omar YASSINE
 Description: A child theme for Twenty Twenty-Five
 Version: 1.0
*/

/*
 * OY - 05/2026
 * Classe pour retirer l'espace entre les liens dans le mega-menu du header
 */
.no-row-gap .menu {
	--kb-nav-row-gap: 0;
}

/*
 * OY - 05/2026
 * Remplacer la propriete margin-top pour les blocs WordPress de premier niveau dans les modeles
 */
:where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

/* 
 * OY - 06/2026
 * Ajouter une ombre autour du mega menu
 */
#nav li.kadence-menu-mega-enabled > ul.sub-menu {
  box-shadow: 0 4px 25px 0 rgba(15, 76, 145, 0.15);
}

/* 
 * OY - 06/2026
 * Ajout de classe css pour la taille
 */
.h-full { height: 100%; }
.in-h-full > :first-child { height: 100%; }
.w-full { width: 100%; }
.in-w-full > :first-child { width: 100%; }

