.titre {
        display: flex;
        align-items: center;
        justify-content: center;

        height: 250px;
        border-radius: 15px;
        margin-top: 125px;
        padding: 30px;
        text-align: center;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .titre h1 {
        font-weight: bold;
        color:#13025f;
        font-size: 1.7rem;
        text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
    }
    
    @media (min-width: 768px) { 
        .titre h1 {
            font-size: 3rem;
            
        }
    }
    .guide {
        font-size:1.15rem;
        color:#111;
        margin-bottom: 150px;
    }
    
    h2 {
        font-weight: bold;
    }
    
    .sTi {
        
        margin-bottom: 10px;
    }
    
    .separator {
        background-color: #4125e0;
        height:9px;
        width:80px;
        margin-bottom: 30px;
    }
    
    #leftLk {
        margin-bottom: 20px;
    }
    
    #leftLk a {
        text-decoration: none;
    }

    .legende {
        font-size:13px;
        padding:10px 0;
    }