#root,.app,body,html{width:100%;margin:0;padding:0;box-sizing:border-box}.app{display:flex;flex-direction:column;min-height:100vh}.page{width:60%;margin:auto;max-width:800px;box-sizing:border-box}.titre-page{text-align:left;margin-top:30px;margin-bottom:10px;color:rgb(0,0,0);font-size:3em;font-weight:800}.titre{font-weight:700}.titre,.titre-2{text-align:left;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-size:2.2em;scroll-margin-top:40px}.titre-2{font-weight:400}.sous-titre-1{font-weight:400}.sous-titre-1,.sous-titre-2{text-align:left;margin-top:20px;color:rgb(0,0,0);font-size:1.5em;scroll-margin-top:40px}.sous-titre-2{font-weight:600}.texte{font-size:1em;color:rgb(0,0,0);line-height:2;scroll-margin-top:40px}.mise-avant{background-color:#ebebeb;border-radius:10px;padding:10px 20px;border-left:4px solid #b22133}.image{border-radius:8px;width:80%;margin:0 auto}.table-container{overflow-x:auto;margin-top:1rem}.tableau{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden}.tableau td,.tableau th{border:1px solid #b22133;padding:.75rem;text-align:left}.tableau th{background-color:#b22133;font-weight:700;color:white;border-color:white}body.dark-mode .tableau th{background-color:#b00000;color:#ffffff}body.dark-mode .tableau td{border-color:#ffffff}@media (max-width:1200px){.page{width:90%;margin:auto;min-width:0}.titre-page{font-size:2.7em;line-height:1.1;color:rgb(0,0,0);margin-top:130px;max-width:100%;word-break:break-word}.titre,.titre-2{font-size:2em;line-height:1.1;color:rgb(0,0,0);margin-top:20px;margin-bottom:20px}}body.dark-mode{background-color:#212121;color:#ffffff}body.dark-mode .sous-titre-1,body.dark-mode .sous-titre-2,body.dark-mode .texte,body.dark-mode .titre,body.dark-mode .titre-2,body.dark-mode .titre-page{color:#ffffff}body.dark-mode header{background-color:#131313;color:#ffffff}body.dark-mode .menu a,body.dark-mode .menu-burger,body.dark-mode .menu-close,body.dark-mode header .logo h1,body.dark-mode header a{color:#ffffff}body.dark-mode .mise-avant{background-color:#343434;color:#ffffff}.titre-page.gradient-title{background:linear-gradient(90deg,#ff3737,#ffc61a 20%,#3dc63d 40%,#1d9eda 50%,#6027e6 60%,#ff2ac3 80%);-webkit-background-clip:text;background-clip:text;color:transparent}body.dark-mode .titre-page.gradient-title{color:transparent}