Buy Viagra® Safely Online – Discover how Viagra treats ED. Safe online pharmacy, fast delivery, secure checkout
.container {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.btn {
display: flex;
align-items: center;
justify-content: center;
width: 160px;
height: 42px;
padding: 0 12px;
font-size: 16px;
line-height: 42px; /* hauteur ligne égale à la hauteur bouton */
background-color: #007BFF;
color: white;
border: none;
border-radius: 5px;
text-decoration: none;
cursor: pointer;
box-sizing: border-box;
user-select: none;
white-space: nowrap;
overflow: hidden;
}
.btn:hover {
background-color: #0056b3;
}
.flag {
margin-right: 8px;
font-size: 20px;
height: 20px; /* hauteur fixe pour le drapeau */
line-height: 20px;
display: inline-block;
vertical-align: middle;
}