@charset "utf-8";
/* CSS Document */

.menutag {
	position: absolute;
	left: 0px;
	top: 320px;
}
header{
	z-index: 1920;
}
/* header*/
#MenuContainer {
    width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1920;
}

.MC_Start {
	height:192px;
	background-color: transparent;
	background-image: url("../img/Ligne_up.png"), url("../img/Logo_white_149x92.png") , url("../img/BG_Degrade_192px.png");
	background-repeat: no-repeat , no-repeat , repeat-x ;
	background-position: 192px 28px, 32px 28px, left top ;
}
.MC_End {
	height:92px;
	background-color: #ffffff;
	overflow: hidden;
	background-image: url("../img/Ligne_up_end.png"), url("../img/Logo_black_104x64.png");
	background-repeat: no-repeat , no-repeat , repeat-x ;
	background-position: 192px 0px, 32px 8px, left top ;
}
#Menu {
	width:calc(100% - 220px);
	position: relative;
	margin-left: 220px;
	margin-top: 0px;
	padding-top: 0px;
}

#NavIco {
	position: absolute;
	left: 0px;
	top: 14px;
	width: 64px;
	height: 36px;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	background-repeat: no-repeat;
}
#NavIco:hover {
	cursor:pointer;
}





#Navul {
	width: calc(100% - 248px);
	margin-left: 48px;
    font-size: 1em;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	list-style-type: none;
	padding-top: 8px;
}
#Navul li {
 	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
    font-family: 'Encode Sans Condensed';
    font-size: 1em;	
  text-transform: uppercase;
}
#Navul li a {
  position: relative;
  display: block;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 16px;
  padding-top: 16px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0px;
}
#Navul li a:hover {
  font-weight: 400;
  transition: all .5s;
}
#Navul li a,
#Navul li a:after{
  transition: all .5s;
}

#Navul li:hover {
	cursor: pointer;
}
/* stroke */
#Navul li a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  height: 1px;
}
#Navul li a:hover:after {
  width: 100%;
}

.Navul_Start  li a:after {
  background: #ffffff;
}
.Navul_End  li a:after {
  background: #404040;
}
#Nav {
	position: fixed;
	width: 208px;
	height: 100%;
	left: 0px;
	padding: 0px;
    font-family: "Encode Sans Condensed", sans-serif;
    font-size: 1.2em;
	background-color: rgba(167,140,128,1);
	overflow: hidden;
	background-image: url("../img/LogoSymbol.png");
	background-repeat: no-repeat;
	background-position: center 64px;
	z-index: 2048;
}

.NavOn {
	top: 0px;
	-webkit-transition: all 0.64s ease-out;
	transition: all 0.8s ease-out;
}
.NavOff {
	top: -100%;
	-webkit-transition: all 0.64s ease-out;
	transition: all 0.8s ease-out;
}

#Nav ul {
    margin-top: 160px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
#Nav ul .title {
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-top: 4px;
	font-size: 0.8em;
	font-weight: 400;
}
#Nav ul .subtitle {
	font-size: 0.8em;
	padding-bottom: 0px;
	font-weight: 200;
}
#Nav ul li {
    list-style: none;
    text-align: center;
}
#Nav ul li:hover, #Nav ul li a:hover, #Nav ul p a:hover {
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
#Nav ul p {
    text-align: center;
	margin: 0px;
}
#Nav ul li a, #Nav ul p a {
	color: #404040;
}
.NI_Start {
	background-image: url("../img/BG_Ico_Nav.png");
	background-position: center center;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.NI_End {
	background-image: url("../img/BG_Ico_Nav_End.png");
	background-position: center center;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.Navul_Start {
	color: #ffffff;
}
.Navul_End {
	color: #404040;
}
.Navul_Start a {
	color: #ffffff;
}
.Navul_End a {
	color: #404040;
}

#IdiomaIco {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 16px;
	right: 32px;
	overflow: hidden;;
    font-family: 'Arsenal Regular';
    font-size: 1em;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	list-style-type: none;
	padding: 0px;
	}
#IdiomaIco ul {
	width: 96px;
	height: 32px;
	float: right;
	margin: 0px;
	list-style: none;
}

#IdiomaIco li {
	float: right;
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 4px;
	cursor: pointer;
	color: #404040;
	list-style: none;
	text-decoration: none;}

