* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}
p {
    font-family: 'Josefin Sans', sans-serif !important;
	font-weight: 600;
}
 .minion {
	font-family: 'Crimson Text', serif;
 }
.navbar, .subnavbar, .toolbar {
    background: #fff;
}

.panel .item-title {
	font-family: 'Josefin Sans', sans-serif !important;
	font-weight: 600;
	text-transform: uppercase;
    font-size: 14px;
}
.list-block .item-link .item-inner {
	background-image: none;
}
/*
.navbar, .toolbar {
    height: 44px;
}
.navbar-fixed .page-content, .navbar-through .page-content {
    padding-top: 44px;
}
*/
.page {
    background: #fff;
}

.btn_shop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  border: solid #000000 1px;
  text-decoration: none;
  margin-bottom: 30px;
  background-color: #fff;
  position:absolute;z-index: 10;left: calc(50% - 75px);
  bottom: 40px;
  width: 150px;
  height: 42px;
  
}

.btn_send {
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 5px !important;
  border: solid #000000 1px;
  text-decoration: none;
  background-color: #fff;
}
.imput-error {
	border: 1px solid #e65709 !important;
}
.input_white {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #000000;
  font-size: 13px;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.title-lb {
	font-size: 18px;
	padding: 10px 0px 0px 0px;
	color:#000;
	font-weight: 500;
	letter-spacing: 2px;
}
.swiper-pagination-bullet-active {
    background: #fff;
}

.contactH1 {
	font-size: 21px;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 40px 0px 0px 0px;
	margin: 0;
}
#contact-block, #contact-block a {
	color: #fff;
	text-decoration:none;
}
.panel {
    background: rgba(255, 255, 255, 0.9);
}
#panel-right  .list-block ul {
    background: none;
}
.contactTitleMobile {
    margin-bottom: 5px;
}
.footerInfoContent {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footerInfoContent::before, .gazelleLink::before {
    content: '';
    width: 80px;
    height: 2px;
    background-color: black;
    opacity: .1;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
.footerInfoContent::before {
    bottom: -26px;
}
.gazelleLink::before {
    top: -26px;
}
.gazelleLink {
    position: relative;
    display: inline-block;
    margin-top: 50px;
}

/* Reservation */

.gz-reservation {
	position: relative;
	width: calc(100% - 30px);
	background-color: #000;
	background-color: #79512f;
	background-image: url('../img/bg25.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 0; 
	text-align: center;
    color: white;
    padding: 40px 15px;
}

.gz-reservation::after {
	content: '';
	background: #23160b;
	opacity: .95;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.gz-reservation-inner {
	position: relative;
	z-index: 2;
}

.gz-reservation-introTitle {
	font-size: 21px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.gz-reservation-introTitle span {
	font-size: 34px;
}

.gz-reservation-introSub {
	display: inline-block;
	margin-top: 4px;
	font-size: 14px;
}

.gz-reservation-columns {
	display: flex;
	font-size: 14px;
	margin: 40px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.gz-reservation-column {
    position: relative;
	margin: 0;
    width: 100%;
}

.gz-reservation-column:first-of-type {
	margin-bottom: 50px;
}

.gz-reservation-column:first-of-type::before, .gz-reservation-column:first-of-type::after {
	content: '';
    width: 80px;
    height: 2px;
    background-color: white;
    opacity: 1;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.gz-reservation-column:first-of-type::before {
    top: -20px;
    display: none;
}

.gz-reservation-column:first-of-type::after {
	bottom: -26px;
}

.gz-reservation-column-content {
	margin-bottom: 15px;
}

.gz-reservation-column-content:last-of-type {
	margin-bottom: 0;
}

.gz-reservation-column-content a {
	color: white;
	display: inline-block;
}

.gz-reservation-column-content > * {
	display: block;
}

.gz-reservation-title {
    margin: 0;
	font-size: 18px;
    letter-spacing: 4px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 15px;
}

.gz-reservation-btn {
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: white;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	border: solid white 1px;
	text-decoration: none;
}

.gz-reservation-btn:hover {
	background: white;
	text-decoration: none;
	color: black;
}

.gz-reservation-btn:focus {
	color: black;
	text-decoration: none;
    outline: none !important;
    background: white;
}

.gz-reservation-btn.isDisabled {
	cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.gz-reservation-infoTxt {
	display: block;
    margin-top: 6px;
    font-style: italic;
    font-size: 12px;
    opacity: .5;
}

.gz-reservation-covid {
	position: relative;
    z-index: 2;
    background: #b32e2e;
	top: -25px;
	padding: 12px;
	font-size: 15px;
}

.gz-reservation-containerBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: -20px;
}

.gz-reservation-containerBtn-item {
	margin: 12px 20px;
}

/* Bandeau d'information (Covid) */

#top-notification {
	position: fixed;
	/* background: black; */
	background: #b32e2e;
	border-top: 2px solid white;
	z-index: 6001;
	display: flex;
    align-items: center;
	justify-content: space-between;
	bottom: 0;
	color: white;
	padding: 10px;
	padding-left: 25px;
	width: calc(100% - 10px - 25px);
	box-shadow: 0 -1px 3px rgba(0,0,0,0.12), 0 -1px 2px rgba(0,0,0,0.24);
	transition: all .27s ease;
}

#top-notification.isHidden {
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

#top-notification button {
	display: flex;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0.25rem;
	text-decoration: none;
	cursor: pointer;
	padding: 15px;
}

#top-notification button:hover svg {
	transform: scale(1.25);
}

#top-notification button:active svg {
	transform: scale(1);
}

#top-notification button svg {
	width: 15px;
	height: auto;
	fill: white;
	transition: all .3s ease;
}

#top-notification p {
	font-size: 18px;
	line-height: 1.35;
}

#top-notification p a {
    display: inline-block;
	background: white;
    color: black;
    padding: 5px;
    margin-left: 0;
    padding-bottom: 0;
}

#top-notification p a:hover, #top-notification p a:active, #top-notification p a:visited, #top-notification p a:focus {
	text-decoration: none;
}
