/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 1.0.0
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

.custom-legal-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px; /* Espace entre les liens */
    flex-wrap: wrap;
	justify-content:center;
	align-items:cetner;
}

.custom-legal-menu ul li a {
    text-decoration: none;
	text-transform:uppercase;
	font-size: 10px;
    letter-spacing: 0.05em;
	text-transform: uppercase;
    line-height: 150%;
	color:rgba(119, 119, 119, 1);
}

.custom-legal-menu ul li a:hover {
    text-decoration: underline;
}