body>.productpresenter-calque {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

body>.productpresenter-calque>.pp-nav {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    z-index: 500;
}

body>.productpresenter-calque>.pp-nav>a {
    pointer-events: all;
    position: relative;
    cursor: pointer;
    width: 60px;
    /* background: red; */
}

body>.productpresenter-calque>.pp-nav>a:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -60px;
}

body>.productpresenter-calque>.pp-nav>a.pp-prev:before {
    right: 0;
}

body>.productpresenter-calque>.pp-nav>a:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    box-sizing: border-box;
}

body>.productpresenter-calque>.pp-nav>a.pp-next:after {
    border-right: solid 2px;
    border-top: solid 2px;
}

body>.productpresenter-calque>.pp-nav>a.pp-prev:after {
    border-left: solid 2px;
    border-bottom: solid 2px;
}

body>.productpresenter-calque>.pp-box  {
    background: #fff;
    height: 666px;
    max-height: 100%;
    position: relative;
    width: 964px;
    margin: auto;
    max-width: 100%;
}

body>.productpresenter-calque>.pp-box>.pp-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    /* background: red; */
    cursor: pointer;
    z-index: 10;
}

body>.productpresenter-calque>.pp-box>.pp-close:before,
body>.productpresenter-calque>.pp-box>.pp-close:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 16px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    margin-left: -8px;
}

body>.productpresenter-calque>.pp-box>.pp-close:before {
    transform: rotate(45deg);
}

body>.productpresenter-calque>.pp-box>.pp-close:after {
    transform: rotate(-45deg);
}

.productpresenter-outter .pp-cols>.pp-images {
    background: #fff;
    width: 50%;
    position: relative;
    user-select: none;
}

.productpresenter-outter .pp-cols>.pp-infos {
    overflow: auto;
    display: flex;
    flex-direction: column;
    /* flex: 1; */
}

.productpresenter-outter .pp-cols>* {
    flex: 1
}

.productpresenter-outter .pp-cols {
    display: flex;
    height: 100%;
}

.productpresenter-outter .pp-inner {
    padding: 33px 42px;
    /* flex: 1; */
}

