* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    font-family: "Verdana", sans-serif;
}

body {
    background-image: url("../img/fond.jpg"), url("../img/boucle.jpg");
    background-position: top, top;
    background-repeat: no-repeat, repeat-x;
    background-color: #1e1915;
}

#steam {
    margin: auto;
    text-align: center;
}

.carousel {
    margin: auto;
    margin-bottom: 50px;
    border: 2em;
    width: 70%;
}

.conteneur {
    position: relative;
    padding-bottom: 50%;
    border: 10px solid transparent;
}

.carousel-cell {
    width: 80%;
    max-width: 760px;
}

.carousel img {
    border-radius: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel iframe {
    border-radius: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
}

.liens {
    font-size: 80%;
    color: #5b8d56;
    text-decoration: underline dotted;
}