body {
  background-color: #33353c;
  color: white;
  /* font-family: Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  font-family: 'Roboto Flex', sans-serif;
  height: 100%;
}

/* Réinitialisation des marges et des rembourrages par défaut */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

a, a:visited {
  color: white;
}

h1 {
  text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

.logoTitreClass {
    text-align: center;
}

.mainTitle {
    text-align: center;
    /* text-transform: uppercase; */
    padding-top: 2.5%;
    font-size: small;
}

.menuClass {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 10%;
    justify-items: center;
}

.menuContentClass
{  
    padding-left: 2.5%;
    padding-right: 2.5%;
    text-align: center;
}

.menuContentClass li {
    text-align: left;
    padding-top: 2.5%;
}

/* .entreeClass {
    text-align: left;
}

.platsClass{
    text-align: left;
}

.dessertClass{
    text-align: left;
} */

.platDuJourClass {
    text-align: center;
    /* font-weight: bold; */
    color: rgb(253, 194, 0);
    /* margin-left: 0;
    margin-right: 0; */
    padding-top: 5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.installBtnContainer {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
}

.installBtnContainer button {
    /* background-color: inherit;
    border: 1px solid white;
    color: white;
    font-size: 1em;
    padding: 0.75em;
    text-transform: uppercase; */
    border: none;
    border-radius: 12px;
    padding: 8px 16px;
    margin-top: 2.5%;
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.installTutoClass {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.tutoImgClass {
    width: 98%;
    padding-left: 1%;
}

.pushSubscribeDiv {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.pushSubscribeDiv button {
    border: none;
    border-radius: 12px;
    padding: 8px 16px;
    margin-top: 2.5%;
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}



.footerClass {
    /* position: fixed; */
    background-color: #16171b;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    /* padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 0; */
}

.footerContentClass {
    padding-top: 5%;
    padding-bottom: 2.5%;
}

.footerClass h2 {
    font-size:medium;
}

.footerClass p {
    font-size: smaller;
}

.horaireClass {
    padding-top: 2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}