body {
  background-color: black;
  color: white;
}

@media screen and (min-width:750px)
{
.presentation {
  width:15%;
  position: absolute;
  left:20px;
  top:0px;
  border: double hotpink 6px;
  padding: 10px;
  text-align: justify;

}

.presentation h6 {
  text-align: center;
  font-size: 1em;
  color: white;
}

.presentation p {
  color: white;
  margin: 2em;
  font-size: 1em;
}



.presentation img#prez {
  width: 80%;
  height: 80%;
  /*position: relative;
  left: 10px;*/
  display: flex;
  justify-content: center;
  box-shadow: 6px 6px 1px #e4a7c1;
  border: solid black 1px;
  object-fit: cover;
  margin: auto;
  border-radius: 30px 50px 30px 50px;
}

.presentation h4 {
  color: #ffd700;
  text-decoration: underline;
  .exile-regular {
  font-family: "Exile", system-ui;
  font-weight: 400;
  font-style: normal;
}
;
}

.trophee {
  margin: 0 5% 10% 5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-around;
  row-gap: 10px;
  column-gap: 10px;

}

.trophee img {
  width: 28%;
  height: 28%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 2px 2px 1px #ffd700;


}

.trophee a {
  color: skyblue;
  position: relative;
  top: 30px;
  left: 5%;
/*ça craint faut faire un truc mieux*/
}

.blog {
 

  margin: 0 20% 0 20%;
  width:55%;
  border: solid lightpink 2px;
  padding: 0 10px 0 10px;
  text-align: justify;
}

.blog img {
  display: flex;
  justify-content: center; 
  margin: auto;
  width: 80%;
  height: 80%;
  object-fit: cover;
  box-shadow: 5px 5px 4px #E1DCE0;
}

.blog h1 {
  border: solid lightpink 2px;
  position: relative;
  object-fit: cover;
  color: white;
  padding: 1px 5px 1px 5px;

}

.amix {
  width:15%;
  position: absolute;
  right:20px;
  top:0px;
  border: double hotpink 6px;
  padding: 10px;
  text-align: justify;

}
.amimage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-around;
  row-gap: 20px;
  column-gap: 10px;
  
}
.amix img {
  width: 40%;
  height: 40%;
  object-fit: cover;
  box-shadow: 2px 2px 1px #ffd700;
}

.amix h6 {
  font-size: 1em;

}
.contact img{
  width: 100%;
  box-shadow: 0px 0px 0px;
  border: solid white;
} 

.rebus {
display: flex;
  flex-direction: row;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;

 
}

.contact h6 {
  font-size: 1em;

}


.natel {display: none;}
}

@media screen and (max-width:750px)
{
.presentation {display: none;}

.blog {display: none;}

.amix {display: none;}

.natel h6 {
  text-align: center;
  font-size: 3em;
  color: white;
  position: absolute;
  top:-80px;
  left:20px ;
  z-index: 10;
}

.natel video {
  margin: auto;
  position: absolute;
  top : -30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.natel img {
  margin: auto;
  position: absolute;
  bottom: 10px;
  width: 100%;
  object-fit: cover;
  z-index: 5;
}


}
