@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;
}

/* Header section */

#header {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
}
#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%;
  background-color: rgba(31, 30, 30, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

/* End Header section */

/* prj Section */

#prj {
  background-image: url(./img/font.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
}
#prj::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: -1;
}
#prj .prj {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  justify-content: flex-start;
}
.container {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta {
  color: white;
  border: 2px solid #485563;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  background-color: transparent;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: 0.3s ease;
}
.cta:hover {
  color: white;
  background-color: #485563;
  border: 1px solid white;
}
.effect-cta {
  color: #fff;
  border: 1px solid #485563;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 0px 1px #485563 inset;
  transition: all 0.3s ease-in-out;
}
.cta:hover {
  background-color: #485563;
  box-shadow: 0px 0px 0px 1px #485563 inset;
}
.cta:after {
  background: white;
  border: 0px solid #485563;
  content: "";
  position: absolute;
  width: 50px;
  height: 155px;
  left: -75px;
  top: -50px;
  opacity: 0.9;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 1;
}
.cta:hover:after {
  background: #fff;
  border: 20px solid #485563;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.brand h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: white;
}
.brand h1 span {
  color: #485563;
}

/* End prj Section */

/* text-projects Section */

#Projets-global .srv {
  background: rgb(255, 255, 255);
}
#Projets-global .lp {
  text-align: center;
  font-size: 50px;
  margin: 150px 0px 0px 0px;
}
#Projets-global .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 */

/* About Me */

.lis-mrg-about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0 120px 0;
  margin: 30px 0;
  flex-wrap: wrap;
  background: #ffffff;
}
#About-Me {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
  width: 75vw;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 12px;
}
.image-about {
  background-color: #12192c;
  display: flex;
  border-radius: 12px 0 0 12px;
  justify-content: center;
  align-items: center;
}
.image-about img {
  height: 60vh;

}
.content-about {
  background-color: #12192c;
  border-radius: 0 12px 12px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.content-about span {
  width: 80px;
  margin: 30px 0;
}
.content-about h1 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 6px;
  opacity: 0.9;
}
.content-about p {
  padding-bottom: 15px;
  font-weight: 300;
  opacity: 0.7;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7;
  color: #ffffff;
}

/* End About Me */

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

/* -- Button cta -- */

@media screen and (max-height: 380px) {
  .cta {
    display: none;
  }
}

/* -- End Button cta -- */

/* -- Box Scripts -- */

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

/* -- End Box Scripts -- */

/* -- About Me -- */

@media (max-width: 1500px) {
  #About-Me {
    grid-template-columns: 1fr;
    width: 75%;
    border-radius: none;
  }
  .image-about {
    height: 50vh;
    border-radius: 12px 12px 0 0;
  }
  .image-about img {
    height: 50vh;
  }
  .content-about {
    height: 40vh;
    border-radius: 0 0 12px 12px;
  }
  .content-about h1 {
    font-size: 35px;
  }
  .content-about p {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  #About-Me {
    grid-template-columns: 1fr;
    width: 75%;
    border-radius: none;
  }
  .image-about {
    height: 40vh;
    border-radius: 12px 12px 0 0;
  }
  .image-about img {
    height: 40vh;
  }
  .content-about {
    height: 60vh;
    border-radius: 0 0 12px 12px;
  }
  .content-about h1 {
    font-size: 30px;
  }
  .content-about p {
    font-size: 14px;
  }
}

@media (max-width: 660px) {
  .image-about {
    height: 33vh;
    border-radius: 12px 12px 0 0;
  }
  .image-about img {
    height: 28.5vh;
  }
  .content-about {
    height: 70vh;
    border-radius: 0 0 12px 12px;
  }
  .content-about h1 {
    font-size: 25px;
  }
  .content-about p {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .image-about {
    height: 33vh;
    border-radius: 12px 12px 0 0;
  }
  .image-about img {
    height: 30vh;
  }
  .content-about {
    height: 70vh;
    border-radius: 0 0 12px 12px;
  }
  .content-about h1 {
    font-size: 25px;
  }
  .content-about p {
    font-size: 12px;
  }
}

@media (max-width: 420px) and (max-height: 875px) {
  .image-about {
    height: 33vh;
    border-radius: 12px 12px 0 0;
  }
  .image-about img {
    height: 30vh;
  }
  .content-about {
    height: auto;
    border-radius: 0 0 12px 12px;
    overflow-y: scroll;
    border-bottom: 10px solid #12192c;
  }
  .content-about h1 {
    font-size: 25px;
  }
  .content-about p {
    font-size: 12px;
  }
}

/* -- End About Me -- */

/* End Media Queries */


