html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  border-bottom: 1px solid black;
}
div.table div {
  border-top: 1px solid black;
  box-sizing: border-box;
  padding-right: 10px;
}
div.table.padded div {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.table.accountant {
  margin-top: 30px;
}
div.table.accountant div:nth-child(even) {
  text-align: right;
}
div.table.accountant div {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.table.accountant div.title {
  border-top: 0;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
div.table.accountant.n1 {
  grid-template-columns: 1fr;
}
div.table.accountant.n1 div:nth-child(even) {
  text-align: left;
}

a.menu-open {
  position: fixed;
  left: 30px;
  top: 30px;
  width: 29px;
  height: 29px;
  background-image: url("img/ico-menu.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-background {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
}
.menu-background.active {
  display: block;
}
.menu-background .menu-block {
  position: fixed;
  left: 30px;
  top: 30px;
  right: 30px;
  box-sizing: border-box;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.menu-background .menu-block a {
  display: block;
  color: black;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.menu-background .menu-block a:focus, .menu-background .menu-block a.visited {
  text-decoration: none;
  color: black;
}

section {
  margin-left: 90px;
  margin-right: 90px;
}
@media screen and (max-width: 550px) {
  section {
    margin-left: 30px;
    margin-right: 30px;
  }
}
section h1 {
  font-size: 100px;
  line-height: 120px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 30px;
}
section .columns {
  display: grid;
}
section .columns.n1 {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}
section .columns.n2 {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  gap: 30px;
}
section .c2 img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section p {
  margin-bottom: 30px;
}

section.restaurant h1 {
  padding-top: 90px;
}

section.presentation {
  margin-top: 90px;
  margin-bottom: 90px;
}
section.presentation .logo-composition {
  font-size: 120px;
  letter-spacing: 0.5px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  section.presentation .logo-composition {
    font-size: 84px;
    letter-spacing: 0.35px;
  }
}
section.presentation .logo-composition div.vertical {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  min-height: 160px;
}
@media screen and (max-width: 750px) {
  section.presentation .logo-composition div.vertical {
    min-height: 112px;
  }
}
section.presentation .logo-composition .band {
  grid-column: 1/-1;
  height: 120px;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  section.presentation .logo-composition .band {
    height: 84px;
  }
}
section.presentation .logo-composition .right {
  text-align: right;
}
section.presentation .logo-composition .center {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  section.presentation .logo-composition div.vertical.center {
    display: none;
    opacity: 0;
  }
}
section.presentation .img {
  display: none;
  height: 250px;
  width: 100%;
  transition: all 0.1s ease;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.presentation .img.active {
  display: block;
}
section.presentation .img.mini {
  transform: scale(0.05);
}
@media screen and (max-width: 820px) {
  section.presentation img {
    display: none;
  }
  section.presentation img.active {
    display: block;
  }
}
section.presentation p {
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.5px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

section.gallery {
  margin-top: 30px;
}
section.gallery .gal-container {
  position: relative;
  padding-top: 66.7%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
section.gallery .gal-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 100%;
  height: auto;
  transition: left 0.6s ease-in-out;
}
section.gallery .gal-container img:nth-child(1) {
  left: 0;
}
section.gallery .gal-container img.active {
  left: 0;
  transition: left 0.6s ease-in-out;
}
section.gallery .gal-container .gal-navigator {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
}
section.gallery .gal-container .gal-navigator .boule {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  mix-blend-mode: difference;
  background-color: rgba(255, 255, 255, 0.9);
}
section.gallery .gal-container .gal-navigator .boule.selected {
  background-color: rgba(255, 255, 255, 0);
}

section.acteurs-grille div.grille-2 {
  display: none;
}
section.acteurs-grille div.grille-2 {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  section.acteurs-grille div.grille-2 {
    display: grid;
  }
}
@media screen and (max-width: 600px) {
  section.acteurs-grille div.grille-2 {
    display: block;
  }
}
section.acteurs-grille div.grille-2 .numero {
  padding-top: 2px;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  line-height: 23px;
  display: inline-block;
  margin-right: 30px;
  background-color: black;
  border-radius: 12.5px;
  color: white;
  text-align: center;
}
section.acteurs-grille div.grille-2 div {
  margin-bottom: 30px;
}
section.acteurs-grille div.grille-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  section.acteurs-grille div.grille-3 {
    display: none;
  }
}
section.acteurs-grille div.grille-3 .numero {
  padding-top: 2px;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  line-height: 23px;
  display: inline-block;
  margin-right: 30px;
  background-color: black;
  border-radius: 12.5px;
  color: white;
  text-align: center;
}
section.acteurs-grille div.grille-3 div {
  margin-bottom: 30px;
}

section.acteurs-plan {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
}
section.acteurs-plan img {
  display: block;
  width: 100%;
  height: auto;
}

section.histoire legend {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}
section.histoire p {
  margin-bottom: 30px;
}

footer {
  position: relative;
  padding-top: 45px;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 180px;
  background-color: white;
  margin-top: 60px;
}
footer .dog {
  position: absolute;
  bottom: 0;
  left: 180px;
}
@media screen and (max-width: 550px) {
  footer {
    margin-left: 30px;
    margin-right: 30px;
  }
}
footer .logo-footer {
  text-align: center;
  margin-bottom: 30px;
}
footer .logo-footer img {
  width: 180px;
  height: 180px;
}
footer .footer-grille {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
footer div.c1.nav a {
  display: block;
  color: black;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
footer div.c1.nav a:focus, footer div.c1.nav a.visited {
  text-decoration: none;
  color: black;
}
footer h1 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

@font-face {
  font-family: "JannonTextRev";
  src: url("fonts/webfont_jannontextrev.woff") format("woff"), url("fonts/webfont_jannontextrev.woff2") format("woff2"), url("fonts/webfont_jannontextrev.ttf") format("truetype"), url("fonts/webfont_jannontextrev.svg#JannonTextRev") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "JannonTextRev";
  background-color: #f1f1f1;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

section.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

a {
  color: blue;
  text-decoration: none;
  padding-bottom: 2px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 6px; /* ajuste la distance */
}
a:focus, a.visited {
  color: blue;
  text-decoration: none;
}

u {
  text-underline-offset: 4px; /* ajuste la distance */
}

/*# sourceMappingURL=screen.css.map */
