body {
    hyphens: auto;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    text-align: left;
}
figcaption{
    text-align: center;
    background-color: none;
}
#title-block-header {
    margin-bottom: 4em;
    background-color: white;
    padding: 1em;
    border: 3px solid black;
    border-radius: 12px;
    padding-bottom: 1.4em;
}
h1.title {
    text-align: center;
    color: CornflowerBlue;
    line-height: 1.5em;
}
p.subtitle {
    text-align: center;
}
.quarto-title-meta-heading {
    text-transform: none !important;
    color: grey;
}
.quarto-title-meta-author {
    grid-template-columns: minmax(max-content, 0.5fr) 1fr !important;
}

#logoaccueil {
    width: 60%;
    border-radius: 50%;
    border: 6px solid orangered;
}

.tab-content {
    background-color: snow;
}

.blockquote {
    background-color: snow;
}

.figure {
    border-radius: 12px;
}
.quarto-layout-row {
    justify-content: center;
    margin-bottom: 1.4em;
}

.margin-header-item img {
    border-radius: 8px;
}
button {
    border: 3px solid #ffc34d;
    border-radius: 6px;
    background-color: antiquewhite;
    padding: 0em 0.2em 0.2em;
}
button:hover {
    background-color: bisque;
}
button>a {
    text-decoration: none;
    letter-spacing: 3px;
    color:darkblue;
    font-weight: 600;
    font-size: 0.8em;
}
#title-block-header .author {
    margin-bottom: .6em !important;
}
.csl-entry {
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
    font-family: serif;
    margin-bottom: .5em;
    line-height: normal;
}
.csl-entry a {
    font-size: 0.9em;
    color:LightSteelBlue;
}
table, sidebar-menu-container {
    text-align: left;
}
.margin-header-item img {
    border-radius: 0px;
}