body {
  padding-bottom: 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size:16px;
  color:#202930;
  background-color:#ededed;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}
a{
	color:black;
}
pre{
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.navbar a,.navbar{
	color:white;
}
.header{
	width:1224px;
	max-width:100%;
	margin:auto;
}
.header .logo{
	float:left;
	padding-top:8px;
}
.header .liens_haut{
	float:right;
}

.header .liens_haut .liens{
	float:left;
	padding-top:54px;
	font-weight:900;
}
.header .liens_haut .liens a{
	padding-right:27px;
}
.header .liens_haut .liens a.selected,.header .liens_haut .liens a:hover{
	color:#ee7316;
	text-decoration:none;
}

.header .liens_haut .liens_btn{
	float:left;
	padding-top:54px;
}
.header .liens_haut .liens_btn a{
	border-radius:4px;
	border:3px solid #ee7316;
	padding:16px 26px;
	color:#ee7316;
	font-weight:900;
	margin-left:10px;
	text-decoration:none;
}

.zone_ariane{
	background-color:#014768;
	height:34px;
}
.ariane{
	width:1224px;
	max-width:100%;
	margin:auto;
	line-height:34px;
	color:#7ca1b2;
}


#sidebar{
	display:none;
}
#sidebarCollapse{
	display:none;
}
.ariane a{
	color:white;
}
.header .liens_haut .liens_btn a:last-child{
	background-color:#016B9C;
	border-color:  #016B9C;
	color:white;
}
.btn-primary,.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{

    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;

}

.float-right {
	float: right;
}
.list-group-item {
	overflow: auto;
}

.progress {
	margin-top: 5px;
}

#oldfile {
	margin-top: 10px;
}
#oldfile img {
	display: block;
}
.panel_bas .list-group{
	display:table;
	width:100%;
}
.panel_bas .list-group .list-group-item{
	display:table-row;
	border:0;
	
}
.panel_bas .list-group .list-group-item td{
	border-top:1px solid #d4d4d4;
	border-top-width:auto;
	border-collapse: separate;
	border-bottom-width: 2px;
}
.block_haut table.list-group td:nth-child(2n) {

    background-color: white;

}

table.list-group tr.payment-ok td {
    background-color: #DDFFEE;
}

table.list-group tr.payment-error td {
    background-color: #FFEFCF;
}

.list-group-item.moved {
	background: #ddd;
	height: 40px;
}

.btn-default.move {
	cursor: move;
}

.options_champ{
	display:none;
}
#zone_copy td{
	padding:2px 5px;
}

textarea.form-control {
	min-height:300px;
}

textarea.form-control-description{
	min-height:100px;
	
}
.error{
	background-color:#F2DEDE;
	border: 1px solid #a94442;
	padding: 15px;
	border-radius: 4px;
	color: #a94442;
	display:block;
}
.mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

ol {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ol.sortable, ol.sortable ol {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

ol.sortable {
	margin: 4em 0;
}

.sortable li {
	margin: 5px 0 0 0;
	padding: 0;
}

.sortable li div  {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #D4D4D4 #D4D4D4 #BCBCBC;
	padding: 6px;
	margin: 0;
	cursor: move;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );

}

.panel_bas{
	background-color:white;
	padding:54px 54px;
}
.panel_bas h2{
	font-weight:bold;
	font-size:34px;
	display:inline-block;
}
.panel_bas h2 .btn{
	font-weight:bold;
	font-size:18px;
	background-color:#86c046;
	color:white;
	border-radius:4px;
	padding:10px 20px;
	margin-left:10px;
}

#tree_sortable .placeholder {
	border: 1px dashed #4183C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.file-preview-frame {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    display: table;
    float: left;
    height: 90px;
    width: 110px;
    margin: 8px;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
	overflow:hidden;
}

.file-preview-frame-img{
	height: 60px;
    width: 110px;
	display:block;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	
	padding-top:20px;
	font-weight:bold;
}

.file-preview-options{
	height:30px;
	margin-top:-10px;
	margin-bottom:10px;
}

.modal-dialog-image{
	width:90%;
}
.modal-dialog-image .modal-content{
	padding:30px;
}

.modal-dialog-image .modal-content .file-preview-frame {
	height: 90px;
    width: 110px;

}
.modal-dialog-image .modal-content .file-preview-frame-img {
	height: 60px;
    width: 110px;

}
.modal-dialog-image .modal-content .file-preview-options{
	margin-top:5px;
	height:20px;
}
/******************************** ajout bootstrap ***************************/
.btn-arrow-right,
.btn-arrow-left {
   position: relative;
   padding-left: 18px;
   padding-right: 18px;
}

