body {
	font-family: sans-serif;
    list-style: none;
    text-align: center;
    background-color: #E0CDA9 !important;
}

img {
    border-radius: 15%;
}

#container {
    height: 100%;
    width: 100%;
    background-color: black;
    overflow:auto
}

h1 {
    color:darkred !important;
}

h2 {
    color:indianred !important;
}

h3, p { display:inline }

#main {
    margin-top: 90px;
}

#menu {
    text-align: center;
}

.priceInLi {
    font-size: 24px;
}

.detailInLi {
    font-size: 20px;
}

.encartPrix {
    text-align: right;
    margin-right: 70px;
    font-weight: bold;
    font-size: 20px;
}

.encartPrix > p {
    display: flex;
    justify-content: flex-end;
}

.partOfPage {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mentions > blockquote > p {
    display:flex;
    text-align: left;
    font-size: 14px;
}

/*.container {*/
/*    padding-right: 0px !important;*/
/*    padding-left: 0px !important;*/
/*    margin-right: 0px !important;*/
/*    margin-left: 0px !important;*/
/*}*/

.titreVig {
    font-size: 20px;
    font-weight: bold;
}

.vigfull {
    margin-bottom: 20px;
}

.contenuMenu {
    margin-left: 50px;
    margin-right: 50px;
}

.nextPage {
    height: 100%;
    width: 60px;
    background-color: #FAEBD7;
    position: fixed;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    margin-top: 82px;
    font-size: 30px;
}

.previousPage {
    height: 100%;
    width: 60px;
    background-color: #FAEBD7;
    position: fixed;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    margin-top: 82px;
    font-size: 30px;
}
  
.mainIndex {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns:  1fr 1fr;
}
  
.mainIndex li {
    margin: 1em;
    text-align: center
}
  
.mainIndex li img {
    width: 100%;
}

/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed !important; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 10;
}

/* Links inside the navbar */
.navbar span {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 30px 0px;
    text-decoration: none;
}

/* Change background on mouse-over */
.navbar span:hover {
    background: #ddd;
    color: black;
}
