.avatar {
    margin: 20px;
    width: 200px;
}

.citation {
    color: #FFFFFF;
    text-align: left;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.centered {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.title {
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.sub-title {
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.shadow {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
}

.social-icons {
    margin-top: 30px;
}

.icon-reseaux {
    display: block;
}

.cb-slideshowPhoto {
    color: #FFFFFF;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    text-align: right;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    padding: 10px 12px;
    background-color: #FFFFFF;
    color: #000000;
    z-index: 2000;
    border-radius: 4px;
    text-decoration: none;
}

#contenu-principal:focus {
    outline: none;
}

@media screen and (min-width: 601px) {
    .title {
        font-size: 30px;
    }

    .sub-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 20px;
    }

    .sub-title {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cb-slideshow li span,
    .cb-slideshow li div {
        animation: none !important;
        opacity: 0 !important;
    }

    .cb-slideshow li:first-child span,
    .cb-slideshow li:first-child div {
        opacity: 1 !important;
    }
}

html, body {
    background-color: #000000;
}
