
@font-face {
  font-family: "prata";
  src: url(../fonts/Prata/Prata-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 100px;
}

body {
  font-family: "prata";
}

.container{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.container-fluid{
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
  overflow: hidden;
}

/* navbar */

#navbar {
  background-color: white; 
  padding: 10px 0; 
}

#navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand img {
  height: 80px; 
  margin-left: 20px;
}

.navbar-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin: 0 10px;
}

.nav-link {
  text-decoration: none; 
  color: #000; 
}

.navbar-social {
  display: flex;
}

.navbar-social a img {
  height: 24px; 
  margin-right: 20px; 
}

/* fin navbar */

.titres {
  color: rgb(193, 187, 110);
  font-size: 40px;
  text-align: center;
  margin: 30px 0;
}


.titres2 {
  color: white;
  font-size: 40px;
  text-align: center;
  margin: 30px 0;
}
.d-flex{
  display: flex;
}
#container {
  background-color: rgb(43, 72, 84);
  position: relative;
}

#home #container {
  min-height: 100vh;
}

#projets #container {
  padding-bottom: 60px;
}
#container2 {
  background-color: white;
  position: relative;
}

#noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/noise5.gif");
  opacity: 0.09;
  background-size: auto; 
  background-repeat: repeat;
  z-index: 1;
}
#contenu {
  position: relative;
  z-index: 2;
}


.section-1{
  display: flex;
  align-items: center;
  padding-left: 50px;
}

/* section-2 */
.apropos {
  padding-bottom: 40px;
}

.lineHeight {
  line-height: 2;
  width: 50%;
  text-align: justify;
  padding: 30px;
}

/* fin section-2 */

/* section-3 */

.line {
  border-left: solid 3px rgb(193, 187, 110);
}

/* fin section-3 */


.test {
  height: 500px;
}
.testSticky {
  background: white;
  position: sticky;
  top: 0;
  z-index: 3000;
}
.logoNav {
  width: 70px;
  height: auto;
}
.socialNav {
  width: 30px;
  height: auto;
  margin: 12px;
}
.testToggle img {
  width: 30px;
  height: auto;
  border: none;
}
.testBorder {
  border: none;
}
.testBorder:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none;
}
.textAccueil h1{
  color: rgb(193, 187, 110);
  font-size: 4vw;
}
.textAccueil2 h2{
  color: white;
  font-size: 2vw;
}

.logoFormations {
  height: auto;
}

.textFormations {
  color: white;
  font-size: 15px;
}
.textExp {
  font-size: 15px;
}
.subTitle {
  color: rgb(193, 187, 110);
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
  background: white;
  z-index: 1040;
}
.navbar-hide {
  top: -100px;
}
.content {
  padding-top: 100px; /* Adjust this value to match the height of your navbar */
}
.lien {
  margin-left: 10px;
  color: rgb(193, 187, 110);
  text-decoration: none;
}
.lien:hover {
  color: rgb(144, 140, 81);
}
.btnSubmit {
  background: rgb(43, 72, 84);
  color: rgb(193, 187, 110);
  border: none;
  width: 150px;
  height: 70px;
  font-size: 18px;
  border-radius: 25px;
}
.btnSubmit:hover {
  background: rgb(27, 45, 53);
  color: white;
}
footer a {
  color: rgb(43, 72, 84);
  text-decoration: none;
}
footer a:hover {
  color: rgb(193, 187, 110);
}
footer {
  color: rgb(43, 72, 84);
}
.text-footer a:hover {
  color: rgb(193, 187, 110) !important;
}
.verticalFooter {
  color: rgb(43, 72, 84);
}
.logoFooter {
  width: 250px;
  height: auto;
  cursor: pointer;
}
.btnCookie {
  background: rgb(193, 187, 110);
  border: none;
}
.bkModalBody {
  background-color: rgb(43, 72, 84);
  /* background: green; */
  color: rgb(193, 187, 110);
}

@media (max-width: 768px) {
  /* Navbar */
  .navbar-brand img {
    height: 50px;
  }
  .nav-link {
    font-size: 12px;
  }
  .nav-item {
    margin: 0 5px;
  }
  .navbar-social a img {
    height: 18px;
    margin-right: 10px;
  }

  /* À propos — stack columns vertically */
  #propos .d-flex {
    flex-direction: column;
  }
  .lineHeight {
    width: 100%;
    padding: 15px;
    font-size: 13px;
    line-height: 1.8;
  }

  /* Section titles */
  .titres {
    font-size: 24px;
  }
  .titres2 {
    font-size: 24px;
  }

  /* Hero text */
  .textAccueil h1 {
    font-size: 8vw;
  }
  .textAccueil2 h2 {
    font-size: 5vw;
  }

  /* Projects */
  .textFormations {
    font-size: 13px;
  }
  .subTitle {
    font-size: 12px;
  }

  /* General body text */
  body {
    font-size: 13px;
  }
}
