@charset "UTF-8";


@font-face {
  font-family: "cousine";     
  src: url("../font/Cousine-Bold.ttf");
  font-weight: 700;           
  font-style: normal;
}

body {
  	background: #dfdfdf;
	color: #333;
	font-family: "cousine", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 90vh;
    width: 90vw;
  	display: grid;
	align-items: center;
	margin: 0px;
    padding-left: 5vw;
    padding-top: 5vh;
	padding-bottom: 5vh;

}

.page
{
	       width: 90vw;
    height: 100%;
    padding: 0px;
}

nav
{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
	height: 5vh;
	margin-bottom: 5vh;
}

p
{
	margin: 0px;
	font-size: 1.2vh;
	font-family: "cousine", sans-serif;
}
#logo_j
{
	height: 3vh;
	 transition: transform 0.3s ease, opacity 0.3s ease;
  user-select: none;
}
a
{
	text-decoration: underline;
	color: #333;
}

a:hover
{
	
}






/* ===== CTA 3 ARROWS ===== */
.cta-triple {
    height: 5vh;
	display: grid;
	 grid-template-columns: 1fr 1fr;
    align-items: center;
}

.cta-arrow, .left, .center, .right {
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  user-select: none;
}

.cta-arrow:hover, #logo_j:hover{
  transform: scale(1.2);
  opacity: 0.8;
}

.left:hover
{
	transform: scale(1.2);
}
.center:hover
{
	transform: scale(1.2);
}
.right:hover
{
	transform: scale(1.2);
}

.video
{
	padding-left: 350px;
	padding-right: 350px;
}

.projet {
    flex-shrink: 0;
    width: 100%;
    height: 55vh;
    position: relative;
    overflow: hidden;
	padding-bottom: 5vh;
}

#arrowBottom
{
	height: 3vh; display: flex; justify-content: center; margin-bottom: 5vh;
}

#arrowTop
{
	height: 3vh; display: flex; justify-content: center; margin-bottom: 5vh;
}


.projet
{
	display: grid;
	align-items: center;
}

.titre, h1
{
	font-size: 5vh;
	text-align: center;
	margin-bottom: 5vh;
	line-height: 4.5vh;
	
}
.titre2
{
	font-size: 3.5vh;
	margin-bottom: 5vh;
	width: 60vw;
}
.sous-titre
{
	opacity: 0.5;
	font-weight: normal;
}

.projet_img
{
	width: 48px; height: 48px;
}

.project-svg
{
	width: 100%; height: 100%; display: block;
}
#pimg1
{
	background-image: url("../img/projet/hof/hof1.jpeg");
}

.project-mask-0,.project-mask-da{ width: 100%; aspect-ratio: 1; }

.svg-mask {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 55vh;
    display: block; }

.video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}




.arrow-svg, .arrow-svg-l{
  height: 3vh;
	color: #333333;
}
.arrow-btn-project
{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
     width: 100%;
  height: 3vh;
	color: #333333;
}
	

.arrow-path, .arrow-pathl
{
	color: #333333;
	width: 50%;
	}

.project_container
{
	display: grid;
	width: 100%;
    grid-template-columns: 0.5fr 2fr 0.5fr;
    align-items: center;
	margin-bottom: 4vh;
}

.project_listing:hover .project-all
{
	opacity: 0.25;
	z-index: 1;
}

.project_listing .project-all:hover
{
	opacity: 1;
	z-index: 30;
}

.project-all
{
	position: relative;
	display: block;
	transition: opacity .25s ease;
	text-decoration: none;
	color: inherit;
	z-index: 1;
}

.hover-image
{
	position: fixed;
	width: 400px;
	height: 300px;
	pointer-events: none;
	z-index: 20;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.9);
	transition: opacity .2s ease, transform .2s ease;
}

.hover-image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hover-image.active
{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.nameproject
{
	justify-self: center;
	font-size: 4vh;
	text-align: center;
}

.projectsservice
{
	justify-self: right;
	text-align: right;
}








.project_cover
{
	height: 55vh;
	width: 100%;
	object-fit: cover;
	margin-bottom: 5vh;
}


.project_info
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 5vh;
}

.description
{
	display: grid;
	grid-template-columns: 0.5fr 1fr;
	margin-bottom: 5vh;
}


.text
{
	margin-bottom: 8vh;
	line-height: 2vh;
}


.parallax-section {
	position: relative;
	height: 70vh;
	overflow: hidden;
	margin-bottom: 5vh;
}
.square
{
	height: 100vh;
}

.parallax-img {
	position: absolute;
	top: -2.5%;
	left: 0;
	width: 100%;
	height: 105%;
	object-fit: cover;
	will-change: transform;
}


.vertical
{
    height: 70vh;
    margin-bottom: 5vh;
    width: 90vw;
    justify-self: center;
}

.story
{
    height: 70vh;
    margin-bottom: 5vh;
    width: 25vw;
    justify-self: center;
}

.parallax-img-vertical
{
	position: absolute;
	top: -2.5%;
	left: 0;
	width: 100%;
	height: 105%;
	object-fit: cover;
	will-change: transform;
}

#description
{
	padding-top: 5vh;
}

@media (max-width: 768px) {
	
	.parallax-section {
		height: 30vh }
	
	.parallax-img {
		height: 120%;
		top: -10%; }
	.vertical
{
    height: 70vh;
    margin-bottom: 5vh;
    width: 90vw;
    justify-self: center;
}
	.story
{
            height: 85vh;
    margin-bottom: 5vh;
    width: 90vw;
    justify-self: center;
}
	.square
{
	height: 50vh;
}
	.hof
	{
		font-size: 4.5vh;
	}
}



@media (min-width:768px) {


	.parallax-section {
		height: 60vh }
	
	.vertical
{
    height: 70vh;
    margin-bottom: 5vh;
    width: 90vw;
    justify-self: center;
}
	.story
{
    height: 70vh;
    margin-bottom: 5vh;
    width: 50vw;
    justify-self: center;
}
	
		.square
{
	height: 80vh;
}

}


@media (min-width:1200px) {
	
	body{
		height: 90vh;
    	width: 70vw;
    	padding-left: 15vw;
    	padding-top: 5vh;
		padding-bottom: 5vh;
		
	}
	
	p
{
	font-size: 2vh;
}
.text
{
	line-height: 2.9vh;
}
	
	.page{
	 width: 70vw;
    height: 100%;
    padding: 0px;	
	}
	
	.titre, h1 {
    font-size: 10vh;
		        line-height: 8vh;
	}
	.titre2
{
	font-size: 6vh;
	margin-bottom: 5vh;
	width: 30vw;
}
	.italic
	{
		font-style: italic;
	}
	
	.nameproject
{
	justify-self: center;
	font-size: 7vh;
	text-align: center;
}
	.vertical
{
	background-color: aqua;
    height: 70vh;
    margin-bottom: 5vh;
    width: 30vw;
    justify-self: center;
}
		.parallax-section {
		height: 70vh }
	
	.vertical
{
    height: 70vh;
    margin-bottom: 5vh;
    width: 90vw;
    justify-self: center;
}

.story
{
    height: 70vh;
    margin-bottom: 5vh;
    width: 25vw;
    justify-self: center;
}
	.square
{
	height: 100vh;
}

	
}