/*---- Nouvelle Fiche produit Formidra ----*/
#product {
    overflow: hidden;
    color: #006d95;
}

@media (min-width: 1200px) {
    #product .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
}

#product.mt-2 {
    margin-top: 0 !important;
}

#product #path-product {
    background: #006D95;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}

#menu_product {
    background-color: #ADCE3D !important;
    display: none;
}

    #menu_product .navbar {
        background-color: #ADCE3D;
        border: 0;
        padding: 10px;
    }

        #menu_product .navbar a {
            text-transform: uppercase;
            border-radius: 0.25em;
            padding: 10px;
            transition: background-color 1s ease;
        }

            #menu_product .navbar a.active {
                background-color: #9cbd2c;
                transition: background-color 0.5s ease;
            }

            #menu_product .navbar a,
            #menu_product .navbar a:hover {
                color: #fff;
            }

    #menu_product.menu_fixed {
        display: block;
        position: fixed !important;
        top: 74px;
        z-index: 14;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
    }

@media (max-width: 992px) {
    #menu_product {
        display: none !important;
    }
}

#product #presentation {
    background-color: white;
}

    #product #presentation .image {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 50px;
    }

        #product #presentation .image .product-img {
            width: 60%;
        }

        #product #presentation .image .swiper-slide {
            width: 300px;
        }

            #product #presentation .image .swiper-slide .imgBx {
                text-align: center;
            }

            #product #presentation .image .swiper-slide .details {
                padding: 20px;
            }

                #product #presentation .image .swiper-slide .details h3 {
                    margin: 0;
                    padding: 0;
                    font-size: 24px;
                    text-shadow: black 0px 3px 26px;
                    color: white;
                    font-style: oblique;
                }

                    #product #presentation .image .swiper-slide .details h3 span {
                        font-size: 16px;
                        text-transform: none;
                    }

        #product #presentation .image .swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: -5px;
        }

    #product #presentation .text {
        padding: 100px 50px 50px 50px;
    }

    #product #presentation h1,
    #product #presentation h4 {
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

    #product #presentation h1 {
        font-size: 50px;
    }

    #product #presentation h4 {
        font-size: 30px;
        padding-bottom: 25px;
    }

    #product #presentation .line {
        width: 20%;
        border: solid #ADCE3D 2px;
        margin-bottom: 25px;
    }

    #product #presentation .icons {
        padding-bottom: 80px;
    }

        #product #presentation .icons [class*='col-'] {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: center;
        }

            #product #presentation .icons [class*='col-'] img {
                height: 35px;
            }

            #product #presentation .icons [class*='col-'] span {
                text-transform: uppercase;
                line-height: 15px;
            }

    #product #presentation .plus h4 {
        display: flex;
        align-items: center;
        color: #ADCE3D;
        font-weight: normal;
    }

        #product #presentation .plus h4:not(:empty)::before {
            margin-right: 0.25em;
        }

        #product #presentation .plus h4:not(:empty)::after {
            margin-left: 0.25em;
        }

        #product #presentation .plus h4::before,
        #product #presentation .plus h4::after {
            content: '';
            flex: 1;
            border-bottom: 1px solid #ADCE3D;
        }

    #product #presentation .plus p {
        color: #259AAD;
    }

    #product #presentation .colors {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
    }

        #product #presentation .colors .fas {
            color: #E4E4E4;
            font-size: 30px;
            cursor: pointer;
        }

        #product #presentation .colors .swiper-pagination {
            position: relative;
            display: flex;
            align-items: center;
        }

            #product #presentation .colors .swiper-pagination .swiper-pagination-bullet {
                height: 25px;
                width: 25px;
                margin: 12px;
                background-color: #373737;
                opacity: 1;
            }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    height: 40px;
                    width: 40px;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.black {
                    background-color: #373737;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.green {
                    background-color: #A8CD49;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.pink {
                    background-color: #F20059;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.blue {
                    background-color: #569BDB;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.purple {
                    background-color: #A600E1;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.grey {
                    background-color: #cdcbce;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.gold {
                    background-color: #ffdaaf;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.brown {
                    background-color: #c68e69;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.bleu-capri {
                    background-color: #1c77ae;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.vert-opaline {
                    background-color: #7dc8c1;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.vert-reseda {
                    background-color: #6f905b;
                }

                #product #presentation .colors .swiper-pagination .swiper-pagination-bullet.terracotta {
                    background-color: #ad3e33;
                }

