/* Extra small devices (phones, 600px and down) */
/* Appareils extra-petits (téléphones, 600px et moins) */
@media only screen and (max-width: 350px) {
    .container_bloc {
        display: inline-block;
        align-items: center;
        width: 100%;
        height: fit-content;
        padding: 0em;
        background: #6D071A;
        box-sizing: border-box;
        box-shadow: 0 1em 1em rgb(0 0 0);
    }

    .image_bloc_left,
    .image_bloc_right {
        float: left;
        text-align: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .image_bloc_right {
        float: right;
        width: 100%;
    }

    .text_bloc_left,
    .text_bloc_right {
        width: 100%;
        float: right;
    }

    .text_bloc_right {
        float: right;
    }

    section {
        text-align: left;
        margin-bottom: 5em;
        margin-top: 5em;
    }

    section.align_left {
        text-align: left;
    }


    section.align_center {
        text-align: center;
    }

    section.align_right {
        text-align: right;
    }

    /*Le "display: none;" sert à cacher le "card".*/
    .card {
        display: none;
    }

    .p3 {
        font-size: 0.5em;
    }

    .media_accueil {
        font-size: 0.5em;
    }

    .sub-menu {
        display: none;
        background-color: #91283B;
        width: 5em;
    }

    h1 {
        font-size: 1em;
    }

    a {
        font-family: sans-serif;
        font-weight: 200;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        padding: 0.5em 0.5em;
        background-color: #000000;
        transition: background ease-in 200ns;
        margin: 0em;
        cursor: pointer;
        opacity: 0.7;
        transition: opacity .1s;
        cursor: pointer;
        font-size: 0.5em;
    }

    .acheter_le_jeu {
        display: none;
    }

    .img_update {
        width: 5em;
    }

    .p_update_strong {
        font-size: 1em;
    }

    .p_update {
        font-size: 0.8em;
    }

}