/* TYPO */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');
/*
	.montserrat-<uniquifier> {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	}
	
  */

body, html, section {
	block-size: 100%;
}

html {
  scroll-behavior: smooth;
}
html {
	scroll-snap-type: y mandatory;
}


section {
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
/*HOME*/

body{
	font-family: "Montserrat", serif;
}


.changementProjet{
	margin-top: 150px;
	font-family: "Montserrat", serif;
}

.changementProjet h2{
	align-self:flex-start; 
    
	font-size: 1em;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	border: #000 2px solid;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px;
	margin-left: 10px;
	width: 350px;
}

.introProjet p{
	width: 500px;
	border: 2px #fff solid;
}

.introProjet p:link, .introProjet p:visited{
	
}

.introProjet p:hover, .introProjet p:active{
	background-color: #f97a17;
	color: #fff;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/*typing text*/
.introProjet{
	padding-top: 150px;
}

.typewriter h1 {
	
  color: #f97a17;
  font-family: "Montserrat", serif;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #00FF06; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite normal;
}

.typing-text{
	text-align: center;
	margin: auto;
	
	position: relative;
	top: 20%;
	background-color: #000;
}

.text-center {
    text-align: center !important;
}

h4{
	color: #fff;
	
	padding-top: 150px;
	font-size: 1.5em;
}

/*magnetisme*/
body, html, section {
	block-size: 100%;
}

html {
	scroll-snap-type: y mandatory;
}


section {
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

/*style generaux page*/
section li{
	font-family: "Montserrat", serif;
	list-style: none;
}

section a:link, section a:visited{
	color: white;
	text-decoration: none;

}

section a:hover,  section a:active{
	color: #f97a17;
	text-decoration: none;
	
}



p{
	color: #fff;
	font-family: "Montserrat", serif !important;
}

.hidden{
	display: none;
}

/*contenus*/

.introProjet{
	display: flex;
    flex-direction: column;
    height: 100vh; 
}

.introProjet h1{
	color: #f97a17;
	margin-top: auto; 
	padding: 10px;
}

.introProjet p{

	margin-top: -300px;
	font-size: 2em;
	color: #f97a17;
	padding: 10px;
}

#contentmenu{
	background-color: #000;
	width: 400px;
	padding: 10px;
}

#header, #mandat, #moodboard, #test, #maquette, #final,
#mockup,#changementProjet{
    display: flex;
    flex-direction: column;
    height: 100vh; 
}

#toggleButton{
	align-self:flex-start; 
    margin-top: 80px;
	font-size: 1em;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	border: #000 2px solid;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px;
	margin-left: 10px;
}

#toggleButton:link, #toggleButton:visited{
	
}

#toggleButton:hover, #toggleButton:active{
	background-color: #f97a17;
	color: #fff;
}

.d-none {
  display: none !important;
}

 .CloseDiv{
	align-self:flex-start; 
    margin-top: 530px;
	 margin-bottom: 20px;
	font-size: 1em;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	border: #000 2px solid;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px;
	margin-left: 10px;
}



.closeDiv:link, .closeDiv:visited{
	
}

.CloseDiv:hover, .CloseDiv:active{
	background-color: #f97a17;
	color: #fff;
}

.sousnav{
	position: fixed;
	
}
/*MANDAT*/


#toplaLien a:link, #toplaLien a:visited{
	
}

#toplaLien a:hover, #toplaLien a:active{
	
}

/*FINAL*/

.visite-topla {
  display: flex;
  justify-content: center;
  align-items: center;
	
	position: relative;
	top: -50%;
  text-align: center;
}

.visite-topla p {
  font-size: 3em;
  font-weight: bold;
}


/*end split*/

#changementProjet a{
	font-size: 1em;
	height: 100px;
	background-color: #000;
}

#changementProjet a:nth-child(1){
	
    
	font-size: 1em;
	border: 2px #fff solid;
	padding: 5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px;
}

#changementProjet a:nth-child(2){
	font-size: 1em;
	border: 2px #fff solid;
	padding: 5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px;
}

#changementProjet a:link, #changementProjet a:visited{
	color: #fff;
	margin: auto;
} 

#changementProjet a:hover, #changementProjet a:active{
	color: #000;
	background-color: #f97a17;
	border: 2px #000 solid;
} 

#changementProjet{
	font-size: 2em;
}

#changementProjet h1{
	color: #fff;
}

#changementProjet p{
	background-color: #000;
}


.redirectionprojet h2{
	font-size: 1em;
	background-color: #fff;
	color: #000;
	padding: 5px 10px;
	border: #000 2px solid;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px;
	width: 350px;
}

.redirectionprojet a:link, .redirectionprojet a:visited{
	color: #000;
	text-decoration: none;
}

.redirectionprojet a:hover, .redirectionprojet a:active{
	color: #f97a17;
	background-color: #000;
	text-decoration: none;
}


.redirectionprojet h2:hover, .redirectionprojet h2:active{
	color: #f97a17;
	background-color: #000;
	text-decoration: none;
}

#hightopla{
	background-image: url("../img/work/TOPLA.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 50%;
}

#highborne{
	background-image: url("../img/work/borne.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 50%;
}

#highwork{
	background-image: url("../img/work/work.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 50%;
}

.arrow-container {
	text-align: center;
	margin-top: 0px;
}

.arrow {
	font-size: 5em;
	animation: bounce 2s infinite;
	display: inline-block;
	color: #f97a17;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

.highintro{
	padding-top: 100px;
}

.highintro h1{
	margin-top: 200px;
	color: #fff;
}
/*Media Queries*/
@media (min-width: 576px) {
	
}


@media (min-width: 768px) {
	

}


@media (min-width: 992px) {

	#contentmenu{
		background-color: #000;
		width: 600px;
		padding: 10px;
		margin-left: 10px;
}
	
}


@media (min-width: 1200px) {

}



@media (min-width: 1400px) { 
	

}
