#product-show {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

#product-show * {
    font-family: 'Roboto', sans-serif;
}

#product-show .first-col,
#product-show .second-col {
    position: relative;
    margin: 0;
    width: 100%;
}

#product-show .first-col {
    border-bottom: solid 1px black;
}

#product-show .first-col-logo {
    position: absolute;
    width: 7rem;
    left: 0.8rem;
    top: 0.8rem;
    z-index: 402;
}

#product-show .first-col .product-image {
    width: 100vw;
    height: 100vw;
    position: relative;
}
#product-show .first-col .product-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#product-show .first-col .product-image .seals {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    z-index: 2;
    display: flex;
}
#product-show .first-col .product-image .seals > img {
    width: 100px;
}

#product-show .first-col.with-slider .product-image .bx-wrapper {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    background: none;
    border: none;
    box-shadow: none;
}
#product-show .first-col .product-image .bx-wrapper ul {
    padding: 0;
}

#product-show .first-col .product-image .bx-wrapper .bxslider img {
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}

#product-show .first-col.with-slider .product-image .bx-wrapper,
#product-show .first-col.with-slider .product-image .bx-viewport,
#product-show .first-col.with-slider .product-image .bx-wrapper ul,
#product-show .first-col.with-slider .product-image .bx-wrapper ul li,
#product-show .first-col.with-slider .product-image .bx-wrapper .bxslider img {
    height: 100% !important;
}

#product-show .second-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem 1rem;
    flex-grow: 1;
    -ms-flex-positive: 1; /* IE 10 */
    background:
            url('../img/common/logo-cluster-montagne-gris-bleu-transparent.svg') 225% 5% / 90% no-repeat,
            rgba(240, 240, 240, 0.9);
;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    #product-show .second-col {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background:
                url('../img/common/logo-cluster-montagne-gris-bleu-clair-transparent-flou.svg') 225% 5% / 90% no-repeat,
                rgba(255, 255, 255, 0.75);
        ;
    }
}

#product-show .second-col .second-col-body {
    flex-grow: 1;
    text-align: left;
    margin: 1rem 0;
    font-size: 0.9rem;
}

#product-show .second-col .second-col-header {
    display: flex;
    flex-wrap: nowrap;
}

#product-show .second-col .product-company-logo {
    width: 20%;
}
#product-show .second-col .product-company-logo > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

#product-show h3 {
    width: 60%;
    color: #10385d;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0.5rem;
    padding: 0 0.5rem;
    text-align: center;
}

#product-show .second-col .product-issues {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#product-show .second-col .product-issues .picto-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    flex: 1 0 50%
}

#product-show .second-col .product-issues > a {
    margin: 0 0.25rem;
}
#product-show .second-col .product-issues > a:hover {
    transform: scale(1.1);
}

#product-show .second-col .product-issues .picto {
    width: 1.4rem;
    height: 1.4rem;
}

#product-show .second-col .product-issues .picto-name {
    display: none;
}

#product-show .second-col .live-pictures {
    margin: 0 0 1rem;
}
#product-show .second-col .live-pictures .video-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
#product-show .second-col .live-pictures iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#product-show .second-col .product-content {
    text-align: left;
    font-size: 0.9rem;
    color: #10385d;
}

#product-show .second-col .product-content .tagline {
    font-size: 0.9rem;
    color: #10385d;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1rem;
}

#product-show .second-col .product-content .description,
#product-show .second-col .product-content .pros {
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.5;
}

#product-show .second-col .product-content .description {
    margin-bottom: 2rem;
}

#product-show .second-col .product-content .pros {
    position: relative;
    margin: 0 1rem;
}
#product-show .second-col .product-content .pros-img-wrapper { /* THUMB */
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: #10385d;
    padding: 0.5rem;
}
#product-show .second-col .product-content .pros-img-wrapper > img { /* THUMB */
    width: 110%;
    height: 110%;
    object-fit: cover;
    object-position: center;
    transform: translate(-0.05rem, -0.2rem);
}

#product-show .second-col .product-content .pros > p {
    color: white;
    background-color: #10385d;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    margin: 0;
}

#product-show .second-col .pros > p {
    color: white;
    background-color: #10385d;
    padding: 1.1rem;
    border-radius: 0.5rem;
}

#product-show .second-col .product-modal-ctas {
    display: flex;
    justify-content: space-between;
    margin: 0 1rem;
}

#product-show .second-col .product-modal-cta {
    display: inline-block;
    padding: 0.5rem 1.75rem;
    border-radius: 0.5rem;
    background-color: #339C3A;
    color: white;
    text-transform: capitalize;
    font-weight: bold;
    border: 1px solid #339C3A;
    font-size: 1rem;
    text-decoration: none;
}
#product-show .second-col .product-modal-cta:hover {
    cursor: pointer;
    opacity: 0.9;
}

@media (orientation: landscape) {
    #product-show .first-col .product-image {
        height: 60vh;
    }
    #product-show .second-col .product-issues .picto-wrapper {
        flex: 1 0 30%;
    }
}

