/* Mise en forme générale */

html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
}

h1 {
    text-align: center;
    margin-top: 1.2vw;
    margin-bottom: 0.1vw;
    font-size: 3.7vw;
}

h1,
h2,
p {
    text-align: center;
}

h2 {
    margin-bottom: 1.2vw;
    margin-top: 0;
    font-size: 2.5vw;
}

details {
    font-size: 3vw;
    margin: 0;
}

details>summary {
    cursor: pointer;
    width: 45%;
    margin-left: 30%;
    margin-right: auto;
}

details>summary>span {
    font-size: max(10px, 1.7vw);
}

div.jeu h2 {
    margin-bottom: 0.5vw;
}

div.content {
    margin-left: 18%;
    margin-right: 18%;
    margin-bottom: 2%;
    width: 64%;
}

div.content img {
    width: 100%;
}

p {
    margin-top: 0.9vw;
    font-size: 1.4vw;
}

p.description {
    margin-top: 0.2vw;
    margin-bottom: 0.4vw;
    font-size: 1.4vw;
}

p.auteurs {
    margin-top: 0;
    font-size: 1.2vw;
}

a {
    color: darkblue;
}

em {
    font-style: italic;
}

.bandeau {
    background-color: #000000;
    padding: 1vw 0vw;
    margin: 0;
    text-align: center;
}

.bandeau.haut>img {
    width: 12vw;
}

.bandeau.bas img {
    height: 7vw;
}

#logo-comitim {
    height: 5.5vw;
    margin-top: -0.1vw;
}

.bandeau>div {
    color: white;
    font-style: italic;
    font-size: 1.2vw;
    margin-top: 0.55vw;
    margin-right: 0.5vw;
}

.bandeau.bas {
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}


.hors-concours {
    color: gray;
    font-size: max(1.2em, 2.5vw);
}

@media screen and (max-width: 1280px) {

    h1 {
        font-size: 3.0em;
    }

    h2 {
        font-size: 1.0em;
    }

    p {
        font-size: 1.2em;
    }

    details {
        font-size: 3.0vw;
    }

    details>summary {
        width: 35%;
        margin-left: 37%;
        margin-right: auto;
    }

    div.content {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }

    p.description {
        font-size: 0.7em;
    }

    p.auteurs {
        font-size: 0.5em;
    }

    .bandeau {
        padding: 0.6em 0em;
    }

    .bandeau>div {
        font-size: 0.9em;
    }

    .bandeau.haut>img {
        width: 18vw;
    }

    .bandeau.bas img {
        height: 5vw;
    }

    #logo-comitim {
        height: 6.5vw;
        margin-top: -0.2vw;
    }
}

@media screen and (max-width: 750px) {

    h1 {
        font-size: 2.3em;
    }

    h2 {
        font-size: 1.5em;
    }

    details {
        font-size: 1.8em;
    }
    
    details>summary {
        width: 40%;
        margin-left: 35%;
        margin-right: auto;
    }

    div.content {
        margin-left: 3%;
        margin-right: 3%;
        width: 94%;
    }

    p.description {
        font-size: 0.8em;
    }

    p.auteurs {
        font-size: 0.7em;
    }

    .bandeau {
        padding: 0.5em 0em;
    }

    .bandeau>div {
        font-size: 0.7em;
    }

    .bandeau.haut>img {
        width: 24vw;
    }

    .bandeau.bas img {
        height: 7vw;
    }

    #logo-comitim {
        height: 9.5vw;
        margin-top: -0.3vw;
    }
}