html {
  scroll-padding-top: 100px; /* Ajustez la valeur en fonction de la hauteur de votre en-tête */
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body {
font-family: 'Rockwell';
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
}
h1 {
color: #00b0f0;
}

/*début CSS nav*/
.text-center {
top:inherit;
}

@media (min-width: 1024px) {.logo-navbar {
  position: absolute;
  padding-left:20px;
}}

.nav-color {
  background-color: white;
  padding: 30px;
}

.navbar-brand-color {
  color: #114e90 !important;
  font-family: 'Rockwell';
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;

  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.65rem;
  white-space: nowrap;

}

.nav-link-color {

      font-family: 'Rockwell';
      font-weight: 500;
      font-style: normal;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #114e90 !important;

      text-decoration: none;
      padding: 0.5rem 1rem;
}
.activeNavbar::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #114e90;
    transition: width .3s;
}
.activeNavbar:hover::after {
    width: 100%;

}
/*Fin CSS nav*/
.Sectionplan {
  flex: 1;
  padding-top: 200px;
  padding-bottom: 100px;
}
/*CSS FOOTER*/

footer {
  color: white;
  text-align: center;
}
.footer-link {
  text-decoration: none;
  color: white;
}
.Copyright {

  margin-top: 2%;
  color: grey;
  background-color: #05101c;
}
/*Fin CSS FOOTER*/
