body {
    font-family: Montserrat;
    background-color: #FEFAEE;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.red {
    background-color: #761619 !important;
}
.red-text {
    color: #761619 !important;
}
.yellow-text {
    color: #cbae82 !important;
}

.logo-hexagone {
    vertical-align: middle;
    margin: 0 1rem;
}

.phone-btn {
    display: none;
}

.dwnl-btn {
    position: fixed;
    bottom: 5vh;
    right: 5vh;
    height: 72px;
    width: 72px;
    background-color: #00b8d4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dwnl-btn:hover {
    background-color: #25a7bb;
}

.dwnl-btn span.material-icons {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}

/**/

#home {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 3.5vh;
    height: 60vh;
    color: beige;
    background-image: url(../pictures/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'Hexa Title';
    src: url('hexa.ttf');
}

@font-face {
    font-family: 'Hexa Subtitle';
    src: url('subtitle.ttf');
}

#home h1 {
    font-size: 5rem;
    font-family: 'Hexa Title';
}

#home h1 span {
    font-size: 5rem;
    font-family: 'Hexa Subtitle';
}

.brand-logo {
    font-family: 'Hexa Title';
    font-size: 3.5rem;
}

.brand-logo span {
    font-family: 'Hexa Subtitle';
}

/**/

.price-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-container span {
    font-weight: bold;
}

.card-content {
    font-size: .9rem;
    text-align: justify;
}

.card .card-title {
    font-family: 'Hexa Title';
    font-size: 3rem;
}

.card .card-content p {
    min-height: 3.5rem;
}

/**/

.title-infos {
    margin: 2.5%;
    font-family: 'Hexa Title';
}

.infos {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 2.5% 0;
}

.hours {
    display: flex;
    width: 45%;
    flex-direction: column;
}

.map {
    display: flex;
    width: 45%;
    flex-direction: column;
}

/**/

footer{
    display: flex;
    background-color: #761619;
    justify-content: center;
    align-items: center;
}

footer div {
    margin: .5% 2.5%;
    display: flex;
    width: 30%;
    color: white;
    flex-direction: column;
    justify-content: center;
}

footer div:nth-child(2) {
    text-align: center;
}

footer div p {
    margin: 0;
}

/*

#pizzas {
margin: 2.5%; 
}

#pizzas .line {
display: flex;
justify-content: space-around;
}

#pizzas .line .card {
margin: 1% 2%;
}

#pizzas .pizza-name {
display: flex;
justify-content: space-between;
}

#pizzas .pizza-name span {
font-size: 1.15rem;
}

#pizzas .card .card-image {
height: 50%;
}

#pizzas .card .card-content {
display: flex;
height: 50%;
padding: 5%;
flex-direction: column;
justify-content: space-between;
}

#pizzas .card-content p {
font-size: .75rem;
}

*/

/**/

.day-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.collapsible-header {
    display: flex;
    align-items: center;
    font-size: 2rem;
}

.collapsible-body {
    background-color: white;
}

.day-details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50%;
}


.pause-day {
    width: 85%;
}

.day-details h4 {
    display: flex;
    align-items: center;
    margin: 0;
}

.day-details h4:nth-child(2) {
    font-size: 1.65rem;
}

.day-details:nth-child(1) h4 i {
    margin-left: 1rem;
    font-size: 2rem;
    color: #ffb300;
}

.day-details:nth-child(2) h4 i {
    margin-left: 1rem;
    font-size: 2rem;
    color: #283593;
}

.separator {
    width: 40px;
    border: 2px solid  #b71c1c;
    margin: 5% 0;
}

.day-details h5 {
    margin: 0;
    margin-bottom: 5%;
    text-align: center;
}

.day-details a, .contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 0.75rem;
    border: 2px solid #b71c1c;
    transition: all 0.25s ease-in-out;
}

.day-details a:hover, .contact-btn:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.15);
}

.contact-btn {
    justify-content: center;
    margin-bottom: 8.5vh;
    width: 75%;
    align-self: center;
}

.events {
    display: flex;
    flex-direction: column;
}

.events h3 {
    margin-left: 2.5vw;
}

.events .event-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.private-text {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.camion-text {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.camion-picture {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.camion-picture img {
    width: 20vw;
}


.map-container {
    display: flex;
    flex-direction: column;
}

.map-container h2 {
    font-size: 1.5rem;
    margin: 0;
}

.map-box-infos {
    display: flex;
    margin-top: 2.5vh;
    justify-content: space-between;
    font-size: 1.15rem;
    margin-top: 2vh;
    margin-bottom: .25vh;
}

.map-box-infos span {
    display: flex;
    align-items: center;
}

.map-container p:last-child {
    text-align: center;
}

#allergenes {
    width: 90%;
    margin: auto;
    margin-bottom: 2rem;
    text-align: center;
}

#allergenes a {
    color: black;
    font-size: 1.25rem;
    font-weight: bold;
}

.call-to-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #761619;
    background-color: #761619;
    border-radius: 9px;
    width: 75%;
    margin: auto;
    font-size: 1.42rem;
    text-align: center;
}

.call-to-phone a {
    color: white;
    padding: 1.42rem;
}

.call-to-phone span {
    color: white;
    font-weight: bold;  
}

footer div:last-child {
    display: flex;
    align-items: flex-end;
}


.cookies {
    margin-top: .5rem;
    font-size: .75rem;
}