@font-face {
    /* font-family: 'Montserrat' ;
    src: url('../static/font/Montserrat/Montserrat-VariableFont_wght.ttf'); */

    font-family: 'Avenir Next LT Pro';
    src: url('../static/font/AvenirNextLTPro-Regular.otf')
}

@font-face {
    font-family: 'AvenirNextLTPro-Demi' ;
    src: url('../static/font/AvenirNextLTPro-Demi.otf');

    /* font-family: 'Avenir Next LT Pro';
    src: url('../static/font/AvenirNextLTPro-Regular.otf') */
}
body,html{
    margin: 0;
    padding: 0;
    overflow: auto;
    font-family: 'Avenir Next LT Pro';
    height: 100vh;
    background-color: white;
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
}
.errorBackground{
    background-color: #0A3E99;

}

.errorTitle{
    font-weight: bolder;
    font-size: 28px;
    font-family: 'AvenirNextLTPro-Demi'!important;
    background: linear-gradient(94.11deg, #DED735 14.63%, #FF8D05 87.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;


}
*{
    font-family: 'Avenir Next LT Pro'!important;
}

.fontBold{
    font-family: 'AvenirNextLTPro-Demi'!important;
}
.rootContainer{
    height: 90%;
    
}
.stepper6Check{
    
    background-color: #E3E6EB;
}
.stepper6Check:checked{
    background-color: white;

}
.stepper10Check{
    
    background-color: #E3E6EB;
}
.stepper13Check{
    
    background-color: #E3E6EB;
}
.stepCheckBackground{
    background-color: #E3E6EB;
}
.stepper10Check:checked{
    background-color: white;

}
.layoutlarge{
    width: 540px;
}
.root{
    height:100%;
    width: 100%;
    
    
}
.w-23{
 width:23rem;
}
.w-40{
    width:35rem;
}
.pt-6{
    padding-top: 6rem;
}

.loginPageCover{
    background-color: #004A8F; 
}
.a-color{
    position: relative;
    color: #0054A3!important;
    text-decoration: underline!important;
    background-color:white;
    background-image: linear-gradient(94.11deg, #FFFFFF 1%, #FFFFFF 99%);

}

.a-color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; 
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(94.11deg, #4473c591 0.5%, #FFFFFF 99.5%)!important; 
    opacity: 0;
    transition: opacity 2s ease; /* Transition d'opacité */
    
  }
    .a-color:hover{
        animation-name: pad;
        animation-duration: 2s;
        animation-delay: 0s;
        animation-timing-function: ease;
    }  
  .a-color:hover::before {
    opacity: 1; /* Affiche progressivement le nouveau dégradé au survol */
  }
  @keyframes pad {
    0%{        color:red!important;

        padding-left: 0px!important;
    }
    50%{        color:red!important;

        padding-left:100px!important;
    }
    100%{        color:red!important;

        padding-left:1000px!important;
    }
  }
    
.loginPageImage{
   
    background-image: url('../static/image/login.png');
    background-position: center;
    background-size: cover;
    color:white;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;

}
.initializePageImage{
   
    background-image: url('../static/image/initialize.png');
    background-position: center;
    background-size: cover;
    color:white;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;

}
.rounded-start-none{
    border-start-start-radius: 0;
}
.signupPageImage{
    background: url('../static/image/signup.png');
    background-position: center;
    background-size: cover;
    color:white;
    background-repeat: no-repeat;
    
}
.logoIcon{
    background: url('../static/image/logoNP.svg');
    background-position:left;
    background-size: contain;
    background-repeat: no-repeat;
    height:25px;
}

.loginLabel{
    color: #434F5A;
    font-size: 13px;
    font-weight: bold;
    line-height: 10px;
}
.inputBorder{
    border: 1px solid #DFE1E3;
    
    border-radius:8px;
    height: 40px;
    box-shadow: none !important;
}
.main-border-color{
    border: 1px solid #BABFC5;

}
.iconColor{
    color:#F7941E;
    font-size: 12px;
}
.h-35{
    height: 35px;
}
.h-45{
    height:45%;
}
.h-20{
    height:20%;
} 
.h-40{
    height:40%;
}
.msgBox{
    border:1px solid #BABFC5;
    background: rgba(245, 246, 247, 0.32);
}
.w-10{
    width: 10%;
}
.w-80{
    width: 80%;
}
.w-30{
    width: 30%;
}
.w-60{
    width: 60%;
}
.w-35{
    width: 38%;
}
.w-85{
    width: 85%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.text-opacity-80{
    opacity: 0.6 !important;;
}
.text-font-size{
    font-size: 13px;
}
.text-font-size-11{
    font-size: 11px;
}
.text-font-size-14{
    font-size: 14px;
}
.text-font-size-18{
    font-size: 18px;
}
.text-black-90{
    color:#121625;
}
.text-black-80{
    color:#3A3C40;
}
.loginBtn{
    background-color: #004A8F;
    color:white;
   
}

.app-main-text-color{
    color:#004A8F;
}
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    font-weight: var(--fa-style, 900) !important;
}







@media (min-width: 576px) {  }


@media (min-width: 768px) {  }


@media (min-width: 992px) {  }


@media (min-width: 1200px) {}


@media (min-width: 1400px) { }