

    #conception ::-webkit-scrollbar {
        display: none;
    }

#conception h1 {
        font-weight: bold;
        font-size: var(--t-text-8xl);
        margin-bottom: -10px;
    }

#conception img {
        pointer-events: none;
        user-select: none;
    }

#conception h1 {
        font-size: var(--t-text-5xl);
        width: 600px;
        letter-spacing: var(--t-tracking-wide);
        margin: var(--t-space-8) auto;
        font-weight: var(--t-weight-medium);
        text-align: center;
        text-wrap: nowrap;
    }

#conception .description p{
        font-size: var(--t-text-2xl);
        margin-bottom: var(--t-space-4);
    }

#conception .btn-conception {
        font-style: normal;
        font-weight: var(--t-weight-semibold);
        font-size: var(--t-text-2xl);
        background: var(--t-color-white);
        padding: var(--t-space-3) var(--t-space-8);
        border: var(--t-border-width-2) solid var(--t-color-red-light);
        width: 100%;
    }

#conception .image-container {
        position: relative;
        display: inline-block;
        width: 100%;
    }

#conception .image-container .second_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity var(--t-duration-slow) ease;
    }

#conception .image-container:hover .second_image {
        opacity: 1;
    }

#conception .image-container .main_image {
        display: block;
        width: 100%;
        height: auto;
        transition: opacity var(--t-duration-slow) ease;
    }

#conception .image-container:hover .main_image {
        opacity: 0;
    } /*
        MODAL
    */

#conception .modal {
        overflow: hidden;
        position: fixed;
    }

#conception .fixed-top {
        z-index: 19999;
    }

#conception .modal-body {
        padding: 0;
        overflow-y: hidden!important;
    }

#conception .selector-list {
        position: relative;
        width: 20%;
        overflow-y: scroll;
    }

#conception .selector {
        border-bottom: var(--t-border-width-1) solid #ededed;
    }

#conception .selector > .button-section {
        width: 410px;
    }

#conception .button-selector {
        width: 100%;
        align-items: center;
        background-color: var(--t-color-white);
        border: none;
        padding: 18px 6px;
        opacity: 0.6;
        transition: all var(--t-duration-slow);
        display: flex;
    }

#conception .button-selector:hover {
        opacity: 1;
    }

#conception .button-section span {
        font-size: var(--t-text-lg);
        font-family: var(--t-font-base);
        font-weight: var(--t-weight-medium);
        letter-spacing: var(--t-tracking-wider);
        margin: 0 0 0 var(--t-space-3);
        align-content: center;
    }

#conception .visibilityOn {
        visibility: visible;
    }

#conception .offcanvas {
        height: 137%;
    }

#conception .offcanvas-header h4{
        font-weight: var(--t-weight-semibold);
        font-size: var(--t-text-xl);
    }

#conception .offcanvas-header {
        position: sticky;
        top: 0;
        box-shadow: 2px 1px 4px rgba(6, 6, 6, 0.25);
    }

#conception .offcanvas-body {
        overflow: visible;
        padding: 0;
    }

#conception .color-list button.active {
        border: var(--t-border-width-2) solid #0a53be!important;
        position: relative;
    }

#conception .color-list button.active:before {
        content: ' ';
        height: 100%;
        width: 100%;
        scale: 1.7;
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZiIgY2xhc3M9ImJpIGJpLWNoZWNrIiB2aWV3Qm94PSIwIDAgMTYgMTYiPg0KICA8cGF0aCBkPSJNMTAuOTcgNC45N2EuNzUuNzUgMCAwIDEgMS4wNyAxLjA1bC0zLjk5IDQuOTlhLjc1Ljc1IDAgMCAxLTEuMDguMDJMNC4zMjQgOC4zODRhLjc1Ljc1IDAgMSAxIDEuMDYtMS4wNmwyLjA5NCAyLjA5MyAzLjQ3My00LjQyNXoiLz4NCjwvc3ZnPg0K') no-repeat center center;
        position: absolute;
        top: 0;
        right: 0;
    }

#conception .color-list {
        position: sticky;
        top: 70px;
        padding: var(--t-space-4) var(--t-space-7);
        justify-items: center;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        row-gap: var(--t-space-5)
    }

#conception .size-tab {
        top: 112px;
    }

#conception .sizes {
        position: sticky;
        top: 70px;
        display: flex;
        justify-content: space-around;
        text-align: center;
        font-size: var(--t-text-base);
        padding-bottom: var(--t-space-3);
        margin-bottom: 5px;
        border-bottom: var(--t-border-width-1) solid var(--t-color-overlay-medium);
    }

#conception .sizes label {
        cursor: pointer;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

#conception .size:checked {
        background-color: var(--t-color-black);
        border-color: var(--t-color-black);
    }

#conception .quantity-list {
        position: sticky;
        top: 70px;
    }

