 /*
Theme Name: Alena avocats
Theme URI: http://www.dg-communication.com
Description: Th&egrave;me pour le site Alena
Version: 1.0
Author: DG Communication
*/

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

/* RESET ////////////////////////////////////////////////////////////////////////////////////////////////////////*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1.2;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
html, body
{
	margin:0;
	padding:0;
	font-family: 'Metrophobic', sans-serif;
	background:url(images/interface/bg.png) repeat-x #333333;
	color:#4d4d4d;
	font-size:16px;
	margin:0;
}
img
{border:none;}
.clear { clear:both; }


/* POSITION ////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#conteneur
{
	width:100%;
	height:100%;
}

#ban
{
	width:940px;
	height:180px;
	margin:auto;
}

#ban .logo
{
	display:block;
	padding-top:30px;
	height:120px;
	float:left;
}

.info
{
	float:right;
	text-align:right;
	margin-top:50px;
	color:#fff;
}
.infoMobile
{
	display:none;
	float:right;
	text-align:center;
	margin-bottom:50px;
	color:#fff;
	text-shadow:0 1px #000;
}

#nav
{
	height:30px;
	margin:auto;
	position: relative;
}


#nav li
{
	display:block;
	float:left;
	width:187px;
	border-right:1px solid #fff;
}

#nav li a
{
	display:block;
	text-align:center;
	height:25px;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	padding:5px 0 0 0;
}

#nav li a:hover
{
	background:#1ed7d5;
}

#nav li:last-child
{
	margin-right:0px;
	border:none;
}

#nav li ul
{
	position: absolute;
	display:none;
	z-index:500;
}

#nav li ul li
{
	font-weight: normal; 
	background: #1ab0ae; 
	color: #000; 
	border:none;
	border-bottom: 1px solid #ccc; 
	float: none;
	text-align:left;
}

#nav li ul li a					
{ 
	width:177px;
	border-right: none; 
	display: inline-block; 
	text-align:left;
	height:auto;
	padding:5px;
} 

#contenu
{
	width:920px;
	margin:auto;
	padding:10px 10px;
	clear:both;
	border:1px solid #2e2e2e;
	border-top:none;
}

.nosidebar
{
	background:#bcfffe;
}

.sidebar
{
	background:url(images/interface/fondSidebar.png) #bcfffe repeat-y top right;
}

#post
{
	width:621px;
	float:left;
	margin-right:10px;
}

#sidebar
{
	width:270px;
	float:left;
	padding-left:10px;
}

#sidebar h3
{
	color:#0d817f;
	text-shadow:0 1px #fff;
	font-size:22px;
	background:url(images/interface/hrSidebar.png) bottom left repeat-x ;
}
#sidebar ul li
{
	list-style:none;
	margin:0 0 0 10px;
}
#sidebar li a
{
	color:#4d4d4d;
	text-decoration:none;
}
#sidebar a:hover
{
	color:#4e4e4e;
}
#sidebar a:active
{
	position:relative;
	top:1px;
}

#contenu h1, #contenu h1 a
{
	font-size:35px;
	margin-bottom:-8px;
	font-weight:normal;
	color:#1ab0ae;
	text-decoration:none;
	text-shadow:0 1px #fff;
}
#contenu h1 a:hover
{
	color:#13908e;
}

#contenu h2, #contenu h2 a
{
	font-size:25px;
	margin-bottom:10px;
	font-weight:normal;
	color:#1ab0ae;
	text-shadow:0 1px #fff;
}
#contenu h2 a:hover
{
	color:#13908e;
}

#contenu .deux h2
{
	background:url(images/interface/h2.png) no-repeat #1AB0AE top right;
	height:30px;
	padding:5px 10px;
	color:#fff;
	text-shadow:0 1px #000;
	text-decoration:none;
}
#contenu .deux h2 a
{
	color:#fff;
	text-shadow:0 1px #000;
	text-decoration:none;
}

#contenu h3
{
	font-size:20px;
	margin-bottom:10px;
	color:#1ab0ae;
	font-weight:normal;
}

#contenu p
{
	margin:5px 0px 10px 0px;
	text-shadow:0 1px #fff;
	text-align:justify;
}

 p a
{
	color:#1ab0ae;
}
 a:hover
{
	color:#13908e;
}
 a:active
{
	position:relative;
	top:1px;
}

#contenu ul
{
	
	list-style-type:disc;
}

#contenu ul li
{
	
}

#contenu .hr
{
	height:1px;
	background:#6dfffd;
	border:none;
	border-bottom:1px solid #fff;
	margin:15px 0px;
}
#contenu hr
{
	margin-top:10px;
	background:url(images/interface/hrDashed.png) repeat-x center right;
	height:2px;
	border:none;
}

p.btn
{
	text-align:right;
}

#contenu .bouton
{
	text-align:center;
	padding:2px 10px;
	background:#1AB0AE;
	border:1px solid #036362;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	text-shadow:0px 1px #000;
	cursor:pointer;
}

#contenu .bouton:hover
{
	background:#20c4c2;
	color:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
}

#contenu .bouton:active
{
	position:relative;
	top:1px;
}

#contenu .post_info
{
	text-align:right;
	color:#3ec0be;
	text-shadow:0 1px #fff;
	margin-top:-5px;
	font-size:12px;
}
#contenu .post_info a
{
	text-decoration:underline;
	color:#3ec0be;
}
#contenu .post_info a:hover
{
	color:#1ab0ae;
}
#contenu .post_info a:active
{
	position:relative;
	top:1px;
}

#navSlider
{
	position:absolute;
	margin-top:-38px;
	margin-left:10px;
	z-index:300;
}

#navSlider a
{
	display:block;
	float:left;
	text-decoration:none;
	padding:6px 6px 15px 6px;
	margin:0 2px 0 2px;
	color:#fff;
	font-size:14px;
	width:15px;
	text-align:center;
	cursor:pointer;
}

#navSlider a:hover, #navSlider a.active
{
	background:#1AB0AE;
	color:#fff;
	text-shadow:0 1px #000;
}

.deux
{
	float:left;
	width:48%;
	margin-right:4%;
}

.trois
{
	float:left;
	width:30%;
	margin-right:5%;
}

.bloc
{
	display:block;
	background:#1ab0ae;
	border:1px solid #006f6e;
	border-radius:5px;
	box-shadow:0 1px #fff, 0 0 1px rgba(255,255,255,0.8) inset;
	padding:0.5%;
	text-align:center;
	color:#fff;
	text-shadow:0 1px #000;
	text-decoration:none;
	margin:20px 0px;
	font-size:30px;
}
a.bloc:hover
{
	background:#1dbebc;
}
a.bloc:active
{
	background:#1dbebc;
	position:relative;
	top:1px;
}

.trois .bloc
{
	font-size:20px;
	padding:2%;
}
.deux .bloc
{
	font-size:35px;
	padding:1%;
}

.last
{ margin-right:0; }


.deux .last_post
{
	text-decoration:none;
	margin:5px 0px;
	font-size:20px;
}
.deux .last_post li
{
	list-style:none;
	margin:0 5px;
}
.deux .last_post a
{
	color:#1AB0AE;
	text-decoration:none;
}
.deux .last_post a:hover
{
	text-decoration:underline;
}
.deux .last_post span
{
	margin:0 10px 0 0;
	width:80px;
	padding:3px;
	display:block;
	background:#1ab0ae;
	border:1px solid #006f6e;
	border-radius:5px;
	box-shadow:0 1px #fff, 0 0 1px rgba(255,255,255,0.8) inset;
	text-align:center;
	color:#fff;
	text-shadow:0 1px #000;
	text-decoration:none;
	float:left;
	font-size:16px;
}

#contenu form
{
	clear:both;
	margin-top:15px;
}

#contenu label
{
	font-size:20px;
	display:block;
	margin-bottom:5px;
	text-shadow:0px 1px #fff;
}

#contenu form sup
{
	font-size:15px;
	display:block;
	float:left;
}

#contenu input[type=text], #contenu input[type=tel], #contenu input[type=number], #contenu input[type=password], #contenu input[type=email]
{
	width:98%;
	display:block;
	padding:5px;
	margin-bottom:15px;
	font-size:16px;
	background:#fff;
	border:1px solid #6dfffd;
	text-shadow:0px 1px #fff;
	border-radius:5px;
}

#contenu select
{
	width:100%;
	display:block;
	padding:5px;
	margin-bottom:15px;
	font-size:16px;
	background:#fff;
	border:1px solid #6dfffd;
	text-shadow:0px 1px #fff;
	border-radius:5px;
}

#contenu textarea
{
	font-family:'Metrphobic';
	width:98%;
	display:block;
	padding:5px;
	margin-bottom:15px;
	font-size:16px;
	background:#fff;
	border:1px solid #6dfffd;
	text-shadow:0px 1px #fff;
	border-radius:5px;
}

#contenu .profil
{
	float:left;
	margin:0 10px 0px -40px;
}

#foot
{
	width:940px;
	margin:10px auto;
	color:#fff;
}
#foot a
{
	color:#fff;
	text-decoration:none;
}
#foot a:hover
{
	text-decoration:underline;
}
.dgcom
{
	float:right;
	margin-bottom:10px;
}

.dgcom span
{
	display:block;
	height:24px;
	float:left;
	padding-top:3px;
}

.dgcom a
{
	display:block;
	float:left;
	width:112px;
	height:24px;
	font-family:'BebasNeueRegular';
	padding:3px 0 0 41px;
	font-size:17px;
	background:url(images/interface/signature.png) top left no-repeat;
	margin-left:5px;
	text-shadow:0 1px #000;
}

/* COMMENTAIRE  ////////////////////////////////*/
#comments ol,#comments li
{
	list-style:none;
	margin-left:60px;
}

