.fakeMenu {
    text-transform: uppercase;
    line-height: 30px;
	font-weight: lighter;
}
.noborder {
    border-color: transparent !important;
}

.elementor-nav-menu--dropdown li {
page-break-inside: avoid;
color:#fff;
}

/* Tarte au citron custom (ajout overlay pour action acceptation/refus "forcée") */

.tarteaucitronBeforeVisible::before{
    content: '';
    /*background-color: black;*/
    background-color: #23060a;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 6;
    /*opacity: .5;*/
    opacity: .6;
}