*{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

@font-face{
	src: url("../fonts/Montserrat-Medium.ttf");
	font-family: "texte";

}

@font-face{
	src: url("../fonts/Montserrat-Black.ttf");
	font-family: "titre1";

}

@font-face{
	src: url("../fonts/Montserrat-SemiBoldItalic.ttf");
	font-family: "titre2";

}

@font-face{
	src: url("../fonts/Montserrat-SemiBold.ttf");
	font-family: "titre3";

}

@font-face{
	src: url("../fonts/Montserrat-LightItalic.ttf");
	font-family: "citation";
}

@font-face{
	src: url("../fonts/WorkSans-Medium.ttf");
	font-family: "CTA";

}

header {
	background: transparent;
	height: 6em;
	display: block;
	padding: 2em 5% 2em 5%;
	position: relative;
	z-index: 1;
}

header a {
	font-family: "CTA";
	position: relative;
	text-decoration: none;
	align-items: center;
	display: inline-block;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 25px;
	padding: 0.5em 1em;
	margin: 0em 2em 0 0;
	clear: right;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}



header a:hover {
	font-family: "CTA";
	color: rgba(198, 36, 225, 1);
	background-color: rgba(22, 0, 112, 1.0);
	font-size: 1em;
	padding: 0.5em 1em;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	border: 1px solid white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

header a:active {
	color: #fff;
	border: none;
	box-shadow: none;
	text-shadow: none;
}

main {
		background-color: rgba(99, 122, 174, 1.0);
		
}



#presa {
	display: flex;
	position: relative;
  width: 100%;
  top: -10em;
  flex-direction: column;
}

#model-container {
	display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 300px; /* Adjust as needed */
    height: 300px; /* Adjust as needed */
    margin: 0 auto; /* Center horizontally */
    perspective: 1000px; /* Perspective for 3D effect */
    z-index: 0;
}

model-viewer {
    position: flex;
    top: 45%;
    width: 100%;
    height: 100%;
}






#presa h1 {
	font-family: "titre1";
	color: rgba(22, 0, 112, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20vh auto;
	z-index: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

#presa h1 #h1-1{
	font-size: 40px;
	z-index: 1;
}

#presa h1 #h1-2{
	font-size: 48px;
		z-index: 1;

}

#presa h1 #h1-3{
	font-size: px;
		z-index: 1;

}

#presa p {
	font-family: "texte";
	font-size: 24px;
	color: white;
	display: flex;
	margin: 1em auto;
		z-index: 1;

}


#myw {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
background-image: linear-gradient(to bottom, rgba(99, 122, 174, 1.0),  rgba(40, 68, 119, 1.0));
}


#myw h2 {
	font-family: "titre2";
	margin: auto auto;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 2em;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(22, 0, 112, 0.6);
	width: 5em;
	padding: 0.5em 3em;
	border-radius: 60px;
}

#myw #sourcil-container {
	position: relative;
	display: block;
	width: 100%;
	transform: translateY(2vw);
	margin-top: 4em;
}

#myw #sourcil{
	display: block;
	width: 17.5%;
	margin: 0 auto;
}

#myw #eye-container {
  	position: relative;
  	display: block;
  	width: 100%;
	transform: translateY(-1.75vw);
}

#myw #eye {
	display: block;
	width: 12.5%;
	margin: 0 auto;
}

#myw #pupille-container {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-2.5vw, -2.5vw);
	display: block;
}
  
#myw #pupille {
	width: 5vw;
	position: relative;
	pointer-events: none;

}

#offer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 4em;
	background-image: linear-gradient(to bottom, rgba(40, 68, 119, 1.0),  rgba(13, 23, 40, 1.0));
}

#offer section {
	width: 49%;
	padding: 0 0.5% 2em 0.5%;
}

#offer section .overlay-trigger {
	width: 90%;
	height: 16em;
	margin: 2em auto;
	transition: 0.4s;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	align-items: center;
}

#offer section .overlay-trigger img {
	border-radius: 16px;
	width: 100%;
	display: block;
	transform: scale(1);
	transition: 0.6s;
}

#offer section .overlay-trigger video {
	border-radius: 16px;
	width: 100%;
	display: block;
	transform: scale(1);
	transition: 0.3s;
}

#offer section .overlay-trigger .overlayscreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 16px;
	transition: 0.3s;
	display: flex;
	align-items: center;
}
#offer section .overlay-trigger .overlayscreen p{
	font-family: "Titre2";
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4),
	5px 5px 20px rgba(0, 0, 0, 0.4),
	-5px -5px 20px rgba(0, 0, 0, 0.4);
	font-size: 32px;
	opacity: 0;
	color: #fff;
	font-weight: bolder;
	transition: 0.3s;
	display: flex;
  float: left;
  text-align: left;
  margin-left: 10%;
}

