
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home ol,.home ul {
    list-style: none;
	padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.w-0 {
	display: none;
}
.w-10 {
    width: 10%!important;
}
.w-20 {
    width: 20%!important;
}
.w-25 {
    width: 25%!important;
}
.w-30 {
    width: 33.333%!important;
}
.w-40 {
    width: 40%!important;
}
.w-60 {
    width: 60%!important;
}
.w-80 {
    width: 80%!important;
}
.w-90 {
    width: 90%!important;
}
.w-100 {
    width: 100%!important;
}

.hidden { display:none; }
.clear { clear:both; }
:focus { outline: 0; }
.left { float:left; }
.right { float:right; }
.center { text-align: center; }
.pad0 { padding:0 !important; }
.pad { padding:20px !important; }
.pad-left { padding-left:5px !important; }
.pad-left20 { padding-left:20px !important; }
.pad-left40 { padding-left:40px !important; }
.pad_t5 { padding-top:5px !important; }
.pad_t20 { padding-top:20px !important; }
.pad_b20 { padding-bottom:20px !important; }
.pad_r20 { padding-right:20px !important; }
.pad_l20 { padding-left:20px !important; }
.pad_b { padding-bottom: 10px !important; }
.marg_pict { margin: 2px !important; }
.marg_r { margin-right:10px !important; }
.marg_r20 { margin-right:20px !important; }
.marg_l { margin-left:10px !important; }
.marg_b { margin-bottom:10px !important; }
.marg_b20 { margin-bottom:20px !important; }
.marg_t { margin-top:10px !important; }
.marg_t5 { margin-top:5px !important; }
.marg_r5 { margin-right:5px !important; }
.marg_t20 { margin-top:20px !important; }
.marg_t30 { margin-top:40px !important; }

strong, b { font-weight: 700; }
.thin { font-weight: 400; }
sup { text-transform:lowercase; }
small, .small {
    font-size: 90%;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.text-muted {
    color: #909090!important;
}
.separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body {
    font: 13px/1em 'Lato',sans-serif;
	width: 100%;
    height: 100%;
	margin:0;
	background-color: #f8f8f8;
	overflow-y: hidden;
}

a {
	text-decoration: none;
	cursor:pointer;
	color: #3a3a3a;
}
a:hover {
	color: #008ecc;
	text-decoration: none;
}

.fa-lien {
    font-size: 14px;
    line-height: 1;
    color: #cc3333;
    vertical-align: -15%;
}

.red { color: #cc3333; }
.white { color: #fff; }

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #cc3333;
}
::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #3a3a3a;
	cursor:pointer;
}
::scrollbar {
    width: 5px;
}
::scrollbar-track {
    background-color: #cc3333;
}
::scrollbar-thumb {
    background-color: #3a3a3a;
}
::scrollbar-thumb:hover {
    background-color: #3a3a3a;
	cursor:pointer;
}

H1, H2, H3, H4,H5, H6, p, a {
	-webkit-transition-property:all;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-property:all;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease-in-out;
	-o-transition-property:all;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-property:all;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:ease-in-out;
	transition-property:all;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	padding: 0;
    margin: 0;
}

h1, .h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
	color: #3a3a3a;
}

h2, .h2 {
    font-size: 22px;
	color: #3a3a3a;
	line-height: 30px;
    font-weight: 400;
	display: inline-block;
}

h3, .h3 {
	color: #3a3a3a;
	font-size: 18px;
    font-weight: 400;
    line-height: 1;
	padding: 0;
    margin: 0;
}

h4, .h4 {
	font-size: 1.2em;
    line-height: 1.3rem;
    color: #3a3a3a;
    font-weight: 600;
}
h6, .h6 {
	font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
	}
p {
	color: #3a3a3a;
	font-size: 1em;
    line-height: 130%;
	margin:0;
	font-weight:400;
}

.col100 {
    width: 96%;
    float: left;
	display: table;
	margin: 120px 2% 40px;
}
.col50 {
    width: 46%;
    float: left;
	display: table;
	margin: 0 2% 20px;
}
.col30 {
    width: 29.3%;
    float: left;
	display: table;
	margin: 0 2% 20px;
}

.bloc {
    background: #fff;
    border-radius: 20px;
    webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 5%), 0 1px 6px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 15px rgb(0 0 0 / 5%), 0 1px 6px rgb(0 0 0 / 5%);
	padding: 1.5rem;
	overflow: hidden;
}
.bloc.list {
    margin-bottom: 1rem;
	padding: 1.5rem;
}
.bloc.list:hover h2 {
    color: #008ecc;
}
.bloc.list a:hover h4 {
    color: #008ecc;
}
.bloc.w-25, .bloc.w-30 {
    margin-right:1%;
}
.bloc.w-25:last-child, .bloc.w-30:last-child  {
    margin-right:0;
}
.bloc.bloc-banner {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#008ecc),color-stop(#2e98c5),to(#39addf));
    background-image: linear-gradient(to right top,#008ecc,#2e98c5,#39addf);
    cursor: pointer;
	box-shadow: none;
	border-radius: 10px;
	padding: 1rem;
}
.bloc.bloc-inside {
    background-color: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
	box-shadow: none;
	border-radius: 10px;
	padding: 1rem;
	flex: 1;
}
.bloc-infos .bloc.bloc-inside {
	margin-right: 1rem;
}
.bloc-infos .bloc.bloc-inside:last-child {
	margin-right: 0;
}
footer {
    width: 100%;
    z-index: 100;
    position: relative;
	overflow: hidden;
	background: url(../img/separator.jpg) no-repeat, #fff;
    background-size: contain;
    background-position: left top;
	margin-top: 40px;
}
footer p, footer img {
    display: inline-block;
    vertical-align: middle;
}
footer p {
    font-size: 0.9em;;
	margin: 60px 4% 50px;
	color: #3a3a3a;
    line-height: 1;
}
footer a, #ml a {
    line-height: 1em;
    color: #3a3a3a;
}
footer a:hover, #ml a:hover {
    text-decoration:underline;
}

