.fixed-titre {
    position: fixed;
    top: 0;
    left: 50%;
    width: calc( 100% - 40px );
    transform: translateX(-50%);
    z-index: 100;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
}


