

@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;
    
  }
}

.nav-item a{

border-radius: 15px;
}


.nav-item a:hover{
font-weight: bold;
background-color:rgb(179,174,135);

}

.boutonnav{
/*margin-left: 10px !important;
margin-top: 15px !important;*/
/*width: 150px;*/
border: none;
}
.align-center{
  text-align: center;
}
