*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.hero{
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
  position: relative;
  padding: 0.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav{
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   padding: 20px 2%;
   padding-right: 10%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

nav .logo{
    width: 150px;

}
nav ul li{
    list-style: none;
    display: inline-block;
    margin-left: 50px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}



.content{
  text-align: center;

}
.content h1{
  font-size: 80px;
  margin-top: 50px;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;

}
.content h1:hover{
    -webkit-text-stroke: 2px #fff;
    color: transparent;
}

.content a{
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  border: 2px solid #fff;
  padding: 14px 70px;
  border-radius: 50px;
  margin-top: 50px;
}



.back-video{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
@media (min-aspect-ratio: 16/3){
    .back-video{
        width: 100%;
        height: auto;
    }
}
@media (min-aspect-ratio: 16/3){
    .back-video{
        width: auto;
        height: 100%;
    }
}

.hero-image {
  background-image: url("TDM96_1664-plage-moorea-1920x1080.jpg");
  background-color: #cccccc;
  height: 964px;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.hero-sale{
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
  position: relative;
  padding: 0.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenu p:nth-child(2){
    color: #ffff;
    font-size: 1.2em;
}
.expert .contenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}
.expert .contenu .box{
    width: 150px;
    margin: 15px
}
.expert .contenu .box img{
    position: relative;
    width: 100%;
    height: 400px
    top: 0;
    left: 0;
    object-fit: cover;
}
.expert .contenu .box h3{
    color: #111;
    font-weight: 400;
    text-align: center;
}

.box{
  border:3px solid black;
	background-color: #CCC;
	height:400px;
  width: 600px;
	overflow:auto;
  margin: 1rem 2rem 3rem 4rem;
}
