@charset "UTF-8";
@import url(main.css);
/* ----------------------------------------------------------------------------- BASE ROBINO -------------------------------------------------------------------------- */
.spacer { display: none; }

*, *::before, *::after { box-sizing: border-box; }

:root { color-scheme: light; }

a { color: inherit; font-family: 'Unna' !important; }

img { display: block; max-width: 100%; }

button, a { -webkit-tap-highlight-color: transparent; }

.robino-shell { max-width: 1380px; margin: 0 auto; padding-left: 56px; padding-right: 56px; }

.robino-kicker { display: inline-flex; align-items: center; gap: 10px; color: #8e1f22; font-family: 'Mrs Saint Delafield'; font-size: 3rem; }

.robino-kicker::before { content: ""; width: 28px; height: 2px; background: #8e1f22; }

.robino-title { margin: 0; color: #171717; line-height: .98; letter-spacing: -.03em; }

.robino-title--light { color: #fffaf3; }

.robino-lead { margin: 0; color: #4d4641; line-height: 1.75; }

.robino-lead--light { color: #e9dfd6; }

.robino-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 1.15rem; letter-spacing: .02em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }

.robino-button:hover { transform: translateY(-2px); }

.robino-button--red { background: #9a2226; color: #fff; }

.robino-button--red:hover { background: #74171a; }

.robino-button--dark { background: #171717; color: #fff; }

.robino-button--dark:hover { background: #2b2b2b; }

.robino-button--outline-light { border-color: rgba(255, 255, 255, 0.55); color: #fff; background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(10px); }

.robino-button--outline-light:hover { background: #fff; color: #171717; border-color: #fff; }

.robino-button svg { width: 18px; height: 18px; flex: 0 0 auto; }

.robino-reveal-graphic { opacity: 0; transform: translateY(24px) scale(0.98); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }

.robino-reveal-graphic.is-visible { opacity: 1; transform: translateY(0) scale(1); }

/*****************************************************************************AJUSTEMENTS SEO**********************************************************************************/
.seo-feature { background-color: #eee6dc !important; }

.seo-hero-title, div.seo-section-heading h2 { font-weight: 500 !important; }

li.dropdown::marker { opacity: 0 !important; display: none; font-size: 0 !important; }

.robino-nav a:hover { color: black !important; }

li.dropdown.px-4 > div > a:nth-child(1) { font-size: 0.8em !important; }

li.dropdown.px-4 > div > ul a { transition: all 0.5s ease; }

li.dropdown.px-4 > div > ul a:hover { background-color: #F8F4ED !important; }

/* ----------------------------------------------------------------------------- NAVIGATION ROBINO -------------------------------------------------------------------------- */
.robino-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; opacity: 0; transform: translateY(-100%); transition: opacity .3s ease, transform .3s ease; background: rgba(248, 244, 238, 0.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(31, 26, 23, 0.08); }

.robino-nav.is-visible { opacity: 1; transform: translateY(0); }

.robino-nav__inner { max-width: 1380px; margin: 0 auto; min-height: 88px; padding: 0 56px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }

.robino-nav__brand { display: inline-flex; flex-direction: column; text-decoration: none; color: #191614; line-height: 0.7; letter-spacing: -.035em; }

.id-brand { font-family: 'Mrs Saint Delafield'; font-size: 3rem; letter-spacing: normal !important; font-weight: 300; }

.robino-nav__brand small { margin-top: 6px; color: #8e1f22; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }

.robino-nav__links { display: flex; align-items: center; justify-content: center; gap: 26px; }

.robino-nav__links a { position: relative; color: #2c2724; text-decoration: none; font-weight: 300; }

.robino-nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 2px; background: #9a2226; transition: right .25s ease; }

.robino-nav__links a:hover::after, .robino-nav__links a.is-active::after { right: 0; }

.robino-nav__actions { display: flex; align-items: center; gap: 12px; }

.robino-nav__phone { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 16px; border-radius: 999px; background: #171717; color: #fff; text-decoration: none; transition: background .25s ease, transform .25s ease; }

.robino-nav__phone:hover { background: #9a2226; transform: translateY(-2px); color: white; }

.robino-nav__phone svg { width: 17px; height: 17px; }

.robino-nav__toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #171717; color: #fff; cursor: pointer; }

.robino-nav__toggle:hover { background: #9a2226; }

.robino-nav__toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; }

/* ----------------------------------------------------------------------------- HERO ACCUEIL -------------------------------------------------------------------------- */
.robino-home-hero { padding-top: 78px; position: relative; min-height: 100vh; display: flex; align-items: stretch; overflow: hidden; background: #171717; color: #fff; }

.robino-home-hero__media { position: absolute; inset: 0; }

.robino-home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.robino-home-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 13, 12, 0.92) 0%, rgba(15, 13, 12, 0.76) 42%, rgba(15, 13, 12, 0.18) 78%, rgba(15, 13, 12, 0.08) 100%), linear-gradient(0deg, rgba(15, 13, 12, 0.58) 0%, rgba(15, 13, 12, 0.5) 42%); }

.robino-home-hero__content { position: relative; z-index: 2; max-width: 1380px; width: 100%; margin: 0 auto; padding: 118px 56px 140px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }

.robino-home-hero__copy { max-width: 780px; }

.robino-home-hero__label { display: inline-flex; align-items: center; color: #f0cc8c; font-family: 'Mrs Saint Delafield'; font-size: 6rem; }

.robino-home-hero h1 { max-width: 820px; margin: 0; line-height: .92; }

.robino-home-hero__copy p { max-width: 660px; margin: 28px 0 0; color: #eee3d9; line-height: 1.7; }

.robino-home-hero__buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.robino-home-hero__card { position: relative; justify-self: end; align-self: end; width: 330px; padding: 26px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 28px 28px 0 28px; background: rgba(61, 49, 42, 0.72); backdrop-filter: blur(18px); box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28); }

.robino-home-hero__card::before { content: ''; position: absolute; top: -150px; right: -150px; transform: translateX(-50%) translateY(50%); width: 150px; height: 150px; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FOiF0yBxNZtUbBus7Lp79wJWPn5e2%2Fimages%2FIllustration_3_b7eb.webp"); background-size: contain; background-position: center; background-repeat: no-repeat; }

.robino-home-hero__card strong { display: block; color: #f0cc8c; line-height: 1.2; font-family: 'Mrs Saint Delafield'; font-weight: 400; font-size: 2.5rem; }

.robino-home-hero__card p { margin: 12px 0 0; color: #e6d9ce; line-height: 1.55; }

.robino-home-hero__card-lines { margin-top: 20px; display: grid; gap: 12px; }

.robino-home-hero__card-line { display: flex; gap: 10px; align-items: flex-start; color: #fff6ee; }

.robino-home-hero__card-line svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; color: #e1a481; }

.robino-home-hero__curve { position: absolute; z-index: 3; left: -4%; right: -4%; bottom: -72px; height: 145px; border-radius: 50% 50% 0 0; background: #f6f1ea; }

/* ----------------------------------------------------------------------------- BANDEAU SIGNATURE -------------------------------------------------------------------------- */
.robino-signature { position: relative; z-index: 4; background: #f6f1ea; padding: 100px 0; }

.robino-signature__inner { max-width: 1580px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }

.robino-signature__item { min-height: 110px; padding: 22px; border-radius: 24px; background: #fffdf9; border: 1px solid #e6ddd3; display: flex; align-items: center; gap: 16px; }

.robino-signature__icon { width: 150px; height: 150px; margin-left: -50px; margin-top: -100px !important; flex: 0 0 auto; background-position: center; background-size: cover; }

.robino-signature__icon svg { width: 24px; height: 24px; display: block; margin: auto; }

.robino-signature__item strong { display: block; color: #7a390e; line-height: 1.15; font-family: 'Unna'; font-size: 1.3rem; max-width: 80%; }

.robino-signature__item span { display: block; margin-top: 6px; color: #6c625b; line-height: 1.4; display: flex; align-items: center; justify-content: center; }

/* ----------------------------------------------------------------------------- PRESENTATION -------------------------------------------------------------------------- */
.robino-about { position: relative; overflow: hidden; background: #f6f1ea; padding: 130px 0 230px; }

.robino-about::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -88px; height: 170px; background: #2a2420; border-radius: 50% 50% 0 0; }

.robino-about__inner { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }

.robino-about__visual { position: relative; min-height: 560px; }

.robino-about__visual-main { position: absolute; inset: 0 70px 0 0; overflow: hidden; border-radius: 90px 22px 90px 22px; box-shadow: 0 30px 80px rgba(50, 38, 30, 0.18); }

.robino-about__visual-main img { width: 100%; height: 100%; object-fit: cover; }

.robino-about__visual-small { position: absolute; width: 220px; height: 250px; right: 0; bottom: 42px; overflow: hidden; border: 10px solid #e0d2c0; border-radius: 26px 70px 26px 70px; box-shadow: 0 20px 50px rgba(50, 38, 30, 0.2); }

.robino-about__visual-small img { width: 100%; height: 100%; object-fit: cover; }

.robino-about__stamp { position: absolute; left: -32px; bottom: -20px; width: 150px; height: 150px; transform: rotate(7deg); background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FOiF0yBxNZtUbBus7Lp79wJWPn5e2%2Fimages%2Fstamp_rotheneuf_5owz.webp"); background-size: contain; background-position: center; }

.robino-about__content { max-width: 650px; }

.robino-about__content .robino-title { margin-top: 18px; }

.robino-about__content .robino-lead { margin-top: 26px; }

.robino-about__content .robino-lead + .robino-lead { margin-top: 16px; }

.robino-about__quote { margin-top: 48px; padding: 22px 24px; border-left: 4px solid #9a2226; border-radius: 0 20px 20px 0; background: #eee5dc; color: #362f2a; line-height: 1.3; font-weight: 700; font-family: 'Unna'; font-size: 1.3rem; }

/* ----------------------------------------------------------------------------- UNIVERS PRODUITS -------------------------------------------------------------------------- */
.robino-universes { position: relative; z-index: 3; overflow: hidden; background: #2a2420; color: #fff; padding: 130px 0 230px; }

.robino-universes::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -92px; height: 180px; border-radius: 50% 50% 0 0; background: #eee6dc; }

.robino-universes__heading { max-width: 1380px; margin: 0 auto 48px; padding: 0 56px; display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; }

.robino-universes__heading p { margin: 0; color: #d8cec6; line-height: 1.7; }

.robino-universes__grid { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.robino-universe-card { position: relative; min-height: 480px; overflow: hidden; border-radius: 28px; color: #fff; text-decoration: none; isolation: isolate; }

.robino-universe-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }

.robino-universe-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #120f0d40, #120f0d); }

.robino-universe-card:hover img { transform: scale(1.05); }

.robino-universe-card__content { position: absolute; left: 24px; right: 24px; bottom: 24px; min-height: 230px; display: flex; flex-direction: column; justify-content: space-around; }

.robino-universe-card h3 { margin: 0; line-height: 1; letter-spacing: 2px; font-size: 2.5rem; color: transparent; font-weight: 900 !important; -webkit-text-stroke: 0.5px #fff4db99; }

.robino-universe-card p { margin: 12px 0 0; color: #e9dfd6; line-height: 1.5; font-family: 'Poppins'; font-size: 1rem; }

.robino-universe-card__arrow { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; color: #e12929; font-size: 3rem !important; font-family: 'Mrs Saint Delafield'; }

.robino-universe-card__arrow svg { width: 18px; height: 18px; transition: transform .25s ease; }

.robino-universe-card:hover .robino-universe-card__arrow svg { transform: translateX(4px); }

/* ----------------------------------------------------------------------------- QUALITE & SAVOIR-FAIRE -------------

.robino-quality {
  position: relative;
  z-index: 4;
  background: #eee6dc;
  padding: 90px 0 154px;
  overflow: hidden;
}

.robino-quality::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -96px;
  height: 190px;
  background: #f7f3ed;
  border-radius: 50% 50% 0 0;
}

.robino-quality__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 72px;
  align-items: start;
}

.robino-quality__heading {
  position: sticky;
  top: 120px;
}

.robino-quality__heading .robino-title {
  margin-top: 18px;
}

.robino-quality__heading p {
  margin: 24px 0 0;
  color: #5a514a;
  line-height: 1.7;
}

.robino-quality__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.robino-quality__card {
  padding: 28px;
  min-height: 220px;
  border-radius: 28px;
  background: #fffdf9;
  border: 1px solid #dfd4c9;
}

.robino-quality__card:nth-child(2),
.robino-quality__card:nth-child(5) {
  background: #332b26;
  color: #fff;
}

.robino-quality__card:nth-child(3) {
  grid-row: span 2;
  min-height: 456px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(32,25,21,.08), rgba(32,25,21,.82)),
    url("https://local-fr-public.s3.eu-west-3.amazonaws.com/prod/webtool/userfiles/11757/Boulangerie%20Robino%20pain.jpg") center/cover no-repeat;
  color: #fff;
}

.robino-quality__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #9a2226;
  color: #fff;
}

.robino-quality__icon svg {
  width: 21px;
  height: 21px;
}

.robino-quality__card h3 {
  margin: 0;
  line-height: 1.1;
}

.robino-quality__card p {
  margin: 12px 0 0;
  color: #625952;
  line-height: 1.6;
}

.robino-quality__card:nth-child(2) p,
.robino-quality__card:nth-child(3) p,
.robino-quality__card:nth-child(5) p {
  color: #e4d8cf;
}


------------------------------------------------------------- */
/* -------------------------------------------------------------------------AVIS CLIENTS ROBINO----------------------------------------------------------------------- */
.robino-reviews { position: relative; z-index: 5; background: #eee6dc; padding: 130px 0 230px; overflow: hidden; }

.robino-reviews::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -88px; height: 170px; background: #171717; border-radius: 50% 50% 0 0; }

.robino-reviews__inner { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }

.robino-reviews__heading { position: sticky; top: 120px; }

.robino-reviews__heading .robino-title { margin-top: 18px; }

.robino-reviews__heading p { margin-top: 24px; color: #5a514a; line-height: 1.7; }

/* NOTE */
.robino-reviews__rating { margin-top: 35px; padding: 24px; background: #fffdf9; border: 1px solid #dfd4c9; border-radius: 28px; }

.robino-reviews__rating strong { display: block; color: #171717; }

.robino-reviews__stars { margin-top: 10px; color: #9a2226; letter-spacing: 5px; }

.robino-reviews__rating span { display: block; margin-top: 8px; color: #6b615a; }

/* CARROUSEL */
.robino-reviews__carousel { overflow: hidden; }

.robino-reviews__track { display: flex; gap: 16px; animation: robinoReviews 35s linear infinite; }

.robino-reviews__carousel:hover .robino-reviews__track { animation-play-state: paused; }

.robino-review-card { flex: 0 0 390px; min-height: 300px; padding: 30px; border-radius: 30px; background: #fffdf9; border: 1px solid #dfd4c9; display: flex; flex-direction: column; justify-content: center; }

.robino-review-card--dark { background: #332b26; color: #fff; }

.robino-review-card__stars { color: #b52b2f; letter-spacing: 4px; margin-bottom: 20px; }

.robino-review-card--dark .robino-review-card__stars { color: #e6b18c; }

.robino-review-card p { margin: 0; line-height: 1.75; color: #5e554e; }

.robino-review-card--dark p { color: #e5d9d0; }

@keyframes robinoReviews { from { transform: translateX(0); }
  to { transform: translateX(-50%); } }

/* RESPONSIVE */
@media (max-width: 980px) { .robino-reviews__inner { grid-template-columns: 1fr; } .robino-reviews__heading { position: relative; top: auto; } }

@media (max-width: 700px) { .robino-reviews__inner { padding: 0 20px; } .robino-review-card { flex-basis: 320px; } }

/*******Ombres sur les côtés*************/
.robino-reviews__carousel { position: relative; overflow: hidden; }

.robino-reviews__carousel::before, .robino-reviews__carousel::after { content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }

.robino-reviews__carousel::before { left: 0; background: linear-gradient(90deg, #eee6dc 0%, rgba(238, 230, 220, 0) 100%); }

.robino-reviews__carousel::after { right: 0; background: linear-gradient(270deg, #eee6dc 0%, rgba(238, 230, 220, 0) 100%); }

/* ----------------------------------------------------------------------------- FEU DE BOIS ---------

.robino-fire {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: #f7f3ed;
  padding: 92px 0 160px;
}

.robino-fire::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -94px;
  height: 185px;
  border-radius: 50% 50% 0 0;
  background: #171717;
}

.robino-fire__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 56px;
}

.robino-fire__panel {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 34px 100px 34px 100px;
  background: #1c1917;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.robino-fire__media {
  min-height: 590px;
}

.robino-fire__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.robino-fire__content {
  position: relative;
  padding: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 85% 10%, rgba(154,34,38,.34), transparent 32%),
    linear-gradient(135deg, #27211d, #151311);
  color: #fff;
}

.robino-fire__content .robino-kicker {
  color: white;
}

.robino-fire__content .robino-kicker::before {
  background: #8e1f22;
}

.robino-fire__content .robino-title {
  margin-top: 18px;
}

.robino-fire__content p {
  margin: 24px 0 0;
  color: #e5d9d0;
  line-height: 1.7;
}

.robino-fire__points {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.robino-fire__point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #fff7f0;
  line-height: 1.5;
}

.robino-fire__point svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #d9a180;
}

----------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- EVENEMENTS -------------------------------------------------------------------------- */
.robino-events { position: relative; z-index: 5; background: #171717; color: #fff; padding: 130px 0 230px; overflow: hidden; }

.robino-events::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -92px; height: 182px; background: #faf7f2; border-radius: 50% 50% 0 0; }

.robino-events__inner { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }

.robino-events__content .robino-title { margin-top: 18px; }

.robino-events__content p { margin: 24px 0 0; max-width: 620px; color: #d8cec7; line-height: 1.7; }

.robino-events__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.robino-events__tag { padding: 10px 14px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; color: #f0e6de; }

.robino-events__visual { position: relative; min-height: 480px; }

.robino-events__visual img { position: absolute; inset: 0 0 0 54px; width: calc(100% - 54px); height: 100%; object-fit: cover; border-radius: 30px 90px 30px 90px; }

.robino-events__visual-card { position: absolute; left: 0; bottom: 36px; max-width: 300px; padding: 22px; border-radius: 24px; background: #9a2226; box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28); }

.robino-events__visual-card strong { display: block; font-family: 'Mrs Saint Delafield'; font-weight: 400; font-size: 2.5rem; }

.robino-events__visual-card span { display: block; margin-top: 8px; color: #f1d8d8; line-height: 1.45; }

/* ----------------------------------------------------------------------------- GALERIE -------------------------------------------------------------------------- */
.robino-gallery { position: relative; z-index: 6; background: #efe8df; padding: 88px 0 154px; overflow: hidden; }

.robino-gallery::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -94px; height: 186px; background: #f8f4ee; border-radius: 50% 50% 0 0; }

.robino-gallery__heading { max-width: 1380px; margin: 0 auto 40px; padding: 0 56px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }

.robino-gallery__heading .robino-title { margin-top: 16px; }

.robino-gallery__grid { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 270px 270px; gap: 14px; }

.robino-gallery__item { overflow: hidden; border-radius: 24px; }

.robino-gallery__item:first-child { grid-row: 1 / 3; border-radius: 90px 24px 24px 24px; }

.robino-gallery__item:last-child { border-radius: 24px 24px 90px 24px; }

.robino-gallery__item img { width: 100%; height: 100%; object-fit: cover; }

/* ----------------------------------------------------------------------------- VENIR NOUS VOIR -------------------------------------------------------------------------- */
.robino-visit { position: relative; z-index: 7; background: #f8f4ee; padding: 92px 0 104px; }

.robino-visit__inner { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; }

.robino-visit__content { padding: 50px; border-radius: 34px 34px 34px 90px; background: #2b2521; color: #fff; }

.robino-visit__content .robino-kicker { color: #e3a27a; }

.robino-visit__content .robino-kicker::before { background: #e3a27a; }

.robino-visit__content .robino-title { margin-top: 18px; }

.robino-visit__content p { margin: 20px 0 0; color: #ded3ca; line-height: 1.65; }

.robino-visit__facts { display: grid; gap: 12px; margin-top: 26px; }

.robino-visit__fact { display: flex; align-items: flex-start; gap: 12px; color: #fff8f1; line-height: 1.5; }

.robino-visit__fact svg { width: 19px; height: 19px; flex: 0 0 auto; color: #db9f7b; margin-top: 2px; }

.robino-visit__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.robino-visit__map { min-height: 470px; overflow: hidden; border-radius: 34px 90px 34px 34px; background: #ddd; }

.robino-visit__map iframe { width: 100%; height: 100%; border: 0; }

/* ----------------------------------------------------------------------------- FOOTER -------------------------------------------------------------------------- */
.robino-footer { background: #151311; color: #fff; padding: 58px 0 28px; }

.robino-footer__inner { max-width: 1380px; margin: 0 auto; padding: 0 56px; }

.robino-footer__top { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; padding-bottom: 44px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }

.robino-footer__brand { max-width: 500px; }

.robino-footer__brand strong { display: block; line-height: 1; letter-spacing: -.035em; }

.robino-footer__brand p { margin: 18px 0 0; color: #c9bfb7; line-height: 1.7; }

.robino-footer__col strong { display: block; margin-bottom: 14px; }

.robino-footer__col a, .robino-footer__col span { display: block; margin-top: 9px; color: #c9bfb7; line-height: 1.5; text-decoration: none; }

.robino-footer__col a:hover { color: #fff; }

.robino-footer__bottom { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #8f857e; }

.robino-footer__social { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; }

.robino-footer__social:hover { color: #db9f7b; }

.robino-footer__social svg { width: 18px; height: 18px; }

/* ----------------------------------------------------------------------------- HERO PAGES SECONDAIRES -------------------------------------------------------------------------- */
.robino-page-hero { position: relative; min-height: 620px; overflow: hidden; display: flex; align-items: end; background: #171717; color: #fff; }

.robino-page-hero__media { position: absolute; inset: 0; }

.robino-page-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.robino-page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 15, 13, 0.9), rgba(18, 15, 13, 0.52) 55%, rgba(18, 15, 13, 0.16)); }

.robino-page-hero__content { position: relative; z-index: 2; width: 100%; max-width: 1380px; margin: 0 auto; padding: 112px 56px 128px; }

.robino-page-hero__content > div { max-width: 790px; }

.robino-page-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #f0c6aa; font-family: 'Mrs Saint Delafield'; font-size: 3rem; }

.robino-page-hero__eyebrow::before { content: ""; width: 30px; height: 2px; background: #f0c6aa; }

.robino-page-hero h1 { margin: 0; line-height: .95; letter-spacing: -.03em; }

.robino-page-hero p { max-width: 650px; margin: 24px 0 0; color: #eadfd7; line-height: 1.7; }

.robino-page-hero__curve { position: absolute; left: -7%; right: -7%; bottom: -82px; height: 160px; border-radius: 50% 50% 0 0; background: #f6f1ea; z-index: 3; }

/* ----------------------------------------------------------------------------- INTRO PAGES SECONDAIRES -------------------------------------------------------------------------- */
.robino-page-intro { position: relative; z-index: 4; background: #f6f1ea; padding: 68px 0 145px; overflow: hidden; }

.robino-page-intro::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -90px; height: 176px; background: #eee6dc; border-radius: 50% 50% 0 0; }

.robino-page-intro__inner { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }

.robino-page-intro__visual { position: relative; min-height: 500px; }

.robino-page-intro__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 86px 28px 86px 28px; }

.robino-page-intro__badge { position: absolute; right: -22px; bottom: 38px; padding: 18px; border: 8px solid #f6f1ea; border-radius: 26px 26px 60px 26px; background: #9a2226; color: #fff; font-family: 'Unna'; font-size: 1.2rem; line-height: 1; }

.robino-page-intro__content .robino-title { margin-top: 18px; }

.robino-page-intro__content p { margin: 20px 0 0; color: #554c45; line-height: 1.75; }

.robino-page-intro__mini-list { display: grid; gap: 10px; margin-top: 24px; }

.robino-page-intro__mini-item { display: flex; gap: 10px; align-items: flex-start; color: #332d29; line-height: 1.45; font-weight: 700; }

.robino-page-intro__mini-item svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; color: #9a2226; }

/* ----------------------------------------------------------------------------- CATALOGUE PAGES SECONDAIRES -------------------------------------------------------------------------- */
.robino-catalog { position: relative; z-index: 5; background: #eee6dc; padding: 92px 0 154px; overflow: hidden; }

.robino-catalog::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -90px; height: 176px; background: #28221e; border-radius: 50% 50% 0 0; }

.robino-catalog__heading { max-width: 1380px; margin: 0 auto 42px; padding: 0 56px; display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; }

.robino-catalog__heading .robino-title { margin-top: 18px; }

.robino-catalog__heading p { margin: 0; color: #5c534d; line-height: 1.7; }

.robino-catalog__grid { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.robino-catalog__card { padding: 28px; border-radius: 28px; background: #fffdf9; border: 1px solid #ded2c7; }

.robino-catalog__card--dark { background: #332b26; color: #fff; }

.robino-catalog__card--red { background: #932126; color: #fff; }

.robino-catalog__card h3 { margin: 0 0 18px; line-height: 1.15; }

.robino-catalog__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }

.robino-catalog__list li { position: relative; padding-left: 19px; color: #514942; line-height: 1.45; }

.robino-catalog__list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: #9a2226; }

.robino-catalog__card--dark .robino-catalog__list li, .robino-catalog__card--red .robino-catalog__list li { color: #f2e8df; }

.robino-catalog__card--dark .robino-catalog__list li::before, .robino-catalog__card--red .robino-catalog__list li::before { background: #e5b28f; }

/* ----------------------------------------------------------------------------- BANDEAU VALEURS PAGES SECONDAIRES -------------------------------------------------------------------------- */
.robino-page-values { position: relative; z-index: 6; background: #28221e; color: #fff; padding: 104px 0 148px; overflow: hidden; }

.robino-page-values::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -92px; height: 180px; background: #f7f3ed; border-radius: 50% 50% 0 0; }

.robino-page-values__inner { max-width: 1380px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }

.robino-page-values__heading .robino-title { margin-top: 18px; }

.robino-page-values__heading p { margin: 24px 0 0; color: #d8cec6; line-height: 1.7; }

.robino-page-values__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.robino-page-value { padding: 24px; border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.13); background: rgba(255, 255, 255, 0.05); }

.robino-page-value__icon { width: 150px; height: 150px; margin-left: -50px; margin-top: -50px !important; margin-bottom: 16px; background-position: center; background-size: contain; }

@media screen and (max-width: 720px) { .robino-page-value__icon { margin: auto; } .robino-page-value { text-align: center; } }

.robino-page-value strong { display: block; }

.robino-page-value span { display: block; margin-top: 9px; color: #d8cec6; line-height: 1.5; }

/* ----------------------------------------------------------------------------- NAVIGATION ENTRE PAGES -------------------------------------------------------------------------- */
.robino-next { position: relative; z-index: 7; background: #f7f3ed; padding: 84px 0 112px; }

.robino-next__inner { max-width: 1380px; margin: 0 auto; padding: 0 56px; }

.robino-next__panel { position: relative; overflow: hidden; min-height: 330px; padding: 48px; border-radius: 34px 90px 34px 90px; background: #171717; color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }

.robino-next__panel::after { content: ""; position: absolute; right: -90px; top: -100px; width: 320px; height: 320px; border-radius: 50%; background: rgba(154, 34, 38, 0.3); }

.robino-next__copy { position: relative; z-index: 2; max-width: 720px; }

.robino-next__copy .robino-title { margin-top: 16px; }

.robino-next__copy p { margin: 20px 0 0; color: #ded3ca; line-height: 1.65; }

.robino-next__actions { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 10px; }

/* ----------------------------------------------------------------------------- RESPONSIVE GLOBAL -------------------------------------------------------------------------- */
@media (max-width: 1180px) { .robino-nav__inner, .robino-home-hero__content, .robino-signature__inner, .robino-about__inner, .robino-universes__heading, .robino-universes__grid, .robino-quality__inner, .robino-fire__inner, .robino-events__inner, .robino-gallery__heading, .robino-gallery__grid, .robino-visit__inner, .robino-footer__inner, .robino-page-hero__content, .robino-page-intro__inner, .robino-catalog__heading, .robino-catalog__grid, .robino-page-values__inner, .robino-next__inner { padding-left: 34px; padding-right: 34px; } .robino-nav__links { gap: 18px; } .robino-signature__inner { grid-template-columns: repeat(2, 1fr); } .robino-universes__grid { grid-template-columns: repeat(2, 1fr); } .robino-universe-card { min-height: 430px; } }

@media (max-width: 980px) { .robino-nav__toggle { display: block; } .robino-nav__links { position: absolute; left: 18px; right: 18px; top: calc(100% + 10px); display: none; padding: 22px; border-radius: 24px; background: #fffaf4; box-shadow: 0 20px 50px rgba(27, 21, 17, 0.18); flex-direction: column; align-items: stretch; } .robino-nav__links.is-open { display: flex; } .robino-nav__links a { padding: 8px 4px; } .robino-nav__links a::after { display: none; } .robino-nav__phone { display: none; } .robino-home-hero { min-height: 720px; } .robino-home-hero__content { grid-template-columns: 1fr; align-items: end; } .robino-home-hero__card { justify-self: start; width: 100%; max-width: 520px; } .robino-about__inner, .robino-quality__inner, .robino-fire__panel, .robino-events__inner, .robino-visit__inner, .robino-page-intro__inner, .robino-page-values__inner { grid-template-columns: 1fr; } .robino-quality__heading { position: static; } .robino-universes__heading, .robino-catalog__heading { grid-template-columns: 1fr; gap: 20px; } .robino-events__visual { min-height: 430px; } .robino-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 260px 260px; } .robino-gallery__item:first-child { grid-column: 1 / 3; grid-row: auto; } .robino-visit__map { min-height: 420px; } .robino-footer__top { grid-template-columns: 1fr 1fr; } .robino-footer__brand { grid-column: 1 / 3; } .robino-catalog__grid { grid-template-columns: 1fr 1fr; } .robino-next__panel { grid-template-columns: 1fr; } .robino-next__actions { flex-direction: row; flex-wrap: wrap; } }

@media (max-width: 700px) { .robino-nav__inner, .robino-home-hero__content, .robino-signature__inner, .robino-about__inner, .robino-universes__heading, .robino-universes__grid, .robino-quality__inner, .robino-fire__inner, .robino-events__inner, .robino-gallery__heading, .robino-gallery__grid, .robino-visit__inner, .robino-footer__inner, .robino-page-hero__content, .robino-page-intro__inner, .robino-catalog__heading, .robino-catalog__grid, .robino-page-values__inner, .robino-next__inner { padding-left: 20px; padding-right: 20px; } .robino-nav__inner { min-height: 70px; } .robino-home-hero__content { padding-top: 92px; padding-bottom: 116px; } .robino-home-hero__media::after { background: linear-gradient(0deg, rgba(15, 13, 12, 0.92) 0%, rgba(15, 13, 12, 0.68) 60%, rgba(15, 13, 12, 0.28) 100%); } .robino-home-hero__buttons, .robino-visit__buttons, .robino-next__actions { flex-direction: column; } .robino-button { width: 100%; } .robino-signature__inner, .robino-universes__grid, .robino-quality__grid, .robino-catalog__grid, .robino-page-values__grid { grid-template-columns: 1fr; } .robino-about__inner, .robino-events__inner { gap: 46px; } .robino-about__visual { min-height: 440px; } .robino-about__visual-main { right: 36px; } .robino-about__visual-small { width: 160px; height: 190px; border-width: 7px; } .robino-about__stamp { width: 108px; height: 108px; border-width: 6px; } .robino-universe-card { min-height: 390px; } .robino-quality__card:nth-child(3) { grid-row: auto; min-height: 380px; } .robino-fire__content { padding: 34px 26px; } .robino-fire__media { min-height: 360px; } .robino-events__visual { min-height: 390px; } .robino-events__visual img { inset: 0 0 0 28px; width: calc(100% - 28px); } .robino-events__visual-card { width: 200px; } .robino-gallery__heading { align-items: flex-start; flex-direction: column; } .robino-gallery__grid { grid-template-columns: 1fr; grid-template-rows: 360px 250px 250px 250px; } .robino-gallery__item:first-child { grid-column: auto; } .robino-visit__content { padding: 34px 26px; } .robino-footer__top, .robino-footer__bottom { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; } .robino-footer__brand { grid-column: auto; } .robino-page-hero__content { padding-top: 90px; padding-bottom: 112px; } .robino-page-intro__visual { min-height: 390px; } .robino-page-intro__badge { right: -8px; width: 150px; border-width: 6px; } .robino-next__panel { padding: 34px 26px; } }

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