
body{
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    text-align: center;
}

h1, h2, h3, h4, h5{
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

h1{
  background:#27B29F;
  color:#FFFFFF;
  width: 350px;
  padding:5px 0;
  margin:60px auto;
}

.logo-texte {
    font-family: 'Patua One', cursive;
    color: #27B29F;
    font-size: 2.5em;
}

.logo {
    height: 50px;
    width: 50px;
}

.btn-panier {
    border: none;
    background: #27B29F;
    color: #ffffff;
    width: 80px;
    padding: 15px 0;
}
/*
.btn-panier:hover {
    background-color: #F8F8F8;
    font-weight: bold;
    color: #27B29F;
}
*/


/* partie SLIDE */
.picture {
    width: 500px;
    height: 300px;
    background-size: cover;
    box-shadow: 0 0 10px;
}

/* partie PLATS */

.group:after {
    content: "";
    display: table;
    clear: both;
}

ul {
    list-style: none;
}

.nom-plat {
  text-align: left;
}

.img-food{
 width: 200px;
 height:140px;
 float:left;
 margin-right:20px;
}

.food-description{
  text-align: left;
}

.food-price {
    font-weight: bolder;
    color: #27B29F;
    margin-left:50vw;
}

.bouton-plat {
    border: none;
    color: #ffffff;
    background: #27B29F;
    padding: 12px 10px;
    font-weight: bold;
    margin-left:44vw;
}

.bouton-plat:hover {
    background-color: white;
    color: #27B29F;
    border: 1px solid #27B29F;
}


/* Footer */

#footer {
    background-color: #F8F8F8;
    padding: 50px 0;
}

.adress {
    text-align: center;
}

.menu-footer {
    text-align: center;
}

.menu-footer div p {
    text-decoration: underline;
}


/* Partie achat */

#panier-drop{
  width:650px;
  min-height: 200px;
}

table thead tr th{
  vertical-align: center;
  text-align: center;
  width:155px;
}

table tbody tr td{
  text-align: center;
  padding:10px 5px;
  vertical-align: center
}

.gris{
  width:100%;
  background: #373838;
  color:#ffffff;
  padding:10px;
}

.total{
  font-size: 1.4em;
  font-weight: bold;
  color:#27B29F;
}

.plats{
  font-weight: bold;
}

.poubelle{
  cursor: pointer;
}

.trait{
  background: #F8F8F8;
}

.montant-total{
  font-size:1.4em;
  font-weight: bold;
  color: #27B29F;
}

.btn-valider-panier{
  background: #27B29F;
  color:#FFFFFF;
  border-radius: 2px;
  padding:5px 5px;
  border: none;
  margin: 10px 0 15px 40vw
}
