.download-app{
  padding: 0 30px 30px 30px;
  background-color: #68CADA;
  z-index: 50;
}
.download-app .page-break{
	border-bottom: solid 1px;
	width: 110%;
	margin-left: -15px;
}
.download-app-content h3{
	font-size: 2.15em;
	font-weight: 400;
	margin-top: 30px;
}
.download-app-content p{
	font-size: 1.25em;
}
.app-button{
  margin-top: 15px;
  border: none;
  background-color: transparent;
}

 .app-button img{
  min-width: 111px;
  max-width: 137px;
  height: auto;
}
.app-button.google-button{
  margin-left: 10px;
}
html[lang="fr"]  .app-button.google-button img{
  min-width: 155px;
}
 html[lang="fr"] .app-button.google-button{
  margin-top: 5px;
}

@media (max-width: 343px){
  .app-button.google-button{
    margin-left: 0px;
  }
  .app-button.apple-button{
    margin-right: 10px;
  }
}