#IdiomaIco:hover {
	width: 96px;
}
#IdiomaIco li:hover, #IdiomaIco li a:hover {
	background-color: #a78c80;
	color: white;
	list-style: none;
	text-decoration: none;
}
.II_Start li a {
	color: #ffffff;
}
.II_Start {
	color: #ffffff;
	border: solid 1px #ffffff;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;

}
.II_End {
	color:#4040400;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	border: solid 1px #404040;
}
.II_End  li a {
	color: #404040;
}
/*Panel video plein ecran */
#Video {
	width: 100%;
	height:  auto;
}
#Video img {
	width: 100%;
	height:  auto;
}

/*Introdução index*/
#Intro {
	z-index: 16;
}
#Services {
	width: 100%;
	padding-bottom: 64px;
}
#Services .Container {
	width: 80%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#Services .Container article {
	position: relative;
	padding-bottom: 64px;
	margin-bottom: 48px;
	border-bottom: 1px solid #404040;
	min-height: 420px;
}
#Services .Container article aside {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
}
#Services .Container article figure {
	position: relative;
	margin-left: 384px;
	color: #404040;

}
#Services .Container article figure h1 {
	margin-bottom: 16px;
	margin-top: 32px;
	margin-left: 0px;
    font-family: 'Arsenal Bold';
    font-size: 3em;

}
#Services .Container article figure h2 {
	margin-bottom: 24px;
	margin-left: 0px;
    font-family: 'Arsenal Regular';
    font-weight: 400;
    font-size: 1.6em;
}
#Services .Container article figure p {
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 200;
    font-size: 1.1em;
	text-align: justify;
}
.Button a,
.Button a:after {
  transition: all .5s;
}
.Button {
	width: 320px;
	height: 32px;
	margin-left: calc(100% - 320px);
	text-align: center;
	margin-top: 32px;
	background-image: url("../img/Btn_Whatsapp_24.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.Button:hover {
  	transition: all .5s;
	background-image: url("../img/Btn_Whatsapp_24_hover.png");
}
.Button a {
	color:rgba(167,140,128,0.64);
	margin-right: auto;
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 1.2em;
	text-decoration: none;
}
.Button a:hover {
	color:rgba(167,140,128,1);
	text-decoration: none;
}
.Button a:after {
  position: absolute;
  bottom: 0;
  left: calc(100% - 320px);
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
.Button a:hover:after {
  width: 256px;
}


#Intro .Container {
	width: 100%;
	position: relative;
	padding-left: 92px;
	margin-top: 0px;
	padding-bottom: 64px;
}
#Intro .Container img {
	position: absolute;
	left: 0px;
	top: -180px;
}
#Intro .Container h1 {
	margin-bottom: 16px;
	margin-top: 32px;
	margin-left: 32px;
    font-family: 'Arsenal Bold';
    font-size: 3em;

}
#Intro .Container h2 {
	width: 480px;
	margin-bottom: 24px;
	margin-left: 32px;
    font-family: 'Arsenal Regular';
    font-weight: 400;
    font-size: 1.6em;
}
#Intro .Container article {
	width: 100%;
	display: flex;
	margin: 0px;
	
}
#Intro .Container article figure {
	width: calc(50% - 64px);
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 200;
    font-size: 1.2em;
	text-align: justify;
	margin-right: 32px;
	margin-left: 32px;
}

/*Reservar*/
#Reservar {
	width: calc(100% - 157px);
	height: 256px;
	padding-left: 157px;
	background-color: #ffffff;
	background-image: url("../img/BG_Reserv_quadro.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#Reservar article {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
#Reservar article figure {
	margin-left: 16px;
	margin-right: 16px;
	padding-bottom: 16px;
	border-bottom: solid 1px #404040;
}
#Reservar article figure .T1 {
    font-family: 'Arsenal Regular';
    font-size: 1em;
	text-align: center;
	color: #404040;
	margin-bottom: 16px;
}
#Reservar article figure input {
    font-family: 'Arsenal Bold';
    font-size: 1.6em;
	text-align: center;
	color: #404040;
	border: none;
	width: 100%;
	background-color: transparent;
}
#Reservar article .T3 {
    font-family: 'Arsenal Regular';
    font-size: 1.2em;
	text-align: center;
	color: #404040;
	margin-top: 16px;
}
#Reservar article .T3:hover {
    cursor: pointer;
}

