html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#landingPage{
	width: 100%;
	background: #F1F0EF;
}

#landingPage .col-g{
	width: 50%;
	float: left;
	padding: 0 10px ;
}

#landingPage .col-g p{
	text-align: left;
}

#landingPage .col-d {
    width: 50%;
    height: 550px;
    float: left;
    background: url(images/jeuneboss.jpg) no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: -475px 0px;
    border-radius: 30% 70% 33% 67% / 58% 38% 62% 42%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.retour{
	clear: both;
}

.container{
	width: 80%;
	margin: auto;
}

h1 {
    font-family: "poppins";
    font-weight: 600;
    font-size: 64px;
    line-height: 61px;
    color: #F86832;
    text-align: left;
	padding-top: 150px;
}

#landingPage .col-g p#intro{
	font-weight: 300;
	padding-top: 12px;
	font-size: 19px;
}

span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

span.slicknav_icon{
	border: 0px;
}

span.slicknav_icon-bar{
	border: 0px;
}

p {
    font-family: 'Bitter', serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #89716A;
}

#landingPage p{
	text-align: center;
	font-size: 23px;
    color: #89716A;
    font-weight: 500;
	padding: 15px 0 0 0;
}


*,
*:before,
*:after{
	padding: 0;
	box-sizing: border-box;
}

nav{
	width: 100%;
	margin: auto;
	height: 56px;
	margin-bottom: 70px;
	position: relative;
}

.slicknav_menu {
	display: none;
}

#logoNav{
	position: absolute;
	top: 10px;
    left: 17px;
}

#logoNav a:hover:after{
	width: 0;
}

#logoNav img{
	width: 36px;
}

nav a{
	position: relative;
	font-family: "bitter";
	color: #F86832;
	text-decoration: none;
	font-weight: 400;
	transition: 0.2s ease-in;
}

nav a:hover{
	color: #89716A;
	transform: scale(0.9);
	
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    margin-left: 58%;
}

nav ul li{
	line-height: 55px;
}

.retour{
	clear: both;
}

#arrow{
	position: fixed;
	right: 50px;
	transition: 0.3s ease-in-out;
	z-index: 999;
}

#arrow:hover{
	transform: scale(0.9);
}

#arrow i{
	color: #F86832;
	font-size: 40px;
}

#quisuisje{
	background: white;
	width: 100%;
	padding: 40px 0 80px 0;
}

#quisuisje .container{
	margin: auto;
}

#quisuisje .col-g img{
	width: 80%;
}

#quisuisje h2{
	padding-top: 50px;
	margin-bottom: 20px;
}

#quisuisje .col-g {
    background: url(images/id.jpg) no-repeat;
    width: 35%;
    margin-right: 50px;
    height: 440px;
    float: left;
    border-radius: 57% 43% 47% 53% / 65% 41% 59% 35%;
    background-position: center 0px;
    background-size: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#quisuisje .col-d{
	background: transparent;
	width: 55%;
	float: left;
}

h2{
	font-family: "poppins";
	font-weight: 500;
	color: #F86832;
	font-size: 24px;
}

.ligne {
    height: 1px;
    width: 90%;
    margin-top: 12px;
    background: #89716A;
}

#quisuisje .col-d p{
	text-align: left;
	padding-bottom: 15px;
}

#realisations{
	background: #f7f7f5;
	padding: 80px 0;
}

#realisations .container{
	width: 80%;
}

#realisations h2{
	text-align: center;
    margin-bottom: 60px;
}

.grid{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
}

.grid .col{
	transition: 0.2s ease-in-out;
	padding: 0;
}

.grid .col img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
	transition: 0.3s ease-in-out;
}


.grid .col img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

#competences{
	padding: 80px 0;
	background: #F1F0EF;
}

#competences h2{
	text-align: center;
	margin-bottom: 60px;
}

.raw{
	display: flex;
	justify-content: space-between;
}

.raw .col{
	width: calc(50% - 10px);
	background: white;
    padding: 70px;
	margin-bottom: 20px;
}

.raw .col{
	text-align: center;
}

.raw .col i{
	font-size: 38px;
	color: #89716A;
	padding-bottom: 15px;
}

.raw .col p{
	font-weight: 400;
	color: #89716A
}

.col{
	padding-bottom: 10px;
}

.col img{
	width: 100%;
}

#box {

}

.button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup2 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup3 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup3 .content img{
	filter: grayscale(0);
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 999;
}
.popup .close:hover {
  color: #F86832;
}

.popup2 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 999;
}

.popup2 .close:hover {
  color: #F86832;
}

.popup3 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 999;
}

.popup3 .close:hover {
  color: #F86832;
}
.popup .content {
  overflow: auto;
}

.popup .content img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.popup .content p{
	text-align: left;
}

