#iosAppLink {
    display: inline-block;
    /*overflow:hidden;*/
    background: url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg) no-repeat;
    width: 135px;
    height: 40px;
}

#iosAppLink.iosAppLink-fr {
    background: url(https://linkmaker.itunes.apple.com/images/badges/fr-fr/badge_appstore-lrg.svg) no-repeat;
}

#iosAppLink.iosAppLink-en {
    background: url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg) no-repeat;
}

@media only screen {
    #iosAppLink {
        background-image: url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg);
    }
    #iosAppLink.iosAppLink-fr {
        background-image: url(https://linkmaker.itunes.apple.com/images/badges/fr-fr/badge_appstore-lrg.svg);
    }
    #iosAppLink.iosAppLink-en {
        background-image: url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg);
    }
}


@media (max-width: 991px) {
  slide .store-list {
    margin-top: unset;
  }
    #store-container {
        margin-top: 10px;
    }
    #content_dld {
        margin-bottom: 0px;
    	  font-size: 25px !important;
    }
    #view {
        padding-top: 5px;
    }
    #title_dld {
        font-size: 50px !important;
        padding: 0 !important;
    }
}

@media (min-width: 991px) {
    #store-container {
        margin-top: 150px;
    }
    #title_dld {
    	font-family: 'Pacifico', cursive;
    	font-size: 60px;
    	color : #f44336;
    	padding: 20px 0;
    }

    #content_dld {
    	font-family: 'Roboto', sans-serif;
    	font-size: 30px;
    	padding: 20px 0;
    }
    #googleplayLink {
      display: inline-block !important;
      width: 135px !important;
      height: 40px !important;
    }
    #view {
    }
}


#googleplayLink {
    display: inline-block;
    width: 135px;
    height: 40px;
}

#googleplayLink img {
    width: auto;
    height: 60px;
    display: block;
    margin-top: -10px;
    margin-left: -10px;
}

#googleplayLink img.soon {
    opacity: 0.3;
}

.header. .navigation>li:hover a {
    color: red;
}

.appstore a {
    /*pointer-events: none;*/
    cursor: pointer;
}

.appstore a:hover {
    display: block;
}

.soon {
    position: absolute;
    left: -10px;
    bottom: 68px;
    background-color: #f44336;
    width: 170px;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 50px;
}

.soon p {
    margin: 0;
    padding-bottom: 5px;
}

.soon span {
    padding: 5px 10px 10px;
    font-weight: 680;
}

#triangle_soon {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #f44336;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: relative;
    top: 50px;
    left: 80px;
}