#conception .quantity-list, #conception .quantity-list button{
        width: 100%;
    }

#conception .quantity-list button {
        text-align: start;
        opacity: 0.7;
        border: none;
        border-bottom: var(--t-border-width-1) solid #dcdcdc;
        background: none;
        padding: var(--t-space-5) 0;
    }

#conception .quantity-list button.active {
        background: #d3d3d3;
    }

#conception .quantity-list button img {
        pointer-events: none;
        width: 20%;
    }

#conception .quantity-list button span {
        pointer-events: none;
    }

#conception .quantity-list button:hover {
        opacity: 1;
    }

#conception .color {
        height: 50px;
        width: 50px;
        border: var(--t-border-width-2) solid var(--t-gray-25);
        border-radius: 40px;
        background-size: cover;
        background-color: var(--t-gray-25);
    }

#conception .offcanvas-end {
        position: absolute;
        background-color: #fbffff;
        width: calc(100% - 50px);
    }

#conception .composition {
        background-color: var(--t-color-white);
        width: 80%;
        z-index: 9999;
    }

#conception .product-image {
        width: auto;
        position: absolute;
    }

#conception .large {
        top: 125px;
        left: 615px;
        height: 600px;
    }

#conception .working {
        left: 455px;
        top: 170px;
        height: 550px;
    }

#conception .medium {
        left: 240px;
        top: 173px;
        height: 550px;
    }

#conception .small {
        top: 230px;
        left: 0;
        height: 490px;
    }

#conception .équipier {
        top: 425px;
        left: 550px;
        height: 300px;
    }

#conception .yole {
        top: 445px;
        left: 415px;
        height: 300px;
    }

#conception .anse-cano {
        top: 650px;
        left: 155px;
        height: 200px;
    }

#conception .coton {
        left: 600px;
        top: 660px;
        height: 170px;
    }

#conception .product-image.fine {
        left: 410px;
        top: 670px;
        height: 150px;
    }

#conception .compagnon {
        height: 315px;
        top: 440px;
        left: 720px;
    }

#conception .mobile {
        height: 285px;
        top: 468px;
        left: 315px;
    }

#conception .reglable {
        height: 300px;
        top: 570px;
        left: 830px;
    }

#conception .mousqueton {
        left: 300px;
        height: 115px;
        top: 685px;
    }

#conception .modal-footer {
        display: flex;
        justify-content: space-between;
    }

#conception .buy-conception {
        border: none;
        font-family: var(--t-font-base);
        font-style: normal;
        font-weight: var(--t-weight-semibold);
        font-size: var(--t-text-2xl);
        background: var(--t-color-white);
        padding: var(--t-space-3) var(--t-space-8);
        box-shadow: inset 0 0 0 1px var(--t-color-red-light);
        transition: all var(--t-duration-fast);
    }

#conception .icon-button-add {
        display: none;
    }

#conception .buy-conception:hover{
        box-shadow: inset 0 0 0 2px var(--t-color-red-light);
    }

#conception #total-price {
        font-size: var(--t-text-3xl);
        margin: 0 var(--t-space-3) 0 0;
        align-self: center;
    }

#conception .btn-reset {
        font-family: var(--t-font-base);
        font-size: var(--t-text-base);
        font-weight: var(--t-weight-regular);
        letter-spacing: var(--t-tracking-wide);
        opacity: 1;
        transition: all var(--t-duration-md);
        background: none;
        border: none;
    }

#conception .btn-reset:hover {
        opacity: 0.6;
    }

#conception .composition .btn-close {
        position: fixed;
        top: var(--t-space-7);
        right: var(--t-space-7);
        scale: 1.3;
    }

@media (min-width: 360px) and (max-width: 767px) {

        #conception .large {
            top: 40px;
            left: 60%;
            height: 280px;
        }

        #conception .working {
            left: 48%;
            top: 52px;
            height: 270px;
        }

        #conception .medium {
            left: 36%;
            top: 89px;
            height: 230px;
        }

        #conception .small {
            top: 110px;
            left: 27%;
            height: 210px;
        }

        #conception .équipier {
            top: 190px;
            left: 59%;
            height: 127px;
        }

        #conception .yole {
            top: 198px;
            left: 41%;
            height: 120px;
        }

        #conception .compagnon {
            top: 203px;
            left: 70%;
            height: 119px;
        }

        #conception .mobile {
            top: 201px;
            left: 31%;
            height: 120px;
        }

        #conception .coton {
            left: 0;
            top: 109px;
            height: 70px;
        }

        #conception .product-image.fine {
            left: 0;
            top: 50px;
            height: 70px;
        }

        #conception .mousqueton {
            left: 15%;
            top: 296px;
            height: 55px;
        }

        #conception .anse-cano {
            top: 279px;
            left: 36%;
            height: 100px;
        }

        #conception .reglable {
            top: 267px;
            left: 84%;
            height: 108px;
        }

    }