.popup2 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup2 .content {
  overflow: auto;
}

.popup2 .content img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.popup2 .content p{
	text-align: center;
}

#blue{
	width: 100%;
	height: 200px;
	background-color: #F86832;
	opacity: 0.3;
	position: absolute;
	top: 0;
}

footer{
	padding: 20px 0;
	background: #F86832;
}

footer .container{
	display: flex;
}

footer .col{
	width: 50%;
	padding: 0;
}

footer .col p{
	color: white;
	font-family: 'bitter';
	font-weight: 400;
	padding: 0;
}

footer .col i{
	padding-right: 8px;
}

@import url(//fonts.googleapis.com/css?family=Lato:300:400);

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}


/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
@media (max-width: 1086px){
	
	footer .container{
		display: block;		
	}
	
	footer .container p{
		text-align: left;
	}
}
@media (max-width: 992px){
	
	.slicknav_menu {
		display: block;
		background: transparent;
		position: absolute;
		z-index: 999;
		right: 0;
		width: 100%;
	}
	
	h2{
		margin-bottom: 40px;
	}
	
	#competences h2{
		margin-bottom: 40px;
	}
	
	nav{
		display: none;
	}
	
	.slicknav_nav {
		display: block;
		float: right;
		background: white;
		width: 100%;
		padding: 60px 0;
		height: 100vh;
	}
	
	.slicknav_nav a {
		font-family: "bitter";
		font-weight: 400;
		color: #F86832;
		text-align: center;
		padding: 20px 0;
	}

	.slicknav_btn {
		margin: 5px 5px 6px;
		text-decoration: none;
		text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: transparent;
	}
		
	.slicknav_menu .slicknav_icon-bar {
    display: block;
    height: 3px;
	width: 23px;
	margin-top: 7px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	background: #F86832;
}
	
	.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 5px;
}
	p {
		text-align: center;
	}
	
	.ligne {
		margin: auto;
		width: 66%;
		height: 1px;
		margin-top: 12px;
		background: #89716A;
	}
	
	#landingPage .col-d {
		float: none;
		width: 100%;
		background-position: -330px -10px;
		height: 470px;
		margin-bottom: 40px;
	}

	#landingPage .col-g{
		float: none;
		width: 100%;
		padding-bottom: 50px;
	}
	
	#landingPage .col-g p{
		text-align: center;
	}
	
	h1{
		padding-top: 100px;
		text-align: center;
		font-size: 60px;
	}
	
	#quisuisje{
		padding: 40px 0;
	}
	
	#quisuisje .col-g {
		width: 50%;
		float: none;
		margin: auto;
		margin-bottom: 40px;
		background-size: cover;
	}
	
	#quisuisje .col-g img{
		margin: auto;
		display: block;
	}
	
	#quisuisje .container {
		width: 85%;
		margin: auto;
	}
	
	#quisuisje .col-d {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#quisuisje .col-d p{
		text-align: center;
	}
	
	#quisuisje h2{
		padding-top: 0;
	}
	
	#competences{
		padding: 50px 0;
	}
	
	#realisations{
		padding: 50px 0;
	}
	
	#realisations h2{
		margin-bottom: 40px;
	}
	
	.raw{
		display: block;
	}
	
	.raw .col {
		width: 80%;
		background: white;
		padding: 70px;
		margin-bottom: 20px;
		margin: 0 auto 20px;
	}
	
	.grid{
		grid-template-columns: 1fr 1fr;
	}
	
}

@media (max-width: 768px) {
	
  .waves {
    height:40px;
    min-height:40px;
  }

	#landingPage .col-d {
		float: none;
		width: 100%;
		background-position: -460px -30px;
		height: 480px;
	}
	
	#quisuisje .col-g {
  	  width: 60%;
	}
	
	.popup{
		width: 90%;
	}	
	
	.popup2{
		width: 90%;
	}
	
	.grid{
		display: block;
	}
	
	.grid .col{
		margin-bottom: 10px;
	}
	
	footer .col p{
		font-size: 14px;
	}
}

@media (max-width: 599px) {

	#landingPage .col-d {
		float: none;
		width: 100%;
		background-position: -590px -30px;
		height: 310px;
		margin: 0 auto 40px;
	}
	
	#landingPage p {
		padding: 5px 0 0 0;
		font-size: 16px;
}
	
	h1{
		font-size: 42px;
	}
	
	#quisuisje .col-g {
  	  width: 80%;
	  height: 340px;
	}
	
	.raw .col {
		width: 80%;
		background: white;
		padding: 30px;
		margin-bottom: 20px;
		margin: 0 auto 20px;
	}
}

@media (max-width:427px){
	
	h1{
		font-size: 33Px;
	}
	

}




