@font-face {
	font-family: 'Laviossa';
	src: url('Assets/Fonts/Laviossa-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Outfit';
	src: url('Assets/Fonts/Outfit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Outfit';
	src: url('Assets/Fonts/Outfit-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	background: #ffefd7;
	margin: 0;
	font-family: 'Outfit', Arial, sans-serif;
	color: #475747;
}

/* Header hérité de style.css : pas de styles supplémentaires ici */

.reserver-section {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-height: 60vh;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 0 20px;
}

.reserver-content {
	text-align: center;
}

.reserver-content h1 {
	font-family: 'Laviossa', serif;
	color: #fff;
	font-size: 3rem;
	margin: 0;
	letter-spacing: 2px;
	font-weight: bold;
}

/* ----- Reservation main wrapper ----- */
.reservation-main-wrapper {
  max-width: 1200px;
  min-height: 500px;
  margin: 40px auto 60px auto;
  padding: 44px 6vw 36px 6vw;
  background: #475747;
  border-radius: 28px;
  box-shadow: 0 2px 32px rgba(0,0,0,0.12);
}

.green-title { color: #475747; }

.reservation-flex {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  justify-content: space-between;
}

.reservation-left {
  flex: 1 1 390px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  min-width: 240px;
}

.reservation-title {
	font-family: 'Laviossa', serif;
	color: #ffefd7;
	margin: 0 0 16px 0;
	font-size: 2.3rem;
	letter-spacing: 2px;
	font-weight: bold;
}

.green-title {
	color: #ffefd7;
}

.reservation-form {
	width: 100%;
}

.reservation-map-card { 
  margin: 36px auto 0 auto;
  max-width: 600px;
  border-radius: 16px; 
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12); 
  background: #ffefd7;
  padding: 12px;
}

.map-iframe {
	width: 100%;
	height: 210px;
	border: 0;
	border-radius: 14px;
}

.map-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.map-address {
	color: #475747;
	font-size: 1rem;
	margin: 0;
	font-family: 'Outfit', Arial, sans-serif;
}

.reservation-right {
	flex: 1 1 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
}

.reservation-photo-cadre {
	background: #fff8f3;
	border-radius: 18px;
	box-shadow: 0 4px 36px rgba(180,90,70,0.09);
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 170px;
	min-width: 60%;
	max-width: 370px;
	margin-bottom: 18px;
}

.reservation-img {
	width: 100%;
	max-width: 340px;
	border-radius: 13px;
	height: auto;
	object-fit: cover;
	box-shadow: 0 2px 12px rgba(100,20,10,0.07);
}

.center-title {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

/* Colonne droite élargie mais contenue dans le beige */
.reservation-right.reservation-right-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 420px;
  max-width: 520px;
  width: 100%;
  gap: 24px;
  margin-top: 0;
}

/* Cadre image: occupe toute la largeur disponible, sans déborder */
.large-cadre {
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* Image paysage, couvrante, hauteur proche du bloc formulaire */
.large-img {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  object-fit: cover;
}

.reservation-logo-sociaux {
    padding-top: 32px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.reservation-logo {
    max-width: 90px;
    width: 100%;
    margin: 20px auto 0 auto;
    display: block;
	filter: brightness(0) saturate(0%) invert(98%) sepia(3%) saturate(1352%) hue-rotate(314deg) brightness(102%) contrast(96%);
	-webkit-filter: brightness(0) saturate(0%) invert(98%) sepia(3%) saturate(1352%) hue-rotate(314deg) brightness(102%) contrast(96%);
}

.reservation-socials {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 22px;
}

.reservation-right.reservation-right-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 410px;
  width: 100%;
  gap: 38px;
  margin-top: 0;
}

.reservation-contacts {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.contact-phone, .contact-mail {
  color: #475747;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 1.12rem;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.contact-mail { font-weight: 400; font-size: 1.08rem; }

/* formulaire et polices uniformes */
.footer-form, .reservation-form, .footer-input, .footer-submit {
  font-family: 'Outfit', Arial, sans-serif;
}
.footer-input, .footer-input[type="datetime-local"] {
  font-family: 'Outfit', Arial, sans-serif;
  background: #ffefd7;
  color: #475747;
  border: 2px solid #ffefd7;
  border-radius: 22px;
  padding: 12px 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
.footer-input[type="datetime-local"]::placeholder {
  color: #475747;
  opacity: 0.7;
}
.footer-input::placeholder, .footer-textarea::placeholder {
  color: #475747;
  opacity: 0.7;
}
.footer-textarea {
  background: #ffefd7;
  color: #475747;
  border: 2px solid #ffefd7;
  border-radius: 18px;
  padding: 12px 16px;
  font-family: 'Outfit', Arial, sans-serif;
}
.footer-submit {
  font-family: 'Outfit', Arial, sans-serif;
  background: #ffefd7;
  color: #475747;
  border: 2px solid #ffefd7;
  border-radius: 22px;
  padding: 14px 30px;
  font-weight: bold;
  font-size: 1.17rem;
  box-shadow: 0 4px 16px rgba(255, 239, 215, 0.14);
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
}

.footer-submit:hover {
  background: #f5e5c8;
  box-shadow: 0 6px 22px rgba(245, 229, 200, 0.19);
  color: #475747;
  opacity: 1;
}

/* colonne droite (photo/logo/reseaux) centrée dans le beige */
.reservation-photo-cadre {
   margin-bottom: 0;
   width: 100%;
   min-height: 175px;
}
.reservation-logo {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 160px;
  width: 90%;
  display: block;
	filter: brightness(0) saturate(0%) invert(98%) sepia(3%) saturate(1352%) hue-rotate(314deg) brightness(102%) contrast(96%);
	-webkit-filter: brightness(0) saturate(0%) invert(98%) sepia(3%) saturate(1352%) hue-rotate(314deg) brightness(102%) contrast(96%);
}
.reservation-socials {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  gap: 38px;
  justify-content: center;
}
.social-pill {
  background: #ffefd7;
  color: #475747;
  border-radius: 30px;
  padding: 16px 36px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  transition: opacity 0.15s, background 0.18s, color 0.18s;
  box-shadow: 0 3px 9px rgba(255, 239, 215, 0.11);
  font-family: 'Outfit', Arial, sans-serif;
}
.social-pill:hover {
  opacity: 0.94;
  background: #f5e5c8;
  color: #475747;
}

.reservation-contact-box {
  background: #475747;
  border-radius: 18px;
  padding: 18px 22px;
  margin-top: 26px;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 8px rgba(71, 87, 71, 0.11);
}
.contact-title {
  color: #fff;
  font-size: 1.36rem;
  margin-top: 0;
  margin-bottom: 9px;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: 'Outfit', Arial, sans-serif;
}
.contact-phone, .contact-mail {
  color: #fff;
  margin: 0 0 6px 0;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 1.10rem;
  text-align: center;
  font-weight: 400;
}
.contact-mail { margin-bottom: 0; }

.reservation-img.large-img {
  max-width: 410px;
  width: 100%;
  min-height: 240px;
  height: auto;
  border-radius: 13px;
  object-fit: cover;
  transition: transform 0.32s cubic-bezier(.4, 2, .6, 1), box-shadow 0.18s;
  box-shadow: 0 2px 12px rgba(100,20,10,0.07);
}
.reservation-img.large-img:hover {
  transform: scale(1.06);
  z-index: 2;
  box-shadow: 0 8px 28px rgba(100, 20, 10, 0.12);
}

@media (max-width: 900px) {
  .reservation-main-wrapper { padding: 22px 2vw; min-height: 460px; }
  .reservation-flex { flex-direction: column; gap: 22px; }
  .reservation-right.reservation-right-vertical { max-width: 98vw; gap: 18px; }
  .reservation-logo { max-width: 110px; }
  .reservation-socials { gap: 14px; }
  .social-pill { font-size: 1rem; padding: 10px 18px; }
  .reservation-contact-box { max-width: 96vw; padding: 11px 10px; }
  .contact-title { font-size: 1.05rem; }
  .reservation-right.reservation-right-vertical { max-width: 98vw; }
  .large-img { height: 240px; }
}