@font-face {
	font-family: "Raleway";
	src: url("../body/Raleway.ttf");
}

.logo {
	display: block;
	margin-left:30px;/*margin-left: 5px;*/
	margin-top:15px; /*ajout*/
}

#index:hover {
	background-color: #999;
}

* {
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

body {
	background-color: white;
	color: black;
	font-family: "Raleway"
}

.conteneur {
	text-align: center;
	
}
tr td{
	padding:10px;
}
.col1 {
	width: 25%;
}

.col2 {
	width: 75%;
	display: flex;
	justify-content: center;
}

.col2 img {
	width: 100%;
}

.formconnect {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

ul#sidebar_menu.sidebar-nav {
	margin-bottom: 0px;
}

.log_acc {
	margin-left: 0.6em;
	width: 100%;
}

nav {
	background-color: #084c61;
	
	/*height: 300%;*/
	position: absolute;
	top: 0px;
	/*width: 15%;*/
	width:230px;
	max-width:100%; /*---*/
	/*box-shadow: 10px 0px 10px #888888;*/
	padding:10px;
}

nav img {
	height: 150px;
}

div#wrapper {
	margin-top: 15px;
}
.type_client{
	width:500px;
}

img.valider {
	height: 25px;
}

nav ul {
	padding: 0;
}

nav ul li:hover {
	color:#0099cc;/*color: black;*/
	background-color: #fff;
	font-weight:bold;
}

a#menu-toggle:hover {
	text-decoration: none;
}

a.sidebar-nav:hover {
	text-decoration: none;
}

nav ul li {
	text-align: left;
	padding: 10px;
	width: 100%;
	text-decoration: none;
}

.blanc {
	color: white;
}
/*ajout survol couleur*/
a:hover{
	color:#0099cc;
	font-weight:bold;
	text-decoration:none;
}
/*-----*/
.td{
	padding:10px;
}
img.push-left.img-fulll.img-responsive.img-thumbnail {
	margin-left: 10px;
}

.menu_logout {
	/*position: absolute;*/
	bottom: 10px;
}

.menu_logout:hover {
	background-color: white;
	color:#990033; /*color: black;*/
}

/*.topbar {
	color: white;
	background-color: #333;
	position: absolute;
	top: 0px;
	right: 10px;
	left: 275px;
	box-shadow: 0px 10px 10px #888888;
	margin-bottom: 10px;
}*/
.topbar {
    color: #084c61;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    left: 275px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px #084c61 solid;
}

main {
	width: 3200px;
	max-width:100%;
	margin-top: 80px;
	margin-right: 50px;
	padding-left: 300px;
	display:block;
}

h1 {
	border-radius: 40px;
	border: 2px solid white;
	margin: 1em;
	padding: 0.2em;
	box-shadow: 0px 0px 3px 5px black;
	color: white;
}

.error {
	color: red;
	background-color: white;
	font-weight: bold;
}

.table_form {
	text-align: left;
}
/* suppr -- */
#form_register {
	border:0px; /* 1px solid black;*/
}
.form_hide {
	margin-top: 15px;
	display: none;
}

.form_visible {
	display: block;
}
.form-control{
	color: #0099cc;
	border-color: #0099cc;
	font-weight:bold;
	margin-left:10px;
}
.form-control:hover{
	background-color: #fff;
	Font-weight:bold;
	color:#0099cc;
}
#user_register {
	text-align: left;
	margin-bottom:30px;
}

.list_users table {
	width: 100%;
}

.list_users thead {
	background-color: white;
	font-weight: bold;
}

.user, .list_users tbody {
	color: black;
}

textarea {
	resize: none;
	overflow: scroll;btn
	width: 100%;
}
.proj_tit, .proj_desc {
	color: black;
	border: 1px solid black;
}

.proj_desc label {
	color: black;
}

.proj_desc a {
	color: blue;
}

.proj_tit {
	text-align: center;
	background-color: grey;
}

.proj_tit td, .proj_desc td {
	padding: 1em;
}

.demande {
	padding: 2em;
}

.demandes .proj_desc {
	color: black;
}

input, textarea, select {
	color: black;
	padding:5px;
	margin-left:10px;
}

/* liste d�roulante pour choisir le type de client */
.type_client {
	text-align: left;
	margin-bottom: 5px;
}

/* barre de recherche d'entreprise*/
.ui-widget {
	text-align: left;
}
/*tableau-responsive*/
table.dataTable {
    max-width: 100%;
	margin-right:10px;
}
/* tableau infos d'entreprise modifiable */
table.form_entreprise {
	text-align: left;
	width: 100%
}

