/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
  min-height: 600px;
  width:100%;
  display: none;
}

#map #infowindow-content {
  display: inline;
}
/* Aparrance windows */
.gm-style .gm-style-iw {
  background-color: #3F3E3E !important;
  /* top: 0 !important; */
  /* left: 0 !important; */
  /* width: 100% !important; */
  height: auto !important;
  width: auto !important;
  padding: 0;
} 
.gm-style-iw-d {
  overflow: hidden !important;
  max-height: none;
}
.bubble, .bubble-body a {
  color: white !important;
  padding: 20px;
}
.bubble-expert{
  background-color: #E44200;
}
.bubble-artisan{
  background-color: #CEBB95;
}
.bubble-expert, .bubble-artisan{
  text-transform: uppercase;
}
.gm-style .gm-style-iw-t::after {
  background: none;
  background-color:#3F3E3E !important;
}
/* SEARCHBOX */
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  height: 40px;
  top: 10px !important;
}

#pac-input:focus {
  border-color: #E44200;
}

#title {
  color: #fff;
  background-color: #E44200;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
#target {
  width: 345px;
}
.init {
  display: none;
}
.spinner-border {
  width: 10rem; 
  height: 10rem;
  color: #E44200;
}
/* ARTISANS */
.img-artisan{
  width: 100%;
  /* height: 210px; */
}
.logo-sogal-expert{
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
.card-artisan {
  background-color: #3F3E3E ;
  color: #FFFFFF;
  border: none;
  height: 100%;
}
.card-artisan a {
  color: #FFFFFF;
}
.b-expert, .b-artisan{
  transition: box-shadow 1s ease, color 200ms ease;
  -webkit-transition: box-shadow 1s ease, color 200ms ease;
  box-shadow: none;
}
.b-expert{
  border-left: 6px solid #E44200;
  border-bottom: 1px rgba(204, 204, 204, 0.18) solid;
}
.b-artisan {
  border-left: 6px solid #CEBB95;
}
.text-distributeur {
  font-size: 15px;
}
.b-expert p{
  text-transform: uppercase;
}
@media (min-width:768px) and (max-width:991.98px){
  .b-expert:hover{
    box-shadow: inset 324px 0 0 0 #E44200;
  }
  .b-artisan:hover{
    box-shadow: inset 324px 0 0 0 #CEBB95;
  }
  .text-distributeur {
    font-size: 18px;
  }
}
@media (min-width:992px) and (max-width:1199.98px){
  .b-expert:hover{
    box-shadow: inset 284px 0 0 0 #E44200;
  }
  .b-artisan:hover{
    box-shadow: inset 284px 0 0 0 #CEBB95;
  }
  .text-distributeur {
    font-size: 20px;
  }
}
@media (min-width:1200px)and (max-width:1399.98px){
  .b-expert:hover{
    box-shadow: inset 249px 0 0 0 #E44200;
  }
  .b-artisan:hover{
    box-shadow: inset 249px 0 0 0 #CEBB95;
  }
  .text-distributeur {
    font-size: 24px;
  }
}
@media (min-width:1400px){
  .b-expert:hover{
    /* box-shadow: inset 306px 0 0 0 #E44200; */
    box-shadow: inset 420px 0 0 0 #E44200;
  }
  .b-artisan:hover{
    /* box-shadow: inset 306px 0 0 0 #CEBB95; */
    box-shadow: inset 420px 0 0 0 #CEBB95;
  }
  .text-distributeur {
    font-size: 24px;
  }
}
#distributeur {
  display: none;
}
/* DISTRIBUTEURS */
.card-header-distributeur{
  background-color: #3F3E3E;
  color: #FFFFFF;
  border: 2px solid #3F3E3E;
  height: 100%;
}
.card-header-distributeur:hover{
  background-color: #CEBB95;
  color: #3F3E3E;
  border: 2px solid #CEBB95;
  height: 100%;
}
.card-header-distributeur p{
  font-size: 21px;
  font-weight: 700;
}
.card-header-distributeur:hover p::before{
    content:">" !important;
    float: right;
    font-size: 21px;
    font-weight: 700;
}
.card-body-distributeur{
  color: #3F3E3E;
  height: 100%;
}
.card-distributeur{
  height: 100%;
  border: 2px solid #3F3E3E;
}
