html {
  scroll-padding-top: 100px; /* Ajustez la valeur en fonction de la hauteur de votre en-tête */
}

body {
font-family: 'Rockwell';
}
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*/
/*Début CSS section Head*/
.head-background {
background-color: #081a2e;
padding-top: 200px;
padding-bottom: 100px;
}

.head-divider-titre {
border-bottom: 1px solid white;
width: 50%;
margin-left: 25%;
margin-top: 1%;
margin-bottom: 1%;
}
.head-bottom-background {
  background-color: #00b0f0;
  height: 10vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 30%);
}
/*Fin CSS section Head*/
/*Début CSS article*/
.hrefArticle {
  text-decoration: none;
  color: inherit;
}
.TitreArticle {
  text-align: center;
  color: #00b0f0;
}
.article {
  position: relative; /* Position relative pour permettre l'utilisation de z-index */
  color: white;
  width: 14em;
  height: 14em;
  border: solid 0 transparent;
  border-width: 0 1.25em 1.25em 0;
  padding: 1.75em 0.5em 0.5em 1.75em;
  box-shadow: inset 0 0 0 6px #00b0f0;
  place-self: center;
  transition: transform 0.3s ease-in-out; /* Animation fluide */
  z-index: 1; /* Contexte de pile pour l'article */
  display: flex;
  align-items: center;
}

.article:hover {
  transform: scale(1.2); /* Zoom au survol */
  z-index: 2; /* Assurer que l'élément principal passe devant lors du zoom */
}

.article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: inherit;
  border-width: 1.25em 0 0 1.25em;
  width: 14em;
  height: 14em;
  background: #081a2e 25% padding-box;
  z-index: -1; /* Projection derrière l'élément */
}

/*Fin CSS article*/
/*Début CSS creation site*/
.section-creation-site {
margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 1024px) { .titre-creation-site {
margin-top: 5%;
margin-bottom: 5%;
} }
@media (max-width: 768px) { .titre-creation-site, .img-creation-site {
margin-bottom: 5%;
} }
/*Fin CSS creation creation*/
/*Début CSS parallax*/
.section-parallax {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
              url("../img/photo-fond-montage-pc.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

  min-height: 100vh;  /* Permet à la section de s’adapter au contenu */
  overflow: hidden;   /* Évite que le contenu déborde */
  display: flex;      /* Assure un bon alignement des éléments */
  align-items: center;
  justify-content: center;
  padding: 5rem 0;    /* Ajoute un peu d’espace pour éviter un effet collé */
}

/* Ajustement sur mobile pour éviter les problèmes avec background-attachment: fixed */
@media (max-width: 768px) {
  .section-parallax {
      background-attachment: scroll; /* Désactive l’effet parallax sur mobile */
      background-position: center center;
  }
}

.ContainerParallax {
  background-color: white;;
}
.TitreContainerParallax {
  text-align: center;
}

.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* Faire en sorte que les lignes s'affichent correctement */
.line {
  width: 2px;
  background-color: black;
  flex-grow: 1; /* Permet à la ligne de s'étendre dynamiquement */
  min-height: 50px; /* Ajoute une hauteur minimale pour s'assurer qu'elles sont visibles */
}

.iconetimeline {
  font-size: 2rem;
  margin: 10px 0; /* Espacement entre les lignes */
}
/*Fin CSS parallax*/
/*Début CSS contact*/
.SectionContact {
  margin-top: 5%;
}
.TitreSectionContact {
  color :#114e90;
}
.linktelSectionContact {
  text-decoration: none;
  color: black;
}
.socialHrefContact {
  text-decoration: none;
  color: white;
}
.icon {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #00b0f0;
}
.footerSocialContact {
  margin-top: 2%;
}
.btnSectionContact {
  border: 1px solid #00b0f0;
  color: #00b0f0;
  font-weight: bold;
}
.btnSectionContact:hover {
color: white;
background-color: #081a2e;
border: 1px solid #081a2e;
}
/*Fin CSS contact*/

/*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*/
