body {
    font-family: Montserrat;
}

.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-right: 2.5%;
}

.sidenav li:first-child {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 5%;
}

.dwnl-btn {
    display: none;
}

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

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

.action-phone {
    font-size: .85rem;
}

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

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


.sidenav li a {
    display: flex;
    align-items: center;
    font-size: .75rem;
}

.sidenav li a span {
    padding-right: 24px;
}

/******/

nav .nav-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

nav .brand-logo {
    display: none;
}

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

#home h1 {
    margin: 0;
    height: 20%;
    width: 100%;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Hexa Title';
    background-color: rgba(0,0,0,.5);
}

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

/**/

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

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

.card .card-content .card-title {
    margin-top: 8px;
    text-align: left;
    font-size: 1.75rem;
    font-family: 'Hexa Title';
}

#salades .card-content {
    height: 110px;
}

.card-content {
    padding: 4px !important;
    font-size: .9rem;
    text-align: justify;
}

.card .card-content p {
    height: 6.5rem;
    font-size: .75rem;
    text-align: left;
}

.btn-floating.halfway-fab {
    right: 8px;
}




/**/



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

.hours {
    display: flex;
    width: 85%;
    align-self: center;
    flex-direction: column;
}

.map {
    display: flex;
    width: 85%;
    height: 75vh;
    align-self: center;
    flex-direction: column;
}

#allergenes {
    width: 90%;
    margin: auto;
    margin-bottom: 1.5rem;
    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: 90%;
    margin: auto;
    font-size: 1.02rem;
    text-align: center;
}

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

.call-to-phone span {
    color: white;
    font-weight: bold;  
    word-break: keep-all;
}

/**/

footer {
    display: flex;
    background-color: #761619;
    justify-content: center;
    margin-top: 5vh;
    font-size: .75rem;
    flex-direction: column;
    align-items: center;
}

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

footer div:first-child {
    width: 95%;
}

footer div:last-child {
    display: flex;
    align-items: center;
    width: 280px;
}

footer div p {
    margin: 0;
}

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

.day-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.collapsible-body {
    padding: 1rem;
}

.day-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
}

.day-details:first-child {
    margin-bottom: 10%;
}

.pause-day {
    width: 95%;
}

.day-details h4 {
    display: flex;
    align-items: center;
    text-align: 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%;
    font-size: 1rem;
    text-align: left;
}

.day-details a, .contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: 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: .5vh;
    width: 75%;
    align-self: center;
    border-radius: 9px;
}

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

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

.events .event-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.private-text {
    display: flex;
    flex-direction: column;
    width: 90%;
    text-align: justify;
}

.camion-text {
    display: flex;
    flex-direction: column;
    width: 90%;
    text-align: justify;

}

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

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


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


#salades .row {
    display: flex;
    flex-direction: column;
}

#salades .row .col {
    margin: 0 auto;
}
