/*HOTEL PAUSA */
@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'engravers-gothic';
    src: url('fonts/engravers-gothic.eot');
    src: url('fonts/engravers-gothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/engravers-gothic.ttf') format('truetype'),
         url('fonts/engravers-gothic.svg#engravers-gothic') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'blairitclight';
    src: url('fonts/blairitclight.eot');
    src: url('fonts/blairitclight.eot?#iefix') format('embedded-opentype'),
         url('fonts/blairitclight.ttf') format('truetype'),
         url('fonts/blairitclight.svg#blairitclight') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'trade-obl';
    src: url('fonts/trade-obl.eot');
    src: url('fonts/trade-obl?#iefix') format('embedded-opentype'),
         url('fonts/trade-obl.ttf') format('truetype'),
         url('fonts/trade-obl.svg#trade-obl') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'trade';
    src: url('fonts/trade.eot');
    src: url('fonts/trade.eot?#iefix') format('embedded-opentype'),
         url('fonts/trade.woff') format('woff'),
	   url('fonts/trade.ttf') format('truetype'),
         url('fonts/trade.svg#trade') format('svg');
    font-weight: normal;
    font-style: normal
}

* {
     -moz-box-sizing: border-box;
     -webkit-box-sizing:border-box; 
	 box-sizing: border-box
}
h1, h2, h3, h4, h5 {
	font-weight: normal;	
}
.center {
	text-align: center;
}
img[alt] {
	font-size: 0.625em
}
html {
	height: 100%;	
	
	--col-bleu: rgba(27, 56, 111,1.00); 
	--col-bleu-tr: rgba(27, 56, 111,0.90); 
	--col-orange: rgba(225, 94, 55,1.00); 
	--col-orange-clair: rgba(248, 219, 211,1.00); 
	--col-clair: rgba(253, 251, 246,1.00); 
	
	--col-text-menu: rgba(253, 251, 246,1.00); 
	--col-text-menu-hover: rgba(253, 251, 246,1.00); 
	--col-fond-menu-hover: rgba(27, 73, 131,1.00); 
	--col-fond-omnibees: rgba(225, 94, 55,1.00); 
	--col-fond-sous-menu: rgba(27, 73, 131,1.00)
}
.enginewords {
	position: absolute;
	visibility: hidden;
}
.iframe_reserv {
	width:88%;
	height:700px;
	background-color:transparent;
	border:0;
	overflow:auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 1010;

}
body {
	background-color: var(--col-clair);
	font-size: 1em;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-attachment: fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover;
	font-family: "trade", Cambria, Times, serif;
}
.primaryContainer {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	min-width: 320px;
	min-height: 100%;
	position: relative;
	display: block;
	top: 0;
	overflow-x: hidden;
	z-index: 1;
}
#primaryContainer .shadowleft {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 1;
	background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.00) 43.88%,rgba(0,0,0,0.23) 62.55%,rgba(0,0,0,0.55) 80.99%,rgba(0,0,0,0.75) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.00) 43.88%,rgba(0,0,0,0.23) 62.55%,rgba(0,0,0,0.55) 80.99%,rgba(0,0,0,0.75) 100%);
	background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.00) 43.88%,rgba(0,0,0,0.23) 62.55%,rgba(0,0,0,0.55) 80.99%,rgba(0,0,0,0.75) 100%);
	background-image: linear-gradient(270deg,rgba(0,0,0,0.00) 43.88%,rgba(0,0,0,0.23) 62.55%,rgba(0,0,0,0.55) 80.99%,rgba(0,0,0,0.75) 100%);
}
#primaryContainer .shadowright {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 1;
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 43.88%,rgba(0,0,0,0.23) 62.55%,rgba(0,0,0,0.55) 80.99%,rgba(0,0,0,0.75) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 43.88%,rgba(0,0,0,0.23) 62.55%,rgba(0,0,0,0.55) 80.99%,rgba(0,0,0,0.75) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 43.88%,rgba(0,0,0,0.23) 62.55%,rgba(0,0,0,0.55) 80.99%,rgba(0,0,0,0.75) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 43.88%,rgba(0,0,0,0.23) 62.55%,rgba(0,0,0,0.55) 80.99%,rgba(0,0,0,0.75) 100%);
}

.contmenutop {
	width: auto;
	height: 28px;
	z-index: 2;
	float: right;
	position: absolute;
	right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-left-radius: 6px;
}

