/**
 *   Theme Name: Numéro SIRET
 *   Description: Thème propriétaire Numéro SIRET
 *   Author: Alkemist
 *	 Version: 1.0
 */
body {
	background: #222222;
}
h1 {
	color: #0ea0e4;
	font-weight: 300;
	text-align: center;
	background: url(images/filet-h1.gif) no-repeat center bottom;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 10px;
}
h2 {
	color: #ec6707;
}
h3 {
	
}
a {
	color: #0ea0e4;
}
a:hover,
a:focus {
	color: #0ea0e4;
}
textarea {
	resize: vertical;
}
label {
	font-weight: normal;
}
.btn-default {
	background-color: #0ea0e4;
	border-color: #0ea0e4;
	color: #ffffff;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #222222;
	border-color: #222222;
	color: #ffffff;
}

#header {
	background: url(images/header-fond.gif) repeat-x center top #ffffff;
}
#header .wrapper {
	background: url(images/header-motif.jpg) repeat-x center top transparent;
}
#logo {
	text-align: center;
	padding: 20px 0;
} 
#menu {
	background: #ececec;
}
#menu .compte a {
	background-color: #ec6707;
}
.navbar {
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.navbar-inverse {
	background-color: #222222;
	border: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background-color: #000000;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #0ea0e4;
}
#image {
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
	position: relative;
}
#image > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
}
#image .deco1 {
	background-image: url(images/image-deco-1.png);
	background-position: left bottom;
}
#image .deco2 {
	background-image: url(images/image-deco-2.png);
	background-position: right top;
}
#fil-ariane {
	background: #ffffff;
	padding-top: 10px;
}
#fil-ariane .container > div {
	
}
#contenu {
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 30px;
}
#formulaires {
	background: url(images/formulaires.jpg) center top no-repeat #ffffff;
}
#formulaires h4 {
	font-size: 24px;
	text-align: center;
	background: url(images/filet-hformulaire.gif) no-repeat center bottom;
	padding-bottom: 15px;
	margin-top: 0;
}
#formulaires label.raison-sociale {
	text-align: center !important;
	padding-bottom: 10px !important;
}
#formulaires .form-control {
	border-color: #ffffff;
}
#formulaires .btn-default {
	border-color: #222222;
	background-color: #222222;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
#formulaires .btn-default:hover,
#formulaires .btn-default:focus {
	border-color: #000000;
	background-color: #000000;
	color: #ffffff;
}
#form-siret,
#form-tva {
	padding: 30px;
	color: #ffffff;
}
#accueil {
	background: #ececec;
	padding-top: 30px;
}
#accueil .col-sm-4 {
	padding-bottom: 30px;
	text-align: center;
	color: #ec6707;
}
#accueil h4 {
	margin-top: 15px !important;
}
#accueil .btn-default {
	background-color: #ec6707;
	border-color: #ec6707;
	color: #ffffff;
}
#accueil .btn-default:hover,
#accueil .btn-default:focus {
	background-color: #222222;
	border-color: #222222;
	color: #ffffff;
}

#divDemo .btn-default {
	background-color: #ec6707;
	border-color: #ec6707;
	color: #ffffff;
}
#divDemo .btn-default:hover,
#divDemo .btn-default:focus {
	background-color: #222222;
	border-color: #222222;
	color: #ffffff;
}
#divDemo {
	margin-top:20px;
}

#footer {
	padding: 30px 0;
}
#footer a {
	color: #ffffff;
}
#footer a:hover,
#footer a:focus {
	color: #ffffff;
}
#footer ul {
	list-style: none;
	padding: 0;
}
#footer ul li {
	
}
#footer ul li a {
	
}
#footer .logo {
	color: #bbbbbb;
	float: right;
	text-align: center;
}


/* ------------------------------------------------------ */
/* ------------------- TINYMCE EDITOR ------------------- */
/* ------------------------------------------------------ */
.alignleft{
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.block1 {
	background: #222222;
	color: #ffffff;
	padding: 15px 20px;
}
.block2 {
	background: #ececec;
	color: #000000;
	padding: 15px 20px;
}
.block3 {
	background: #0ea0e4;
	color: #ffffff;
	padding: 15px 20px;
}
.block4 {
	background: #ec6707;
	color: #ffffff;
	padding: 15px 20px;
}
.inline1 {
	color: #0ea0e4;
}
.inline2 {
	color: #ec6707;
}

#tableRecapb2b > thead > tr > th {
	color: #ec6707;
}

.modal-title {
	color: #0ea0e4;
}

/* ----------------------------------------------------- */
/* ------------------- MEDIA QUERIES ------------------- */
/* ----------------------------------------------------- */

/* ******** Large desktop ******** */
@media (min-width: 1200px) {
	.navbar-collapse {
		padding-left: 0;
	}
}

/* *********** Desktop *********** */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-collapse {
		padding-left: 0;
	}
}

/* *********** Tablet *********** */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse {
		padding-left: 0;
	}
	#image .deco2 {
		display: none;	
	}
}

/* *********** Phone *********** */
@media (max-width: 767px) {
	body {
		padding-top: 50px;
	}
	#menu {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	#image .deco2 {
		display: none;	
	}
	#formulaires {
		background-image: none;
	}
	#form-siret {
		background: url(images/formulaires.jpg) left top no-repeat #ffffff;
		margin-bottom: 15px;
	}
	#form-tva {
		background: url(images/formulaires.jpg) right top no-repeat #ffffff;
		margin-bottom: 15px;
	}
	#footer {
		text-align: center;
	}
	#footer ul {
		padding-top: 15px;
	}
	#footer .logo {
		float: none;
	}
}