/*Panel acomodações*/
#Suites {
	position: relative;
	width: 100%;
	margin-top: 92px;
	margin-bottom: 92px;
	background-image: url("../img/BG_Suites.png");
    background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 24px center;
}
#Suites .Container {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

#Suites .T1 {
    font-family: 'Arsenal Bold';
    font-size: 2.6em;
	color: #404040;
	margin-bottom: 48px;
	margin-left: 220px;
}
#Suites .Container article {
	width: 24%;
}
#Suites .Container article .Btn {
	width: 128px;
	position: relative;
    font-family: 'Arsenal Regular';
    font-size: 1.1em;
	color: #404040;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ffffff;
	z-index: 128;
	text-align: center;
}
#Suites .Container article .Btn a {
	color: #404040;
}
	
	#Suites .Liseret {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc(100% - 128px);
	height: 32px;
	margin-left: 64px;
	background-image: url("../img/Point_1px.jpg");
	background-repeat: repeat-x;
	background-position: left center;
	z-index: 32;
}
#Plan {
	position: relative;
	width: 100%;
	margin-top: 64px;
	margin-bottom: 64px;
}

#Plan img {
	width: 100%;
	height: auto;
}

#Map {
	position: relative;
	width: 100%;
	margin-top: 64px;
	margin-bottom: 0px;
}

#Map img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*Introdução Suite detail*/
#IntroCasa .Container {
	width: 100%;
	position: relative;
	z-index: 16;
}
#IntroCasa .Container {
	width: 80%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 92px;
	margin-top: 0px;
	padding-bottom: 64px;
}
#IntroCasa .Container img {
	position: absolute;
	left: 0px;
	top: -180px;
}
#IntroCasa .Container h1 {
	margin-bottom: 16px;
	margin-top: 32px;
	margin-left: 32px;
    font-family: 'Arsenal Bold';
    font-size: 3em;

}
#IntroCasa .Container h2 {
	width: 480px;
	margin-bottom: 24px;
	margin-left: 32px;
    font-family: 'Arsenal Regular';
    font-weight: 400;
    font-size: 1.6em;
}
#Intro .Container article {
	width: 100%;
	display: flex;
	margin: 0px;
	
}
#IntroCasa .Container article figure {
	width: calc(80% - 64px);
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 200;
    font-size: 1.2em;
	text-align: justify;
	margin-right: 32px;
	margin-left: 32px;
}

#Diaporama_Casa {
	width: 100%;
	padding-top: 92px;
	padding-bottom: 64px;
	background-image: url("../img/BG_Diapo_Casa.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
}
#Diaporama_Casa article {
	width: 128px;
	position: relative;
    font-family: 'Arsenal Regular';
    font-size: 1.1em;
	color: #404040;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ffffff;
	z-index: 128;
	text-align: center;
}
#Diaporama_Casa article {
	background-image: url("../img/Point_1px.jpg");
	background-repeat: repeat-x;
	background-position: left center;
	width: 256px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

#Diaporama_Casa .Btn {
	width: 128px;
	position: relative;
    font-family: 'Arsenal Regular';
    font-size: 1.1em;
	color: #404040;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ffffff;
	z-index: 128;
	text-align: center;
}
#header_facilities {
	width: 100%;
	position: relative;
	background-image: url("../img/BG_Instalacoes.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	height: 170px;
	padding: 0px;
	margin-top: 64px;
}
#facilities {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 92px;
	background-color: #c7b5ae;
}
#facilities .Container {
	position: relative;
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 92px;
	margin-top: 0px;
	padding-bottom: 64px;
	height: auto;
	padding-top: 0px;
}
#facilities article {
	padding-left: 16px;
	margin-bottom: 48px;
	margin-top: 0px;
	padding-top: 0px;
	background-image:url("../img/Line_4x92_W.png");
	background-position: left top;
	background-repeat: no-repeat;
}
#facilities article ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	background-image:url("../img/Line_2x128_W.png");
	background-position: left top;
	background-repeat: repeat-y;
}
#facilities article li {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 32px;
	margin-right: 32px;
	padding: 0px;
	list-style: none;
	color: white;
	max-width: 192px;
	display: block;
}
#facilities article img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	opacity: 0.64;
}
#facilities article p {
	margin: 0px;
	padding: 0px;
	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 200;
    font-size: 1em;
	text-align: center;
}
#facilities .T1 {
	width: 480px;
	margin-bottom: 8px;
	margin-left: 0px;
    font-family: 'Arsenal Regular';
    font-weight: 400;
    font-size: 1.6em;
	color: #404040;
}
#Sobre {
	width: 100%;
	background-image: url("../img/BG_Sobre.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 256px;
	padding-bottom: 0px;
	background-color: white;
}
#Sobre .Container {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.48);
	padding: 48px;
}
#Sobre .Container .Main {
	position: relative;
	background-color: rgba(255,255,255,1);
	padding: 48px;
	min-height: 560px;
}

