@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

body{
	margin: auto;
}

#website{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	min-width: 1024px;
	min-height: 600px;
}

#load{
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(151,215,245,1);
	min-width: 1024px;
}

#load-text{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: 20px;
	font-family: "Lato";
	color: #4d4d4d;
}

/* ############################ TOPBAR ############################ */
#topbar{
	position: fixed;
	min-width: 1024px;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 36px;
	background: #4d4d4d;
	border-bottom: 2px solid rgba(120,194,236,1);
	overflow: hidden;
	font-family: "Open Sans";
	color: white;
	z-index: 100;
}

#topbar-content{
	position: absolute;
	height: 100%;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	line-height: 36px;
}

.menu{
	width: 141px;
	float: left;
	text-align: center;
	border-right: 1px solid #b2b2b2;
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.menu:hover{
	background-color: #c7c9cd;
	color: #000000;
}

.nav{
	font-weight: lighter;
}

.active{
	background-color: #e7e7e7;
    color: black;
}

#lang{
	position: absolute;
	line-height: 42px;
	right: 25px;
	font-size: 13px;
	text-decoration: none;
	color: white;
}
/* ############################ END TOPBAR ############################ */

/* ############################ HOME ############################ */

#home{
	position: absolute;
	width: 100%;
	height: 100%;
}

#bg1{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

#bg2{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 2;
}

#logo-home{
	position: relative;
	top: 0%;
	left: 10%;
	width: 80%;
	height: 40%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/logo.png);
	margin-bottom: 10%;
}

.title-home1{
	position: absolute;
	left: 28%;
	padding: 2%;
	background-color: rgba(255,255,255,0.75);
	width: 40%;
	top: 23%;
	height: 320px;
	text-align: center;
	font-family: "Lato";
	color: #393939;
	font-size: 20px;
	font-weight: lighter;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 2px;
	z-index: 3;
}

#loader{
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 90%;
	height: 3px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 2px;
	z-index: 3;
}

#bar{
	position: absolute;
	height: 100%;
	background-color: rgba(69,165,255,1);
}

/* ############################ END HOME ############################ */

/* ############################ ARCHI ############################ */

#archi{
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	background-image: url(img/concrete_wall.jpg);
	overflow: hidden;
	border-top: 5px groove #cccccc;
}

#photoArchi{
	position: absolute;
	width: 1002px;
	top: 70px;
	bottom: 170px;
	left: 50%;
	margin-left: -502px;
}

#textArchi{
	position: absolute;
	width: 960px;
	height: 90px;
	bottom: 40px;
	left: 50%;
	margin-left: -502px;
	background-color: rgba(255,255,255,0.6);
	line-height: 23px;
	font-family: "Lato";
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
	color: #3a3a3a;
    border: solid 1px silver;
    border-radius: 5px;
	text-align: justify;
}

/* ############################ END ARCHI ############################ */

/* ############################ INDUSTRIE ############################ */

#industrie{
	position: absolute;
	top: 200%;
	width: 100%;
	height: 100%;
	background-image: url(img/bgind.jpg);
	background-size: cover; 
	overflow: hidden;
	border-top: 5px groove #cccccc;
}

#photoIndustrie{
	position: absolute;
	width: 1002px;
	top: 70px;
	bottom: 170px;
	left: 50%;
	margin-left: -502px;
}

#textIndustrie{
	position: absolute;
	width: 960px;
	height: 90px;
	bottom: 40px;
	left: 50%;
	margin-left: -502px;
	background-color: rgba(255,255,255,0.85);
	line-height: 23px;
	font-family: "Lato";
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
	color: #3a3a3a;
    border: solid 1px silver;
    border-radius: 5px;
	text-align: justify;
}

/* ############################ END INDUSTRIE ############################ */

/* ############################ ACTIVITES ############################ */

#activites{
	position: absolute;
	top: 300%;
	width: 100%;
	height: 100%;
	background-image: url(img/bgbleu.png);
}

#title-news{
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -400px;
	font-size: 2.5vw;
	font-family: "Lato";
	color: #393939;
	font-weight: lighter;
}

#articles{
	position: absolute;
	top: 15%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	bottom: 50px;
}

