/*
	Theme Name: La coupole V2
	Author: Amélie Beirens
	Description: Theme site La coupole v2
	Version: 1.0.0
*/

#wpadminbar {
	display: none;
}

html {
	margin-top: 0 !important;
}

:root {
  --olive: #647147;
  --olive-dark: #49542F;
  --black: #0f0f0f;
  --cream: #f5f1e8;
  --text: #d7d7d7;
  --border: rgba(255,255,255,0.08);
	--yellow: #e3c06c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  color: var(--text);
  font-family: "Inter",sans-serif;
  overflow-x: hidden;
  line-height: 1.7;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1280px, 90%);
  margin: 0 auto;
}

.section-dark {
  background: #0d0d0d;
	border-bottom: 1px solid var(--olive-dark);
}

.section-cream {
  background: var(--cream);
  color: #111;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  background: var(--olive);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .3s;
}

.btn:hover {
  background: var(--olive-dark);
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
}

.title-1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.25rem;
  line-height: 0.95;
  font-weight: 500;
}

.title-2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 0.95;
  font-weight: 500;
}

.subtitle {
  color: var(--olive);
  font-style: italic;
	font-family: "Birthstone", cursive;
	display: block;
	font-size: 5rem;
  font-weight: 400;
}

.subtitle-2 {
  color: var(--olive);
  font-style: italic;
	font-family: "Birthstone", cursive;
	display: block;
	font-size: 4rem;
  font-weight: 400;
}

.small-title {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
	font-weight: 500;
  color: var(--olive);
}

.bg-header {
	background-color: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(14px);
	border-color: rgba(255,255,255,0.06);
}

/* HEADER */

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid transparent;
	transition: 0.3s all ease-in-out;
}

.header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.navbar ul {
	list-style: none;
	display: flex;
	align-items: center;
  gap: 2.5rem;
}

nav.navbar a {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: 0.3s all ease-in-out;
	position: relative;
}

nav.navbar a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--olive-dark);
	content: "";
	transition: 0.2s all ease-in-out;
}

nav.navbar a:hover {
  color: var(--olive-dark);
}

nav.navbar a:hover::after {
  width: 100%;
}

/* HERO */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
	padding: 10rem 0 1.5rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
  linear-gradient(to right, rgba(0,0,0,0.88) 40%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.2));
  z-index: 1;
}

.hero .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: center;
}