/* champs creation d'un contact */
.panel-group .panel {
	color: black;
	text-align: left;
}

table.new_contact {
	width: 100%;
}

/* nom des contacts */
h4.panel-title {
	text-align: left;
}

/* tableau infos contact */
table.form_contact {
	width: 100%;
	text-align: left;
}

/* param�tre de ma table compl�te (annuaire) */
table.tablesorter {
	margin: 10px 0pt 15px;
	width: 100%;
	text-align: left;
}
input.form-control, select.form-control {
	width: 250px;
	margin-bottom: 5px;
}

/* liste d'entreprise dans le tableau */
.liste_a {
	color: #3D3D3D;
	text-decoration: none;
}

.liste_a:hover {
	color: #8dbdd8;
	text-decoration: none;
}

/* reste du contenu du tableau */
table.tablesorter tbody td {
	color: black;
	/*padding: 4px;*/
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid grey;
}
table.tablesorter2 {
	text-align: left;
	width: 100%;
	padding-left: 300px;
	display: block;
}
table.tablesorter2 tbody td {
	color: black;
	/*padding: 4px;*/
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid grey;
}
table.tablesorter3 {
	vertical-align: center;
	width: 99%;
	margin: 3px;
	display: block;
	
}
table.tablesorter3 tbody td {
	vertical-align: center;
	color: black;
	padding: 6px;
	background-color: #FFF;	
	border: 1px solid black;
}

.modal-content, .modal-content a {
	width: 130%;
	padding: 5px;
	text-align: left;
	color: black;
}

.details-proj label, .details-proj a, .details-proj select {
	margin-bottom: 15px;
}

.details-proj input {
	margin-top: 10px;
}

/* ligne du tableau d'acceuil */
td.users {
	text-align: left;
}

/* drag and drop upload zone pour piece jointes */
@charset "utf-8";

/* layout.css Style */
.upload-drop-zone {
	height: 200px;
	border-width: 2px;
	margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
	color: #ccc;
	border-style: dashed;
	border-color: #ccc;
	line-height: 200px;
	text-align: center;
}

.upload-drop-zone.drop {
	color: #222;
	border-color: #222;
}

.panel.panel-default {
	color: black;
	text-align: left;
}

.panel.panel-default a {
	color: black;
	text-align: left;
}

.dataTables_filter {
	float: left !important;
	margin-left: 200px;
	margin-bottom: 20px;

}


table.form_contact td {
	color: black;
}

.modal-footer a {
	text-align: left;
}

textarea.commentaire {
	height: 300px;
}

.loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 38%;
	left: 48%;
}

@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform
:
 
rotate
(360deg);
 
}
}
archive {
	margin-top: 200px;
	margin-right: 5px;
	margin-bottom: 2em;
	margin-left: 600px;
}

#valid {
	max-width: 10%;
	height: auto;
}

.boutonFormation {
	width: auto; 
	height : 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}

.lienF {
	text-decoration: none;
	width: auto; 
	height : 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #0099cc;
	background-color: #fff;
	border: none; /*border: 3px solid #ccc;*/
	margin-left:5px;
}
.lienF:hover{
	color:#99ccff;
	font-weight:bold;
	border: 1px solid #0099cc;
	padding:7px;
}

.niveauCo {
	width: 400px; 
	height : 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}
.btn-warning {
  color: #fff;
  background-color: #0099cc;/*background-color: #f0ad4e;*/
  border-color: #fff;
  font-size:20px;
  text-transform:uppercase;
  margin-left: 9px;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #0099cc; /*background-color: #ec971f;*/
  border-color: #0099cc;  /*border-color: #985f0d;*/
}
.btn-warning:hover {
  color: #fff;
  background-color:#0099cc;/*background-color: #ec971f;*/
  border-color: #99ccff;
  font-weight:bold;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #99ccff;
  border-color: #99ccff;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #cccc66; /*background-color: #d58512;*/
  border-color: #99ccff;
}
.btn-danger{
	background-color:#cccc66;
	border:none;
}
.btn-seconday{
	background-color:#fff;
	border-color:#cccc66;
}
.btn-seconday:hover{
	background-color:#cccc66;
	border:none;
	font-weight:bold;
	color:#fff;
}

 #receveur {
		 position: absolute;
		 width:400px; 
		 height:250px; 
		 top:60px; 
		 left:300px; 
		 border:1px solid gray; 
		 padding:10px; 
		 background-color:#F7F7F7;
 }
