

.roundedBtnFill {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    margin: 10px;

    min-width: 100px;
    /* padding-left: 16px;
    padding-right: 16px; */
    /* padding: 14px 70px; */

    width: auto;
    height: 40px;
    min-height: 40px;

    border-radius: 2em;
    text-decoration: none;
    border: none;


    text-decoration: none;
    
    font-size: 16px;
    color: var(--ecritureOnLogoColor);
    
    background: var(--logo);
    /* background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);  */
    transition: .4s;
    cursor: pointer;
}

.roundedBtnFill:hover {

    /* background: black;  */
    background-color:var(--logo);
    filter: brightness(88%);
    /* background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);  */
    /* background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); */
    color: white;
    color: var(--ecritureOnLogoColor);

    transition: 0.4s;
    cursor: pointer;
}

.long, .longButton{
    width: 90%;
}

.glassmorphism{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 800px) {
    .roundedBtnFill {

        /* width: 94%; */
        height: 40px;
        min-height: 40px;

        transition: .4s;
        font-size:16px;
        /* font-weight:100; */
        width: 170px;
    }
    
    .longForMobile{
        width: 90%;
    }   

}

/* @media screen and (max-width: 350px) {
    .roundedBtnFill {

        width: 140px;
    }
    .longForMobile{
        width: 90%;
    }  
} */