#product #description {
    position: relative;
    background-color: #006D95;
    text-align: center;
    padding: 50px 0;
    z-index: -1;
}

    #product #description .background {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

    #product #description .text {
        position: relative;
        z-index: 2;
        color: #FFFFFF;
        width: 60%;
        margin: auto;
        padding: 25px 0;
    }

    #product #description p {
        text-align: center;
    }

    #product #description img {
        position: absolute;
        width: 170px;
        bottom: 50px;
        left: 12%;
    }

    #product #description .line {
        position: relative;
        z-index: 2;
        width: 40%;
        border: solid #ADCE3D 2px;
    }

#product #features {
    background: linear-gradient(#259AAD, #006D95);
}

    #product #features .container {
        display: flex;
        justify-content: center;
    }

        #product #features .container .row {
            padding-top: 70px;
        }

    #product #features h1 {
        position: absolute;
        font-size: 116px;
        text-transform: uppercase;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.3;
        letter-spacing: -5px;
        text-align: center;
    }

    #product #features .text {
        text-align: center;
        color: #FFFFFF;
        padding-right: 70px;
    }

    #product #features p {
        text-align: center;
    }

    #product #features .text .line {
        position: relative;
        width: 40%;
        border: solid #ADCE3D 2px;
    }

    #product #features .image {
        align-self: center;
        text-align: center;
    }

#product #environnement {
    padding: 40px 0;
    background-color: white;
}

    #product #environnement .text {
        align-self: center;
    }

        #product #environnement .text h1,
        #product #environnement .text h2 {
            text-transform: uppercase;
            font-weight: bold;
        }

        #product #environnement .text h1 {
            font-size: 60px;
        }

        #product #environnement .text p {
            color: #7E7E7E;
        }

        #product #environnement .text .line {
            position: relative;
            width: 40%;
            border: solid #ADCE3D 2px;
            margin-left: 0;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        #product #environnement .text .paragraphe {
            align-self: center;
        }

        #product #environnement .text .big-icon {
            align-self: center;
        }

#product #specifications {
    background-color: #259AAD;
    color: #FFFFFF;
    padding: 50px 0;
}

    #product #specifications .text h1 {
        font-size: 60px;
        text-transform: uppercase;
        font-weight: bold;
    }

    #product #specifications .text .line {
        position: relative;
        width: 30%;
        border: solid #ADCE3D 2px;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 90px;
    }

    #product #specifications .text .table {
        color: #FFFFFF;
        max-width: 460px;
    }

        #product #specifications .text .table th {
            text-align: right;
            text-transform: uppercase;
        }

        #product #specifications .text .table th,
        #product #specifications .text .table td {
            padding: 0.25rem 0.75rem;
        }

    #product #specifications .image {
        text-align: center;
        align-self: center;
    }

#product #galerie_photo {
    background-color: #006D95;
    color: #FFFFFF;
}

    #product #galerie_photo h2 {
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        padding: 25px 0;
        font-size: 60px;
    }

    #product #galerie_photo .navbar {
        background-color: #006D95;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-size: 60px;
        pointer-events: none;
    }

        #product #galerie_photo .navbar .container {
            justify-content: center;
        }

    #product #galerie_photo .image {
        width: 200px;
    }

    #product #galerie_photo .py-5 {
        padding-top: 0 !important;
    }

#product #related_products {
    overflow: hidden;
    padding: 30px 0;
    background-color: white;
}

    #product #related_products .products {
        padding-left: 70px;
    }

    #product #related_products .line {
        width: 10%;
        border: solid #7E7E7E 1px;
        margin-bottom: 50px;
    }

    #product #related_products h2 {
        color: #7E7E7E;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
    }

    #product #related_products h6 {
        color: #7E7E7E;
        font-size: 0.8rem;
        width: 120%;
        display: none;
    }

    #product #related_products h4 {
        position: absolute;
        text-transform: uppercase;
        color: #7E7E7E;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    #product #related_products .aluminium h4 {
        top: 50%;
        left: -100px;
    }

    #product #related_products .pehd .row {
        justify-content: flex-end;
    }

    #product #related_products .pehd h4 {
        top: 50%;
        left: 25%;
    }

    #product #related_products .product {
        align-self: flex-end;
        padding: 10px;
    }

        #product #related_products .product img {
            transition: transform 0.2s;
            padding-bottom: 25px;
        }

        #product #related_products .product:hover img {
            transform: scale(1.1);
        }