nav {
	margin: 0;
	left: 0;
	position: fixed;
	width: 100%;
	top: 10px;
	height: 80px;
	z-index: 100;

}
.contlogo_menutrait {
	display: block;
	height: 100%;
	width: 142px;
	z-index: 3000;
	position:absolute;
	left: 0;
}
.box-menu {
	position: relative;
	width: calc(100% - 142px);
	left: 0;
	float: right;
	clear: none;
	background-color: var(--col-bleu);
	display: block;
	height: 100%;
	z-index: 2000;
	opacity: 1;
}

.transition {
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	opacity: 1.0;
	/*margin-left: -940px;*/
}

/*.transition:hover {
	opacity: 1;
	margin-left: -5px;
	
}
.transition:hover .menutrait img {
	display: none;
		
}
.transition:hover #menu {
	/display: block;
}
*/

.logo {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding-top: 6px;
	background-color: var(--col-bleu);
	z-index: 1001;
}
.logo img {
	height: auto;
	max-height: 70px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 10px;
	z-index: 1002;
}
/*  ****************** HAMBURGER ************************* */
.hamburger {
	position: absolute;
	left: 20px;
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1006;
}

.menu-icon{
    position: relative; 
    width: 40px;
    height: 38px; 
    margin-left: 0;
    transition: transform 0.5s;
}
.menu-icon span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    display: block;
    height: 3px;
	width: 28px;
    background-color: var(--col-orange);
    transition: all 0.5s;
	border-radius: 2px;
}

.menu-icon span::before, .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10px);
    display: block;
    width: 28px;
    height: 3px;
	border-radius: 2px;
    background-color: var(--col-orange);
    transition: all 0.5s;
}
.menu-icon span::after {
    transform: translateY(10px); 
}
.menu-icon.is-opened { 
    margin:0; 
	margin-left: 0;
	top: 0px;
    left: 0px; 
	transition: all 0.8s;
}
.menu-icon.is-opened span { background: transparent; display: block;}
.menu-icon.is-opened span::before { transform: translateY(0) rotate(45deg); }
.menu-icon.is-opened span::after { transform: translateY(0) rotate(-45deg);}
.menu-icon.is-opened::before { display:none;}

.menu-icon.is-opened ~ nav { opacity: 1 !important; top: 66px; left: 0; max-height: 50em}
/*.menu-icon.is-opened ~ .breadcrump { top: 160px;}*/
.menu-icon.is-opened ~ .menu-icon::after { content: '0'; color: #fff }

#barremenutop {
	font-family: "engravers-gothic", sans-serif;
	margin-top: 8px;
	float: right;
	margin-right: 2% !important;
	width: 90%;
	font-style: italic;
}

#menutop {
	font-size: 0.813em;
	letter-spacing: 0.05em;
	width: 59%;
	float: right;
	margin-right: 6px;
	max-height : 17px;
}
#menutop ul {
	float: right;
	width: 100%;
}
#menutop li {
	color: var(--col-text-menu);
	display: inline;
	list-style-type: none;
	margin-right: 6%;
	float: right;
}
#menutop li:first-child {
	margin-right: 4%;
}
#menutop li:first-child a:after {
		content: '';
		display: block;
		float: right;
		margin-left: 8px;
		width: 24px;
		height: 24px;
		background-image: url(../imagens/contact-icon.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
#menutop a, #menutop a:active, #menutop a:visited, #menulangues a {
	color: var(--col-menu);
	text-decoration: none;
	padding: 0;
}
#menutop a:hover, #menutop .menureserver a:hover, #menulangues a:hover {
	text-decoration: none;
	color: var(--col-text-menu-hover); 

}
#menutop .menureserver a {
	color: rgba(245,163,138,1.00);
}

.conteneurdrapeaux {
	z-index: 1000;
}
.conteneurdrapeaux img {
	width: 20px;
	margin-top: -6px;
	margin-right: 1px;
	margin-left: 1px;
	display: inline;
	vertical-align: middle;
	border: none;
}
/* ******************************  M E N U   L A N G U E S **************************** */

#menulangues {
	float: right;
	margin-right: 0px;
	width: 24px;
}
.menu_langues {
	display: block;
	width: 24px;
	max-height: 26px;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;	
	overflow:hidden;
	position: relative;
	z-index: 100;
}
.menu_langues p {
	text-align: center;
	border: 0px;
	margin-bottom: 4px;
}

.menu_langues p img{
	width: 24px;
	height: 25px; 
	border-radius: 4px;
}

