@import "https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: white;
}

p {
  color: black;
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

.container {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: white;
}

.brand h1 span {
  color: gray;
}

/* Header section */

#header {
  background-color: #485563;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
}

#header .header {
  min-height: 8vh;
}

#header .nv {
  font-size: 16px;
  letter-spacing: 0.2rem;
}

#header .text-Accueil:hover {
  color: gray;
  transition: all 0.3s ease;
}

#header .text-Accueil {
  margin-left: 50px;
  color: white;
}

#header .text-Fivem {
  margin-left: 60px;
  color: white;
}

#header .text-Partenaire {
  margin-left: 60px;
  color: white;
}

#header .nav-bar {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* End Header section */

/* text-projects Section */

#Projets-web .srv {
  background: rgb(255, 255, 255);
}

#Projets-web .lp {
  text-align: center;
  font-size: 50px;
  margin: 100px 0px 0px 0px;
}

#Projets-web .section-title {
  text-align: center;
  margin: 15px 0px;
  font-weight: normal;
}

.h1 span {
  color: #485563;
}

/* End text-projects Section */

/* Script */

.st-img {
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  position: relative;
  border-radius: 0 20px 0 20px;
}
.lis-mrg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  flex-wrap: wrap;
  background: #ffffff;
}
.tx-stuc {
  padding: 20px;
}
.te1 {
  text-decoration: none;
  color: black;
  font-size: 24px;
}
.te1:hover {
  color: #485563;
}
.dl {
  color: black;
  display: block;
  background-color: #485563;
  border-radius: 10px;
  color: #eeeeee;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 100px;
  cursor: pointer;
  margin: 5px;
}
.box {
  position: relative;
  width: 400px;
  height: 530px;
  color: white;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 80px;
  transition: 0.5s;
  padding: 40px 0;
}

/* End Script */

/* Footer */

.footer-e {
  margin-top: 40px;
}

.droit-p {
  color: white;
}

.icone {
  align-items: right;
}

footer {
  color: white;
  font-size: 20px;
  background: #485563;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  height: 140px;
  text-decoration: none;
  padding-top: 5px;
}

/* End Footer */

/* ------------ */

/* Media Queries */

/* -- Nav Bar -- */

@media screen and (max-width: 800px) {
  #header .text-Accueil {
    display: block;
    margin: 10px;
    margin-right: 40px;
  }
}

/* -- End Nav Bar -- */

/* -- Box Scripts -- */

@media screen and (max-width: 562px) {
  .te1 {
    font-size: 20px;
  }
  .box {
    height: 60%;
    margin: 20px 80px;
    padding: 20px 0;
  }
}

/* -- End Box Scripts -- */

/* End Media Queries */