.bloc-50 {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    position: relative;
    padding-bottom: 80px;
}
.bloc-50 > div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
    padding: 40px;
}
.shop-container{
    display: flex;
    width: 100%;
    position: relative;

}
.shop-thumb {
    width: 60%;
    height: 100vh;
    position: sticky;
    top: 0;
    transition: top 0s ease-out;
    border-right: 1px solid #eee;
    order: 1;
    background-color: #FFF;
}

.shop-content {
    width: 40%;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
    order: 2;
}
.shop-content h1 {
    padding-bottom: 20px;
    margin: 0;
    padding-left: 0px;
}
.shop-price {
}
.shop-price p {
    font-size: 15px;
}

.long-read-bt-link-item-shop {
    padding: 10px 20px 10px 20px;
    border-radius: 0px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-size: cover;
    background-position: center center;
    border: 1px solid #000;
    width: 240px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.long-read-bt-link-item-shop:hover {
    background-color: #111;
     color: #fff;
}
.long-read-bt-link-item-shop p:hover {
   
}
.long-read-bt-link-item-shop:target {
    transform: scale(0.8);
    transition: all 0.5s;
}
.long-read-bt-link-item-shop p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    text-align: center;
}
.stock-txt {
    font-size: 10px;
    width: 100%;
    margin-top: 10px;
}
.Input, .p-FauxInput {
    border: 0px!important;
    padding: 20px!important;
}
.price {
    width: 100%;
    text-align: left;
}
.panier-shop {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 20px 10px 20px;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.panier-shop p {
    margin: 0px;
}
.panier-shop a {
}
.commande-legend {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.commande-legend p {
    padding: 0;
    margin: 0;
    color: #111;
    margin-bottom: 40px;
    border-top: 1px solid #eee;
    padding: 25px 0px 25px 0px;
    margin-top: 40px;
    border-bottom: 1px solid #eee;
}
.commande-buton-end {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.shop-bt-command{
    width: 100%;
    text-align: left;
}
.shop-tag{
    width: 100%;
}