@import url('navbar.css');

.navbarParent {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1040;
  width: 100%;
}
body {
  padding-top: 96px; /* espace sous la barre */
}

:root{
  --dark-blue: #1e2630;
  --main-blue: #1f4396;
  --main-blue2: #2C5FFF;
  --light-blue: #40739e;
}

.whiteLink {
    color: white; 
}
.whiteLink:Hover {
    color: #e5e5e5;
    text-decoration: none;  
}