@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) */
}
h1, h2, h3, h4, p {
	color: white;
	text-transform: uppercase;
}
h1 {
	font-family: 'Gabarito', cursive;
	font-size: 4em;
}
h2 {
	font-family: 'Gabarito', cursive;
}
h3 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
h4 {
	font-family: 'Quicksand', sans-serif;
}
p {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.7em
}
body {
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	background-color: black;
}

@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;
	top: 0px;
}
.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: 8;
}
.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-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;
	}
}

/* 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 */
}
/* Section 1 */
.background-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.background-container {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	min-height: 100vh;
	min-width: 100vw;
	z-index: -500;
}
.background-video {
	top: 0px;
	min-width: 100vw;
	min-height: 100vh;
	z-index: -500;
	opacity: 30%
}
.section1 {
	height: 120vh;
	overflow-y: hidden;
}
.titre-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.titre-principal {
	text-align: center;
	margin-top: 100px;
	font-weight: 400
}
.sous-titre {
	text-align: center;
	font-weight: 400;
	max-width: 80vw;
	align-items: center;
}
.button-container {
	text-align: center;
	margin: 100px auto;
	max-width: 55vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-y: hidden;
}
.btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 80px 100px;
	padding: 10px;
	border: 2px solid #FFFFFF;
	border-radius: 100px;
	cursor: pointer;
	height: 50px;
	width: auto;
	overflow-y: hidden;
}
.text-button {
	margin: 10px;
	font-size: 1.5em;
}
.btn1:hover {
	box-shadow: 0px 0px 10px 1px #FFFFFF;
}

@media (max-width: 900px) {
	.button-container {
		margin: auto
	}
	.text-button {
		margin: 10px;
		font-size: 1em;
	}
	.btn1 {
		margin: 80px 0;
		width: auto
	}
	.titre-principal {
		text-align: center;
		margin: 200px 30px 20px;
		font-weight: 400;
		font-size: 2em;
	}
	.sous-titre {
		margin: 10px
	}
}
/* Form */
.icon-close-form {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 20px;
	width: 60px;
	cursor: pointer;
}
.formulaire {
	position: absolute;
	padding-top: 100px;
	display: none;
	flex-direction: column;
	align-items: center;
	background-color: #15695A;
	min-width: 100vw;
	min-height: 100vh;
	top: 0;
	transition: 1s;
	z-index: 11;
}
.formulaire h2 {
	font-size: 2.5em;
}
.titre {
	margin-top: 250px
}
.box {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-top: 50px;
	margin-bottom: 80px;
	width: 70vw;
	font-family: 'Quicksand', sans-serif;
}
.box label {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	color: #FFFFFF
}
.textzone {
	border-color: rgba(255, 255, 255, 0.00);
	height: 50px;
	background-color: rgba(255, 255, 255, 0);
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5em;
	border-bottom: 2px solid rgba(255, 255, 255, 1.00);
	margin-left: 20px;
}
.box input:focus {
	outline: none;
	background-color: rgba(255, 255, 255, 0);
}
.box textarea:focus {
	outline: none;
}
textarea {
	resize: none;
	border-color: rgba(255, 255, 255, 0.00);
	height: 80px;
	background-color: rgba(255, 255, 255, 0);
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5em;
	border-bottom: 2px solid rgba(255, 255, 255, 1.00);
	margin-left: 20px;
}
.submit-button {
	font-size: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
	margin: auto;
	height: 50px;
	border-color: white;
	border-radius: 50px;
	width: 30%;
	cursor: pointer;
}
label {
	text-transform: uppercase;
}
@media (max-width: 900px) {
	.formulaire h2 {
		font-size: 1.5em;
	}
	.box label {
		font-size: 1em;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.submit-button {
		font-size: 0.8em;
	}
}
/* information generales */
.icon-close-inf {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 20px;
	width: 60px;
	cursor: pointer;
}
.informations-generales h2 {
	font-size: 2.5em;
	margin-top: 80px;
}
.informations-generales p {
	font-size: 1.3em;
	margin-top: 120px;
}
.informations-generales {
	position: absolute;
	padding-top: 100px;
	display: none;
	flex-direction: column;
	align-items: center;
	background-color: black;

	min-width: 100vw;
	min-height: 100vh;
	top: 0;
	left: 0;
	transition: 1s;
	z-index: 11;
	overflow-x: hidden;
}
.info-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0px 20%;
}
.collumn-container {
	display: flex;
	justify-content: center;
	margin-top: 40px
}
#collumn h3 {
	font-weight: 900;
	font-size: 1.5em;
	font-family: 'Gabarito', cursive;
}
#collumn h4 {
	font-weight: 200;
	font-size: 1.5em;
	margin-top: 20px;
	font-family: 'Quicksand', sans-serif;
}
#collumn2 h3 {
	font-weight: 900;
	font-size: 1.5em;
	font-family: 'Gabarito', cursive;
}
#collumn2 h4 {
	font-weight: 200;
	font-size: 1.5em;
	margin-top: 20px;
	font-family: 'Quicksand', sans-serif;
}
.laurent, .isaac {
	padding: 0px 80px;
	height: 120px;
	text-align: center;
}
.laurent {
	border-right: 2px solid rgba(255, 255, 255, 1.00)
}
.email {
	margin-top: 20px;
	font-weight: 600;
	font-size: 1.5em;
	font-family: 'Quicksand', sans-serif;
}
@media (max-width: 900px) {
	.collumn-container {
		flex-direction: column;
	}
	.laurent {
		border-right: 0px solid rgba(255, 255, 255, 1.00)
	}
	.descr-info {
		max-width: 80vw;
		margin-top: 50px;
	}
	.info-container h2 {
		margin-top: 10%;
	}
	.informations-generales p {
		font-size: 1.3em;
		margin-top: 50px;
	}
	.email {
		font-size: 1em;
	}
	.laurent, .isaac {
		max-width: 90vw;
		font-size: 1em;
		padding: 0px;
	}
	.laurent, .isaac h3 h4 {
		font-size: 1em !important;
	}
	.info-container {
		margin-bottom: 100px;
	}
}
@media (max-width: 900px) {
	.descr-info{
		font-size: 0.8em!important;
		max-width: 90vw!important;
	}
}
/* Footer */
footer {
	background-color: black;
	text-transform: uppercase;
	color: white;
}
.footer {
	display: grid;
	grid-template-columns: 40% 25% 25% 10%;
	align-items: center;
	justify-items: center;
	height: 200px;
}
.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;
	margin: 5px 0px 5px 0px;
}
.footer01 h3 {
	max-width: 300px;
}
.copyright-container {
	display: flex;
	justify-content: center;
}
.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;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}
	.footer01 h3 {
		display: none;
	}
	.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;
	}

}