/* ___________ Global ___________*/

canvas {
position: absolute;
left: 0; 
top: 0;
background:transparent;
}

body {
	margin: 0;
	background-color: rgb(8,31,44);
	color: #ffffff;
	font-family: 'texta_altlight', sans-serif;
	}
h1 {
	font-family: 'texta_altblack', sans-serif;
    font-size: 100px;
    text-transform: uppercase;
}

h2 {
	font-family: 'texta_altblack', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
}

h3 {
	font-family: 'texta_altlight', sans-serif;
    font-size: 24px;
    color: rgba(255,255,255,0.7);
}

h4 {
	font-family: 'texta_altblack', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    line-height: 28px;
}

h4 span {
	font-family: 'texta_altlight', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

h5 {
	font-family: 'texta_altbold', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

h6 {
	font-family: 'texta_altregular', sans-serif;
    font-size: 18px;   
    color: rgba(255,255,255,0.5);
}
h6 span {
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: normal;
}

p {
	font-family: 'texta_altregular', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: rgb(95,95,95);
}

ul {
	list-style: none;
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	color: #ffffff;
	line-height: 40px;
	margin-top: -20px;
	text-align: left;
}

a,button,li, footer p, .btn-scroll, .btn-back {
	 -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
         -ms-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
             transition: all .3s ease-in-out;
}

button {
	font-family: 'texta_altmedium', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 100;
	color: rgba(160,160,160,1);
	display: inline-block;
	height: 40px;
	line-height: 18px;
	text-decoration: none;
	cursor:pointer;
	outline: 0;
	border: 0;
	box-shadow: none;
	background: none;
}

.button-square {
	text-transform: uppercase;
	color: rgba(160,160,160,1);
	border: 2px solid rgba(160,160,160,0.2);
	padding: 10px 20px 10px 20px;
	margin-top: 12px;
	margin-left: 20px;
}

.button-square:hover {
	border: 2px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}

.zonebtn_services {
	margin: 0 auto;
	text-align: center;
	margin-top: 80px;
}
.button-square2 {
	border: 2px solid rgba(8,31,44,0.2);
	color: rgba(8,31,44,0.5);
	padding: 10px 20px 10px 20px;
	margin-top: 12px;
	margin-left: 20px;
}

.button-square2:hover {
	border: 2px solid rgba(56,192,197,1);
	color: rgba(56,192,197,1);
}

.button-square-menu {
	border: 2px solid rgba(160,160,160,0.2);
	padding: 10px 20px 10px 20px;
	margin-top: 12px;
	margin-right: 20px;
}

.button-square-menu:hover {
	border: 2px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}

section {
	display: block;
}

footer {
	position: relative;
	background-color: rgba(5,19,26,1);
	padding-top: 20px;
	padding-bottom: 20px;	
}
footer p {
	text-align: center;
	color: rgba(132,143,150,0.6);
}
footer p:hover {
	color: rgba(255,255,255,1);
}

.groupe {
	position: absolute;
	top: 100%;
}
/* ___________ Nav ___________*/

.section {
	top: -60px;
}

 header {
	width: 100%;
	height: 60px;
	background-color: rgba(8,31,44,0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	}

.logo {
	display: inline-block;
	width: 72px;
	height: 40px;
	padding-top: 10px;
}	
.logo img {
	width: 72px;
	display: inline-block;
}

#nav {
	margin: 0 auto;
}
#nav h5 {
	margin-top: 15px;
	font-size: 18px;
	/*display: inline-block;*/
	display: none;
	color: white;
	vertical-align: top;
}

header ul {
	font-family: 'texta_altmedium', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	display: inline-block;
	float: right;
	height: 60px;
	}

header ul li {
	float: left;
	line-height: 56px;
	
}

header ul li a {
	border-top: 4px solid rgba(0,0,0,0);
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 0px;
	margin-left: 0px;
	color: rgba(160,160,160,1);
}

header ul li a:hover {
	border-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}

.active a {
	border-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}

/*-------------------- 404 page --------------------*/
.lost {
	background: url("../images/bg-cover-404.jpg") no-repeat top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
	z-index: 0;	
	left: 0;
}

.lost .bar {
	display: inline-block;
	text-align: center;
}
.lost404 img {
	position: relative;
	display: inline-block;
	text-align: 0 auto;
	width: 60%;
}
.lost .logo-cover {
	padding-top: 6%;
}
.btn{
	margin-top: 30px;
	margin-left: 0;
}


/* ___________ Welcome ___________*/


.masthead {
    position: relative;
}
.couleurs {
	gris: #081f2c;
	bleu: #00a3e0;
	turquoise: #38c0c5;
}

.masthead-video {
    z-index: 0;
}

.masthead-overlay {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.zonecontent {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    
}

.logo-cover {
    /*margin-top: 6%;*/
    position: relative;
    width: 300px;
    z-index: 10;
    /*border: solid 1px yellow;*/

}
.logo-cover p {
	margin-top: -30px;
    color: rgba(255,255,255,0.7);
}

.flex {
	display: -webkit-flex; /* Safari */
	-webkit-flex-direction: column; /* Safari 6.1+ */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    height: 80vh;
}

.textcover {
    position: relative;
    display: block;
    width: 100%;
    /*top:15%;*/
    left: auto;
    right: auto;
    /*bottom: 15%;*/
    z-index: 10;
    justify-content: center;
  }

.bar{
    width: 40px;
    height: 6px;
    background-color: #38c0c5;
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
  }

.mediumbar {
	width: 60px;
    height: 8px;
    clear: both;
    margin-bottom: 60px;
    margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #9863a2;
}

.minibar {
	width: 40px;
    height: 4px;
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0.3);
}
.microbar {
	width: 20px;
    height: 2px;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0.3);
}


