.jp-agence{
  display: none;
  font-size: small;
}

.agence text{
    font-size: 10px;
    transition: font-size 0.5s;
}

.agence text:hover{
    font-size: 12px;
}

.nous-trouver-agence{
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 3%;
}

.nous-trouver-agence h1{
    color: #09c;
    font-size: 30px;
    display: inline;
    font-weight: bold;
}

.nous-trouver-agence h2{
  font-size: 18px;
}




/**** Mobile *****/

.titre-taxoposte{
  margin: 0 0 30px 0;
}

.liste-btn-agence{
  margin-bottom: 20px;
}

.btn-agence{
  margin-top: 0px !important;
  position: inherit !important;
  margin-bottom: 10px;
  padding: 6px 12px !important;
}

.jp-agence h1{
  color: #09c;
  font-size: 30px;
  display: inline;
  font-weight: bold;
}

.jp-agence h2{
    color: white;
    font-size: 20px;
    margin: 50px 0 -15px 0;
    text-align: center;
    background-color: #393;
    padding: 5px;
}

.jp-agence h3{
  color: #0099cc;
}

.jp-agenceville{
    margin-top: 50px;
}

.jp-agenceville h3{
  color: #0099cc;
  font-size:18px;
}

.jp-agencedep h4{
  color: #339933;
}

.jp-agence hr{
  color: white !important;
}

.Nous-trouver-tableau-horaires{
    margin-top: 10px;
    width: 100%;
    border: 1px solid #7d7d7d;
}

.Nous-trouver-tableau-horaires th{
    background-color: #09c;
    color: white;
    padding: 1%;
}

.Nous-trouver-tableau-horaires td{
    padding: 1%;
}

.jp-agence input{
  border: 0px solid #e5e5e5;
  margin: 0px;
  box-shadow: none;
  transition: all 0.2s;
  color: white;
}

.jp-agence input:focus{
  outline: none;
-webkit-box-shadow: 0px 0px 17px -5px rgba(79,79,79,0.65);
-moz-box-shadow: 0px 0px 17px -5px rgba(79,79,79,0.65);
box-shadow: 0px 0px 17px -5px rgba(79,79,79,0.65);
}

.jp-agence button{
  border: none;
  background: #43acd9;
  color: #FFF;
  padding: 5px 45px;
  margin-top: -21px;
  position: absolute;
}

.jp-agence button:focus{
  outline: none;
}

.jp-agence button:after{
  content: "Copie réussi";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0 10px;
  background: #84d72c;
  transition: all 2s;
  -webkit-transition: all 0.5s;
}

.jp-agence button.copied:after{
  right: -100px;
  opacity: 1;
}

.jp-agence .col-md-4 {
  padding-right: 0px;
  padding-left: 0px;
}


@media screen and (max-width: 800px){

  .jp-agence{
    display: block;
    padding: 0 2%;
  }

  .nous-trouver-agence{
    display: none;
  }
}