/*
Theme Name: BCBG
Author: Ali Nassiri for Digital Park
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: 
http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* =@font-face
-------------------------------------------------------------- */

@font-face {
	font-family: 'Karla';
	src: url('fonts/karla/Karla-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}

@font-face {
font-family: 'entypo';
src: url('fonts/entypo/entypo.eot');
src: url('fonts/entypo/entypo.ttf') format('truetype'),
     url('fonts/entypo/entypo.woff') format('woff'),
     url('fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
     url('fonts/entypo/entypo.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
font-smooth: always;
-webkit-font-smoothing: antialiased;
}


/* =Layout
-------------------------------------------------------------- */

body {
	font: 12px/18px Helvetica, Arial, Verdana, Sans-Serif;
	color: #3366ff;
	text-align: center;
	font-weight: normal;
	background-color: #fff;
	font-weight: normal!important;
}

h1 {
	font-family: "Karla", Helvetica, Arial, Verdana, Sans-Serif!important;
	font-size: 44px;
	line-height: 52px;
	color: #3366ff;
}

h2 {
	font-family: "Karla", Helvetica, Arial, Verdana, Sans-Serif!important;
	font-size: 24px;
	line-height:32px;
	margin-bottom: 20px;
	text-align: left;
}

h3 {
	font-family: "Karla", Helvetica, Arial, Verdana, Sans-Serif!important;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal!important;
	color: #333;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: .1em;
	text-align: left;
}

a {
	color: #3366ff;
}

a:hover {
	color: #3366ff;
}

ul{
	margin: 20px 0px;
	text-align: left;
}

.entypo{
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: entypo, sans-serif;
	font-size: 40px;
}

.scroll{
	display: inline-block;
	font-size: 320px;
	line-height: 120px;
	padding: 100px 0px 50px 0px;
	font-family: entypo, sans-serif;
}

.dk-speakup-signaturelist-prev {
	position: absolute;
	left: 0px;
	bottom: 0px;
}


.dk-speakup-signaturelist-next {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

a.dk-speakup-signaturelist-disabled{
	display: none!important;
}


/* =Main
-------------------------------------------------------------- */

#main{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 0px 40px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


#footer{
	width: 600px;
	margin: 0 auto;
	padding: 0px 0px 40px 0px;
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

#footer h2{
	text-align: center;
	margin-bottom: 20px;
}

#footer p{
	color: #ccc;
}


#footer a{
	color: #ccc;
	white-space: nowrap;
}

#footer a:hover{
	color: #3366ff;
}


/* =Header
-------------------------------------------------------------- */

#header{
	width: 100%;
	margin: 0 auto;
	padding: 160px 40px 100px 40px;
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

#header h1{
	margin-bottom: 20px;
}

#header p{
	font: 12px/18px Georgia, serif italic;
	font-style: italic;
	text-align: center;
}

/* =Buttons
-------------------------------------------------------------- */

#nav{
	position: fixed;
	z-index: 10;
	top: 0px;
	right: 20px;
	display: inline-block;
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
	text-align: center;
}


#nav li{
	list-style: none;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: right;
}

#nav li a{
	display: inline-block;
	padding: 10px 20px 10px 10px;
	background-color: #3366ff;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius:  3px;
}

#nav li a:hover{
	background-color: #fff;
	border: 1px solid #3366ff;
	color: #3366ff;
}


#nav .entypo{
	position: relative;
	left: 5px;
	top: 5px;
	margin-right: 15px;
	line-height: 0em;
}


/* =Top
-------------------------------------------------------------- */

#top{
	position: fixed;
	z-index: 10;
	top: 84px;
	right: 20px;
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
	text-align: center;
}

#top.hidden{
	position: fixed;
	right: -100px;
}

#top li{
	list-style: none;
	display: inline-block;
	margin-right: 2px;
}

#top li a{
	display: block;
	padding: 10px 20px 10px 40px;
	background-color: #3366ff;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#top li a:hover{
	background-color: #fff;
	border: 1px solid #3366ff;
	color: #3366ff;
}

/* =Network
-------------------------------------------------------------- */

.fb-like{
	position: fixed!important;
	top: 80px;
	left: 20px;
	z-index: 999;
}

#u_0_6{
	display: none!important;	
}

.tweet{
	position: fixed!important;
	top: 110px;
	left: 20px;
	z-index: 888;
}

/* =Content
-------------------------------------------------------------- */