#Sobre .Container .Main .video {
	position: absolute;
	left: 48px;
	top: 48px;
}

#Sobre .Container .Main h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
    font-family: 'Arsenal Bold';
    font-size: 3em;

}
#Sobre .Container .Main h2 {
	margin-top: 0px;
	margin-left: 0px;
    font-family: 'Arsenal Regular';
    font-weight: 400;
    font-size: 1.6em;
}

#Sobre .Container .Main iframe {
	position: absolute;
	left: -32px;;
	top: 40px;
}
#Sobre .Container .Main figure {
	position: relative;
	margin-left: 368px;
}
#Sobre .Container .Main figure p {
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 200;
    font-size: 1.1em;
	text-align: justify;
	margin-bottom: 8px;
}
#PopupContato {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(167,140,128,0.90);
	z-index: 5000;
}
#PopupContato .Container {
	position: relative;
	width: 512px;
	height: 512px;
	display: block;
	background-color: white;
	padding: 0px;
}
#PopupContato .Container .Grid {
	position: relative;
	width: 100%;
	height: 512px;
	padding: 0px;
	margin-top: 0px;
}
#PopupContato .Container .Grid aside {
	position:  absolute;
	width: 192px;
	height: 512px;
	left: 0px;
	top: 0px;
	background-image: url("../img/BG_PopupContato.jpg");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#PopupContato .Container .Grid  h2 {
	font-family: "Encode Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	text-align: center;
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 16px;
	padding-bottom: 0px;
	color:#565656;
}
#PopupContato .Container .Grid  p {
	font-family: "Encode Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-top: 0px;
	color:#565656;
}
#PopupContato .Container .Grid  p a {
	color:#565656;
}
#PopupContato .Container .Grid .Main {
	position:  relative;
	margin-top: 0px;
	margin-left: 192px;
	padding-top: 0px;
	padding-left: 32px;
	padding-right: 32px;
}
#PopupContato .Container .Grid .Main ul {
	margin: 0px;
	padding: 0px;
}
#PopupContato .Container .Grid .Main li {
	list-style: none;
	margin-bottom: 8px;
}

#PopupContato .Container .Grid .Main h3 {
	font-family: "Encode Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-align: center;
	font-size: 1em;
	margin-bottom: 16px;
	padding-top: 0px;
	color:#a78c80;
}

#PopupContato .Container .Grid .Main input, #PopupContato .Container .Grid .Main textarea {
	width:256px;
	background-color: transparent;
	border: solid 1px #a78c80;
	font-family: "Encode Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	text-align: center;
	font-size: 0.9em;
	color:#a78c80;
}
#PopupContato .Container .Grid .Main input {
	height: 32px;
}

#PopupContato .Container .Grid .Main input::placeholder, #PopupContato .Container .Grid .Main textarea::placeholder {
  color: #a78c80;
  opacity: 0.5;
}
#PopupContato .Container .Grid .Main .media {
	padding-top: 24px;
	margin-bottom: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#PopupContato .Container .Grid .Main .media img {
	padding-left: 8px;
	padding-right: 8px;
	opacity: 0.64;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
