
body{
  margin:0;
  background-color: black;
}
::-webkit-scrollbar{
  width: 0.5em;
}
::-webkit-scrollbar-track{
  background: hsl(0 0% 0%/ 1);
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(transparent,	#FFFFFF);
}
::-webkit-scrollbar-thumb: hover{
  background: linear-gradient(transparent, #FFFFFF);
}

marquee{
  background-color: white;
  color: black;
  height: 3vh;
  font-family: 'be_vietnamthin';
}
.conteneur2 {
  background: black;
  display: flex;
  flex-wrap: wrap;
  width : 100%;
}
.galerie {
  background: white;
  flex: 1 1 30%;
  height: 33vw;
  width: 33vw;
  border:1px solid;
  overflow: hidden;
  vertical-align: top;
}
.galerie img {
  width:100%;
  height:100%;
}

.conteneur1 {
  background: white;
  width : 100%;
  height: 50vh;
}

.blocnomprenom {
  display: inline-block;
  background-color: white ;
  color : black;
  margin-left: 2vw;
  margin-top: 1vw;
  width:30vw;
  height: 55vh;
  vertical-align: top;
}

.deux{
  font-family: 'be_vietnam_probold';
  font-size: 1vw;
  background-color: white ;
  line-height: auto;
}
p{
  font-family: 'be_vietnamregular';
}
.footer {
     position:fixed;
     text-align: center;
     left:0px;
     bottom:0px;
     height: 10vh;
     width:100%;
     background:black;
     color : white;
     font-family: 'be_vietnamthin';
}

@font-face {
    font-family: 'be_vietnam_probold';
    src: url('fonts/bevietnampro-bold-webfont.woff2') format('woff2'),
         url('fonts/bevietnampro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'be_vietnamregular';
    src: url('fonts/bevietnam-regular-webfont.woff2') format('woff2'),
         url('fonts/bevietnam-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'be_vietnamthin';
    src: url('fonts/bevietnam-thin-webfont.woff2') format('woff2'),
         url('fonts/bevietnam-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@media screen and (max-width: 900px){

  marquee{
    background-color: white;
    color: black;
    height: 3.3vh;
    font-family: 'be_vietnamthin';
}
  .blocnomprenom {
    display: inline-block;
    background-color: black ;
    color : white;
    margin-left: 2vw;
    margin-top: 1vw;
    width:50vw;
    height: 40vh;
    vertical-align: top;
  }

  .deux{
    font-family: 'be_vietnam_probold';
    font-size: 4vw;
    background-color: black ;
    line-height: auto;
}

.conteneur1 {
  background: black;
  width : 100%;
  height: 100vh;
}
.footer {
     position:fixed;
     text-align: center;
     left:0px;
     bottom:0px;
     height: 10vh;
     width:100%;
     background:black;
     color : white;
     font-family: 'be_vietnamthin';
  }
}
