body {
    position: relative;
    overflow-x: hidden;

}

 .navbar-nav li a{
    color:white !important;
    font-weight: bold;
  }
  .navbar-nav li a i{
   color:white !important;
   font-weight: bold;
 }
 .navbar-brand{
     color:white !important;
     font-style: italic;
     font-size: 25px;
    font-weight: bold;
 }

 .dropdown-submenu{
     position: relative;
 }
 
/* .btnConnexion a{
    justify-content: center !important;
    color:white !important;
    left: 100%;
} */
 .dropdown-submenu .dropdown-menu{
     top: 0;
     left: 100%;
     margin-top: -1px;
 }

 .dropdown-menu > li a{
      color:#262A2B !important;
}
.dropdown-menu > li > a:hover {
      color: white !important;
    background:#C1002A;
}
.dropdown-menu {
    background:white;
    color: white;
}

/* .block-small {
    max-width: 600px;
    margin: 0 auto;
}
.register-block {
    padding: 10px;
    background-color: #fafafa;
} */

.btn-color{
  background-color: #0e1c36;
  color: #fff;
  
}

.profile-image-pic{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border-color: #C1002A;


}

.logoCnam{
  height: 12%;
  width: 12%;
 margin-top: 15px;

}



.cardbody-color{
  background-color: #C1002A;
}

a{
  text-decoration: none;
}