/* */

body, html {
  height: 100%;
  margin: 0;
}

h1, h2, h3, h4, h5{
    font-family: oswald;
}

.chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
}

.chosen-container-single .chosen-single div b {
    background-position: 1px 7px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -17px 7px;
}

.input-group.is-invalid ~ .invalid-feedback {
    display: block;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout p:last-child {
    margin-bottom: 0;
}

.container {
    max-width: 90% !important;
}

.mainnav .mb-3 {
    margin-bottom: 0rem!important;
}

.mainnav .shadow-sm {
    box-shadow: 0rem 0rem rgba(0,0,0,.075)!important;
}

.mainnav .border-bottom {
    border-bottom: 0px !important;
}

.btn-link {
    color: #008ca7 !important;
}

.colonne-gauche{
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    background-color: #ffffff;
    padding:0px 20px;
}

.colonne-droite{
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    background-color: #ffffff;
    padding:15px;
}

.colonne-gauche a{
    color:#008ca7;
    text-decoration: underline;
}

.breadcrumb {
    background-color: transparent;
    padding: 0rem 1rem !important;
    margin-bottom: 0rem !important;
}


.breadcrumb a {
    color: #008ca7;
}

.resultat .row label{
    min-height: 50px;
    font-weight: bold;
}

.resultat .row hr{
    margin-top:0px;
    margin-bottom: 0px;
    border: 1px dotted #dddddd !important;
}

.bg {
  /* The image used */
  background-image: url("../images/bg-login.jpg");

  /* Full height */
  min-height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-light {
    background-color: #d3d3d3!important;
}

.bt-action .btn-mid {
    max-width: 130px;
    float: right;
    margin-top: 0px !important;
    margin-right: 10px;
}

.bt-action .btn-mid2 {
    max-width: 165px;
    float: right;
    margin-top: 5px !important;
    margin-right: 10px;
    text-decoration: none;
}


.colonne-gauche a:hover{
    color:#008ca7;
    text-decoration: none;
}

.result-row{
    border-bottom:1px solid #dddddd;
    margin:5px 0px 5px 0px;
    padding-top: 5px;
}

.result-row .mb-3{
    margin-bottom: 10px !important;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 0.85rem;
    line-height: 0.95rem;
}

.col-md-2 a.btn-lg{
    text-decoration: none;
}



.btn-primary {
    color: #fff !important;
    background-color: #008ca7;
    border-color: #008ca7;
    text-decoration: none !important;
}

.btn-danger {
    color: #fff !important;
}

.btn-pdf {
    color: #fff !important;
    background-color: #383d41 !important;
    border-color: #383d41 !important;
    text-decoration: none !important;
}

.btn-pdf:hover {
    color: #fff !important;
    background-color: #a5c84c !important;
    border-color: #a5c84c !important;
    text-decoration: none !important;
}

.btn-red {
    color: #fff !important;
    background-color: #bf5151 !important;
    border-color: #bf5151 !important;
    text-decoration: none !important;
}

.btn-red:hover {
    color: #fff !important;
    background-color: #a5c84c !important;
    border-color: #a5c84c !important;
    text-decoration: none !important;
}

.btn-primary.disabled {
    background-color: #bbb !important;
    border-color: #bbb !important;
    pointer-events: none;
}

.btn-primary-orange {
    color: #fff !important;
    background-color: #cc5500;
    border-color: #cc5500;
    text-decoration: none !important;
}

.btn-primary-orange.disabled {
    background-color: #bbb;
    border-color: #bbb;
}

.btn-primary-orange:hover {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.col-md-3 .btn-mid{
    max-width:120px;
    float:right;
    margin-top:0px !important;
    margin-right:10px;
}

a.btn-add {
    text-decoration: none;
}

a.btn-mid {
    color: #fff;
    background-color: #008ca7;
    border-color: #008ca7;
    text-decoration: none;
}

a.lien-ajout{
    font-size:12px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #81b931;
    border-color: #81b931;
}

.btn-secondary {
    color: #fff !important;
    background-color: #81b931;
    border-color: #81b931;
    text-decoration: none !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #008ca7;
    border-color: #008ca7;
}

.form-signin {
background-color: #ffffff;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #383d41;
    border: 1px solid #383d41;
    border-radius: .25rem;
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
    fill:#ffffff;
}

.search-zone .form-inline input{
    width:70% !important;
}

.search-zone .btn-outline-success {
    color: #ffffff;
    border-color: #a5c84c;
    background-color:#a5c84c;
    font-size: 0.85rem;
    padding: .5rem 1rem;
}

.search-zone .btn-outline-success:hover {
    color: #ffffff;
    border-color: #008ca7;
    background-color:#008ca7;
}

.section-title{
    font-weight: 700;
}

.view-mode label{
    font-weight: 700;
}

.view-mode .row{
    margin-bottom:20px;
}

.form-value{
    border-top:1px dotted #444444;
    padding-top:5px;
}

.custom-checkbox{
    margin-bottom:20px;
}

/* *********** LABEL ******************** */
.badge.badge-accented.red {
    background: #ff0000;
    color: #fff;
}

.badge.badge-accented.yellow {
    background: #ffef4b;
    color: #29303b;
}

.badge.badge-accented.green {
    background: #248236;
    color: #fff;
}

.badge.badge-accented.gray {
    background: #464646;
    color: #fff;
}

.badge.badge-accented.blue {
    background: #009eff;
    color: #fff;
}

.badge.badge-accented {
    border-radius: 3px;
    font-size: 10px;
    padding: 1px 12px;
    background: #14171c;
    border: none;
    color: #fff;
    min-width: inherit;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -3px;
    z-index: 2;
    vertical-align: baseline;
}

.badge.badge-accented:after {
    background: inherit;
    content: '';
    height: 13px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 13px;
    z-index: 1;
    display: block;
}

.badge.badge-accented:after {
    border-radius: 3px;
    right: -4px;
}

/* ************************************************************** END CONTENT VIEWS */


/* ***************************************************************************
*******************************MOBILE*****************************************
****************************************************************************** */
@media (max-width: 450px) {

.show{
        width:100% !important;
    }  

.container {
    max-width: 100% !important;
}

.order-md-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-md-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding: 0px;
}
    

.colonne-droite{
    margin-top:10px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
}

.bt-action .btn-mid2 {
    max-width: 165px;
    float: none;
    margin-top: 5px !important;
    /* margin-right: 10px; */
    margin-left: auto;
    margin-right: auto;
    text-decoration: none !important;
}


}
/* ***************************************************************************
*******************************END MOBILE*****************************************
****************************************************************************** */