.art1{
	padding-top: 15px;
	border-bottom: 1px solid #ffffff;
	min-height: 150px;
	text-align: justify;
	font-size: 1vw;
	font-family: "Lato";
	color: #393939;
	font-weight: lighter;
}

.art-txt1{
	float: left;
	bottom: 10px;
	width: 550px;
	height: 130px;
	margin-left: 0px;
	line-height: 23px;
	font-family: "Lato";
	font-size: medium;
	text-align: left;
	color: #393939;
}

.art-img1{
	float: right;
	bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 3px solid #393939;
	width: 194px;
	height: 124px;
	margin-left: 50px;
}

/* ############################ END ACTIVITES ############################ */

/* ############################ NEWS ############################ */

#news{
	position: absolute;
	top: 400%;
	width: 100%;
	height: 100%;
	background-image: url(img/diamond2.png);
}

#title-news{
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -400px;
	font-size: 2.5vw;
	font-family: "Lato";
	color: #393939;
	font-weight: lighter;
}

#articles{
	position: absolute;
	top: 15%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	bottom: 50px;
}

.art{
	padding-top: 15px;
	border-bottom: 1px solid #b9b9b9;
	min-height: 150px;
	text-align: justify;
	font-size: 1vw;
	font-family: "Lato";
	color: #393939;
	font-weight: lighter;
}

.art-img{
	float: left;
	bottom: 10px;
	background-color: #b9b9b9;
	border: 3px solid #393939;
	width: 194px;
	height: 124px;
	margin-left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.art-txt{
	float: right;
	bottom: 10px;
	width: 550px;
	height: 130px;
	margin-left: 0px;
	line-height: 23px;
	font-family: "Lato";
	color: #393939;
}

/* ############################ END NEWS ############################ */

/* ############################ CONTACT ############################ */

#contact{
	position: absolute;
	top: 500%;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img/bg2.jpg);
}

#title-contact{
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -400px;
	font-size: 2.5vw;
	font-family: "Lato";
	color: white;
	font-weight: lighter;
}

#contact-form{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	height: 400px;
	height: 70%;
	width: 800px;
	margin-left: -400px;
}

#email{
	margin-left: 18%;
	margin-top: 3%;
	margin-bottom: 3%;
	height: 4%;
	width: 60%;
	border-radius: 5px;
	background: transparent;
	padding: 2%;
	font-family: "Lato";
	color: white;
	font-size: 1vw;
	background-image: url(img/diamond.png);
}

#msg{
	margin-left: 18%;
	height: 40%;
	width: 60%;
	border-radius: 5px;
	background: transparent;
	padding: 2%;
	font-family: "Lato";
	color: white;
	font-size: 1vw;
	resize: none;
	background-image: url(img/diamond.png);
}

#send{
	margin-left: 18%;
	margin-top: 3%;
	border-radius: 5px;
	background: transparent;
	padding: 2%;
	font-family: "Lato";
	color: white;
	font-size: 1vw;
	background-image: url(img/diamond.png);
	border: 1px solid white;
}

.in{
	border: 1px solid white;
}

.error{
	border: 1px solid #e53e3e;
}

.ok{
	border: 1px solid #6be63e;
}


#footer{
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 50px;
	border-top: 1px solid #444444;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
}

#info{
	position: absolute;
	right: 5%;
	line-height: 50px;
	font-family: "Lato";
	color: white;
	font-weight: lighter;
	font-size: 12px;
	cursor: pointer;
}

#rep{
	position: absolute;
	width: 100%;
	top: 40%;
	text-align: center;
	font-family: "Lato";
	color: white;
	font-weight: lighter;
	font-size: 2vw;
}

#mentions{
	position: absolute;
	top: 20%;
	left: 25%;
	width: 50%;
	height: 60%;
	background-image: url(img/diamond2.png);
	border: 4px groove rgba(0,0,0,0.2);
	display: none;
	line-height: 15px;
	font-family: "Lato";
	color: #393939;
	font-size: 13px;
	font-weight: lighter;
	text-align: center;
}

#close{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 15px;
	font-family: "Lato";
	color: #393939;
	font-size: 30px;
	font-weight: lighter;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

#close:hover{
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}


/* ############################ END CONTACT ############################ */