*{
    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*/

  .background1{
    width: 100%;
    background-color:#92A2B3;
    padding-bottom: 3vw;
    padding-top: 3vw;
    overflow: auto;
  
  }
  .background1 .header{
    font-size: min(40px,4.5vw);
    color: rgb(7,7,25);
    text-align: center;
    font-weight: 300;
    padding-bottom: 15px;
  }
  .background1 .container{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;


  }
  .article{
    color: rgb(220,220,220);
    width: 550px;
    max-width: 85%;
    margin: 15px 10px;
    height: auto;
    max-height: 400px;
    background-color: rgb(7,7,25);
    border-radius: 10px;
    box-shadow: 7px 7px 10px 4px rgba(1, 13, 38, .2);
  }
  .article .titre {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-size:min(20px, 2.5vw);
  }
  .wrapper{
    margin-top: 10px;
    height: 80%;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: space-around;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    padding: 0px 20px 40px 20px;

  }
  .wrapper .cadre{
    width: 45%;

    margin: auto 0;

  }
  .cadre img{
    width: 100%;
    height: auto;
    margin: auto;
  }
  .separation{
    width: 1px;
    height: 90%;
    margin: 0 10px;
    background-color: white;
  }
  .article .wrapper .description{
    max-width: 45%;


  }
  .article .wrapper .description h2{
    font-size:min(18px, 2.3vw);
    align-items: center;
    text-align: left;
    margin-bottom: 5px;
    

  }
  .article .wrapper .description p{
    font-size:min(1.8vw,13px);
    font-style: italic;
    text-align: justify;
    align-items: center;
    margin: 0;

  }
  h1{
    color: rgb(220,220,220);
  }
  .titre:hover{
    color: rgb(220,220,220);
    text-decoration: underline rgb(220,220,220);
  }


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