@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);

html{
	height:100%;
	min-height:100%;
 }

body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	background-color: #f2efeb;
	height:100%;
}

/* ------------------------- INTRO FADE-OUT -----------------------------*/
body {
	opacity: 1;
	transition: 1s opacity;
}
body.fade-out {
	opacity: 0;
	transition: none;
}

.bgn {
	position: fixed;
	min-width: 100%;
	min-height:100%;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

/*-- Titre sur index.html --*/
h1{
	font-size: 15px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
	margin-bottom : 25px;
	color: #3d5d6b;
}

/*-- Titres sur apropos.html --*/
h2 {
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 20px;
}

/*-- Sous-titre sur apropos.html --*/
h3 {
	font-size: 17px;
	font-weight: 400;
	Line-Height: 1.5;
	padding:0px;
	padding-bottom: 5px;
	margin:0px;
}

/*-- Partenaires --*/
h4 {
	font-size: 15px;
	font-weight: 300;
	padding:0px;
	padding-bottom:10px;
	Line-Height: 1.5;
}

/*-- Titres des images sur portfolio.html --*/
h5 {
	font-size: 17px;
	font-weight: 400;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:30px;
}



a:link, a:visited {
    color: #3d5d6b;
    text-decoration: none;
}


a:hover, a:active {
    color: grey;
}

p {
	font-size: 15px;
	line-height: 1.6;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*--
	Header Start
--*/

header {
	background-color : white;
	height : 70px;
}

header .navbar {
	background-color : white;
	margin-bottom: 0px;
	border: 0px;
	padding-bottom: 0px;
}

header .container {
	width : 100%;
	padding-right: 40px;
	padding-left: 25px;
}

header .navbar-right {
	padding-top: 10px;
}

header .navbar-header {
	padding-top: 5px;
	height : 70px;
}

#logo {
	width:80px;
}

header .navbar-toggle {
	background-color: white;
	position: relative;
	top : 8px;
	left: 15px;
}

header .navbar-default .navbar-nav li a {
	 font-size: 15px;
	 font-weight: 300;
	 color: black;

}
header .navbar-default .navbar-nav li a:hover {
  color: grey;
}


/*-- Tranche = section horizontale --*/

#tranche1 {
	padding-top: 0px;
}

#tranche2 {
	padding-top: 70px;
	padding-bottom: 100px;
}

#tranche3 {
	padding-top: 70px;
	padding-bottom: 100px;
	background-color: white;
}

/*-- Image sur toute la largeur de la tranche et team--*/
.image {
	width: 100%;
}

/*-- Blocks --*/
.black1 {
	display: inline-block;
	vertical-align: top;
}

.black2 {
	padding-top: 20px;
	display: inline-block;
	vertical-align: top;
}

.black3 {
	padding-top: 50px;
	display: inline-block;
	vertical-align: top;
}

.accueil {
	position: relative;
	padding-top: 5%;
	width: 80%;
	max-width : 600px;
	margin: auto;
}

#logo2 {
	width: 92%;
}

.logo {

	width : 180px;
	float: left;
	padding-bottom: 30px;
}

.contenu {
	width: 70%;
	max-width : 420px;
	float: left;

}

#bouttons {

	width: 320px;
	margin-top : 12px;
}
/*--
	portfolio Start
--*/

#portfolio-work {
	overflow: hidden;
	padding: 0px;
}

}
#portfolio-work .block .portfolio-menu {
	margin-top: 0px;
	text-align: left;
	background-color: white;
}

#portfolio-work .block .portfolio-menu {
	background-color:white;
	position : fixed;
	padding-top: 22px;
	height : 70px;
	Bottom : 0px;
	left: 0px;
	width : 100%;
	z-index : 50;
}
   @media (min-width:768px){.block .portfolio-menu{padding-left: 10px}}
   @media (min-width:992px){.block .portfolio-menu{padding-left: 100px}}

#portfolio-work .block .portfolio-menu ul {
	background-color:white;
	display: inline-block;
	margin-top: 0px;
}

#portfolio-work .block .portfolio-menu ul li {
	display: inline-block;
	padding-left: 25px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 300;
	color: black;
	position: relative;
}

#portfolio-work .block .portfolio-menu ul .active {
	color: black;
	font-weight: 400;

}

#portfolio-work .block .portfolio-menu ul li:hover {
  color: grey;
}

#portfolio-work .block .portfolio-contant {
	padding-top:0px;
	padding-bottom:0px;

}

#portfolio-work .block .portfolio-contant ul li {
	float: left;
	width: 33%;
	overflow: hidden;
	margin: 0;
	position: relative;

}

#portfolio-work .legendes {
	position: absolute;
	top: 50%;
	width: 100%;

	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

#portfolio-work .block .portfolio-contant ul li:hover .overly {
	opacity: 1;
	color: white;

}

#portfolio-work .block .portfolio-contant ul li:hover .position-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);

}

#portfolio-work .block .portfolio-contant ul li a {
	display: block;

}


#portfolio-work .block .portfolio-contant ul img {
	width: 100%;
	height: auto;

}

#portfolio-work .block .portfolio-contant .overly {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	text-align: center;
	z-index : 40;
}

#portfolio-work .block .portfolio-contant .position-center {
	position: absolute;
	top: 50%;

}

#portfolio-work .block .mix {
	display: none;

}

footer {
	height : 70px;
}
