@charset "utf-8";

/* CSS Document */
body {
  font-family: 'Poppins', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: crosshair;
  overflow-x: hidden;
}

@font-face {
  font-family: Junction-regular;
  src: url("../font/Junction-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: Junction-bold;
  src: url("../font/Junction-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;
}

@font-face {
  font-family: 'NeutralFace-Bold';
  src: url("../font/NeutralFace-Bold.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}


ul {
  list-style: none;
}



a {
  text-decoration: none;
}

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-menu*/

nav .menu {
  line-height: 43px;
  margin: 3px;
  display: flex;
  font-size: 1rem;
  text-transform: uppercase;
  color: #000000;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  font-family: Junction-bold;

}

.menu:hover {
  filter: blur(3px);

}


/*les div vertes et rouges*/

.container1 {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: space-between;
  padding: 0 2vw;
  overflow: hidden;
}

.legende-text2 {
  font-size: 87%;
  font-family: Junction-regular;
  color: black;
  overflow: hidden;
  line-height: 130%;
}



.gras {
  font-weight: bold;
  overflow: hidden;
}


/*espace*/

.space {
  margin-left: 10%;
  margin-top: 10%;
}

.space2 {
  margin-top: 3%;
}


/*texte*/
.main-text h1 {
  font-size: 1rem;
  color: #000000;
  font-family: NeutralFace-Bold;
  overflow: hidden;
}

.main-text p {
  color: #000000;
  overflow: hidden;
}

.main-text h2 {
  font-size: 1rem;
  overflow-x: hidden;
}

p {
  color: #000000;
  font-size: 0.8rem;
  overflow: hidden;
}


/*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*/



.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: 40%;
  height: auto;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /*background-color: rgb(136, 136, 213) ;*/
}



.bloc-vide {
  width: 5%;
  /*background-color: red;*/
}

.boite-image {
  margin-right: 3%;
  width:40%;

  height: 40%;

  background-color: pink;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}


.typo {
  font-size: 87%;
  font-family: Junction-regular;
  overflow: hidden;
}