.commentaire li
{
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
}

.commentaire img
{
	float:left;
	margin-right:15px;
	margin-left:-63px;
	margin-top:-5px;
}

.comment-body
{
	background:#fff;
	padding:5px;
	border:1px solid #6dfffd;
}

.comment-body p
{
	clear:both;
	margin-top:10px;
}

 .comment-author
{
	margin-bottom:5px;
	color:#000;
}

.comment-author a,  .comment-author .says, .comment-author .fn
{
	font-size:18px;
	color:#8E4F91;
	text-shadow:0px 1px #fff;
}

.comment-author a:hover
{
	
}
.comment-meta
{
	float:right;
	margin-top:-30px;
	font-size:12px;
}

.comment-meta a
{
	color:#4D4D4D;
	text-shadow:0px 1px #fff;
	margin-bottom:10px;
	text-decoration:none;
}

.comment-meta a:hover
{
	color:#4D4D4D;
	text-shadow:0px 1px #fff;
	margin-bottom:10px;
	text-decoration:underline;
}

.reply
{
	text-align:right;
	margin-right:5px;
}

.reply .comment-reply-link
{
	font-style:italic;
	color:#606060;
	text-decoration:none;
	text-shadow:0 1px #fff;
}
.reply .comment-reply-link:hover
{
	text-decoration:underline;
}
.reply .comment-reply-link:active
{
	position:relative;
	top:1px;
}

