body, p {
  text-align:left;
  font-family: 'Fira Sans', sans-serif;
  font-size:18px;
  font-size:1.1rem;
}


a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

button {
    cursor: pointer;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
} 


#video-background {
/*  making the video fullscreen  */
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.index-button{
    border: 5px solid rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0);
    z-index:1000;
    display:block;
    position: relative;
    margin: auto;
    top: 50%;
}

.index-button:hover{
    border: 5px solid rgba(255, 255, 255, 1);
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom:0;
  margin-right: auto;
  margin-left: auto;
}

.fullscreen {
  height:100%;
  width:100%;
  background: rgba(0,0,0,.20);
  position:relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(255, 255, 255, 0.75);

}

.navbar-nav {
    position: absolute;
    top: 30px;
    right: 30px;
    border: 5px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
    z-index: 1000;
    
}

.navbar-toggler {
    color: white;
    z-index: 1000;
}



 h1 {
  display:block;
  position: relative;
  top: 50%;
  width: 100%;
  font-size: 40px;
  font-size: 3rem;
  letter-spacing: 3px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-align: center;
  z-index: 100;
}

.rounded-number h1{
    width:70px;
    height: 70px;
    margin: auto;
    top:40vh;
    padding: 5px;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    font-size: 35px;
    font-size: 2.5rem;
    text-align: center;
}


 h2 {
  display:block;
  position: relative;
  top: 25%;
  width: 100%;
  font-size: 30px;
  font-size: 2rem;
  letter-spacing: 3px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-align: center;
  z-index: 100;
}

h2:hover{
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
    .rounded-number h1{ 
        top:10vh;
    }
    h1 {
         top: 20%;
        font-size: 30px;
        font-size: 2.5rem;
        letter-spacing: 3px;
    }
    h2{
        font-size: 1.5rem;
    }
}

#featured-photo {
/*  making the photo fullscreen  */
  height: 100vh;
  width: 100%; 
  z-index: -100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding:10px;

}

.photo{
    margin-top:10px;
    margin-bottom:10px;
}

.photo img{
    max-width: 100%;
    /*height: 100%;*/
    display: block; /*for the img inside your div */  
    margin-left: auto; 
    margin-right: auto; 
    border-radius: 5px;

}


.photo video {
    max-height: 480px;
    /*height: 100%;*/
    max-width: 100%;
    display: block; /*for the img inside your div */  
    margin-left: auto; 
    margin-right: auto;
    border-radius: 5px; 
}

.panorama {
    height: 400px;
    margin-top:10px;
    margin-bottom:10px;
    overflow-x: scroll;
    overflow-y: hidden;
    border-radius: 5px;

}

.photo-pp{
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
    max-width:200px;

    

}
.photo-pp img{
    max-width: 100%;
    /*height: 100%;*/
    display: block; /*for the img inside your div */  
    margin-left: auto; 
    margin-right: auto;
    border-radius: 50%;
    

}


aside {
    margin-top: 50px;
}


.jour_aside{
    margin-top: 50px;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:10px;
}

.jour_voyage{
    margin-top: 50px;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:10px;
}
.titre_voyage{
    display: block;
    height: 160px;
}

.rounded-voyage{
    display: inline-block;
    width:60px;
    height: 60px;
    margin: auto;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    font-size: 35px;
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .rounded-voyage{
    width:35px;
    height: 35px;
    border: 2px solid rgba(255, 255, 255, 1);
    font-size: 1.5rem;
    }
}

#foot{
    margin-top: 50px;
    margin-bottom: 0;
    width:100%;
    text-align: center;
    color: white;
    font-size:0.75rem;    
}

#foot .navbar-nav{
    position: relative;
    top:0;
    right:0;
    border:0;
}
