.button{width:14rem;height:3rem;font-size:1rem;font-family:montserrat;border:1px solid #000000;border-radius:.5rem;z-index:0;text-decoration:none;display:flex;overflow: hidden;align-items:center;justify-content:center;cursor:pointer;position:relative;gap:.5rem}.button::before{content:'';position:absolute;color:#ffffff;top:60px;left:0;width:100%;height:100%;background:#d9d2ca;border-radius:50% 50% 0% 0%;z-index:-1;transition:all .5s}.button:hover::before{top:0px;border-radius:0}.reseau{display:flex;flex-direction:row;justify-content:space-between}.menu-footer:hover{cursor:pointer;text-decoration:underline;text-decoration-color:#ccc3b8;text-decoration-thickness:2px}