 .border{
	border:2px solid #000;
	background-color:#f2f2f2
}
body, .modal-header, .modal-body, .modal-footer, .accordion-body, .table{
	font-family: "Oswald",Helvetica,Arial,sans-serif;
	color:#000000;
    /*background: linear-gradient(180deg,#b5c5e6 0%,#d9b39c 90%,#e53d0e 100%);*/
    background: #b5c5e6;
    
}
.theme-2026::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  position: fixed;
  background: url(//assets.lemotel.fr/img/clients/noise-7i1blCGB.webp) repeat;
  opacity: .2;
  mix-blend-mode: soft-light;
}
.theme-2026::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  top: initial;
  
}
.btn{
	padding: .8125rem 1.25rem;
	text-transform:uppercase;
	font-weight: 700;
}
.form-control::placeholder {
	opacity:0.5;
}

.btn-primary {
	background-color: #e73c10;
	border-color: #e73c10;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: 700;
	font-family: sans-serif;
	font-size:1.5rem;
}

.btn-primary:hover, .btn-primary:focus{
	color: #FFFFFF;
	border: 1px solid #e73c10;
	background-color: #e73c10;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #e73c10;
	text-transform:uppercase;
	font-weight: 700;
	font-family: sans-serif;
}

.message-info {
  border-left: 10px solid #e73c10;
}
.message-success {
  border-left: 10px solid #e73c10;
}
.message-neutral {
  border-left: 1px solid #bbb;
}
.message {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-radius: .25rem;
  background-color:#EEEEEE;
  color:#000000;
}


.note-editor.note-frame .note-editing-area .note-editable {
  color: #000;
}
.note-editable > p {
  color: #000;
}

.accordion-header{
    cursor:pointer;
}

.form-check-days{
    background : #d4d4d4;
    padding:5px;
    margin-bottom:10px;
    border-radius: .25rem;
}

.form-check-check{
    margin-left:0.2em!important;
    margin-right: 0.5em;
}

#tableDemandes{
    color:#000;
}