section {
	width: 100%;
	}
.center {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 2%;
	z-index: 50;
}
@-webkit-keyframes arrow {
        0% {margin-bottom: 30px;}
        100% {margin-bottom: 0px;}
    }
@-moz-keyframes arrow {
        0% {margin-bottom: 30px;}
        100% {margin-bottom: 0px;}
    }
@-o-keyframes arrow {
        0% {margin-bottom: 30px;}
        100% {margin-bottom: 0px;}
    }
@keyframes arrow {
        0% {margin-bottom: 30px;}
        100% {margin-bottom: 0px;}
    }

.btn-scroll {
	display: inline-block;
	width: 50px;
	height: 50px;
	/*margin-left: -30px;*/
	margin-bottom: 0px;
	text-align: center;
	opacity: 0.5;
	border: solid 2px rgba(255,255,255,0.3);
	border-radius: 50px;
	-webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-name: arrow;
    -moz-animation-duration: 0.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -o-animation-timing-function: ease-in-out;
    -o-animation-name: arrow;
    -o-animation-duration: 0.8s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
	animation-timing-function: ease-in-out;
    animation-name: arrow;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn-scroll:hover {
	opacity: 1;
	background-color: #38c0c5;
	border-color: #38c0c5;
}
.btn-scroll a p {
	font-family: 'texta_altmedium', sans-serif;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
}
.btn-scroll img {
	margin: 10px;
}

.container {
	margin: 0 auto;
	width: 100%;
}

/* ___________ Section About ___________*/

.header {
	width: 100%;
	height: 60px;
	background-color: rgba(8,31,44,0.95);
	position: fixed;
	z-index: 1000;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 0;
}

.header button a {
	display: inline-block;
	position: absolute;
	float: left;
	line-height: 60px;
	margin-top: 0;
	color: rgba(255,255,255,1);
}

.header .zonecontent ul li {
	position: relative;
	display: block;
	height: 60px;
	top: 14px;
}

.btn-download {
	margin-top: 4px;
	float: right;
}
.btn-back p {
	color: #ffffff;
	display: inline-block;
	padding-top: 2px;
	line-height: 60px;
	vertical-align: top;
}
.btn-back {
	float: left;
	opacity: 0.6;
}
.btn-back:hover {
	float: left;
	opacity: 1;
}
.close-menu {
	height: 60px;
	margin-top: 4px;
}
.center {
	width: 40px;
	margin: 0 auto;
	margin-top: 35px;
}
#logo-centered {
	padding-top: 160px;
}
.cover-about {
	background: url("../images/bg-cover-about.jpg") no-repeat top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	height: 500px;
	text-align: center;
	z-index: 0;	
	position: relative;
	left: 0;
}

