/* Medium devices (landscape tablets, 768px and up) */
/* Appareils moyens (tablettes paysage, 768px et plus) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
        .container_bloc{     
        display: inline-block;
        width: 100%;
        height: fit-content;
        padding: 0px;
        background: #6D071A;
        box-sizing: border-box;
        box-shadow: 0 15px 50px 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: 50px;
        margin-top: 10px;
    }

    section.align_left {
        text-align: left;
    }


    section.align_center {
        text-align: center;
    }

    section.align_right {
        text-align: right;
    }
    
    .card{
        display: none;
    }

    .acheter_le_jeu {
        display: none;
    }
    
}
