@import url('https://fonts.googleapis.com/css2?family=Inter&amp;family=Montserrat&amp;display=swap');



.text-gradient{
    background: linear-gradient(90deg, #00F802 2%, #006B37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-item:hover{
    background: linear-gradient(90deg, #00F802 2%, #006B37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
transition: 0.3s all ease-in-out;
}

.inter{
    font-family: 'Inter', sans-serif !important;
}


.gradient-box {

    position: relative;
    box-sizing: border-box;
    color: #FFF;
    background: #0D0D0D;
    background-clip: padding-box; /* !importanté */
    border: solid 1px transparent; /* !importanté */
     
}

.gradient-box::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -1px; /* !importanté */
    border-radius: inherit; /* !importanté */
    background: linear-gradient(to right, #00F802, #006B37);
}



.lock-length {
    position: relative;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 2px rgba(255, 255, 255, 0.15);
    color: #FFF;
    background: #0D0D0D;
    background-clip: padding-box; /* !importanté */
    border: solid 1px transparent; /* !importanté */
    border-radius: 10px;
}

.lock-length::before {
    content: '';
    position: absolute;
    top: -0.05em; right: -0.1em; bottom: -0.05em; left: -0.1em;
    z-index: -10;
    border-radius: inherit; /* !importanté */
    background: linear-gradient(to bottom, #01ce3fa1, #01ce3f69);
}

.lock-length-child {
    display: block; 
    text-align: center;
    padding: 0.05em ;
    box-shadow: 2px 2px 10px 2px rgba(255, 255, 255, 0.15);
    position: relative;
    border-radius: 10px;
    z-index: 100;
    background: linear-gradient(to top, #00f74aa1, #01ce3f49);
}   

.child2{
    padding: 1rem 1rem;

    border-radius: inherit; /* !importanté */
    background-color: #0D0D0D;
}

.borderLeftRight{
    border-radius: 30px 30px 0px 0px ;
}

.borderBottomGrad{
    border-bottom: 1px solid #00f74aa1;
    box-shadow: 2px 2px 10px 2px rgba(255, 255, 255, 0.15);
}

.borderTopBottom{
    border-radius: 15px;
    border: 1px solid transparent;
    box-shadow:none;
} 

@media screen and (min-width:1280px){
  
    .borderTopBottom{
        border-radius: 180px  15px 15px 180px   ;
        border: 1px solid #00f74aa1;
        box-shadow: 2px 2px 10px 2px rgba(255, 255, 255, 0.15);
    }   
}

.border-gradient{
    
    border: 1px solid #00F802;
    background: linear-gradient(0deg, #006838 -78.02%, rgba(0, 0, 0, 0.00) 26.1%);
}


.bg-texture{
    background-image: url('../img/texture.png');    
    background-size: cover;
}

.shadow-box{
    border-radius: 15px;
    border: 0.5px solid #00F802;
    background: #0D0D0D;
    box-shadow: 2px 2px 10px 2px rgba(255, 255, 255, 0.15);
}

.active{
    color: #00F802;
}




.lock-length2 {
    position: relative;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 2px rgba(255, 255, 255, 0.15);
    color: #FFF;
    background: #0D0D0D;
    background-clip: padding-box; /* !importanté */
    border: solid 1px transparent; /* !importanté */
    border-radius: 10px;
}

.lock-length2::before {
    content: '';
    position: absolute;
    top: -0.05em; right: -0.1em; bottom: -0.05em; left: -0.1em;
    z-index: -1;
    border-radius: inherit; /* !importanté */
    background: linear-gradient(to bottom, #01ce3fa1, #01ce3f69);
}

.lock-length-child2 {
    display: block; 
    text-align: center;
    padding: 0.05em ;
    box-shadow: 2px 2px 10px 2px rgba(255, 255, 255, 0.15);
    position: relative;
    border-radius: 10px;
    z-index: 100;
    background: linear-gradient(to top, #00f74aa1, #01ce3f49);
} 
.child3{
    padding: 1rem 1rem;

    border-radius: inherit; /* !importanté */
    background-color: #0D0D0D;
}