@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap");
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein1 {
  animation: fadein 2s ease-in;
}

.fadein2 {
  animation: fadein 2.5s ease-in;
}

.fadein3 {
  animation: fadein 3s ease-in;
}

html, body {
  height: 100%;
}

body {
  background: #D8341F;
  color: #000;
  font-family: "Roboto Mono", monospace;
  font-weight: 200;
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}
a.btn-client {
  background: #D8341F;
  color: #fff;
  border-radius: 50px;
}
a.btn-client:hover {
  background: #000 !important;
  color: #fff !important;
}

h3 {
  /*
  &.hospitality-title{
      min-height: 150px;
  }*/
}
h3 span {
  display: table;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #000;
  font-size: 0.75em;
}

.content section {
  min-height: 100vh;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.content section#bistrot {
  background: url("../img/cafe-max-background-01.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.content section#histoire {
  background: url("../img/cafe-max-background-02.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.content section#cuisine {
  background: url("../img/cafe-max-background-03.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.content section#informations {
  background: url("../img/cafe-max-background-04.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 94px;
}
.content section#hospitality {
  background: url("../img/cafe-max-background-05.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 114px;
  padding-top: 90px;
}
.content section.section-white {
  background: #fff;
  color: #D8341F;
}
.content section.section-white h1, .content section.section-white h2 {
  color: #D8341F;
}
.content section div {
  max-width: 1060px;
  padding: 10px;
}
.content section .informations-img {
  max-width: 200px;
}

div.home-logo div {
  padding: unset !important;
}

h1, h2 {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

div#img-logo-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

img#img-logo {
  width: 500px;
}

div#menu {
  width: 500px;
  margin: auto;
}

div#accueil-links-container {
  width: 3000px;
  text-align: center;
  margin: auto;
}

div.col-logo {
  flex: 0 0 auto;
  width: 20%;
}

div.col-logo-rond {
  min-height: 180px;
  padding-top: 40px !important;
}

img.img-vardon {
  width: 140px;
}

img.img-socials {
  width: 40px;
}

nav#navigation {
  position: fixed;
  left: 4px;
  top: 50%;
  margin-top: -149px;
  z-index: 1000;
}
nav#navigation a {
  color: #000;
  font-size: 2em;
  line-height: 1;
}
nav#navigation a.active {
  color: #D8341F;
}

div.quote {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
}
div.quote div.quote_signature {
  font-size: 1rem;
  text-align: right;
  font-style: normal;
  font-weight: 200;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background: none !important;
  content: url("../img/rond-02.svg");
}

footer {
  background: #D8341F;
  color: #000;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer a {
  text-decoration: none;
  color: #000;
}
footer a:hover {
  color: #000;
}
footer strong {
  font-weight: 600;
}

div#langage_selection {
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 1000;
}
div#langage_selection a {
  text-decoration: none;
}
div#langage_selection a img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #D8341F;
  filter: opacity(0.5);
}
div#langage_selection a.active img, div#langage_selection a:hover img {
  border: 2px solid black;
  filter: opacity(1);
}

@media (max-width: 991.98px) {
  nav#navigation {
    display: none;
  }
  img.img-btn {
    max-width: 200px;
  }
  .content section {
    padding-top: 75px;
  }
  .content section#accueil {
    padding-top: 0;
  }
  .content section div {
    max-width: 400px !important;
    margin: auto;
  }
  .informations-img-container {
    text-align: center;
  }
  footer {
    position: unset;
    grid-template-columns: 1fr;
    font-size: 13px;
  }
  footer div {
    margin: 10px 0;
  }
  div#img-logo-container {
    width: 350px !important;
  }
  img#img-logo {
    width: 350px !important;
  }
  div#menu {
    width: 300px !important;
  }
  div#accueil-links-container {
    width: 350px !important;
  }
  div.col-logo {
    flex: 0 0 auto;
    width: 100%;
    min-height: 280px !important;
  }
  div.col-logo-rond {
    padding-top: auto !important;
  }
}/*# sourceMappingURL=app.css.map */