/*---------------- texte -----------------*/

h1 {
    font-family: 'ScriptType', Helvetica, sans-serif;
    /* font-weight: 300; */
    font-size: 60px;
    line-height: 19px;
    letter-spacing: 0.06em;
    position: fixed;
    margin-top: 35px;
}

p {
    font-family: 'Stix', Arial Narrow, Helvetica, sans-serif;
    font-weight: 350;
    font-size: 27px;
    line-height: 29px;
    letter-spacing: -0.01em;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.colophon {
    font-family: 'Stix', Arial Narrow, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.01em;
}

/*---------------- images -----------------*/

#stuffs {
    width: 290px;
    position: fixed;
    bottom: 3vh;
    right: 10vw;
}

#stuffs img {
    max-width: 380px;
}

img {
    max-height: 500px;
}

/*---------------- liens -----------------*/

a {
    color: #eb8a8a;
}

.infos {
    font-family: 'Stix', Arial Narrow, Helvetica, sans-serif;
    font-weight: 350;
    font-size: 27px;
    line-height: 29px;
    max-width: 50vw;
    margin-bottom: 60px;
    letter-spacing: -0.01em;
}

.infos a {
    color: #eb8a8a;
    text-decoration: none;
}

.infos a:hover {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.img-infos {
    max-width: 50vw;
}

/*---------------- général -----------------*/

.top {
    margin-left: 0px;
    display: block;
    margin-bottom: 100px;
}

body {
    padding: 10px;
    scroll-behavior: smooth;
}

.vertbar-right {
    position: fixed;
    width: 500px;
    height: 100%;
    top: 0px;
    z-index: -999;
    background-color: #eb8a8a;
    margin-left: 0px;
    right: 0vw;
}


/*---------------- carrousel -----------------*/


.carrousel {
    flex: 1;
    position: relative;
    height: 70vh;
}

.carrousel .skip {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
}

.carrousel #left {
    left: 0;
    cursor: w-resize;
}

.carrousel #right {
    left: 50%;
    cursor: e-resize;
}

.carrousel .img-container {
    height: 100%;
    display: flex;
}

figure {
    height: 100%;
    margin: 0;
    display: none;
    background-color: transparent !important;
}

.carrousel img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}

.carrousel figure.on {
    display: block;
}