a.btn--custom{border-radius:50px;display:inline-flex;justify-content:center;padding:12px 0;width:100%}a.btn--custom svg{height:22px;margin-right:6px;width:auto}a.btn-custom--transparent{border:1px solid #fff;color:#fff}a.btn-custom--transparent:focus,a.btn-custom--transparent:hover{background-color:#fff;color:var(--color-bleu-hex)}a.btn-custom--transparent:focus svg path,a.btn-custom--transparent:hover svg path{fill:var(--color-bleu-hex)}a.btn-custom--solid{background-color:var(--color-bleu-hex);color:#fff}a.btn-custom--solid:focus,a.btn-custom--solid:hover{background-color:var(--color-bleu-darker-hex);color:#fff}a.btn-custom--solid:focus svg path,a.btn-custom--solid:hover svg path{fill:#fff}@media screen and (min-width:992px){a.btn--custom{padding:12px 48px;width:fit-content}}