body {
    margin: 0;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size:12px;
    line-height: 1.5;
}

.form-control:focus {
    box-shadow:none;
    border-color:#ced4da;
}

.lime {
    cursor:pointer;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input[type=checkbox] {
    -border-radius: 4px;
    height: 12px;
    width: 12px;
    background: #fff;
    border: 1px solid #212529;
}

input[type="checkbox"]:checked {
    background: #fff;
    border: 1px solid #00337E;
    color: #99a1a7;
}

input[type="checkbox"]:checked:after {
    content: '\2713';
    font-size: 14px;
    position: absolute;
    top: -5px;
    left: 0px;
    color: #00337E;
    font-weight:bold;
}

header {
    height: 50px;
    z-index:1000;
}
header .title {
    padding-left:0;
}

header .title .logo{
    display:block;
    height:50px;
}

header .title .logo .logoimage {
    float: left;
    height: 40px;
    padding: 14px 0;
    margin:0px 5px;
}

header .maintitle{
    font-size: 20px!important;
    color:#000!important;
    font-weight:400;
    height:50px;
    padding-top:10px;
}

header .auth {
    text-align:right;
}

.auth .user {
    font-size: 22px;
    height:30px;
    color:green;
}

.auth .unco, .ajustCardAuth .unco {
    color:red;
}

.loginbutton {
    float: right;
    height: 50px;
    padding-top: 15px;
    text-align: right;
    margin-left: 10px;
}

.loginpicto {
    float: right;
    height: 50px;
    padding-top: 14px;
}

header .form {
    text-align:center;
}

.ajustCardAuth
{
    padding : 0px;
    margin-top : 50px;
}

a.login {
    height:30px;
    padding : 8px 10px;
    font-weight:600;
    line-height: 18px;
    text-align:center;
    background-color:rgba(0, 0, 0, 0.1);
    border-bottom-color:rgb(0, 0, 0);
    border-top-color:rgb(0, 0, 0);
    border-radius: 4px;
    color:#000;
}

a.login:hover {
    text-decoration:none;
    background-color:rgba(0, 0, 0, 0.15);
}

#content {
    margin:0 !important;
}

.pull-right {
    text-align: right;
}

.bd-sidebar {
    background-color:#efeff1;
    padding-right:0px;
    padding-bottom:10px;
}

.bd-sidebar h4 {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 600!important;
    line-height: 1.5;
    padding:5px 5px 1px 5px;
    margin:5px;
}
.bd-sidebar h5::first-letter {
    text-transform: capitalize;
}
.bd-sidebar h5 {
    font-size: 14px;
    font-weight: 600!important;
    line-height: 1.5;
    padding:5px;
    margin-bottom:0px!important;
    margin-top: 10px;
    color:#00337E;
}

.bd-sidebar .form-check {
    margin-left:10px;
}

.bd-sidebar .form-check-label {
    margin-bottom: 0;
    padding-top: 3px;
    width: 90%;
}

.bd-sidebar .form-check span
{
    width : auto;
}

.form-check-label .pull-right {
    width:40%;
}

.form-check-label .bg-info {
    background-color: #00337E!important;
}

.bd-content {
    padding: 0!important;
}

main .tabs
{
    margin-top : 10px;
}

main .submenu {
    height:40px;
    font-size:14px;
    line-height:27px;
    text-align:center;
    z-index : 5;
}

.submenu button
{
    color : #00337E;
    background-color : transparent;
    border : none;
}

.submenu li:hover:not(.select)
{
    color : #00337E;
    background-color : #f4f4f4;
    border : none;
}

.submenu .select
{
    background-color: #00337E !important;
    height : 100%;
}

.submenu .select>button
{
    color : white !important;
}

.resultCount {
    height:55px;
    background-color:#fff;
    /*border-bottom: 1px solid rgb(217, 217, 222);*/
    padding:10px 0 10px 20px;
    margin-top : -10px;
}

.badgeCustom
{
    color : #00337E;
    background-color : rgba(0, 166, 255, 0.23);
    padding: 3px 6px 3px 6px;
    font-size: 10px;
    margin-right : 10px;
}

.deleteFilter
{
    color : #00337E;
    margin-right : 5px;
    font-size : 12px;
    cursor : pointer;
}

.result {
    margin-left:20px;
    padding-left:12px;
    font-size:14px;
    margin-top:20px;
}

.result .resulttext {
    border-left:4px solid #00337E;
}

.result .resulttext .urlText
{
    color: rgb(0, 128, 0);
    clear: both;
    padding-top: 5px;
    font-style : italic;
    font-size: small;
}

.result h3
{
    font-size:19px;
    font-weight:500;
    margin:10px 0 0 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.result h3 a {
    color:#00337E;
}

.result h3 a:hover {

}

.resultimg {
    margin:auto 0;
}

.resultimg a img {
    cursor: pointer;
}

.result .snippet {
    margin-bottom:5px;
}

.highlight {
    background-color : rgba(0, 72, 255, 0.31);
    font-style:italic;
    font-weight: 600;
    color:#00337E;
}

.result .meta {
    color:rgb(0, 128, 0);
    clear:both;
    padding-top: 5px;
}

.result .colors {
    padding-top: 5px;
}

.result .imgcs {
    width:95%;
}

.result .cercle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    float:left;
}

.result .badge, .result .cercle {
    margin-right:5px;
}

.result .badge-primary {
    background-color: #00337E!important;
    opacity: 0.5;
}

.result .badge-success {
    background-color:rgb(0, 128, 0);
    opacity:0.5;
}

.result .resultmap {
    border:1px solid #00337E;
    border-radius: .25rem!important;
}

.modal-content {
    width:auto;
	margin:0 auto;
}

.bd-sidebar-right {
    background-color:#fafafa;
    padding-left:0!important;
}

.sidebar-filter {
    height:40px;
    border-bottom: 1px solid rgb(217, 217, 222);
    border-top: 1px solid rgb(217, 217, 222);
}

.showMoreFilters, .showLessFilters
{
    color : #00337E;
    margin-right: 10%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -10px;
    cursor : pointer;
}

.hideFilter
{
    display : none;
}

.navPagination
{
    position : relative;
}

.navPagination .pagination
{
    width : auto;
    margin-top : 50px;
    margin-left:10px;
    position : absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navPagination .pagesAvis
{
    width : 100% !important;
    margin : 20px 0px 0px 0px;
}

.navPagination .pagesAvis .leftArrow
{
    position : absolute;
    left : 0px;
    margin-left : 10px;
}

.navPagination .pagesAvis .rightArrow
{
    position : absolute;
    right : 0px;
    margin-right : 10px;
}

.pagination .currentPage
{
    color : lightgrey;
}

.avis
{
    margin-top : -5px;
    padding:10px;
}

.avis .user
{
    margin-top : 10px;
    color: #00337E;
}

.avis .card
{
    margin-top : 5px;
    margin-bottom: 10px;
    cursor:pointer;
}

.opinionTitle
{
    font-weight : bold;
    font-size : 12px;
    margin-bottom:5px;
}

/*Suggest*/
#suggest {
    position: absolute;
    z-index: 9;
    border: 1px solid #ccc;
    border-top: 0;
}

#suggest .list-group-item {
    cursor: pointer;
    text-align:left;
    border:none;
    padding:5px;
}

#suggest .active {
    background-color:#00337E;
}