/* btn */

.btn  {
  display: inline-block;
  vertical-align: middle;
  background-color: #cc3333;
	color: #fff;
	text-align: center;
	border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;
}

.btn:hover, .btn:focus, .btn:active {
  background-color: #008ecc;
}

.btn-primary {
    background-color: #008ecc;
    border-color: #008ecc;
    color: #fff;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.selected {
  color: #fff;
  background-color: #4dbae9;
  border-color: #4dbae9;
}

.btn-small {
	padding: 0.25rem .75rem;
    font-size: .8rem;
    line-height: 1.3;
}
.btn-medium {
	padding: 0.75rem 1rem;
    font-size: .8rem;
}
.btn-large {
	line-height: 1.5;
    padding: 0.6rem 2.5rem;
	text-transform: uppercase;
}
.btn-drop {
	padding: 0.25rem 1.75rem 0.25rem .75rem;
    font-size: .8rem;
    line-height: 1.3;
	width: 100%;
}
.caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.btn-drop .caret {
	border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	bottom: 9px;
    right: 10px;
	}
.form-group {
    margin: 0;
    border: none;
    padding: 12px 15px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
	width: 100%;
    max-width: 350px;
}

.input-group-addon {
    text-align: center;
    background-color: #fafcfd;
	border-radius: 3px;
	border-radius-top-left: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #e3ecf1;
	border-right: 0;
	display: table-cell;
	width: 40px;
}
.input-group-addon i {
    color: #008ecc;
}

input {
    color: #3a3a3a;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #e3ecf1;
    background: #fafcfd;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
::-webkit-input-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
	}

input:focus {
  border-color: #008ecc;
}

.form-control {
	position: relative;
  vertical-align: top;
  border: 1px solid #e3ecf1;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #3a3a3a;
  outline: none;
  height: 28px;
  width: 100%;
  border-radius: 5px;
      padding: 5px 10px;
	  font-size: 12px;
    font-weight: 400;
  }

  .form-control[rows] {
	height: auto;
  }

