@charset "UTF-8";

@font-face {
  font-family: "TextaAltLight";
  src: url('fonts/TextaAltLight/font.woff2') format('woff2'), url('fonts/TextaAltLight/font.woff') format('woff');
}

@font-face {
  font-family: "SuisseNeue-Light-WebS";
  src: url('fonts/SuisseNeue-Light/SuisseNeue-Light-WebS.woff2') format('woff2'), url('fonts/SuisseNeue-Light/SuisseNeue-Light-WebS.woff') format('woff');
}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
	-webkit-text-size-adjust: none;
}

.template #header {
	width:100%;
	height: auto;
	margin: 0 auto;
	position: fixed;
	z-index: 99;
	background-color: none;
	text-align: right;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.template #mainContent {
	width:100%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s
}
.content {
		width:100%;
		max-width: 2000px;
		margin:auto;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s
}


.title_motherboard {
	width: 88%;
	max-width: 1800px;
	height: auto;
	margin:auto;
	position:absolute;
	top: 110px;
	right: 5%;
	left: 5%;
		z-index: 98;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

	.container-menu {
		/*margin-top: 0px;
		margin-left: 0px;
		padding-left: 0px;*/
		z-index: 97;
		display: none;
		float: none;
		clear: both;
		position: absolute;
		position:static;
		top:0;
		left:0;
		right:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}


.menu-close {
		background:url(img/menu_open.svg) 50% 50% no-repeat;
		background-size:contain;
		float:right;
		cursor: pointer;
	display: block;
		position:relative;
		top: 28px;
		right: 25px;
		z-index: 99;
		width:34px;
		height:22px;
	}

.show-menu .menu-close {
	background-image:url(img/menu_close.svg);
}

	.menu {
	font: 50px 'TextaAltLight', sans-serif;
	font-style: normal;
	color: #c4c4c4;
	text-transform: uppercase;
	margin: 50px 0px 20px 0px;
	padding-top: 45px;
		padding-bottom: 3000px;
	list-style: none;
	display: block;
}

.menu ul {
	height: 24px;
	list-style: none;
	margin: 0;
}
	
	.menu,
	.menu li {
		float: none;
	}

	.menu li a {
		color: #c4c4c4;
		display: block;
	line-height: 35px;
		margin-top: 35px;
		margin-bottom: 35px;
		margin-left: 0px;
		margin-right: 35px;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-weight: 200;
		text-decoration: none;
			-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
	}
		.menu li a:hover {
		color: #FFF;
	text-decoration: none;
	}

	body.show-menu.template #header {
		height: auto;
		background-color: #000;
	}

	body.show-menu .container-menu {
		display: block;
	}


h1 {
	font-family: TextaAltLight;
	font-weight: 200;
	font-size: 75px;
	color: #c4c4c4;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 7px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.rooms {
	font-family: TextaAltLight;
	font-weight: 200;
	font-size: 34px;
	color: #797a7d;
	margin-bottom: 9px;
	margin-top: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#rooms-menu {
	text-align: center;
	margin-left: -40px;
}

h2 {
	font-family: TextaAltLight;
	font-weight: 200;
	font-size: 35px;
	color: #c4c4c4;
	margin-bottom: 30px;
	margin-top: 0px;
	text-transform: uppercase;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.citation {
	font-family: SuisseNeue-Light-WebS;
	font-weight: 200;
	font-size: 26px;
	line-height: 48px;
	color: #c4c4c4;
	margin-bottom: 40px;
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.container-text {
	clear: both;
	width: 100%;
	max-width: 1250px;
	display: block;
	margin: 0 auto;
	padding: 30px 70px 65px 70px;
	-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.text-reg {
	font-family: TextaAltLight;
	font-size: 22px;
	font-weight: 200;
	line-height: 33px;
	color: #c4c4c4;
	text-align: justify;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.text-reg a {
	color: #c4c4c4;
	text-decoration: none;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.text-reg a:hover {
	color: #FFF;
	text-transform: none;
}
#credits {
	font-size: 18px;
	line-height: normal;
	text-align: right;
	margin-top: -4px;
	padding-bottom: 0px;
	margin-bottom: 15px; 
}
#credits-img-100 {
	font-size: 18px;
	line-height: normal;
	text-align: right;
	margin-top: -27px;
	padding-bottom: 0px;
	margin-bottom: 15px; 
}
.credit-small-video {
	margin-top: -22px!important;
}

#contact2 {
	line-height: normal;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 25px;
	margin-top: 0px;
}
#contact3 {
	line-height: normal;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 25px;
	margin-top: 0px;
	color: #8c8c8c;
}
#contact3 a {
	color: #8c8c8c;
}
#contact3 a:hover {
	color: #fff;
}


.bt_read_more {
	width: 29px;
	height: 29px;
	padding: 5px 5px 25px 5px;
	cursor: pointer;
}


