@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	text-transform: none;
}
/* Personnalisation des numéros de téléphone détectés automatiquement sur mobile */
a[href^="tel"] {
	color: white; /* Changez la couleur en blanc ou la couleur de votre choix */
	text-decoration: none; /* Supprimez toute décoration de lien (comme le soulignement) */
}
body {
	background-color: white;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

@font-face {
    font-family: 'Gabarito';
    src: url("polices/Woff2/Gabarito-ExtraBold.woff2")format('woff2');
	font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url("polices/Woff2/quicksand-variablefont_wght-webfont.woff2") format('woff2');
	font-display: swap;
}

/* Menu deroulant */
.menuderoulant {
	background-color: black;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: -110%;
	z-index: 500;
}
.menuouvert {
	left: 0%;
}
.logo-framecastle {
	width: 82px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 11;
	cursor: pointer;
	transition: 0.5s;
	margin: 15px;
}

#language-selector {
  position: fixed;
  font-family: 'Gabarito', cursive;
  font-weight: bold;
  right: 0;
  z-index: 9;
  margin-top: 39px;
  margin-right: 140px;
  cursor: pointer;
  transition: 0.5s;
  background-color: transparent;
  color: white;
  border: 0px;
  font-size: 2em;

}

option:nth-child(1){
	background-color: black;
	
}

option:nth-child(2){
	background-color: black;
	
}

option:nth-child(3){
	background-color: black;
	
}

.logo-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 75px;
	z-index: 9;
	margin: 20px;
	cursor: pointer;
	transition: 0.5s;
}
.logo-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	z-index: 9;
	margin: 28px 43px;
	cursor: pointer;
}
.nav-links {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: space-between;
	background-image: url("images/menu/background-menu/00-background.png");
	z-index: 10;
	transition: 1s;
}
/* Menu1 */
.list-menu {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 5em;
	font-weight: 500;
	margin-left: 200px;
	z-index: 501;
}
.menu-ligne {
	position: relative;
	text-transform: uppercase;
	font-family: 'Gabarito', cursive;
	font-weight: bold;
	color: #878787;
}
.expertise-menu {
	display: flex;
}
.sous-expertise-menu {
	margin-left: 10px;
	display: none;
	opacity: 0;
	flex-direction: column;
	justify-content: center;
	font-size: 0.25em;
	transition: opacity 1s ease;
}
.menu-ligne:after {
	content: "";
	position: absolute;
	background-color: #15695A;
	height: 3px;
	width: 0%;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}
.menu-ligne:hover:after {
	width: 100%;
}
.menu-ligne:hover {
	color: white;
}
/* Menu2 */
.list-menu2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	font-size: 2vw;
	font-weight: 500;
	margin-right: 200px;
	z-index: 501;
}
.menu-ligne2 {
	position: relative;
	text-transform: uppercase;
	font-family: 'Gabarito', cursive;
	color: #878787;
	font-weight: 700;
}
.menu-ligne2:after {
	content: "";
	position: absolute;
	background-color: #15695A;
	height: 3px;
	width: 0%;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}
.menu-ligne2:hover:after {
	width: 100%;
}
.menu-ligne2:hover {
	color: white;
	font-size: 1.3em;
}
/* Menu-follow us */
.follow-container {
	position: absolute;
	width: 100vw;
	bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-top: 2px solid #878787;
	z-index: 501;
	margin-bottom: 50px
}
.titre-follow {
	color: white;
	margin: 10px auto;
	opacity: 50%;
	font-family: 'Quicksand', sans-serif;
	font-weight: 100;
	font-size: 2em;
}
.logo-facebook {
	cursor: pointer;
	opacity: 50%;
	width: 40px;
	margin: auto 10px
}
.logo-instagram {
	cursor: pointer;
	opacity: 50%;
	width: 40px;
	margin: auto 10px
}
.logo-linkdin {
	cursor: pointer;
	opacity: 50%;
	width: 40px;
	margin: auto 10px
}
.logo-facebook:hover {
	opacity: 100%;
}
.logo-instagram:hover {
	opacity: 100%;
}
.logo-linkdin:hover {
	opacity: 100%;
}
.graph-image {
	position: fixed;
	opacity: 0%;
	transition: opacity 2s ease;
	left: -210%;
}
.web-image {
	position: fixed;
	opacity: 0%;
	transition: opacity 2s ease;
	left: -210%;
}
.community-image {
	position: fixed;
	opacity: 0%;
	transition: opacity 2s ease;
	left: -210%;
}
.film-image {
	position: fixed;
	opacity: 0%;
	transition: opacity 2s ease;
	left: -210%;
}

@media (max-width: 1400px) {
	.list-menu2 {
		display: none;
	}
	.menu-image {
		display: none;
	}
}
@media (max-width: 1130px) {
	.list-menu {
		margin-left: 0%;
		display: flex;
		align-items: center;
		font-size: 10vw;
		top: -50px;
	}
	.nav-links {
		justify-content: center;
	}
	.menu-image {
		display: none;
	}
	
}



@media (min-width: 772px) and (max-width: 1130px) {
  .follow-container {
    height: 50px;
    margin: 0;
  }
  .titre-follow {
    margin-top: 40px;
  }
}

