@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	text-transform: none;
	overflow-x: hidden;
}
/* 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: #303030;
	width: 100vw;
	height: 100vh;
}

@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;
}

h1 {
	text-transform: uppercase;
	font-family: 'Gabarito', cursive;
	font-size: 80px
}
h2 {
	text-transform: uppercase;
	font-family: 'Urbanist', sans-serif;
	font-weight: 100;
	font-size: 40px
}
h3 {
	text-transform: uppercase;
	font-family: 'Gabarito', cursive;
	font-size: 40px;
	font-weight: 100;
}
h4 {
	text-transform: uppercase;
	font-family: 'Urbanist', sans-serif;
	font-weight: 50;
	font-size: 20px
}
p {
	font-family: 'Urbanist', sans-serif;
	font-weight: 400;
	font-size: 20px
}
/* 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;
  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;
	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;
}
.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;
		text-transform: lowercase;
		
}
.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 (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 */
}
.sec1 h1, h2, h3, h4, p {
	color: white;
}
.background-video {
	width: 100vw;
	z-index: -500;
}
/* section1 */
.sec1 {
	position: relative;
	top: -190px;
	background-image: url("images/realisation/tropicalindies/sec1/back_gray.png");
	height: 1800px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 2500px;
}
.section1-container {
	display: flex;
}
.par01-container {
	display: flex;
	justify-content: flex-end;
}
.par01 {
	display: flex;
	flex-direction: column;
	margin-right: 50px;
	margin-top: 130px;
	text-align: end;
}
.par01 p {
	width: 40vw;
}
.marquis {
	position: relative;
	left: 3vw;
	width: 45vw;
}
.laeticya {
	position: relative;
	top: 5vw;
	width: 45vw;
	left: 2vw
}
.def-container {
	display: flex;
	justify-content: space-around;
	position: relative;
}
.def01 {
	width: 40vw
}
.def02 {
	margin-top: 8vw;
	width: 40vw
}
@media (max-width: 1600px) {
	.par01 {
		margin-top: 180px
	}
	.laeticya {
		top: 9vw
	}
	.def02 {
		margin-top: 15vw
	}
}
@media (max-width: 1000px) {
	.par01-container {
		justify-content: center
	}
	.par01 {
		text-align: center;
	}
	.par01 p {
		width: 80vw;
		margin-top: 50px;
		margin-bottom: 50px
	}
	.laeticya {
		top: 15vw
	}
	.def01 {
		margin-top: 50px
	}
	.def02 {
		margin-top: 20vw
	}
}
@media (max-width: 800px) {
	.marquis {
		left: 25vw
	}
	.laeticya {
		left: -20vw;
		right: 0px;
		top: 500px;
	}
	.def-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		left: 0px;
		right: 0px;
	}
	.def01 {
		margin-top: 40px;
		width: 80vw
	}
	.def02 {
		margin-top: 60vw;
		width: 80vw
	}
}
@media (max-width: 600px) {
	.sec1 {
		top: -130px
	}
	.par01 {
		margin: 150px 0px;
	}
	.par01 h1 {
		font-size: 15vw
	}
	.par01 h2 {
		font-size: 1.5em;
	}
	.marquis {
		left: 25vw;
		top: -180px;
	}
	.laeticya {
		left: -20vw;
		right: 0px;
		top: 280px;
		width: 50vw
	}
	.def-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		left: 0px;
		right: 0px;
		margin-top: -100px
	}
	.def01 {
		margin-top: 0px;
		width: 80vw
	}
	.def02 {
		margin-top: 80vw;
		width: 80vw
	}
	.sec1 {
		background-image: none;
		height: 1600px;
	}
}
/* section2 */
.sec2 {
	position: relative;
	top: -180px;
	left: 0px;
	width: 100vw;
	background-color: #303030;
}
.par02 {
	display: flex;
	flex-direction: column;
	left: 70%;
	text-align: end;
	margin-right: 50px;
	align-items: flex-end;
}
.par02 p {
	margin-top: 40px;
	width: 40vw;
	right: 0px;
}
.par03 p {
	width: 40vw;
}
.retopo-container {
	margin-right: 50px
}
.marquis-retopo {
	position: relative;
	left: 10vw;
	width: 30vw;
}
.hand-retopo {
	position: relative;
	width: 20vw;
	left: 10vw;
}
.pannel-marquis {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.par03 {
	position: relative;
	display: flex;
	flex-direction: column;
	left: 10%;
	top: 50px
}
.par03 p {
	margin-top: 20px
}
.marquis-retopo2 {
	position: relative;
	left: 160px;
	width: 30vw;
	top: 0px
}
.marquis-retopo-face {
	position: relative;
	left: 450px;
	top: -180px;
	width: 30vw;
}
@media (max-width: 1200px) {
	.marquis-retopo-face {
		left: 220px;
	}
	.marquis-retopo2 {
		left: 100px
	}
}
@media (max-width: 900px) {
	.sec2 {
		height: 160vh;
	}
	.marquis-retopo2 {
		width: 45vw;
		top: 40px;
	}
	.marquis-retopo-face {
		top: 0px;
		left: 50px
	}
	.par02 {
		margin-top: 0px;
	}
	.par02 h4 {
		margin-right: 20px
	}
	.pannel-marquis {
		margin-top: 20px;
	}
}
@media (max-width: 600px) {
	.marquis-retopo2 {
		top: 80px;
		left: 0px;
	}
	.par02 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0px;
	}
	.par02 p {
		width: 80vw;
	}
	.par03 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0px;
		left: 0px;
	}
	.par03 p {
		width: 80vw;
	}
	.marquis-retopo-face {
		top: 40px;
	}
	.sec2 {
		height: 120vh;
	}
}
/* section3 */
.sec3 h1, h2, h3, h4, p {
	color: white;
}
.sec3 {
	position: relative;
	top: -190px;
	background-image: url("images/realisation/tropicalindies/sec1/back_gray.png");
	height: 1800px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 2500px;
	overflow: hidden;
}
.process-container {
	display: flex;
	align-items: center;
}
.skin-process {
	width: 45vw;
	margin-left: 50px
}
.marquis-skin {
	position: relative;
	left: 50vw;
	width: 40vw;
	top: -30vw;
}
.laeticya-skin {
	position: relative;
	width: 40vw;
	left: -25vw
}
.par04 {
	display: flex;
	flex-direction: column;
	margin-right: 50px;
	margin-top: 130px;
	text-align: end;
}
.par04 p {
	width: 40vw;
}
.par04-container {
	display: flex;
	justify-content: flex-end;
}
.perso-skin {
	overflow: hidden;
	display: flex;
	justify-content: center;
}
@media (max-width: 1400px) {
	.marquis-skin {
		width: 50vw;
		top: -27vw;
		left: 50vw;
	}
	.laeticya-skin {
		left: 10vw;
		width: 50vw;
		top: -35vw;
	}
}
@media (max-width: 1000px) {
	.laeticya-skin {
		width: 60vw;
		top: -20vw;
	}
}
@media (max-width: 800px) {
	.skin-process {
		width: 55vw;
	}
	.marquis-skin {
		width: 70vw;
		top: 0vw;
		left: 30vw;
	}
	.laeticya-skin {
		width: 70vw;
		top: -10vw;
	}
	.par04 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.par04 p {
		width: 80vw;
	}
}
@media (max-width: 500px) {
	.par04 {
		margin: 200px 0px 0px 0px;
	}
	.marquis-skin {
		width: 80vw;
		top: 20vw;
		left: 17vw;
	}
	.laeticya-skin {
		width: 80vw;
		top: 40vw;
	}
	.par04-container {
		align-content: center;
		justify-content: center;
	}
	.sec3 {
		background-image: none;
		height: 1400px;
	}
}
/* section4 */
.sec4 h1, h2, h3, h4, p {
	color: white;
}
.sec4 p {
	text-align: center
}
.sec4 {
	position: relative;
	top: -200px;
}
.shirt {
	padding: 50px;
}
.marquis-shirt {
	padding: 50px
}
.sec4 img {}
.shirt-pic {
	display: flex;
	justify-content: center;
}
.shirt-pic2 {
	display: flex;
	justify-content: center;
}
@media (max-width: 500px) {
	.shirt-pic2 {
		flex-direction: column;
	}
	.sec4 p {
		margin-left: 30px;
		margin-right: 30px.
	}
}
/* section5 */
.sec5 h1, h2, h3, h4, p {
	color: white;
}
.sec5 {
	position: relative;
	top: -190px;
	background-image: url("images/realisation/tropicalindies/sec1/back_gray.png");
	height: 1800px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 2500px;
}
.par05 {
	position: relative;
	left: 5vw;
	top: 250px;
	z-index: 1;
}
.par05 p {
	width: 40vw
}
.hair1 {
	position: relative;
	left: 50vw;
	width: 30vw;
	top: -80px
}
.hair2 {
	position: relative;
	left: -20vw;
	width: 28vw;
	top: 150px
}
.hair3 {
	position: relative;
	top: 520px;
	width: 28vw
}
.hair4 {
	position: relative;
	top: 220px;
	width: 28vw;
	left: 15vw;
}
@media (max-width: 1500px) {
	.hair4 {
		width: 35vw;
	}
	.hair3 {
		width: 35vw;
	}
}
@media (max-width: 1000px) {
	.par05 {
		top: 130px;
		display: flex;
		flex-direction: column;
		align-items: center;
		left: 0px;
		margin-left: 0px;
	}
	.par05 p {
		text-align: center;
		width: 80vw;
	}
	.hair1 {
		left: 50vw;
		width: 40vw;
		top: 80px
	}
	.hair2 {
		left: -40vw;
		width: 45vw;
		top: 190px
	}
	.hair4 {
		width: 45vw;
		top: 180px;
		left: 5vw;
	}
	.hair3 {
		width: 45vw;
		top: 420px;
		left: 5vw;
	}
}
@media (max-width: 500px) {
	.hair1 {
		left: 10vw;
		width: 70vw;
		top: 60px;
	}
	.hair2 {
		left: 5vw;
		width: 70vw;
		top: 50px;
	}
	.hair3 {
		left: 10vw;
		width: 70vw;
		top: 40px;
	}
	.hair4 {
		left: 10vw;
		width: 70vw;
		top: 40px;
	}
	.sec5 {
		background-image: none;
	}
}
/* section6 */
.sec6 h1, h2, h3, h4, p {
	color: white;
}
.sec6 p {
	margin-top: 20px;
	width: 30vw;
}
.sec6 {
	position: relative;
	width: 100vw;
	top: -250px
}
.par06 {
	position: relative;
	top: 150px;
	left: 200px;
}
.habit1 {
	position: relative;
	left: 45vw;
	top: -200px;
	z-index: 2;
	width: 25vw
}
.habit2 {
	position: relative;
	left: 45vw;
	top: -200px;
	width: 25vw
}
.habit3 {
	position: relative;
	left: -40%;
	top: 400px
}
.habit4 {
	position: relative;
	left: 60%;
	top: -100px
}
@media (max-width: 1300px) {
	.par06 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		left: 0px;
		top: 0px;
	}
	.par06 p {
		width: 80vw
	}
	.habit1 {
		display: none;
	}
	.habit2 {
		left: 13vw;
		top: 5vw;
	}
	.habit4 {
		left: 50vw;
		width: 45vw;
		top: -280px;
	}
	.habit3 {
		top: 520px;
		left: -15vw;
		width: 35vw
	}
}
@media (max-width: 1200px) {
	.habit3 {
		top: 300px;
		width: 25vw;
		display: none;
	}
	.habit4 {
		top: 20px;
		width: 30vw;
		left: 30vw;
		margin-bottom: 50px;
	}
	.habit2 {
		top: 0px;
	}
}
@media (max-width: 400px) {
	.habit4 {
		display: none;
	}
	.habit2 {
		width: 70vw;
		top: 20px;
		margin-bottom: 20px;
	}
}
/* section7 */
.sec7 h1, h2, h3, h4, p {
	color: white;
}
.sec7 {
	position: relative;
	top: -350px;
	width: 100vw;
	background-image: url("images/realisation/tropicalindies/sec1/back_gray.png");
	height: 1800px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 2500px;
}
.sec7 p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.par07 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	left: 5vw;
	margin-top: 200px;
	z-index: 1;
}
.par07 p {
	width: 80vw;
}
.line1 {
	top: -1550px;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.line2 {
	display: flex;
	top: -1550px;
	justify-content: center;
	margin-bottom: 25px;
}
.render {
	margin: 10px
}
.final-render {
	display: flex;
	top: -1550px;
	margin: auto;
	width: 50vw;
}
@media (max-width: 500px) {
	.line1 {
		flex-direction: column;
		margin-left: 10vw;
		margin-right: 10vw
	}
	.line2 {
		flex-direction: column;
		margin-left: 10vw;
		margin-right: 10vw
	}
	.final-render {
		width: 80vw;
		justify-content: center;
		align-items: center;
	}
	.sec7 {
		background-image: none;
		height: 1600px;
		top: -200px;
	}
}
/* Footer */
footer {
	z-index: 500;
	text-transform: uppercase;
	color: white;
	background-color: black;
}
.footer {
	display: grid;
	grid-template-columns: 40% 25% 25% 10%;
	align-items: center;
	justify-items: center;
	height: 200px;
	background-color: black;
	top: 100vh;

}
.footer h2 {
	font-size: 1.2em;
	font-family: 'Quicksand', sans-serif;
	font-weight: 800;
	text-transform: uppercase
}
.footer h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.8em;
	font-weight: 100;
	text-transform: uppercase
}
.footer01 h3 {
	max-width: 300px;
}
.copyright-container {
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: -200px
}
.copyright {
	font-family: 'Quicksand', sans-serif;
	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: 600px) {

	#language-selector{
		margin-right: 100px;
	}

}