html,
body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    background: #3E3F3A;
}
.site-error {
color: white;
background-color: #3a3f44;
}
#index_accueil {
    width:100%;
    padding-top: 200px;
    padding-right: 0px;
    padding-bottom: 220px;
    padding-left: 0px;
    background-image:url('../img/porte1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;    
}
a.lien {
  /*color: #623286;*/
  text-decoration:underline;
}
.card-header {
    background-color: #623286;
} 
.bg-grey {
    background-color: #d4d4d5 !important;
color : #2d2d2d !important;
}
.header-accueil {
    color:white;
    width:100%;
    background-color:rgba(43, 43, 43,0.5);

    padding-bottom: 60px;

}
.titre-accueil {
	text-align: center;
}
.introduction {
    font-size: larger;
    width: 100%;
}
.section1 {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 5%;
}
.dropdown-header {
	padding-left: 0.2rem;
	font-weight: bold;
}
/*
.prestation {
    background-image: url('../img/bureau.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: 50% 0;    
}
*/
.circle-icon {
    color: #d4d4d5;
    background: #623286 !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    font-size: xx-large;
 /*   padding: 1em;*/
    
}
mark {
    background-color: #cafbed;
    font-weight: bold;
}
th> a {
    color:#9E9E9E;
}
table {
    font-size: smaller;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.fw-alert {
    min-width:60%;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.container-fluid, .container-principal {
    padding-bottom: 60px;
}
.navbar-brand {
    width: 50px;
}

.footer {
   
    height: 60px;
  color:  rgba(255, 255, 255, 0.5);
}
.bg-jfm {
    background-color: #cafbed;   

}
.bg-jfm-alt {
    background-color: #f18715;   

}
.btn-jfm {
    background-color: #f18715;   
    color: white;
}
.btn-jfm:hover {
    background-color: #bf6606;   
    color: white;

}

.jumbotron {
    text-align: center;
    background-color: #dcdcdc;   
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113" */"\f0dd";
}

a.desc:after {
    content: /*"\e114"*/ "\f0de";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar 
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}*/

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
/*
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}*/
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size:smaller;
  color: #9e9e9e;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9e9e9e;
  font-size:smaller;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #9e9e9e;
  font-size:smaller;
}
#grad1 {
	background-image:url('../img/porte1.jpg');
	background-size: cover;
    /*
    background-color: : #3E3F3A;
*/
}
.message-update,
.app-config-update,
.page-update,
.page-create,
.page-index,
.message-index,
.app-config-index,
.message-create,
.app-config-create
{
    min-width: 80%
}
.crud
{
    min-width: 80%
}

.site-contact {
    min-width: 50%

}
.site-about {
    border-radius: 0.25em;
    padding:20px;
    margin: 10px;
   color: #2d2d2d;
}
/*
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a {
    background: #fafafa;
    color: #666;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
*/
.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px; 
}
div.required label:after {
    content: " *";
    color: #ee5f5b;
}
.btn-purple {
    color: #aaa;
    background-color: #623286;
    /*border-color: #b19cd9;*/
    border-color: #623286;
}
.btn-purple:focus, .btn-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 138, 191, 0.5);
}
.border-purple {
    border-color: #623286 !important;
}
.alert-purple {
    color: #5c5171;
    background-color: #efebf7;
    border-color: #e9e3f4;
}
.table-purple th, .table-purple td, .table-purple thead th, .table-purple tbody + tbody {
    border-color: #c8b1ca;
}
.table-purple, .table-purple > th, .table-purple > td {
    background-color: #623286;
}
.accordion-menu > a {
  display: block;
  position: relative;
}
.accordion-menu > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.accordion-menu > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

