.home-page-header{
    background: #000000 !important;
}

.logo h1, .logo p.site-title{
    font-size:18px !important;
}

.wp-block-tag-cloud a:hover, #sidebar a.custom_read_more:hover, #sidebar input[type="submit"]:hover{
    background-color:#000 !important;
}
.widget-title{
    color:#fff !important;
}
.bg-menu{
    rgba(0, 0, 0, 0) linear-gradient(120deg, #ffffff 82%, #daa520 12%) repeat scroll 0 0 !important;
}

.vc_custom_1499447743062{
box-shadow: 0 1px 8px #aaa;
  border-radius: 10px;
  padding: 1em !important;
}

.vw-page-title{
   margin-top:1em;
}

.vc_column_container{
   margin-top:1em;
}

#menu-catalogue {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;             
    flex-direction: column;      /* Passe le menu en vertical */
    justify-content: flex-start; /* Aligne les items en haut */
    gap: 1rem;                   /* Espacement vertical entre items */
    background-color: #fff;      /* Fond blanc */
    font-family: 'Inter', sans-serif;
    width: 100%;                /* Largeur du menu, à ajuster */
}


/* Items du menu */
#menu-catalogue li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-size:1.5em;
}

/* Hover / focus */
#menu-catalogue li a:hover,
#menu-catalogue li a:focus {
    color:#daa520 !important;
    transform: translateY(-2px);
}

.vc_btn3-color-orange, .vc_general, .page-numbers.current, .page-numbers:hover,.pcp-button-next:hover,.pcp-button-prev:hover{
    background-color: #daa520 !important;
    border:none;
}
.closebtn.mobile-menu {
  margin-top: .25em;
  background: #daa520 ;
}
.content-vw{
padding:1em !important;
}
#topbar{
display:none !important;
}
@media (max-width: 768px) {
    .size-medium {
        width: 100% !important;
    }
    #menu-catalogue {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    #menu-catalogue li a {
        width: 100%;
        text-align: center;
    }
}