@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') */
}

@font-face {
    font-family: 'Avenir' ;
    src: url('../static/font/AvenirLTStd-Book.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;

}
.shadow-pers{
    box-shadow: 0px 10px 20px -11px rgba(225, 229, 235,0.8);
}
.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;


}


.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;
    }
  }

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

}
    
  .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: 10px;
    font-weight: bold;
    line-height: 10px; */

    color: var(--PRO-DARK, #22292F);
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.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;
}
.text-opacity-80{
    opacity: 0.6 !important;;
}
.text-font-size{
    font-size: 13px!important;
}
.text-font-size-20{
    font-size: 1.25rem!important;
}
.text-font-size-16{
    font-size: 1rem!important;
}
.text-font-size-11{
    font-size: 11px!important;
}
.text-font-size-14{
    font-size: 14px!important;
}
.text-font-size-18{
    font-size: 18px!important;
}
.text-black-90{
    color:#121625!important;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.text-black-80{
    color:#3A3C40!important;
}
.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;
}


.cardLogement{
    height: auto;
    background-color: white;
}

.nivIndacator{
    height:27px !important;
    width: 27px !important;
    border-radius: 50%;
    background-color: white!important;
    /* border:3.5px solid white; */
}
.nivIndacator1{
    height:17px !important;
    width: 17px !important;
    margin: 0.25rem;
    border-radius: 50%;
    background-color: white!important;
    /* border:3.5px solid white; */
}
.carousel-indicators .active {
    border:3.5px solid white!important;
    background-color: transparent!important;
}
.carouselRoot{
    height: auto;
}

.carouselRoot img{
    height:240px;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.listTitle{
    background: #F5F7FA;
}

.carousel-item {
    position: initial;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
@media (min-width: 576px) {  }


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


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


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


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