@font-face {
    font-family: 'Inter';
    font-style: normal;
    src: url('../fonts/WEVENN/Inter_18pt-Regular') format('ttf');
}
@font-face {
    font-family: 'Inter';
    font-style: bold;
    src: url('../fonts/WEVENN/Inter_18pt-Bold') format('ttf');
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    src: url('../fonts/WEVENN/Inter_18pt-Italic') format('ttf');
}
body {
    font-family: 'Inter', sans-serif;
}
#conteneurMi {
    font-family: 'Inter', sans-serif;
}
a {
	color: #2366ED;
}
a:hover {
	color: #00c8da;
}
.btn-primary, .btn-primary:focus {
    background-color: #2366ED;
}
.dateStatusAnnonce {
	font-weight: 100;
	font-size:10px;
	margin-top:3px;
}
.navbar,
.login-container .block-flat .header,
.cl-vnavigation .selected:hover a,
.sign-up-container .block-flat .header,
.colored-header .modal-header,
.md-dark .modal-header{
  background-color: #1E31A1 !important;
}
.cl-vnavigation .parent ul li.active a, .cl-vnavigation .active > a {
  border-left: 1px solid #1E31A1 !important;
}
.sign-up-container .block-flat .header {
  border-bottom: 1px solid #1E31A1 !important;
}
.fc-event, .external-event {
  background: #1E31A1 !important;
  border-color: #1E31A1 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #2366ED !important;
  color: #fff !important;
}
.navbar-default .navbar-brand {
    background: url(../images/logo-weavenn.png) no-repeat 0 8px;
	padding-left: 39px;
}
.loaderMi {
    background-image:url(../images/loaderMR_tiny2.gif) !important;
}
.chargement {
    background-image:url(../images/loaderMR_tiny2.gif) !important;
}
.loaderMi {
    background-image:url(../images/loaderMI_tiny2.gif) !important;
}

.btn-success {
    background-color: #0ECC83;
}

.breadcrumb > .active {
    color: #2366ED;
}


.dropdown-header {
    color: #2366ED;
}
.login-container {
    background-color: #2366ED;
}
div.navbar-collapse ul.navbar-right .button > ul:nth-child(2) > li:nth-child(1) > div:nth-child(1){
    height: 200px;
}
.logoMp_small_130 {
    height: 20px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #2366ED;
}

.gritter-top, .gritter-item, .gritter-bottom {
    background: #2366ED;
}
a:hover {
    color: white;
}
th {
    color: #2366ED;
}

a:hover {
    color: initial;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
    background: #2366ED;
}
#repricer_title {
    max-width: 250px;
}

#gritter-notice-wrapper {
    position: relative !important;
    margin-left : 80% !important;
    width : 20% !important;
}
.boxPricingDesactive {
    display: block;
    margin-top: 8px;
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}