.btn-arrow-right {
   padding-left: 36px;
}

.btn-arrow-left {
   padding-right: 36px;
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
   /* make two squares (before and after), looking similar to the button */
   
   content: "";
   position: absolute;
   top: 5px;
   /* move it down because of rounded corners */
   
   width: 22px;
   /* same as height */
   
   height: 22px;
   /* button_outer_height / sqrt(2) */
   
   background: inherit;
   /* use parent background */
   
   border: inherit;
   /* use parent border */
   
   border-left-color: transparent;
   /* hide left border */
   
   border-bottom-color: transparent;
   /* hide bottom border */
   
   border-radius: 0px 4px 0px 0px;
   /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
   
   -webkit-border-radius: 0px 4px 0px 0px;
   -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
   transform: rotate(45deg);
   /* rotate right arrow squares 45 deg to point right */
   
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
   transform: rotate(225deg);
   /* rotate left arrow squares 225 deg to point left */
   
   -webkit-transform: rotate(225deg);
   -moz-transform: rotate(225deg);
   -o-transform: rotate(225deg);
   -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
   /* align the "before" square to the left */
   
   left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
   /* align the "after" square to the right */
   
   right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before {
   /* bring arrow pointers to front */
   
   z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after {
   /* hide arrow tails background */
   
   background-color: white;
}
/******************************** ajout bootstrap ***************************/
input[type="number"].unite ,input[type="number"].personnes{
   width:60px;
}
input[type="number"].prix_curency ,input[type="number"].prix{
   width:105px;
}
/**CSS FOR THE RING**/

.glyphicon-ring {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid black;
  color: black;
  display: inline-table;
  text-align: center;
}
/**CSS FOR ICON WITH NO BACKGROUND COLOR**/

.glyphicon-ring .glyphicon-bordered {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
}
/**WITH AN ADDED BACKGROUND COLOR**/

.glyphicon-white {
  background: white;
  color: black;
  border: 4px solid black;
}
.glyphicon-teal {
  background: teal;
  color: orange;
}
.glyphicon-red {
  background: red;
}

.btn_commentaire{
	display:none;
}
.zone_commentaire{
	position:relative;
}
.form_commentaire .btn_commentaire{
	display:block;
	position:absolute;
	right:-30px;
	top:0;
	font-size:2em;
	cursor:pointer;
}
.form_commentaire .btn_commentaire:hover{
	opacity:0.8;
}
.bloc_messages{
	display:none;
	position:absolute; 
	right:-1px; 
	z-index:10000;
	background-color:white;
	border-radius:8px;
	padding:10px;
	border:1px solid #c2c2c2;
	width:400px;
	top:0;
}
.bloc_messages textarea{
	width:100%;
}
.statut_remarque,.color_remarque{
	color:#69ea9d;
	opacity:0.7;
}
.statut_remarque.selected,.statut_remarque:hover{
	opacity:1;
}

.messages{
	max-height:300px;
	overflow-y:scroll;
}
.messages i{
	font-size:0.7em;
}
.statut_notice,.color_notice{
	color:#ffbb00;
	opacity:0.7;
}
.zone_commentaire .color_notice i::before,.zone_commentaire .color_erreur i::before,.zone_commentaire .color_remarque i::before{
	content: "\f071";
}
.aide{
	font-style:italic;
	font-size:0.8em;
}
.statut_notice.selected,.statut_notice:hover{
	opacity:1;
}

.statut_erreur,.color_erreur{
	color:#ff0000;
	opacity:0.7;
}
.statut_erreur.selected,.statut_erreur:hover{
	opacity:1;
}

.statut_fermer,.color_fermer{
	color:#c2c2c2;
	opacity:0.7;
}
.statut_fermer.selected,.statut_fermer:hover{
	opacity:1;
}

.trad_lang_2{
	width:100%;
}

.trad_lang_1{
	display:none;
}

.traductible .trad_lang_2{
	width:50%;
}

.entete_trad{
	display:none;
}
.traductible .entete_trad{
	display:block;
}
.traductible .wysihtml5-sandbox{
	max-width:100%;
	min-height:300px;
}
.content_part{
	font-size:0.8em;
}

.content_part blockquote{
	font-size:1em;
}


.traductible .trad_lang_1{
	display:block;
}

.summary .statut_projet{
	font-size:0.8em;
}
.statut_projet2{
	font-weight:bold;
	border:2px solid black;
	border-radius:10px;
	text-align:center;
	padding:5px;
	display:block;
}
.statut_projet.rouge{
	color:#FF2700;
	border-color:#FF2700;
}
.statut_projet.orange{
	color:#FFBB00;
	border-color:#FFBB00;
}
.statut_projet.vert{
	color:#076c02;
	border-color:#076c02;
}

.summary td,.summary th{
	border-right: 2px solid #ddd;
}

.table_budget td,.table_budget th{
	border-right: 2px solid #ddd;
}
.table_budget .color{
	background-color:#d4dade;
}
.table_budget th.color{
	background-color:#ccd2d6;
}

.container.page_summary{
	width:98%;	
}

.label-info {
    background-color: #5bc0de;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.bootstrap-tagsinput {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.preview_img{
	max-width:100%;
}
.icon_img{
	max-width:50px;
	max-height:50px;
}

#image {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}

.zone_filtres .bootstrap-tagsinput{
	width:100%;
}
.zone_filtres .filtres{
	padding-bottom:20px;
}
.zone_filtres .un_filtre{
	margin-right:10px;
}
.zone_filtres .un_filtre:first-child .etou{
	display:none;
}
body .modal-dialog{
	max-width: 100%;
}

#content {
    min-height: 100vh;
    transition: all 0.3s;
	width:1224px;
	max-width:100%;
	margin:auto;
}
.zone_orange{
	height:230px;
	background-color:#016b9c;
	display:block;
	margin-bottom:-277px;
}


h1{
	font-size:44px;
	color:white;
	text-align:right;
	padding-top:74px;
	line-height:0.8em;
	height:76px;
}
.nav_deco{
	color:white;
	text-align:right;
	font-size:16px;
	line-height:1em;
}
.nav_deco_ariane{
	color:white;
	text-align:right;
	float:right;
	font-size:16px;
	line-height:1em;
	line-height: 34px;
}

.form-control[type="file"]{
	padding:0;
	border:0;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.panel table thead{
	background-color:#d4d4d4;
	padding-left:15px;
	padding-right:15px;
}
.panel table thead th{
	font-weight:normal;
}
.panel table thead tr{
	padding-top:18px;
	padding-bottom:18px;
	border-bottom:1px solid #d4d4d4;
	width:100%;
}
.btn{
	border-radius:0;	
}

.btn_color {

    font-weight: bold;
    font-size: 18px;
    background-color: #016B9C;
    color: white;
    border-radius: 4px;
    padding: 10px 20px;
    margin-left: 10px;

}
.btn_color:hover {
	text-decoration:none;
	color:white;
}
body .btn-primary{
	background-color: #86c046;
	border-color: #86c046;
}

body .btn-danger{
	background-color: #ee7316;
	border-color: #ee7316;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #363A41;
    color: #bebebe;
    transition: all 0.3s;
}
#sidebar a{
	color: #bebebe;
	
}
#sidebar a:hover{
	text-decoration:none;
	
}