.hero-titles {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero .title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.hero .hero-text {
  max-width: 31.25rem;
  color: var(--text);
}

.hero-buttons {
  display: flex;
  gap: 1.125rem;
  margin-top: 2.5rem;
}

.hero-container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

/* FEATURES */
.features {
  position: relative;
  z-index: 3;
}

.features-grid {
  background: #121212;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.feature-container {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 2rem;
}

img.feature-img {
	width: 3rem;
	height: 3rem;
}

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

.feature .feature-subtitle {
	font-size: 0.875rem;
	color: #eae7dfd1;
}

/* ABOUT */

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.about-intro {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.about-text {
  background: var(--cream);
  color: #111;
  padding: 90px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-text p {
  color: #444;
}

.about-image img {
  height: 100%;
  object-fit: cover;
}

.stats {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
}

.stats div strong {
  display: block;
  font-size: 26px;
  color: var(--olive-dark);
}

/* FORMULES */
.section-dark {
	background: url("images/bg-dishes.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.formules-container {
  display: flex;
	flex-direction: column;
	gap: 2.5rem;
	align-items: center;
	text-align: center;
	padding: 3.5rem 0;
}

.formules-header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.formules-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.formule-card {
  border: 1px solid var(--olive-dark);
  padding: 50px 30px;
  background: linear-gradient(to bottom, #151515, #0d0d0d);
  transition: 0.3s all ease-in-out;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.formule-card:hover {
  transform: translateY(-8px);
  border-color: rgba(123,139,85,0.4);
}

.formule-illustration {
	width: 2.5rem;
	height: 2.5rem;
	background-color: var(--olive);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.formule-card h3 {
	display: flex;
	flex-direction: column;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
}

.formule-toptitle {
	text-transform: uppercase;
	font-size: 0.875rem;
}

.formule-card p {
  color: #b9b9b9;
}

.price {
  color: var(--yellow);
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}

/* POPULAR */
.popular {
	padding: 2rem 0 4rem;
}

.popular-header {
  text-align: center;
  display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.popular-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.slider-dishes {
	height: 16rem;
}

.slick-slide {
  margin: 0 1rem;
}

.slick-list {
  margin: 0 -1rem;
}

.slide {
  background: var(--black);
	border: 1px solid var(--olive);
  overflow: hidden;
	position: relative;
}

.slide img {
  height: 100%;
	width: 100%;
	object-position: center;
  object-fit: cover;
	position: relative;
	z-index: 1;
}

.slide::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(255,255,255,0) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.slide-content {
  padding: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.slide-content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	list-style: none;
	margin-top: 0.5rem;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #acacac;
	border: none;
}

.slick-dots li.slick-active button {
	background-color: var(--olive);
}

.slick-dots li::marker {
	display: none;
}

/* REVIEWS */

.reviews-container {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0 20px 0;
}

.google-rating {
  	background: var(--cream);
  	color: #111;
  	padding: 50px;
	display: flex; 
	flex-direction: column; 
	gap: 20px;
}

.reviews-container .title-2 .text-nowrap {
	white-space: nowrap;
}

.container-google-reviews {
	width: 100%;
}

.container-google-reviews .ti-controls .ti-next,
.container-google-reviews .ti-controls .ti-prev {
	background-color: var(--cream) !important;
	outline-color: var(--olive) !important;
	outline-width: 1px !important;
}

.container-google-reviews .ti-widget.ti-goog .ti-controls .ti-next:hover,
.container-google-reviews .ti-widget.ti-goog .ti-controls .ti-prev:hover {
	background-color: var(--olive) !important;
	outline-color: var(--olive) !important;
}

.container-google-reviews .ti-controls .ti-next::before,
.container-google-reviews .ti-controls .ti-prev::before {
	border-color: var(--olive) !important;
}

.container-google-reviews .ti-controls .ti-prev {
	left: -1.875rem !important;
}

.container-google-reviews .ti-controls .ti-next {
	right: -1.875rem !important;
}

.container-google-reviews .ti-widget .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {
	border-radius: 0 !important;
}

.google-rating-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gr-score {
    font-size: 1.25rem;
	font-family: "Noto Serif JP", serif;
	line-height: 0.95;
}

.gr-score strong {
  	font-size: 2.5rem;
}

.gr-stars {
    color: #f5a623;
    font-size: 1.4rem;
    letter-spacing: 2px;
	margin: 0.75rem 0 0.5rem 0;
}

.gr-star-empty {
    opacity: 0.25;
}

.gr-total {
    font-size: 0.75rem;
}

/* CONTACT */

.contact {
  background: #0d0d0d;
	padding: 4rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 2.5rem;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-left .contact-left-title {
  display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-left .contact-left-datas {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.contact-left-datas div {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.contact-left-datas div i {
  font-size: 1.5rem;
  color: var(--olive-dark);
}

.contact-left-datas div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-left-datas div ul li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

input,
textarea {
  width: 100%;
  background: #151515;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 18px 20px;
  color: white;
  font-family: inherit;
}

textarea {
  min-height: 180px;
  resize: none;
}

.contact-form form {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.contact-form br {
	display: none;
}

.contact-form div {
	width: 100%;
}

.contact-form .w-50 {
	width: calc(50% - 0.75rem);
}

.contact-form input[type=submit] {
  padding: 1rem 3rem;
  background: var(--olive);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
	width: fit-content;
}

.contact-form input[type=submit]:hover {
	background-color: var(--olive-dark);
}

/* DONUTS */

.section-donuts {
  background: #E5CFB7;
  color: #111;
	padding: 1rem 0;
}

.container-donuts {
	position: relative;
}

.donuts-content {
	width: 45%;
	position: absolute;
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 1rem;
}

.donuts-content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
}

.donuts-content p {
	line-height: 1.4;
}

/* FOOTER */

footer {
  background: var(--black);
}

.footer-content {
	padding: 2rem 8rem 2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}

.footer-left-panel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer-navigation p {
  margin-bottom: 16px;
  color: #a19a86;
	text-transform: uppercase;
	border-bottom: 1px solid #a19a86;
	width: fit-content;
}

.footer-navigation .footer-links {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.footer-navigation .footer-links a:hover {
	color: #a19a86;
}

footer p,
footer span,
footer a {
  color: #b9b9b9;
  line-height: 1.6;
	font-size: 0.875rem;
}

.footer-social-links {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footer-social-links .btn-social {
	border: 1px solid var(--olive-dark);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	width: 2.25rem;
	height: 2.25rem;
	transition: 0.2s all ease-in-out;
	color: #aa976f;
}

.footer-social-links .btn-social:hover {
	background-color: var(--olive-dark);
}

.footer-bottom {
  border-top: 1px solid var(--olive-dark);
  padding: 1rem;
  text-align: center;
  color: #b9b9b9;
	font-size: 0.875rem;
}

/* RESPONSIVE */

@media(max-width: 1100px) {

  .formules-grid,
  .slider,
  .reviews-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about,
  .contact-grid,
  .donuts-banner {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 768px) {

  nav {
    display: none;
  }

  .title {
    font-size: 52px;
  }

  .section-title {
    font-size: 42px;
  }

  .features-grid,
  .formules-grid,
  .slider,
  .reviews-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-text {
    padding: 60px 40px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  textarea {
    grid-column: auto;
  }
}