.oneProductDebrief {
    margin-top: 20px;
    padding: 1em;
}

.oneProductDebrief .new {
    text-transform: uppercase;
    background-color: #21c87a;
    color: white;
    padding: .5em 1em;
    /* font-size: 1.2em; */
    font-weight: bold;
    margin-top: -1.5em;
    margin-left: -1.5em;
    width: 150px;
    text-align: center;
    /* display: inline-block; */
    border-radius: 15px;
}

.oneProductDebrief .contents {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
}

.oneProductDebrief .content-1 {

}

.oneProductDebrief .content-1 .elo {
    width: 150px;
    margin-top: -2em;
    margin-right: -2.5em;
}

.oneProductDebrief .content-2 {
    background-color: #EEE;
    padding: 1em;
    border-radius: 15px;
    margin-bottom: 30px;
}

.oneProductDebrief .content-2 .title {
    font-weight: bold;
}

.oneProductDebrief .content-2 .list {
    display: flex;
    flex-direction: column;
    /* align-items: end; */
}

.oneProductDebrief .content-2 ul {
    margin-top: 1em;
    /* list-style-position: inside;
    padding-left: 0; */
}

.oneProductDebrief .content-2 .zone-book {
    display: flex;
    justify-content: center;
}

.oneProductDebrief .content-2 .book {
    width: 300px;
}

.oneProductDebrief .content-2 .price {
    background-color: #21c87a;
    color: white;
    padding: 1em;
    font-weight: bold;
    text-align: center;
    width: 300px;
    margin: auto;
    margin-bottom: -40px;
    border-radius: 15px;
}

.ht {
    font-size: .8em;
}

@media (min-width: 768px) {
    .oneProductDebrief .content-2 .list {
        /* display: flex; */
        flex-direction: row;
        justify-content: end;
    }
}


@media (min-width: 992px) {
    .oneProductDebrief .contents {
        flex-direction: row;
        justify-content: space-between;
    }

    .oneProductDebrief .content-1 {
        width: 53%;
        z-index: 20;
    }

    .oneProductDebrief .content-1 .elo {
        z-index: 20;
    }

    .oneProductDebrief .content-2 .title {
        text-align: center;
    }

    .oneProductDebrief .content-2 {
        width: 45%;
        z-index: 10;
    }

    .oneProductDebrief .content-2 .list {
        flex-direction: column;
        justify-content: start;
    }

    /* .oneProductDebrief .content-2 ul {
        list-style-position: inside;
        padding-left: 0;
    } */

    .oneProductDebrief .content-2 .price {
        width: 200px;
    }
}
