/* Extra small devices (phones, 600px and down) */
/* Appareils extra-petits (téléphones, 600px et moins) */
@media only screen and (min-width: 350px) and (max-width: 600px) {
        .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;
    }

    .acheter_le_jeu {
        display: none;
    }

    .navigation {
        margin-bottom: 100em;
    }

    .img_update {
        width: 15em;
    }

    .p_update_strong {
        font-size: 1em;
    }

    .p_update {
        font-size: 0.8em;
    }
}