@import url(lightbox.css);

#opacite {
  background-color: rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  z-index:2500;
    padding: 0 !important;
}

#opacite2 {
  background-color: rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  z-index:2800;
    padding: 0 !important;
}

#opacite3 {
  background-color: rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  z-index:2500;
    padding: 0 !important;
}

#opacite4 {
  background-color: rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  z-index:3000
}

.conteneur_banniere{
    width: auto;
    background: url(../images/banniere/telechargement_banniere.png);
}

.texte_banniere{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    width: 1325px;
    margin: 0 auto;
    padding-top: 38px;
    text-shadow: 1px 1px 1px RGBA(0, 0, 0, 0.67);
    padding: 0;
    text-transform: uppercase;
    height: 154px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}


.fil_ariane{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    float: left;
    padding-left: 60px;
    text-shadow: none;
    /*! opacity: 0.75; */
    font-weight: 600;
    text-transform: none;
    position: relative;
}

.fil_ariane a {
    font-weight: 300;
}

.fil_ariane::before {
    position: absolute;
    content: '';
    left: 0;
    width: 50px;
    height: 3px;
    background: green;
    top: 10px;
}


.titre{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #242424;
    line-height: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.letitre{
    position: relative;
    padding-bottom: 15px;
}

.letitre::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #00973a;
}

.interne{
    width: 1325px;
    margin: 0 auto;
    padding-top: 25px;
    /* min-height: 520px; */
}


.map svg {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.image_carte {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  min-height: 700px;
}

.map path{
  opacity: 1;
}

.corps_interne {
  position: relative;
  padding-bottom: 70px;
}
.bloc_indication {
  position: absolute;
  left: 0;
  top: 5%;
  width: auto;
}
.legende ul {
  /*! padding: 0; */
  list-style-type: none;
}


.legende p {
    font-weight: 600;
    text-decoration: underline;
}


.bloc_couleur {
  width: 50px;
  height: 20px;
  border: 1px solid #d8d8d8;
  background: #4CD88B;
}
.legende li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.texte_legende {
  margin-left: 10px;
  font-weight: 200;
}
.texte_indication {
  font-size: 18px;
  font-weight: 200;
}

.map path{
    /*fill:#fff;*/
    stroke:#1D85C6;
    stroke-width:1px;
    cursor:pointer;
    transition: fill 0.3s;
}


.map path:hover{
    /*fill:#1D85C6;*/
    stroke:#12527A;
    z-index: 10;
    
}

#map {
    width: 100%;
    margin: 0 auto 65px auto;
    display: flex;
    z-index: 10;
    position: relative;
}

.bloc_indication-new{
  position: relative;
}

.accroche {
    line-height: 1.8;
    font-weight: 200;
    margin-bottom: 50px;
    width: 612px;
    position: relative;
    z-index: 20;
}

.bloc_indication-new .accroche{
  width: auto;
}

.legende{
  width:300px;
}


.bloc_indication li {
    width: auto !important;;
}

#conteneur-bloc-carte{
  width: 1325px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#conteneur-bloc-carte .bloc-carte{
  width: 24%;
  max-width: 100%;
  position: relative;
  margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
}

#conteneur-bloc-carte .bloc-carte figure{
  margin: 0;
  padding: 0;
  display: block;
}

#conteneur-bloc-carte .bloc-carte figure img{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

#conteneur-bloc-carte .bloc-carte:hover .legende-carte {
    opacity: 1;
    align-items: flex-end;
    transform: translateY(0%);
}


.legende-carte {
    position: absolute;
    left: 0;
    right: 0;
    top: unset;
    opacity: 0;
    padding: 20px;
    -webkit-backface-visibility: hidden;
    text-align: start;
    padding-bottom: 44px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    height: auto;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    transform: translateY(100%);
    bottom: 0%;
    transition: all linear 0.4s;
    padding-top: 100px;
    z-index: 100;
    box-sizing: content-box;
    color: #fff;
    font-size: 22px;
}