/*****************************
    GOEXPLORIA SEULEMENT
*****************************/
 .title-custom-big {
    font-weight: bold;
    font-size: 2em;
 }

 .centered {
    text-align: center !important;
 }

 table.user tr > :first-child {
  width: 20%;
}


/* Footer */
footer {
  /*
  background: #dedede;
  padding-top: 0px;
  padding-bottom: 10px;
  */
  width: 100%;
  /*
  bottom: 0px;
  left: inherit;
  right: 0px;
  margin-bottom: 0px;
  position: fixed;
  */
  height: 50px;
  color: #666;
  font-size: 1.1em !important;
  z-index:3000;
}

footer label {
  font-weight: 100;
}

footer a {
  color: inherit;
}

footer a:hover {
    color: #222;
}

footer .copyright {
  margin: 10px 0 0 0;
  padding-top: 10px;
  border-top: solid 1px rgba(144, 144, 144, 0.25);
}


footer ul, footer li {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 5px;
}

 footer .main .right {
    max-width: 30%;
    float:right;
}

 .hidden {
    display:non;
 }

 .container {
	 width:100%;
 }

.section-main {
  margin: 105px 0 0px 0;
}

  .carte {
    height:400px;
  }

  #mapframe {
    position: relative;
    height: 100%;
    width: 100%;
 }



html {
  position: relative;
  min-height: 100%;
}

.search-engine {
  width: 100% !important;
  margin: 0;
}

.search-engine .content {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 25px;
}

.search-engine .content p {
  color: #c7c7c7;
}

.selectize-control.single {
  height: auto !important;
  width: 96% !important;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}

.selectize-control.single {
  border: 0 !important;
}

.search-engine .selectize-control.single .selectize-input {
  padding: 13px;
  border: 0 !important;
  background-color: #777 !important;
  background-image: linear-gradient(to bottom, #575757, #616161) !important;
  border-radius: 6px !important;
  box-shadow: none;
}

.search-engine .selectize-control.single .selectize-input > input {
  background-color: transparent !important;
  padding: 5px !important;
  font-size: 1.15em;
  font-weight: bold;
  border: 0 !important;
}

.search-engine .selectize-input,
.search-engine .selectize-input input {
  -webkit-font-smoothing: inherit;
  color: #e7e7e7;
}

.search-engine .selectize-control.single .selectize-input::after {
  background-color: #222 transparent transparent !important;
}

.search-engine .selectize-dropdown .active {
  color: #fff;
  background-color: #07889b;
}

.search-engine .selectize-dropdown-content {
  max-height: 300px;
}

.table th ,  .table-striped th {
  font-weight: bold;
}

.cpointer {
  cursor: pointer;
}

#logo_company {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

#logo_company img {
  max-width: 100%;
}

#logo {
  padding: 10px;
  border: 1px solid #ddd;
  min-height: 100px;
  margin-top: 20px;
}

#logo #preview {
  padding: 0 0 10px 0;
}

#logo #preview img {
  max-height: 300px;
  max-width: 500px;
  min-width: inherit;
  min-height: inherit;
  width: inherit;
  height: inherit;

}

#header .topnav {
    background: #931f22 !important;
}

