/*
 Theme Name:   Bristol
 Author:       Scandola
 Author URI:   http://www.scandolagency.ch/
 Version:      2.0.0
 Text Domain:  bristol
 Last update : 28.4.25
*/

/** 1.0 - RESET */
body.logged-in.admin-bar .header {
	top: 32px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
pre {
	width: 100%;
	padding: 15px;
	margin: 0;
	background-color: lightgray;
	border: 1px solid black;
}
pre.light {
	background-color: #E4E4E4;
	border: 0;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	border-left: none !important;
	font-size: inherit !important;
}
a:focus,
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}
a.btn:focus,
a.btn:hover,
a.btn:active {
	outline: 0;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
button, input[type="text"], input[type=textfield], input[type="submit"], input[type=search], select {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: lightgray 5000s ease-in-out 0s;
	box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/* animate from bottom */
.animate-bottom.inview {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 2s;
  animation-name: animatebottom;
  animation-duration: 2s
}
@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}
@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

/* TYPO */
@font-face {
  font-family: 'Ellipsis';
  src: local('Helvetica');
  unicode-range: U+2026;
}

html,
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
	color: #494949;
	font-weight: 200;
	font-size: 100%;
}
a,
a:focus,
a:active {
	outline: none !important;
	color: #c0a073;
	text-decoration: none;
}
a:hover {
	color: #494949;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	position: relative;
	color: #c0a073;
	font-weight: 200;
	padding: 0;
	line-height: 1.1;
}
.home h1 {
	font-size: 4rem;
	margin: 0;
	color: #ffffff;
}
section.header-title {
	padding-bottom: 0;
}
section.header-title h1,
h1.header-title {
	width: 100%;
	font-size: 2.5rem;
	text-transform: uppercase;
	margin: 1.5rem 0 0 0;
}
h1 {
	font-size: 1.8rem;
	letter-spacing: -1px;
	margin: 0 0 1.5rem 0;
	padding: 0;
}
h2 {
	font-size: 1.5rem;
	margin: 0 0 1.5rem 0;
}
h2.inner-title {
	text-transform: uppercase;
}
.content-text h2:first-of-type,
.description-content h2:first-of-type {
	margin: 0 0 1rem 0;
}
.content-text h2,
.description-content h2 {
	margin: 1.5rem 0 1rem 0;
}
h3 {
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}
h4 {
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
}
h5 {
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
}
p {
	padding: 0 0 1rem 0;
}
p:last-of-type {
	padding: 0;
}
p,
main ul,
main ol {
	font-family: 'Ellipsis', 'Noto Serif JP', serif;
	line-height: 1.8;
	display: block;
	margin: 0;
	font-size: 1rem;
}
ul,
ol {
	list-style: none;
}
main ul,
main ol {
	padding: 0 0 1rem 1rem;
}
main ul li,
main ol li {
	line-height: 1.7;
}
main .inner ul li {
	list-style: none;
}
main .inner ul li:before {
  content: "\2022";
  color: #c0a073;
  display: inline-block;
  width: 15px;
  margin-left: -15px;
	font-weight: 600;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
hr {
	display: block;
	width: 100%;
	border-top: 1px solid #c0a073;
	border-bottom: 0;
	height: 1px;
	margin: 1rem 0 2rem 0;
}

/* GLOBAL */
main {
	position: relative;
	z-index: 2;
	margin-top: 19rem;
}
.home main {
	margin-top: 0;
}
section {
	position: relative;
	margin: 0;
	text-align: left;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
section:last-of-type {
	padding-bottom: 6rem;
}
section.nopadd-top {
	padding-top: 0;
}
section.nopadd-bottom {
	padding-bottom: 0;
}
.home section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.container-fluid {
	padding-left: 2rem;
	padding-right: 2rem;
}
.inner {
	padding: 0;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.center {
	text-align: center;
	align-items: center;
}
.row {
	margin-left: -1rem;
	margin-right: -1rem;
}
.bloc-wrap {
	position: relative;
	background-color: transparent;
}

/* COMMON GLOBAL */

/* heron */
.heron.h-right {
	position: absolute;
	width: 634px;
	height: 1150px;
	top: 4.5rem;
	right: 0;
	opacity: 0.1;
	z-index: 1;
	background-image: url('images/heron_right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
.heron.h-left {
	position: absolute;
	width: 728px;
	height: 1150px;
	bottom: 0;
	left: 0;
	opacity: 0.1;
	z-index: 1;
	background-image: url('images/heron_left.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
/* button global */
.btn-wrap {
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin: 2rem 0 0 0;
	padding: 0;
	background-color: #c0a073;
	border: 1px solid #c0a073;
	outline: none;
	cursor: pointer;
}
.btn-wrap a,
.btn-wrap span {
	display: flex;
  justify-content: center;
  align-items: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8rem;
	padding: 0.5rem 2rem;
}
.btn-wrap:hover {
	background-color: transparent;
}
.btn-wrap:hover a,
.btn-wrap:hover span {
	color: #c0a073;
}
.btn-wrap a img {
	width: 20px;
	height: auto;
	margin: 0 0 0 1rem;
}
/* Btn arrow */
.button-container {
	position: relative;
	display: block;
	margin: 3rem 0 0 0;
	overflow: hidden;
}
.button-container.inner-text {
	margin: 1rem 0 0 0;
}
.button-container .btn-wrap-arrow {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.7rem;
	padding: 0 0 1rem 0;
	border: 0;
	background-color: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.button-container .btn-wrap-arrow:last-of-type {
	padding: 0;
}
.button-container .btn-wrap-arrow:hover .button-icon {
	width: 45px;
}
.button-container .btn-wrap-arrow .button-icon {
  margin-left: 17px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
}
.button-container .btn-wrap-arrow .button-icon:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  right: 1px;
  width: 100%;
  -webkit-transform: 0;
  -o-transform: 0;
  transform: 0;
  border-top: 1px solid;
  position: absolute;
  top: 50%;
}
.button-container .btn-wrap-arrow .button-icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2px;
  top: 4px;
}
.button-container a,
.button-container a:focus,
.button-container a:active,
.button-container .button-icon,
.button-container .button-text,
.button-container:hover .button-text {
	color: #c0a073;
}
.button-container .button-icon:before,
.button-container .button-icon:after {
	border-color: #c0a073;
}
.button-container.white a,
.button-container.white a:focus,
.button-container.white a:active,
.button-container.white .button-icon,
.button-container.white .button-text,
.button-container.white:hover .button-text {
	color: #ffffff;
}
.button-container.white .button-icon:before,
.button-container.white .button-icon:after {
	border-color: #ffffff;
}

/* swiper */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	color: #c0a073;
	font-size: 1.2rem;
	font-weight: 200;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: '\2190';
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '\2192';
}
/* home */
.home .cover .swiper-button-prev,
.home .cover .swiper-rtl .swiper-button-next {
	left: 0;
	top:inherit;
	bottom: 0;
}
.home .cover .swiper-button-next,
.home .cover .swiper-rtl .swiper-button-prev {
	right: 0;
	top:inherit;
	bottom: 0;
}

.home .columns .swiper-button-prev,
.home .columns .swiper-rtl .swiper-button-next {
	left: 0;
	top: 37%;
}
.home .columns .swiper-button-next,
.home .columns .swiper-rtl .swiper-button-prev {
	right: 0;
	top: 37%;
}
section.columns .swiper-slide {
	height: auto;
}

.swiper-pagination-bullet-active {
	background: #c0a073;
}
.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.swiper-wrapper.disabled .swiper-slide {
	transition: none !important;
}
.swiper-pagination.disabled,
.swiper-button-prev.disabled,
.swiper-button-next.disabled {
	display: none;
}

.swiper-page {
	aspect-ratio: 2 / 1;
	width: 100%;
	position: relative;
}
.swiper-page .swiper-wrapper {
	height: 100%;
}
.swiper-page .swiper-slide {
	height: 100%;
}
.swiper-page .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* transition */
.header.smallscroll,
.header.smallscroll + main,
.header a,
.header .logo,
.header .secondary-header,
.header .primary-header,
.header.smallscroll .logo,
.header .secondary-header .small-logo,
.header.smallscroll .secondary-header .small-logo,
.header .lang,
:hover,
.heron.h-left,
.heron.h-right,
section.feat .bloc-wrap .feat-item {
	transition: all ease-in 1s;
	-webkit-transition: all ease-in 1s;
	-ms-transition: all ease-in 1s;
	-o-transition: all ease-in 1s;
}

/* tiny vertical gold line */
section.text_img::before {
	content: "";
	display: block;
	width: 1px;
	height: 120px;
	position: absolute;
	left: calc(50% - 1px);
	top: -60px;
	background-color: #c0a073;
	z-index: 4;
}
section.text_img.right-wrap::before {
	top: 0px;
}
section.text_img.right-wrap::after {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	position: absolute;
	left: calc(50% - 1px);
	bottom: 0;
	background-color: #c0a073;
	z-index: 4;
}


/* HEADER */
.home .header {
	z-index: 9;
	background-color: transparent;
}
.header {
  position: absolute;
	top: 0;
	width: 100%;
	height: auto;
  padding: 0;
	z-index: 3;
	background-color: #f8f8f8;
}
.header .header-bloc-wrap {
	width: 100%;
	height: 100%;
}

/* SECONDARY HEADER */
.home .header .secondary-header {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.header .secondary-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 3.5rem;
	background: #f8f8f8;
	border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
	z-index: 2;
}
/* with video */
.home .header.header-video .secondary-header {
	background: #f8f8f8;
	border-bottom: 0;
}
.home .header.header-video .info_menu ul.menu li a {
	color: #494949;
}

/* small logo */
.header .secondary-header .small-logo {
	margin-right: auto;
  width: 75px;
  height: auto;
  padding: 0 0 0 2rem;
	opacity: 0;
}
/* info menu */
.header .info_menu ul.menu {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.header .info_menu ul.menu li {
	padding: 0 1rem;
}
.home .header .info_menu ul.menu li a {
	color: #ffffff;
}
.header .info_menu ul.menu li a {
	font-size: 0.7rem;
	color: #494949;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	text-decoration: none;
}
.header .info_menu ul.menu li.current-menu-item a,
.single-offres .on-air-offers a,
.single-post.update .on-air-news a,
.single-post.explorer .on-air-discover a {
	color: #c0a073 !important;
}

/* lang */
.home .header .header-lang {
	border-left: 1px solid rgba(255, 255, 255, .5);
}
.header .header-lang {
	border-left: 1px solid #d2d2d2;
	height: 100%;
	display: flex;
	align-items: center;
}
.country-selector {
	z-index: inherit;
}
.country-selector.weglot-dropdown {
	background-color: transparent;
	border: 0;
}
.country-selector.weglot-dropdown .wgcurrent {
	border: 0;
	padding: 0 1rem;
}
.country-selector.weglot-dropdown .wgcurrent a,
.country-selector.weglot-dropdown .wgcurrent span {
	color: #c0a073;
	padding: 0 1rem 0 0;
	font-size: 0.7rem;
}
.country-selector.weglot-dropdown .wgcurrent:after {
	content: "";
	background: none;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 15px;
	border-color: #c0a073;
}
.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.country-selector.weglot-dropdown ul {
	border: 0;
}
.country-selector.weglot-dropdown .wg-li a {
	background-color: #c0a073;
	border: 1px solid #c0a073;
	color: #ffffff;
	padding: 0 1rem;
}
.country-selector.weglot-dropdown .wg-li a:hover {
	background-color: #ffffff;
	color: #c0a073;
}


/* PRIMARY HEADER */
.home .header .primary-header {
	background-color: transparent;
}
.header .primary-header {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 3.5rem 0 0 0;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	background-color: #f8f8f8;
}
.header .logo {
	width: 100%;
	height: auto;
	padding: 2rem;
	opacity: 1;
	text-align: center;
}
.header .logo img {
	width: 250px;
	height: auto;
}


/* SMALL HEADER */
.header.smallscroll {
	z-index: 9;
	background-color: #f8f8f8;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.header.smallscroll .logo {
	display: none;
}
.header.smallscroll .secondary-header {
	height: 2.5rem;
}
.header.smallscroll .primary-header {
	position: fixed;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	padding: 2.5rem 0 0 0;
}
.home .header.smallscroll .info_menu ul.menu li a {
	color: #494949;
}
.home .header.smallscroll .secondary-header {
	background: #f8f8f8;
	border-bottom: 1px solid #d2d2d2;
}
.header.smallscroll .secondary-header .small-logo {
	opacity: 1;
}
.home .header.smallscroll .primary-header {
	background: #f8f8f8;
}
.home .header.smallscroll .lang {
	border-left: 1px solid #d2d2d2;
}
.header.smallscroll .booking_widget {
	right: 0;
	top: 0;
	height: 80px;
	width: 80px;
	border-radius: 0;
}
.header.smallscroll .booking-widget .booking-button h2 {
	font-size: 0.8rem;
}

/* HOME COVER */
section.cover {
	position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
section.cover,
section.cover .cover_img {
	height: 80vh;
	width: 100%;
}
section.cover .cover_img {
	background-color: rgba(0, 0, 0, .6);
	background-blend-mode: overlay;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
section.cover .cover_video {
  overflow: hidden;
  position: relative;
  height: 100%;
	width: 100%;
}
.home section.cover .cover_video {
	margin-top: 3.5rem;
}
section.cover .cover_video iframe{
	position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  section.cover .cover_video iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  section.cover .cover_video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

section.cover .cover-content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
section.cover .inner {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	padding: 0 2rem;
}
section.cover .accroche {
	text-align: center;
	padding-bottom: 7rem;
}
section.cover .button-wrap {
	text-transform: uppercase;
	padding-top: 3.5rem;
	font-size: 0.7rem;
}


/* HOME TEXT IMG  */
section.text_img {
	position: relative;
	z-index: 1;
}
section.text_img.addon.left-wrap {
	background-image: url('images/HB-Left_pattern.jpg');
	background-repeat: no-repeat;
	background-size: 28%;
	background-position: left center;
}
section.text_img.addon.right-wrap {
	background-image: url('images/HB-Right_pattern.jpg');
	background-repeat: no-repeat;
	background-size: 28%;
	background-position: right center;
}
section.text_img .bloc-wrap {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
section.text_img .bloc-wrap .heading {
	margin: 0 0 2rem 0;
}
section.text_img .bloc-wrap .content-text,
section.text_img .bloc-wrap .content-img  {
	width: 50%
}
section.text_img .bloc-wrap .content-text {
	padding: 1rem;
	display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
	z-index: 2;
}

section.text_img .bloc-wrap .content-img {
	padding-right: 1rem;
}
section.text_img .bloc-wrap .content-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* HOME TEXT IMG INTRO */
section#intro {
	padding-top: 0;
	margin-top: -2.5rem;
}
section#intro .bloc-wrap {
	background-color: #ffffff;
}
section.text_img#intro .bloc-wrap .heading h3 {
	margin: 0 0 2rem 0;
}
section.text_img#intro .bloc-wrap .heading h2 {
	font-size: 1.7rem;
  letter-spacing: 4px;
  margin-left: 0rem;
  text-transform: uppercase;
}

/* HOME TEXT IMG BACKGROUND  */
section.text_img.bg {
	padding-top: 10rem;
	padding-bottom: 10rem;
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.2);
	background-blend-mode: overlay;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
section.text_img.bg:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
section.text_img.bg .bloc-wrap {
	align-items: center;
	background-color: transparent;
}
section.text_img.bg#food .bloc-wrap {
	justify-content: flex-end;
}
section.text_img.bg#rooms .bloc-wrap .heading,
section.text_img.bg .bloc-wrap .content-text {
	width: 50%
}
section.text_img.bg#rooms .bloc-wrap .heading {
	margin: 0;
	padding-right: 1rem;
}
section.text_img.bg .bloc-wrap .content-text {
	padding: 1rem;
	display: flex;
  flex-flow: column wrap;
  justify-content: center;
	align-items: flex-start;
}
section.text_img.bg .bloc-wrap .heading h2,
section.text_img.bg .bloc-wrap .content-text {
	color: #ffffff;
	font-size: 2.5rem;
}
section.text_img.bg#spa .content-text {
	text-align: right;
	align-items: flex-end;
}

/* HOME TEXT IMG ADD ON */
section.text_img.addon {
	padding-top: 0;
	padding-bottom: 0;
}
section.text_img.addon.left-wrap .bloc-wrap .content-img {
	padding-top: 1rem;
}
section.text_img.addon.right-wrap {
	margin-top: -120px;
}
section.text_img.addon.right-wrap .bloc-wrap .content-img {
	order: 2;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-right: 0;
}
section.text_img.addon.left-wrap .bloc-wrap .content-text {
	padding: 3rem 1rem 1rem 1rem;
  justify-content: flex-start;
	z-index: 2;
}
section.text_img.addon.right-wrap .bloc-wrap .content-text {
	order: 1;
	text-align: right;
	align-items: flex-end;
}
section.text_img.addon .bloc-wrap .content-text h2 {
	text-transform: uppercase;
	margin: 0;
}
section.text_img.addon.right-wrap .bloc-wrap .content-text .button-container .btn-wrap-arrow {
	justify-content: flex-end;
}


/* HOME COLUMNS */
section.columns {
	text-align: center;
	z-index: 2;
}
section.columns .swiper-news {
	width: 100%;
	height: 100%;
}
section.columns .column-item {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
section.columns .column-img {
	margin-bottom: 2rem;
	overflow: hidden;
}
section.columns .column-img img:hover {
	opacity: .7;
	transition: 400ms ease-in;
	-webkit-transition: 400ms ease-in;
	-ms-transition: 400ms ease-in;
	-o-transition: 400ms ease-in;
	transform: scale(1.02, 1.02);
}
section.columns .column-content p {
	padding: 0 1rem;
	font-size: 0.9rem;
}


/* RESTAURANTS */

/* embed PDF */
.page-template-menu-bar .header-title {
	text-align: center;
}

.menus-bar h3 {
	margin-bottom: 2rem;
}
.menus-bar h3 span {
	display: inline-block;
	padding: 0.8rem 1.2rem;
	margin-right: 1rem;
	font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
}
.menus-bar h3 span.link {
	background-color: #c0a073;
}
.menus-bar h3 span.link a {
	color: #ffffff;
}
.menus-bar h3 span.current {
	background-color: #f8f8f8;
	color: #494949;
}

.pdf-embed {
	width: 100%;
	height: 100vh;
}

/* booking resto */
section.resto-booking {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
section.resto-booking .btn-wrap {
	margin: 0 auto;
}
/* menu list for page */
.cuisine-brigade .menu-wrap-single,
.petit-dejeuner .menu-wrap-single {
	display: none;
}

.menu-wrap-single {
	background: #f8f8f8;
	margin-top: 2rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	padding: 1rem;
}

/* menu list for global page */
.menu-wrap {
	background: #f8f8f8;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	padding: 2rem;
}
.menus-list,
.shedule-list {
	padding: 1rem;
}
.menus-list {
	width: 60%;
}
.shedule-list {
	width: 40%;
	background: #c0a073;
}
.shedule-list h2,
.shedule-list h3,
.shedule-list p {
	color: #ffffff;
}
.resto-menu-item {
	margin-bottom: 2rem;
}
.resto-menu-item:last-of-type {
	margin-bottom: 0;
}
.resto-menu-item a {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 0.4rem;
}
.resto-menu-item .button-container {
	margin: 1rem 0 0 0;
}

/* COMMON ROOMS & RESTO */
section.single-room {
	z-index: 3;
}
section.restaurant,
section.resto-booking {
	z-index: 2;
}
section.single-room .inner,
section.restaurant .inner,
section.room-description,
section.resto-description,
section.parra-image,
section.menu-content {
	z-index: 2;
}

.room-info,
.quote-info {
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	padding: 3rem;
	background-color: #f8f8f8;
	text-align: center;
}
.room-info h3,
.quote-info h3 {
	font-size: 1.1rem;
	margin: 2rem 0;
	padding: 0 6rem;
	font-weight: 200;
	line-height: 1.3;
}
.room-info p,
.quote-info p {
	text-align: center;
	padding: 0;
}
/* logo list */
section.logos-list .bloc-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
section.logos-list .bloc-wrap .logo-single {
	max-width: 100px;
  height: auto;
  margin: 0 3rem;
}
/* parralax image */
section.parra-image {
	padding-bottom: 0;
}
section.parra-image .bloc-wrap {
	height: 50vh;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
/* services pictos */
.room-picto {
	display: inline-block;
	width: 30px;
	height: auto;
	margin: 0 0.5rem;
}
/* hide chambre comm. */
.room-pictos.tooltip-chambre-unique-superieure .picto-3,
.room-single-pictos.tooltip-chambre-unique-superieure .picto-3,
.room-pictos.tooltip-chambre-superieure .picto-3,
.room-single-pictos.tooltip-chambre-superieure .picto-3,
.room-pictos.tooltip-junior-suite .picto-3,
.room-single-pictos.tooltip-junior-suite .picto-3,
.room-pictos.tooltip-junior-suite-unique .picto-3,
.room-single-pictos.tooltip-junior-suite-unique .picto-3 {
	display: none;
}


/* FEATURING & QUOTES */
section.feat .bloc-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}
section.feat .bloc-wrap .feat-item {
	position: relative;
	width: 50%;
	padding: 2rem;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}
/* featuring QUOTE */
section.feat .bloc-wrap .feat-item .quote-pic,
section.feat .bloc-wrap .feat-item .quote-info {
  height: auto;
  width: 100%;
	overflow: hidden;
}
section.feat .bloc-wrap .feat-item .quote-pic {
	max-height: 900px;
}
section.feat .bloc-wrap .feat-item .quote-info p.quote-author {
	font-style: italic;
	margin-top: 1rem;
}
/* featuring quote team */
section.feat.quote .row {
	margin-left: 0;
  margin-right: 0;
}
section.feat.quote .bloc-wrap .feat-item {
	width: 100%;
	flex-flow: row wrap;
	align-items: stretch;
	padding: 2rem 0;
}
section.feat.quote .bloc-wrap .feat-item .quote-pic,
section.feat.quote .bloc-wrap .feat-item .quote-info {
  height: auto;
}
section.feat.quote .bloc-wrap .feat-item .quote-pic {
	width: 30%;
}
section.feat.quote .bloc-wrap .feat-item .quote-info {
  width: 70%;
}
section.feat.quote .bloc-wrap .feat-item.pic-right .quote-pic {
	order: 2;
}
section.feat.quote .bloc-wrap .feat-item.pic-right .quote-info {
  order: 1;
}

/* featuring ROOM */
section.feat .bloc-wrap .feat-item .room-pic {
  height: 170px;
	overflow: hidden;
	width: 100%;
}
section.feat .bloc-wrap .feat-item .room-pic img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
/* featuring OFFER */
section.feat .bloc-wrap .feat-item .offer-pic {
  width: 100%;
  height: 100%;
}
section.feat .bloc-wrap .feat-item .offer-pic img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
section.feat .bloc-wrap .feat-item .offer-info-wrap {
	position: absolute;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  width: 100%;
  height: 100%;
}
section.feat .bloc-wrap .feat-item .offer-info-wrap .offer-info {
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  width: 100%;
  height: 100%;
	text-align: center;
}


/* ROOMS LIST */
section.rooms .inner {
	z-index: 2;
}
section.rooms .room-item {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 2rem;
}
section.rooms .room-item:last-of-type {
	margin-bottom: 0;
}
section.rooms .room-item .room-pic,
section.rooms .room-item .room-info {
	width: 50%;
}
section.rooms .room-item.pic-right .room-pic {
	order: 2;
}
section.rooms .room-item.pic-right .room-info {
	order: 1;
}
section.rooms .room-item .room-pic img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}


/* SINGLE ROOM */
/* slider & booking */
section.single-room .room-booking-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
section.single-room .room-booking-wrapper .room_slider {
	position: relative;
	width: 70%;
}
section.single-room .room-booking-wrapper .room_slider .slider,
section.single-room .room-booking-wrapper .room_slider .slider .slide {
	height: inherit;
}
section.single-room .room-booking-wrapper .room_slider .slider {
	margin-bottom: 0;
}
section.single-room .room-booking-wrapper .room_booking {
	background-color: #f8f8f8;
	width: 30%;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* description */
section.room-description h3 {
	color: #494949;
	text-transform: inherit;
}
/* services */
section.room-services .bloc-wrap {
	background: #f8f8f8;
	padding: 3rem;
}
/* services pictos */
.room-single-pictos .room-picto {
	margin: 0 0.5rem 0 0;
}
.room-single-pictos .room-picto:last-of-type {
	margin: 0;
}
/* services text */
section.room-services .services-content-text {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 1.5rem 0 0 0;
}
section.room-services .services-content-text .service-column {
	width: 50%;
}
section.room-services .services-content-text .service-column:first-of-type {
	padding-right: 1rem;
}
section.room-services p {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
}
section.room-services .room-optional {
	margin: 1rem 0 0 0;
}
section.room-services .room-optional h2 {
	margin: 1.5rem 0 1rem 0;
}
/* services toggle list */
section.room-services .services-list {
	display: none;
	margin: 2rem -3rem 0 -3rem;
}
section.room-services .services-list.ladies-first .services-list-item.list-item_4 {
	display: none;
}


/* TOGGLE LIST SERVICES & FAQ */
section.services .bloc-wrap,
section.faq .bloc-wrap {
  background: #f8f8f8;
}

.services-list-item:hover,
.faq-list-item:hover,
.services-list-item.active,
.faq-list-item.active {
	background-color: #fcfcfc;
}
.services-list-item .plus,
.faq-list-item .plus {
	width: 100%;
	padding: 0.5rem 3rem;
	cursor: pointer;
	display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.services-list-item .plus h3,
.faq-list-item .plus h3 {
	font-size: 1rem;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	width: calc(100% - 3rem);
  line-height: 1.5;
}
.services-list-item .plus::before,
.faq-list-item .plus::before {
	content: "\002B";
  color: #c0a073;
  display: inline-block;
  width: 2rem;
	font-size: 2rem;
	font-weight: 200;
}
.services-list-item.active .plus::before,
.faq-list-item.active .plus::before {
	content: "\2212";
}
.services-list-item .services-content,
.faq-list-item .faq-content {
	width: 100%;
	height: auto;
	padding: 0 3rem 1rem 6rem;
	display: none;
	transition: none;
}



/* NEWS & DISCOVER */
/* events */
.events .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.events.discover-list .container .text-wrap,
.events.discover-list .container .events-wrap {
	width: 50%;
}
.events.news-list .container .events-wrap {
	width: 100%;
}
.events.discover-list .container .events-wrap {
	padding-left: 2rem;
}
.event-item {
	background-color: #c0a073;
}
.event-item ul {
  padding: 0;
}
.event-item li {
	list-style: none;
  padding: 1rem;
  border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
.event-item li h3,
.event-item li h3 a {
	color: #ffffff;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
}
main .inner .event-item ul li:before {
	display: none;
}

.content-blog {
	position: relative;
}
.content-blog .row {
	position: relative;
}
.content-blog .post-item {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	padding: 1rem;
	width: 33.3333%;
	min-height: 150px;
	overflow: hidden;
}
.content-blog .post-item .post-content {
	position: relative;
	width: 100%;
	height: auto;
}
.content-blog .post-item .image {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.content-blog .post-item .image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	opacity: 0.7;
	transition: opacity ease-in 0.2s;
	-webkit-transition: opacity ease-in 0.2s;
	-ms-transition: opacity ease-in 0.2s;
	-o-transition: opacity ease-in 0.2s;
	-moz-backface-visibility: hidden;
}
.content-blog .post-item:hover .image img {
	opacity: 1;
	-moz-backface-visibility: hidden;
}
.content-blog .post-item .text {
	display: block;
	padding: 1.5rem;
	background-color: #f8f8f8;
}
.content-blog .post-item .text p {
	min-height: 100px;
}

/* SINGLE POST */
.single-blog.hat .post-text {
	margin: 3rem 0 0 0;
	font-weight: 600;
}
section.single-blog.hat {
	background-color: #ffffff;
}
.content-single-blog .single-post .post-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 1rem 0 0 0;
}
.content-single-blog .single-post .gallery_content {
	margin: 2rem 0 0 0;
}

/* PARTIAL FLEXIBLE STYLES */
/* bg color flexible */
section.bg_white {
	background-color: #ffffff;
}
section.bg_grey {
	background-color: #f4f4f4;
}
section.bg_beige {
	background-color: #e0d5c7;
}
/* f030 MEDIA img, parallax, video */
section.media .bloc-wrap.above {
	margin-bottom: 2rem;
}
section.media .bloc-wrap.below {
	margin-top: 2rem;
}
/* media image */
section.media.img .size {
	display: block;
	margin: 0 auto;
}
section.media.img .size-100 {
	max-width: 100%;
}
section.media.img .size-50 {
	max-width: 50%;
}
section.media.img .size-25 {
	max-width: 25%;
}

section.media.img-fullwidth {
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
}
/* media parralax */
section.media.parralax {
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
	height: 40vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.3);
	background-blend-mode: multiply;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
section.media.parralax .bloc-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	height: 100%;
}
section.media.parralax .bloc-wrap .inner {
	transform: translateY(300px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
	text-align: center;
	padding: 0 2rem;
	max-width: 800px;
}
section.media.parralax .bloc-wrap .inner.inview {
	transform: translateY(0);
  opacity: 1;
}
section.media.parralax .bloc-wrap .inner h2,
section.media.parralax .bloc-wrap .inner h3,
section.media.parralax .bloc-wrap .inner p {
	color: #ffffff;
}
section.media.parralax .bloc-wrap .inner h2 {
	text-transform: inherit;
	font-size: 1.5rem;
}
section.media.parralax .bloc-wrap .inner p {
	font-size: 1.3rem;
}
/* media video */
section.video .inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
section.video .bloc-wrap {
	width: 100%;
}
section.video .content_video.video-1.small-inner {
	width: 100%;
	padding: 0;
}
section.video .content_video {
	width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
	padding: 1rem;
}
section.video.tiers .content_video {
	width: 30%;
}
section.video .content_video .embed_video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
}
section.video .content_video .embed_video iframe,
section.video .content_video .embed_video object,
section.video .content_video .embed_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* f060 - FLEXIBLE COLUMNS */
section.columns-partial {
	text-align: center;
}
section.columns-partial .column-header {
  padding-bottom: 2rem;
}
section.columns-partial .bloc_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}
section.columns-partial .col_item-1,
section.columns-partial .col_item-2 {
	width: 50%;
}
section.columns-partial .col_item-3 {
	width: 33.333%
}
section.columns-partial .col_item-4 {
	width: 25%;
}
section.columns-partial .column_box {
	width: 25%;
	padding: 1rem;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
}
section.columns-partial .column_box:last-of-type {
	border: 0;
}
section.columns-partial .column-img {
	margin-bottom: 1rem;
}
section.columns-partial .column-img img {
	width: auto	;
	height: 35px;
}
section.columns-partial .column-img img:hover {
	opacity: .6;
	transition: 400ms ease-in;
	-webkit-transition: 400ms ease-in;
	-ms-transition: 400ms ease-in;
	-o-transition: 400ms ease-in;
	transform: scale(1.05, 1.05);
}
section.columns-partial .column-content p {
	padding: 0 1rem;
	font-size: 0.9rem;
}
section.columns-partial .column_box .button-container .gradient_btn {
	font-size: 0.8rem;
	padding: 0.3rem 1.2rem;
}
/* f065 FLEXIBLE duo */
section.duo_text-partial {
	text-align: left;
}
section.duo_text-partial .bloc_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
section.duo_text-partial .duo_1,
section.duo_text-partial .duo_2 {
	width: 40%;
  padding: 3rem;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}
section.duo_text-partial .duo_1 {
	background-color: #c0a073;
}

section.duo_text-partial .duo_1 h2,
section.duo_text-partial .duo_1 p {
	color: #ffffff;
}
section.duo_text-partial .duo-header img {
	width: 100px;
	height: auto;
}
/* f070 - FLEXIBLE TEXT & IMG */
section.text_img-partial {
	width: 100%;
	height: auto;
}
section.text_img-partial .bloc_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
section.text_img-partial.demi .content_txt {
	width: 50%;
	display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
	text-align: left;
}
section.text_img-partial.tiers .content_txt {
	width: 70%;
}
section.text_img-partial .content_img {
	position: relative;
}
section.text_img-partial.demi .content_img {
	width: 50%;
}
section.text_img-partial.tiers .content_img {
	width: 30%;
}
section.text_img-partial .content_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.text_img-partial .content_txt {
	padding-right: 1.5rem;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
}
section.text_img-partial.left .content_txt {
	order: 2;
}
section.text_img-partial.right .content_txt {
	padding-right: 1.5rem;
}
section.text_img-partial.left .content_txt {
	padding-left: 1.5rem;
}
section.text_img-partial.left .content_img,
section.text_img-partial.left .content_video {
	padding-left: 0;
}
/* FLEXIBLE video */
section.text_img-partial .content_video {
	width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.text_img-partial.tiers .content_video {
	width: 30%;
}
section.text_img-partial .content_video .embed_video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
}
section.text_img-partial .content_video .embed_video iframe,
section.text_img-partial .content_video .embed_video object,
section.text_img-partial .content_video .embed_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* SPECIAL SPA OFFER */
section.text_img-partial#spa-offer .content_txt {
	width: calc(100% - 350px);
}
section.text_img-partial#spa-offer .content_img {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	overflow: hidden;
}

/* f110 - FLEXIBLE GALLERY */
section.gallery-partial .row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-left: -0.5rem;
  margin-right: -0.5rem;
}
section.gallery-partial .gallery_item {
	display: block;
}
section.gallery-partial .gallery_item img {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
section.gallery-partial .gallery_item .rotate {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
section.gallery-partial .gallery_item a:hover img {
	-webkit-transform: scale(1.02) rotate(-0.2deg);
	-moz-transform: scale(1.02) rotate(-0.2deg);
	-o-transform: scale(1.02) rotate(-0.2deg);
	-ms-transform: scale(1.02) rotate(-0.2deg);
	transform: scale(1.02) rotate(-0.2deg);
}
section.gallery-partial .gallery_item {
	width: 20%;
	padding: 0.5rem;
	margin: 0;
}
section.gallery-partial.gallery_item.items-1 {
	width: 100%;
}
section.gallery-partial .gallery_item.items-2 {
	width: 50%;
}
section.gallery-partial .gallery_item.items-3 {
	width: 33.333%
}
section.gallery-partial .gallery_item.items-4 {
	width: 25%;
}


 /* IF SIDEBAR */
/* .single-news .content_blog {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.content_blog .single_post {
 width: 70%;
 padding: 0 2rem 0 0;
}
.content_blog .single_sidebar {
	width: 30%;
}
.content_blog .single_post .image {
	display: block;
	width: 100%;
	margin: 1rem 0 0 0;
}
.content_blog .single_sidebar {
	padding : 2rem;
	background: #f8f8f8;
}
.content_blog .single_sidebar .sidebar_title {
	padding: 0 0 1.5rem 0;
}
.content_blog .single_sidebar .sidebar_title span.line {
	display: block;
	margin: 15px 0 0 0;
	height: 1px;
	background: #ddd;
	position: relative;
}
.content_blog .single_sidebar .sidebar_title span.small_line {
	display: block;
	margin: 0;
	padding: 0;
	height: 1px;
	width: 80px;
	background: #c0a073;
	position: absolute;
	top: 0;
	left: 0;
}
.content_blog .single_sidebar ul li {
	padding: 0.3rem 0;
}
.content_blog .single_sidebar ul li a {
	font-size: 0.8rem;
	text-transform: uppercase;
} */


/* SPECIAL OFFERS */
.offers_wrap {
	position: relative;
}
.offers_wrap .offer {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 2rem;
	margin-bottom: 2rem;
}
.offers_wrap .offer {
	background: #f4f4f4;
}
.offers_wrap .offer .offer_image {
	width: 25%;
	background: #ffffff;
	border: 1px solid #c0a073;
}
.offers_wrap .offer .offer_image img {
	width: 100%;
	opacity: 0.8;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	-moz-backface-visibility: hidden;
}
.offers_wrap .offer .offer_image a:hover > img {
	opacity: 1;
	-moz-backface-visibility: hidden;
}
.offers_wrap .offer .offer_info {
	width: 75%;
	padding: 0 0 0 1.5rem;
}
.offers_wrap .offer .offer_info .offer_price {
	display: block;
	padding: 0 0 1.5rem 0;
}
.offers_wrap .offer .offer_info .offer_price span {
	font-weight: 400;
	color: #c0a073;
	padding-left: 0.5rem;
}

/* single offers */
.single-offres .offers_wrap .offer {
	margin: 0;
}
.offers_wrap .offer .offer_info .offer_content {
	padding: 1.5rem 0 0 0;
}

/* BON CADEAU */
.price_hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0 !important;
  margin: 0 !important;
}

/* MAP */
iframe.bristol_map {
	margin-top: 1rem;
	width: 100%;
	height: 500px;
}

/* FOOTER */
footer {
	position: relative;
	background-color: #f8f8f8;
	z-index: 1;
}
footer .inner {
	z-index: 2;
}
footer .footer-content {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
footer .footer-content .footer-wrap {
	width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
footer .logo-bristol {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 4rem;
}
footer .footer-item {
	width: 33.3333%;
	padding: 0 1rem;
	display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
footer .footer-menu li {
	text-align: center;
	padding: 0.3rem 0;
}
footer .footer-menu a {
	color: #494949;
	font-size: 0.8rem;
	font-weight: 200;
	text-transform: uppercase;
}
footer .footer-menu a:hover,
footer .current-menu-item > a {
	color: #c0a073;
}
footer p {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	text-align: center;
}
footer .rgpd {
	margin-top: 2rem;
}
/* footer rs */
footer .footer-rs {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 auto 2rem;
}
footer .footer-rs .picto-rs {
	margin: 0 0.8rem;
	padding: 0;
	opacity: 1;
}
footer .footer-rs a {
	opacity: 1;
}
footer .footer-rs a:hover {
	opacity: 0.8;
}
footer .footer-rs img {
	height: 22px;
  width: auto;
}
/* footer logos */
footer .inner.logos {
	padding: 0 2rem;
}
footer .footer-logos {
	display: flex;
	flex-flow: row wrap;
	gap: 4rem;
	justify-content: center;
	align-items: center;
	margin: 4rem auto 0;
	padding: 2rem 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
footer .footer-logos .logo {
	width: 100%;
	max-width: 80px;
	height: auto;
}

/* footer credit */
footer .credit {
	display: block;
	text-align: center;
	width: 100%;
	padding: 1rem;
	background-color: #f8f8f8;
	font-size: 0.8rem;
}



/* GRAVITY */
.grecaptcha-badge {
  visibility: hidden;
}
.gform_wrapper {
  position: relative;
  margin: 2rem 0 2rem 0;
  background-color: #f4f4f4;
  padding: 2rem;
}

/* legend & description */
.gform_wrapper .gform_required_legend {
	font-style: italic;
	margin-bottom: 1rem !important;
	font-size: 0.9rem !important;
}
.gform_wrapper.gravity-theme .gfield_description {
	font-style: italic;
	font-size: 0.9rem;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-style: italic !important;
}
/* instruction  */
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend,
.gform_wrapper.gravity-theme .instruction {
	font-size: 0.8rem !important;
	font-style: italic;
}
/* error */
.gform_wrapper .gform_validation_errors {
	background: transparent !important;
	margin-bottom: 2rem !important;
	padding: 0.8rem !important;
	text-align: center;
	box-shadow: none !important;
}
.gform_wrapper .gform_validation_errors>h2 {
	margin: 0 !important;
}
.gform_wrapper .gform_validation_errors>h2 .gform-icon {
	display: none !important;
}
.gform_wrapper .gform_validation_errors ol {
	display: none;
}
/* label */
.gfield_label {
  font-family: 'Montserrat', sans-serif;
	font-weight: 400 !important;
	font-size: 1rem !important;
}
/* fields */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
.gfield .iti.iti--allow-dropdown input,
.iti__tel-input,
.ginput_container select {
  font-family: 'Montserrat', sans-serif;
  padding: 0.5rem 0.7rem !important;
  border: 1px solid #e0d5c7;
  color: #c0a073;
  font-weight: 300 !important;
  font-size: 0.9rem;
  background-color: #ffffff;
  outline: none;
}
/* phone perks */
li.iti__country::before,
li.iti__divider::before {
	display: none !important;
}
/* checkbox & radio */
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
	line-height: 1.5;
}
/* price */
.gform_wrapper.gravity-theme .ginput_product_price_wrapper {
	display: block !important;
	font-weight: 400!important;
	margin-bottom: 0.5rem;
}
input[type="text"].ginput_total {
	padding: 0 !important;
	font-weight: 400!important;
}
/* submit & select */
.gform_button_select_files,
input[type="submit"] {
  font-family: 'Montserrat', sans-serif !important;
  border: 1px solid #c0a073;
	background-color: #c0a073 !important;
  color: #ffffff !important;
  font-size: 0.8rem !important;
  padding: 0.5rem 2rem;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: transparent !important;
  color: #c0a073 !important;
}
/* confirmation message */
.gform_confirmation_message {
  margin: 1rem 0;
  padding: 1rem;
  font-weight: 300;
  background: #e0d5c7;
  display: inline-block;
}
::placeholder { /* Most modern browsers support this now. */
  font-family: 'Montserrat', sans-serif;
	color: #c0a073;
	font-weight: 200 !important;
	font-size: 0.9em;
}
/* choice */
.gchoice {
  padding-bottom: 0.5rem;
}


/* newletter footer */
footer .gform_wrapper {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0 !important;
}
footer .gform_wrapper .gform_required_legend {
	display: none;
}
footer .gform_button_select_files, input[type="submit"] {
	padding: 0.6rem 0.4rem 0.6rem 0.3rem;
}

/* MEDIA QUERIES */

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
	section.media.parralax {
		background-attachment: scroll;
	}
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) {
	section.media.parralax {
		background-attachment: scroll;
	}
}
/* Nintendo Wii controller, Microsoft Kinect */
@media (hover: hover) and (pointer: coarse) {
	section.media.parralax {
		background-attachment: scroll;
	}
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
	section.media.parralax {
		background-attachment: fixed;
	}
}

@media screen and (max-width: 1200px) {

	/* home addon */
	section.text_img.addon.right-wrap {
    margin-top: 0;
	}
	section.text_img.addon .bloc-wrap .content-text p {
		font-size: 0.9rem;
	}
	/* common rooms & resto */
	.room-info h3,
	.quote-info h3 {
    padding: 0;
	}
	/* blocs feat */
	.room-info,
	.quote-info,
	section.feat .bloc-wrap .feat-item .offer-info-wrap .offer-info {
		padding: 2rem 1.5rem;
	}
	section.feat .bloc-wrap .feat-item h2.inner-title {
		font-size: 1.2rem;
		margin: 0 0 1rem 0;
	}
	.room-info p, .quote-info p {
    font-size: 0.9rem;
	}

}

@media screen and (max-width: 1124px) {

	/* global */
	.heron.h-left {
		width: 450px;
    height: 711px;
	}
	.heron.h-right {
		width: 392px;
		height: 711px;
	}
	/* header */
	.header .info_menu ul.menu li {
    padding: 0 0.5rem;
	}
	/* room booking */
	section.single-room .room-booking-wrapper {
    flex-flow: column wrap;
    align-items: center;
	}
	section.single-room .room-booking-wrapper .room_slider,
	section.single-room .room-booking-wrapper .room_booking {
    width: 100%;
	}

}

@media screen and (max-width: 1080px) {

	/* home */
	/* txt-img bg */
	section.text_img.bg {
    padding-top: 6rem;
    padding-bottom: 6rem;
	}

}

@media screen and (max-width: 992px) , screen and (max-height: 768px) {

	/* global */
	main {
		margin-top: 10rem;
	}
	.home main {
		margin-top: -1rem;
	}
	section.text_img::before {
		height: 80px;
		top: -40px;
	}
	section.text_img.right-wrap::after {
		height: 40px;
	}
	section.text_img.right-wrap::before {
		top: -40px;
	}
	.home section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
	}
	section:last-of-type {
    padding-bottom: 3rem;
	}
	.row {
    margin-left: -1rem;
    margin-right: -1rem;
	}
	p, main ul, main ol {
    font-size: .9rem;
	}
	section.header-title h1,
	h1.header-title {
    font-size: 2rem;
	}
	h2 {
    font-size: 1.2rem;
	}
	.content-text h2 {
    margin: 1.2rem 0 0.7rem 0;
	}
	h3 {
    font-size: 0.8rem;
    margin: 0 0 0.3rem 0;
	}
	/* header */
	.header .secondary-header,
	.header.smallscroll .secondary-header {
		height: 40px;
	}
	/* primary */
	.header .primary-header {
		padding: 2.5rem 0 0 0;
	}
	.header.smallscroll .primary-header {
    display: none;
	}
	.header .logo {
    padding: 1rem;
	}
	.header .logo img {
    width: 200px;
	}
	/* secondary */
	.header .secondary-header {
		height: 40px;
	}
	.booking-widget .booking-button {
		padding: 0 1rem;
	}
	.booking-widget .booking-button h2 {
		font-size: 0.8rem;
	}
	/* home */
	section.cover, section.cover .cover_img {
		padding: 0;
	}
	.home h1 {
    font-size: 3rem;
    margin: 0;
	}
	section.text_img.bg {
		background-color: rgba(0, 0, 0, 0.4);
		background-attachment: scroll;
	}
	/* services */
	section.room-services .bloc-wrap {
    padding: 1.5rem;
	}
	/* logos list */
	section.logos-list .bloc-wrap .logo-single {
    max-width: 70px;
    margin: 1.5rem;
	}
	/* parallax */
	section.parra-image .bloc-wrap {
		height: 30vh;
		background-attachment: scroll;
	}
	/* common rooms & resto */
	.room-info h3,
	.quote-info h3 {
		font-size: 0.9rem;
    margin: 1rem 0;
	}
	/* blocs feat */
	section.feat .bloc-wrap {
		flex-flow: column wrap;
		align-items: center;
	}
	section.feat .bloc-wrap .feat-item {
		padding: 1rem;
	}
	section.feat .bloc-wrap .feat-item .offer-info-wrap .offer-info {
		padding: 1.5rem;
	}
	/* featuring quote team */
	section.feat.quote .bloc-wrap .feat-item {
		padding: 1rem 0;
	}
	/* toggle faq & services */
	.services-list-item .plus,
	.faq-list-item .plus {
		padding: 0.5rem 1.5rem;
	}
	.services-list-item .services-content,
	.faq-list-item .faq-content {
		padding: 0 1.5rem 1rem 4.5rem;
	}
	.services-list-item .plus h3,
	.faq-list-item .plus h3 {
		font-size: 0.9rem;
	}
	/* news & explorer */
	.content-blog .post-item {
		width: 50%;
	}
	/* FLEX */
	section.img_single-partial.fullwidth .bloc_wrap {
		padding: 4rem 1rem;
	}
	section.img_single-partial.fullwidth .bloc_wrap .inner p {
		font-size: 1.5rem;
	}
	section.duo_text-partial .duo_1,
	section.duo_text-partial .duo_2 {
		width: 50%;
		padding: 1rem;
	}
	section.columns-partial .col_item-4,
	section.columns-partial .column_box {
		width: 33.333%;
	}
	/* map access page */
	.page-id-72 iframe {
		margin-top: 1rem;
		width: 100%;
		height: 350px;
	}
	/* footer */
	footer .footer-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
	}
	footer .logo-bristol {
    width: 200px;
		padding-bottom: 2rem;
	}

}

@media screen and (max-width: 860px) {

	/* home */
	/* txt-img bg */
	section.text_img.bg {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	/* txt-img addon */

	section.text_img.addon {
		padding-top: 1.5rem;
    padding-bottom: 1.5rem;
	}
	section.text_img.right-wrap::before {
		display: none;
	}
	section.text_img.addon .bloc-wrap {
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	section.text_img.addon .bloc-wrap .content-text,
	section.text_img.addon .bloc-wrap .content-img {
		width: 100%;
	}
	section.text_img.addon .bloc-wrap .content-text {
		order: 1;
    text-align: left !important;
    align-items: flex-start !important;
	}
	section.text_img.addon.left-wrap .bloc-wrap .content-text {
  	padding: 2rem 0 0 0;
	}
	section.text_img.addon.right-wrap .bloc-wrap .content-text {
		padding: 0;
	}
	section.text_img.addon .bloc-wrap .content-img {
		order: 2;
		padding: 0 !important;
		max-width: 400px;
		margin: 1rem auto 0;
	}

	/* menu list for page and global */
	.menu-wrap-single,
	.menu-wrap {
		flex-flow: column wrap;
	}
	.menus-list,
	.shedule-list {
		width: 100%;
	}
	.menus-list {
		padding: 0;
	}
	.shedule-list {
		margin-top: 2rem;
	}
	/* blocs feat */
	section.feat .bloc-wrap .feat-item {
		width: 65%;
	}
	section.feat.quote .bloc-wrap .feat-item .quote-pic {
		width: 45%;
	}
	section.feat.quote .bloc-wrap .feat-item .quote-info {
	  width: 55%;
	}
	/* events */
	.events.discover-list .container .text-wrap,
	.events.discover-list .container .events-wrap {
		width: 100%;
	}
	.events.discover-list .container .events-wrap {
		padding-left: 0;
	}
	/* footer */
	footer .logo-bristol {
    padding-bottom: 0;
	}
	footer .footer-item {
    width: 50%;
    padding: 1rem;
	}
	footer .menu li {
    padding: 0.2rem 0;
	}
	footer .footer-rs {
    margin-bottom: 1rem;
	}
	footer .footer-rs .picto-rs {
    margin: 0 0.5rem;
	}
	footer .footer-item.newsletter {
		width: 100%;
	}
	footer .footer-logos {
		margin: 2rem auto 0;
	}
	footer #gform_fields_2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer #field_submit {
		margin-left: 1rem;
	}
}

@media screen and (max-width: 768px) {

	/* global */
	section.header-title h1,
	h1.header-title {
    font-size: 1.5rem;
	}
	.heron.h-left {
    width: 350px;
    height: 553px;
	}
	.heron.h-right {
    width: 305px;
    height: 553px;
	}
	/* home */
	section.columns .column-content p {
    padding: 0;
    font-size: 0.8rem;
	}
	/* SPECIAL SPA OFFER */
	section.text_img-partial#spa-offer .content_txt {
		width: 100%;
	}
	section.text_img-partial#spa-offer .content_img {
		margin: 2rem auto 0;
		order: 2;
	}
	/* services */
	section.room-services .services-content-text .service-column {
		width: 100%;
	}
	section.room-services .services-content-text .service-column:first-of-type {
		padding-right: 0;
	}
	/* FLEX */
	section.text_img-partial.tiers .content_txt,
	section.text_img-partial.tiers .content_img {
		width: 50%;
	}
	section.columns-partial .col_item-3,
	section.columns-partial .col_item-4,
	section.columns-partial .column_box {
		width: 33.333%;
	}
	/* btn */
	.btn-wrap,
	.button-container {
		margin: 2rem 0 0 0;
	}
	.btn-wrap a, .btn-wrap span {
    font-size: 0.7rem;
    padding: 0.3rem 1rem;
	}

}

@media screen and (max-width: 640px) {

	/* reset */
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 1rem auto;
		width: 100%;
		max-width: 280px;
	}
	/* booking */
	.booking-content.display {
		width: 90vw;
	}
	/* home */
	.home h1 {
		font-size: 2.5rem;
		margin: 0;
	}
	/* txt-img */
	section.text_img .bloc-wrap {
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	section.text_img .bloc-wrap .content-text,
	section.text_img .bloc-wrap .content-img {
		width: 100%;
	}
	section.text_img .bloc-wrap .content-text {
		order: 1;
		padding: 4rem 2rem 2rem 2rem;
	}
	section.text_img .bloc-wrap .content-img {
		order: 2;
		padding: 0;
	}
	/* txt-img bg */
	section.text_img.bg#rooms .bloc-wrap .heading,
	section.text_img.bg .bloc-wrap .content-text {
		width: 100%;
	}
	section.text_img.bg#rooms .bloc-wrap .heading,
	section.text_img .bloc-wrap .heading {
    margin: 0 0 1rem 0;
    padding-right: 0;
	 }
	section.text_img.bg .bloc-wrap .content-text {
    padding: 0;
	}
	section.text_img.bg#spa .content-text {
    text-align: left;
    align-items: flex-start;
	}
	/* rooms */
	section.rooms .room-item {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
	}
	section.rooms .room-item .room-pic,
	section.rooms .room-item .room-info {
    width: 100%;
	}
	section.rooms .room-item .room-pic {
		order: 2;
	}
	section.rooms .room-item .room-info {
		order: 1;
	}
	/* blocs feat */
	section.feat .bloc-wrap .feat-item {
		width: 100%;
	}
	.services-list-item .plus h3,
	.faq-list-item .plus h3 {
    font-size: 0.8rem;
	}
	section.feat.quote .bloc-wrap .feat-item .quote-pic {
		width: 100%;
		order: 2;
	}
	section.feat.quote .bloc-wrap .feat-item .quote-info {
	  width: 100%;
	  order: 1;
	}
	/* offers */
	.special-offers .button-container {
		margin: 1rem 0 1rem 0;
	}
	.offers_wrap .offer {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
	}
	.offers_wrap .offer .offer_image {
    width: 100%;
		max-width: 300px;
		height: auto;
		order: 2;
	}
	.offers_wrap .offer .offer_info {
    width: 100%;
    padding: 0;
		order: 1;
	}
	.offers_wrap .offer .button-container {
		order: 3;
	}
	/* news & explorer */
	.content-blog .post-item {
		width: 100%;
	}
	/* FLEX */
	section.text_img-partial.demi .content_txt,
	section.text_img-partial.demi .content_img,
	section.text_img-partial.tiers .content_txt,
	section.text_img-partial.tiers .content_img {
		width: 100%;
	}
	section.text_img-partial.demi .content_txt,
	section.text_img-partial.tiers .content_txt {
		order: 1;
		padding-left: 0;
	}
	section.text_img-partial.demi .content_img,
	section.text_img-partial.tiers .content_img {
		order: 2;
		margin-top: 1rem;
	}
	section.text_img-partial .content_txt {
		padding-right: 0;
	}
	section.duo_text-partial .duo_1,
	section.duo_text-partial .duo_2 {
		width: 100%;
	}
	section.duo_text-partial .duo_2 {
		margin-top: 1rem;
	}
	section.columns-partial .col_item-1,
	section.columns-partial .col_item-2,
	section.columns-partial .col_item-3,
	section.columns-partial .col_item-4,
	section.columns-partial .column_box {
		width: 100%;
	}
	/* gallery */
	section.gallery-partial .gallery_item {
		width: 33.33%;
	}
	/* footer */
	footer .footer-logos {
		gap: 2rem;
	}
	footer .footer-logos .logo {
		max-width: 60px;
	}

}