@media (min-width: 767px) and (max-width: 1000px) {

        #conception .large {
            top: 40px;
            left: 86%;
            height: 350px;
        }

        #conception .working {
            left: 67%;
            top: 76px;
            height: 310px;
        }

        #conception .medium {
            left: 50%;
            top: 95px;
            height: 290px;
        }

        #conception .small {
            top: 124px;
            left: 35%;
            height: 260px;
        }

        #conception .équipier {
            top: 231px;
            left: 55%;
            height: 165px;
        }

        #conception .yole {
            top: 244px;
            left: 41%;
            height: 165px;
        }

        #conception .compagnon {
            top: 251px;
            left: 70%;
            height: 165px;
        }

        #conception .anse-cano {
            top: 365px;
            left: 15%;
            height: 100px;
        }

        #conception .coton {
            left: 240px;
            top: 440px;
            height: 75px;
        }

        #conception .product-image.fine {
            left: 250px;
            top: 380px;
            height: 75px;
        }

        #conception .mobile {
            top: 250px;
            left: 31%;
            height: 165px;
        }

        #conception .mousqueton {
            left: 28%;
            top: 381px;
            height: 75px;
        }

        #conception .reglable {
            top: 336px;
            left: 100%;
            height: 140px;
        }

    } /* Screen format */

@media (min-width: 1000px) and (max-width: 1745px) {

        #conception .offcanvas {
            height: 200%;
        }

        #conception .color-list {
            grid-template-columns: repeat(3, 1fr);
        }

        #conception .offcanvas-end {
            width: calc(100% - 50px);
            right: 0;
        }

        #conception .selector > .button-section {
            width: 300px;
        }

        #conception .button-selector {
            text-wrap: nowrap;
        }

        #conception .size-tab {
            top: 135px;
        }

        #conception .large {
            left: 50%;
            height: 420px;
            top: 60px;
        }

        #conception .working {
            left: 33%;
            top: 79px;
            height: 405px;
        }

        #conception .medium {
            left: 18%;
            top: 90px;
            height: 400px;
        }

        #conception .small {
            top: 160px;
            left: 4%;
            height: 325px;
        }

        #conception .équipier {
            top: 41%;
            left: 39%;
            height: 241px; /* 300 * 0.84 */
        }

        #conception .yole {
            top: 44%;
            left: 26%;
            height: 230px; /* 300 * 0.84 */
        }

        #conception .compagnon {
            height: 220px; /* 315 * 0.84 */
            top: 45%;
            left: 50%;
        }

        #conception .mobile {
            height: 205px; /* 285 * 0.84 */
            top: 47%;
            left: 17%;
        }

        #conception .mousqueton {
            left: 7%;
            height: 96px; /* 115 * 0.84 */
            top: 72%;
        }

        #conception .product-image.fine {
            left: 210px;
            top: 70%;
            height: 126px; /* 150 * 0.84 */
        }

        #conception .coton {
            left: 350px;
            top: 70%;
            height: 142px; /* 170 * 0.84 */
        }

        #conception .anse-cano {
            top: 69%;
            left: 155px;
            height: 168px; /* 200 * 0.84 */
        }

        #conception .reglable {
            height: 160px; /* 150 * 0.84 */
            top: 70%;
            left: 72%;
        }

    } /* Phone format */

@media (max-width: 1000px) {

        #conception #conception h1 {
            text-wrap: auto;
            width: 100%;
        }

        #conception .btn-conception {
            margin-bottom: var(--t-space-7);
        }

        #conception .img-display img {
            max-height: 358px;
        }

        #conception .modal-body {
            flex-direction: column-reverse;
        }

        #conception .composition {
            height: 100%;
            width: 100%;
        }

        #conception .selector-list {
            overflow-y: scroll;
            border-top: var(--t-border-width-1) solid #ededed;
            height: 300px;
            width: 100%;
        }

        #conception .selector .button-section {
            width: initial;
        }

        #conception .offcanvas-end {
            height: 222px;
            left: 52px;
            position: fixed;
            top: initial;
            bottom: 80px;
            width: calc(100% - 20px);
        }

        #conception .color-list {
            grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
            position: initial;
            padding: var(--t-space-3) var(--t-space-4);
        }

        #conception .modal-footer h3 {
            display: none;
        }

        #conception .icon-button-add {
            display: initial;
        }

        #conception .text-button-add {
            display: none;
        }

        #conception .buy-conception {
            padding: var(--t-space-3) var(--t-space-5);
        }

        #conception .offcanvas-body {
            overflow-y: scroll;
            margin-top: 32px;
            width: calc(100% - 32px);
        }

        #conception .sizes {
            top: initial;
            margin: var(--t-space-3) 0;
        }

        #conception .product-image {
            transform: translateX(-50%);
        }

    }