@media (min-width: 768px) {
    #product-show h3 {
        font-size: 1.2rem;
    }
    #product-show .first-col.with-slider {
        height: 90%;
    }
    #product-show .first-col.with-slider .product-image,
    #product-show .first-col.with-slider .product-image .bx-wrapper,
    #product-show .first-col.with-slider .product-image .bx-wrapper ul,
    #product-show .first-col.with-slider .product-image .bx-wrapper ul li,
    #product-show .first-col.with-slider .product-image .bx-wrapper .bxslider img {
        height: 100%;
    }
    #product-show .first-col.with-slider .product-image .bx-wrapper .bx-viewport {
        height: 100% !important;
    }

    #product-show .first-col.product-image .seals > img {
        width: 120px;
    }

    #product-show .second-col {
        padding: 2rem;
        background-repeat: no-repeat;
        background-position: 125% 50%;
        background-size: 60%;
    }

    #product-show .second-col .product-content {
        font-size: 1rem;
    }

    #product-show .second-col .product-issues .picto-wrapper {
        flex: 0 0 26%;
        margin-right: 1rem;
    }
    #product-show .second-col .product-issues .picto {
        width: 2.5rem;
        height: 2.5rem;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    #product-show .first-col .product-image {
        height: 60vw;
    }
    #product-show .first-col-logo {
        width: 10rem;
        left: 2rem;
        top: 2rem;
    }
}

@media (min-width: 992px) {
    #product-show {
        height: 100%;
        flex-direction: row;
        border-radius: 1.5rem;
    }

    #product-show .first-col,
    #product-show .first-col.with-slider,
    #product-show .second-col {
        height: 100%;
        width: 50%;
    }
    #product-show .first-col {
        overflow: hidden;
        border: none;
    }
    #product-show .first-col-logo {
        width: 10rem;
        left: 2rem;
        top: 2rem;
    }
    #product-show .first-col .product-image {
        height: 100%;
        width: 100%;
    }
    #product-show .first-col .product-image .bx-wrapper .bxslider img {
        object-fit: cover;
    }

    #product-show .second-col {
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 3rem 4rem 2rem;
        flex-grow: unset;
        background-repeat: no-repeat;
        background-position: 8vw 50%;
        background-size: 100%;
    }

    #product-show .second-col .second-col-header {
        display: block;
    }

    #product-show .second-col .second-col-header .product-company-logo {
        position: relative;
        width: 30%;
        height: 5rem;
        top: -1.5rem;
        left: -2.5rem;
    }

    #product-show .second-col .second-col-header h3 {
        width: 100%;
        font-size: 1.3rem;
        margin-top: -1.25rem;
        margin-bottom: 1rem;
        color: #10385d;
    }

    #product-show .second-col .product-issues {
        margin: auto;
        width: 100%;
        justify-content: center;
    }

    #product-show .second-col .product-issues .picto-wrapper {
        justify-content: center;
        flex: 0 0 34%;
        margin: 0.25rem 0;
    }
    #product-show .second-col .product-issues .picto-wrapper:nth-child(even) .picto {
        margin-left: 1.75rem;
    }
    #product-show .second-col .product-issues .picto {
        width: 2rem;
        height: 2rem;
        margin-right: 0.25rem;
    }
    #product-show .second-col .product-issues .picto-name {
        display: inline-block;
        text-transform: uppercase;
        font-size: 0.9rem;
        font-weight: 300;
    }
    #product-show .second-col .product-content .tagline {
        font-size: 0.95rem;
    }
    #product-show .second-col .product-content .description,
    #product-show .second-col .product-content .pros {
        font-size: 0.95rem;
    }

    #product-show .second-col .second-col-body {
        height: 100%;
        overflow: auto;
        margin: 2rem 0 1rem;
    }

    #product-show .second-col .product-modal-cta {
        padding: 0.5rem 1.75rem;
        font-size: 1rem;
        text-transform: uppercase;
    }
}
@media (min-width: 1200px) {
    #product-show h3 {
        font-size: 1.3rem;
    }
    #product-show .second-col .product-issues .picto-name {
        font-size: 0.95rem;
    }
    #product-show .second-col .product-issues .picto-wrapper {
        justify-content: flex-start;
        flex: 0 0 26%;
        margin: 0.25rem 1.75rem 0.25rem 0;
    }
    #product-show .second-col .product-issues .picto-wrapper:nth-child(even) .picto {
        margin-left: 0;
    }

    #product-show .second-col .product-content .tagline,
    #product-show .second-col .product-content .description,
    #product-show .second-col .product-content .pros {
        font-size: 1rem;
    }

    #product-show .second-col .product-content .pros > p {
        color: white;
        background-color: #10385d;
        padding: 1.4rem;
        border-radius: 0.5rem;
        margin: 0;
    }

    #product-show .second-col .product-modal-cta {
        padding: 0.5rem 3.5rem;
    }
}
@media (min-width: 1440px) {
    #product-show .second-col {
        padding: 4rem 5rem 2rem;
    }
    #product-show .second-col .second-col-header h3 {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    #product-show .second-col .second-col-header .product-issues {
        margin-bottom: 0.5rem;
    }
    #product-show .second-col .second-col-header .product-issues .picto {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0.5rem;
    }
    #product-show .second-col .second-col-header .product-issues .picto-name {
        font-size: 1.1rem;
    }

    #product-show .second-col .product-content .description {
        margin-bottom: 3.25rem;
    }

    #product-show .second-col .product-content .pros {
        margin: 0 1.5rem;
    }
    #product-show .second-col .product-content .pros-img-wrapper {
        width: 2.75rem;
        height: 2.75rem;
        top: -1.5rem;
        left: -1.5rem;
    }
    #product-show .second-col .product-content .pros-img-wrapper > img {
        width: 95%;
        height: 95%;
        object-fit: contain;
        transform: translate(0, -0.1rem);
    }
}
@media (min-width: 1600px) {
    #product-show .second-col {
        background-position: 175% 50%;
        background-size: 85%;
    }
}