.btn{display:inline-block;box-sizing:border-box}.btn:hover{cursor:pointer}.btn.btn-max-width{width:100%}.btn-content{display:flex;align-items:center;border-radius:6px;padding:10px 32px;gap:16px}.btn.btn.btn-max-width .btn-content{justify-content:center}.btn-content svg{margin-top:5px}.btn-text{font-family:var(--font-secondary);font-size:23px;font-style:italic;font-weight:700;line-height:140%;text-transform:uppercase;white-space:wrap;text-align:center}.btn:hover .btn-text{color:var(--defaultWhite)}.btn:hover .return-icon svg path{fill:var(--defaultWhite)}.btn-bleu{background:var(--dgrad-bleu);color:var(--defaultWhite)}.btn:hover .btn-bleu{background:var(--bleu)}.btn-tout-jaune{background:var(--jaune)}.btn-tout-jaune:hover{background:var(--defaultWhite)}.btn-tout-jaune .btn-text,.btn-tout-blanc .btn-text{background:var( --dgrad-bleu, linear-gradient(90deg, #00a0e4 0%, #0072a3 100%) );background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn:hover .btn-jaune{outline-color:var(--defaultWhite)}.btn:hover .btn-jaune .arrow-icon svg path{fill:var(--jaune)}.btn-tout-blanc{background:var(--defaultWhite)}.btn-tout-blanc:hover{background:var(--jaune)}.btn-jaune{outline:2px solid var(--jaune);outline-offset:-2px}.btn-jaune .btn-text{color:var(--jaune)}.btn-contour-bleu{outline:2px solid var(--bleu-fonc);outline-offset:-2px;color:var(--bleu-fonc)}.btn-contour-bleu .arrow-icon svg path{fill:var(--bleu-fonc)}.btn-contour-bleu:hover{outline-color:var(--jaune)}.btn-contour-bleu:hover .btn-text{color:var(--jaune)}.btn-contour-bleu:hover .arrow-icon svg path{fill:var(--jaune)}.btn-grey-blur{border:2px solid #ffed00;background:#00000057;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.btn-grey-blur .btn-text{color:var(--jaune)}.btn-grey-blur:hover{border-color:var(--defaultWhite)}.homepage-card{border-radius:6px;padding:26px;width:294px;height:280px;display:flex;flex-direction:column;justify-content:space-between}.homepage-card .card-title{font-family:var(--font-primary);font-size:37px;font-weight:400;line-height:110%;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.homepage-card .card-subtitle{font-family:var(--font-secondary);font-size:19px;font-weight:400;font-style:italic;line-height:152%}
