/* Place your CSS changes here for smoother updates in the future */
.lamain {
cursor: pointer;
}
.invisible {
 display: none;
}
.btn-primary,.btn-primary:hover,.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
background-color: #F73859 !important;
border-color: #F73859 !important;
}
#formulaire input {
padding: 0 20px;
height: 60px;
line-height: 60px;
border-radius: 10px;
font-size: 1.2rem;
font-weight: 400;
-webkit-box-shadow: none;
box-shadow: none;
}
.decale_haut_40 {
margin-top: 40px;
}
.decale_bas_20 {
margin-bottom: 20px;
}
.lien_bleu {
color: #032a3e !important;
}
.lien_span {
color: #F73859 !important;
}
.lien_span:hover {
text-decoration: underline;
}
.fs80 {
font-size: 0.8em !important;
}
.fs90 {
font-size: 0.9em !important;
}
.fs100 {
font-size: 1.0em !important;
}
.fs120 {
font-size: 1.2em !important;
}
.fs150 {
font-size: 1.5em !important;
}
.image_panier {
 max-width: 90px !important;
}
.btn-sm2 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}