.menu_langues:hover {
	max-height: 300px;

}
#partners {
	width: auto;
	height: auto;
	display: inline;
	max-height: 16px;
	float: right;
}
#partners a img {
	position: relative;
	border-style: none;
	margin-right: 18px;
	height: 24px;
	border-radius: 4px;
}
.rectanglelogo {
	width: 3px;
	height: 10px;
	background-color: rgba(224,95,56,0.7);
	margin-right: 2px;
	margin-bottom: -1px;
	display: inline-block;
}
#menu{
	position: absolute;
	width: 90%;
	padding-left: 1%;
	padding-right: 2%;
	bottom: 4px;
	right: 0;
	font-family: "engravers-gothic", sans-serif;
	font-size: 0.875em;
	margin-bottom: 0px;
	list-style: none;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: nowrap;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;	
}

#menu a { 
	text-decoration:none;
	display : inline-block;
	margin-left: 2px;
}
#menu > li,
#menu > li li {
	color: var(--col-text-menu);
	position: relative;
	display: inline-block;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 8px;
	margin-left: 0px;
	white-space:nowrap;
}

#menu > li li {
	background: transparent none;
	padding-left: 8px;
	padding-right: 12px;
	display: block;
	line-height: 2.4em;
}
#menu > li li { 
	color: var(--col-text-menu);
 }
#menu > li li:hover {
	color: var(--col-text-menu-hover);
	background-color: var(--col-fond-menu-hover);
}
#menu > li:first-child {

}

#menu > li:hover {
	color: var(--col-text-menu-hover); 
	background-color: var(--col-fond-menu-hover);

}

#menu ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 34px; 
	max-height:0em;	
	margin:0; 
	padding:0;
	overflow:hidden;
	transition: 0.6s max-height 0.2s;
	border-radius: 0 0 4px 4px;
	background-color: var(--col-fond-sous-menu);
	font-size: 1.2em;
}

#menu > li:hover ul {
	max-height:30em;

}

#menu li:last-child ul {
	right: 0;
	left: unset;
	transform: none;
}
.menuactif {
	text-decoration: none;
	font-weight: normal;
	position: relative;
	left: 0px;
	text-align: center;
	top: 0px;
	border-bottom: 1px dotted var(--col-orange);
	padding-bottom: 1px;
}

