/* Styles pour le contenu des pages tutoriels — scoped à .tuto-content */

.tuto-content {
    line-height: 1.5;
    color: rgb(55, 53, 47);
    max-width: 860px;
    margin: 0 auto;
}

.tuto-content a,
.tuto-content a:visited {
    color: inherit;
    text-decoration: underline;
}

.tuto-content .pdf-relative-link-path {
    font-size: 80%;
    color: #444;
}

.tuto-content h1,
.tuto-content h2,
.tuto-content h3 {
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
}

.tuto-content .page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.75em;
}

.tuto-content h1 { font-size: 1.875rem; margin-top: 1.875rem; }
.tuto-content h2 { font-size: 1.5rem; margin-top: 1.5rem; }
.tuto-content h3 { font-size: 1.25rem; margin-top: 1.25rem; }

.tuto-content .source {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1.5em;
    word-break: break-all;
}

.tuto-content .callout { border-radius: 3px; padding: 1rem; }

.tuto-content figure { margin: 1.25em 0; page-break-inside: avoid; }
.tuto-content figcaption { opacity: 0.5; font-size: 85%; margin-top: 0.5em; }

.tuto-content mark { background-color: transparent; }
.tuto-content .indented { padding-left: 1.5em; }

.tuto-content hr {
    background: transparent;
    display: block;
    width: 100%;
    height: 1px;
    visibility: visible;
    border: none;
    border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}

.tuto-content img { max-width: 100%; }
.tuto-content .collection-content { font-size: 0.875rem; }

.tuto-content .column-list { display: flex; justify-content: space-between; }
.tuto-content .column { padding: 0 1em; }
.tuto-content .column:first-child { padding-left: 0; }
.tuto-content .column:last-child { padding-right: 0; }

.tuto-content .table_of_contents-item {
    display: block;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.125rem;
}
.tuto-content .table_of_contents-indent-1 { margin-left: 1.5rem; }
.tuto-content .table_of_contents-indent-2 { margin-left: 3rem; }
.tuto-content .table_of_contents-indent-3 { margin-left: 4.5rem; }
.tuto-content .table_of_contents-link {
    text-decoration: none;
    opacity: 0.7;
    border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}

.tuto-content table,
.tuto-content th,
.tuto-content td { border: 1px solid rgba(55, 53, 47, 0.09); border-collapse: collapse; }
.tuto-content table { border-left: none; border-right: none; }
.tuto-content th,
.tuto-content td { font-weight: normal; padding: 0.25em 0.5em; line-height: 1.5; min-height: 1.5em; text-align: left; }
.tuto-content th { color: rgba(55, 53, 47, 0.6); }

.tuto-content ol,
.tuto-content ul { margin: 0; margin-block-start: 0.6em; margin-block-end: 0.6em; }
.tuto-content li > ol:first-child,
.tuto-content li > ul:first-child { margin-block-start: 0.6em; }
.tuto-content ul > li { list-style: disc; }
.tuto-content ul.to-do-list { padding-inline-start: 0; }
.tuto-content ul.to-do-list > li { list-style: none; }
.tuto-content .to-do-children-checked { text-decoration: line-through; opacity: 0.375; }
.tuto-content ul.toggle > li { list-style: none; }
.tuto-content ul { padding-inline-start: 1.7em; }
.tuto-content ul > li { padding-left: 0.1em; }
.tuto-content ol { padding-inline-start: 1.6em; }
.tuto-content ol > li { padding-left: 0.2em; }
.tuto-content .toggle { padding-inline-start: 0em; list-style-type: none; }
.tuto-content .toggle > li > details { padding-left: 1.7em; }
.tuto-content .toggle > li > details > summary { margin-left: -1.1em; }

.tuto-content .selected-value {
    display: inline-block;
    padding: 0 0.5em;
    background: rgba(206, 205, 202, 0.5);
    border-radius: 3px;
    margin-right: 0.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    white-space: nowrap;
}

.tuto-content .collection-title { display: inline-block; margin-right: 1em; }
.tuto-content .page-description { margin-bottom: 2em; }

.tuto-content .simple-table { margin-top: 1em; font-size: 0.875rem; empty-cells: show; }
.tuto-content .simple-table td { height: 29px; min-width: 120px; }
.tuto-content .simple-table th { height: 29px; min-width: 120px; }
.tuto-content .simple-table-header-color { background: rgb(247, 246, 243); color: black; }
.tuto-content .simple-table-header { font-weight: 500; }

.tuto-content time { opacity: 0.5; }

.tuto-content .icon { display: inline-block; max-width: 1.2em; max-height: 1.2em; text-decoration: none; vertical-align: text-bottom; margin-right: 0.5em; }
.tuto-content img.icon { border-radius: 3px; }
.tuto-content .link-to-page { margin: 1em 0; padding: 0; border: none; font-weight: 500; }
.tuto-content p > .user { opacity: 0.5; }
.tuto-content td > .user, .tuto-content td > time { white-space: nowrap; }
.tuto-content input[type="checkbox"] { transform: scale(1.5); margin-right: 0.6em; vertical-align: middle; }
.tuto-content p { margin-top: 0.5em; margin-bottom: 0.5em; }

