:root {
	--amethyst: #6200EE;
	--teal : #03DAC6;
	--rich: #;
}

.primary {
	color: var(--amethyst);
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
 padding: 0 3vh;
}

main {
	background-color: white;
	border-radius: 40px 40px 0 0;
}

#about, #study {
	padding-top: 18vh;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-thumb {
	background-color: black;
}

@font-face {
	font-family: "The Bold Font";
	src: url("../components/fonts/The Bold Font/theboldfont-webfont.woff2") format("woff2"),
	url("../components/fonts/The Bold Font/theboldfont-webfont.woff") format("woff");
}

h1 {
	font-family: 'The Bold Font', sans-serif;
	text-transform: uppercase;
	color: white;
}

h3 {
	font-family: 'Indie Flower', cursive;
}

h4 {
	font-family: 'The Bold Font', sans-serif;
	text-transform: uppercase;
	color: black;

}

.title {
	border-top: 3px solid var(--amethyst);
}

.title-white{
	border-top: 3px solid var(--white);
}

.content-fluent {
	margin-top: 10vh;
}

.rotate {
	transform: rotate(45deg);
}

#graduate-img {
	margin-top: -16vh; 
}

h6 {
	font-family: 'Indie Flower', cursive;
	color: black;
}

.block {
	background-color: white;
}

header .container-fluid {
	height: 90vh;
	background-color: var(--amethyst);
}

#scroll {
	position: absolute;
	top: 87%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

footer {
	background-color: var(--amethyst);
	border-radius: 40px 40px 0 0;
}

#avatar {
	max-width: 120px;
	height: auto;
}

.icon {
	width: 40px;
	height: auto;
}

p, ul > li{
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 1.1rem;
	color: black !important;
}

a {
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	color: black !important;
}


.thin {
	font-weight: 300;
}

.primary {
	color: var(--amethyst);
}

/* Hamburger */
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hamRotate.active {
	transform: rotate(45deg);
}

.hamRotate180.active {
	transform: rotate(180deg);
}

.line {
	fill: none;
	stroke: white;
	stroke-width: 5.5;
	stroke-linecap:round;
}

.ham8 .top {
	stroke-dasharray: 40 160;
}

.ham8 .middle {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
}

.ham8 .bottom {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
}

.ham8.active .top {
	stroke-dashoffset: -64px;
	stroke: black;
}

.ham8.active .middle {
	//stroke-dashoffset: -20px;
	transform: rotate(90deg);
	stroke: black;
}

.ham8.active .bottom {
	stroke-dashoffset: -64px;
	stroke: black;
}

.sidenav-trigger {
	position: fixed;
	border: none;
	background: none;
	z-index: 999;
	padding: 3vh 0 0 0;
}

.sidenav-close {
	position: fixed;
	border: none;
	background: none;
	padding: 3vh 0 0 3vh;
	z-index: 1;
}


#menu {
	padding-left: 5vh;
	padding-top: 50%;
}
button:focus {
	background: none!important;
}



@media (min-width: 768px) and (max-width: 992px) {
	.text {
		font-size: 4rem !important;
		line-height: 40px !important;
	}
}

@media (max-width: 768px) {

	#home {
		display: none;
	}

	#about, #study {
		padding-top: 12vh;
	}

	.text {
		font-size: 2rem !important;
		line-height: 20px !important;
	}
}


@media (max-width: 992px) {
	.view, .cover {
		height: 25vh !important;
	}
}

#code {
	font-family: "Consolas", monospace;
	color: black;
	font-size: 1rem;
}

#headerCanvas{
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

#headerLayout{
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	height: 110vh;
	width: 100%;
	background-color: var(--amethyst);
}

#bodyLayout{
	position:relative;
	left:0;
	top:0;
	z-index:3;

	width: 100%;
	background-color: var(--amethyst);
}

#ybodyLayout{
	position:relative;
	left:0;
	top:0;
	z-index:3;
	padding-bottom: 18vh;
	width: 100%;
	background-color: var(--amethyst);
}

#languages{
	position:relative;
	left:0;
	top:0;
	z-index:3;
	padding-bottom: 18vh;
	width: 100%;
	background-color: white;
}

#language-img {
	margin-top: -16vh; 
}

#works{
	position:relative;
	left:0;
	top:0;
	z-index:3;
	padding-bottom: 18vh;
	width: 100%;
	background-color: var(--amethyst);
	border-radius: 40px 40px 0 0;
}

#contact{
	position:relative;
	left:0;
	top:0;
	z-index:4;
	width: 100%;
	background-color: white;
}

#contact-img {
	margin-top: -16vh; 
}

.fa-css3, .fa-php, .fa-android, .fa-eye {
	color: var(--amethyst);
	cursor: pointer;
}

.fa-mobile-alt, .fa-map-marker-alt, .fa-handshake, .fa-video, .fa-map-marker-alt, .fa-plus {
	color: white;
}

div.text-left:nth-first-child {
	display: none;
}

.view {
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 50vh;
	background-attachment: fixed;
}

#heystack1, #heystack2, #heystack3, #walsh1, #walsh2, #leaflet1, #leaflet2, #unsplash {
  transition: .3s ease-in-out;
}


.overlay {
	  background-color: white;
}

.text {
	position: absolute;
	bottom:0;
	opacity: 0;
	transition: .3s ease-in-out;
	font-family: 'The Bold Font', sans-serif;
	font-size: 6rem;
	color:var(--amethyst);
	line-height: 60px;

}

.logo {
	position: absolute;
	top:0;
	opacity: 0;
	transition: .3s ease-in-out;
	color:var(--amethyst);
}
#scene{
	margin-top: 10vh;
	margin-bottom: 20vh;
}

.overlay:hover .view {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	transform: scale(1.03);
}

.overlay:hover .cover {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	transform: scale(1.03);
}

.overlay:hover .text {
	opacity: 1;

}

.overlay:hover .logo {
	opacity: 1;

}
#leaflet1 {
	background-image: url("../images/leaflet/depliant_1.png");
	
}

#leaflet2 {
	background-image: url("../images/leaflet/depliant_2.png");
}

#heystack1 {
	background-image: url("../images/HeyStack/accueil.png");
}

#heystack2 {
	background-image: url("../images/HeyStack/articles.png");
}

#heystack3 {
	background-image: url("../images/HeyStack/tarifs.png");
}

#walsh1 {
	background-image: url("../images/walsh/walsh1.png");
}

#walsh2 {
	background-image: url("../images/walsh/walsh2.png");
}

#unsplash {
	background-image: url("../images/unsplash/DSC_1823.JPG");
}

label {
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 1.1rem;
	color: var(--amethyst) !important;
}

.invalid-feedback {
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 1.1rem;
}

input[type="text"], input[type="email"], textarea {
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 1.1rem !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 1px solid black !important;
	outline: 0 !important;
	padding: 0 !important;
	color: black !important;
}

.form-control:focus {
	box-shadow: none !important;
}

.custom-btn {
	padding: 10px 25px;
	font-family: 'Roboto Mono', monospace;
	font-weight: 600;
	background: transparent;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}
.btn-1 {
	border: 2px solid var(--amethyst);
	z-index: 1;
	color: var(--amethyst);
}

.btn-1:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: var(--amethyst);
	transition: all 0.3s ease;
}

.btn-1:hover {
	color: #fff ;
}

.btn-1:hover:after {
	left: 0;
	width: 100%;
}

.btn-1:active {
	top: 2px;
}

.align {
	width: 30rem;
}