#sidebar.active {
    margin-left: -250px;
}
.zone_header{
	background-color:white;
	display:block;
	overflow:visible;
}
.spacer_top{
	display:block;
	height:150px;
}
.col_gauche .panel_bas,.col_droite .panel_bas{
	padding: 25px 25px;
}
.grey{
	color:#bebebe;
}
.green{
	color:#86c046;
}
.orange{
	color:#ee7316;
}
.score{
	font-weight:bold;
	padding-right:10px;
	color:#bebebe;
}
.trophy{
	font-weight:bold;
}
.nom_serie{
	background-color:#ededed;
	padding:4px;
	margin-left:10px;
	margin-right:10px;
	font-size:0.8em;
	text-transform:uppercase;
}
body .form-control {
	border-radius:0;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #343A40;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid white;
}
#sidebar i{
	color:white;
	padding-right:5px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #202226;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #202226;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
	border:0;
	margin-top:-20px;
	margin-left:-20px;
	background-color:#363A41;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #bebebe;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

#question_sort li{
	padding-bottom:2px;
	padding-top:2px;
	display:block;
}
.question_theme{
	width:200px;
	display:inline-block;
}
.comments{
	font-size:0.9em;
	background-color:#e1e1e1;
	padding:5px;
	padding-bottom:1px;
	margin-top:10px;
	margin-bottom:10px;
}

