
@media screen and (min-width:300px){

  body{
    background-color:rgb(255, 255, 255);
     margin: 0;
  padding: 0;
  height: 100%;
}

.texte{
  margin-top: 7%;
  font-size: 11px;
color: rgb(90, 90, 90);
  text-align: center;
  font-family: 'Baskervville';
}

.textebig{
  text-align: center;
  font-family: 'Baskervville';
  font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 65%;
    margin-left: 17%;
}
  
  .image {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(100px, auto);

   text-align: center;
   grid-gap: 7px;
   font-size: 12px;
   color: rgb(90, 90, 90);
   margin: 7px;
  }
  
 .cover img {
     width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  }

  .imagepp img{
     width: 100%;
  height: 100vh;
  object-fit: cover;
  }

 video {
display: block;
margin: auto;
width: 100%;
max-width: 1000px;
}

  img {
     width: 100%;
  }
.mid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 9px;
  position: fixed;
  color: rgb(255, 255, 255);
  top: 50%;
  mix-blend-mode:exclusion;
  width: 100%;
  font-family: "Ronzino";
  margin: 12px;
}
.top{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 9px;
  position: fixed;
  color: rgb(255, 255, 255);
  mix-blend-mode:exclusion;
  width: 100%;
  font-family: "Ronzino";
  margin: 12px;
}

.bottom{
  font-size: 9px;
  position: fixed;
  color: rgb(255, 255, 255);
  mix-blend-mode:exclusion;
   top: 97%;
    right: 4%;
  font-family: "Ronzino";
}
a {
  outline: none;
  text-decoration: none;
  color:  rgb(90, 90, 90); ;
}
a:hover { color:  rgb(0, 0, 0); ;
}

@font-face {
  font-family: 'Baskervville';
  src: url('Baskervville-Regular.otf');
}

@font-face {
  font-family: 'Ronzino';
  src: url('Ronzino-Regular.otf');
}

}

/* /////////////////////////// */
@media screen and (min-width:600px){

  .texte{
    font-size: 14px;
  }
  .textebig{
    font-size: 15px;
    margin-bottom: 20px;
    width: 40%;
    margin-left: 30%;
  }
  .image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

}
/* /////////////////////////////////////////// 
@media screen and (min-width:962px){
}
*/