#product #support {
    padding: 50px 100px 0 100px;
}

    #product #support h2 {
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 8px;
        text-transform: uppercase;
        color: #005487;
        text-align: center;
    }

    #product #support .accordion {
        margin: 50px 0 70px 0;
    }

        #product #support .accordion .item {
            margin-bottom: 50px;
            border-bottom: 2px solid #C4C4C4;
        }

            #product #support .accordion .item .item-header h2 {
                margin-bottom: 0;
            }

                #product #support .accordion .item .item-header h2 .btn {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    font-weight: 700;
                    font-size: 15px;
                    letter-spacing: 0.08em;
                    text-transform: uppercase;
                    color: #005487;
                    border-radius: 0px;
                    padding: 15px 30px 15px 0;
                    margin-bottom: 20px;
                    width: 100%;
                    text-align: left;
                    text-decoration: none;
                }

                    #product #support .accordion .item .item-header h2 .btn:focus {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

                    #product #support .accordion .item .item-header h2 .btn i {
                        font-size: 25px;
                        transform: rotate(180deg);
                        transition: 0.5s;
                    }

                    #product #support .accordion .item .item-header h2 .btn.collapsed i {
                        transform: rotate(0deg);
                    }

            #product #support .accordion .item .content {
                padding-bottom: 35px;
            }

                #product #support .accordion .item .content p {
                    margin: 0;
                }

@media (max-width: 1600px) {
    #product #description img {
        left: 2%;
    }
}

@media (max-width: 1199px) {
    #product #presentation .image {
        padding-bottom: 20px;
    }

        #product #presentation .image .product-img {
            width: 50%;
        }

    #product #presentation .text {
        padding: 25px 50px 50px 50px;
    }

    #product #presentation .colors {
        padding-top: 0;
        padding-bottom: 50px;
    }

    #product #description .text {
        width: 55%;
        font-size: 14px;
    }

    #product #description img {
        bottom: 150px;
        left: 0;
    }

    #product #features h1 {
        font-size: 92px;
    }

    #product #features .text {
        padding-right: 35px;
        font-size: 0.9rem;
    }

    #product #environnement .image {
        text-align: center;
    }

    #product #environnement .text h1,
    #product #environnement .text h2 {
        text-align: center;
    }

    #product #environnement .text .line {
        margin-left: auto;
    }

    #product #environnement .text .big-icon {
        text-align: center;
    }

    #product #specifications .text h1 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    #product #description .text {
        width: 60%;
    }

    #product #description img {
        left: -5%;
    }

    #product #features .text {
        padding-right: 15px;
    }

    #product #specifications .text .line {
        margin-bottom: 50px;
    }

    #product #specifications .text .table {
        max-width: initial;
    }

    #product #specifications .image {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    #product #presentation .image .swiper-slide {
        width: 200px;
    }

    #product #description .background {
        background-color: rgba(0, 109, 149, 0.5);
    }

    #product #description .text {
        width: 100%;
    }

    #product #features h1 {
        font-size: 76px;
    }

    #product #environnement .text .big-icon img {
        width: 120px;
    }

    #product #support {
        padding: 50px 30px 0 30px;
    }
}

@media (max-width: 576px) {
    #product #presentation .text {
        padding: 0 25px 25px 25px;
    }

    #product #presentation .icons {
        padding-bottom: 50px;
    }

    #product #description .container {
        padding: 0;
    }

    #product #description .text {
        padding: 25px 15px;
    }

    #product #features .row {
        padding-top: 80px !important;
    }

    #product #features h1 {
        font-size: 74px;
    }

    #product #features [class*='col-'] img {
        width: 65%;
    }

    #product #environnement .text h1 {
        font-size: 40px;
    }

    #product #environnement .text h2 {
        font-size: 21px;
    }

    #product #specifications .text h1 {
        font-size: 35px;
    }

    #product #galerie_photo .navbar {
        font-size: 40px;
    }

    #product #support .accordion .item {
        margin-bottom: 30px;
    }

        #product #support .accordion .item .item-header h2 .btn {
            font-size: 14px;
            margin-bottom: 10px;
        }
}