#offer section .overlay-trigger .overlayscreen p:last-of-type{
	font-family: "Texte";
	text-transform: none;
	font-size: 24px;
	opacity: 0;
	color: #fff;
	transition: 0.3s;
	position: absolute;
	top: 70%;
}

#offer section .overlay-trigger:hover {
	
	margin: 2em auto;
	transition: 0.3s;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 0 2em 0.2em rgba(10, 0, 52, 0.3);
}


#offer section .overlay-trigger:hover .overlayscreen {
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1;
	transition: 0.3s;
}


#offer section .overlay-trigger:hover .overlayscreen p{
	opacity: 1;
	color: #fff;
	font-size: 32px;
	transition: 0.3s;
}

#offer section .overlay-trigger:hover .overlayscreen p:last-of-type{
	font-size: 24px;
	transition: 0.3s;
	opacity: 100%;
}



#offer section .overlay-trigger:hover img {
	transform: scale(1.4);
	transition: 1s;
	opacity: 100%;
}

#offer section .overlay-trigger:hover video {
	transform: scale(1.4);
	transition: 1s;
	opacity: 100%;

}

.overlay {
	z-index: 100000;
    display: none;
	justify-content: center;
	align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    color: #111;
}

.overlay-content{
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
	background-color: white;
	width: 80%;
	height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
}

.overlay-images{
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
}


.overlay-images img{
	width: 100%;
}

.overlay-text{
	width: 90%;
	padding: 1em 2em 1em 2em;
}

.overlay-text h1 {
	font-family: "titre2";
	font-size: 3em;
}

.overlay-text h3 {
	font-family: "titre3";
	font-size: 2em;
}

.overlay-text p{
	font-family: "texte";
	margin: 10px 20px;
}

.overlay .button-overlay {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
  font-size: 24px;
  background-color: white;
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
}

#CTAmoreProjects {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically center items */
    height: 100%; /* Set height to 100% to fill the section */
}

#ProjetCTA {
    font-family: "CTA";
    font-size: 1.2em;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 0.5em 1em;
    box-shadow: 0 0 1em 0.1em rgba(22, 0, 52, 0.1);
    transition: 0.2s;
}


#ProjetCTA:hover {
	background-color: rgba(10, 0, 52, 1.0);
	border: 0.3px solid rgba(255, 255, 255, 1.0);
	color: rgba(198, 36, 226, 1.0);
	box-shadow: 0 0 1.3em 0.2em rgba(255, 255, 255, 0.2);
	font-size: 1.3em;
}

#ProjetCTA:active {
	color: rgb(10, 0, 52);
}

#ProjetCTA svg {
  margin-left: 0.2em; 
  color: rgb(10, 0, 52);
}

#fullcont {
	width: 100%;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

#fullcont section {
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(13, 23, 40, 1.0),  rgba(0, 0, 0, 1.0));
}


#fullcont h2 {
	font-family: "titre2";
	margin: 2em auto 2em;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 2em;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(22, 0, 112, 0.6);
	width: 5em;
	padding: 0.5em 3em;
	border-radius: 60px;
}


#cont {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

#cont section {
  position: relative;
  width: 100%;
  height: 100%;
}

#cont section video {
  position: absolute;
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#social-links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding-left: 20%;
  padding-right: 20%;
  align-content: center;
}

.social-cta {
  border-radius: 45px;
  transition: all 0.4s;
  background-color: transparent;
  font-family: "CTA";
  text-decoration: none;
  text-align: center;
  margin-bottom: 30vh;
	width: 20%;
	font-size: 1.5em;
	position: relative;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	border: 1.7px solid rgba(255, 255, 255, 0.3);
	padding: 0.5em 1em;
	display: flex;
	color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 1em 0.1em rgba(255, 255, 255, 0.1);
}


.social-cta:hover {
    box-shadow: 0 0 2em 0.2em rgba(255, 255, 255, 0.5);
    font-size: 1.6em;
    color: rgba(198, 36, 226, 1.0);
    border-radius: 90px;
    border: 1px solid rgba(255, 255, 255, 1.0);
    background-color: rgba(10, 0, 52, 1.0);
}

.social-cta:active {
  color: #fff;
}

.social-icon {

  margin-right: 10px;
  vertical-align: middle;
}

.social-label {

  vertical-align: middle;
}


footer {
	background-color: rgba(250, 241, 252, 1);
	height: 3em;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

footer p {
    font-family: "texte";
	text-decoration: none;
	display: inline-block;
	color: black;
	margin: auto auto;
}












