#tarteaucitronRoot > #tac_title {
    display: none;
}

.osm .osm-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(135, 135, 135, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.osm .osm-bg.show {
    opacity: 1;
    z-index: 1000;
}

.osm .osm-bg p {
    margin: 0 !important;
    color: #fff;
    font-size: 24px;
}

.tarteaucitronName p {
    margin-bottom: 10px;
}