* {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', 'Montserrat', sans-serif;
}
.navbar-brand{
  width: 150px;
  max-height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;


}
.photologo{
  position: relative;
  top: 16px;
  width: 190px;
  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;
}

/*body*/

.background {
  width: 100%;
  background-color: rgb(7, 7, 25);
  margin-bottom: -80px;
}

.title {
  text-align: center;
  color: rgb(220, 220, 220);
  font-size: min(5vw, 30px);
  padding-bottom: 25px;
}

.wrapper {
  margin: 0 auto;
  width: min(100%, 850px);
}

.box-left {
  width: 60%;
  min-width: 200px;
  background-color: rgb(220, 220, 220);
  position: relative;
  margin: 0 auto;
  right: 10%;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 15px;
}

.text-left {
  width: 90%;
  margin: 5px 0 0px 2%;
  color: rgb(7, 7, 25);
  margin-right: -24%;
}

.titre-description-left {
  font-size: min(16px, 2vw);
}

.description-left {
  font-size: min(10px, 1.2vw);
  text-align: justify;
}

.photo-wrapper-left {
  width: 80%;
  max-width: 400px;
  float: right;
  position: relative;
  left: 30%;
  bottom: min(10px, 2.5vw);
  border: rgb(200, 200, 200) solid 1px;
}

.box-right {
  width: 60%;
  min-width: 200px;
  background-color: rgb(220, 220, 220);
  position: relative;
  margin: 0 auto;
  left: 10%;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 15px;
}

.text-right {
  width: 90%;
  margin: 5px 2% 0 0;
  color: rgb(7, 7, 25);
  margin-left: -24%;
}

.titre-description-right {
  font-size: min(16px, 2vw);
}

.description-right {
  font-size: min(10px, 1.2vw);
  text-align: justify;
}

.photo-wrapper-right {
  width: 80%;
  max-width: 400px;
  float: left;
  position: relative;
  right: 30%;
  bottom: min(10px, 2.5vw);
  border: rgb(200, 200, 200) solid 1px;
}

.photo {
  width: 100%;
  height: auto;
}

/*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;
}

.icon {
  width: 40px;
}

.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: 300px;
  margin-left: auto;
  margin-right: auto;
}

.photologof {
  width: 300px;
}