*{
  margin: 0px;
  padding: 0px;
  
  font-family: 'Poppins','Montserrat', sans-serif;
}

.navbar-brand{
  width: 150px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;


}
.photologo{
  position: relative;
  width: 80px;
  height: auto;


}

nav{
  background-color: #657B94 !important;
  box-shadow: 0px 3px 3px 0px rgba(34, 44, 53, 0.15);
  border-bottom: solid rgba(40,48,58,0.1) 1px;
}
.dropdown-menu{
  background-color: #657B94 !important;
}
.navbar-nav{
  margin-left: 30px;
}




.photo1{
width:100%;
height: auto;

}
.textwrapperleft{
  box-sizing: border-box;
  text-align:left;
  overflow: auto;
  max-width: 80%;
  margin: 10px auto;
  width: 500px;
}
.textwrapperright{
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
  max-width: 90%;
  text-align:left;
  margin: 10px auto;
  width: 550px;
}
.photo2{
width:100%;
height: auto;

}

.para2{
  overflow:auto; 

  color: rgb(220,220,220);
  background-color:rgb(7,7,25);
  padding-top: 200px;
  padding-bottom: 200px;
  
}
.para2 h1{
  font-size: min(2.2vw, 20px);
  font-weight: bold;
}
.para2 p{
  text-align: justify;
  font-size: min(1.7vw, 15px);
}
.para2 a {
  font-size: min(1.7vw, 15px);
  color: #274e95;
  
}




/* album photo */
.album{
  width: 100%;
  background-color: rgb(7,7,25);
  margin-bottom: 0;

}

.container{
  margin-bottom: 0;
  border: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}
.photo-holder{
  padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;

  width: 100px;

}
.photos-album{
  width: 100px;
  height: auto;
}
.titre-album{
  color: rgb(220,220,220);
  letter-spacing: 3px;
  font-size: 20px;
  text-align: center;
  padding-top: 30px;

}

/*socialmedia*/

.social-media{
  width: 100vw;
  height: 75px;
  display: flex;
  position: absolute;
  justify-content: flex-end; 
  right: 20px;

  
}
.social-media li{
  width: 30px;
  margin: 4px;
  list-style: none;
}
.social-media li a{
  width: 30px;
}

.ico{
  width: 100%;
  min-width: 20px;
}

.social-media-footer{
  width: 250px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; 


}
.social-media-footer li{
  width: 30px;
  margin: 4px;
  list-style: none;
}
.social-media-footer li a{
  width: 30px;
}













































/* footer*/
footer{
  
  min-height:10vh;
  width: 100%;
  background-color:rgb(7,7,25);
  padding-top: 20px;
}

.rights{
  margin: 0;
  color: rgb(220,220,220);
  font-size: 9px;
  position:relative;
  bottom: 3px;
  text-align: center;
}
.rightlink{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  text-align: center;
  font-size: 9px;
  color: rgb(220,220,220);

}
.rightlink:hover{
  color: rgb(220,220,220);

}
.logof{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.photologof{
  width: 200px;
}