.bouttonA
{
display:block;
width:300px;
line-height:50px;
text-align:center;
vertical-align:middle;
background: #729ea1;
color:white;
text-decoration:none;
border :1px black solid;

}
.bouttonB
{
display:block;
width:300px;
line-height:50px;
text-align:center;
vertical-align:middle;
background: #b5bd89;
color:white;
text-decoration:none;
border :1px black solid;

}
.bouttonC
{
display:block;
width:300px;
line-height:50px;
text-align:center;
vertical-align:middle;
background: #dfbe99;
color:white;
text-decoration:none;
border :1px black solid;

}
.bouttonD
{
display:block;
width:300px;
line-height:50px;
text-align:center;
vertical-align:middle;
background: #ec9192;
color:white;
text-decoration:none;
border :1px black solid;

}
.bouttonE
{
display:block;
width:300px;
line-height:50px;
text-align:center;
vertical-align:middle;
background: #db5375;
color:white;
text-decoration:none;
border :1px black solid;

}
.bouttonF
{
display:block;
width:300px;
line-height:50px;
text-align:center;
vertical-align:middle;
background: #488b49;
color:white;
text-decoration:none;
border :1px black solid;

}
.bouttonG
{
display:block;
width:300px;
line-height:50px;
text-align:center;
vertical-align:middle;
background: #6eb257;
color:white;
text-decoration:none;
border :1px black solid;

}
.bouttonH
{
display:block;
width:300px;
line-height:50px;
text-align:center;
vertical-align:middle;
background: #2e4057;
color:white;
text-decoration:none;
border :1px black solid;

}
#bilan_register
{
	text-align: left;
	margin-bottom:30px;
}
#formation_register
{
	text-align: center;
}
erreur 
{
    width: 3200px;
	max-width:100%;
	margin-top: 80px;
	margin-right: 50px;
	padding-left: 300px;
	display:block;
    
}

bilan {

	max-width: 100%;
}

#cellule
{
margin-top: 100px;
}
.btn-sup 
{
	color: #ffffff;
	background-color: #a50000;
}
.btn-redir
{
	background-color : #00b295;
	color : #000000;
}
.btn-filt
{
	display:block;
	background-color: #00b295;
	border : none;
	border-radius: 8px;
	cursor: pointer;
	width: 120px;
}
.btn-forma {
  color: #fff;
  border-color: #fff;
  font-size:20px;
  text-transform:uppercase;
  margin-left: -67px;
  color : #000000;
}
.btn-forma:focus,
.btn-forma.focus {
  color: #fff;
  background-color: #0099cc; /*background-color: #ec971f;*/
  border-color: #0099cc;  /*border-color: #985f0d;*/
}
.btn-forma:hover {
  color: #fff;
  background-color:#0099cc;/*background-color: #ec971f;*/
  border-color: #99ccff;
  font-weight:bold;
}
.btn-forma:active,
.btn-forma.active,
.open > .dropdown-toggle.btn-forma {
  color: #fff;
  background-color: #99ccff;
  border-color: #99ccff;
}
.btn-forma:active:hover,
.btn-forma.active:hover,
.open > .dropdown-toggle.btn-forma:hover,
.btn-forma:active:focus,
.btn-forma.active:focus,
.open > .dropdown-toggle.btn-forma:focus,
.btn-forma:active.focus,
.btn-forma.active.focus,
.open > .dropdown-toggle.btn-forma.focus {
  color: #fff;
  background-color: #cccc66; /*background-color: #d58512;*/
  border-color: #99ccff;
}
.alignementleft
{
	text-align:left;
}

.dataTables_filter
{

    padding: 2rem 2rem;
    background-color: #e9ecef;
	border-radius: 0.3rem;

}
.dataTables_length
{

    padding: 2rem 2rem;
    background-color: #e9ecef;
	border-radius: 0.3rem;
}
.btn-valider
{
	background-color: #0e8e1d;
}
.btn-ajout
{
	background-color: #f08700;
	color: black;
}
.colorblue
{
	color: #084c61;
}
erreurvisiteur
{
	display:block;
	text-align: center;
}
.padtop
{
	margin-top: 70px;
}
.centrer
{
	margin-left: 400px;
}
.container
{
     position: relative;
     margin:95px auto 0;
     left:7%;
     width: 900px

}