a:hover {
  color: #000;
  text-decoration: none;
}
* {
  font-family: Raleway, sans-serif;
}
#example,
.features-boxed .intro p {
  margin-bottom: 0;
}
.features-boxed {
  color: #313437;
  background-color: #eef4f7;
}
.features-boxed p {
  color: #7d8285;
}
.features-boxed h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.features-boxed .features {
  padding: 50px 0;
}
.features-boxed .item {
  text-align: center;
}
.features-boxed .item .box {
  text-align: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px;
}
.features-boxed .item .name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit;
}
.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.breadcrumb {
  padding: 0;
  background: white;
  overflow: hidden;
  font-size: 12px;
}
.breadcrumb li.home a {
  background: white;
  color: #000;
  padding-left: 15px;
}
.breadcrumb li.home a:after {
  border-left: 30px solid white;
}
.breadcrumb li.home a span:before {
  content: " ";
}
.breadcrumb li a {
  color: #000;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  float: left;
}
.breadcrumb li a:before {
  content: " ";
  border-left: 30px solid yellow;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.breadcrumb li a:after {
  content: " ";
  border-radius: 30px;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid blueviolet;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 2;
}
.breadcrumb li a:hover:after {
  border-left-color: #023e7d !important;
}
.breadcrumb li.active a {
  background: #023e7d;
  color: #fff;
}
.breadcrumb li.active a:after {
  border-left: 30px solid #023e7d;
}
.breadcrumb li a:hover {
  background: #023e7d;
  color: #fff;
}
.footer-2 {
  background-color: #231f20;
  color: #fff;
}
@media (max-width: 767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
  .footer-2 p {
    text-align: center;
  }
}
html {
  position: relative;
  min-height: 100%;
  height: auto;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.breadcrumb2 {
  display: inline-block;
  list-style: none;
  padding-left: 5px;
  font-size: 14px;
}

.breadcrumb2 li.home a {
  float: left;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.breadcrumb2 li.deux a {
  float: left;
  position: relative;
  margin-left: -20px;
  transition: all 0.2s ease-in-out;
  color: #8eb2c3;
}

.breadcrumb2 li.deuxdeux a {
  float: left;
  position: relative;
  margin-left: -50px;
  transition: all 0.2s ease-in-out;
  color: #8eb2c3;
}

.breadcrumb2 li.trois a {
  float: left;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
  margin-left: -50px;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  color: #cccccc;
}

.breadcrumb2 li.quatre a {
  float: left;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
  margin-left: -28px;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  color: #cccccc;
}

.breadcrumb2 li {
  float: left;
  position: relative;
  margin-left: -5px;
  margin-top: 3px;
  transition: all 0.2s ease-in-out;
}

.breadcrumb2 li a {
  overflow: hidden;
  transition: all 0.2 ease-in-out;
  text-decoration: none;
  width: auto;
  height: auto;
  background-color: white;
  text-align: center;
  display: block;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 33.33px;
}

.breadcrumb2 li a span {
  margin-right: 20px;
}

.text-title {
  color: #1079f9;
  font-weight: bold;
}

.text-simple {
  color: #5c6277;
  font-size: 13px;
}

.text-simple-label {
  color: #5c6277;
  font-weight: bolder;
  font-size: 14px;
}

.form-rounded {
  border-radius: 10rem;
  border: none;
  font-size: 16px;
}

.form-control {
  font-size: 14px;
}

.btn-default-config {
  color: white !important;
  height: 40px;
  width: 150px;
  border-radius: 50px;
}
.btn-ok {
  border-radius: 50px !important;
  background-color: #14b0b7 !important;
  color: white !important;
  min-height: 40px !important;
}

.btn-ok:hover,
.btn-oui:hover,
.btn-non:hover {
  opacity: 0.8;
  color: white;
}

.btn-oui {
  border-radius: 50px !important;
  background-color: #1079f9 !important;
  color: white !important;
}
.btn-rounder {
  border-radius: 50px;
}

.btn-non {
  border-radius: 50px !important;
  background-color: #fd7878 !important;
  color: white !important;
}

.label-milay {
  position: absolute;
  bottom: 0px;
}

.form {
  position: relative;
  height: 50px;
}

.form input,
.form select {
  width: 100%;
  height: 100%;
  color: #5c6277;
  padding-top: 0px;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form label {
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

.content-name {
  position: absolute !important;
  bottom: 5px !important;
  left: 10px !important;
  transition: all 0.3s ease !important;
}

.content-name-select {
  position: absolute;
  bottom: 5px;
  left: 10px;
  transform: translateY(-200%);
  font-size: 12px;
  color: #5c6277;
}

.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name {
  transform: translateY(-200%) !important;
  font-size: 12px !important;
  color: #5c6277 !important;
}

.form input:focus + .label-name::after,
.form input:valid + .label-name::after {
  transform: translateX(0%);
}

.select-form-simple {
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: url(/web/bundles/css2/midina.png) #fff;
  -webkit-appearance: none;
  background-position-x: 55%;
}
.arrow {
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
}
.select-box {
  width: 100%;
  height: 100%;
  font-size: 14px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.select-box option {
  outline: none;
  border: none;
  border-radius: 10px !important;
}

.nextPrev {
  width: 50px;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
.monserat {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");
  .monserat {
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
  }
  .nextPrev {
    width: 30px;
  }
}

.tanana {
  cursor: pointer;
}

.daty {
  border-radius: 6rem !important;
  border: none;
}

/*easyNego*/
.btn__EN {
  border-radius: 50px !important;
}

.material-icons {
  font-size: 48px !important;
}

.rectangleSynthese {
  border-radius: 15px;
}

/*table*/
table {
  border-collapse: collapse !important;
  border-radius: 1em !important;
  overflow: hidden !important;
  background: white !important;
  z-index: -1 !important;
}
thead {
  color: #ffbd1f;
  /*box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;*/
}

th,
td {
  padding: 0.5em !important;
}

tbody > tr:hover,
.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #ffbd1f !important;
  color: white;
  transform: all 1s ease;
}

.table td,
.table th {
  border-top: none !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f8fd !important;
}

/*help button*/

.pinkBg {
  background-color: #00a65a !important;
  background-image: linear-gradient(90deg, #fd5581, #fd8b55) !important;
}

.intro-banner-vdo-play-btn {
  height: 50px !important;
  width: 50px !important;
  position: fixed !important;
  top: 90% !important;
  right: 3% !important;
  text-align: center !important;
  margin: -30px 0 0 -30px !important;
  border-radius: 100px !important;
  z-index: 1 !important;
}

.intro-banner-vdo-play-btn i {
  line-height: 56px;
  font-size: 30px;
}

.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -80px 0 0 -80px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*end help button*/

/*data filter */
.dataTables_filter {
  display: none;
}

table.dataTable thead th {
  padding-left: 20px !important;
}

table.dataTable {
  border-collapse: collapse;
}

table.dataTable thead .sorting_asc:after {
  content: "" !important;
}

table.dataTable thead .sorting_desc:after {
  content: "" !important;
}

table.dataTable thead .sorting:after {
  content: "" !important;
}

table.dataTable thead .sorting_asc {
  background: url("https://cdn.datatables.net/1.10.0/images/sort_asc.png")
    no-repeat center left;
}

table.dataTable thead .sorting_desc {
  background: url("https://cdn.datatables.net/1.10.0/images/sort_desc.png")
    no-repeat center left;
}

table.dataTable thead .sorting {
  background: url("https://cdn.datatables.net/1.10.0/images/sort_both.png")
    no-repeat center left;
}

/*end data filter*/

/* tab gestion locative*/
/**
 * Tabs
 */
.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tabs .labelForNav {
  order: initial;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  margin-bottom: 0.2rem;
  height: 60px;
}

.tabs .labelForNav:hover {
  color: white;
  cursor: pointer;
  background: #1ba28b;
  font-weight: bold;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #f5f8fd;
  min-height: 100%;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  background-color: #90caf9;
  transition: 0.3s ease-in-out;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

.choices__innerGL {
  width: 100%;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 50px !important;
  background-color: #ffbd1f !important;
  color: white !important;
}

.placetables {
  margin: 25px;
  overflow-x: hidden;
}

@media (max-width: 60em) {
  .tabs .tab,
  .tabs .labelForNav {
    order: initial;
  }

  .tabs .labelForNav {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }

  .choices__innerGL {
    width: 200px;
    justify-content: center;
  }

  .placetables {
    margin: 0px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-x: auto;
  }
}

/*end tab gesiomn locative*/

/* FLAG*/
.iti__flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/15.0.2/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/15.0.2/img/flags@2x.png");
  }
}

.country-select-input .flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/country-select-js/2.0.1/img/flags.png");
}

/*end Flag*/

.ap-input {
  height: 50px !important;
  width: 100% !important;
}
.country-select {
  width: 100% !important;
  height: 50px;
}

.label-name-place,
.label-not {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

.content-name-place,
.content-name-not {
  position: absolute !important;
  bottom: 5px !important;
  left: 10px !important;
  transition: all 0.3s ease !important;
}

.texitra {
  transform: translateY(-80%) !important;
  font-size: 12px !important;
  color: #5c6277 !important;
}

.event_pointer {
  pointer-events: none;
}

.formReadonly {
  width: 100%;
  height: 100%;
  color: #5c6277;
  padding-top: 0;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
  background-color: #e9ecef;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs .tabGL {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #1ba28b;
}
.sectionTab {
  display: flex !important;
  justify-content: center;
}
.section1,
.section2 {
  width: 50%;
  margin: 20px;
}

.addloc {
  width: 15em;
}

.inside__section {
  min-height: 60vh;
}

@media (max-width: 60em) {
  .ap-input {
    height: 50px !important;
    width: auto !important;
  }
  .section1,
  .section2 {
    width: 100% !important;
    margin: 0;
  }
  .sectionTab {
    flex-wrap: wrap;
  }

  .addloc {
    width: auto;

    margin: 5px;
  }

  .table {
    width: 100% !important;
  }

  .inside__section {
    min-height: auto;
  }
}

a {
  color: inherit;
}

.placetable::-webkit-scrollbar {
  display: none;
}

.sisiny__item {
  display: flex !important;
  align-items: center !important;
}
.table-responsive {
  min-height: 30vh !important;
}
.my__table {
  overflow-y: visible !important;
}
ul.breadcrumb1 {
  padding: 5px !important;
  list-style: none !important;
  background-color: #eee !important;
}
ul.breadcrumb1 li {
  display: inline !important;
  font-size: 10px !important;
}

ul.breadcrumb1 li + li:before {
  padding: 8px !important;
  color: black !important;
  content: "/\00a0" !important;
}
ul.breadcrumb1 li a {
  color: #0275d8 !important;
  text-decoration: none !important;
}
ul.breadcrumb1 li a:hover {
  color: #01447e !important;
  text-decoration: underline !important;
}
.active {
  background-color: transparent !important;
}

.dropdown-menu {
  width: 50% !important;
}