@media (max-height: 800px) and (min-width: 600px) {
	.follow-container {
		height: 40px;
		margin: 0px;
	}
	.titre-follow {
		margin-top: 40px;
	}
	.list-menu {
		font-size: 10vh;
	}
}



/* Contenu de la page */
/* Personnalisation de la barre de défilement */ ::-webkit-scrollbar {
	width: 10px; /* Largeur de la barre de défilement */
}
::-webkit-scrollbar-track {
	background-color: #000000; /* Couleur de l'arrière-plan de la piste de défilement */
}
::-webkit-scrollbar-thumb {
	background-color: #888; /* Couleur de la poignée de défilement */
	border-radius: 10px; /* Arrondi de la poignée de défilement */
}
::-webkit-scrollbar-thumb:hover {
	background-color: #555; /* Couleur de la poignée de défilement au survol */
}



.cover-container{
	background-image: url("images/realisation/film/bosexnoble/02_bose001.png");
	width: 100vw;
	height: 500px;
	background-size: cover;
	
}

.film-container{
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: -620px;
}

.logo-project{
	width: 500px;
	margin-bottom: 50px;
}

.viewer-container {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 800;
	left: 110%;
}

.profil-player{
	display: flex;
	width: 100vw;
	justify-content: center;
	align-items: center;
	margin-top: 10vh;

}

.player-img{
	width: 30vw;
	border: 2px solid white
}

.section2{
	width: 100vw;
}

.corps{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}

.part1{
	display: flex;
	justify-content: center;
}

.img-container{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 50vw;

}

.img-container-tel{
	display: none;
	justify-content: flex-end;
	align-items: flex-end;
	width: 50vw;
	

}

.noble-studio{
	margin-left: 10vw;
	width: 600px;
}

.noble-studio-tel{
	width: 600px;
}

.text-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 180px;
	margin-right: 200px;
	width: 30vw;
	color: black;

}

.title-part{
	text-transform: uppercase;
	font-family: 'Gabarito', cursive;
	font-size: 2.5em;
	font-weight: bold;
}

.par01{
	font-size: 1em;
	font-family: 'Quicksand';
	margin: 20px 0px;


}

.part2{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}


.turntable{
	width: 40vw;
	border-radius: 20px;
	margin-right: 50px;
}

.text-container2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 180px;
	margin-right: 200px;
	width: 30vw;
	color: black;
	text-align: end;
}

@media (max-width: 1400px) {
	.text-container{
		margin-left: 30px;
		margin-right: 20px;
	}
	.text-container2{
		margin-left: 20px;
		margin-right: 30px;
	}
}

@media (max-width: 900px) {
	.part1{
		align-items: center;

	}
	.part2{
		align-items: center;
	}
	.text-container{
		text-align: center;
		width: 70vw
	}
	.text-container2{
		text-align: center;
		width: 70vw!important;
	}
	.logo-project{
	width: 50vw;
	margin-bottom: 50px;
}
	.cover-container{
	height: 300px;
	background-size: 100vw;
	background-size: cover
}


.film-container{
	margin-top: -315px;
}

	.vimeo-viewer{
		width: 90%;
	}
	
.part1, .part2{
	flex-direction: column;
	justify-content: center;
}
	.img-container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;

}
	.text-container2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100vw;

	text-align: center;
}
	
	.vid-container{
		display: flex;
		justify-content: center;
	}
	.turntable{
		width: 80vw;
		border-radius: 20px;
		margin-right: 0px;
}
	.noble-studio-tel{
		width: 80vw;
	}
	.img-container-tel{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;

}
		.img-container{
	display: none;

}
}


/* Footer */
footer {
	text-transform: uppercase;
	color: white;
}
.footer {
	display: grid;
	grid-template-columns: 40% 25% 25% 10%;
	align-items: center;
	justify-items: center;
	height: 200px;
	background-color: black;
	position: relative;
	margin-top: 50px;

}
.footer h2 {
	font-size: 1.2em;
	font-family: 'Quicksand';
	font-weight: 800;
	text-transform: uppercase
}
.footer h3 {
	font-family: 'Quicksand';
	font-size: 0.8em;
	font-weight: 100;
	text-transform: uppercase
}
.footer01 h3 {
	max-width: 300px;
}
.copyright-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;

}
.copyright {
	font-family: 'Quicksand';
	font-size: 0.6em;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.logo-footer {
	width: 45px;
}
.footer03 img {
	width: 20px;
	margin: 5px;
}
.logo-reseaux {
	display: flex;
	justify-content: center;
}
@media (max-width: 900px) {
	.footer {
		height: 300px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.footer01 {
		display: flex;
		margin-bottom: 30px;
	}
	.logo-footer {
		margin-right: 10px;
	}
	.footer02 {
		text-align: center;
		margin-bottom: 30px
	}
}

@media (max-width: 1300px) {
	.logo-framecastle {
		opacity: 100% !important;
	}
	.logo-menu {
		opacity: 100% !important;
	}
	.language {
		opacity: 100% !important;
	}
}

@media (max-width: 600px) {
	.player-img{
		width: 90vw;
	}
	#language-selector{
		margin-right: 100px;
	}

}