body{
background: #000;
padding:0px;
margin:0px;
}

#conteneur {
position:absolute;
top:15vw;
left:15vw;
}

#fond {
padding:0px;
margin:0px;
width:100%;
height:auto;
}


.center-div {
  filter: opacity(90%);
  background-color:black;
  padding:0;
  margin: 0 auto;
  position: fixed;
  top:0;
  width: 100%;
  height: 10vh;
  overflow: hidden;
  min-height: 28px;
  max-height: 50px;
}
.home {
  width: auto;
  height: 5.2vh;
  position: fixed;
  left: 2%;
  top : 18%;
  min-height: 28px;
  max-height: 50px;
}
.topho {
  margin: 0 auto;
  position: fixed;
  top: 0px;
  left:14vh;
  width: auto;

}

.header, .header-projets {
  text-align: center;
  font-size: 20px;
  font-family: 'Bluu Next Bold';
  filter: opacity(100%);
  color: white ;
  margin-top: 2vh;
}

#footer {
text-align: center;
padding: 3px;
background-color: black;
color: white;
}

#content{

position:relative;
padding-bottom:0px;
}

.fleur {
  color: #fff ;
  font-family: 'Bluu Next Bold';
  font-size: 50px;
}

.intro {
  color: #fff;
  font-family: 'Patrizia';
  font-size: 2vw;
margin-top:-35px;
margin-left: 50px;

}

.blocs {
  align-content: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-color: white;
  width: 45%;
  height: auto;
}

.petiteboite {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
}

.texte {
  text-align: center;
  color: white;
  font-family: 'Patrizia';
  font-size: 12px;

}

.texte2 {
  text-align: justify;
  color: white;
  font-family: 'Patrizia';
  font-size: 12px;

}

.button {
  background-color: black;
  border: solid;
  border-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px ;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  font-family: "Bluu Next Bold";
  font-size: 15px;
  color: white;
}

.monter {
  width: auto;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.foreprof {
  width: auto;
  height: 70%;
  position: fixed;
  left: 30px;
  bottom: 10px;
}

.bg {
  width: 100%;
  height: auto;

}

@font-face {
font-family: 'Bluu Next Bold';
src: url('bluunext-bold.eot');
src: url('bluunext-bold.woff') format('woff'),
     url('bluunext-bold.otf') format('embedded-opentype'),
     url('bluunext-bold.eot?#iefix') format('embedded-opentype'),
     url('bluunext-bold.svg#Bluu Next Bold');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Patrizia';
src: url('patrizia-regular.eot');
src: url('patrizia-regular.woff') format('woff'),
     url('patrizia-regular.eot?#iefix') format('embedded-opentype'),
     url('patrizia-regular.svg#Patrizia')  format('svg');
font-weight: normal;
font-style: normal;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #CA77A3;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #CA77A3;
  background-color: transparent;
  text-decoration: none;
}

@media (max-width: 600px) {
  #fond {
  margin-top: 16vh;
  display: block;
  position: fixed;
  }

  .center-div {
    height: 16vh;
    min-height: 50px;
    max-height: 150px;
  }

  .topho {
    top: 1vh;
    left:7vh;
  }
  .header-projets{
    margin-top: 7vh;
    margin-left: 7vh;
  }

  #conteneur {
  top:25vw;
  }

  .fleur {
    font-size: 35px;
  }

  .intro {
  margin-top:-20px;
  margin-left: 30px;

  }
}
