.cta-voir-plus-card {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.cta-voir-plus-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: center right;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cta-voir-plus-card:hover:after {
  transform: scale(1, 1);
  transform-origin: center left;
}

.blob-svg {
  width: 800px;
  height: auto;
}

.image_header_agence {
  width: 50%;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}

.swiperSingleAgence {
  display: none;
}

.card-singleAgence {
  min-width: 48% !important;
}

.box-slider-worker::-webkit-scrollbar {
  display: none;
}

.cta-nos-agences {
  background: #04a7e2;
  border-radius: 5px;
  box-shadow: 200px 100px 100px -100px #93157c inset, 0 0 5px transparent;
  transition: background .6s ease, box-shadow .6s ease;
}

.cta-nos-agences:hover {
  background: #93157c;
  box-shadow: 200px 50px 100px -100px #04a7e2 inset, 0 0 5px transparent;
}

.content-2-acheter {
  padding-top: 50px;
}

/* OCEAN ADD CITIES */

.villes-boutons-container{
  margin-top: 20px;
}

.ville-bouton-container {
  display: inline-block;
  margin: 5px;
  padding: 1px; 
  background-image: linear-gradient(230deg, #91117f, #05a9df 50%);
  border-radius: 20px; 
  transition: background 0.3s;
}

.ville-bouton {
  display: block;
  padding: 10px 20px;
  background-color: white;
  color: #020753; 
  text-align: center;
  text-decoration: none;
  border-radius: 20px; 
  transition: color 0.3s, background-color 0.3s; 
  font-weight: bold;
}

.ville-bouton-container:hover {
  background-image: linear-gradient(230deg, #91117f, #05a9df 50%);
}

.ville-bouton-container:hover .ville-bouton {
  background-color: transparent; 
  color: white; 

}


@media screen and (max-width: 991px) {
  .blob-svg {
    display: none;
  }
  .image_header_agence {
    display: none;
  }
}

@media only screen and (min-width: 800px) and (max-width: 850px) {
  .maptext-single-agence {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 480px){
  .top-card-worker{
    background-position: top;
  }
}