#booknow {
	position: fixed;
	top: 96px;
	left: 0;
	z-index: 100;
	width: 140px;
}
#booknow img {
	width: 100%;
	height: auto;
	border-bottom-right-radius: 6px;
}
.gauche {
	left: 12%;
	top: 25%;
	z-index: 1;
}
.droite {
	right: 0%;
	top: 0%;
	z-index: 1;
}
#conttextegalerie {
	display: block;
	width: 50%;
	height: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-size: 1.2em;
	letter-spacing: 0.02em;
	color: var(--col-clair);
	position: absolute;
	transition: all 1.4s ease-in-out;
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.09) 19.97%,rgba(0,0,0,0.34) 42.35%,rgba(0,0,0,0.60) 99.48%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.09) 19.97%,rgba(0,0,0,0.34) 42.35%,rgba(0,0,0,0.60) 99.48%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.09) 19.97%,rgba(0,0,0,0.34) 42.35%,rgba(0,0,0,0.60) 99.48%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.09) 19.97%,rgba(0,0,0,0.34) 42.35%,rgba(0,0,0,0.60) 99.48%);
	overflow-y: scroll;
}
.linktextelong {
	font-family: "trade-obl";
	width: 100%;
	position: absolute;
	padding-top: 220px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.75em;
	color: rgba(40,23,9,1.00);
	display: none;
	padding-left: 10%;
	padding-right: 10%;
}
.linktextelong img {
	margin-bottom: -3px;
}
.linktextlongtexte {
	float: left;
}
.linkgallerylong {
	float: right;
}
.titre  {
 	transition: all 1s ease;
	font-family: 'engravers-gothic';
	margin-bottom: 22px;
	height: auto;
	width: auto;
	letter-spacing: 0.12em;
	font-size: 1.3em;
	padding-top: 30%;
	padding-left: 12%;

}
.titregalerie {
	color: var(--col-clair);
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 74px;
	font-family: 'engravers-gothic';
	font-size: 0.938em;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 0;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.31);
}
.textegalerie {
	font-family: 'trade';
	font-size: 0.77em;
	font-weight: normal;
	line-height: 1.45em;
	overflow-y: auto;
	max-height: 75%;
}
#conttextegalerie .textecourt {
	transition: all 1s ease;
	font-size: 0.77em;
	padding-left: 20%;
	padding-right: 18%;
	text-align: justify;
	line-height: 1.4em;
}
#conttextegalerie .textelong {
	width: 0;
	height: 0;
	font-size: 0.77em;
	padding-left: 60%;
	text-align: justify;
	padding-right: 10%;
	line-height: 1.25em;
	transition: all 1s ease;
	position: absolute;
	right: -1000px;
	display: none;
}
.textecourt a, .textecourt a:visited, .textecourt a:active {
	color: rgba(96, 45, 56,1.00);
}
.textecourt a:hover {
	color: rgba(157, 17, 47,1.00)
}
.textelong a, .textelong a:visited, .textelong a:active {
	color: rgba(96, 45, 56,1.00);
}
.textelong a:hover {
	color: rgba(157, 17, 47,1.00)
}
#conttextegalerie:target .linktext {
	display: none;
	color: #9C9307;
}
#conttextegalerie:target .linktextelong {
	display: block;
}
#conttextegalerie:target .linkgallery {
	display: none;
}
#conttextegalerie:target {
	background-image: none, -webkit-linear-gradient(270deg,rgba(255,244,232,0.00) 2.46%,rgba(255,248,242,0.70) 23.98%,rgba(255,248,242,0.80) 50.57%,rgba(255,248,242,0.70) 76.22%,rgba(255,244,232,0.00) 97.78%);
	background-image: none, -moz-linear-gradient(270deg,rgba(255,244,232,0.00) 2.46%,rgba(255,248,242,0.70) 23.98%,rgba(255,248,242,0.80) 50.57%,rgba(255,248,242,0.70) 76.22%,rgba(255,244,232,0.00) 97.78%);
	background-image: none, -o-linear-gradient(270deg,rgba(255,244,232,0.00) 2.46%,rgba(255,248,242,0.70) 23.98%,rgba(255,248,242,0.80) 50.57%,rgba(255,248,242,0.70) 76.22%,rgba(255,244,232,0.00) 97.78%);
	background-image: none, linear-gradient(180deg,rgba(255,244,232,0.00) 2.46%,rgba(255,248,242,0.70) 23.98%,rgba(255,248,242,0.80) 50.57%,rgba(255,248,242,0.70) 76.22%,rgba(255,244,232,0.00) 97.78%);
	right: 12%;
	width: 50%;
	border-left: 1px solid rgba(123,84,69,0.4);
	border-right: 1px solid rgba(123,84,69,0.4);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.22);
}

#conttextegalerie:target .textelong {
	color: rgba(40,23,9,1.00);
	display: block;
	padding-right: 10%;
	padding-left: 10%;
	max-height: auto;
	position: relative;
	right: 0;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#conttextegalerie:target .textecourt {
	color: rgba(40,23,9,1.00);
	padding-right: 10%;
	padding-left: 10%;
	line-height: 1.25em;
	display: block;
}
#conttextegalerie:target .titre {
	color: rgba(40,23,9,1.00);
	padding-top: 48%;
	padding-left: 10%;
}
#conttextegalerie strong {
	font-weight: normal
}
.linktext {
	font-family: 'trade-obl';
	line-height: 2em;
	float: left;
	display: block;
	margin-right: 13%;
	margin-bottom: 40px;
}
.linktext img {
	position: relative;
	top: 2px;
	
}
.linktext a, .linktext a:visited, .linktext a:active {
	color: #FBF3EA;
}
.linkback {
	font-family: 'trade-obl';
	display: block;
	clear: both;
	font-size: 0.875em;
	color: var(--col-clair);
	margin-top: 6px;
	text-align: right;
	width:auto;
	max-width: 350px;
}
.linkgallery {
	font-family: 'trade-obl';
	font-size: 0.75em;
	z-index: 20;
	display: block;
	float: right;
	margin-right: 18%;
}
.linkgallery img {
	position: relative;
	top: 2px;
	margin-left: 4px;
}
.linkpdf {
	font-family: "trade-obl";
	text-align: left;
	font-size: 0.875em;
	margin-top: 2px;
	height: 10px;
}
.linkpdf p {
	float: left;
	line-height: 2.8em;
	}