.img-100 {
	width: 100%;
	height: auto;
	margin-bottom:-5px;
	padding-bottom: 2.3%;
}
.img-100-frame {
	width: 100%;
	padding: 0% 0% 2.3% 0%;
	height: auto;
	float: left;
	margin-bottom:-5px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.img-50 {
	width: 50%;
	height: auto;
	float: left;
	margin-bottom:-5px;
}
.img-50-frame {
	width: 49%;
	padding: 0% 1% 2.3% 0%;
	height: auto;
	float: left;
	margin-bottom:-5px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.img-50-frame-right {
	width: 49%;
	padding: 0% 0% 2.3% 1%;
	height: auto;
	float: left;
	margin-bottom:-5px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.margin-top-video {
	margin-top: -130px;
}

.container_33 {
	float: left;
	width: 30%;
	margin-right: 8%;
	padding-bottom: 20px;
}

.container_30 {
	float: left;
	width: 30%;
	margin-right: 1%;
}




.spacer-clear {
	clear: both;
}

.spacer-5 {
	height: 5px;
}

.spacer-10 {
	height: 10px;
}

.spacer-20 {
	height: 20px;
}

.spacer-30 {
	height: 30px;
}

.spacer-40 {
	height: 40px;
}

.spacer-50 {
	height: 50px;
}

.spacer-60 {
	height: 60px;
}

#show-desktop {
	display: block;
	}
#show-mobile {
	display: none;
	}

	.section {
		max-height: 0;
		margin-top: -20px;
		overflow: hidden;
		opacity: 0;
		transform: scaleY(0);
		transform-origin: top;
		transition: max-height 1.5s ease, opacity 1.5s ease;
	}
	
	.section.show {
		max-height: 2000px; /* Ajustez cette valeur selon votre besoin */
		opacity: 1;
		transform: scaleY(1);
	}

#name_center {
	text-align: center;
	text-transform: uppercase;
	}

#center {
	text-align: center;
	}



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

		.menu-close {
		position: absolute;
	}

.img-50-frame {
	width: 47%;
	padding: 0% 1% 2.3% 2%;
}
.img-50-frame-right {
	width: 47%;
	padding: 0% 2% 2.3% 1%;
}

	
.credit-small-video {
	margin-top: -19px!important;
}
	#credits-img-100 { 
		padding-right: 27px;
}
	.margin-top-video {
	margin-top: -80px;
}

}



@media screen and (max-width:1400px) {
	
.container-text {
	padding-bottom: 55px;
}
	
	.credit-small-video {
	margin-top: -17px!important;
}
	
	#credits-img-100 { 
		margin-top: -17px;
}
	
	}
	
@media screen and (max-width:1200px) {
	



	
.title_motherboard {
	top:80px;
}
	
	#credits {
	font-size: 15px;
		margin-top: 3px;
}
	#credits-img-100 { 
		font-size: 15px;
		margin-top: -10px;
}

.citation {
	font-size: 22px;
	line-height: 44px;
}
	
	.credit-small-video {
	margin-top: -13px!important;
}
	
		.credit-video {
	margin-top: -7px!important;
}
		
		
	}


@media screen and (max-width: 1000px) {
	
	.container_33 {
	float: none;
	width: 100%;
	margin-right: 0%;
		
}
	
	.container_30 {
	float: none;
	width: 100%;
	margin-right: 0%;
}
	}
	

@media screen and (max-width: 767px) {
	
		#contact2 {
	font-size: 16px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
		margin-bottom: 18px;
}
		#contact3 {
	font-size: 16px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
		margin-bottom: 18px;
}
	
	.margin-top-video {
	margin-top: -50px;
}
	
		.container_33 {
		margin-left: -20px;
}
	
.container_30 {
	margin-left: -20px;
}

	
.menu {
	font-size: 22px;
			line-height: 25px;
	margin: 30px 0px 20px 0px;
}
.menu li a {
		margin-top: 5px;
	margin-bottom: 0px;
	line-height: 31px;
	}
	
	
	.title_motherboard {
	top:110px;
}
	
	.menu-close {
		top: 20px;
		right: 22px;
		width:30px;
		height:19px;
	}
	
	h1 {
	font-size: 39px;
		margin-bottom: 20px;
}
	.rooms {
	font-size: 20px;
		margin-bottom: 4px;
}
	#rooms-menu {
	margin-left: -35px;
}
	h2 {
	font-size: 20px;
		margin-bottom: 20px;
}


.container-text {
	padding: 13px 25px 20px 25px;
}

	
	.text-reg {

		font-size: 18px;
	line-height: 24px;
}

	.citation {
	font-size:18px;
		line-height: 27px;
		margin-bottom: 25px;
		margin-top: 25px;
}
	.bt_read_more {
	width: 23px;
	height: 23px;
		padding-top: 0px;
}

#show-desktop {
	display: none;
	}
#show-mobile {
	display: block;
	}
	
	.img-100 {
	padding: 0px 0px 20px 0px;
}
	.img-100-frame {
	width: 100%;
	height: auto;
	float: none;
	padding: 0px 0px 20px 0px;
	margin-top: 0px 0px 10px 0px;
}

.img-50 {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: -5px;
}
.img-50-frame {
	width: 100%;
	height: auto;
	float: none;
	padding: 0px 0px 20px 0px;
	margin-top: 0px 0px 10px 0px;
}
.img-50-frame-right {
	width: 100%;
	height: auto;
	float: none;
	padding: 0px 0px 20px 0px;
	margin-top: 0px 0px 10px 0px;
}

#credits {
	font-size: 13px;
	padding-left: 20px;
	padding-right: 17px;
	padding-top: 0px;
	margin-top: -11px;
}
	#credits-img-100 { 
		font-size: 13px;
		margin-top: -12px;
}
		#credits-img-100 { 
		padding-right: 17px;
}

.credit-small-video {
	margin-top: -21px!important;
}
		.credit-video {
	margin-top: -10px!important;
}
		
	
	
.section {
	margin-top: -18px;
}

	
}

@media screen and (max-width: 500px) {
	
		.title_motherboard {
	top:70px;
}

.credit-small-video {
	margin-top: -18px!important;
}

}


.img-50-frame video, .img-50-frame-right video {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin-bottom: 14px;
}

.img-50-frame video.half-vid, .img-50-frame-right video.half-vid {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.6;
}


#accesclient[data-placeholder]::placeholder {
    opacity: 0;
}

#playButton, #pauseButton {
	width: 1px;
	height: 1px;
	opacity: 0;
}