@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: 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: black;
	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;
  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;
  font-weight: 700;

}

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;
	font-weight: 700;
}
.expertise-menu {
	display: flex;
}
.sous-expertise-menu {
	margin-left: 10px;
	opacity: 0;
	display: none;
	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%;
}


.admin-container {
    text-align: center;
    margin-top: 20px;
}

.admin-link {
	font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: #202020; /* Couleur du bouton Admin */
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.admin-link:hover {
    background-color: #15695a; /* Couleur au survol */
}


@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-width: 450px) {

	.expertise-menu {
		flex-direction: column;
		text-align: center;
	}
	.sous-expertise-menu li {
		font-size: 1.8em;
		margin: 5px 0px
	}
	.list-menu {
		margin-bottom: 170px
	}
}

@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 */
}
.background-container {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	min-height: 100vh;
	min-width: 100vw;
	z-index: -500;
	opacity: 100%;
	transition: 2s ease;
}
.background-video {
	position: fixed;
	top: 0px;
	min-width: 100vw;
	min-height: 100vh;
	z-index: -500;
	opacity: 100%
}
.framecastle-container {
	height: 100vh;
	display: flex;
	justify-content: center;
}
.framecastle-studio {
	margin: auto;
	width: 20%;
}
@media (max-width: 800px) {
	.framecastle-studio {
		width: 30%;
	}
}
@media (max-width: 500px) {
	.framecastle-studio {
		width: 50vw;
	}
}
.description-container {
	display: flex;
	flex-direction: column;
}
.description-container h3 {
	font-size: 1.2em;
}
.par01 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	opacity: 0%;
	transition: 2s ease;
}
.par02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	opacity: 0%;
	transition: 2s ease;
}
.par03 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	opacity: 0%;
	transition: 2s ease;
}
.tile1 {
	font-family: 'Gabarito', cursive;
	color: white;
	font-size: 2em;
	margin-top: 50px;
	max-width: 80vw;
	text-align: center;
	text-transform: uppercase;
    font-weight: 700;
}
.text01 {
	color: white;
	font-family: 'Urbanist', sans-serif;
	width: 50%;
	text-align: center;
	margin: 50px 0px;
}
/* Section 3 */
.section3 {
	background-color: black;
	opacity: 0%;
	margin: 50px;
	transition: 2s ease;
}
.titre-container {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 75px;
}
.titre-confiance {
	color: white;
	font-size: 2em;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: -50px;
	text-transform: uppercase;
	font-family: 'Gabarito', cursive;
	text-align: center;
}
.clients {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.client-logotype {
	display: flex;
	justify-content: center;
	flex-wrap: wrap; /* Permet aux éléments de passer à la ligne suivante */
	z-index: 1
}
.client-logo {
	position: absolute;
		width: 180px;
	height: 211px;
	flex: 0 1 calc(10% - 10px); /* Définit la largeur de chaque élément pour qu'il y en ait 4 par ligne avec un espace de 10px entre eux */
	margin-left: 5%; /* Espacement gauche */
	margin-right: 5%; /* Espacement droit */
	margin-bottom: 100px; /* Espacement vertical (ajustez selon vos besoins) */
}
.clients-image {
		width: 180px;
	height: 211px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap; /* Permet aux éléments de passer à la ligne suivante */
	position: relative;
	top: -330px;
}
.warner-container, .noble-container, .tropical-container, .jsy-container, .siwoboy-container {
	position: relative;
	margin: 0px 5vw;
}
.jsy, .warner, .noble, .tropic, .siwoboy {
	position: relative;
	opacity: 0%;
	transition: opacity 0.5s ease;
	z-index: -1;
}
@media (max-width: 900px) {
	.clients {
		flex-direction: column;
		align-items: center;
	}
	.client-logo {
		margin-bottom: 50px;
	}
}
/* Footer */
footer {
	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;
	border-top: 1px solid;
}
.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: 1300px) {
	.logo-framecastle {
		opacity: 100% !important;
	}
	.logo-menu {
		opacity: 100% !important;
	}
	.language {
		opacity: 100% !important;
	}
}

@media (max-width: 600px) {

	#language-selector{
		margin-right: 100px;
	}

}