.entry-content{
	display: block;
	margin: 0 auto;
}

.accordionButton{
	width: 100%;
	display: inline-block;
	padding: 40px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	opacity: .1;
	border-bottom: 1px solid #3366ff;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}

.accordionButton:hover{
	cursor: pointer;
	opacity: 1;
}

.on{
	opacity: 1;
}

.accordionContent{
	padding: 40px 0px 20px 0px;
	border-bottom: 1px solid #3366ff;
	display: none;
}

.accordionContent h2{
	text-align: center;
}

.accordionContent p{
	margin-bottom: 20px;
	color: #666;
}

.accordionContent li{
	color: #666;
	display: block;
	background-image: url(images/arrow.png)!important;
	background-repeat: no-repeat;
	background-position: 0px 4px; 
	padding-left: 14px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .1em;
	margin-bottom: 5px;
}

/* =Edit
-------------------------------------------------------------- */

.edit-link{
	text-align: center;
	margin: 0 auto;
}

.edit-link a{
	display: inline-block;
	font-size: 15px;
	text-align: center;
	border: 1px solid #3366ff;
	color: #3366ff;
	padding: 4px 10px 7px 10px;
	text-decoration: none;
	margin-top: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.edit-link a:hover{
	background-color: #3366ff;
	color: #fff;
}

/* =Adhérents
-------------------------------------------------------------- */

#content{
	width: 100%;
	display: inline-block;
	background-color: #fff;
	margin: 0 auto;
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

#content h2,
#content h3{
	padding: 20px 0px 20px 0px;
	text-align: center!important;
	letter-spacing: 0!important;
	margin-bottom: 20px!important;	
}

.dk-speakup-petition-wrap {
	width: 360px!important;
	margin: 0 auto!important;
	background: none!important;
	overflow: hidden;
	color: #fff!important;
}

.dk-speakup-share {
	padding-top: 20px!important;
	font-weight: normal!important;
	background-color: #2b57d9!important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: none!important;
}

.dk-speakup-share p{
	text-align: center;
}

.dk-speakup-full {
	text-align: left!important;	
}

.dk-speakup-full label {
	color: #fff!important;
	text-shadow: none!important;
}

.dk-speakup-message{
	display: none!important;
}

.dk-speakup-submit-wrap{
	margin: 0!important;
	margin-bottom: 40px!important;
}

.dk-speakup-facebook{
	text-align: center;
}

.dk-speakup-full{
	width: 100%!important;
	margin: 0px!important;
	padding: 0px;
}

.dk-speakup-facebook,
.dk-speakup-twitter {
	width: 120px;
	margin: 0!important;
	padding: 8px 0px;
	border: none!important;
	box-shadow: none!important;
	border: 1px solid #2041a3!important;
}

.dk-speakup-submit {
	width: 150px!important;
	padding: 14px 20px!important;
	background: none!important;
	border: 1px solid #fff!important;
	background-color: #3366ff!important;
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	box-shadow: none!important;
	text-shadow: none!important;
	color: #fff!important;
}

.dk-speakup-submit:hover {
	border: 1px solid #3366ff!important;
	background-color: #fff!important;
	border: 1px solid #fff!important;
}

.dk-speakup-submit:hover span{
	color: #3366ff!important;
}

.dk-speakup-response, .dk-speakup-notice{
	text-align: center!important;
}


table{
	width: 520px;
	margin: 0 auto!important;
	background-color: #fff;
}

td{
	font-family: Helvetica, Arial, Verdana, Sans-Serif!important;
	font-size: 12px;
	font-weight: normal!important;
	text-align: left!important;
	padding: 10px!important;
	border: none!important;
}

.dk-speakup-even{
	background-color: #ebf4ff!important;
}

.dk-speakup-share p,
caption {
	font-family:  Helvetica, Arial, Verdana, Sans-Serif!important;
	font-size: 18px!important;
	font-weight: bold;
	line-height:24px!important;
	margin: 0px 0px 20px 0px!important;
	letter-spacing: 0!important;
}

caption {
	display: none!important;
}

.dk-speakup-petition-wrap input[type="text"]{
	padding: 10px!important;
}

.dk-speakup-petition-wrap h3{
	display: none!important;
}

.dk-speakup-petition-wrap input{
	border: none!important;
	padding: 5px!important;
	height: auto!important;
	background-color: #fff!important;
	box-shadow: none!important;
	-webkit-transition:all .1s ease;
	-moz-transition:all .1s ease;
	transition:all .1s ease;
}

.dk-speakup-petition-wrap input:hover,
.dk-speakup-petition-wrap input:focus{
	background-color: #fff!important;
	outline-width: 0;
}

.dk-speakup-petition-wrap .dk-speakup-error {
	background-color: #ffcccc!important;
}

.champs{
	display: inline-block;
	width: 380px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	margin-bottom: 40px;
	opacity: .5;
}

/* Tabs
-------------------------------------------------------------- */

/* Generic */

.hide { 
	position: absolute; 
	top: -9999px; 
	left: -9999px; 
}

#agences{ 
	margin: 0; 
}