.social {
	width: 480px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.social ul {
	text-align: center;
	padding-top: 100px; 
	margin: 0;
}

.social ul li {
	display: inline-block;
	text-align: center;
	width: 30%;
}

.social ul li a {
	display: inline-block;
	text-align: center;
}

.social img {
	width: 25px;
	vertical-align: middle;
}

.social .icon-email, .social .icon-behance, .social .icon-linkedin {
	width: 60px;
	height: 52px;
	padding-top: 8px;
	padding-bottom: 0;
	/*border: 2px solid white;*/
	border-radius: 100px; 
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
         -ms-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
             transition: all .3s ease-in-out;
}
.social .icon-linkedin img {
	width: 20px;
}


.description {
	margin: 0;
	background-color: rgb(255,255,255);
    display: inline-block;
    padding-bottom: 50px;
}


article {
	
}

.description h2 {
	color: #38c0c5;
}

.description h3 {
	color: rgb(95,95,95);
}

h2 span {
	color: #38c0c5;
	font-family: 'texta_altblack', sans-serif;
	font-size: 60px;
}
.contenu-about {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}
.portrait {
	display: inline-block;
	width: 49%;
	padding-top: 50px;
	vertical-align: middle;
}
.contenu-about a {
	color: #38c0c5;
}
.contenu-about a:hover {
	color: #ffffff;
	background: #38c0c5;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 20px;
}
#portrait {
	display: block;
	min-width: 50%;
	max-width: 40%;
	margin: auto;
}

.references {
	background-color: rgb(10,36,51);
	padding-top: 20px;
	padding-bottom: 100px;
}
.references ul li {
	display: inline-block;
	text-align: center;
	width: 24%;
	margin-top: 30px;
	margin-bottom:  30px;
	opacity: 0.5;
}
.references ul li:hover {
	opacity: 1;
}

#About {
	position: relative;
	background-color: yellow;
	height: 400px;
	border: solid 1px purple;
	}
/* ___________ Section Portfolio ___________*/

#Work {
	display: block;
	position: relative;
}

/* ___________ Section Services ___________*/

#Services {
	position: relative;
	background-color: rgba(255,255,255,1);
	padding-bottom: 120px;
	}
#Services h3,
#Services h5,
#Services p {
	color: rgb(95,95,95);
}

#Services h2 {
	color: #38c0c5;
}

.icons-services {
	width: 80%;
	margin: 0 auto;
}
.icons-services ul {
	margin: 0 auto;
	text-align: center;
}
.icons-services h5,
.icons-services p {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.icons-services h5 {
	margin-top: -20px;
	line-height: 24px;
}
.icons-services li {
	width: 24%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-top: 50px;
	/*border: solid 1px red;*/
}
.icons-services img {
	width: 60%;
}	


/* ___________ Section Connect ___________*/

#Connect {
	position: relative;
	background-color: rgb(8,31,44);
	padding-top: 40px;
	padding-bottom: 60px;
	}
	
.bloc-gauche {
	width: 38%;
	display: inline-block;
	vertical-align: middle;
}

.bloc-gauche button {
	margin: 0;
	margin-top: 20px;
}

