
body{
	color:#333637;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.container{
	max-width: 1200px;
}


h2{
	/* color: #DC572A; */
	background-color: #EFEFEF;
	text-align: center;
	padding: 5px 0;
}

h4.titre{
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


/* #form_societe fieldset.checkboxes{
	display: inline-block;
}
#form_societe fieldset.nolabel label{
	display: none;
} */

#form_societe #description{
	width: 500px;
	height: 200px;
}

#form_societe fieldset.checkboxes{
	text-align: right;
}

#form_societe .informations fieldset.checkboxes{
	text-align: left;
}



.open:hover{
	cursor: pointer;
}


/* Rotation du bloc de 180° */
.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}


.categorie{
	margin: 30px 0;
}

.categorie h2{
	margin-bottom: 1.5rem;
}

.ssrub td:first-child{
	padding-left: 25px;
}

.bloc{
	margin: 20px 0;
}

#form_societe .cck_upload_image{
	float: right;
}

#form_societe .cck_label_upload_image{
	display: none;
}


.flex-center{
	display:flex;
	justify-content:center;
}

#liste_societes a{
	color: #DC572A;
}

#liste_societes td{
	vertical-align: middle;
}


.form_societe #submit{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0px;
	border-top:solid 1px #EEEEEE;
	background-color: #FFFFFF;
	padding: 20px 50px;
	z-index: 1000;
}


/* Tout les id se terminant par "_pourcent" */
input[id*="_pourcent"]{
	width: 50px;
	margin-left: 10px;
	margin-right: 5px;
}


/* Hauteur du champ texte suivi de contact */
#suivi_de_contact, #notes, #notes2{
	height: 300px;
	width: 240px;
}

input[type="file"] {
	height: auto;
}

.form_societe .cck_label_upload_file{
	display: none;
}

.form_societe .cck_upload_file{
	margin: 10px 0;
}

#doc1 + .hasTooltip,
#doc2 + .hasTooltip,
#doc3 + .hasTooltip,
#doc4 + .hasTooltip,
#doc5 + .hasTooltip{
	float: right;
	margin: 10px 0;
}

#doc1 + .hasTooltip:before,
#doc2 + .hasTooltip:before,
#doc3 + .hasTooltip:before,
#doc4 + .hasTooltip:before,
#doc5 + .hasTooltip:before {
    content: 'Cocher pour supprimer ';
}


.modal-body{
	overflow: auto;
}



@media screen and (min-width: 1700px) {
	#bloc_notes{
		position: fixed;
		top: 14px;
		right: 0;
		width: 240px;
		/* display: flex; */
		/* background-color: #AAAAAA; */
		padding: 10px;
		box-sizing: content-box;
	}
	
	/* #bloc_notes td{
		display: block;
	} */

	#bloc_notes td:first-child {
		display: none;
	}
}


/************************************ MENU ************************************/



.menu_haut{
	display: flex;
	justify-content: center;
}



/************************************ LOGIN ************************************/

#login-form{
	width: 400px;
	background-color: #F8F9FA;
	padding: 3rem !important;
	border-radius: var(--bs-border-radius-lg) !important;
	border : var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	margin: 100px auto 150px;
}

#login-form input[type='text'], #login-form input[type='password']{
	width: 100% !important;
	height: 35px;
}

#login-form .icon-user,
#login-form .icon-lock{
	margin-top: 6px;
	margin-left: 3px;
}

#login-form .add-on{
	height: 35px;
}

#login-form .input-prepend{
	width: 100%;
	padding-right: 32px;
}

#login-form #modlgn-remember{
	margin-top: 7px;
	margin-right: 10px;
}

#form-login-username{
	margin-bottom: 20px;
}

#form-login-remember{
	margin: 20px 0;
}

.login-button{
	width: 100%;
	display: block;
}

#login-form ul.unstyled{
	padding-left: 0;
	margin-top: 10px;
}

.logout-button{
	text-align: center;
	margin-top: 25px;
}


/* Form login apparait dans le contenu quand on a été déconnecté ou quand l'identification a échoué */
/* Mais il y a déjà le module connexion, donc on masque le 1er */
.login, .login + div{
	display: none;
}

/************************************ FILTRES ************************************/




/* The side navigation menu */
.side_filtres {
	 height: 100%; /* 100% Full-height */
	 width: 0; /* 0 width - change this with JavaScript */
	 position: fixed; /* Stay in place */
	 z-index: 1; /* Stay on top */
	 top: 0;
	 left: 0;
	 background-color: #DDD;
	 overflow-x: hidden; /* Disable horizontal scroll */
	 /* padding-top: 30px; /* Place content 60px from the top */ */
	 /* padding-left: 5px; */
	 transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	 opacity: 0;
	 padding-bottom: 145px;
}

/* The navigation menu links */
.side_filtres a {
	 padding: 8px 8px 8px 32px;
	 text-decoration: none;
	 /* font-size: 25px; */
	 color: #333637;
	 display: block;
	 transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.side_filtres a:hover {
	 color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.side_filtres .closebtn {
	 /* position: absolute;
	 top: 0;
	 right: 25px; */
	 float: right;
	 font-size: 36px;
	 margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
	padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.side_filtres {padding-top: 15px;}
	.side_filtres a {font-size: 18px;}
}

.submit_filtres{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 282px;
	background-color: #EFEFEF;
	display: none;
}

.submit_filtres .btn{
	margin: 5px 5px 5px 5px;
	/* color: #FFFFFF !important; */
	width: 96%;
}

.submit_filtres button[type=submit]{
	width: 45%;
	margin-top: 15px;
}

.side_filtres label{
	font-size: 14px;
	margin: 0;
}

.custom_filtres{
	border-bottom: solid 1px #EFEFEF;
	margin-top: 15px;
}

/************************************ ADAPT BOOTSTRAP ************************************/


a {
	text-decoration: none;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {

	height: 28px;
	/* padding: 4px 6px; */
	font-size: 14px;
	line-height: 24px;

}

label, input, button, select, textarea {
	font-size: 14px;
	margin-right: 10px;
}

input[type="radio"], input[type="checkbox"] {
  margin-top: -1px;
  margin-right: 5px;
}


.btn{
	background-image: none;
	text-shadow: none;
}

table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: none;
}

.table td {
	border-bottom: 0;
}

#system-message .alert h4,
#system-message .alert .close{
	display: none;
}

/************************************ DIVERS ************************************/

.badge_societe{
	display: inline-block;

	border-radius: var(--bs-border-radius);
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity));
	--bs-border-opacity: 0.1;

	background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity));
	--bs-bg-opacity: 0.1;

	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-right: .5rem;
	padding-left: .5rem;
	margin-bottom: .25rem;
	margin-right: .25rem;
}

.gris{color: #AAAAAA;}
.gris2{color: #CCCCCC !important;}

.right{float: right;}

.PB50{padding-bottom: 50px;}

.W100{width: 100px;}

.MT5{margin-top: 5px;}
.MT10{margin-top: 10px;}
.MB10{margin-bottom: 10px;}