.linkpdf img {
	width: 22px;
	display: block;
	position: relative;
	top: -4px;
	margin_right: 6px;
	float: left;
}
.backgallery {
	font-family: "trade-obl";
	color: #FAFAFA;
	position: relative;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 2px;
}
.backgallery img {
	position: relative;
	top: 0px;
	padding-right: 4px;
}
.backgallery a {
	background-color: #F65D20;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 5px;
	border-radius: 3px;
}
.container {
	-webkit-width: calc(100% - 214px); 
	width: calc(100% - 214px);
	max-height: 100%;
	height: 100%;
	float: right;
}
.containertexte {
	width: 98%;
	height: 95%;
	float: right;
	padding-left: 5%;
	padding-right: 20px;
	padding-top: 110px;
	padding-bottom: 20px;
	margin-right: 0px;
	font-family: 'trade', Times, serif;
	color: rgba(83,67,55,1.00);
	z-index: 1;
	position: relative;
}
.conttextetexte {
	display: block;
	width: 90%;
	height: auto;
	max-height: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 152px;
	color: rgba(0,0,0,1.00);
}
.titretexte {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 54px;
	margin-left: 0px;
	font-family: 'engravers-gothic';
	font-size: 1.3em;
	letter-spacing: 0.1em;
}
.soustitretexte {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: 'engravers-gothic';
	font-size: 1em;
	letter-spacing: 0.1em;
}
.block-left {
	width: 38%;
	height: auto;
	display: inline-block;
	padding: 0;
	margin-top: 0;
	margin-left: 3%;
	vertical-align: top;
}
.block-left.trade-oblal table tr td a img {
	margin-right: 8px;
	display: inline-block;
	vertical-align: bottom;
}.block-right {
	width: 32%;
	height: auto;
	display: inline-block;
	margin-top: 0;
	margin-left: 14%;
	vertical-align: top;
}
.textereservar {
	font-size: 0.75em;
	line-height: 1.4em;
	display: block;
	font-family: 'trade';
	width: 100%;
	height: auto;
	top: 0%;
	left: 0%;
	padding: 0;
	margin-bottom: 10px;
}
.contformreserva {
	height: auto;
	display: inline-block;
	top: 0%;
	padding: 0;
	margin-top: 0px;
	margin-left: 0%;
	width: 46%;
	vertical-align: top;
}
.contformreservar {
	height: auto;
	display: inline-block;
	color: rgba(100,90,91,1.00);
	top: 30%;
	left: 11%;
	padding: 0;
	margin-top: 0px;
	margin-left: 5%;
	width: 50%;
	vertical-align: top;
}
.libelle {
	font-family: 'trade-obl';
	font-size: 0.688em;
	padding-bottom: 0px;
	display: block;
}
.camporeservar {
	font-size: 0.688em;
	width: 99%;
	font-family: 'trade';
	background-color: rgba(246,246,246,1.00);
	border: 1px solid rgba(200,200,200,1.00);
	border-radius: 2px;
	margin-bottom: 14px;
	color: rgba(44,44,44,1.00);
}
.camporservarerro {
	font-family: 'trade';
	font-size: 0.688em;
	width: 99%;
	background-color: rgba(207,111,113,0.21);
	border: 1px solid rgba(76,21,21,0.62);
	color: rgba(69,64,63,1.00);
	border-radius: 2px;
	margin-bottom: 10px;
}
.campooption {
	width: 27%;
	font-family: 'trade';
	font-size: 0.75em;
	background-color: rgba(246,246,246,1.00);
	border: 1px solid rgba(200,200,200,1.00);
	border-radius: 2px;
	margin-bottom: 10px;
	margin-right: 2.5%;
}
.bouton-branco {
	font-family: 'trade-obl';
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(133,120,121,1.00);
	border-radius: 6px;
	color: rgba(100,90,91,1.00);
	font-size: 0.688em;
	padding-top: 2px;
}
.button {
	width: 70px;
	font-family: 'trade-obl';
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(200,200,200,1.00);
	border-radius: 4px;
	margin-bottom: 3px;
	margin-right: 3%;
	float: left;
	padding-top: 3px;
}
.messageerr {
	font-size: 0.688em;
	color: rgb(0,0,0);
	text-align: center;
	height: auto;
	width: 300px;
	position: absolute;
	visibility: visible;
	left: 55%;
	top: 172px;
	z-index: 99999999;
	border-radius: 12px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: rgb(255,153,102);
	background: rgb(255,123,13); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmN2IwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmE4NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(255,123,13,1) 1%, rgba(255,168,76,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,123,13,1)), color-stop(100%,rgba(255,168,76,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,123,13,1) 1%,rgba(255,168,76,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,123,13,1) 1%,rgba(255,168,76,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,123,13,1) 1%,rgba(255,168,76,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,123,13,1) 1%,rgba(255,168,76,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-8 */


}

.reservaonline {
	font-family: 'trade';
	display: inline-block;
	width: 44%;
	height: auto;
	vertical-align: top;
	margin-left: 4%;
	font-size: 0.75em;
}
.reserveagora {
	display: block;
	width: 80%;
	text-align: center;
	font-size: 0.75em;
	padding: 2px;
	margin-top: -20px;
	border: 1px solid rgba(142, 141, 141, 0.7);
	border-radius: 10px;
	background-image: linear-gradient(180deg, #ECECEC 0%, #FFFEFA 50.48%, #ECECEC 100%);
}
.reserveagora a p {
	color: rgba(138,32,65,1.00);
}

.reserveagora:hover {
	color: rgba(182,35,52,1.00);
	border-color: rgba(138,32,65,1.00);
}
.consultapromo {
	font-family: "trade";
	display: block;
	text-align: left;
	letter-spacing: 0em;
	font-size: 0.875em;
	height: 30px;
	float: left;
	margin-top: 30px;
	clear: both;
}
.consultapromo img {
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: -3px;
	margin-bottom: 20px
}
.img-mapa1 {
	height: auto;
	display: inline-block;
	width: 200px;
}
.img-mapa1 img{
	height: auto;
	min-width: 120px;
	width: 100%;
}
.img-mapa2 {
	height: auto;
	display: inline-block;
	width: 230px;
}
.img-mapa2 img{
	height: auto;
	min-width: 160px;
	width: 100%;
}
.titre-mapas {
	font-family: 'engravers-gothic';
	margin-bottom: 5%;
	height: auto;
	width: auto;
	letter-spacing: 0.2em;
	font-size: 1em;
	display: block;
	vertical-align: top;
}
.block-mapas {
	width:100%;
	display: block;
	margin-bottom: 80px;
}
.loc_col_1, .loc_col_2, .loc_col_3, .loc_col_4 {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	min-width: 300px;
	font-size: 0.813em;
	position: relative;
	text-align: justify;
}
.loc_col_1_2 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 40px;
}
.loc_col_1 {
	z-index: 100;
}
.loc_col_2 {
	z-index: 10;
	margin-left: 0;
}
.loc_col_3_4 {
	display: inline-block;
	vertical-align: top;
	width: 49%;;
}
.loc_col_3 {
	z-index: 100;
	margin-left: -110px;
}
.loc_col_4 {
	z-index: 110;
	margin-left: -60px;
}
.table-mapas {
	width: 95%;
	font-size: 0.75em;
	display: inline-block;
	line-height: 1.35em;
}
.table-mapas p {
	padding-left: 3%;
	padding-right: 3%;
}
.contformcontact {
	height: auto;
	display: inline-block;
	color: rgba(100,90,91,1.00);
	top: 30%;
	left: 11%;
	padding: 0;
	margin-top: 0px;
	margin-left: 5%;
	width: 37%;
	vertical-align: top;
}
.contformcontact .titre  {
	font-family: 'engravers-gothic';
	margin-top: -4px;
	margin-bottom: 30px;
	height: auto;
	width: auto;
	letter-spacing: 0.2em;
	font-size: 1em;
}
.contformresonline {
	height: auto;
	display: inline-block;
	color: rgba(100,90,91,1.00);
	left: 11%;
	padding: 0;
	margin-top: 0px;
	margin-left: 5%;
	width: 90%;
	vertical-align: top;
}
.contformresonline .titre  {
	font-family: 'engravers-gothic';
	margin-top: -4px;
	margin-bottom: 30px;
	height: auto;
	width: auto;
	letter-spacing: 0.2em;
	font-size: 1em;
}
.libformulaire {
	font-family: 'trade-obl';
	font-size: 0.75em;
	text-align: left;
}
.textechampform {
	font-family: 'trade';
	font-size: 0.688em;
	height: 22px;
	width: 80%;
	background-color: #FBFBF7;
	border: 1px solid rgba(44,32,8,0.44);
	color: rgba(69,64,63,1.00);
}
.champformerro {
	font-family: 'trade';
	font-size: 0.75em;
	height: 22px;
	width: 80%;
	background-color: rgba(207,111,113,0.21);
	border: 1px solid rgba(76,21,21,0.62);
	color: rgba(69,64,63,1.00);
}
.message {
	height: auto;
}
:required {
	background-color: #FBF6F0;
}
.formulario form table tr td {
	height: 40px;
}
.adresse {
	font-family: 'trade-obl';
	padding: 0;
	line-height: 1.4em;
	color: rgba(100,90,91,1.00);
	font-size: 0.75em;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	margin-right: 0;
	margin-bottom: 70px;
	max-width: 230px;

}
.whatsapp:after {
	
	content: "";
	background-image:url(../imagens/whatsapp.png);
  	background-size: 100% 100%;
	display: inline-block;

  /*size of your image*/
	height: 22px;
	width:22px;

  /*if you want to change the position you can use margins or:*/
	position:relative;
	top:5px;
	left: 5px;
	
}
.trip_advisor_widget {
	position: fixed;
	bottom: 2%;
	right: 2%;
}
#apDiv1 {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 20px;
	height: 10px;
	z-index: 998;
	visibility: visible;
}
.apDiv2 {
	position: absolute;
	left: 50%;
	top: 58%;
	z-index: 999999;
	visibility: visible;
	width: 30%;
	height: 1px;
	background-color: rgba(152,139,139,1.00);
}

