body {
    --color-1: #f4676c;
    --color-2: #3f13ab;
    --color-3: #f8a0a3;
    --color-4: #fde7e8;
    --color-bg: #cfcfcf;

}

.reveal img,
.reveal video {
    max-width: 95%;
    max-height: 50vh;
    object-fit: contain;
}

blockquote strong {
    /* background-color: var(--color-4);
    font-weight: 400!important; */
    font-weight: 400 !important;
    background-color: rgba(249, 212, 162, 0.5)
        /* border-bottom: 1px solid black; */
}

.border {
    border: 1px solid black;
}

.reveal p,
.reveal li,
.reveal h1,
.reveal h2,
.reveal h3 {
    font-family: 'Catamaran';
    /* font-family: 'PT Sans'; */
}

.reveal p,
.reveal li {
    font-size: 28px;
    line-height: 1.4em;
}

.reveal li {
    padding-bottom: 0.6em;
}

.p-small {
    font-size: 22px !important;
}

.p-small small {
    font-size: 0.7em !important;
    /* text-decoration: underline; */
    padding-top: 2px;
    display: inline !important;
    border-bottom: 2px dotted black;
}

ul ul {
    list-style-type: circle;
    padding-top: 0.5em;
}



.reveal h2 {
    font-size: 3rem;
    font-weight: normal;
    /* font-family: 'Paysage';
    font-weight: 300; */
}



.reveal h3 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-size: 0.5em;
    margin-bottom: 3rem;
    text-decoration: underline;
}

.reveal h3 span {
    text-transform: initial;
    letter-spacing: 0;
    display: inline;
}


#cover h1{
    font-size: 4rem;
}


#colophon svg {
    width: 24px;
    padding-right: 12px;
    position: relative;
    top: 4px;
}

#colophon ul {
    list-style-type: none;
    padding-top: 2em;
}

#colophon li {
    font-size: 26px;
    padding-bottom: 0.5em;
}

/* .reveal small {
    display: block;
    font-size: 0.8em!important;
    padding-top: 0.5em;
} */

#publications p,
#publications li {
    font-size: 14px !important;
}

#these {
    display: flex;
    margin-top: 40px;
}



#these div {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: flex-start; */
}

#these div p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

#these div p:first-of-type {
    font-weight: 600;
}

#these hr {
    border: none;
    border-top: 1px solid #dfdfdf;
    display: block;
    width: 90%;
    margin: 0;
    position: relative;
    top: -10px;
}

#these img {
    width: 160px;
    height: 126px;
    object-position: 0px 0px;
}

.citation {
    font-size: 24px !important;
    font-family: 'happy-times' !important;
    max-width: 54ch;
    font-weight: normal;
}



.reveal .caption {
    font-size: 0.3em;
    font-family: 'IBM Plex Mono';
}

.reveal .medium {
    font-size: 0.5em;

}

.reveal .bg-black .caption {
    color: white;
}

.reveal blockquote {
    width: 100%;
    text-align: left;
    padding: 0.2em 1em;

}

.reveal blockquote p {
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-size: 0.67em;

}

#colophon .reveal p,
#colophon .reveal li {
    font-size: 26px;
    line-height: 1.4em;
}



.fragment-absolute .fragment,
.fragment-absolute .absolute,
#etude2-sa .fragment,
#etude2-sa .absolute {
    /* display: none;  */
    position: absolute;
    top: 0;
    left: 0;
}

.fragment-absolute img {
    width: 80vw;
    max-height: 100%;
}


.plan {
    text-align: left;
    /* border-top: 3px solid var(--color-1);
border-bottom: 3px solid var(--color-1); */
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: 0px 0px 0px 1px #888;

}

.plan::before {
    content: "Thèse";
    position: absolute;
    font-size: 1.5rem;
    top: -1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.plan-discussion::before {
    content: "Discussion de la thèse"
}



.plan ul {
    list-style-type: none;
    color: #cfcfcf;
}

.plan .current {
    color: black;
    font-weight: bold;

}

.plan ul li {
    font-size: 0.7em;
}

.plan ul li::before {
    content: '→\00a0\00a0'
}

.plan ul li.current::before {
    content: '➜\00a0\00a0'
}


.plan h3 {
    display: none;
    /* padding-top: 2rem;
font-weight: bold;
text-decoration: underline; */
    /* color: var(--color-1); */
}



.methodologie p {
    font-size: 0.5em;
    margin: 0.5em 0;
}

.methodologie strong {
    display: block;
    margin-bottom: 0.5em;
}

.methodologie .flex {
    display: flex;
    margin-top: 2em;
    gap: 3rem;
}

.methodologie .flex>div p:nth-of-type(2) {
    margin-bottom: 1em;
}

.methodologie .flex>div {
    width: 32%
}


.flex {
    display: flex;
    justify-content: space-between;

}


#etude1-description .flex h3 {
    text-align: left;

}

#etude1-description ul {
    width: 100%;
}

#etude1-description h3 {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#etude1-description h3,
#etude1-description li {
    font-size: 0.5em !important;
    padding-bottom: 0.2rem;


}


#etude1-description ul {
    margin-left: 0;
}

#etude1-description img {
    margin: 0;
}