/*
 Theme Name:   Bravada Child
 Template:     bravada
*/

li{
	font-size: 18px;
	padding-left: 20px;
}
img.custom-logo{
	width:200px;
	max-height: none !important;
}
#access{
	margin-top: 2%;
}

li:nth-child(odd) > a {
  color: #6D8399!important;
}

li:nth-child(even) > a {
  color: #7A8F7A!important;
}

#mobile-menu{
	background-color:#8D7B6E!important;
}

#mobile-menu li:nth-child(even) > a{
	color:white!important;
} 

#mobile-menu li:nth-child(odd) > a{
	color:white!important;
} 
.logo-home{
	width: 900px;
}
.custom-footer{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:15px;
    padding:20px;
    text-align:center;
}
.footer-menu ul{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    margin:0;
    padding:0;
    list-style:none;
}

.footer-menu a{
    text-decoration:none;
}
.footer-social{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.footer-social a{
    font-size:24px;
    text-decoration:none;
}


.bravada-over-menu #site-header-main {
     top: 0px; 
}

#access {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px); /* facultatif */
}
#access > div > ul > li > a {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,.8);
}