#textocontato {	float: left;
	width: 330px;
	z-index: 8;
	position: absolute;
}
.messageerro {
	font-family: "trade-obl";
	font-size: 0.75em;
	color: #FFF;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 8px 4px 4px;
	z-index: 999999;
	position: absolute;
	margin-left: 10%;
	background-color: rgba(92, 46, 50, 0.7);
	top: -20px;
}
.messageok {
	font-family: "trade-obl";
	font-size: 0.75em;
	color: #000;
	background-color: rgba(215, 243, 202, 1);
	display: block;
	border-radius: 6px;
	text-align: center;
	padding: 8px 2px 2px;
	z-index: 999999;
	width: 66%;
	margin-top: -17%;
	margin-left: 17%;
	position: relative;
}
.fotonogalerie {
	height: auto;
	width: 22%;
	min-width: 180px;
	display: inline-block;
	position: relative;
	top: 0%;
	left: 10px;
	vertical-align: top;
}
.fotonogalerie img {
	width: 100%;
	height: auto;
}
.block-large {
	width: 65%;
	height: auto;
	display: inline-block;
	color: rgba(100,90,91,1.00);
	padding: 0;
	margin-top: 0;
	margin-left: 5%;
	font-size: 0.813em;
	vertical-align: top;
}
@media screen and (max-width: 1900px) {
	
}
@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1400px) {
	
}
@media screen and (max-width: 1320px) {

	
}
@media screen and (max-width: 1294px) {

/*#menu > li {
	padding-left: 12px;
	padding-right: 12px;
}*/
#conttextegalerie {
	width: 60%;
}
}

