@charset "utf-8";

/* CSS Document */
body {
  font-family: Montserrat-Medium, sans-serif;
  background-color: rgb(255, 255, 255);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;

}


@font-face {
  font-family: Montserrat-Bold;
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}  

@font-face {
  font-family: Montserrat-Regular;
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}  


@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}  


@font-face {
  font-family: Montserrat-Medium;
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}  


@font-face {
  font-family: NeutralFace-Bold;
  src: url("../font/NeutralFace-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}  

@font-face {
  font-family: NeutralFace;
  src: url("../font/NeutralFace.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}  



ul {
  list-style: none;
}

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

a:hover{
  cursor: pointer !important;
}

img {
  display: inline-block;
}

/*nav barre*/
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 3;
  padding-left: 2vw;
  padding-right: 2vw;
  margin-bottom: 200px;
  margin-top: 3vh;

}

.menu-cote {
  width: 20%;
  overflow: hidden;
  display: flex;

}

.menu-cote-gauche {
  justify-content: flex-end;

}

.logo img {
  height: 33px;
}

/*bouton*/

nav .menu {
  line-height: 43px;
  margin: 3px;
  display: flex;
  font-size: 1rem;
  color: #000000;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  font-family: Montserrat-Medium;
  padding: 10px 10px 10px 10px;

}

.menu:hover {
  filter: blur(3px);

}


/*les div vertes et rouges*/
.imageCentre {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50vw;
  height: 80vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.imagebeat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 72%;
  height: auto;
  margin-left: 14%;
  margin-top: 10vh;
  padding: 0.5%;
}

.generative-books {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 72%;
  height: auto;
  margin-left: 14%;
  margin-top: 5vh;
}


.contain {
  display: flex;
  justify-content: center;
  width: 100vw;
}

.container1 {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: space-between;
  padding: 0 2vw;
}

.container2 {
  width: 100%;
  display: flex;
  height: auto;

}

.container3 {
  margin: auto;
  width: 45%;
  text-align: center;
  padding-top: 3%;
}




.image-projet1 {
  display: flex;
  justify-content: center;
  width: 72%;
  margin-left: 14%;
  padding: 0.5%;
  height: auto;
}

.image-projet1 img {
  width: 100%;
  height: auto;
}



.legende1 {
  width: 10%;
  display: flex;
  padding-left: 0.5%;
}

.legende3 {
  display: flex;
}

.legende2 {
  width: 20%;
  display: flex;
  margin-top: 31.5%;
  padding-left: 0.5%;
}

.legende-text2 {
  font-size: 80%;
  font-family: Junction-regular;
  color: black;
  margin-top: auto;
  margin-bottom: 2;
}


.legende-text4 {
  font-size: 90%;
  line-height: 120%;
  text-align: center;
  font-family: Junction-regular;
  color: rgb(118, 108, 108);
  margin-top: auto;
  margin-bottom: 30%;
  overflow: hidden;
}

.legende-text5 {
  font-size: 80%;
  font-family: Junction-regular;
  color: grey;
  margin-top: auto;
  margin-bottom: 2;
}

.imageBan {
  width: 17%;
  height: 50%;
  padding: 0.5%;
}

.imageBan2 {
  width: 100%;
}

.ImageBan3 {
  width: 33%;
  height: auto;
  padding: 0.5%;
}

.ImageBan4 {
  width: 50%;
  height: 100%;

}



.gras {
  font-weight: bold;
}

.contain2 {
  display: flex;
  width: 98vw;
  justify-content: space-around;
}

.container3 {
  display: flex;
  width: 90vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;

}

.texteCote {
  font-size: 13px;
  font-family: 'Poppins', 'sans-serif';
  color: black;
}

.texteCote1 {
  position: absolute;
  width: 20vw;
  margin-left: 83vw;
  margin-top: 73vh;
}

.texteCote2 {
  position: absolute;
  width: 20vw;
  margin-left: -83vw;
  margin-top: 70vh;
  text-align: right;
}


/*espace*/

.space {
  margin-left: 10%;
  margin-top: 13%;
}

.space2 {
  margin-top: 3%;
}


/*texte*/
.main-text h1 {
  font-size: 1rem;
  color: #000000;
  font-family: NeutralFace-Bold;
}

.main-text p {
  color: #000000;
}

.main-text h2 {
  font-size: 1rem;
}

p {
  color: #000000;
  font-size: 0.8rem;
}

/*footer*/
.footer {
  background-color: #000000;
  height: 180px;
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.8rem;
}

.texte-contenu {
  font-size: 0.8rem;
  color: white;
  z-index: 1;
}



/*souligner*/


.ligne {
  margin: 150px auto 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 600px;
  text-align: center;
}

.droit {
  display: table-cell;
  position: relative;
  padding: 15px 0;
}

.texte-contenu {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;

  display: inline-block;
  padding: 15px 5px;
  position: relative;
}

.texte-contenu:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.texte-contenu:hover:after {
  width: 100%;
  left: 0;
}


.texte-contenu2:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: black;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.texte-contenu2:hover:after {
  width: 100%;
  left: 0;
}

.footer-center,
.footer-center div {
  text-align: center;
  overflow: hidden;
}

.footer-center {
  height: fit-content;
}

.footer-center div {
  margin-top: 5vh;
}

.cv {

  padding: 0.4em;
  color: black;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.cv:hover {

  filter: blur(3px);
}

.texte-blanc {

  color: white;
}



.projet-rouge-cote {
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  /*background-color: rgb(136, 136, 213) ;*/
}



.bloc-vide {
  width: 20%;
  /*background-color: red;*/
}

.boite-image {
  margin-right: 3vw;
  width: 70%;
  /*background-color: pink;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.boite-video {
  margin-right: 3vw;
  width: 70%;
  /*background-color: pink;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.boite-illustration {
  margin-right: 3vw;
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.image-poster {
  width: 32%;

}

.image-memoire {
  width: 49%;

}

.marge-poster {
  margin-bottom: 2%;
}

.marge-memoire {
  margin-top:2%;
  margin-bottom: 2%;
}

.marge-video {
  margin-top:1.3%;
  
}


.image-pais {
  width: 24%;

}

.image-bruit {
  width: 32%;
}

.image-acceuil {
  width: 20%;

}

.supprime-marge {
  margin: 0;
  margin-top: 2vh;
}

.image-generative {
  width: 32%;
}



/*texte*/
.main-text h1 {
    font-size: 1rem;
    color: #000000;
    font-family: Montserrat-SemiBold;
  }
  
  .main-text p {
    color: #000000;
  }
  
  .main-text h2 {
    font-size: 1rem;
  }
  
  p {
    color: #000000;
    font-size: 0.8rem;
  }

/*souligner*/


.ligne {
    margin: 150px auto 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 600px;
    text-align: center;
  }
  
  .droit {
    display: table-cell;
    position: relative;
    padding: 15px 0;
  }
  
  .texte-contenu {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
  
    display: inline-block;
    padding: 15px 5px;
    position: relative;
  }
  
  .texte-contenu:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  
  .texte-contenu:hover:after {
    width: 100%;
    left: 0;
  }
  
  
  .texte-contenu2:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: black;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  
  .texte-contenu2:hover:after {
    width: 100%;
    left: 0;
  }
  
  .footer-center,
  .footer-center div {
    text-align: center;
    overflow: hidden;
  }
  
  .footer-center {
    height: fit-content;
  }
  
  .footer-center div {
    margin-top: 5vh;
  }
  
  .cv {
  
    padding: 0.4em;
    color: black;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  
  .cv:hover {
  
    filter: blur(3px);
  }
  
  .texte-blanc {
  
    color: white;
  }
  
  
  
  
  @media and screen (max-width:800px) {
  


 
