
.big{
    font-family: "Titillium Web", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(1.5rem, 11.282vw - 1.038rem, 12.5rem);
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 20; 
    transition: opacity 0.5s ease, z-index 0.5s ease;
    
    
}

.scrolled .big {
    opacity: 0.2; 
    z-index: -1; 
}


.grid{
    grid-column: 1/-1;
}

.grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
   
}


#combinaisons {
    margin-top: 300px;
    padding: 10px;
    margin-bottom: 50px;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-size: clamp(1.125rem, 2.692vw + 0.519rem, 3.75rem);
    background: rgba(197, 172, 227, 0.142); 
    backdrop-filter: blur(0.5rem); 
    border-radius: 10px;
    width: 200%;
}

.numero{
    font-family: "Titillium Web", serif;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #000000; 
    text-decoration-style:dashed;
    text-underline-offset: 3px; 
}

.phrase{
    margin-bottom: 80px;
    position: relative;
}

.courbe {
    width: 100%;
    height: 2px;
    background: #000000; /* Couleur de la courbe */
    margin-bottom: 2px; /* Ajustez selon vos besoins */
}



.phrase::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px; 
    background: #000000; 
    margin-top: 20px;
}