@media screen and (max-width: 520px) {

	/* home */
	.home h1 {
		font-size: 2rem;
		margin: 0;
	}
	section.cover .accroche h2 {
    font-size: 0.9rem;
    margin: 1rem 0 0 0;
	}
	/* footer */
	footer .footer-item {
    width: 100%;
	}
	footer p {
		font-size: 0.8rem;
	}

}

@media screen and (max-width: 480px) {

	/* global */
	.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
	}
	h2 {
		margin: 0 0 1rem 0;
	}
	.heron.h-left {
    width: 250px;
    height: 395px;
	}
	.heron.h-right {
		width: 218px;
		height: 395px;
	}
	/* menu list for page and global */
	.menu-wrap {
		padding: 1rem;
	}
	/* rooms & feat */
	.room-info,
	.quote-info,
	section.feat .bloc-wrap .feat-item .offer-info-wrap .offer-info {
    padding: 2rem 1rem;
	}
	.room-info h3,
	.quote-info h3 {
    font-size: 0.8rem;
	}
	/* feat */
	section.feat .bloc-wrap .feat-item .offer-info-wrap {
		padding: 2rem;
	}
	section.feat .bloc-wrap .feat-item h2.inner-title {
		font-size: 1rem;
	}
	/* single */
	section.img_single-partial.fullwidth .bloc_wrap .inner p {
		font-size: 1.2rem;
	}

}

/* MAX HEIGH !! */
@media screen and (max-width: 340px) , screen and (max-height: 600px) {

	.home h1 {
    font-size: 1.6rem;
	}
	section.cover .button-wrap {
		display: none;
	}

}
