.secteur-card
{
    height: 420px;
}




/*Map classes*/

.responsive-map-container {
    margin-top : 2%;
    margin-bottom: 5%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  
  }
  
  .responsive-map-container iframe,
  .responsive-map-container object,
  .responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  



/*   ******************** */


.app-store-btns {
  width: 100%;

}
.app-store-btns  a {
  font-size: 30px;
  flex-grow: 1;
  flex-basis: 0;
  text-decoration: none;
  color: #fff;
  background: #000;
  background-repeat: no-repeat;
  padding: 10px 28px 10px 70px;
  min-height: 80px;
  font-weight: bold;
  background-position: 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  border-bottom: none;
/*   max-width: 240px; */

  &:nth-child(2) {
    margin-left: 8px;
  }
  &.apple {
    background-image: url("https://psycatgames.com/images/supporting/app-store.svg");
    background-size: 31px 35px;
  }
  &.google {
    background-image: url("https://psycatgames.com/images/supporting/google-play.svg");
    background-size: 32px 35px;
  }
}

.app-store-btns  span {

}