* { font-family: 'Open Sans', sans-serif; }

#knobcontainer svg text { font-family: 'fontAwesome';}

html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    width: 100%;
    height: 100%; 
    background-color: #fff; 
    background-size: cover;
}

.container {
	max-width: 1320px;
}

.margin-5 { margin: 10px 0; }
.margin-10 { margin: 10px 0; }
.margin-20 { margin: 20px 0; }
.margin-30 { margin: 30px 0; }

.green { color :#B08D45; }
.red { color :#e64636; }
.grey { color :#b4b4b4; }

.main-container {
    position: relative;
    background-color: #fff;
    padding: 50px ;
}

.logo {
	max-width: 150px;
	margin:auto;
    position: relative;
    padding:20px 0;
    text-align: center;
}

.inner-container {
    width: 100%;
    margin: auto;
}


h1 {
    color: #B08D45;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    color: #B08D45;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
}

h3 {
    color: #414042;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

p, a {
    color: #414042;
    font-size: 13px;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.log-out {
    position: absolute;
    top: 20px; 
    right: 20px;
}

.log-out p {
    color: #b4b4b4;
    font-weight: 700;
}

.log-out a {
   display: inline-block;
   padding-left: 10px;
}

.login-description {
    padding: 0 100px;
    text-align: center;
    font-weight: 700;
}

.description {
    padding: 0 20px;
    text-align: center;
    font-weight: 700;
}

input, textarea  {
    background-color: #ededed;
    padding: 5px;
    width: 100%;
    color: #414042;
    border: none;
    text-align: center;
}

#suggestion-form input, #suggestion-form textarea {
    text-align: left;
}

input[type="submit"] {
	display: inline-block;
    background-color: #B08D45;
    padding: 10px 100px;
    width: auto;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}


input.submit_ok {
	padding: 5px 10px;
}

.upload-btn {
    position: relative;
    background-color: #757575;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
}

.upload-btn::after {
    position: absolute;
    right: 15px;
    content: '+';
}

.upload-container {
    display:none;
    position: absolute;
    border: 1px solid #454545;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    max-width: 750px;
    left: 50%;
    top:40vh;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.apercu-suggestion {
    display:none;
    position: absolute;
    border: 1px solid #454545;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    max-width: 750px;
    left: 50%;
    top:40vh;
    transform: translate(-50%, -50%);
    z-index: 101; 
}

#apercu_titre_suggestion {
    color: #B08D45;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
}

p.apercu-suggestion-info-auteur {
    margin:0;
}

.separator-fw {
    width: 100%;
    height: 1px;
    background-color: #AEAEAE;
    margin:10px 0;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bcbbbb;
    opacity: 1; /* Firefox */
}

.error {
    color: #ea4f3e;
}

.card-columns {
    column-count: 4 !important;
}

.card {
    padding: 5px;
}


.liste table {
    width:100%;
}

.liste table tr th {
    color: #b4b4b4;
}

.liste table tr th, .liste table tr td {
    font-size: 13px;
    padding: 8px 5px;
}

.liste table tr {
    border-bottom: 1px solid #b4b4b4;
}

.liste table tr:nth-of-type(even) {
    background-color:  #F1F1F1;
}

.liste table tr td p {
    height: 20px;
    overflow:hidden;
    transition: all 1s ease;
    cursor: pointer;
}
.liste table tr td p.active {
    height: auto;
}

.liste table tbody tr:last-of-type {
    border-bottom: none;
}


.liste table tfoot tr {
    border-top: 1px solid #b4b4b4;
	background-color:  #D6D6D6;
}

.liste-suggestion-titre {
    text-transform: uppercase;
    font-size: 14px;
    cursor:pointer;
}

.nb_pj {
    background-color: #B08D45;
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    font-weight: 700;
}

.nb_pj.zero {
    background-color: #d9d9d9;
}

.btn-link-deposer {
    display: inline-block;
    background-color: #B08D45;
    padding: 5px;
    color: #fff;
}

.zip-btn {
    background-color: #B08D45;
    padding: 3px 10px;
    color: #fff;
}


.form-container {
	position: relative;
	margin: 30px 0;
}

.form-container input, .form-container select, .form-container textarea, a.input-submit  {
	text-align: left;
	padding: 7px 15px;
	margin-bottom: 15px;
	width: 100%;
	border:none;
	background-color: rgba(176,141,69,0.12);
}

.form-container .clr-field {
	margin-bottom: 15px;
}

.form-container .clr-field input {
	margin-bottom: 0px;
}

.form-container .clr-field button {
	width: 100%;
}

.form-container input[type="checkbox"] {
	width: auto;
	display: inline-block;
	margin-top: 10px;
}

.form-container input[type="submit"], a.input-submit {
	margin-top: 30px;
	color: #000;
	width: 150px; 
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(176,141,69);
}

.rp-form-container input[type="submit"] {
	margin: 0px;
}

.suppr-element-rp {
	height: 28px;
	display: inline-block;
	padding: 0 20px ;
}

.suppr-element-rp img {
	width:auto;
	height: 100%;
}

.rp-form-container {
	border: 1px solid #b4b4b4;
	padding: 15px;
	display: none;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple , .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
	background-color: rgba(176,141,69,0.12);
	border-radius: 0;
}

.select2-container--default .select2-selection--single {
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.select2-container {
	margin-bottom: 15px;
	width: 100% !important;
}

.form-container label {
	margin-bottom: 0px;
	font-size: 14px;
}

.message {
	padding: 15px;
	margin: 10px 0;
	color: #000;
}

.message p {
	margin:0;
}

.message.succes {
	background-color: rgba(220,243,215,1.00);
	color: rgba(45,106,31,1.00);
}

span.contact {
	padding: 3px 10px;
	margin-right: 10px;
	background-color: rgba(176,141,69,0.12);
	color: rgba(176,141,69,1);
	border-radius: 4px;
}
span.cfp {
	padding: 3px 10px;
	margin-right: 10px;
	background-color: rgba(36,81,211,0.12);
	color: rgba(36,81,211,1);
	border-radius: 4px;
}

a.table-btn {
	position:relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 3px;
}

a.btn-ajouter-projet {
	width: 20px;
	height: 20px;
	background-image: url("../images/svg/picto-projet-plus.svg");
}

a.btn-ajouter-contact {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/picto-plus-contact.svg");
}

a.btn-liste-projets {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/picto-liste-projets.svg");
}

a.btn-ajouter-temps {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/picto-temps-plus.svg");
}

a.btn-liste-temps {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/picto-liste-temps.svg");
}

a.btn-edit-temps {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/picto-edit-temps.svg");
}

a.btn-editer {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/picto-edit.svg");
}

a.btn-delete-temps {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/picto-delete-temps.svg");
}

a.btn-retro-planning {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/picto-retro-planning.svg");
}


.stats-container {
	margin-top: 30px
}


.true_false {
	max-width: 15px;
	width: 100%;
	display: inline-block;
}

textarea.facture-edit {
	border: 1px solid #b4b4b4;
	padding: 15px;
	text-align: left;
	background-color: #F0F0F0;
	font-size: 14px;
	margin-bottom: 10px;
}

.rp-tooltip {
	padding: 10px;
}
