.btn {
  min-width: 190px;
  height: 40px;
  border-radius: 5px;
  border-color: none;
  border: 0px;
  line-height: 25px; }

.btn-primary {
  font-weight: bold;
  background-color: #ffd000; }

.btn-primary:hover {
  background-color: #ffe77f; }

.btn-primary:active {
  background-color: #e7b401 !important; }

.btn-primary:focus {
  box-shadow: none !important; }

.btn-primary.disabled {
  background-color: #c9c9c9 !important;
  color: #58595b !important; }

.btn-primary:disabled {
  background-color: #c9c9c9 !important;
  color: #58595b !important; }

.btn-secondary {
  border: 1px solid #333333 !important;
  color: #333333 !important;
  font-weight: bold;
  background-color: #ffffff !important; }

.btn-secondary:hover {
  color: #333333 !important;
  border-color: #333333 !important; }

.btn-secondary:active {
  /*background-color: #3291D1!important;*/
  color: #ffffff !important; }

.btn-secondary:focus {
  box-shadow: none !important; }

.btn-secondary.disabled {
  background-color: #ffffff !important;
  color: #333333 !important; }

.btn-info {
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #66c2eb;
  background-color: #ffffff;
  color: #66c2eb !important; }

.btn-info:hover {
  border: 2px solid #85ceef;
  cursor: pointer;
  background-color: #ffffff; }

.btn-info:active {
  border: 2px solid #85ceef;
  color: #85ceef !important;
  background-color: #ffffff !important; }

.btn-info:focus {
  box-shadow: none !important; }

.btn-info.disabled {
  background-color: #ffffff !important;
  border: solid 2px #565656 !important;
  color: #565656 !important; }

.btn-check {
  min-width: 0 !important;
  margin-top: 10px;
  margin-bottom: 20px; }

.scrollcss::-webkit-scrollbar {
  width: 10px !important;
  border-radius: 5px !important;
  background-color: #c9c9c9 !important; }

.scrollcss::-webkit-scrollbar-thumb {
  width: 10px !important;
  border-radius: 5px !important;
  background-color: #e6e6e6 !important; }

/*FIN SPEC CHARTE MAEVA*/
body {
  font-size: 14px;
  color: #336575;
  font-family: QuickSand !important;
  margin: 0;
  width: 100%; }

.block_login {
  width: 100%;
  opacity: 0.9;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px; }

.block-champ {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  /*position:  absolute;*/ }

.block-champ > label {
  font-size: 20px;
  color: #003e52; }

.block-champ > img {
  width: 60%; }

.block-champ > input[type='text'], .block-champ > input[type='password'], .block-champ > input[type='email'] {
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2px #707070;
  margin: 0 auto; }

.block_souvenir_de_moi {
  margin-left: 10%; }

#auth_page {
  background-image: url("../../images/fond_page_connexion.jpg");
  /*background-position: bottom;*/
  background-repeat: no-repeat;
  background-size: cover; }

.marge-20 {
  margin-top: 20px; }

.marge-30 {
  margin-top: 30px; }

#cadreForm {
  margin-top: 100px; }

/*HEADER*/
header {
  width: 100%;
  margin: 0;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }

#header-super-container {
  display: block;
  width: 90%;
  margin: auto;
  height: auto; }

#header-logo-container > img {
  margin-top: 10px;
  max-height: 60px;
  margin-bottom: 10px;
  position: relative; }

#header-btn-logout {
  margin-top: 10px;
  float: right; }

#header-btn-logout > a {
  color: #003e52;
  float: right;
  font-size: 14px; }

#header-btn-logout > label {
  font-size: 20px;
  cursor: initial;
  color: #003e52; }

.btn-logout:hover {
  text-decoration: none;
  color: #003e52; }

@media (min-width: 1200px) {
  .container {
    max-width: 90%; } }
.container {
  padding-top: 20px; }

.menu-dashboard {
  padding-top: 30px;
  display: block;
  font-size: 1.1rem;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  padding-bottom: 20px;
  color: #003e52; }

.menu-dashboard:hover {
  background-color: #b2e0f5;
  color: #003e52; }

.menu-dashboard > i {
  font-size: 50px; }

#carousel-header {
  background-color: #ffd000;
  height: 40px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding-top: 10px; }

#carousel-header > label {
  margin-bottom: 0;
  cursor: inherit; }

.carousel-indicators li {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  border-top: none;
  border-bottom: none;
  opacity: .5;
  transition: opacity .6s ease; }

#nav_onglets {
  width: auto;
  line-height: 30px;
  margin-bottom: 15px; }

#nav_onglets > ul {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff; }

.main-menu {
  font-size: 14px;
  font-weight: bold !important;
  color: #003e52 !important; }

#onglets > li.nav-item.active:first-child {
  background-color: #66c2eb;
  border-radius: 5px 0px 0px 5px; }

#onglets > li.nav-item.active {
  background-color: #66c2eb; }

#onglets > li.nav-item.active:last-child {
  background-color: #66c2eb;
  border-radius: 0px 5px 5px 0px; }

.required:after {
  content: '*';
  color: red;
  font-weight: bold; }

.required2:after {
  content: '**';
  color: red;
  font-weight: bold; }

/*btn formulaire radio / checkbox*/
.btn-group {
  padding: 0; }

.btn-group .btn {
  background-color: white;
  color: #b2e0f5;
  box-shadow: 1px 1px 5px #999;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px; }

.btn-group .active {
  background-color: #85ceef !important;
  color: #003e52; }

.btn.btn-radio {
  height: unset !important;
  min-width: 50px !important;
  font-size: 13px;
  font-weight: bold;
  color: #003e52; }

.btn.btn-check {
  height: 80px !important;
  width: 80px !important;
  margin-left: 10px;
  margin-right: 10px; }

.btn.btn-check > i {
  font-size: 70px; }

.label-btn-check-i {
  margin-top: -15px;
  margin-bottom: 10px;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  color: #003e52; }

.label-btn-check-i.disabled {
  color: #b2e0f5; }

/*surcharge bootstrap pour charte maeva*/
input[type='text'] {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  padding-right: 20px;
  padding-left: 20px;
  height: 40px !important;
  color: #003e52;
  background-color: #ffffff !important; }

input, select {
  margin-top: 10px;
  margin-bottom: 20px;
  min-width: 100px;
  font-size: inherit; }

input:focus {
  box-shadow: none !important; }

select:focus {
  box-shadow: none !important; }

label {
  margin-bottom: 0; }

.input-group-prepend {
  margin-top: 10px; }

.cadre-form {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff; }

.gutter-left {
  margin-left: 15px; }

.gutter-right {
  margin-right: 15px; }

.titre_bloc {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #66c2eb; }

.btn.btn-add {
  width: 40px;
  height: 40px;
  padding: 5px;
  min-width: 0;
  margin-bottom: 10px;
  background-color: #003e52;
  color: white; }

.label-group {
  display: flex; }

.label-group > label {
  height: 20px;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 10px; }

.input_plus_moins {
  margin-top: 0 !important; }

.plus_moins, .plus_moins:focus, .plus_moins:hover, .plus_moins:active {
  -moz-appearance: textfield;
  border: none;
  outline-style: none;
  box-shadow: none;
  width: 50px;
  margin-bottom: 0px;
  font-family: QuickSand !important;
  text-align: center;
  padding-left: 12px;
  height: 30px;
  vertical-align: top;
  user-select: none; }

.btn-plus, .btn-moins {
  user-select: none; }

.form-check-css {
  display: block !important;
  position: absolute;
  margin-left: 7px;
  border: 1px solid #003e52;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%); }

.table-mandats {
  height: auto;
  padding: 5px 5px 5px 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 10px 10px; }

.table-mandats thead th:first-child {
  border-radius: 10px 0px 0px 0px; }

.table-mandats thead th:last-child {
  border-radius: 0px 10px 0px 0px; }

.table-mandats thead {
  background-color: #003e52;
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 0px; }

.table-mandats tbody tr:first-child td {
  border-top: none; }

.table-mandats tbody td:first-child {
  padding: 0;
  margin-bottom: 0;
  color: fff;
  width: 30px; }

.table-mandats tbody td:first-child.les_annonces {
  padding: 0.75rem; }

.table-mandats.table-doc-lot tbody td:first-child {
  color: #003e52;
  width: auto; }

.table-mandats thead tr th label {
  color: fff; }

.table-mandats thead th {
  border-bottom: none; }

.table-mandats > thead a {
  color: white; }

.table-mandats > thead a:hover {
  text-decoration: none; }

.table-mandats tbody tr td a {
  color: #003e52; }

.table-reservations {
  height: auto;
  padding: 5px 5px 5px 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 10px 10px; }

.table-reservations thead th:first-child {
  border-radius: 10px 0px 0px 0px; }

.table-reservations thead th:last-child {
  border-radius: 0px 10px 0px 0px; }

.table-reservations thead {
  background-color: #003e52;
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 0px; }

.table-reservations tbody tr:first-child td {
  border-top: none; }

.table-reservations.table-doc-lot tbody td:first-child {
  background-color: fff;
  color: #003e52;
  width: auto; }

.table-reservations thead tr th label {
  color: fff; }

.table-reservations thead th {
  border-bottom: none; }

.table-reservations > thead a {
  color: white; }

.table-reservations > thead a:hover {
  text-decoration: none; }

.table-reservations tbody tr td a {
  color: #003e52; }

#form_search {
  display: none; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.select2-container--default .select2-selection--multiple {
  min-height: 40px;
  padding-top: 5px; }

.select2-container--default .select2-selection--single {
  height: 40px;
  padding-top: 5px; }

.select2-container--default .select2-selection--multiple:focus {
  height: 40px;
  padding-top: 5px;
  outline: none;
  border: 1px solid #66c2eb; }

.select2-container--default .select2-selection--single:focus {
  height: 40px;
  padding-top: 5px;
  outline: none;
  border: 1px solid #66c2eb; }

.select2-search__field:focus {
  outline: none;
  border: 1px solid #66c2eb; }

.select2-container {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.select2-selection__rendered {
  font-weight: normal;
  font-size: 14px; }

.table-mandats tbody > tr > td > .les_annonce {
  background-color: #ffffff;
  padding: .75rem; }

.certification {
  background-color: #66c2eb;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%; }

.annonce {
  background-color: #ff6b6b;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%; }

input[type='text'].rdv_planifie {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

.alert-success {
  display: block; }

.modal-xlarge {
  min-width: 500px !important;
  width: 90% !important;
  max-width: 90% !important; }

.modal-large {
  min-width: 500px !important;
  width: 80% !important;
  max-width: 80% !important; }

.modal-xmedium {
  max-width: 700px !important; }

.modal-medium {
  max-width: 500px !important; }

.modal-small {
  max-width: 350px !important; }

input[type='radio']:checked + label::before {
  left: 8px; }

.picto_ko {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #c43131; }

.picto_ok {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #22bf03; }

.picto_na {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #ffd000; }

.picto_ne {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #99b2ba; }

.add_row {
  height: 28px;
  width: 28px;
  border-radius: 5px;
  border-color: none;
  border: 0px;
  line-height: 25px; }

.del_row {
  height: 28px;
  width: 28px;
  border-radius: 5px;
  border-color: none;
  border: 0px;
  line-height: 25px; }

input[type='checkbox'].check_menage {
  display: block;
  min-width: 0;
  width: auto;
  margin-left: 0; }

#select_all {
  display: block;
  min-width: 0;
  width: 15px; }

.table-menages {
  white-space: nowrap;
  width: 100%;
  height: auto;
  padding: 5px 5px 5px 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 10px 10px; }

.table-menages thead th:first-child {
  border-radius: 10px 0px 0px 0px; }

.table-menages thead th:last-child {
  border-radius: 0px 10px 0px 0px; }

.table-menages thead {
  background-color: #003e52;
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 0px; }

.table-menages tbody tr:first-child td {
  border-top: none; }

.table-menages.table-doc-lot tbody td:first-child {
  background-color: fff;
  color: #003e52;
  width: auto; }

.table-menages thead tr th label {
  color: fff; }

.table-menages thead th {
  border-bottom: none; }

.table-menages > thead a {
  color: white; }

.table-menages > thead a:hover {
  text-decoration: none; }

.table-menages tbody tr td a {
  color: #003e52; }

.table-icon {
  display: inline-flex; }

.table-icon > a {
  margin-left: 3px; }

.bloc_export {
  float: right; }

.bloc_export > a {
  margin-left: 5px; }

input[type='text']:disabled {
  background-color: #c6c6c6 !important; }

#google_maps {
  height: 360px; }

.input-group-append {
  display: block;
  margin-top: 10px; }

#form_block {
  margin-bottom: 180px; }

#tableau_score {
  height: 180px;
  z-index: 1000;
  position: fixed;
  background-color: white;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center; }

#tableau_score > table > tbody > tr > th {
  background-color: #003e52;
  color: white; }

#tableau_score > table > tbody > tr > th.table-green {
  background-color: rgba(49, 196, 20, 0.6);
  color: #003e52; }

.table {
  height: auto; }

.btn-export {
  background-color: #ffd000;
  border-radius: 25px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

.table-responsive input[type=checkbox] {
  margin: 0; }

.icon_certif {
  margin-right: 5px; }

.form-check {
  margin-bottom: 6px; }

.text-danger {
  color: #ea2525; }

.g-recaptcha > div {
  margin: auto; }

.progress-bar {
  background-color: #66c2eb !important;
  height: 1rem; }

.progress-bar-point {
  padding-top: 10px;
  padding-left: 15px;
  color: #d1d1d1;
  background-color: #FFFFFF !important;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  position: absolute;
  margin-top: -12px;
  z-index: 1;
  height: 40px;
  width: 40px; }

.progress-bar-point.active {
  background-color: #66c2eb !important;
  border: 1px solid #66c2eb !important;
  color: #FFFFFF; }

.progress-bar-point-1 {
  left: 0%; }

.progress-bar-point-2 {
  left: calc(50% - 20px); }

.progress-bar-point-3 {
  left: calc(100% - 20px); }

.progress-bar-point > i {
  padding-top: 4px;
  margin-left: -2px; }

#bloc_cb > div > div {
  text-align: center; }

.badge-danger {
  margin-left: 5px;
  background-color: #d9534f; }

.has-error {
  border: 1px solid #ea2525 !important;
  border-radius: 4px; }

.legende {
  margin-right: 3px;
  height: 25px;
  width: 50px; }

.legende-top {
  margin-right: 3px;
  height: 5px;
  width: 50px; }

.label-legende {
  display: inline-block; }

.legende.bg-occ_pro {
  background-color: #ffdbdb !important; }

.legende.bg-resa_client {
  background-color: rgba(0, 0, 0, 0.05); }

.legende.bg-mandat_conciergerie {
  background-color: #EFE807 !important; }

::-webkit-scrollbar {
  width: 14px !important;
  height: 14px !important; }

#map {
  height: 400px; }