#indépendants{
	margin: 0;
}

.list-wrap ul li h1{
	display: none;
}

.list-wrap h3{
	width: 400px;
	margin: 0 auto!important;
	text-align: center!important;
	font-size: 24px!important;
	line-height:32px!important;
	letter-spacing: 0!important;
	margin-bottom: 30px!important;
	color: #fff!important;
}

.title {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px 0px;
}

.form-intro{
	width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

/*Forms*/

#forms {
	margin-top: 80px;
	background-color: #3366ff; 
	position: relative;
}

#forms ul{
	margin: 0;
}

#forms li{
	list-style: none;
}

#forms .nav { 
	text-align: center; 
	position: relative; 
	top: -49px;
}

#forms .nav li { 
	display: inline; 
}

#forms .nav li a { 
	width: 140px;
	padding: 15px 20px;
	display: inline-block; 
	background: #fff; 
	border: 1px solid #3366ff;
	color: #3366ff; 
	text-align: center; 
	text-decoration: none;
	font-size: 14px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#forms .nav li a:hover { 
}

#forms .nav li a.current{ 
	background-color: #3366ff;
	color: #fff;
}

/*Lists*/

#lists {
	width: 600px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #3366ff;
}

#lists-title {
	padding: 40px 0px;
}

#lists ul{
	margin: 0;
}

#lists li{
	list-style: none;
}

#lists .nav { 
	text-align: center; 
	position: relative; 
	top: -49px;
}

#lists .nav li { 
	display: inline;
}

#lists .nav li a { 
	width: 140px;
	padding: 15px 20px;
	display: inline-block; 
	background: transparent;
	border-top: 1px solid #3366ff;
	border-left: 1px solid #3366ff;
	border-right: 1px solid #3366ff;
	border-bottom: none!important;
	color: #3366ff; 
	text-align: center; 
	text-decoration: none;
	font-size: 14px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	opacity: .5;
}

#lists .nav li a:hover { 
	opacity: 1;
}

#lists .nav li a.current{ 
	background: #fff;
	color: #3366ff;
	opacity: 1;
}

.dk-speakup-signaturelist-count{
	width: 20px;
}

.unsubscribe{
	display: inline-block;
	color: #ccc;
	margin-bottom: 40px;
}

.unsubscribe a{
	color: #ccc;
}

.unsubscribe a:hover{
	color: #3366ff;
}

/* =List Navigation
-------------------------------------------------------------- */

.dk-speakup-signaturelist-pagelinks td{
	text-align: center!important;
	padding-bottom: 60px!important;
	float: left;
	width: 100%;
}

a.dk-speakup-signaturelist-next,
a.dk-speakup-signaturelist-prev{
	display: inline-block;
	padding: 10px 15px;
	background-color: #3366ff;
	color: #fff;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

a.dk-speakup-signaturelist-prev{
	text-align: left;
}

a.dk-speakup-signaturelist-next{
	text-align: right;
}

a.dk-speakup-signaturelist-next:hover,
a.dk-speakup-signaturelist-prev:hover{
	background-color: #000;
	cursor: pointer;
}

.menu{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 20px;
	border: 1px solid #3366ff;
	padding: 1px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu li{
	display: inline-block;
}

.menu li a{
	padding: 8px 10px;
	display: inline-block;
	color: #3366ff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.menu li a:hover{
	text-decoration: underline;
}

.menu li.current-menu-item a{
	color: #fff;
	background: #3366ff;
}


/* =iPhone [portrait + landscape]
-------------------------------------------------------------- */
@media only screen and (max-device-width: 480px) {

}

/* iPad [portrait + landscape] */
@media only screen and (width: 768px) and (max-device-width: 1024px) {

}
