.compte{min-height:calc(var(--vh, 1vh)*100);background:#f5f5f5}.compte .int{display:flex;flex-direction:column}.compte .nav_left .elem{font-size:16px;display:flex;align-items:center;font-weight:400;height:56px;padding:0 20px;background:#fff;margin-bottom:1px;cursor:pointer}.compte .nav_left .elem svg{margin-right:16px}.compte .nav_left .elem.active{border-left:4px solid var(--orange);background:#fbfbfb;padding-left:16px}.compte .right{margin-top:36px}.compte .title_a{height:56px;background:#fff;padding:0 16px;display:flex;align-items:center}.compte .title_a svg{width:30px;height:30px;margin-right:10px}@media only screen and (min-width:800px){.compte .int{flex-direction:row;width:960px;margin:0 auto;padding:60px 0}.compte .nav_left{width:30%;min-width:30%}.compte .right{width:70%;padding-left:20px;margin-top:0}}