
/* @general */

@font-face {
    font-family: 'DINBold';
    src: url('font/din-bold-webfont.eot');
    src: url('font/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/din-bold-webfont.woff') format('woff'),
         url('font/din-bold-webfont.ttf') format('truetype'),
         url('font/din-bold-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINLightRegular';
    src: url('font/din-light-webfont.eot');
    src: url('font/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/din-light-webfont.woff') format('woff'),
         url('font/din-light-webfont.ttf') format('truetype'),
         url('font/din-light-webfont.svg#DINLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINMedium';
    src: url('font/din-medium-webfont.eot');
    src: url('font/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/din-medium-webfont.woff') format('woff'),
         url('font/din-medium-webfont.ttf') format('truetype'),
         url('font/din-medium-webfont.svg#DINMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	overflow-y: scroll;
	overflow-x:hidden;
}

body {
	font-family: 'DINLightRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #00000;
	cursor:default;
}

/* @end */




/* @group menu */

[nav] {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: #00000;
}

[logo_archi] {
	position: fixed;
	top: 0;
	left: 30px;
	padding: 0px 0;
	outline: 0;
	text-decoration: none;
	color: #000000;
	z-index: 10;
	font-family: 'DINMedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: transparent;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
	
[nav_button] {
	margin:0;
	padding:0;	
}
	
[nav_button_li] {
	width: 100px;
	float: right;
	position: relative;
	list-style: none;
	text-align: center;
	
}

[nav_button_li] a {
	display: block;
	height: 20px;
	padding: 4px 0;
	outline: 0;
	text-decoration: none;
	color: #9f9d9f;
}

[button_menu] {
	top: 0;
	padding: 2px 0;
	outline: 0;
	text-decoration: none;
	color: #9f9d9f;
	font-family: 'DINLightRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: transparent;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

[button_menu]:hover {
color: #000000;
}

[transparent]{
	color: transparent;
}

[transparent]:hover {
	color: transparent;
}

[button_dca] {
	}

[button_atelier] {
	}

[button_projet] {
	}

[button_contact] {
	}

[button_fb] {
	}

[button_user] {
	}

[menu_dca] {
	
	}

[menu_dca]:hover {
	background-image: url(img/b_dca.svg);
	background-repeat:no-repeat;
	background-position:center;
}

[menu_atelier] { 

	background: transparent;}


[menu_projet] {

	background: transparent;}

[menu_contact] {

	background: transparent;}

[menu_fb] {
	width: 40px;
	background: transparent;
				background-image: url(img/c_fb.svg);
				background-repeat:no-repeat;
				background-position:center;}

[menu_fb]:hover {
	background-image: url(img/b_fb.svg);
	background-repeat:no-repeat;
	background-position:center;
}

[menu_user] {
	width: 40px;
	
	background: transparent;
				background-image: url(img/c_user.svg);
				background-repeat:no-repeat;
				background-position:center;}

[menu_user]:hover {
	background-image: url(img/b_user.svg);
	background-repeat:no-repeat;
	background-position:center;
}

[subnav_ul] {
	padding: 0;
	margin: 0 25px;
	list-style-type: none;
	position:absolute;
}

[subnav] a {
	font-family: 'DINLightRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	display:block; 
	width:160px;
	height: 5px; /* espacement entre les ligne du sous-menu*/
	text-align:left;
	font-size: 12px;
	outline: 0;
	text-decoration: none;
}
 
[subnav] a:hover {
	color: #FF1490;
}
 
/* @end */


/* @content */

.content{
	margin-top: 120px;
}



/* @vignette atelier-projet */

[titre_vignette] {
	font-size: 10px;
	outline: 0;
	text-decoration: none;
	color: #9f9d9f;
}
[titre_vignette]:hover {
	font-size: 10px;
	outline: 0;
	text-decoration: none;
	color: #FF1490;
}

div div:hover label{
	color: #FF1490;
}

[titre_projet] {
	font-size: 10px;
	outline: 0;
	text-decoration: none;
	color: #000000;
}

[soustitre_projet] {
	font-size: 10px;
	outline: 0;
	text-decoration: none;
	color: #9f9d9f;
}

[img_dca]{
	width: 150px;
	height: 150px;
}


a [img_dca]{ 
	border: none;
}

[dca_vignette] {
	width: 150px;
	height: 150px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 50px;
}

[dca_vignette] span{
	display:  block;
	width: 132px;
	height: 150px;
	text-align: inherit;
	z-index:3;
	background-color: rgba(255, 255, 255, 0.7);
	padding:4px 9px 4px 9px;
	text-justify:inter-word;
	margin-top:-154px;
	font-size: 12px;
	color:#515151;
	opacity:0;

/*transform*/
-webkit-transform:scaleY(0);
   -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
     -o-transform:scaleY(0);
        transform:scaleY(0);
/*transform-origin*/
-webkit-transform-origin:80% 0;
   -moz-transform-origin:80% 0;
    -ms-transform-origin:80% 0;
     -o-transform-origin:80% 0;
        transform-origin:80% 0;
/*transition*/
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
     -o-transition:all .3s ease;
        transition:all .3s ease;
}
[dca_vignette]:hover span{
opacity:1;

/*transform*/
-webkit-transform:scaleY(1);
   -moz-transform:scaleY(1);
    -ms-transform:scaleY(1);
     -o-transform:scaleY(1);
        transform:scaleY(1);
}

[opacity]{
  opacity: 0.3;
}

/* @end */


/* @contact */

[contact] {
	float:left;
	position: relative;
	top: 18px;
	margin: 30px;
	width: 180px;
	height: 400px;
	text-align:justify;
	text-justify:inter-word;
}

[img_contact] {
	float:left;
	position: relative;
	top: 18px;
	margin: 30px;
	width: 700px;
	height: 400px;
	background: url(img/img_contact.jpg)no-repeat center;
}

[dca_titre_contact]{
	font-family: 'DINMedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[contact_dca] {
	position: relative;
	top: 0;
}

[contact_bureau] {
	position: absolute;
	bottom: 250px;
}

[contact_dias] {
	position: absolute;
	bottom: 100px;
}

[contact_cottet] {
	position: absolute;
	bottom: 0px;
}

[mail] {
	text-decoration: none;
	color: #9f9d9f;
}

[mail]:hover {
	text-decoration: none;
	color: #000000;
}

/* @end */


/* @atelier */

.atelier {
	float:left;
	position: relative;
	top: 18px;
	margin: 30px;
	width: 500px;
    text-align:justify;
	text-justify:inter-word;
}

.img_atelier {
	float:left;
	position: relative;
	top: 18px;
	margin: 30px;
	width: 596px;
	height: 400px;
	background: url(img/img_atelier.jpg)no-repeat center;
}

/* @end */


/* @fb */

[fb] {
	float:left;
	position: relative;
	top: 18px;
	margin: 30px;
}

/* @end */

/* @end */



/* @carousel */

[id="001"] {
	overflow:hidden;
	position:absolute;
	top:170px;
	left:30px;
	right:30px;
	height:430px;
}


*+span {
	display:block;
	width:0px;
	-webkit-transition:-webkit-transform 1s;
	-moz-transition:-moz-transform 1s;
}
[img_carousel] {
	float:left;
}

/* @end */

/* @popup */

[browser_popup]{
	font-family: 'DINMedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

popup[id] {
	dislpay: block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
}

popup[id] div {
	z-index:1000;
	position:absolute; 
	top:50%;
	left:50%;
	width:495px;
	height:250px;
	margin:-220px 0 0 -263px;
	border:15px solid #ffffff;
	background: #ffffff;
	-webkit-box-shadow:0 1px 8px #000;
	-moz-box-shadow:0 1px 8px #000;
	box-shadow:0 1px 8px #000;
}

popup[id] a {
	color: red;
	text-decoration: none;
}

popup[id] a:hover {
	color: #000000;
}

[button_popup] {
	top: 0;
	padding: 2px 0;
	outline: 0;
	text-decoration: none;
	color: red;
	font-family: 'DINLightRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: transparent;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

[button_popup]:hover {
color: #000000;
}

/* @end */

