/* pied de page mobile */
@media all and (min-width: 1px) and (max-width: 640px) {
    footer .small-8 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}
/* bouton pour forcer le lien en blanc */
a.button.secondary.lowercase.boutonancrerose.__mPS2id._mPS2id-h.mPS2id-highlight {
    color: #ffffff !important;
}
/* boutons jours acceuil */
a.boutonacceuil {
	display:inline-block;
	padding:.5em 1em .5em 1em !important;
	margin: 0 0 .75em 0 !important;
	border-radius:5px;
  background-color:#ff4250 !important;
  color:#ffffff !important;
  text-align:left !important;
  font-weight:500;
}
a.boutonacceuil:hover,
a.boutonacceuil:active,
a.boutonacceuil:focus {
	background-color:#cc3540 !important;
}
#cmplz-document {
    max-width: 100%;
}
.row.row-main .button,.row.row-main button {
    text-align: left !important;
}
.adresseEvenements h3 {
    font-weight: 500 !important;
}
.cmplz-buttons button {
    font-size: .9em !important;
    text-transform: none !important;
}