#top{
	height: 60px;
}



/*INTRO*/
.intro{
	width: 100%;
	height: 400px;
	margin-bottom: 250vh;
	background: var(--color1);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: var(--font2);
	color: var(--texteColor1);
}
.intro h1{
	font-size: 40px;
	line-height: 50px;
	margin-top: 180px;
	font-weight: 200;
}
.intro h2{
	font-size: 1.2em;
	line-height: 40px;
	font-weight: 300;
}
.intro .scroll{
	margin: 5px auto 50px auto;
	height: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.intro .fleche{
	width: 36px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.intro .ligne{
	width: 25px;
	height: 2px;
	border-radius: 2px;
	background: var(--color2);
	transition: .1s;
}
.intro .l1{
	transform-origin: right;
	transform: rotate(45deg);
}
.intro .l2{
	transform-origin: left;
	transform: rotate(-45deg);
}
.intro .scroll:hover{
	cursor: pointer;
}
@media screen and (min-width: 420px){
    .intro .scroll:hover .ligne{
    	background: var(--color3);
    }
}




/*HERO*/
.container_hero{
	width: calc(100% - 40px);
	height: 200vh;
	z-index: -1;
	display: flex;
	position: fixed;
	top: -50vh;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 20px;
	background: var(--color1);
}
.hero{
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 1000px;
	display: flex;
	gap: 20px;
}
.hero .colonne{
	width: calc(100% / 3);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.hero .colonne:nth-child(1){
	transform: translateY(-40px);
}
.hero .colonne:nth-child(2){
	transform: translateY(20px);
}
.hero .colonne:nth-child(3){
	transform: translateY(-80px);
}
.hero .colonne .image{
	width: 100%;
	height: 50%;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.hero .i1{
	background-image: url("images/index/1.jpg");
}
.hero .i2{
	background-image: url("images/index/2.jpg");
}
.hero .i2bis{
	background-image: url("images/index/3.jpg");
}
.hero .i3{
	background-image: url("images/index/4.jpg");
}
.hero .i4{
	background-image: url("images/index/5.jpg");
}
.hero .i4bis{
	background-image: url("images/index/6.jpg");
}
.hero .i5{
	background-image: url("images/index/7.jpg");
}
.hero .i6{
	background-image: url("images/index/8.jpg");
}
.hero .i6bis{
	background-image: url("images/index/9.jpg");
}
@media screen and (max-width: 800px){
	.container_hero{
		height: 100vh;
		margin-top: 50vh;
	}
}


/*TEXTE*/
.container_text{
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color1);
}
.text{
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background: var(--color4);
}
.text .corps{
	width: 360px;
	color: black;
	font-family: var(--font1);
	font-weight: 300;
	font-size:  23px;
	line-height: 36px;
	letter-spacing: 1px;
	text-align: center;
	margin: 90px auto 27px auto;
}
.container_text .btn{
	border: 1px solid black;
	color: black;
}
@media screen and (min-width: 800px){
	/*TEXTE*/
	.separation.middle{
		width: 50%;
	}
	.text{
		width: 80vw;
		height: 400px;
		border-radius: 10px;
	}
	.text .corps{
		width: 400px;
		font-size: 25px;
	}
}



/*PRESTATIONS*/
.container_prestation{
	background: var(--color1);
	padding-bottom: 30px;
}
.prestations{
	display: flex;
	width: 100%;
	margin: 40px 0 0 0;
	flex-direction: column;
	align-items: center;
}
.prestations .prestation{
	width: 100%;
}
.prestations .prestation h2{
	font-family: var(--font2);
	color: var(--color3);
	width: 90%;
	font-size: 35px;
	font-weight: 200;
	margin: 0 auto 20px auto;
}
.prestations .prestation .gras{
	font-family: var(--font1);
	color: var(--texteColor1);
	display: block;
	width: 90%;
	font-size: 22px;
	font-weight: 700;
	margin: 0 auto 10px auto;
} 
.prestations .prestation .p{
	font-family: var(--font1);
	color: var(--texteColor1);
	display: block;
	width: 90%;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 1.5px;
	font-weight: 300;
	margin: 0 auto 0 auto;
}
.prestations .prestation .ligne{
	width: 40%;
	height: 5px;
	background: var(--color3);
	margin: 30px auto;
}
@media screen and (min-width: 1000px){
	/*PRESTATIONS*/
	.prestations{
		display: grid;
		grid-template: 1fr 1fr / 1fr 1fr;
		gap: 20px;
		width: 90%;
		margin: 40px 5vw 20px 5vw;
	}
}


/*REALISATIONS*/
.container_realisation{
	background: var(--color1);
	padding: 80px 0 50px 0;
}
.realisations{
	display: flex;
	flex-direction: column;
	margin: 0 auto 0 auto;
}
.realisations .separation{
	width: 60%;
	margin-top: 0px;
	margin-bottom: 30px;
}
.realisations img{
	width: 100%;
	max-width: 900px;
	margin-bottom: 50px;
}






/*INSTAGRAM*/
.container_instagram{
	background: var(--color1);
	padding-bottom: 40px;
}
#instaLien{
	transition: .3s;
	color: var(--texteColor1);
}
#instaLien:hover{
	color: var(--texteColor2);
}
.instas{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1100px;
	margin: 40px auto 0 auto; 
}
.instas .insta{
	height: 250px;
	width: 250px;
	border-radius: 15px;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
}
.insta a{
	display: flex;
	align-items: center;
	justify-content: center; 
	grid-column: 1/ -1;
	grid-row: 1/ -1;
	z-index: 2;
	background-color: transparent;
	transition: .3s;
}
.insta a p{
	display: flex;
	width: 90%;
	height: 90%;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: transparent;
	font-family: "Roboto", serif;
	font-size: 18px;
	overflow: hidden;
  	text-overflow: "..."; 
	transition: .3s;
}
.insta a:hover{
	background-color: rgba(153,153,153,0.82);
}
.insta a:hover p{
	color: black;
}
.insta img,
.insta video{
	grid-column: 1/ -1;
	grid-row: 1/ -1;
	z-index: 1;
	width: 250px;
	height: 250px;
	border-radius: 15px;
}



/*responsive*/
@media screen and (min-width: 450px){
	.left{
		margin-left: 40px;
	}
}
@media screen and (min-width: 1000px){
	/*INTRO*/
	.images{
		margin: 70px auto 20px auto;
	}
	.titre{
		width: 30vw;
		align-items: flex-start;
		margin: 60px 20px 20px 5vw;
		grid-column: 1/2;
		grid-row: 1/3;
	}
	.titre .bande{
		width: 27vw;
		max-width: 370px;
		margin: 10px 0;
	}
	.titre h2{
		text-align: left;
	}
	.images .grandeimage{
		margin-top: 50px;
		width: calc(30vw + 20px + 5vw + 20px);
		grid-column: 1/2;
		grid-row: 2/4;
	}
	.images .gauche{
		width: 100%;
		height: auto;
		grid-column: 2/3;
		grid-row: 1/3;
	}
	.images .centre{
		width: 100%;
		height: auto;
		grid-column: 2/3;
		grid-row: 3/5;
	}
	.images .droite{
		width: 100%;
		height: auto;
		grid-column: 3/4;
		grid-row: 2/4;
	}
}

@media screen and (min-width: 575px){
	.instas{
		display: grid;
		width: 525px;
		height: 525px;
		margin: 40px auto;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto;
		gap: 25px;
	}
}
@media screen and (min-width: 1150px){
	.instas{
		display: grid;
		width: 1100px;
		height: 250px;
		margin: 40px auto;
		grid-template-columns: repeat(4, auto);
		grid-template-rows: auto;
		gap: 25px;
	}
}













