﻿@media screen and (min-width:1024px) {
    .hide-l, .hide-l-m, .hide-l-s {
        display: none;
    }

    /*Général*/
    html {
    }

    body {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #3c3c3b;
        font-family: 'Source Sans Pro', sans-serif;
    }

    /*Form*/
    input[type="text"],
    input[type="password"],
    textarea,
    select {
        margin: 0;
        padding: 3px;
        width: 230px;
        border: solid 1px #999;
        outline: none;
    }

        input[type="text"]:focus,
        input[type="password"]:focus,
        textarea:focus,
        select:focus {
            border: solid 1px #555;
        }

        input[type="text"]:active,
        input[type="password"]:active,
        textarea:active,
        select:active {
            border: solid 1px #555;
        }

    input[type="checkbox"] + label {
        padding-left: 10px;
    }

    input[type="radio"] + label {
        padding-left: 10px;
        padding-right: 20px;
        line-height: 20px;
    }

    /*Mise en page*/
    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }

    .clear {
        clear: both;
        height: 0;
        overflow: hidden;
    }

    .center {
        margin: auto;
    }

    .txt-left {
        text-align: left;
    }

    .txt-right {
        text-align: right;
    }

    .txt-center {
        text-align: center;
    }

    .txt-justify {
        text-align: justify;
    }

    .txt-top {
        vertical-align: top;
    }

    .txt-bottom {
        vertical-align: bottom;
    }

    .txt-middle {
        vertical-align: middle;
    }

    .cursor-default {
        cursor: default !important;
    }

    #loading-bg {
        z-index: 99999999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .col2-01 {
        width: 653px;
        margin-right: 74px;
        padding-left: 22px;
        float: left;
    }

    .col2-02 {
        width: 231px;
        float: left;
    }

    div.item-01 {
        background-color: #e14504;
        color: #fff;
        padding: 20px;
        margin-bottom: 10px;
    }

    div.item-02 {
        background-color: #d3d3d3;
    }

        div.item-02 img,
        div.item-02 a {
            display: block;
        }

        div.item-02 > .titre a {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            text-align: center;
            color: #3c3c3b;
            text-decoration: none;
        }

    a.lien-01 {
        color: #fff;
        text-decoration: none;
        font-style: italic;
    }

        a.lien-01:hover {
            text-decoration: underline;
        }



    a.lien-02 {
        font-size: 14px;
        color: #3c3c3b;
        text-decoration: none;
        font-style: italic;
    }

        a.lien-02:hover {
            text-decoration: underline;
        }


    a.lien-03 {
        font-size: 14px;
        color: #3c3c3b;
    }


    a.lien-04 {
        position: absolute;
        bottom: 10px;
        right: 10px;
        display: block;
        padding: 10px;
        padding-right: 70px;
        text-decoration: none;
        background-color: #3c3c3b;
        color: #fff;
        background-image: url(../images/newsletter/fleche.png);
        background-position: right center;
        background-repeat: no-repeat;
    }

        a.lien-04:hover {
            background-color: #706f6f;
        }


    h1.h1-01 {
        text-transform: uppercase;
        font-size: 30px;
    }

    h1.h1-02 {
        width: 870px;
        margin: 0 auto;
        padding: 55px;
        font-size: 30px;
        font-weight: normal;
        background-color: #e14504;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }

    h2.h2-01 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: normal;
    }

    h2.h2-02 {
        font-size: 30px;
        color: #e14504;
    }

    .red {
        color: #e30613;
    }

    /*Popup Accueil*/

    #popup-accueil {
        z-index: 99999999;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        display: none;
        background-image: url(../images/charte/transparent-popup.png);
    }

        #popup-accueil a.croix {
            position: absolute;
            cursor: pointer;
            right: -40px;
        }

        #popup-accueil > .popup-content {
            position: absolute;
            background-color: #fff;
        }

    /* fleche */
    #go-top {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 32px;
        height: 32px;
        padding: 4px;
        border-radius: 3px;
        visibility: hidden;
        background-color: #3c3c3b;
        z-index: 99;
    }

    /*Structure*/
    header.scroll {
        background-color: #fff;
        position: fixed;
        width: 100%;
        z-index: 999;
        border-bottom: 1px solid #dddddc;
    }

    #header {
        position: relative;
        width: 980px;
        height: 170px;
        margin-left: auto;
        margin-right: auto;
    }

        #header > .logos {
            position: relative;
            width: 602px;
            float: right;
        }
            /* Information Lundi Pentecôte */

            #header > .logos > .information {
                position: absolute;
                top: 0;
                left: 375px;
                text-align: center;
                background-color: #e30613;
                color: #fff;
                padding: 5px 25px;
                font-size: 13px;
            }

                #header > .logos > .information p {
                    margin-bottom: 0;
                }

            #header > .logos > .logo {
                width: 300px;
                height: 126px;
                margin-top: 25px;
                display: block;
                float: left;
            }

                #header > .logos > .logo > img {
                    width: 100%;
                    margin-top: 15px;
                }

            #header > .logos > .images {
                width: 300px;
                float: left;
                margin-top: 95px;
                text-align: center;
            }

                #header > .logos > .images a {
                    height: 44px;
                    display: block;
                    float: left;
                    margin-left: 5px;
                    background-position: top center;
                    background-repeat: no-repeat;
                }

                    #header > .logos > .images a.DEFI {
                        width: 88px;
                        background-image: url(../images/charte/DEFI.png);
                    }

                    #header > .logos > .images a.OSF {
                        width: 96px;
                        background-image: url(../images/charte/OSF.png);
                    }

                    #header > .logos > .images a.OUTIMAT {
                        width: 88px;
                        background-image: url(../images/charte/OUTIMAT.png);
                    }

                    #header > .logos > .images a:hover {
                        background-position: bottom center;
                    }

        #header > .colis {
            z-index: 100;
            position: absolute;
            top: 0;
            right: 600px;
            display: inline-block;
        }

        #header > .offre {
            z-index: 100;
            position: absolute;
            top: 0;
            right: 350px;
            display: inline-block;
            background-color: #013162;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            padding: 5px 15px;
            height: 35px;
            line-height: 35px;
        }

        #header > .contact {
            width: 378px;
            float: right;
            max-height: 170px;
        }

            #header > .contact > .langues {
                display: none;
            }

            /*#header > .contact > .langues {
            width: 55px;
            margin-top: 20px;
            margin-right: 18px;
            float: left;
        }

            #header > .contact > .langues a {
                display: block;
                width: 25px;
                margin-right: 5px;
                float: left;
            }

                #header > .contact > .langues a:last-child {
                    margin-right: 0;
                }*/


            /*#header > .contact > .cgv {
                margin-left: 45px;
                display: block;
                width: 35px;
                height: 35px;
                background-color: #706f6f;
                text-align: center;
                line-height: 35px;
                text-decoration: none;
                color: #fff;
                float: left;
                margin-right: 4px;
            }

                #header > .contact > .cgv:hover {
                    background-color: #8c8c8c;
                }*/

            #header > .contact > .yt {
                margin-left: 90px;
                display: block;
                width: 35px;
                height: 35px;
                background-color: #2e2d2c;
                background-image: url(../images/charte/yt-mini.png);
                background-position: top center;
                background-repeat: no-repeat;
                float: left;
                margin-right: 4px;
            }

                #header > .contact > .yt:hover {
                    background-position: bottom center;
                }

            #header > .contact > .in {
                display: block;
                width: 35px;
                height: 35px;
                background-color: #2e2d2c;
                background-image: url(../images/charte/in-mini.png);
                background-position: top center;
                background-repeat: no-repeat;
                float: left;
            }

                #header > .contact > .in:hover {
                    background-position: bottom center;
                }

            #header > .contact > .newsletter {
                background-color: #e14504;
                color: #fff;
                float: right;
                height: 35px;
                width: 160px;
                line-height: 35px;
                text-decoration: none;
                background-image: url(../images/charte/news.png);
                background-repeat: no-repeat;
                background-position: left center;
                padding-right: 10px;
                padding-left: 40px;
            }


            #header > .contact > .bottom {
                width: 210px;
                text-align: center;
                font-size: 12px;
                margin-top: 15px;
                float: right;
            }

    #menu {
        background-color: #f5f6f6;
        border-top: 1px solid #dddddc;
    }


        #menu > .items {
            width: 980px;
            margin: 0 auto 0 auto;
            padding: 0;
            height: 58px;
        }

            #menu > .items > li {
                position: relative;
                list-style: none;
                float: left;
                font-size: 15px;
                padding-right: 10px;
                padding-left: 10px;
            }

                #menu > .items > li > ul {
                    visibility: hidden;
                    position: absolute;
                    z-index: 400;
                    width: 270px;
                    top: 58px;
                    left: -20px;
                    padding: 0;
                    font-size: 11px;
                    list-style: none;
                    background-color: #fff;
                    border: 1px solid #d5d6d6;
                }


                #menu > .items > li:hover > ul {
                    visibility: visible;
                }

                #menu > .items > li > ul > li > a {
                    text-decoration: none;
                    display: block;
                    border-left: 3px solid transparent;
                    padding: 10px;
                    color: #3c3c3b;
                    font-size: 12px;
                }

                body[data-menu="rubrique-0"] #menu > .items > li > ul > li > a[data-menu="rubrique-0"],
                body[data-menu="rubrique-1"] #menu > .items > li > ul > li > a[data-menu="rubrique-1"],
                body[data-menu="rubrique-2"] #menu > .items > li > ul > li > a[data-menu="rubrique-2"],
                body[data-menu="rubrique-3"] #menu > .items > li > ul > li > a[data-menu="rubrique-3"],
                body[data-menu="rubrique-4"] #menu > .items > li > ul > li > a[data-menu="rubrique-4"],
                body[data-menu="rubrique-5"] #menu > .items > li > ul > li > a[data-menu="rubrique-5"],
                body[data-menu="rubrique-6"] #menu > .items > li > ul > li > a[data-menu="rubrique-6"],
                body[data-menu="rubrique-7"] #menu > .items > li > ul > li > a[data-menu="rubrique-7"],
                body[data-menu="rubrique-8"] #menu > .items > li > ul > li > a[data-menu="rubrique-8"],
                body[data-menu="rubrique-9"] #menu > .items > li > ul > li > a[data-menu="rubrique-9"],
                #menu > .items > li > ul > li a:hover {
                    background-color: #fd9568;
                    border-left: 3px solid #e14504;
                }

                    #menu > .items > li > ul > li a:hover > span {
                        border-left: 3px solid #e14504;
                        background-color: #fd9568;
                    }

                #menu > .items > li > a {
                    display: block;
                    text-decoration: none;
                    color: #3c3c3b;
                    line-height: 58px;
                    text-transform: uppercase;
                }

            #menu > .items > .promo {
                color: #e30613;
            }

                #menu > .items > .promo a {
                    color: #e30613;
                }

            #menu > .items > .esp-clt {
                float: right;
            }

                #menu > .items > .esp-clt a {
                    display: block;
                    height: 58px;
                    padding-left: 20px;
                    background-image: url(../images/charte/espace-clt.png);
                    background-repeat: no-repeat;
                    background-position: left center;
                    line-height: 58px;
                    font-size: 13px;
                    text-decoration: none;
                    color: #3c3c3b;
                }

                #menu > .items > .esp-clt:hover {
                    font-weight: normal;
                    background-image: none;
                }

            #menu > .items > li:hover,
            body[data-menu="accueil"] #menu > .items > li > a[data-menu="accueil"],
            body[data-menu="outimag"] #menu > .items > li > a[data-menu="outimag"],
            body[data-menu="catalogue"] #menu > .items > li > a[data-menu="catalogue"],
            body[data-menu="actu"] #menu > .items > li > a[data-menu="actu"],
            body[data-menu="offre-comm"] #menu > .items > li > a[data-menu="offre-comm"],
            body[data-menu="contact"] #menu > .items > li > a[data-menu="contact"],
            body[data-menu="rubrique-0"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-1"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-2"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-3"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-4"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-5"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-6"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-7"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-8"] #menu > .items > li > a[data-menu="produit"],
            body[data-menu="rubrique-9"] #menu > .items > li > a[data-menu="produit"] {
                font-weight: bold;
                background-image: url(../images/charte/menu-selecteur.png);
                background-repeat: no-repeat;
                background-position: bottom center;
            }

            #menu > .items > .promo > a:hover,
            #menu > .items > .promo:hover,
            body[data-menu="promo"] #menu > .items > .promo a[data-menu="promo"] {
                background: none;
                font-weight: bold;
            }

    #header-info {
        position: relative;
        width: 980px;
        height: 38px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        background-color: #fff;
    }

        #header-info > .fil-ariane {
            width: 458px;
            float: left;
            height: 38px;
        }

            #header-info > .fil-ariane > a {
                color: #3c3c3b;
                text-decoration: none;
                line-height: 38px;
            }

                #header-info > .fil-ariane > a:hover {
                    text-decoration: underline;
                }

            #header-info > .fil-ariane > .separateur {
                background-image: url(../images/charte/fleche-fil.png);
                background-repeat: no-repeat;
                width: 11px;
                height: 9px;
                display: inline-block;
            }

        /*#header-info > .btn-recherche {
            width: 150px;
            float: right;
        }

            #header-info > .btn-recherche a {
                display: block;
                height: 38px;
                padding-left: 50px;
                background-image: url(../images/charte/recherche.png);
                background-repeat: no-repeat;
                background-position: left center;
                line-height: 38px;
                font-size: 13px;
                text-decoration: none;
                color: #fff;
                background-color: #e14504;
            }*/

        #header-info > .espace-clt {
            width: 140px;
            float: right;
        }

            #header-info > .espace-clt a {
                display: block;
                height: 38px;
                padding-left: 41px;
                background-image: url(../images/charte/espace-clt.png);
                background-repeat: no-repeat;
                background-position: left center;
                line-height: 38px;
                font-size: 13px;
                text-decoration: none;
                color: #000;
            }

        #header-info > .news {
            width: 232px;
            float: right;
        }

            #header-info > .news a {
                display: block;
                height: 38px;
                padding-left: 66px;
                background-color: #706f6f;
                background-image: url(../images/charte/news.png);
                background-repeat: no-repeat;
                background-position: left center;
                line-height: 38px;
                font-size: 13px;
                text-decoration: none;
                color: #fff;
            }

        #header-info .recherche {
            padding: 2px;
            float: right;
        }

            #header-info .recherche input[type=text] {
                width: 428px;
                padding: 10px 20px;
                padding-left: 50px;
                height: 15px;
                background-color: #3c3c3b;
                color: #cccccc;
                background-image: url(../images/charte/recherche.png);
                background-repeat: no-repeat;
                background-position: 10px center;
                font-size: 14px;
                border: none;
            }

            #header-info .recherche a {
                display: none;
            }

    .consulter-horaire {
        display: block;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        background-color: #e14504;
        box-sizing:border-box;
    }

    #footer-top {
        margin-top: 20px;
    }

        #footer-top > .box-center {
            width: 980px;
            margin-left: auto;
            margin-right: auto;
        }

            #footer-top > .box-center > .bandeau {
                background-color: #e14504;
                color: #fff;
                text-align: center;
                padding: 15px;
                font-size: 16px;
                margin-bottom: 23px;
            }

            #footer-top > .box-center h2 {
                margin-top: 0;
            }

            #footer-top > .box-center > .contact {
                position: relative;
                float: right;
                width: 410px;
                height: 170px;
                padding: 20px 20px 40px 20px;
                margin-right: 23px;
                margin-bottom: 23px;
                background-color: #2e2d2c;
                color: #fff;
                font-size: 14px;
            }

                #footer-top > .box-center > .contact > h2.h2-01 {
                    font-size: 30px;
                }

                #footer-top > .box-center > .contact > .gauche {
                    width: 110px;
                    float: left;
                    margin-top: 8px;
                    margin-bottom: 8px;
                }

                #footer-top > .box-center > .contact > .droite {
                    width: 300px;
                    float: left;
                    margin-top: 8px;
                    margin-bottom: 8px;
                }

                #footer-top > .box-center > .contact > a.droite {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                }

                #footer-top > .box-center > .contact > .droite a {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                }

                    #footer-top > .box-center > .contact > a.droite.hide-l-m {
                        display: none;
                    }

                    #footer-top > .box-center > .contact > a.droite:hover {
                        text-decoration: underline;
                    }

                #footer-top > .box-center > .contact > .droite a:hover {
                    text-decoration: underline;
                }

            #footer-top > .box-center > .offre {
                position: relative;
                float: right;
                width: 224px;
                height: 108px;
                padding: 20px;
                padding-bottom: 102px;
                margin-right: 23px;
                margin-bottom: 23px;
                background-color: #cccccc;
                overflow: hidden;
            }

                #footer-top > .box-center > .offre .titre {
                    font-size: 16px;
                    font-weight: bold;
                }

                #footer-top > .box-center > .offre .ss-titre {
                    font-size: 14px;
                }

                    #footer-top > .box-center > .offre .ss-titre > a {
                        display: block;
                        color: #3c3c3b;
                        text-decoration: none;
                        font-style: italic;
                        margin-top: 10px;
                    }

                        #footer-top > .box-center > .offre .ss-titre > a:hover {
                            text-decoration: underline;
                        }

            #footer-top > .box-center > .res-soc {
                float: right;
                width: 180px;
                height: 180px;
                padding: 20px;
                padding-top: 30px;
                margin-bottom: 23px;
                background-color: #2e2d2c;
                color: #fff;
                font-size: 14px;
                text-align: center;
            }

                #footer-top > .box-center > .res-soc > .logo {
                    width: 155px;
                    margin-right: auto;
                    margin-left: auto;
                }

                #footer-top > .box-center > .res-soc .yt {
                    display: block;
                    float: left;
                    height: 69px;
                    width: 69px;
                    background-image: url(../images/charte/yt.png);
                    background-position: top center;
                    background-repeat: no-repeat;
                    margin-right: 15px;
                    margin-top: 20px;
                }

                    #footer-top > .box-center > .res-soc .yt:hover {
                        background-position: bottom center;
                    }

                #footer-top > .box-center > .res-soc .in {
                    display: block;
                    float: left;
                    height: 70px;
                    width: 70px;
                    margin-left: auto;
                    margin-right: auto;
                    background-image: url(../images/charte/in.png);
                    background-position: top center;
                    background-repeat: no-repeat;
                    margin-top: 20px;
                }

                    #footer-top > .box-center > .res-soc .in:hover {
                        background-position: bottom center;
                    }

    #footer-bottom {
        background-color: #f5f6f6;
    }

        #footer-bottom > .content {
            width: 980px;
            margin-left: auto;
            margin-right: auto;
            font-size: 10px;
            line-height: 66px;
        }

        #footer-bottom a {
            color: #3c3c3b;
            text-decoration: none;
        }

            #footer-bottom a:hover {
                text-decoration: underline;
            }

    /* ACCUEIL */
    .diapo-content {
        background-image: url(../images/accueil/rayures.jpg);
        background-repeat: repeat;
    }

    #diapo {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        height: 329px;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        border-bottom: 5px solid #3c3c3b;
    }

        #diapo > .fleches {
            position: absolute;
            height: 36px;
            width: 72px;
            bottom: 0;
            left: 0;
            z-index: 350;
        }

            #diapo > .fleches a {
                height: 36px;
                width: 36px;
                float: left;
            }



        #diapo > .item {
            position: absolute;
            display: block;
            visibility: hidden;
            width: 980px;
        }


            #diapo > .item > img {
                position: relative;
                width: 100%;
            }

            #diapo > .item > .text {
                position: absolute;
                right: 42px;
                top: 37px;
                height: 254px;
                width: 254px;
                text-align: center;
                background-color: #fff;
                border: 1px solid #cccccc;
            }

                #diapo > .item > .text h1 {
                    margin-top: 45px;
                    margin-bottom: 0;
                    text-transform: uppercase;
                    line-height: 30px;
                    max-height: 60px;
                    overflow: hidden;
                }

                #diapo > .item > .text h2 {
                    margin-top: 0;
                    margin-bottom: 0;
                    text-transform: uppercase;
                    font-size: 20px;
                    line-height: 30px;
                    max-height: 30px;
                    overflow: hidden;
                }

                #diapo > .item > .text p {
                    font-size: 16px;
                }

                #diapo > .item > .text a {
                    background-color: #3c3c3b;
                    color: #fff;
                    text-decoration: none;
                    display: inline-block;
                    font-size: 15px;
                    text-transform: uppercase;
                    padding: 5px 20px;
                }

    /*.accueil-produits-content {
        border-bottom: 1px solid #dddddd;
    }

    .accueil-produits {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 25px;
        padding-bottom: 10px;
    }

        .accueil-produits > .item {
            display: block;
            width: 239px;
            text-decoration: none;
            color: #fff;
            float: left;
            margin-right: 8px;
            margin-bottom: 15px;
        }

            .accueil-produits > .item:nth-child(4n) {
                margin-right: 0;
            }

            .accueil-produits > .item > .image {
                width: 239px;
                height: 171px;
                position: relative;
            }

                .accueil-produits > .item > .image > .couleur,
                .accueil-produits > .item > .image > .gris {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .accueil-produits > .item > .image > .gris {
                    -khtml-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    -webkit-transition: opacity 250ms linear;
                    -moz-transition: opacity 250ms linear;
                    -ms-transition: opacity 250ms linear;
                    -o-transition: opacity 250ms linear;
                    transition: opacity 250ms linear;
                }

                .accueil-produits > .item > .image > .couleur {
                    -khtml-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    -webkit-transition: opacity 250ms linear;
                    -moz-transition: opacity 250ms linear;
                    -ms-transition: opacity 250ms linear;
                    -o-transition: opacity 250ms linear;
                    transition: opacity 250ms linear;
                }

            .accueil-produits > .item:hover > .image > .gris {
                -khtml-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transition: opacity 500ms linear;
                -moz-transition: opacity 500ms linear;
                -ms-transition: opacity 500ms linear;
                -o-transition: opacity 500ms linear;
                transition: opacity 500ms linear;
            }

            .accueil-produits > .item:hover > .image > .couleur {
                -khtml-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                -webkit-transition: opacity 500ms linear;
                -moz-transition: opacity 500ms linear;
                -ms-transition: opacity 500ms linear;
                -o-transition: opacity 500ms linear;
                transition: opacity 500ms linear;
            }

            .accueil-produits > .item > .text {
                position: relative;
                height: 145px;
                background-color: #706f6f;
            }

                .accueil-produits > .item > .text > .triangle {
                    position: absolute;
                    top: -11px;
                    left: 20px;
                }


                .accueil-produits > .item > .text > .titre {
                    padding-left: 22px;
                    padding-right: 22px;
                    font-size: 22px;
                    text-transform: uppercase;
                }

                .accueil-produits > .item > .text > p {
                    font-size: 12px;
                    padding-left: 22px;
                    padding-right: 22px;
                    color: #3c3c3b;
                    height: 27px;
                    overflow: hidden;
                }

                .accueil-produits > .item > .text > .dec {
                    color: #fff;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    padding-left: 22px;
                    -webkit-transition: all 50ms linear;
                    -moz-transition: all 50ms linear;
                    -ms-transition: all 50ms linear;
                    -o-transition: all 50ms linear;
                    transition: all 50ms linear;
                }

            .accueil-produits > .item:hover > .text > .dec {
                color: #e14504;
                padding-left: 32px;
                -webkit-transition: all 100ms linear;
                -moz-transition: all 100ms linear;
                -ms-transition: all 100ms linear;
                -o-transition: all 100ms linear;
                transition: all 100ms linear;
            }

            .accueil-produits > .item > .text > .dec span {
                float: left;
                display: block;
            }

            .accueil-produits > .item > .text > .dec .fleche {
                float: right;
                width: 25px;
                height: 21px;
                display: block;
                background-image: url(../images/accueil/fleche-produit.png);
                background-position: center left;
                background-repeat: no-repeat;
            }

            .accueil-produits > .item:hover > .text > .dec .fleche {
                background-position: center right;
            }*/

    .presentation {
        background-color: #fff;
        border-bottom: 1px solid #dddddd;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .presentation > .content {
            width: 980px;
            margin-left: auto;
            margin-right: auto;
        }

            .groupe .col2-01 p,
            .presentation > .content p {
                font-size: 15px;
                text-align: justify;
            }

            .contact h1.h1-01,
            .groupe .col2-01 h1.h1-01,
            .presentation > .content h1.h1-01 {
                font-weight: normal;
            }

            .presentation > .content h2.h2-01 {
                font-size: 18px;
                padding-bottom: 20px;
                border-bottom: 1px solid #dddddd;
            }


    .groupe {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f5f6f6;
    }

        .groupe .logo {
            display: block;
            margin-bottom: 40px;
        }

        .groupe > .content {
            width: 980px;
            margin-left: auto;
            margin-right: auto;
        }

        .groupe h2.h2-01 {
            font-size: 18px;
            padding-bottom: 20px;
            border-bottom: 1px solid #2e2d2c;
        }


        .groupe .col2-02 .text {
            padding: 10px 5px 5px 5px;
            color: #fff;
            background-color: #2e2d2c;
            text-align: center;
            font-size: 12px;
        }

        .groupe .col2-02 .item-03 > img {
            display: block;
        }

    .titre-page {
        background-image: url(../images/accueil/rayures.jpg);
        background-repeat: repeat;
    }

    /* ACTUALITES */
    .page-content {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
    }

    .ancre {
        position: absolute;
        width: 100%;
        top: -100px;
        left: 0;
    }

    .item-04 {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #dddddd;
    }

        .item-04 img {
            float: left;
            width: 232px;
            margin-right: 30px;
        }

        .item-04 .text {
            float: left;
            width: 718px;
        }

            .item-04 .text.sans-img {
                width: 100%;
                float: none;
            }

            .item-04 .text h1 {
                font-weight: normal;
                margin: 0;
            }

            .item-04 .text h2 {
                font-weight: normal;
                font-size: 22px;
                margin-top: 0;
                padding: 0;
            }

            .item-04 .text .ss-titre {
            }

            .item-04 .text .description,
            .item-04 .text .ss-titre {
                font-size: 14px;
                margin-bottom: 25px;
            }

            .item-04 .text a {
                display: block;
                margin-bottom: 5px;
            }

                .item-04 .text a.lien-04 {
                    position: relative;
                    bottom: auto;
                    right: auto;
                    display: inline-block;
                }
    /* Newsletter */

    .page-newsletter {
        text-align: center;
        padding: 60px;
    }

        .page-newsletter h1.h1-01 {
            font-weight: normal;
        }

        .page-newsletter input[type=text] {
            padding: 9px;
            width: 300px;
            font-size: 14px;
            border-color: #706f6f;
            background-color: #f3f4f4;
            color: #ccc;
        }

        .page-newsletter .lien {
            display: inline-block;
            width: 300px;
            padding: 10px;
            font-size: 14px;
            background-color: #706f6f;
            color: #fff;
            text-align: left;
            text-decoration: none;
            background-image: url(../images/newsletter/fleche.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

    /* Contact */
    .page-content.contact h3 {
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 0px;
        font-weight: normal;
    }

    .page-content.page-content.contact {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .page-content.contact > .col2-01 {
        margin-top: 50px;
    }

    .col2-01 > .form-01 {
        float: left;
        width: 322px;
        margin-right: 9px;
    }

        .col2-01 > .form-01:nth-child(2n+1) {
            margin-right: 0;
        }

        .col2-01 > .form-01 > input,
        .col2-01 > .form-01 > textarea {
            width: 306px;
            border: none;
            padding: 8px;
            background-color: #f3f4f4;
            color: #212b31;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .page-content.contact .col2-01 .lien {
        float: right;
        display: inline-block;
        width: 300px;
        padding: 10px;
        font-size: 14px;
        background-color: #706f6f;
        color: #fff;
        text-align: left;
        text-decoration: none;
        background-image: url(../images/newsletter/fleche.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

        .page-content.contact .col2-01 .lien:hover {
            background-color: #000;
        }

    .page-content.contact > .col2-02 > h2.h2-01 {
        font-size: 18px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dddddd;
        margin-top: 40px;
    }

        .page-content.contact > .col2-02 > h2.h2-01:first-child {
            margin-top: 10px;
        }

    .page-content.contact > .col2-02 > p {
        font-size: 14px;
        margin: 0px;
    }

    .page-content.contact > .col2-02 > a.lien-mail {
        font-size: 14px;
        color: #3c3c3b;
        text-decoration: none;
    }

        .page-content.contact > .col2-02 > a.lien-mail:hover {
            text-decoration: underline;
        }

    .page-content.contact > .col2-02 > a.lien-web {
        font-size: 14px;
        color: #3c3c3b;
        text-decoration: none;
    }

        .page-content.contact > .col2-02 > a.lien-web:hover {
            text-decoration: underline;
        }

    .page-content.contact > .col2-02 > a.lien-google {
        float: right;
        display: inline-block;
        width: calc(100% - 20px);
        padding: 20px 10px;
        font-size: 14px;
        background-color: #000;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background-image: url(../images/newsletter/fleche.png);
        background-repeat: no-repeat;
        background-position: right center;
        margin-bottom: 5px;
    }

        .page-content.contact > .col2-02 > a.lien-google:hover {
            background-color: #706f6f;
        }

    .page-content.contact > .col2-02 > .lien-commercial {
        display: inline-block;
        font-size: 14px;
        padding: 10px;
        padding-left: 50px;
        margin-left: 10px;
        text-decoration: none;
        color: #3c3c3b;
        background-image: url(../images/charte/commerciaux-icone.png);
        background-position: -8px center;
        background-repeat: no-repeat;
    }

        .page-content.contact > .col2-02 > .lien-commercial:hover {
            text-decoration: underline;
        }

    .page-content.contact > .col2-02 > .lien-pdf {
        display: inline-block;
        font-size: 14px;
        padding: 10px;
        padding-left: 50px;
        margin-left: 10px;
        text-decoration: none;
        color: #3c3c3b;
        background-image: url(../images/charte/pdf.png);
        background-position: left center;
        background-repeat: no-repeat;
    }

        .page-content.contact > .col2-02 > .lien-pdf:hover {
            text-decoration: underline;
        }


    .page-content.contact .commerciaux {
        padding-left: 22px;
    }


        .page-content.contact .commerciaux > .item {
            float: left;
            width: 233px;
            margin-right: 6px;
            margin-bottom: 6px;
            padding-top: 35px;
            padding-bottom: 35px;
            border: 1px solid #929292;
        }

            .page-content.contact .commerciaux > .item .content {
                padding-left: 45px;
                background-image: url(../images/charte/commerciaux-icone.png);
                background-position: left top;
                background-repeat: no-repeat;
                font-size: 14px;
            }


            .page-content.contact .commerciaux > .item:nth-child(4n+1) {
                margin-right: 0;
            }

            .page-content.contact .commerciaux > .item .content p {
                margin-bottom: 5px;
            }

            .page-content.contact .commerciaux > .item .content .tel {
                color: #e14504;
                margin: 0;
            }


            .page-content.contact .commerciaux > .item .content a {
                display: block;
                margin-top: 5px;
                color: #3c3c3b;
                text-decoration: none;
            }

                .page-content.contact .commerciaux > .item .content a:hover {
                    text-decoration: underline;
                }



    /* Produits */

    .titre-page > .titre-produit {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
    }

        .titre-page > .titre-produit img {
            float: left;
        }

        .titre-page > .titre-produit h1.h1-03 {
            float: left;
            background-color: #e14504;
            color: #fff;
            width: 411px;
            margin: 0;
            padding-top: 45px;
            text-align: center;
            font-size: 30px;
            font-weight: normal;
            text-transform: uppercase;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .page-content.produit h1.h1-01 {
        text-align: center;
        font-weight: normal;
    }

    .page-content.produit .col2-01 h1.h1-01 {
        text-align: left;
    }

    .liste-prod {
        padding-bottom: 30px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 60px;
    }

        .liste-prod > .item {
            width: 182px;
            float: left;
            margin-right: 17.5px;
            text-decoration: none;
            margin-bottom: 17.5px;
        }

            .liste-prod > .item:nth-child(5n) {
                margin-right: 0;
            }

            .liste-prod > .item > .img-prod {
                position: relative;
                background-image: url(../images/produits/fond-gris.jpg);
            }

                .liste-prod > .item > .img-prod img {
                    display: block;
                    -khtml-opacity: 0.2;
                    -moz-opacity: 0.2;
                    opacity: 0.2;
                    -webkit-transition: opacity 100ms linear;
                    -moz-transition: opacity 100ms linear;
                    -ms-transition: opacity 100ms linear;
                    -o-transition: opacity 100ms linear;
                    transition: opacity 100ms linear;
                }

            .liste-prod > .item:hover > .img-prod img {
                -khtml-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                -webkit-transition: opacity 200ms linear;
                -moz-transition: opacity 200ms linear;
                -ms-transition: opacity 200ms linear;
                -o-transition: opacity 200ms linear;
                transition: opacity 200ms linear;
            }


            .liste-prod > .item > .img-prod > img.triangle {
                position: absolute;
                bottom: 0;
                left: 20px;
                -khtml-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }


            .liste-prod > .item > .titre {
                padding-left: 10px;
                padding-right: 10px;
                height: 44px;
                line-height: 44px;
                overflow: hidden;
                color: #3c3c3b;
                font-size: 19px;
                text-transform: uppercase;
            }

            .liste-prod > .item > .cat {
                float: right;
                display: inline-block;
                width: calc(100% - 20px);
                padding: 10px 10px;
                font-size: 11px;
                background-color: #706f6f;
                color: #fff;
                text-align: left;
                text-decoration: none;
                background-image: url(../images/newsletter/fleche.png);
                background-repeat: no-repeat;
                background-position: right center;
                -webkit-transition: background 100ms linear;
                -moz-transition: background 100ms linear;
                -ms-transition: background 100ms linear;
                -o-transition: background 100ms linear;
                transition: background 100ms linear;
            }

            .liste-prod > .item:hover > .cat {
                background-color: #e14504;
                -webkit-transition: background 200ms linear;
                -moz-transition: background 200ms linear;
                -ms-transition: background 200ms linear;
                -o-transition: background 200ms linear;
                transition: background 200ms linear;
            }

                .liste-prod > .item:hover > .cat.btn-cyan {
                    background-color: #00A5C0;
                }
                .liste-prod > .item:hover > .cat.btn-purple {
                    background-color: #9E1981 !important;
                }

                .liste-prod > .item:hover > .cat.btn-orange {
                    background-color: #DF4113 !important;
                }

                .liste-prod > .item:hover > .cat.btn-green {
                    background-color: #32AC5C !important;
                }

                .liste-prod > .item:hover > .cat.btn-grey {
                    background-color: #90A3B2 !important;
                }

                .liste-prod > .item:hover > .cat.btn-blue {
                    background-color: #006399 !important;
                }

                .liste-prod > .item:hover > .cat.btn-yellow {
                    background-color: #F9B000 !important;
                }

    .diapo {
        position: relative;
        width: 231px;
        height: 221px;
        overflow: hidden;
    }


        .diapo.brochure {
            height: 251px;
        }

        .diapo > .item {
            position: absolute;
        }

    .col2-01 .fleches,
    .col2-02 .fleches {
        position: absolute;
        top: 0;
        right: 0;
        height: 36px;
        display: block;
    }


    col2-01 .fleches > .droite,
    col2-02 .fleches > .droite {
        margin-left: 5px;
    }


    .diapo.produit {
        width: 653px;
        height: 317px;
        margin-bottom: 20px;
    }

        .diapo.produit > .item > .content {
            position: relative;
            width: 653px;
            height: 317px;
        }


            .diapo.produit > .item > .content .description {
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #3c3c3b;
                color: #fff;
                height: 36px;
                line-height: 36px;
                width: 540px;
                padding-left: 10px;
            }

    .diapo.promo > .item .titre,
    .diapo.video > .item .titre,
    .diapo.brochure > .item .titre {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        background-color: #d3d2d1;
    }

    .diapo.produit > .fleches {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        height: 36px;
    }

    .page-content.produit .col2-01 p,
    .page-content.produit .col2-01 ul {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .page-content.produit .col2-01 ul {
        list-style: none;
    }

        .page-content.produit .col2-01 ul li::before {
            content: "\2022";
            font-size: 24px;
            color: #e14504;
            font-weight: bold;
            display: inline-block;
            width: 0.6em;
            margin-left: -1em;
        }

    .page-content.produit .col2-01.color-cyan ul li::before {
        color: #00A5C0;
    }

    .page-content.produit .col2-01.color-purple ul li::before {
        color: #9E1981;
    }

    .page-content.produit .col2-01.color-orange ul li::before {
        color: #DF4113;
    }

    .page-content.produit .col2-01.color-green ul li::before {
        color: #32AC5C;
    }

    .page-content.produit .col2-01.color-grey ul li::before {
        color: #90A3B2;
    }

    .page-content.produit .col2-01.color-blue ul li::before {
        color: #006399;
    }

    .page-content.produit .col2-01.color-yellow ul li::before {
        color: #F9B000;
    }


    .page-content.produit .col2-01 .bandeau {
        background-color: #3c3c3b;
        color: #fff;
        text-align: center;
        padding: 15px;
        font-size: 16px;
        margin-bottom: 23px;
    }

    .page-content.produit > .col2-02 > .bloc-01 > h2.h2-01 {
        font-size: 18px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px;
    }

    .page-content.produit > .col2-02 .bloc-01 {
        position: relative;
        margin-bottom: 20px;
    }

    .page-content > .col2-02 .bloc-01 .lien-site {
        background-color: #e14504;
        color: #fff;
        display: block;
        padding: 20px;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        -webkit-transition: background 100ms linear;
        -moz-transition: background 100ms linear;
        -ms-transition: background 100ms linear;
        -o-transition: background 100ms linear;
        transition: background 100ms linear;
    }

        .page-content > .col2-02 .bloc-01 .lien-site:hover {
            background-color: #706f6f !important;
            -webkit-transition: background 200ms linear;
            -moz-transition: background 200ms linear;
            -ms-transition: background 200ms linear;
            -o-transition: background 200ms linear;
            transition: background 200ms linear;
        }

    /* Mentions légales */
    .page-content.mentions {
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    /* Sitemap */
    ul.sitemap {
        list-style-image: url(../images/charte/puce.png);
    }

        ul.sitemap a {
            font-size: 14px;
            color: #3c3c3b;
            text-decoration: none;
        }

            ul.sitemap a:hover {
                text-decoration: underline;
            }


    /* Espace client */

    .page-espace {
        text-align: center;
        padding: 60px;
    }

        .page-espace h1.h1-01 {
            font-weight: normal;
        }

        .page-espace input[type=text] {
            padding: 9px;
            width: 300px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            display: block;
            font-size: 14px;
            border-color: #706f6f;
            background-color: #f3f4f4;
            color: #ccc;
        }

        .page-espace .lien {
            text-align: center;
            display: inline-block;
            padding: 10px;
            font-size: 14px;
            background-color: #706f6f;
            color: #fff;
            text-decoration: none;
            background-image: url(../images/espace-client/fleche.png);
            background-repeat: no-repeat;
            background-position: right center;
        }


        .page-espace > .col2-espace {
            width: 50%;
            float: left;
        }

    /* Popup cookie */
    .popup-cookie {
        z-index: 100;
        position: fixed;
        bottom: 0;
        width: 100%;
        color: #fff;
        background-color: rgba(225, 69, 4, 0.9);
    }

        .popup-cookie > div {
            box-sizing: border-box;
            font-size: 14px;
            padding: 10px;
        }

            .popup-cookie > div > a {
                display: inline-block;
                float: right;
                background-color: #3c3c3b;
                color: #fff;
                padding: 2px 5px;
                border-radius: 2px;
                text-decoration: none;
                margin-top: 5px;
            }

                .popup-cookie > div > a:hover {
                    color: #ebebeb;
                }

        .popup-cookie p {
            margin-bottom: 0;
        }

            .popup-cookie p > a {
                color: #fff;
            }

    .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

        .row > .col {
            flex: 1;
            box-sizing: border-box;
        }

            .row > .col:nth-child(3n + 2) {
                padding: 0 10px;
            }



    .catalogue {
        flex: 0 0 33.3334% !important;
        flex-wrap: wrap;
        max-width: 33.3334%;
        margin-top: 20px;
        text-align: center;
        padding: 0 10px !important;
    }
     

        .catalogue > a {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            height: 70%;
            border: 2px solid #cccccc;
            text-decoration: none;
            transition: all 200ms ease-in;
        }

            .catalogue > a:hover {
                box-shadow: 0px 0px 1em 0px #cccccc;
                transition: all 150ms ease-in;
            }

            .catalogue > a > img {
                display:block;
                max-width:100%;
                max-height:100%;
            }

        .catalogue > div > hr {
            border: none;
            width: 30%;
            margin-top: 10px;
            border-bottom: solid 1px #cccccc;
        }

        .catalogue > div > span {
            display: block;
            width: 100%;
        }

            .catalogue > div > span.titre {
                text-transform: uppercase;
                font-weight: bold;
                font-size: 20px;
                padding: 10px 0;
            }

            .catalogue > div > span.date {
                font-style: initial;
                font-size: 14px;
            }


    .menu-left {
        position: fixed;
        right: 0;
        top: calc(50% - 142px);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: black;
    }

        .menu-left a {
            display: block;
            width: 100px;
            height: 40px;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            text-align: center;
            padding-top: 55px;
            background-repeat: no-repeat;
            background-position: center 15px;
            font-size: 14px;
        }

        .menu-left a.orange {
            background-color: #e14504;
        }

        .menu-left a:hover {
            opacity: 0.8;
        }

            .menu-left a.ico-suivi-tnt {
                background-image: url(../images/charte/suivi-tnt.png)
            }

            .menu-left a.ico-eshop {
                background-image: url(../images/charte/eshop.png)
            }

            .menu-left a.ico-contact {
                background-image: url(../images/charte/contact.png)
            }

    .groupe .text a {
        text-decoration: none;
        color: #3c3c3b;
    }

            .groupe .text a:hover{
                text-decoration: underline;
            }


    .contact a.lien-04 {
        background-color: #cccccc;
        color: #2e2d2c;
        font-weight: bold;
        background-image: url(../images/charte/fleche-black.png);
    }

        .contact a.lien-04:hover {
            background-color: #ababab;
        }
}
