.component-button{display:inline-flex;gap:0px;justify-content:center;align-items:center;font-size:var(--Typescale-Body-corps-haas-XS, 16px);font-style:normal;font-weight:600;line-height:110%;text-align:center;border:none;text-decoration:none;border-radius:4px;background:#2e2c7e;color:var(--Color-on-primary, #fff);cursor:pointer;transition:background .2s;letter-spacing:var(--letter-spacing-titre-haas-l);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.component-button-wrapper{display:flex;width:100%;position:relative}.component-button__share-popup{position:absolute;top:110%;left:50%;transform:translateX(-50%);min-width:350px;background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.18);border-radius:10px;z-index:100;padding:1.5rem 1.2rem 1.2rem 1.2rem;display:none;animation:fadeIn .2s;text-align:center}.component-button__share-popup-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.component-button__share-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#2e2c7e}.component-button__share-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:.5rem}.component-button__share-twitter,.component-button__share-facebook,.component-button__share-linkedin{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-size:.95rem;font-weight:500;color:#fff;background:#2e2c7e;text-decoration:none;transition:background .2s}.component-button__share-twitter{background:#1da1f2}.component-button__share-facebook{background:#1877f3}.component-button__share-linkedin{background:#0077b5}.component-button__share-twitter:hover,.component-button__share-facebook:hover,.component-button__share-linkedin:hover{filter:brightness(0.9)}.component-button__share-close{position:absolute;top:8px;right:12px;background:none;border:none;font-size:1.3rem;color:#888;cursor:pointer;transition:color .2s}.component-button__share-close:hover{color:#333}@keyframes fadeIn{from{opacity:0;transform:translateY(10px) translateX(-50%)}to{opacity:1;transform:translateY(0) translateX(-50%)}}@media(max-width: 600px){.component-button__share-popup{min-width:90vw;left:5vw;transform:none;padding:1rem .5rem 1rem .5rem}.component-button__share-buttons{flex-direction:column;gap:.7rem}}.component-button--left{justify-content:flex-start}.component-button--center{justify-content:center}.component-button--right{justify-content:flex-end}.component-button--primaire{font-size:16px;padding:12px 40px}.component-button--primaire svg{height:16px;width:16px}.component-button--primaire.component-button--blue .component-button__picto svg,.component-button--primaire.component-button--orange .component-button__picto svg{fill:#fff}.component-button--primaire.component-button--grey .component-button__picto svg,.component-button--primaire.component-button--white .component-button__picto svg{fill:#2e2c7e}.component-button--secondaire{font-size:12px;padding:8px 16px}.component-button--secondaire svg{height:12px;width:12px}.component-button--secondaire.component-button--blue .component-button__picto svg,.component-button--secondaire.component-button--orange .component-button__picto svg{fill:#fff}.component-button--secondaire.component-button--grey .component-button__picto svg,.component-button--secondaire.component-button--white .component-button__picto svg{fill:#2e2c7e}.component-button--secondaire .component-button__content{display:inline-flex;align-items:center;justify-content:center;gap:8px}.component-button--secondaire .component-button__icon{display:inline-flex;align-items:center;justify-content:center;fill:currentColor}.component-button--tag{font-size:12px;font-weight:600;line-height:140%;padding:4px 8px;gap:4px}.component-button--tag .component-button__tag-image{display:flex;align-items:center;height:24px;width:24px;margin-right:4px}.component-button--tag .component-button__tag-image img{height:24px;width:auto;display:block}.component-button--tag .component-button__tag-icon{display:flex;align-items:center;height:24px;width:24px;margin-right:4px}.component-button--tag.component-button--black{background:#000 !important;color:#fff !important}.component-button--tag.component-button--black:hover{background:#222 !important}.component-button--tag-carre{font-size:16px;font-weight:450;line-height:140%;padding:4px 8px;gap:8px}.component-button--tag-carre.component-button--white{background:#fff;color:#2e2c7e}.component-button--tag-carre.component-button--white:hover{background:#f9f8fe}.component-button--tag-carre.component-button--white[data-text*=Inscription]{background:#2e2c7e;color:#fff}.component-button--tag-carre.component-button--blue{background:#2e2c7e;color:#fff}.component-button--tag-carre.component-button--blue:hover{background:#06006b}.component-button--tag-carre.component-button--orange{background:#ff6642;color:#fff}.component-button--tag-carre.component-button--orange:hover{background:#ee5531}.component-button--tag-carre.component-button--grey{background:#e8e8e8;color:#2e2c7e}.component-button--tag-carre.component-button--grey:hover{background:#bebebe}.component-button--tag-carre.component-button--primary{background:#0052cc;color:#fff}.component-button--tag-carre.component-button--primary:hover{background:#003d99}.component-button--tertiaire{background:none !important;font-size:12px;gap:8px;font-weight:600;line-height:120%}.component-button--tertiaire svg{height:12px;width:12px}.component-button--tertiaire.component-button--blue{color:#2e2c7e}.component-button--tertiaire.component-button--blue .component-button__picto svg{fill:#2e2c7e}.component-button--tertiaire.component-button--grey{color:#e8e8e8}.component-button--tertiaire.component-button--grey .component-button__picto svg{fill:#e8e8e8}.component-button--tertiaire.component-button--orange{color:#ff6642}.component-button--tertiaire.component-button--orange:hover{color:#ee5531}.component-button--tertiaire.component-button--white{color:#fff}.component-button--tertiaire.component-button--white:hover{color:#898989}.component-button--tertiaire .component-button__tertiaire-content{display:flex;align-items:center;gap:8px}.component-button--tertiaire .component-button__tertiaire-text{display:flex;align-items:center}.component-button--tertiaire .component-button__tertiaire-icon{display:flex;align-items:center;justify-content:center;width:5px;height:12px;flex-shrink:0}.component-button--tertiaire--arrow-left .component-button__tertiaire-content{flex-direction:row}.component-button--tertiaire--arrow-right .component-button__tertiaire-content{flex-direction:row}.component-button--tertiaire .picto-before{rotate:180deg}.component-button--tertiaire:focus{outline:2px solid currentColor;outline-offset:2px}.component-button--tertiaire:active{transform:translateY(1px)}.component-button--white{background:#fff;color:#2e2c7e}.component-button--white:hover{background:#e8e8e8}.component-button--blue{background:#2e2c7e;color:#fff}.component-button--blue:hover{background:#06006b}.component-button--orange{background:#ff6642;color:#fff}.component-button--orange:hover{background:#ee5531}.component-button--grey{background:#e8e8e8;color:#2e2c7e}.component-button--grey:hover{background:#d2d2d2}.component-button__picto{display:flex;align-items:center}.component-button__text{margin-inline:6px}@media(max-width: 767px){.component-button .component-button{padding:var(--Padding-padding-S, 16px);font-size:var(--Typescale-Body-corps-haas-XS, 16px)}}
