@import url(http://fonts.googleapis.com/css?family=Poiret+One);
@import url(http://fonts.googleapis.com/css?family=Roboto:100);

*{
  font-family: 'Poiret One', cursive;
}

@font-face {
font-family: 'NexaLight';
src: url('NexaLight.otf');
font-weight: normal;
font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

h1 {
  margin-top: 10%;
  color: rgb(255, 253, 132);
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  text-align: center;
}

h2 {
  color: black;
  font-size: 48px;
  margin: 0px 40px -10px 40px;
  padding-top: 30px;
}

h3 {
  color: rgb(255, 253, 132);
  font-size: 48px;
  text-align: left;
  margin-bottom: 20px;
}

.titre {
  color: rgb(255, 253, 132);
  font-size: 36px;
  text-align:center
}

.line {
  background-color: rgb(255, 253, 132);
  width: 147px;
  height: 2px;
  display: inline-block;
  margin-bottom: 9px;
}

/*.home {
	background-color: white;
	background-size: cover;
	-webkit-background-size: cover; 
} */

.backindex {
  background: url(images/background.jpg) no-repeat center fixed;
  background-size: cover;
  text-align: center;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
}

.button {
  color: rgb(255, 253, 132);
  text-align: center;
  font-size: 24px;
  width: 280px;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 2px rgb(255, 253, 132);
  padding-top: 12px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  margin-top: 8%;
  text-decoration: none;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.button:hover {
  background-color: rgb(255, 253, 132);
  color: black;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.button1 {
  color: rgb(255, 253, 132);
  text-align: center;
  font-size: 24px;
  width: 280px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 2px rgb(255, 253, 132);;
  padding-top: 9px;
  display: inline-block;
  margin-top: 3%;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 25px;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.button1:hover {
  background-color: rgb(255, 253, 132);
  color: black;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.button2 {
  color: rgb(255, 253, 132);
  text-align: center;
  font-size: 24px;
  width: 280px;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 2px rgb(255, 253, 132);
  padding-top: 9px;
  display: inline-block;
  text-decoration: none;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.button2:hover {
  background-color: rgb(255, 253, 132);
  color: black;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.button3 {
  color: rgb(255, 253, 132);
  text-align: center;
  font-size: 24px;
  width: 280px;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 2px rgb(255, 253, 132);
  display: inline-block;
  text-decoration: none;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
   margin-top: 30px;
   cursor: pointer;
   padding-top: 5px;
   margin-bottom: 25px;
}

.button3:hover {
  background-color: rgb(255, 253, 132);
  color: black;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.button4 {
  color: rgb(255, 253, 132);
  text-align: center;
  font-size: 24px;
  width: 280px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 2px rgb(255, 253, 132);
  padding-top: 9px;
  display: inline-block;
  text-decoration: none;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.button4:hover {
  background-color: rgba(255, 253, 132, 0.8);
  color: black;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

nav {
  font-family: 'NexaLight';
}

.nav {
  width: 100%;
  background-color: rgb(255, 253, 132);
  font-size: 24px;
  min-height: 35px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left;
  position: fixed;
  z-index: 100;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.nav1 {
  width: 100%;
  background-color: rgb(255, 253, 132);
  font-size: 24px;
  min-height: 35px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left;
  z-index: 100;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.decale {
  margin-left: 48px;
}


nav a {
  text-decoration: none;
  color: #7d7d7d;
  margin: 10px;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

nav a:hover {
  color: black;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.activ {
  border-bottom: solid 1px #7d7d7d;
  color: black;
}

.activ:hover {
  border-color: black;
  transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
}

.backport {
  background: url(images/back.jpg) no-repeat center fixed;
  text-align: center;
}

.bloc {
  background-size: cover;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  width: 225px;
  height: 225px;
  margin: 45px 45px 45px 45px;
  display: inline-block;
  border-radius: 10px;
}

.bloc:hover .bloc2 {
  opacity: 1;
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.bloc2 {
  background-color: rgba( 255, 253, 132, 0.7);
  height: 130px;
  width: 100%;
  border-radius: 10px;
  opacity: 0;
  color: black;
  font-size: 30px;
  text-align: center;
  padding-top: 95px;
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.bloc a {
  text-decoration: none;
  color: black;
}

hr {
  opacity: 0;
}

.portrait {
  height: 100%;
  width: 100%;
}

.bodyaprop {
  background-color: rgb(255, 253, 132);
  height: 100%;
}

.pres, .apropos {
  width: 50%;
}

.pres {
  margin-left: 50%;
}

video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: 100%; height: auto; z-index: -100;
background: url(background.png) no-repeat;
background-size: cover;
}


/* #bgfilter {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
}
filter:blur(3px);
  -o-filter:blur(3px);
  -ms-filter:blur(3px);
  -moz-filter:blur(3px);
  -webkit-filter:blur(3px);
*/

.text {
  font-size: 18px;
  line-height: 22px;
  color: black;
  margin: 50px 40px -10px 40px;
  text-align: justify;
  font-family: 'NexaLight';
}

.picto {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  margin-left: 40px;
  width: 40px;
  padding-bottom: 10px;
}

.picto1 {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  margin-left: 40px;
  width: 40px;
  padding-bottom: 8px;
}

.text1 {
  font-size: 24px;
  text-decoration: none;
  color: black;
}

.text2 {
  font-size: 24px;
  text-decoration: none;
  color: white;
}


label {
  color: rgb(255, 253, 132);
  font-size: 24px;
  text-align: left;
  font-family: 'NexaLight';
}

.link {
  padding-top: 60px;
  height: 100px;
  border-left: solid 1px white;
  margin-left: 45px;
}

.link1 {
  padding-top: 25px;
}

.form {
  text-align: left;
  padding-top: 30px;
}

input, textarea {
  background-color: white;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  font-size: 21px;
}

textarea {
  height: 150px;
}

.left {
  width: 55%;
  float: left;
  text-align: left;
}

.right {
  width: 35%;
  float: left;
  color: white;
  text-align: left;
}

.right1 {
  width: 48%;
  margin-bottom: 30px;
  float: left;
}

.left1 {
  width: 48%;
  float: left;
  margin-bottom: 30px;
  padding-right: 4%;
}

.crea {
  background-color: red;
  width: 40%;
  height: 550px;
  margin-top: 40px;
  float: left;
}

.creatext {
  color: white;
  font-size: 18px;
  float: left;
  width: 45%;
  margin-left: 60px;
  margin-right: 40px;
  text-align: justify;
  margin-top: 20px;
}

h4 {
    color: rgb(255, 253, 132);
    font-size: 48px;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 60px;
    float: left;
    width: 45%;
    margin-top: 33px;
}

.txt {
  display: inline;
  font-family: 'NexaLight';
  font-size: 21px;
}

#messageconfirm {
    font-size: 24px;
    color: white;
    margin-top: 150px;
}

.backtest {
  background: url(images/home.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
}

/* CSS Portfolio */

.work{
	width: 100%;
	background: #000;
  margin-top: 0px
}

.item{
	overflow: hidden;
	cursor: pointer;
}


.w1{
	width: 25%;
}

.w2{
	width: 50%;
}

.w3{
	width: 75%;
}

.w4{
	width: 100%;
}

.item span.infos{
	position: absolute;
	color: #fff;
	opacity: 0;
	top: 75%;
	left: 25%;
	width: 50%;
	height: 300px;
	margin-top: -125px;
}

.item span.infos1{
	position: absolute;
	color: #fff;
	opacity: 0;
	top: 75%;
	left: 25%;
	width: 50%;
	height: 300px;
	margin-top: -200px;
}

.item span{
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.item span.name{font-size: 1.3em;position: relative; display: block; text-align: center; text-transform: uppercase; border-bottom: 1px solid #fff; padding-bottom: 16px;}
.item span.category{font-size: .7em; font-family: "Roboto"; position: relative; display: block; text-align: center; text-transform: uppercase; letter-spacing: .3em;}

section{margin-top: 60px; padding-top:60px;}


header{width: 100%;height: 100%;overflow: hidden;position: absolute;top: 0; left: 0;}

.text-container{
	margin: 128px auto;
}

.text-container button{
	margin: 0 auto;
	margin-top: 48px;
}

section img{
	width: 100%;
	margin: -1px 0;
}

.content iframe{
	margin: 0 auto;
}

.options .container .back, .options .container ul{margin: 32px auto;}

.work4{background: url(images/scotch.png) no-repeat 50% center; background-size: cover;}
.work2{background: url(images/cv.jpg) no-repeat 50% center; background-size: cover;}
.work3{background: url(images/davinci.png) no-repeat 50% center; background-size: cover;}
.work1{background: url(images/crea.jpg) no-repeat 50% center; background-size: cover;}
.work5{background: url(images/icm.png) no-repeat 100% center; background-size: cover;}
.work6{background: url(https://m1.behance.net/rendition/modules/117577783/hd/a0f60db2d922d31e0f9458509247ccff.jpg) no-repeat 50% center; background-size: cover;}
.work7{background: url(images/pub.jpg) no-repeat 50% center; background-size: cover;}
.work8{background: url(images/dessin.jpg) no-repeat 50% center; background-size: cover;}
.work9{background: url(images/matte.jpg) no-repeat 50% center; background-size: cover;}
.work10{background: url(images/lowpoly.png) no-repeat 50% center; background-size: cover;}

.work1:hover span{opacity: 1; !important;
}

.work2:hover span{opacity: 1; !important;
}

.work3:hover span{opacity: 1; !important;
}

.work4:hover span{opacity: 1; !important;
}
.work5:hover span{opacity: 1; !important;
}

.work6:hover span{opacity: 1; !important;
}

.work7:hover span{opacity: 1; !important;
}

.work8:hover span{opacity: 1; !important;
}

.work9:hover span{opacity: 1; !important;
}

.work10:hover span{opacity: 1; !important;
}

.work1:hover, .work2:hover, .work3:hover, .work4:hover, .work5:hover, .work6:hover, .work7:hover, .work8:hover, .work9:hover, .work10:hover {
  background: black;

}

header div{
	height: 100%;
	width: 100%;

}

@media only screen and (max-width : 767px) {
	header{
		height: 250px;
		max-height: 100%;
}

	.text-container{margin: 40px auto;}
	.text-container button{width: 100%; margin-top: 20px;}
	section{margin: 0;}
	.options .container button.back{ bottom: 0; background: #F45C54; border-radius: 0; border: none; width: calc(100% - 10px); margin: 5px;}
	.item{width: 100%; overflow: hidden;}
	.work{margin-top: 40px;}
	.item span.infos{color: white; top: auto;bottom: 0; background: rgba(0,0,0,.5); width: 100%;left: 0; height: 16%; margin:: 0; padding: 16px 0;}
}

/*Responsive*/

.button2mobile, .image2mobile {
	display:none;
}

@media screen and (max-width: 640px) {
	html{
		overflow-x: hidden;
		min-height: 100%;
	}


	.nav{		white-space: pre-line;
		position:relative;
	padding: 5%;
padding-top: 0px;
	}


	video#bgvid{
		display:none;
	}

	.line {
	width: 75%;
height: 2px;
margin-bottom: 10px;
margin-top: 10px;
white-space: pre-wrap;
}

	/* Page portfolio */

	.decale {
		margin-left: 10px;
	}

	.work {
		margin-top: 0px;
	}

	section{
		padding:0px;
	}

	.item a span.infos {
color: white;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
margin: : 0;
}

	/* Page contact */
	.nav1{		white-space: pre-line;
	}

	.decale {
		margin-left: 10px;
	}

	.left {
width: 90%;
margin-left: 5%;
float: none;
text-align: left;
}

.right {
width: 100%;
float: none;
color: white;
text-align: left;
margin-top: 30px;
}

.link a p{
  display:none;
}

.link {
  display: inline-block;
  width: 30%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  border-left: none;
}

.picto1 {
    width: 65%;
}
.decale {
margin-left: none;
}

.button3  {
		width:100%;
}

.left1 {
width: 100%;
float: none;
margin-bottom: 30px;
}

.right1 {
width: 100%;
margin-bottom: 30px;
float: none;
}

.form_before{
margin-left: 5%;
width: 80%;
}

	/* Page presentation */

.apropos{
display: none;
}

.pres {
margin-left: 0%;
width: 100%;
}

/* Page a propos */

.image2mobile, .button2mobile {
	display:block;
}

.button2mobile {
width: 75%;
margin-left: 12.5%;
margin-top: -120px;
position: relative;
color: rgb(255, 253, 132);
text-align: center;
font-size: 24px;
height: 40px;
background-color: rgba(0, 0, 0, 0.6);
border: solid 1px rgb(255, 253, 132);
padding-top: 9px;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
text-decoration: none;
}

a {
  text-decoration: none;
}

.pres {
    margin-top: 100px;
}

.link1 a p{
  display:none;
}

.link1 {
  display: inline-block;
  width: 30%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
}

.picto {
    width: 65%;
}

.image2mobile{
		width:100%;
		height:100%;
		margin:0;
		padding:0;
};



};
