

@media only screen and (max-width: 1000px) {
  body {
    background-color: rgb(199,195,250);
    .boutonnav{text-align: left;}
  }
}
@media only screen and (min-width: 1000px) {
  body {
    background-color: #d2d2d2;
    
  }
}

.boutonnav{
/*margin-left: 10px !important;
margin-top: 15px !important;*/
/*width: 150px;*/
border: none;
}
.imagecentrale{
margin-top: 50px;
    border-radius: 75px;
}
.sanspuce{
list-style-type:none;
}
.liplace{
    text-align: center;
    padding-top: 20px;
}
.connectok{

    background-color: black;
}
.imagecentrale-connect{
margin-top: 50px;
    border-radius: 360px;
}
.linav{
  list-style-type: none;
}
.bouton-post-nav{
margin-top: 15px;
}

.testwrap{
    word-wrap: break-word;
    overflow-wrap: anywhere;
    text-align: justify;
}
