/* ---------
PAGE PRODUIT
----------*/
.page-template-page-produits .header_content h2::after {
    content: unset;
}
.page-template-page-produits .header_content h2 {
    padding-top: 70px;
}
.headerPage_icon img{
    width: auto;
    max-height:65px ;
}
.page-template-page-produits #footer{
    padding-bottom: 80px;
}
.page-template-page-produits .ligne {
    border-bottom: 2px dashed var(--color-secondary);
    width:50%;
    margin: 25px auto;
}

.page_produit-intro{
    margin-bottom: 52px;
}
.page_produit-bloc{
    margin-bottom: 90px;
}
.page_produit-nav li a{
    padding-left: 64px;
    padding-right: 64px;
    line-height: 1;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
@media (max-width:1199px) {
    .page_produit-nav li a{
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width:991px) {
    .page_produit-nav {
        display: none;
    }
}
.page_produit-project {
    text-align: center;
    margin-bottom: 53px;
}
.page_produit-project h2::after {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:992px){

    .page_produit-bloc:nth-child(even) .slider-page + .col-md-6 {
        order: 1;
    }
    .page_produit-bloc:nth-child(even) .slider-page {
        order: 2;
    }

    .page_produit-nav{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        margin: 0rem;
        border-left: 15px solid var(--gray-600);
        border-right: 15px solid var(--gray-600);
        border-bottom: 15px solid var(--gray-600);
        background-color: var(--white);
        display: flex;
        z-index: 100;
        padding: 11px 0;
    }
    .page_produit-nav li{
        flex: 1 0 20%;
        max-width: 20%;
        padding: 0;
    }
    .page_produit-nav li:not(:last-child){
        border-right: 1px solid var(--gray-300);
    }
    .page_produit-nav li::before{
        content: unset;
    }
    .page_produit-nav li a .icon{
        flex: 1 0 auto;
        margin-right: 14px;
    }
    .page_produit-nav li a .icon img{
        display: block;
        height: 38px;
        width: auto !important;
    }
}

/*-------------------
---- PAGE PRODUIT----
--------------------*/

.page_produit .VignettesubTitle,
.page_produit .vignetteSurTitle {
    font-size:28px;
    font-weight: 400;
}

.page_produit .blocGammeCarrefours-itemContent-Last img {
    object-fit: cover;
}

.page_produit .blocGammeCarrefours-itemContent .blocGammeStrap_title {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:0!important;
}
.page_produit .blocGammeCarrefours-itemContent .blocGammeStrap_subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}
.page_produit .blocGammeCarrefours-itemContent h4 {
    color:var(--color-secondary)!important;
    font-size: 18px;
}
.page_produit .blocGammeCarrefours-itemContent .blocGammeText {
    background-color: #f8f9e7;
    padding: 20px;
}
.page_produit .blocGammeCarrefours-itemContent .blocGammeText.produit3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:25px;
}
.page_produit .blocGammeCarrefours-itemContent .blocGammeText.produit3 ul li{
    width:50%;
}

.page_produit .blocGammeBg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 999px;
    min-height: 220px;
    max-height: 220px;
    max-width: 220px;
    min-width: 220px;
}