.bloc-droite {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.bloc-droite ul li {
	display: inline-block;
	text-align: center;
	width: 32%;	
}

.bloc-droite ul li a {
	display: inline-block;
	height: 65px;
}
.bloc-droite ul li img {
	vertical-align: middle;
}
.icon-email, .icon-behance, .icon-linkedin {
	width: 100px;
	height: 70px;
	padding-top: 30px;
	/*border: 2px solid white;*/
	border-radius: 100px; 
	background-color: rgba(255,255,255,0.1);
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
         -ms-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
             transition: all .3s ease-in-out;
}
.icon-email:hover {
	/*border: 2px solid #db4537;*/
	background-color: #db4537;
	opacity: 1;
}
.icon-behance {
	padding-top: -50px;
}
.icon-behance:hover {
	/*border: 2px solid #1a9ff2;*/
	background-color: #1a9ff2;
	opacity: 1;
}
.icon-linkedin:hover {
	/*border: 2px solid #056396;*/
	background-color: #056396;
	opacity: 1;
}

.bloc-droite ul li p {
	margin-top: 40px;
	color: rgba(255,255,255,0.5);
}
.textcover h1 {
    font-size: 6vw;
}


/*-------------------- Media queries --------------------*/

@media screen and (max-width: 1200px) {


	.textcover h1 {
		font-size: 80px;
	}
	/*---------- About ----------*/
	.references ul li {
		width: 32%;
	}
	/*---------- Services ----------*/
	.icons-services li {
		width: 24%;
	}
	.icons-services h5,
	.icons-services p {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	}
	.icons-services li img {
		width: 60%;
		margin: 10px;
	}
}

@media screen and (max-width: 1024px) {
	h5 {
		font-size: 18px;
	}
	.cover-about {
		background-position: 20% 0;
	}
	.icons-services {
		width: 100%;
	}
	.icons-services p {
		font-size: 16px;
	}
	.portrait {
		width: 49%;
	}
	#portrait {
		min-width: 80%;
		max-width: 40%;
		}
	}
	.logo-cover {
	    width: 250px;
	}
	.textcover h3 {
    	font-size: 30px;
	}
	.icons-services li {
		margin-top: 0px;
	}
}

@media screen and (max-width: 1000px) {
	.icons-services ul li {
		width: 48%;
	}
	.icons-services ul {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {

	.zonecontent {
		width: 90%;		
	}
/*---------- Nav ----------*/
	header ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}

/*---------- Services ----------*/

	.icons-services ul li {
		width: 48%;
	}
	.zonebtn_services {
		margin-top: 80px;
	}
/*---------- About ----------*/

	.portrait {
		width: 50%;
		margin-bottom: 50px;
		margin-left: 50%;
	}
	#portrait {
		margin-left: -40%;
	}
	.contenu-about {
		width: 100%;
	}
	.references ul li {
		width: 32%;
	}

/*---------- Connect ----------*/
	.bloc-gauche {
		width: 100%;
	}
	.bloc-droite {
		width: 100%;
		margin: 100px 0px 100px 0px;
	}
}

@media screen and (max-width: 640px) {
	.logo-cover {
	    margin-top: 15%;
	}
	.textcover {
		top:10%;
	    left: auto;
	    right: auto;
	    bottom: auto;
    }

	.textcover h1 {
		font-size: 60px;
	}
	.portrait {
		width: 70%;
	}
	.references ul li {
		width: 48%;
	}
	#Connect {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 512px) {
	.logo {
		margin-left: -20px;
	}
	header ul {
		font-size: 13px;
	}
	.button-square {
		border: 2px solid rgba(160,160,160,0.2);
		padding: 10px 10px 10px 10px;
		margin-top: 12px;
		margin-left: 0px;
		font-size: 13px;
	}

	.textcover h3 {
		font-size: 24px;
	}
	/*.textcover {
		width: 50%;
	}*/
	.icons-services ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.icons-services li img {
		width: 25%;
		margin: 10px;
	}

	.header .zonecontent ul li {
		top: 15px;
	}
	.btn-back p {
		display: none;
	}
	.social ul li {
		width: 20%;
	}
	.social {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {

	.logo-cover {
		display: none;
	}
	#nav ul {
		display: none;
	}
	#nav h5 {
	display: inline-block;
	}
	.logo{
		display: inline-block;
		width: 200px;
	}
	header {
		width: 100%;
	}
	.textcover {
	    /*margin-top: 40%;*/
	}
	.textcover h1 {
		font-size: 52px;
	}
	.textcover {
		width: 100%;
	}
	.btn-scroll a p {
		display: none;
	}
	.references ul li img{
		width: 60%;
	}
	.push-menu-right .zonecontent, #image-top {
		overflow: hidden;
	}
	.content-project h1 {
		font-size: 60px;
	}
	.video {
		position: relative;
		/*padding-bottom: 56.25%;*/ /* 16:9 */
		padding-bottom: 100%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

@media screen and (max-width: 320px) {
	.textcover h1 {
		font-size: 40px;
	}
	.icon-email, .icon-behance, .icon-linkedin {
		width: 80px;
		height: 60px;
		padding-top: 20px;
	}
	.icon-linkedin img {
		width: 30%;
	}
	.icon-behance img {
		width: 40%;
	}
	.icon-email img {
		width: 40%;
	}
}