@media screen and (max-width: 1090px) {


#conttextegalerie:target {
	width: 60%;
	}

}
@media screen and (max-width: 1090px) {
	.logo img {
		max-height: 70px;
	}
	nav {
		height: 80px;
	}
	#barremenutop {
		margin-right: 20px;
	}

	#menu {
		padding-left: 1%;
		padding-right: 1%;
		width: 100%;
	}
	#menu ul {
		top: 30px;
	}
	#conttextegalerie {
		width: 80%
	}
	.containertexte {
/*		width: 90%;
		padding-top: 100px;*/
	}
	#conttextegalerie:target {

	}
	.loc_col_3 {
		margin-left: 0;
	}
	.loc_col_4 {
		margin-left: 0;
		display: block;
	}
	.img-mapa2 {
		float: right;
	}
	.iframe_reserv {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	#menu {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.75em;
	}
	#menu > li {
		padding-right: 0;
	}
}
@media screen and (max-width: 768px) {
	nav {
		background-color: var(--col-bleu);
	}
	.box-menu {
		position: absolute;
		width: 190px;
	}
	.contlogo_menutrait {
		left: 46px;
	}
	.menutrait {
		display: block;
	}
	#barremenutop {
		margin-top: 0;
	}
	#menulangues {
		float: none;
		margin: 0;
		width: auto;
	}
	.menu_langues {
		position: fixed;
		right: 2%;
		top: 60px;
		background: none;
		width: 24px;
		z-index: 1;
	}
	.menu_langues p {
		margin-bottom: 4px;
	}	
	.menu_langues p img {
		width: 24px;
		height: 24px;
		border-radius: 4px;
	}
	#partners {
		position: fixed;
		right: calc(1% + 34px);
		margin: 0;
		top: 60px;
	}
	#partners a img{
		margin: 0;
		width: 24px;
		height: auto;
		margin-right: 10px;
	}
	#menutop {
		position: fixed;
		right: 2%;
		top: 16px;
		width: auto;
		padding-top: 0;
		text-align: right;
		margin: 0;
		font-size: 1em;
		letter-spacing: 0.1em;
	}
	#menutop li {
		display: block;
		float: none;
		margin: 0;
		margin-bottom: 0px;
		line-height: 1.5em;
	}
	#menutop li:first-child {
		line-height: 30px;
		margin-right: 0;
	}
	#menutop li:first-child a:after {
		content: '';
		display: block;
		float: right;
		margin-left: 8px;
		width: 24px;
		height: 24px;
		background-image: url(../imagens/contact-icon.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#menutop li:last-child {
		display: none;
	}
	#menutop li a {
	text-shadow: 
		1px 1px rgba(68,45,41,0.88),
		rgba(68,45,41,0.88) -1px 1px,
		rgba(68,45,41,0.88) -1px -1px,
		rgba(68,45,41,0.88) 1px -1px,
		rgba(0, 0, 0, 0.60) 1px 1px 5px;
	}
	#menu {
		position: absolute;
		display: block;
		width: 190px;
		top: 70px;
		left: -200px;
		float: none;
		padding:0;
		background-color: var(--col-bleu);
		font-size: 0.875em;
		height: 54px;
	}
	#menu li:first-child {
		border: none;
		margin-top: 20px;
	}

	#menu li {
		background-color: var(--col-bleu);
	}
	#menu li:hover {
		background-color: var(--col-fond-menu-hover) !important;
		max-width: 100%;
	}
	#menu  li {
		display: block;
		padding-top: 10px;
		padding-left: 30px;
		line-height: 2.6em;
	}
	#menu ul {
		left: 190px !important;
		right: unset !important;
		top: 0;
		border-radius: 0;
		transform: none;
		
	}
	#menu > li li {
		background-color: var(--col-fond-sous-menu);
		line-height: 2.4em;
	}
	#menu > li li:first-child {
		margin-top: 0;
	}
	#menu > li li:last-child {

	}

	#conttextegalerie {
		width: 100%
	}
	.fotonogalerie {
		display: none;
	}
	.contformcontact{
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.adresse {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	#conttextegalerie:target {
		width: 65%;
	}
	.loc_col_1_2 {
		width: 100%;
	}
	.loc_col_3_4 {
		width: 100%;
	}
	.loc_col_4 {
		display: inline-block;
	}
	.iframe_reserv {
		height: 500px;
	}

}
@media screen and (max-width: 600px) {
	
	.transition:hover #menulangues {
		margin-right: 0;
	}
	.transition:hover #partners {
		margin-right: 40px;
	}
	.transition:hover #menutop {
		margin-right: 0;
	}
	.transition:hover #menutop li {
		margin-right: 0;
		margin-left: 12px;
	}
	.textechampform {
		width: 100%
	}
	.titre {
		padding-left: 5%;
	}
	#conttextegalerie {
		font-size: 1.1em;
	}
	#conttextegalerie .textecourt {
		padding-left: 20px;
		padding-right: 30px;
	}
	#conttextegalerie:target {
		width: 80%;
	}
	.titregalerie {
		bottom: 50px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 480px) {
	#booknow {
		top: 86px;
	}
	nav {
		height: 70px;
	}
	.box-menu {
		width: 170px;
	}
	.logo img {
		height: 60px;
	}
	.hamburger {
		width: 24px;
	}
	.menu-icon span, .menu-icon span::before, .menu-icon span::after {
		width: 24px;
	}

	#menutop li {
		max-width: 120px;
	}
	#partners {
		top: 50px;
	}
	#partners a img{
		margin: 0;
		margin-left: 4px;
		margin-right: 4px;
	}
	.menu_langues {
		top: 50px;
	}
	#menu {
		width: 150px;
	}
	#menu ul {
		left: 150px !important;
		max-width: 170px;
	}
	#menu li {
		padding-left: 20px;
		line-height: 2em;
	}
	#menu > li li {
		line-height: 2em;
	}
	.block-right {
		display: block;
	}
	#conttextegalerie:target {
		width: 100%;
	}
	.loc_col_1, .loc_col_2, .loc_col_3, .loc_col_4 {
		min-width: 260px;
	}
	.droite {
		right: 0!important;
	}
	.titre {
		padding-top: 180px;
	}
	.linktextelong {
		padding-top: 44%
	}
	.trip_advisor_widget img {
		width: 80px !important;
	}
	#CDSWIDCOE {
		width: 100px !important
	}
	#CDSWIDCOE img {
		width: 80px !important;
		height: auto;
	}
}

