/* ===========================================
   INBOX DINER - STYLE.CSS
=========================================== */

@font-face {
    font-family: "Artisual";

    src: url("../fonts/ArtisualDeco-Regular.woff") format("woff");

    font-display: swap;
}

/* ==========================
   RESET
========================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background: #212830;
  line-height: 1.5;
}

strong {
  color: #eb6795;
}

/* HEADER */

.hero {
  min-height: 80vh;
  background-color: #a5daec;

  background-image:
    url("../images/2filles.png"),
    linear-gradient(45deg, #eb6795 25%, transparent 25%, transparent 75%, #eb6795 75%),
    linear-gradient(45deg, #eb6795 25%, transparent 25%, transparent 75%, #eb6795 75%);

  background-repeat:
    no-repeat,
    repeat,
    repeat;

  background-size:
    cover,
    210px 210px,
    210px 210px;

  background-position:
    center center,
    0 0,
    105px 105px;

  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  width: 100%;
  min-height: 80vh;
  padding: 40px 20px;
  background: transparent;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  max-width: 180px;
  margin-bottom: 20px;
}

.main-nav {
  margin-bottom: 30px;
}

/* Boutons navigation du hero - desktop */
.main-nav a {
  display: inline-block;
  margin: 7px;
  padding: 12px 18px;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  background: rgba(35, 42, 50, 0.75);
}

.main-nav a:hover {
  background: #eb6795;
  color: #fff;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 4.5rem);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);

  font-family: "Artisual", serif;
  font-weight: normal;
}

.hero p {
  font-size: 1.2rem;
  margin-top: 10px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

/* MASQUE BOUTON CLICK & COLLECT SUR DESKTOP */

.mobile-clickcollect{
    display:none;
}

/* INFOS PRATIQUES */

.infos-pratiques {
  background: #212830;
  color: #fff;
  text-align: center;
  padding: 70px 20px 40px;
}

.infos-inner {
  max-width: 950px;
  margin: 0 auto;
}

.infos-pratiques h2 {
  margin: 0 0 35px;
  color: #fff;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.info-note {

    font-size:1.15rem;

    font-weight:400;

    line-height:1.6;

    margin-bottom:50px;
}

.info-note strong{
    color:#eb6795;
}

.horaires-box {
    position: relative;
    max-width: 620px;
    margin: 0 auto 40px;

    padding: 35px 25px;

    border: 5px solid #eb6795;
    border-radius: 18px;

    font-size: 1.15rem;
    line-height: 1.35;
}

.horaires-box p {
    margin: 0 0 18px;
}

.horaires-box p:last-child {
    margin-bottom: 0;
}

.horaires-box strong {
    font-size: 1.05rem;
}

.attache {
  position: absolute;
  top: -24px;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.attache:nth-child(1) {
  left: calc(50% - 34px);
}

.attache:nth-child(2) {
  left: calc(50% + 22px);
}

.recettes {
  margin: 0 auto 32px;
  max-width: 720px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.voir-carte {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
  color: #fff;
}

/* SEPARATEURS PARALLAX */

.image-separator {
  min-height: 45vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.separator-title {
  text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
}

.separator-title p {
  
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 5rem);
  text-transform: uppercase;
  letter-spacing: 16px;
}

.separator-title h2{
    font-family:"Artisual", serif;
    font-weight:normal;
    letter-spacing:2px;
    text-shadow:2px 2px 8px rgba(0,0,0,.65);
}

.separator-title h2 {
  margin: 0;
  color: #fff;
  background: transparent;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  text-transform: uppercase;
  letter-spacing: 8px;
}

/* IMAGES DES SEPARATEURS */

.pizzas-bg {
  background-image: url("../images/pizzas.jpg");
}

.pinsas-bg {
  background-image: url("../images/pinsas.jpg");
}

.kebabs-bg {
  background-image: url("../images/kebabs.jpg");
}

.texmex-bg {
  background-image: url("../images/texmex.jpg");
}

.panuozzos-bg {
  background-image: url("../images/panuozzos.jpg");
}

.enfants-bg {
  background-image: url("../images/menus-enfants.jpg");
}

.desserts-bg{
    background-image:url("../images/desserts.jpg");
}

.boissons-bg {
  background-image: url("../images/boissons.jpg");
}

/* SECTIONS MENUS */

.section {
  background: #212830;
  color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  padding: 70px 20px;
}

.section h2 {
  text-align: center;
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 10px;
  color: #eb6795;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;

  font-family: "Artisual", serif;
  font-weight: normal;
}

.intro {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.section-dark {
  max-width: 1250px;
  background: #212830;
  color: #fff;
}

.section-dark .menu-list {
  max-width: 1250px;
  margin: 0 auto;
}

.menu-list {
  display: grid;
  gap: 18px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.menu-item h3 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  color: #fff;
}

.menu-item p {
  margin: 0;
  color: #fff;
}

.menu-item strong {
  white-space: nowrap;
  font-size: 1.1rem;
  color: #fff;
}

/* FOOTER */

.footer {
  padding: 35px 20px;
  text-align: center;
  background: #000;
  color: white;
}

.footer a {
  color: white;
}

/* RESPONSIVE */



@media (max-width: 700px) {
  .hero,
  .hero-overlay {
    min-height: 100vh;
  }

  .hero {
    background-image:
      url("../images/fille_verte.png"),
      linear-gradient(45deg, #eb6795 25%, transparent 25%, transparent 75%, #eb6795 75%),
      linear-gradient(45deg, #eb6795 25%, transparent 25%, transparent 75%, #eb6795 75%);

    background-size:
      92vw auto,
      210px 210px,
      210px 210px;

   background-position:
    center bottom,
    0 0,
    105px 105px;

    background-repeat:
      no-repeat,
      repeat,
      repeat;
  }

  .hero-overlay {
    justify-content: flex-start;
    padding: 28px 16px 40px;
  }

  .logo {
    max-width: 125px;
    margin-bottom: 18px;
  }

    .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(92vw, 360px);
    margin: 0 auto 14px;
  }

  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    max-width: none;
    min-height: 42px;

    padding: 9px 12px;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;

    background: rgba(35, 42, 50, 0.86);
    border-color: rgba(255,255,255,0.9);
  }

 .hero h1{

    font-size:clamp(3rem,11vw,4.2rem);

    letter-spacing:2px;

    text-shadow:
        0 3px 8px rgba(0,0,0,.75),
        0 0 18px rgba(0,0,0,.55);
}

.hero p{

    font-size:1.3rem;

    line-height:1.35;

    text-shadow:0 2px 6px rgba(0,0,0,.7);

    max-width:330px;
}

  .infos-pratiques {
    padding: 50px 15px 30px;
  }

  .infos-pratiques h2 {
    font-size: 1.2rem;
  }

  .info-note {
    margin-bottom: 50px;
  }

  .horaires-box {
    padding: 45px 20px;
    font-size: 1.2rem;
  }

  .attache:nth-child(1) {
    left: 44%;
  }

  .attache:nth-child(2) {
    left: 58%;
  }

  .voir-carte {
    letter-spacing: 4px;
    font-size: 0.85rem;
  }

  .image-separator {
    min-height: 32vh;
    background-attachment: scroll;
  }

  .separator-title p {
    letter-spacing: 8px;
  }

  .separator-title h2 {
    letter-spacing: 4px;
  }

  .menu-item {
    flex-direction: column;
    gap: 8px;
  }

  /* ===== BOUTON CLICK & COLLECT JUSTE SOUS NAV MOBILE POUR BEST CTA ===== */

  .mobile-clickcollect {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 115px;
}

.mobile-clickcollect a {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 82%;
    max-width: 320px;

    padding: 12px 18px;

    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .2px;

    color: #fff;
    text-decoration: none;

    background: rgba(86, 44, 62, .68);

    border: 2px solid rgba(235,103,149,.95);
    border-radius: 999px;

    backdrop-filter: blur(4px);

    box-shadow:
        0 6px 18px rgba(0,0,0,.28);

    transition: none;
}

}



/* ===== CLICK & COLLECT ===== */

.clickcollect{
    text-align:center;
    margin-bottom:70px;
}

.clickcollect h2{
    background:none;
    color:#ffffff;
    font-size:2rem;
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:40px;
}

.clickcollect em{
    font-style:italic;
}

.pizza-click{
    width:260px;
    max-width:80%;
    display:block;
    margin:0 auto 35px;
}

.separator-gold{
    position:relative;
    width:100%;
    margin:30px auto 45px;
    color:#c7a17a;
}

.separator-gold::before,
.separator-gold::after{
    content:"";
    position:absolute;
    top:50%;
    width:42%;
    border-top:2px solid #c7a17a;
}

.separator-gold::before{
    left:0;
}

.separator-gold::after{
    right:0;
}

.separator-gold span{
    font-size:26px;
}

.titre-pizzas{

    background:#a5daec;

    color:#212830;

    font-family:"Artisual", serif;

    font-size:2.9rem;

    letter-spacing:4px;

    text-transform:uppercase;

    padding:10px 18px;

    margin:0 auto 35px;

    display:inline-block;

    border-radius:6px;

}

.btn-clickcollect{

    display:inline-block;

    margin:20px auto 35px;

    padding:16px 32px;

    background:rgba(235,103,149,.18);

    border:2px solid #eb6795;

    border-radius:999px;

    color:#ffffff;

    text-decoration:none;

    font-size:1.1rem;

    font-weight:700;

    letter-spacing:1px;

    transition:.25s;

    backdrop-filter:blur(3px);
}

.btn-clickcollect:hover{

    background:#eb6795;

    color:#ffffff;

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(235,103,149,.35);
}

.menu-category {
  margin: 55px 0 18px;
  padding-bottom: 10px;

  color: #eb6795;
  font-family: "Artisual", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;

  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.menu-list .menu-category:first-child {
  margin-top: 20px;
}

#boissons .titre-pizzas {
  display: block;
  width: fit-content;
  margin: 0 auto 35px;
}


/*  ==========   NAV REPETITIVE LISTES =============    */

.section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;

  margin: 55px auto 0;
  padding-top: 30px;

}

.section-nav a {
  display: inline-block;

  padding: 11px 18px;

  background: rgba(235,103,149,.16);
  border: 2px solid #eb6795;
  border-radius: 999px;

  color: #ffffff;
  text-decoration: none;

  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .5px;

  transition:
    background .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.section-nav a:hover {
  background: #eb6795;
  color: #ffffff;

  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(235,103,149,.32);
}

.section-nav a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 700px) {
  .section-nav {
    gap: 8px;
    margin-top: 40px;
  }

  .section-nav a {
    padding: 10px 14px;
    font-size: .85rem;
  }
}

/* ==========   MENTIONS LÉGALES =================== */ 

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 80px;
  color: #ffffff;
}

.legal-page h1 {
  font-family: "Artisual", serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: normal;
  color: #eb6795;
  text-align: center;
  margin: 30px 0 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.legal-intro {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
  font-size: 1.1rem;
}

.legal-page section {
  margin-bottom: 45px;
}

.legal-page h2 {
  font-family: "Artisual", serif;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: normal;
  color: #eb6795;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

.legal-page p {
  color: #ffffff;
  line-height: 1.7;
}

.legal-page a {
  color: #eb6795;
}

.legal-back {
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
  border: 2px solid #eb6795;
  border-radius: 999px;
  padding: 10px 18px;
  background: rgba(235,103,149,.16);
}

.legal-back:hover {
  background: #eb6795;
}

.webmaster {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}

.logo-visueb {
  width: 240px;
  height: auto;
  flex-shrink: 0;
}

@media(max-width:700px) {
  .webmaster {
    flex-direction: column;
    text-align: center;
  }

  .logo-visueb {
    width: 140px;
  }
}

.footer {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255,255,255,.75);
  font-size: .95rem;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer p {
  margin: 8px 0;
}

.footer a {
  color: #eb6795;
  text-decoration: none;
  transition: color .2s ease;
}

.footer a:hover {
  color: #ffffff;
}