#PopupContato .Container .Grid .Main .media img:hover {
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	opacity: 1;
}
#ContactForm button {
	width:256px;
	height: 32px;
	background-color: #a78c80;
	border: solid 1px #a78c80;
	font-family: "Encode Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	text-align: center;
	font-size: 0.9em;
	color:white;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;

}
#ContactForm button:hover {
	background-color: #565656;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.Contact_Open {
	width:100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.Contact_Closed {
	width:0px;
	height: 0px;
	display: none;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.BtnX {
	position: absolute;
	right: -64px;
	top: -64px;
	width: 32px;
	height: 32px;
	background-image: url("../img/Btn_X.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.BtnX img{
	opacity: 0;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.BtnX:hover img {
	opacity: 1;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.BtnX:hover {
	cursor: pointer;
}
#Politica {
	width: 100%;
	background-image: url("../img/BG_Politica.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 256px;
	padding-bottom: 0px;
	background-color: white;
}
#Politica .Container {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
	padding: 48px;
}

#Politica .Container h1 {
	margin-bottom: 32px;
	margin-top: 0px;
	margin-left: 0px;
    font-family: 'Arsenal Bold';
    font-size: 1.8em;
}
#Politica .Container h2 {
	margin-top: 0px;
	margin-left: 0px;
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.1em;
}
#Politica .Container h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.1em;
}

#Politica .Container p {
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 200;
    font-size: 0.9em;
	text-align: justify;
	margin-bottom: 8px;
	margin-top: 0px;
}
#Politica .Container ul {
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 200;
    font-size: 0.9em;
	text-align: justify;
	margin-bottom: 8px;
}
#Politica .Container li {
	margin-bottom: 8px;

}

#footer {
	position: relative;
	width: 100%;
	background-color: #a78c80;
	height: auto;
	padding-top: 92px;
	padding-bottom: 92px;
}
#footer .Container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
#footer .Container article {
	margin-left: 32px;
	margin-right: 32px;
}
#footer .center {
	width: 256px;
	position: relative;
	background-image: url("../img/Logo_192px.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #a78c80;
	text-align: center;
}

#footer .aside {
	position: relative;
	width: 192px;
}

#footer .aside p {
    font-family: 'Arsenal Regular';
    font-size: 1em;
	color: #ffffff;
	margin: 0px;
}
#footer .aside p a {
	color: #ffffff;
}
#footer .aside h3 {
  	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.1em;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
#footer .aside td {
  vertical-align: top;
	padding-bottom: 8px;
	text-align: right;
}
#footer .newsletter {
	width: 320px;
	position: relative;
}
#footer .newsletter .T1 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  margin-bottom: 32px;
  color: #ffffff;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: 0px;
}
#footer .newsletter p span {
  width: 64px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: left;
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;

}
#footer .newsletter p input {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  font-size: 1em;
  border: none;
  background-color: transparent;
}
#footer .newsletter .souligne {
	border-bottom: solid 2px #ffffff;
	padding-bottom: 8px;
}
#footer .newsletter p {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  font-size: 0.9em;
}
#footer .newsletter .nota {
  font-weight: 100;
  font-size: 0.8em;
}
#footer .newsletter .bouton {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #404040;
	font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 300;
	color: #ffffff;
    text-align: center;
    font-size: 1em;
	border: none;
	display: block;
}
#footer .newsletter .bouton:hover {
	cursor: pointer;
}
	
#footer .midia .T1 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1.1em;
  text-transform: uppercase;
}
#footer .aside .midia {
	margin-top: 64px;
}
#footer .aside .midia ul {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: right;
}

#footer .aside .midia li {
	display: inline;
	margin-right: 8px;
	margin-left:  8px;
	list-style-type: none;
}
#footer .aside .midia img {
	opacity: 0.64;
}
#footer .midia img:hover {
	opacity: 1;
	cursor: pointer;
}
.copyright {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align:center;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 0.9em;
  opacity: 0.7;
}
.copyright a{
  color: #ffffff;
}
.copyright a:hover{
  opacity: 1;
  cursor: pointer;
}
.parallax_before {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
	overflow: visible;
	z-index: 1024;
	position: relative;
}

.parallax_before img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.parallax_after {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 100%;
	overflow: visible;
	z-index: 1024;
	position: relative;
}
.parallax_after img {
	position: absolute;
	left: 0px;
	bottom: 1px;
}

.parallaxParent {
	height: 100vh;
	overflow: hidden;
	z-index: 512;
}
.parallaxParent > * {
	height: 200%;
	position: relative;
	top: -100%;
}