.icon_status .red{
	color:#b81741;
}
.icon_status .green{
	color:#22b817;
}
.icon_status .orange{
	color:#b87d17;
}
.icon_status .blue{
	color:#17a2b8;
}
.resume .red{
	color:#b81741;
}
.resume .bold{
	font-weight:bold;
}
.reponse_letter{
	display:inline-block;
	text-align:right;
	font-weight:bold;
	float: right;
}
.reponse.juste1{
	color:#22b817;
}
.reponse.juste0{
	color:#b81741;
}
.txt_question{
	width:600px;
	max-width:100%;
}
.block_bas{
	background-color:white;
	padding:40px 60px;
}
.block_haut{
	width:576px;
	background-color:white;
	margin-bottom:46px;
}
.block_haut.announcement{
	border: solid green 4px;
    margin-bottom: 26px;
	height: 202px;
    width: 576px;
    overflow: hidden;
	position: relative;	
}
.announcement .panel_bas{
	padding: 25px 25px;
}
.announcement .article_link{
    position: absolute;
    bottom: 3px;
    right: 10px;
}
.block_haut.announcement p, .block_haut.announcement ul{
    margin: 0px;
}
.block_colonne{
	width:576px;
	margin-bottom:46px;
}
.block_colonne h2 a{
	color:#86c046;
	font-size:0.5em;
}
.ligne_blanche{
	background-color:white;
	padding:17px 15px;
	margin-top:15px;
}
.ligne_blanche .alert{
	color:#ee7316;
	padding:0;
	padding-right:15px;
	padding-left:15px;
	font-size:1.3em;
	margin-bottom:0;
}
.middle_form{
	padding:40px 40px;
}

.block_haut form label{
	display:block;
}

.block_haut form input{
	display:block;
	width:100%;
	border-radius:3px;
	border:1px solid #e7e7e7;
	padding:8px 15px;
}

.block_haut form button,.block_haut .button{
	display:block;
	width:100%;
	background-color:#86c046;
	text-align:center;
	font-weight:bold;
	color:white;
	height:56px;
	line-height:56px;
	border:0;
	font-family:"PT Sans";
}
.block_haut .panel_bas table .list-group-item{
	border:0;
}
.col_gauche{
	float:left;
}

.col_droite{
	float:right;
	padding-top:180px;
}
.col_droite_no_top{
	float:right;
	padding-top:0;
}

.un_theme{
	width:10%;
	float:left;
	text-align:center;
	
}
.libelle_barre{
	font-weight:bold;
	font-size:0.8em;
}
.un_theme .barre{
	background-color:#e5e5e5;
	width:43px;
	height:201px;
	margin:auto;
	font-weight:bold;
	color:white;
	margin-bottom:18px;
	padding-top:165px;
	position:relative;
}
.un_theme .sous_barre{
	position:absolute;
	width:43px;
	text-align:center;
	bottom:0;
	
}
.lettre_barre{
	position:absolute;
	top:165px;
	width:43px;
	z-index:10000;
	left:0;
}
table.list-group td,table.list-group th{
	padding-left:10px;
	padding-right:10px;
}
table.list-group td,table.list-group th{
	padding-top:3px;
	padding-bottom:3px;
}
table.list-group td{
	border-bottom:1px solid #D4D4D4;
}

table.list-group td:nth-child(even){
	background-color:#ededed;
}

.tablesorter-header-inner{
	cursor:pointer;
}

.onglets .onglet{
	float:left;
	padding:14px 25px;
	font-weight:bold;
	
	background-color:#86400b;
	color:white;
}

.onglets .onglet.selected{
	background-color:#ffffff;
	color:#ee7316;
	
}
.onglets .onglet.selected a{
	
	text-decoration:none;
	color:#ee7316;
}
.onglets .onglet a{
	color:white;
}
.btn_creux{
	border:3px solid #86c046;
    font-weight: bold;
    font-size: 18px;
    background-color: white;
    color: #86c046;
    border-radius: 4px;
    padding: 11px 21px;
    margin-left: 0;

}
.btn_creux:hover{
	background-color: #86c046;
	color: white;
	text-decoration:none;
}

.btn_vert{

    font-weight: bold;
    font-size: 18px;
    background-color: #86c046;
    color: white;
    border-radius: 4px;
    padding: 14px 20px;
    margin-left: 10px;
}
.btn_vert:hover{
	background-color: white;
	border:3px solid #86c046;
	color: #86c046;
	padding: 11px 17px;
	text-decoration:none;
}
.custom-combobox{
	width:100%;
}
.custom-combobox-input{
	padding: .375rem .75rem;
	width:calc(100% - 52px);
	display:inline-block;
}
.custom-combobox-toggle{
	padding: .55em 1em;
	margin-top:-4px;
}

.icongreen{
	color:#86c046;
}
.iconred{
	color:#de2d2b;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete{
	max-height:400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

label.radio-inline {
    margin-right: 20px;
}

.list_commands{
	float:right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list_commands div,.list_commands form{
	display:inline-block;;
}

.list_commands .prev_page, .list_commands .next_page{
	margin: 0 5px;
}

.list_commands a.disabled-link, .list_commands a.disabled-link:hover{
	color: lightgray;
}