.titre {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.titre img {
        max-height: 4rem;
        margin: 0.5rem;
        display: block;
}
.line {
    columns: 1;
}

.line {
    columns: 1;
}

.projects {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    list-style-type: none;
    padding: 2rem;
    margin: 2rem;
    min-width: 70%;
    min-height: 250px;
    align-items: center;
}

.projects a {
    display: inline-flex;
}

.projects p {
    display: block;
}

.projects a img {
    max-height: 8rem;
    margin: 0.5rem;
}

.line img {
    max-width: 90%;
    border-radius: 10px;
 }

.projects a {
    color: #492929;
    font-size: large;
}

/* Alice Clover */

.alice-content {
    columns: 1;
}

.alice-content img {
    max-width: 80%;
}

.alice-content p, .alice-bilan p {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin: 1rem;
    padding: 1rem;
    margin-bottom: 0.5em;
    height: 100%;
}

.alice-line img {
    max-width: 80%;
}

.alice-fanart p {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin: 1rem;
    padding: 1rem;
    margin-bottom: 0.5em;
    height: 100%;
    max-width: 75%;
    align-items: center;
}

.alice-fanart p {
    margin-left: auto;
    margin-right: auto;
}

.alice-projects ul button{
    max-width: 100%;
    background-color: none;
    padding: 0;
    margin: 0.5rem;
    border-color: none;
}

.alice-projects ul button img {
    max-width: 100%;
}

.alice-projects ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    column-count: 3;
}

.alice-work {
    max-height: 80%;
    max-width: 80%;
    border-color: #492929;
}

.alice-wrapper img {
    max-width: 90%;
    max-height: 80%;
}

.alice-nav {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    justify-content: center;
    grid-area: filtres;
    width: fit-content;
    padding: 0.25em;
}

/* MultivHertz */

.hertz-content {
    columns: 1;
}

.hertz-content img {
    max-width: 80%;
}

.banner {
    max-width: 95%;
}

.hertz-content p, .column p, .hertz-merci p {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin: 1rem;
    padding: 1rem;
    margin-bottom: 0.5em;
    height: 100%;
}

#hertz-btn {
    font-size: larger;
}

.zine-toggle {
    margin : 1rem;
}

.zine-section {
    align-items: center;
    display: flex;
    height: 90%;
    justify-content: center;
    margin: 5%;
    width: 90%;
}

.aspect {
    padding-bottom: 70%;
    position: relative;
    width: 100%;
}

.aspect-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

#zine {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#zine div {
    height: 100%;
    width: 100%;
}

#zine div img {
    height: 100%;
    max-width: 100%;
}

#zine .turn-page{
    background-color: #ccc;
}
/* Alien Crossing */

#banner-alien {
    max-width: 100%;
}

.alien-content {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.alien-content img {
    max-width: 5rem;
}

.column {
    flex-grow: 4;
}

.column p {
    background-color: white;
    border-radius: 10px;
    border-style: ridge;
    border-color:#492929;
    margin: 1rem;
    padding: 1rem;
    margin-bottom: 0.5em;
    height: 100%;
}

.alien-images img {
    max-width: 70%;
}

#alien-btn {
    font-size: larger;
}

@media screen and (orientation: portrait) {
    .project-img {
        display: none;
    }
}

@media screen and (min-width: 700px) and (orientation: landscape) {

    
    .line img {
        max-width: 20%;
    }

    .line {
        display: inline-flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
    }

    /* Alice Clover */
    .alice-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .alice-content img {
        max-width: 15%;
    }

    .alice-line {
        display: inline-flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: center;
    }

    .alice-line img {
        max-width: 40%;
    }

    .alice-line p {
        max-width: 50%;
    }
    
    .alice-work {
        max-height: 90%;
    }

    .alice-wrapper {
        display: inline-flex;
        align-items: center;
    }

    .alice-wrapper img {
        max-width: 50%;
        max-height: 60%;
    }

    #alice-column {
        margin: 2rem;
        text-align: left;
    }
    /* MultivHertz */

    .hertz-content, .hertz-merci {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hertz-content img {
        max-width: 30%;
    }

    /* Alien Crossing */

    .alien-content img {
        max-height: fit-content;
    }
}