
.sidebar-nav {
    margin-top: 0px;
    padding: 0;
    list-style: none;
}

html {
  font-size: 16px;
}

body {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f7fafb;
  background-size: cover;
  min-height: 100%;
  height: 100%;
  color: #334155;
  font-family: "Lato", Arial, sans-serif;
}

a {
  color: #087a82;
}

a:hover,
a:focus {
  color: #075d64;
}

.opto-navbar {
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #dce8eb;
  box-shadow: 0 2px 14px rgba(15, 52, 64, 0.06);
}

.opto-navbar .container-fluid {
  max-width: 1180px;
}

.opto-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 64px;
  color: #12343b;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.opto-navbar .navbar-brand:hover,
.opto-navbar .navbar-brand:focus {
  color: #087a82;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #0f766e;
  color: #ffffff;
  font-size: 13px;
}

.opto-navbar .navbar-nav > li > a {
  padding-top: 22px;
  padding-bottom: 22px;
  color: #415561;
  font-weight: 700;
}

.opto-navbar .navbar-nav > li > a:hover,
.opto-navbar .navbar-nav > li > a:focus {
  color: #087a82;
  background: #f2fbfb;
}

.opto-navbar .navbar-toggle {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #bdd8dc;
}

.opto-navbar .navbar-toggle .icon-bar {
  background-color: #087a82;
}

.search-hero {
  background:
    linear-gradient(135deg, rgba(11, 113, 121, 0.92), rgba(21, 94, 117, 0.86)),
    url("../img/background.jpg") center/cover no-repeat;
  color: #ffffff;
  padding: 56px 0 48px;
}

.search-hero__intro {
  max-width: 760px;
  margin-bottom: 26px;
}

.search-hero h1 {
  margin: 0 0 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.search-hero p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.eyebrow {
  margin: 0 0 8px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.search-hero .eyebrow {
  color: #baf5f1;
}

.search-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(12, 74, 86, 0.22);
}

.search-field {
  flex: 1 1 190px;
  min-width: 0;
}

.search-field--region,
.search-field--keywords {
  flex-basis: 250px;
}

.search-field label {
  display: block;
  margin-bottom: 7px;
  color: #29434d;
  font-size: 13px;
  font-weight: 700;
}

.search-panel .form-control {
  width: 100%;
  height: 48px;
  border-color: #c9dbe0;
  border-radius: 6px;
  box-shadow: none;
  color: #263f49;
}

.search-panel .form-control:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}

.search-submit {
  min-width: 132px;
  height: 48px;
  border: 0;
  border-radius: 6px;
  background: #0f766e;
  font-weight: 700;
}

.search-submit:hover,
.search-submit:focus {
  background: #115e59;
}

.search-submit .glyphicon {
  margin-right: 6px;
}

.search-note {
  flex: 1 0 100%;
  margin: 0;
  color: #607580 !important;
  font-size: 13px;
}

#recherche {
    background-color: #e8f9f9;
}

/*for catalog/professional_list.html panel-heading numbers <li>*/
#space {
  padding-left: 3rem;
}
#search_small {
  margin-left: auto;
  margin-right: auto;
}
#inline {
  display: inline;
}

#cat_etab label{
    margin-right: 50px;
}

.well-overflow {
  overflow: hidden;
  white-space: normal;
}

.mini-jumbotron {
    padding-top: 0px;
    background-color: #dbe8ff;
}

.jumbotron {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;

  color: #4f4f4f; /*    font color in jumbotron*/
}

.main-content {
  margin-top: 34px;
  margin-bottom: 42px;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
  color: #183842;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.directory-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: #334155;
  background: #ffffff;
  border: 1px solid #dce8eb;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(15, 52, 64, 0.06);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.directory-card:hover,
.directory-card:focus {
  color: #334155;
  border-color: #91c9ca;
  box-shadow: 0 14px 34px rgba(15, 52, 64, 0.12);
  text-decoration: none;
  transform: translateY(-2px);
}

.directory-card img {
  width: 100%;
  height: 150px;
  padding: 22px;
  object-fit: contain;
  background: #edf8f8;
}

.directory-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 18px;
}

.directory-card__body strong {
  color: #17333d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.25;
}

.directory-card__body small {
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
}

.directory-card__body span {
  color: #5b6e78;
  line-height: 1.5;
}

.opto-footer {
  color: #607580;
  background: #ffffff;
  border-top: 1px solid #dce8eb;
}

.carousel-inner img {
  width: 100%; /* Set width to 100% */
  margin: auto;
  max-height: 165px;
  opacity: 0.85;
}

.carousel-inner .carousel-caption {
  padding-top: 0px;
  position: fixed;
  bottom: 10px;
  text-align: center;
}
.carousel-inner .carousel-caption a {
  color: #fff !important;

}

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none;
    }
  }

#try:hover {
    opacity: 1.0;
}

.form-signin {
  position: relative;
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*.vertical-center {*/
/*  min-height: 100%;   Fallback for browsers do NOT support vh unit */
/*  min-height: 100vh;  These two lines are counted as one :-)       */

/*  display: flex;*/
/*  align-items: center;*/
/*}*/

@media (max-width: 991px) {
  .search-hero {
    padding: 42px 0 34px;
  }

  .search-hero h1 {
    font-size: 34px;
  }

  .directory-grid {
    grid-template-columns: 1fr;
  }

  .directory-card {
    flex-direction: row;
  }

  .directory-card img {
    width: 170px;
    height: auto;
    min-height: 160px;
  }
}

@media (max-width: 767px) {
  .opto-navbar .navbar-brand {
    height: 60px;
    max-width: calc(100vw - 92px);
  }

  .opto-navbar .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .search-hero {
    padding: 30px 0 24px;
  }

  .search-hero h1 {
    font-size: 30px;
  }

  .search-hero p {
    font-size: 16px;
  }

  .search-panel {
    display: block;
    padding: 14px;
  }

  .search-field {
    margin-bottom: 12px;
  }

  .search-submit {
    width: 100%;
    margin-bottom: 12px;
  }

  .main-content {
    margin-top: 24px;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .directory-card {
    flex-direction: column;
  }

  .directory-card img {
    width: 100%;
    min-height: 0;
    height: 132px;
  }
}
