/*CSS SHEET SPIDER PROTECH / PHYGITAL AVENUE*/

/*Author: Patrick REICHLE*/ Saül/Luc TABI BOURDON

/*-------------------Resetting styles-------------------*/
* {
	padding: 10;
	margin: 10;
	box-s


izing: border-box;
}

/*DEBUGGING SIZES*/

/** {
  outline: 1px solid #f00 !important;
}*/

body{ overflow-x: hidden; }


/*COLORS*/


.bgcolor1 {
	background-color: #53BAFF;
}
.bgcolor2 {
	background-color: #c27ba0;
}
.bgcolor3 {
	background-color: #53BAFF;
}
.bgcolor4 {
	background-color: #6bf6b2;
}
.bgcolor5 {
	background-color: #999999;
}
.bgcolor6 {
	background-color: #f44336;
}
.bgcolorf7 {
	background-color: #f44336;
}
.bgcolor0 {
	background-color: #000;



}

.linearbg{
	background: linear-gradient(96deg, #673ab7, #f4039c);
}

.linearbgcover {
	background-image: linear-gradient(
		305deg, #3fffff, #640eff);
	background-attachment: fixed;
}


.color1 {
	color: #9089FF;
}
.color2 {
	color: #749FFF;
}
.color3 {
	color: #53BAFF;
}
.color4 {
	color: #25E0FF;
}
.color5 {
	color: #00FFFF;
}

.color0 {
	color: #000;
}

.colorf7 {
	color: #999999;

}


.colorgradient {
	background: linear-gradient(310deg, #673ab7, #03a9f4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0px 0px 10px black);
}




/*-------------------Scroll behaviour-------------------*/

html {
	scroll-behavior: slow;
	font-size: 10px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

section {
	margin-top: rem;
	margin-bottom: rem;
}

.vertical {
/*	transform: skew(
-10deg);*/
}

.vertical h2{
	/* position: absolute; */
	transform: rotate(-90deg);
	/* background: #fff; */
	padding: 1rem;
	/* left: -154px; */
	text-transform: uppercase;
	font-size: 3rem;
	/* margin-top: 371px; */
	font-weight: 100;
	font-size: 40px;
	/* border: solid 1px #000; */
	min-width: 500px;
	align-self: normal;
	text-align: center;
}

/*-------------------Fonts & Polices-------------------*/

body {
	font-family: 'Spline Sans', sans-serif;
}

h1 {
	font-size: 6rem;
	margin-bottom: 1rem;
	font-family: 'Suez One', sans-serif;
}
h2 {
	font-size: 5rem;
	margin-bottom: 1rem;
	font-family: 'Suez One', sans-serif;
}

h3{
	font-size: 2rem;
	margin-bottom: 1rem;
	
}

h4{
	font-size: 2rem;
	margin-bottom: 1rem;
	
}

h5{
	font-size: 2rem;
	margin-bottom: 1rem;
	
}

p, li {
	font-size: 1.3rem;
	font-weight: 100;
	margin-bottom: 1rem;
	font-family: 'Spline Sans', sans-serif;
}

/*-------------------Header & navigation-------------------*/

header {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	align-content: center;
/*    margin: 1em;*/
justify-content: space-between;
z-index: 100;
}

.menu-btn {
	position: fixed;
	top: 10;
	right: 0;
	font-size: 1.5rem;
	right: 0;
	top: 0;
	z-index: 101;
	margin: 2rem;
}

.menu {
/*	position: fixed;*/
right: 0;
top: 0;
z-index: 101;

}

.menu-collapsed li {
	list-style: none
}

.menu-right a {
	animation: 300ms ease-in-out;
}

.menu-collapsed .menu-right a:hover{
	/*background-color: #fff;*/
	transform: scale(1.1);
	transition: transform 330ms ease-in-out;
}

.menu button {
	border: none;
	background: none;
	width: 55px;
	font-size: 2rem;
	cursor: pointer;
}

.menu button:hover{
	color: #000;
}

/*-------------------Logo Styling-------------------*/
header .logo {
	position: fixed;
	width: 115px;
	z-index: 99;
	margin: 2em;
	filter: drop-shadow(1px 1px 1px black);
	transition: transform 330ms ease-in-out;
}

.logo:hover{
	transform: scale(1.2);
	transition: transform 330ms ease-in-out;
}


/*-------------------Menu styling-------------------*/
main {
	position: relative;
}

.dispnone {
	display: none;
}

.categorie {
/* margin-top: 5rem; */
}
.overlay {
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: space-around;
	position: absolute;
	opacity: 0;
	width: 100vw;
	height: 100vh;
	background-color: tomato;
	transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #7a3838;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	z-index: 89;
}

nav {
	/*position: fixed;*/
}


.menu-link {
	font-size: 2rem;
	color: #00FFFF;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-link {
	padding: 1rem;
}


/*------------------------------------------------SCROLLBAR*/

/* width */
::-webkit-scrollbar {
	width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: linear-gradient(4deg, #9633ff, #21beff);
	border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #000; 
}



/*-------------------Links styling-------------------*/
a {
	display: block;
	color: #fff;
}

a:hover{
	/*background: linear-gradient(96deg, #673ab7, #03a9f4);*/
	color: #000;
}


/*-------------------LISTS-------------------*/

ol {
	margin-left: 1rem;
}



/*-------------------Styling intro slide-------------------*/


.intro-container {
	max-width: 1100px;
	width: 100%;
}
.intro-title {
	background-color: #fff;
	background-attachment: fixed;
	width: 100%;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.intro-image {
	background-image: url("../assets/images/support-ecran-tactile.jpg");
/*	background-blend-mode: color;*/
background-blend-mode: luminosity;
background-attachment: fixed;
width: 100%;
height: 250px;
background-size: cover;
}
.intro-title h1 {
	text-align: center;
}

.slider{
	position: relative;
	display: block;
	height: 100vh;
}

.slide-construction{
	background: linear-gradient(96deg, #673ab7, #03a9f4);
	padding-top: 2em;
	padding-bottom: 2em;
	display: flex;
	justify-content: center;
	min-height: 100vh;

}

.slide-construction article{
	display: flex;
	color: #000;
	align-items: center;
	color: #fff;
}

.wrap {
	font-weight:900;
	text-transform: uppercase;
	font-size: 10vw;
	color: #25E0FF ;
}

.container {
/*	padding-top: 2em;*/
/*	padding-bottom: 2em;*/
display: flex;
justify-content: center;
flex-wrap: wrap;
/*	min-height: 100vh;*/
max-width: 1100px;
overflow: hidden;
justify-content: space-around;
border-radius: 3px;
}

.description-offre article{
	display: flex;
	color: #000;
	align-items: center;
	/*color: #fff;*/

}


#affichage .slide-right {
	background-color: #9089FF;
}

#site .slide-right{
	background-color: #749FFF;
}

.slide-right div {
	color: #fff;
}


.videowrapper {
	overflow: hidden;
}

.videowrapper video {
	margin-top: 3px;
	margin-left: 3px;
}

video:focus { outline:none; }

video#phygital-avenue-welcome{
	position: fixed; 
	right: 0; bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -100;
	background-size: cover;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.scroller {
	position: absolute;
	bottom: 0;
	display: flex;
	color: #f1f1f1;
	width: 100%;
	height: 100vh;
	transition: .5s ease;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	justify-content: flex-end;
}

.hero {

	position: absolute;
	bottom: 0;
	display: flex;
	color: #f1f1f1;
	width: 100%;
	height: 100vh;
	transition: .5s ease;
	color: #000;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}	

.scroller p {
	font-size: 2rem;
}
.scroller:hover {
	color:#000;
}

.scroller svg {
	font-size: 5rem;
}

/*-------------------Styling Second slide-------------------*/

.slide-two {
	/*background: linear-gradient(96deg, #673ab7, #03a9f4);*/
	padding-top: 2em;
	padding-bottom: 2em;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.slide-two article {
	max-width: 1100px;
	/*background-color: white;*/
	padding: 1em;
	margin: 1em;
	color: white;
}

.post {
	/*background: linear-gradient(96deg, #673ab7, #03a9f4);*/
	padding-top: 2em;
	padding-bottom: 2em;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.post-details {
	display: inline-block;
	color: #000;
	border-bottom: 1px solid;
	padding: 1em;
	margin: 1em;
}
.breadcrumbs {
	display: inline-block;
	color: #000;
	border-top: 1px solid;
	padding: 1em;
}

.breadcrumbs a {
	display: inline-block;
	color: #000;
}


.post article {
	max-width: 1100px;
	/*background-color: white;*/
	padding: 1em;
	margin: 1em;
}

.post img {
	max-width: 100%;
}

.filler {
	height: 15rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.slide {
	/*padding-top: 2em;
	padding-bottom: 2em;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
/*	border-radius: 3px;*/
}


}



.slide-three article {
	max-width: 1100px;
/*	background-color: red;*/
padding: 1em;
margin: 1em;
}

.slide-left {
	/*min-width: 50%;*/
	width: 550px;
	display: flex;
	max-width: 550px;
	overflow: hidden;
/*	justify-content: center;
	align-items: center;*/
}


.slide-left h1 {
	border-bottom: 70px solid;
}

.slide-right {
	/*min-width: 50%;*/
/* max-height: 100vh;*/
overflow: hidden;
max-width: 550px;
justify-content: center;
align-items: center;
}

.slide-four {
	background: #000;
	padding-top: 2em;
	padding-bottom: 2em;
	display: flex;
	justify-content: center;
	min-height: 100vh;
}

.slide-four article {
	max-width: 1100px;
	/*background-color: white;*/
	padding: 1em;
	margin: 1em;
	color: white;
}

.scroll-bound {
	position: fixed;
	height: 500vh;
}

.video-content {
	height: 100vh;
	width: 100%;
	position: sticky;
	top:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.content {
	padding: 1em;
	margin: 1em;
	color: #000;
}

.squares {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1100px;
	align-items: center;
	flex-direction: row;
	animation: 300ms ease-in-out;

}

.squares div {
	max-width: 12rem;
	/* padding: 1rem;*/
	/*  margin: 1rem;*/
}

.square h4 {
	font-size: 30px;
	border-bottom: 5px solid;
}

.square p {
	font-size: 1em;
}



.portfolio-items {
	display: flex;
	flex-wrap: wrap;

	max-width: 1100px;

	flex-direction: row;
	animation: 300ms ease-in-out;

}

.portfolio-items div {
	max-width: 20rem;
	/* padding: 1rem;*/
	/*  margin: 1rem;*/
}

.portfolio-item h4 {
	font-size: 30px;
	border-bottom: 5px solid;
}

.portfolio-item p {
	font-size: 1em;
}

.portfolio-item {
	display: flex;

	align-items: center;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.split {
	display: flex;
	margin-bottom: 2rem;
}

.split div {
	padding: 1rem;
}


.portfolio-item a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	align-content: center;
	flex-wrap: nowrap;
	text-decoration: none;
	
	transition: justify-content 300ms ease-in-out;
}

.description {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.active-square {
	/* border-bottom:	50px solid rgb(255, 255, 255); */
}
.active-square:hover {
	/*color: #ccc!important;*/
	transform: scale(1.3);
	transition: transform 330ms ease-in-out;
	z-index: 50;
	position: relative;
	filter: drop-shadow(2px 4px 6px black);
	justify-content: center;
	border-bottom: 50px solid black;
}

.active-square h4 {

	animation: 300ms ease-in-out;
}

.active-square:hover h4 {
	transform: translate3d(10px, 0px, 0px);
}

.square {
	display: flex;
	height: 300px;
	align-items: center;
	border-radius: 3px;
	margin-right: 10px;

}
.rounded {
	border-radius: 3px;
}

.square a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	align-content: center;
	flex-wrap: nowrap;
	text-decoration: none;
	padding: 1rem;
	transition: justify-content 300ms ease-in-out;
}


/*Contact page*/


.contact-slide {
	background: #363636;
	padding-top: 2em;
	padding-bottom: 2em;
	display: flex;
	justify-content: center;
	min-height: 100vh;
}

.contact-slide article {
	max-width: 1200px;
	width: 100%;
	/*background-color: white;*/
	padding: 1em;
	margin: 1em;
	color: white;
	display: flex;
	flex-wrap: wrap;
}

.contact-slide article form {
/*	padding: 1em;
	margin: 1em;*/
	max-width: 700px;
}

.contact-slide article .sidebar {
	padding: 1em;
	margin: 1em;
	align-self: center;
}

.sidebar .content {
	color: #fff;
	border-left: 1px solid;
}

.sidebar .content h5 {
	font-size: 1em;
}

.sidebar .content p {
	font-size: 1em;
}


.input-field {
	border-radius: 3px;
	/*height: 3em;*/
	border: none;
	padding: 1em;
}

.info {
	color: red;
}

.btn-submit{
	padding: 2em 3em;
	/*background: #fff;*/
	border-radius: 3px;
	border: none;
	/*color: #3f51b5;*/
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	animation: 300s;
}

.btn-submit:hover {
	background: linear-gradient(335deg, #673ab7, #03a9f4);
	color: #fff;
	transform: scale(1.1);
	transition: transform 330ms ease-in-out;
}

.input-row {
	padding: 1em;
}

.flex-full {
	flex-basis: 100%;
	text-align: center;
}



.form-container form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

textarea {
	width: 100%;
	min-height: 300px;
}

input {

}

#statusMessage {
	background: #0d9ded;
	margin: 1em;
	padding: 1em;
}

::placeholder {
	color: #663cb88c;
	font-size: 1em;
	font-weight: 100;
}

/*-------------------Footer-------------------*/ 

footer {
	background: #57698a;
	padding-top: 3em;
	/*padding-bottom: 1em;*/
	background-position: fixed;
	border-top: 16px solid #0095ff;
}

.footer-row-1 {
	border-top: 2px solid white;
	width: 1000%;
	display: flex;
	justify-content: space-around;
	color: #fff;
	margin: auto;
	flex-wrap: wrap;
	padding: 1rem;
	align-items: start;
}

.footer-row-2 p {
	padding: 1 rem;
	margin: 9;
        
}


footer .footer-row{
/*	max-width: 1100px;*/
width: 100%;
display: flex;
justify-content: space-between;
color: #fff;
margin: 1;
flex-wrap: wrap;
padding: 1rem;
}

footer .footer-row>div {
/*	width: 33%;*/
padding: 2em;
}

footer a {
	text-decoration: none;

}

footer a:hover{
	color: #0095ff;

}


footer .footer-row-2>div {
/*	width: 33%;*/
padding: 2em;
}


footer .logo {
	width: 1em;
}

footer h4 {
	font-family: "Suez One", sans-serif;
	color: #641ee5;
	font-size: 3rem;
	text-transform: uppercase;
}

footer ol {
	list-style: none;
}

.socials {
	display: flex;
	align-items: align-self; baseline;
	font-size: 1rem;
}


.socials a:hover {
	transition: transform 300ms ease-in-out;
	transform: scale(1.1);
}
.socials svg {
	margin-right: 2em;
}


/*
------------------------------*/
#menu-open {
	color: white;
	filter: drop-shadow(-1px 1px 1px black);
}

#menu-open:hover{
	color: #000;
	filter: drop-shadow(-1px 1px 1px white);
}


.scrollToTop {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 1rem;
	z-index: 100;
	border: none;
	background: none;
	font-size: 1.5rem;
	margin: 1rem;
	color: white;
	filter: drop-shadow(-1px 1px 1px black);
}

.menu-collapsed {
	position: fixed;
	transition: all .25s;
	top: 0;
/*	text-align: center;*/
line-height: 45px;
height: 100vh;
width: 100vw;
border-radius: 0px;
/*  background-color: rgb(63 81 181 / 87%);*/
z-index: 100;
display: flex;
transform: translateX(100%);
}



.menu-open{
	transform:none;
}

#menu-close{
	font-size: 3rem;
}

.close-menu{
	text-align: end;
}

.menu-left{
	padding: 3rem;
	width: 50vw;
	background: linear-gradient(
		315deg, #000000, #000000b0);
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-left a {
	width: 100%;
}

.menu-left a img:hover {
	transform: scale(1.2);
	transition: transform 330ms ease-in-out;
}

.centered {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/*	width: 100%;*/
}

img {
/*	max-width: 100%;*/
}
.square:hover {
/*	background-color: #fff;*/

}

.squares a {
/*	display: block;
	text-decoration: none;*/
}

.menu-right {
	padding: 2rem;
	display: flex;
	width: 50%;
	background: #fff;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}


.menu-collapsed ul {
	transition: all 0s;
	position: relative;
	right: 0;
	z-index: 2;
}

.menu-enabled {

}

ul {
	margin-left: 2rem;
}

#menu-toggle {

	cursor: pointer;
}




/*-------------------------------------RESPONSIVE-----------------------*/
@media screen and (max-width: 800px) {


	footer h4 {
		font-size: 2vw;
	}

	h1 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	h2 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	h3{
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	h4{
		font-size: 3rem;
		margin-bottom: 1rem;
	}

	h5{
		font-size: 3rem;
		margin-bottom: 1rem;
	}

	p {
		font-size: 1rem;
		margin-bottom: 1rem;
	}


	.input-row {
		width: 100%;
	}

	.input-field {
		width: 100%;
	}


	header .logo {
		width: 90px;
		margin: 1rem;
	}

	header .menu a{
		padding: 1rem;
		font-size: 1.5rem;
	}

	.slide-right {
		max-width: 100vw;
	}

	.slide-left{
		max-width: 100vw;
	}


	footer p, footer li {

		font-size: 1rem;

	}

	footer .footer-row-1 {
		flex-direction: column;
		align-items: end;
		align-content: center; }

		footer .footer-row-2 {
			flex-direction: column;
			align-items: stretch;
			align-content: end; }

			.scrollToTop {
				margin: 1rem;
				padding: 	0;

			}


			nav ul {
				margin: 0;
			}

			.menu-link {
				font-size: 3vw;
			}

			.square {
				transform: none;
				margin: 10px;
				max-width: 10rem!important;
				height: 300px;
			}

			.square h4 {
				font-size: 1vw;
			}

			.menu-collapsed {
				display: flex;
				flex-direction: column-reverse;
				width: 50vw;
			        max-height: 50vh;
			}

			.menu-collapsed .menu-left {
				width: 50vw;
				height: 35vh;

			}
			.menu-collapsed  .menu-right {
				width: 50vw;
				height: 50vh;

			}

			img {
				/*max-width: 101%;*/
			}

			.menu-btn {
				margin: 5rem;
			}



/*-------------------Article------------------*/ 

.articles{
       margin-top: 50px;

}
	
			