html {
  font-size: 62.5%;
}

.bar-menu {
  background-color: #e6e5e5;
  border: 1px solid #808080;
  font-size: 2.2rem;
  display: flex;
  justify-self: center;
  justify-content: center;
  margin-bottom: 50px;
  /*position: fixed;*/
  font-family: 'Black And White Picture', sans-serif;
}

.bar-menu>a {
  text-decoration-line: none;
  color: #000;
}

.bar-menu>a:hover {
  color: #ff1492;
}

.bar-espace {
  border-right: 5px solid #080;
  padding-left: 10px;
  padding-right: 10px;
}

.bar-last-element {
  padding-left: 10px;
  padding-right: 10px;
}

.body-content {
  justify-self: center;
  padding-right: 50px;
  padding-bottom: 50px;
  font-size: 2.2rem;
}

.body-content> p{
  padding-left: 20px;
  border-bottom: 1px solid #808080;
}

.body-content> img {
  border: 1px solid #e6e5e5;
  padding-bottom: 20px;
}

body {
  background-color: #d6d9dc;
}
.container-body {
  margin: 0 200px 0 200px;
  padding-top: 20px;
  background-color: #fff;
}

.body-content>.aligncenter {
  justify-self: center;
  justify-content: center;
  text-align: center;
  margin-left: 10%;
  padding-left: 5%;
  border-radius: 5px;
}

@media only screen and (max-width : 1160px){
  .container-body {
    margin: 0 80px 0 80px;
    padding-top: 20px;
  }
  
  .body-content>.img {
    width: 70%;
    height: auto;
  }
}

/*@media only screen and (max-width : 1024px){*/
/*  .container-body {*/
/*    margin: 0 80px 0 80px;*/
/*    padding-top: 20px;*/
/*  }*/
/*}*/

@media only screen and (max-width : 940px){
  .body-content>.img {
    width: 50%;
    height: auto;
  }
  
  .body-content>.aligncenter {
    justify-self: center;
    justify-content: center;
    text-align: center;
    margin-left: 10px;
    padding-left: 0;
    border-radius: 5px;
  }
}

@media only screen and (max-width : 768px){
  .container-body {
    margin: 0 20px 0 20px;
    padding-top: 20px;
  }
  
  .body-content>.img {
    width: 50%;
    height: 50%;
  }
}

@media only screen and (max-width : 680px){
  .body-content>.aligncenter {
    width: 250px;
    height: 180px;
    justify-content: center;
    margin-left: 190px;
  }
}

@media only screen and (max-width : 480px){
  .container-body {
    margin: 0 10px 0 10px;
    padding-top: 20px;
  }
  
  .body-content {
    display: grid;
    grid-template-columns: 1fr;
  }
  
  .bar-menu {
    display: grid;
    grid-template-columns: 1fr;
    justify-self: center;
    background-color: transparent;
    border: transparent;
  }
  
  .bar-espace {
    border-right: transparent;
  }
  
  .bar-menu>a {
    background-color: #20b2a2;
    margin-bottom: 5px;
    justify-content: center;
  }
  
  .body-content>.aligncenter {
    justify-self: center;
    margin-left: 10px;
  }
}