.productpresenter-outter .pp-lines {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.productpresenter-outter .pp-line:not(:last-child) {
    border-bottom: solid 1px #ddd;
}

.productpresenter-outter .pp-lines>.pp-line {
    display: flex;
    /* justify-content: space-between; */
    padding: 10px 42px;
    font-size: 16px;
    align-items: center;
}

.productpresenter-outter .pp-lines>.pp-line>* {
    display: flex;
}

.productpresenter-outter .pp-lines>.pp-line>.pp-left>:not(:last-child) {
    margin-right: 10px;
    /* min-width: 100px; */
}

.productpresenter-outter .pp-lines>.pp-line>.pp-left {
    flex: 1;
    justify-content: space-between;
    font-weight: bold;
}

.productpresenter-outter .pp-lines>.pp-line .pp-price {
    color: #777c80;
}

.productpresenter-outter .pp-desc {
    line-height: 1.4em;
}
.productpresenter-outter .pp-desc .pp-valeurs {
    line-height: 1.2em;
    font-size: 12px;
    display: block;
    margin-top:1em;
}
.productpresenter-outter .pp-lines>.pp-line .pp-qte {
    display: flex;
    align-items: center;
}

.productpresenter-outter .pp-lines>.pp-line .pp-qte>a {
    width: 24px;
    height: 28px;
    /* background: #000; */
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.productpresenter-outter .pp-lines>.pp-line .pp-qte>input {
    width: 46px;
    border: none!important;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    height: 28px;
    padding: 0px 0 0;
    -webkit-appearance: none;
}

.productpresenter-outter .pp-action {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.productpresenter-outter .pp-action.adding {
    opacity: 0.5;
    pointer-events: none;
}
.productpresenter-outter .is-not-compatible{
    line-height: 1.2em;
    color: #cc1818;
    font-weight: 400;
}
.productpresenter-outter:not(.not-compatible)>.pp-box .is-not-compatible{
    display: none;
}

.productpresenter-outter .pp-action:not(.added)>:not(.button) {
    display: none;
}

body>.productpresenter-calque.not-compatible>.pp-box .pp-action>.button {
    display: none;
}
.productpresenter-outter .button {
    cursor: pointer;
    background: #5E6E68;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 0 25px;
    font-family: 'Barlow Semi Condensed';
    text-transform: uppercase;
    text-align: center;
}

.productpresenter-outter .pp-action>*:not(:last-child) {
    margin-bottom: 10px;
}

.productpresenter-outter .pp-action>.links>a {
    margin:15px;
}
.productpresenter-outter .pp-action>.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.productpresenter-outter .pp-action a.link {
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    color: var(--marron);
    cursor: pointer;
}

.productpresenter-outter .pp-lines>.pp-line>.pp-left>* {
    display: flex;
    align-items: center;
}

.productpresenter-outter .pp-lines>.pp-line>.pp-left>.pp-pers:after {
    content: "";
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url(../../img/personne.svg) no-repeat center/contain;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-nav {
    position: absolute;
    left: 0;
    right: 0;
    height: 48px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 100;
    top: 50%;
    margin-top: -24px;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-nav>a {
    cursor: pointer;
    pointer-events: all;
    width: 48px;
    position: relative;
    color: #E6E7E5;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-nav>a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    transform: rotate(45deg);
    margin-top: -8px;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-nav>a.pp-iprev:before {
    border-left: solid 2px;
    border-bottom: solid 2px;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-nav>a.pp-inext:before {
    border-right: solid 2px;
    border-top: solid 2px;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-items {
    position: relative;
    height: 100%;
    overflow: hidden;
}

@keyframes displayImagePPRight {
    from {
        transform: translateX(100%)
    }
}

@keyframes displayImagePPLeft {
    from {
        transform: translateX(-100%)
    }
}

@keyframes displayImagePPToRight {
    to {
        transform: translateX(100%)
    }
}

@keyframes displayImagePPToLeft {
    to {
        transform: translateX(-100%)
    }
}

.productpresenter-outter .pp-cols>.pp-images>.pp-items>img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.productpresenter-outter .pp-cols>.pp-images>.pp-items>img[data-format="landscape"]{
    object-fit: contain;
}
.productpresenter-outter .pp-cols>.pp-images>.pp-items>img[data-sens="right"]:not(.leaving) {
    animation: displayImagePPLeft 0.3s;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-items>img[data-sens="left"]:not(.leaving) {
    animation: displayImagePPRight 0.3s;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-items>img[data-sens="right"].leaving {
    animation: displayImagePPToRight 0.3s;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-items>img[data-sens="left"].leaving {
    animation: displayImagePPToLeft 0.3s;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-dots>a:not(:hover):not(.current) {
    opacity: 0.25;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-dots>a {
    width: 10px;
    height: 10px;
    background: #333;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.2s;
}

.productpresenter-outter .pp-cols>.pp-images>.pp-dots {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 100;
    justify-content: center;
}

.productpresenter-outter .pp-cols>.pp-images.no-slide>.pp-nav,
.productpresenter-outter .pp-cols>.pp-images.no-slide>.pp-dots {
    display: none;
}
.productpresenter-outter .pp-inner.pp-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.productpresenter-outter .pp-foot{
    text-align: center;
}
.productpresenter-outter .modes-retrait {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
}

.productpresenter-outter .modes-retrait>strong {
    width: 100%;
    margin-top: 5px;
}

.productpresenter-outter .modes-retrait>span {
    margin: 1px;
    background: #ddd;
    padding: 3px 4px;
}
.wc-product-fiche{
    margin-bottom: 120px;
}
.wc-product-fiche.productpresenter-outter .pp-lines {
    margin-left: 42px;
    margin-right: 42px;
}
.productpresenter-outter.outofstock .pp-lines>.pp-line .pp-qte {
    display: none;
}
.productpresenter-outter.outofstock .pp-bottom .outofstock {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.productpresenter-outter.outofstock .pp-lines>.pp-line>.pp-left>.pp-price+div {
    display: none;
}

.productpresenter-outter.outofstock .pp-lines>.pp-line>.pp-left>.pp-price {
    margin-right: 0;
}
@media(max-width:782px) {
    .wc-product-fiche.productpresenter-outter .pp-lines {
        margin-left: 0;
        margin-right: 0;
    }
    .productpresenter-outter .pp-inner, .productpresenter-outter .pp-lines>.pp-line{
        padding-left: 15px;
        padding-right: 15px;
    }
    .productpresenter-outter .pp-cols>.pp-images>.pp-nav{
        display: none;
    }
    .productpresenter-outter .pp-cols {
        flex-direction: column;
    }
    .productpresenter-outter .pp-cols>.pp-images {
        width: 100%;
        height: calc(100vh / 4);
        flex: none;
    }
    body>.productpresenter-calque>.pp-nav {
        top: calc(100vh / 4);
    }
}