.sidebar {
    z-index: 1040;
	width: 110px;
    height: 100vh;
	background: rgb(1,107,151); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(1,107,151,1) 0%, rgba(77,188,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(1,107,151,1) 0%,rgba(77,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(1,107,151,1) 0%,rgba(77,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016b97', endColorstr='#4dbcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 3px 20px rgb(0 0 0 / 30%), 0 2px 10px rgb(0 0 0 / 20%);
	overflow-x: auto;
}
.logo {
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	}

.sidebar .main-menu ul {
    padding-left: 0;
    list-style: none;
	margin-top: 0;
}
.sidebar .main-menu ul li {
    position: relative;
}
.sidebar .main-menu ul li a {
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
	text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    transition: color .3s;
    transition: background .3s;
}
.sidebar .main-menu ul li:hover a {
    background-color: #cc3333;
}
.sidebar .main-menu ul li i {
    font-size: 24px;
    line-height: 40px;
}
.sidebar .logo.active {
    background-color: #cc3333;
}
.sidebar .main-menu ul li.active a {
    background-color: #cc3333;
}

/* header */

.container-header {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
}
.container-master {
    flex: 1;
	overflow-y: auto;
}
.max-height {
    max-height: 100vh;
}
.header {
    background: #fff;
    padding: 1.5rem 2rem;
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.25);
	-webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.25);
	box-shadow: 0 5px 5px rgba(182, 182, 182, 0.25);
    justify-content: space-between;
}
.header.hide {
    background: #fff;
    padding: 1.5rem 2rem 0;
    box-shadow: none;
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 110px;
	top : 0;
    z-index: 1030;
}
.header .header-left {
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.header .header-right {
	text-align: right;
}
.header .header-right i {
   font-size: 1rem;
}
.header .header-right .user-button {
    background: #f8f8f8;
    border: initial;
    font-size: .8rem;
    color: #8f8f8f;
    padding: 0.5rem 1rem;
	margin-left: 0.5rem!important;
	border-radius: 20px;
	line-height: 1.6;
	cursor: pointer;
}
.header .header-right .user-button:hover {
    color: #3a3a3a;
}
.breadcrumb {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.breadcrumb > li {
	display: inline-block;
  color: #666;
}
.breadcrumb > li.crumb-link a {
  color: #3a3a3a;
	font-weight: 700;
}
.breadcrumb > li.crumb-link a:hover {
  color: #008ecc;
}
.breadcrumb > li.crumb-active > a {
  color: #666;
  font-size: 18px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.search {
    position: relative;
	display: inline-block;
    width: 230px;
    border-radius: 20px;
    background: #f8f8f8;
}
.search.small {
    width: 180px;
    border-radius: 20px;
    background: #fff;
}
.search .search-icon {
    font-size: 1rem;
    color: #008ecc;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -14px;
    right: 3px;
    text-align: center;
    cursor: pointer;
}
.search.small .search-icon {
    font-size: 0.9rem;
    width: 25px;
    height: 25px;
    bottom: -6px;
}
.search input {
    border: initial;
    background: transparent;
    outline: initial!important;
    padding: 0.5rem 1rem;
    line-height: 1.6;
    font-size: .8rem;
    width: 93%;
    color: #3a3a3a;
}
.search.small input {
    padding: 0.25rem 0.75rem;
    line-height: 1.3;
}
.header .user {
    position: relative;
	display: inline-block;
	color: #3a3a3a;
	margin-left: 1rem;
}
.header .user a {
	color: #3a3a3a;
}
.header .user a:hover {
	color: #008ecc;
}
.box-submenu {
	background: #fff;
    padding: 1rem 2rem 1.5rem;
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.25);
	-webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.25);
	box-shadow: 0 5px 5px rgba(182, 182, 182, 0.25);
	z-index: 9;
}
.box-buttons {
    justify-content: space-between;
}
.box-buttons-left {
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.box-buttons-right {
    text-align: right;
}
.sub-menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
	margin-top: 20px;
}
.sub-menu button {
    width: 100%;
    position: relative;
    display: inline-block;
}
.sub-menu button .caret {
    height: 40px;
    bottom: -20px;
    right: 15px;
}
.dropdown {
    width: fit-content;
    position: relative;
	display: inline-block;
	width: 200px;
}
.sub-menu .dropdown {
    position: relative;
    width: 19%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
	margin-right: 1%;
}
.sub-menu .dropdown:last-child {
	margin-right: 0;
}
.dropdown-menu {
    position: absolute;
    will-change: transform;
	top: 0;
	left: 0;
	z-index: 1000;
	transform: translate3d(0px, 22px, 0px);
	border-radius: 0.75rem;
	border: 1px solid #e2e2e2;
	font-size: .9rem;
    background: #fff;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
	color: #3a3a3a;
    text-align: left;
    list-style: none;
	box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
	min-width: 200px;
}
.sub-menu .dropdown-menu {
    position: absolute;
    will-change: transform;
	top: 0;
	left: 0;
	z-index: 1000;
	transform: translate3d(0px, 40px, 0px);
	border-radius: 0.75rem;
	border: 1px solid #e2e2e2;
	font-size: .9rem;
    background: #fff;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
	color: #3a3a3a;
    text-align: left;
    list-style: none;
	box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}
.dropdown-menu.show {
    display: block;
	max-height: 500px;
	overflow: auto;
}
.dropdown-item {
    display: block;
    padding: 0.25rem 0.75rem;
    clear: both;
    font-weight: 400;
    color: #3a3a3a;
    text-align: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
	font-size: 12px;
}
.sub-menu .dropdown-item {
	font-size: 13px;
	padding: 0.5rem 1rem;
}
.dropdown-item:hover
{
	text-decoration:none;
	background-color:#f3f3f3;
}
.dropdown-item:focus, .dropdown-item:active, .dropdown-item.selected
{
	color: #fff;
	background-color:#cc3333;
}

main {
    /*margin-left: 145px;
    margin-top: 215px;
    margin-right: 30px;
    margin-bottom: 40px;*/
}
.container-fluid {
    width: 100%;
    padding: 1.5rem 2rem;
    margin-right: auto;
    margin-left: auto;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    border-bottom: 2px solid #cc3333;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
	display: block;
	font-size: 15px;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    font-weight: 400;
    color: #008ecc;
	border-radius: 0.5rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #008ecc;
    border-bottom: 0;background: #fff;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
	color: #fff;
    background-color: #cc3333;
    border: 1px solid #cc3333
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #cc3333;
    border: 1px solid #cc3333;
}
.tab-content {
    border-radius: 0.75rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
	padding: 20px;
}
.top-right-button-container {
    float: right;
    position: relative;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*==================================================================
  Radio/Checkboxes
-===================================================================*/
.option {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
	font-weight: 400;
    color: #3a3a3a;
	line-height: 1.3;
    font-size: 14px;
}
.option > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.checkbox,
.radio {
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  background: #fff;
  display: inline-block;
  border: 2px solid #008ecc;
  height: 18px;
  width: 18px;
  top: 4px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.checkbox:before,
.radio:before {
  content: '';
  display: none;
}

span.radio.disabled {
  cursor: initial;
  opacity: 0.6;
}
input:checked + .checkbox:before,
input:checked + .radio:before,
.checked + .radio:before,
.checked + .checkbox:before {
  display: block;
}
.checkbox:before {
  position: absolute;
  top: 3px;
    left: 3px;
    width: 5px;
    height: 3px;
    border: solid #888;
    border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input:checked + .checkbox,
input:checked + .radio,
.checked + .checkbox,
.checked + .radio {
  border: 2px solid #888;
}
.radio {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.radio:before {
  margin: 4px;
  width: 6px;
  height: 6px;
  background: #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/*==================================================================
  Radio/Checkboxes:hover state
===================================================================*/
input:not([disabled]):hover + .checkbox,
input:not([disabled]):hover + .radio {
  border-color: #cc3333;
}
/*==================================================================
  Radio/Checkboxes:focus state
-===================================================================*/
input:focus + .checkbox,
input:focus + .radio {
  border-color: #cc3333;
}
input:focus + .radio:before {
  background: #cc3333;
}
input:focus + .checkbox:before {
  border-color: #cc3333;
}

/*==================================================================
  Checkbox/Radio Confliction fixes
===================================================================*/
.radio,
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  top: 0;
  vertical-align: bottom;
}
.checkbox:after,
.checkbox:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
input:hover + .checkbox,
input:hover + .radio {
  border-color: #cc3333;
}
input:checked + .checkbox,
input:focus + .checkbox,
input:checked + .radio,
input:focus + .radio,
.checked + .checkbox,
.checked + .radio {
  border-color: #cc3333;
}
input:checked + .radio:before,
input:focus + .radio:before,
.checked + .radio:before {
  background: #cc3333;
}
input:checked + .checkbox:before,
input:focus + .checkbox:before,
.checked + .checkbox:before {
  border-color: #cc3333;
}

.append-icon,
.prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.append-icon .field-icon,
.prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 32px;
  color: #8d9499;
  line-height: 30px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.append-icon .field-icon span,
.prepend-icon .field-icon span {
  position: relative;
  font-size: 14px;
}
.prepend-icon .field-icon {
  left: 0;
}
.append-icon .field-icon {
  right: 0;
}
.prepend-icon > input,
.prepend-icon > textarea {
  padding-left: 30px;
}
.append-icon > input,
.append-icon > textarea {
  padding-right: 36px;
  padding-left: 10px;
}
.append-icon > textarea {
  padding-right: 36px;
}
.field-icon span {
  position: relative;
}
.field-icon.loupe {
  width: 32px;
  height: 30px;
  color: #bf2f00;
  line-height: 30px;
}
.field-icon.loupe span {
  font-size: 16px;
  color: #bf2f00;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
}
/*==================================================================
 Form Textarea
===================================================================*/

.gui-textarea {
  position: relative;
  vertical-align: top;
  border: 1px solid #e3ecf1;
  color: #3a3a3a;
  outline: none;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  resize: none;
  overflow: auto;
  height: 70px;
  transition-duration: 0.3s;
  font-size: 13px;
  background-color: #fff;
}
.gui-textarea:focus {
  height: 120px;
  border: 1px solid #008ecc;
  transition-duration: 0.3s;
  background: #fff;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #3a3a3a;
  border-radius: 5px;
}
.primary {
    background-color: #008ecc;
}
.success {
  background-color: #3e884f;
}
.danger {
  background-color: #dc3545;
}
.warning {
    background-color: #ffc107;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.contain-blocs {
  gap: 1rem;
}
.contain-blocs>div {
 flex: 1;
}
.container1 {
    flex-grow: 0;
	max-height: 100vh;
	z-index: 1040;
}
.container2 {
    flex-grow: 1;
	z-index: 1;
	overflow: hidden;
}
.box-pagination {
	justify-content: space-between;
	}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
	margin: 0;
}
.pagination .page-item {
    padding: 6px 3px;
}
.pagination .page-item .page-link {
	position: relative;
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 1;
    font-size: .8rem;
	outline: initial!important;
    -webkit-box-shadow: initial!important;
    box-shadow: none!important;
    border-radius: 40px!important;
    text-align: center;
    padding: 0.55rem 0;
	background-color: transparent;
    border: 1px solid transparent;
	font-weight: 600;
}
.page-item.active .page-link {
    background: transparent;
    border: 1px solid #008ecc;
    color: #008ecc;
}
.page-item:hover .page-link {
    background: transparent;
    border: 1px solid #008ecc;
    color: #008ecc;
}
.page-item.disabled .page-link {
    border: initial;
    color: #d7d7d7;
    background: transparent;
}
.table thead tr th {
    vertical-align: middle;
    text-align: left;
}


@media (max-width: 1024px)
  {

}

@media only screen and (max-width: 768px)
	{
}

@media only screen and (max-width: 640px)
	{

  }

@media only screen and (max-width: 480px)
	{

  }

@media only screen and (max-width: 380px)
	{

  }

@media only screen and (max-width: 320px)
	{

  }

.abroge {
	text-decoration: line-through;
}

.modified {
	--data-background-color: #ffc107;
}