:root {
  --bs-teal-dark: #0e9f74;
  --bs-teal-light: #20c99796;
  --bs-form-control-disabled-bg : white;
}
body{
	background: #f7f8fa !important;
	font-family: 'Segoe UI', sans-serif;
	width: 100%;
	min-height: 100vh;
}
.btn-primary{
	background-color : var(--bs-teal);
	border-color : var(--bs-teal);
	color : white;
}
.btn-primary:hover, .btn-primary:active{
	color : white !important;
	border-color : var(--bs-teal) !important;
	background-color : var(--bs-teal-dark) !important;
}
.btn-primary.disabled, .btn-primary:disabled, fieldset:disabled .btn-primary {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-teal-dark);
  border-color: var(--bs-teal-dark);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn.btn-info {
  color: white !important;
}
.container-fluid{
	padding : 0px 40px 0px 40px;
	box-sizing: border-box;
}
.flex{
	display : flex;
	flex-flow: wrap;
}
.element{
	flex : 1;
}
h1::after {
  content: "";
  width: 182px;
  height: 4px;
  display: block;
  background: #ffc249;
  margin-top: 15px;
  border-radius: 4px;
}
.sous-ligner::after {
  content: "";
  width: 182px;
  height: 4px;
  display: block;
  background: #ffc249;
  margin-top: 15px;
  border-radius: 4px;
}
h1{
	color : #4e5574 !important;
}
input:focus, select:focus, textarea:focus, .focus {
	border : 1px solid var(--bs-teal) !important;
	box-shadow: none !important;
	outline: none;
}
a{
	color: #233e91;
}
.toast{
	position: fixed;
	right: 15px;
	top: 50px;
	z-index: 9999 !important;
}
.toast:not(.showing):not(.show) {
    opacity: 1 !important;
}
.logo{
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 25px;
	border: 1px solid #a4a2a2;
}
.d-none{
	display : none;
}
.bootstrap-tagsinput{
	width:100%;
	border: 1px solid #dee2e6;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}
.bootstrap-tagsinput input{
	height: 100%;
	border: none !important;
	font-size: 17px;
    max-width: 100px;
}	
.bootstrap-tagsinput .tag {
	display: inherit;
    margin-right: 2px;
    color: white;
    background: var(--bs-teal);
    padding: 5px;
    border-radius: 3px;
    marin-top : 3px;
    margin-bottom: 3px;
}
ul{
  padding-left: 0;
}
.mr-10{
	margin-right : 10px;
}
.h2, .label{
	font-size: 16px;
	color: grey; 
	margin-bottom : 20px; 
}
.relative{
	position: relative;
}
.bouton-js{
	cursor: pointer;
}
.tox-statusbar__text-container{
	display : none !important;
}
.form-control:disabled, .form-select:disabled, .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled{
	opacity: 1 !important;
}

/*Select2*/
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: var(--bs-teal) !important;
  border-bottom-color: var(--bs-teal) !important;
  box-shadow: 0 0 0 .25rem #20c99726 !important;
}
.select2-container--bootstrap-5 .select2-dropdown {
  border-color:var(--bs-teal) !important;
}
.select2 textarea{
	border: 0px !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
  background-color: var(--bs-teal) !important;
}
/*Radio btn*/
.form-check-input{
	cursor: pointer;
}

/*Editable*/
.editable-container.editable-inline {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  margin-top: 4px;
}
.editable-input .input-medium {
  height: 30px;
}
.editable-click, a.editable-click, a.editable-click:hover {
  text-decoration: none;
  border-bottom: var(--bs-border-width) solid #dee2e6 !important;
}
.tableau-prestation-benefice-container {
	max-height: 80vh;
	overflow-y: auto;
}
.tableau-prestation-benefice {
	width: 100%;
	table-layout: fixed;
}
.editable {
	min-width: 120px;
	max-width: 100%;
	overflow: hidden;
	word-break: normal;
	cursor: pointer;
}

input[type=checkbox] {
	cursor: pointer;
}
.editable .editable-container, .editable .editable-input, .editable .editableform {
	width: 100% !important;
}
.tableau-prestation-benefice th.AddDelete, .tableau-prestation-benefice td.actions {
	width: 85px;
	min-width: 80px;
	max-width: 90px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
.ligne-vide, .bigtop {
	border-top: 2px solid rgb(170, 170, 170);
}
.affichage-haut {
	width: 100%;
}