.tuto-content .image { border: none; margin: 1.5em 0; padding: 0; border-radius: 0; text-align: center; }

.tuto-content .code,
.tuto-content code {
    background: rgba(135, 131, 120, 0.15);
    border-radius: 3px;
    padding: 0.2em 0.4em;
    font-size: 85%;
    tab-size: 2;
}
.tuto-content code { color: #eb5757; }
.tuto-content .code { padding: 1.5em 1em; font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace; }
.tuto-content .code-wrap { white-space: pre-wrap; word-break: break-all; }
.tuto-content .code > code { background: none; padding: 0; font-size: 100%; color: inherit; }

.tuto-content blockquote {
    font-size: 1.25em;
    margin: 1em 0;
    padding-left: 1em;
    border-left: 3px solid rgb(55, 53, 47);
}

.tuto-content .bookmark { text-decoration: none; max-height: 8em; padding: 0; display: flex; width: 100%; align-items: stretch; }
.tuto-content .bookmark-title { font-size: 0.85em; overflow: hidden; text-overflow: ellipsis; height: 1.75em; white-space: nowrap; }
.tuto-content .bookmark-text { display: flex; flex-direction: column; }
.tuto-content .bookmark-info { flex: 4 1 180px; padding: 12px 14px 14px; display: flex; flex-direction: column; justify-content: space-between; }
.tuto-content .bookmark-image { width: 33%; flex: 1 1 180px; display: block; position: relative; object-fit: cover; border-radius: 1px; }
.tuto-content .bookmark-description { color: rgba(55, 53, 47, 0.6); font-size: 0.75em; overflow: hidden; max-height: 4.5em; word-break: break-word; }
.tuto-content .bookmark-href { font-size: 0.75em; margin-top: 0.25em; }

.tuto-content .highlight-gray { color: rgba(120, 119, 116, 1); }
.tuto-content .highlight-brown { color: rgba(159, 107, 83, 1); }
.tuto-content .highlight-orange { color: rgba(217, 115, 13, 1); }
.tuto-content .highlight-yellow { color: rgba(203, 145, 47, 1); }
.tuto-content .highlight-teal { color: rgba(68, 131, 97, 1); }
.tuto-content .highlight-blue { color: rgba(51, 126, 169, 1); }
.tuto-content .highlight-purple { color: rgba(144, 101, 176, 1); }
.tuto-content .highlight-pink { color: rgba(193, 76, 138, 1); }
.tuto-content .highlight-red { color: rgba(212, 76, 71, 1); }
.tuto-content .highlight-gray_background { background: rgba(241, 241, 239, 1); }
.tuto-content .highlight-brown_background { background: rgba(244, 238, 238, 1); }
.tuto-content .highlight-orange_background { background: rgba(251, 236, 221, 1); }
.tuto-content .highlight-yellow_background { background: rgba(251, 243, 219, 1); }
.tuto-content .highlight-teal_background { background: rgba(237, 243, 236, 1); }
.tuto-content .highlight-blue_background { background: rgba(231, 243, 248, 1); }
.tuto-content .highlight-purple_background { background: rgba(244, 240, 247, 0.8); }
.tuto-content .highlight-pink_background { background: rgba(249, 238, 243, 0.8); }
.tuto-content .highlight-red_background { background: rgba(253, 235, 236, 1); }

.tuto-content .block-color-default { color: inherit; fill: inherit; }
.tuto-content .block-color-gray { color: rgba(120, 119, 116, 1); }
.tuto-content .block-color-brown { color: rgba(159, 107, 83, 1); }
.tuto-content .block-color-orange { color: rgba(217, 115, 13, 1); }
.tuto-content .block-color-yellow { color: rgba(203, 145, 47, 1); }
.tuto-content .block-color-teal { color: rgba(68, 131, 97, 1); }
.tuto-content .block-color-blue { color: rgba(51, 126, 169, 1); }
.tuto-content .block-color-purple { color: rgba(144, 101, 176, 1); }
.tuto-content .block-color-pink { color: rgba(193, 76, 138, 1); }
.tuto-content .block-color-red { color: rgba(212, 76, 71, 1); }
.tuto-content .block-color-gray_background { background: rgba(241, 241, 239, 1); }
.tuto-content .block-color-brown_background { background: rgba(244, 238, 238, 1); }
.tuto-content .block-color-orange_background { background: rgba(251, 236, 221, 1); }
.tuto-content .block-color-yellow_background { background: rgba(251, 243, 219, 1); }
.tuto-content .block-color-teal_background { background: rgba(237, 243, 236, 1); }
.tuto-content .block-color-blue_background { background: rgba(231, 243, 248, 1); }
.tuto-content .block-color-purple_background { background: rgba(244, 240, 247, 0.8); }
.tuto-content .block-color-pink_background { background: rgba(249, 238, 243, 0.8); }
.tuto-content .block-color-red_background { background: rgba(253, 235, 236, 1); }

.tuto-content .checkbox {
    display: inline-flex;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-left: 2px;
    margin-right: 5px;
}
.tuto-content .checkbox-on {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.tuto-content .checkbox-off {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