/* CSS UNIQUE ///////////////////////////////////////////////////////////////*/
#map_france, #map_lux
{
	height:200px;
	border:1px solid #1AB0AE;
}


/*////// STYLE MOBILE //////////*/
@media only screen 
and (max-width : 960px) {
	#ban { width:99%;}
	#contenu { width:98%; padding:1%; border:none; }
	#foot { width:98%; padding:1%; border:none; }
	
	#contenu img { max-width:100%; height:auto; }
	#slider img { max-width:100%; height:auto; }
	#nav li { width:19.7%; }
	#nav li ul li, #nav li ul li a { width:100%; padding:1% 1%; }
	.sidebar { background:#BCFFFE; }
	#post { width:67%; margin-right:2%; padding:0; }
	#sidebar { width:27%; padding-right:1%; background:url(images/interface/hrVert.png) repeat-y top left; }
}

/*-------------small laptops / ipad in landscape ----------------*/
@media only screen 
and (max-width : 1044px) {
	
}

/*-------------ipad in portrait----------------*/
@media only screen and (max-width : 768px) {
	#ban .logo { float:none; display:block; margin:auto;}
	.info { display:none; }
}

/*-------------iphone in landscape----------------*/
@media only screen and (max-width : 480px){
	#sidebar { display:none; }
	#post { width:100%; margin:0; }
	#nav { height:auto; margin:0 0 10px 0; }
	#nav li, #nav li ul li {	display:block; width:100%; border:none; border-bottom:1px solid #fff; background:#1AB0AE; }
	#nav li ul li {	background:#148e8c;}
	#nav li ul li a {	text-align:center;}
	#nav li ul { position:relative; }
	#contenu form { width:96%; }
	.trois, .deux, .last { width:100%; margin:0; padding:0; float:none;}
	.comment-meta { float:none; margin:0px; font-size:8px; }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	#nav { height:auto; margin:0 0 10px 0; }
	#nav li, #nav li ul li {	display:block; width:100%; border:none; border-bottom:1px solid #fff; background:#1AB0AE; }
	#nav li ul li {	background:#148e8c;}
	#nav li ul li a {	text-align:center;}
	#nav li ul { position:relative; }
	.trois, .deux, .last { width:100%; margin:0; padding:0; float:none;}
	#map_france, #map_lux { margin-bottom:10px; }
	#contenu form { width:96%; }
	#contenu .profil {
	float:none; margin:0px auto }
	
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}