﻿@media screen and (max-width:640px) {

    .hide-s, .hide-l-s, .hide-m-s {
        display: none;
    }

    /*Général*/
    html {
        min-width: 320px;
    }

    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);
    }

    /*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: -10px;
        }

        #popup-accueil > .popup-content {
            position: absolute;
            width: 90%;
            height: auto;
            left: 5%;
        }

            #popup-accueil > .popup-content .popup-content-image,
            #popup-accueil > .popup-content img {
                display: block;
                width: 100%;
                height: auto;
            }


    .col2-02,
    .col2-01 {
        width: 96%;
        padding: 2%;
    }

    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: 12px;
        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 {
        text-align: left;
        margin-top: 20px;
        display: block;
        padding: 10px;
        padding-right: 70px;
        text-decoration: none;
        background-color: #706f6f;
        color: #fff;
        background-image: url(../images/newsletter/fleche.png);
        background-position: right center;
        background-repeat: no-repeat;
    }

        a.lien-04:hover {
            background-color: #3c3c3b;
        }

    h1.h1-01 {
        text-transform: uppercase;
        font-size: 25px;
    }

    h1.h1-02 {
        width: 100%;
        margin: 0 auto;
        padding-top: 55px;
        padding-bottom: 55px;
        font-size: 28px;
        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;
    }

    /* 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 {
        width: 100%;
        height: auto;
    }


        /* Information Lundi Pentecôte */

        #header > .information {
            display: block;
            text-align: center;
            background-color: #e30613;
            color: #fff;
            padding: 8px;
            font-size: 13px;
        }

            #header > .information p {
                margin: 0;
            }

        #header > .logos {
            width: 96%;
            padding: 2% 2%;
            height: auto;
        }

            #header > .logos > .logo {
                width: 50%;
                height: auto;
                display: block;
                float: left;
            }

                #header > .logos > .logo img {
                    width: 100%;
                    height: auto;
                }

            #header > .logos > .images {
                width: 10%;
                display: inline-block;
                margin-top: 15px;
                text-align: center;
            }

                #header > .logos > .images a {
                    width: 100%;
                    height: auto;
                    display: block;
                }

                    #header > .logos > .images a:nth-child(2n) {
                        margin-bottom: 15%;
                        margin-top: 15%;
                    }


                    #header > .logos > .images a img {
                        width: 100%;
                        height: auto;
                    }


            #header > .logos > .menu-small {
                float: right;
                width: 10%;
                margin-top: 13px;
                margin-bottom: 13px;
                border: 1px solid #e14504;
                border-radius: 5px;
                padding-left: 5px;
                padding-right: 5px;
            }

                #header > .logos > .menu-small img {
                    width: 100%;
                    height: auto;
                }


        #header > .contact {
            width: 98%;
            height: auto;
            margin-right: 2%;
        }


            #header > .contact > .langues {
                display: none;
            }

            /*#header > .contact > .langues {
                width: 18%;
                margin-top: 20px;
                float: left;
                visibility: hidden;
            }

                #header > .contact > .langues a {
                    display: block;
                    width: 40%;
                    margin-right: 5%;
                    margin-left: 5%;
                    float: left;
                    text-align: center;
                }

                    #header > .contact > .langues a:last-child {
                        margin-right: 0;
                    }*/

            /*#header > .contact > .cgv {
                display: block;
                width: 10%;
                height: 41px;
                background-color: #706f6f;
                text-align: center;
                line-height: 41px;
                text-decoration: none;
                color: #fff;
                float: left;
                margin-right: 4px;
            }

                #header > .contact > .cgv:hover {
                    background-color: #8c8c8c;
                }*/


            #header > .contact > .fb {
                display: block;
                width: 10%;
                height: 35px;
                border-top: 3px solid #2e2d2c;
                border-bottom: 3px solid #2e2d2c;
                background-color: #2e2d2c;
                background-image: url(../images/charte/fb-mini.png);
                background-position: top center;
                background-repeat: no-repeat;
                float: left;
                margin-right: 4px;
            }

                #header > .contact > .fb:hover {
                    background-position: bottom center;
                }

            #header > .contact > .in {
                display: block;
                width: 10%;
                height: 35px;
                border-top: 3px solid #2e2d2c;
                border-bottom: 3px solid #2e2d2c;
                background-color: #2e2d2c;
                background-image: url(../images/charte/in-mini.png);
                background-position: top center;
                background-repeat: no-repeat;
                float: left;
                margin-right: 4px;
            }

                #header > .contact > .in:hover {
                    background-position: bottom center;
                }

            #header > .contact > .newsletter {
                background-color: #e14504;
                color: #fff;
                float: right;
                height: 41px;
                width: 160px;
                line-height: 41px;
                text-decoration: none;
                background-image: url(../images/charte/news.png);
                background-repeat: no-repeat;
                background-position: left center;
                padding-right: 5px;
                padding-left: 35px;
            }


            #header > .contact > .bottom {
                width: 73%;
                text-align: center;
                font-size: 12px;
                margin-top: 15px;
                float: right;
            }


    #menu {
        width: 100%;
        height: auto;
        background-color: #f5f6f6;
        border-top: 1px solid #dddddc;
    }

        #menu > .items {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
        }

            #menu > .items > li {
                width: 100%;
                position: relative;
                list-style: none;
                font-size: 15px;
                text-align: center;
                border-bottom: 1px solid #dddddc;
            }

                #menu > .items > li > ul {
                    display: none;
                    z-index: 400;
                    width: 100%;
                    padding: 0;
                    font-size: 11px;
                    list-style: none;
                    background-color: #fff;
                }


                #menu > .items > li:hover > ul {
                    display: block;
                }

                #menu > .items > li > ul > li:first-child a {
                    border-top: 1px solid #dddddc;
                }

                #menu > .items > li > ul > li:last-child a {
                    border-bottom: none;
                }

                #menu > .items > li > ul > li a {
                    display: block;
                    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 {
                        border-left: 3px solid #e14504;
                        background-color: #fd9568;
                    }

                #menu > .items > li > a {
                    margin-top: 13px;
                    margin-bottom: 13px;
                    display: block;
                    text-decoration: none;
                    color: #3c3c3b;
                    text-transform: uppercase;
                }

            #menu > .items > .promo {
                color: #e30613;
            }

                #menu > .items > .promo a {
                    color: #e30613;
                }

                    #menu > .items > .promo a:hover {
                        background: none;
                    }

            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="promo"] #menu > .items > li > a[data-menu="promo"],
            body[data-menu="contact"] #menu > .items > li > a[data-menu="contact"],
            body[data-menu="offre-comm"] #menu > .items > li > a[data-menu="offre-comm"],
            body[data-menu="esp-clt"] #menu > .items > li > a[data-menu="esp-clt"],
            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"],
            #menu > .items > li > a.active,
            #menu > .items > li > a:hover {
                font-weight: bold;
            }

    #header-info {
        position: relative;
        border-bottom: 1px solid #fff;
    }

        #header-info > .fil-ariane {
            display: none;
        }

        #header-info > .espace-clt {
        }

            #header-info > .espace-clt a {
                display: block;
                height: 38px;
                padding-left: 71px;
                background-image: url(../images/charte/espace-clt.png);
                background-repeat: no-repeat;
                background-position: 15px center;
                line-height: 38px;
                font-size: 15px;
                text-decoration: none;
                color: #3c3c3b;
                border-top: 1px solid #706f6f;
            }

        #header-info > .news a {
            display: block;
            height: 38px;
            padding-left: 71px;
            background-color: #706f6f;
            background-image: url(../images/charte/news.png);
            background-repeat: no-repeat;
            background-position: left center;
            line-height: 38px;
            font-size: 15px;
            text-decoration: none;
            color: #fff;
        }


        #header-info .recherche {
            width: 100%;
        }

            #header-info .recherche input[type=text] {
                width: 100%;
                padding: 10px 20px;
                padding-left: 50px;
                height: 38px;
                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;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            #header-info .recherche a {
                display: none;
            }


    #footer-top {
        margin-top: 15px;
    }

        #footer-top > .box-center {
            width: 100%;
        }

            #footer-top > .box-center > .bandeau {
                background-color: #e14504;
                color: #fff;
                text-align: center;
                padding: 15px;
                font-size: 16px;
                margin-bottom: 10px;
            }

            #footer-top > .box-center h2 {
                margin-top: 0;
            }

            #footer-top > .box-center > .contact {
                position: relative;
                float: left;
                width: 96%;
                padding: 2%;
                margin-bottom: 10px;
                background-color: #2e2d2c;
                color: #fff;
                font-size: 13px;
            }

                #footer-top > .box-center > .contact h2 {
                    text-align: center;
                }

                #footer-top > .box-center > .contact > .gauche {
                    width: 35%;
                    padding-left: 5%;
                    float: left;
                    margin-top: 8px;
                    margin-bottom: 8px;
                }

                #footer-top > .box-center > .contact > .droite {
                    width: 40%;
                    padding-left: 10%;
                    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:hover {
                        text-decoration: underline;
                    }

                #footer-top > .box-center > .contact > .droite a:hover {
                    text-decoration: underline;
                }

            #footer-top > .box-center > .horaire {
                float: left;
                width: 96%;
                padding: 2%;
                margin-bottom: 10px;
                text-align: center;
                font-size: 14px;
                background-color: #cccccc;
            }

            #footer-top > .box-center > .offre {
                float: left;
                width: 96%;
                height: auto;
                padding: 2%;
                padding-top: 30px;
                margin-bottom: 10px;
                background-color: #2e2d2c;
                color: #fff;
                font-size: 14px;
                text-align: center;
            }



                #footer-top > .box-center > .offre .titre {
                    font-size: 14px;
                    font-weight: bold;
                }

                #footer-top > .box-center > .offre .ss-titre {
                    font-size: 12px;
                }

                    #footer-top > .box-center > .offre .ss-titre > a {
                        color: #fff;
                        text-decoration: none;
                        font-style: italic;
                        display: block;
                        margin-top: 10px;
                    }

                        #footer-top > .box-center > .offre .ss-titre > a:hover {
                            text-decoration: underline;
                        }



    #footer-bottom {
        background-color: #f7f7f7;
        width: 100%;
        font-size: 10px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }


        #footer-bottom div {
            float: none;
        }

        #footer-bottom a {
            color: #3c3c3b;
            text-decoration: none;
        }

            #footer-bottom a:hover {
                text-decoration: underline;
            }

    .consulter-horaire {
        display: block;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        background-color: #e14504;
        box-sizing: border-box;
    }

    /* ACCUEIL */

    .diapo-content {
        display: none;
    }

    .presentation {
        border-bottom: 1px solid #dddddd;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .presentation > .content {
            width: 96%;
            padding-left: 2%;
            padding-right: 2%;
        }

            .presentation > .content > .col2-01 img,
            .presentation > .content > .col2-02 img,
            .groupe .col2-02 img {
                width: 100%;
                height: auto;
            }

            .groupe .col2-01 p,
            .presentation > .content p {
                font-size: 15px;
                text-align: justify;
            }


            .contact > .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 {
        background-color: #f5f6f6;
        width: 96%;
        padding: 2%;
    }

        .groupe .logo {
            display: block;
            margin-bottom: 20px;
            width: 80%;
        }

        .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;
        }

        .groupe > .content > .col2-01 img {
            width: 100%;
        }


    /* ACTUALITES */
    .page-content {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .item-04 {
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #dddddd;
    }


        .item-04 img {
            float: left;
            width: 30%;
            margin-right: 5%;
        }

        .item-04 .text.sans-img {
            width: 100%;
            float: none;
        }

        .item-04 .text {
            width: 65%;
            float: left;
        }


            .item-04 .text h1 {
                font-weight: normal;
                margin: 0;
            }


            .item-04 .text h2 {
                font-weight: normal;
                margin-top: 0;
            }

            .item-04 .text .ss-titre {
                text-transform: uppercase;
            }

            .item-04 .text .description,
            .item-04 .text .ss-titre {
                font-size: 12px;
            }

            .item-04 .text a {
                display: block;
                margin-bottom: 5px;
            }

    /* Newsletter */

    .page-newsletter {
        text-align: center;
        padding: 60px;
    }

        .page-newsletter h1.h1-01 {
            font-weight: normal;
        }

        .page-newsletter input[type=text] {
            padding: 1%;
            width: 90%;
            font-size: 14px;
            border-color: #706f6f;
            background-color: #f3f4f4;
            color: #ccc;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .page-newsletter .lien {
            display: inline-block;
            width: 90%;
            padding: 1%;
            font-size: 14px;
            border: solid 1px #706f6f;
            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;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    /* Contact */
    .page-content.contact h3 {
        text-transform: uppercase;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px;
        font-weight: normal;
    }

    .page-content.contact {
        width: 98%;
        margin: 30px 1% 50px 1%;
    }


    .contact > .col2-01 {
        margin-top: 30px;
    }


    .col2-01 > .form-01 {
        width: 100%;
    }

        .col2-01 > .form-01:nth-child(2n+1) {
            margin-right: 0;
        }

        .col2-01 > .form-01 > input,
        .col2-01 > .form-01 > textarea {
            width: calc(100% - 16px);
            border: none;
            padding: 8px;
            background-color: #f3f4f4;
            color: #212b31;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .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;
    }

        .contact .col2-01 .lien:hover {
            background-color: #000;
        }

    .contact > .col2-02 > h2.h2-01 {
        font-size: 18px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dddddd;
        margin-top: 50px;
    }


    .contact > .col2-02 > p {
        font-size: 14px;
        margin: 0px;
    }

    .contact > .col2-02 > a.lien-mail {
        font-size: 14px;
        color: #3c3c3b;
        text-decoration: none;
    }

        .contact > .col2-02 > a.lien-mail:hover {
            text-decoration: underline;
        }

    .contact > .col2-02 > a.lien-web {
        font-size: 14px;
        color: #3c3c3b;
        text-decoration: none;
    }

        .contact > .col2-02 > a.lien-web:hover {
            text-decoration: underline;
        }

    .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;
    }

        .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: left 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 > .item {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 3%;
        padding-top: 35px;
        padding-bottom: 35px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #929292;
    }

        .page-content.contact .commerciaux > .item .content {
            padding-left: 40px;
            background-image: url(../images/charte/commerciaux-icone.png);
            background-position: left top;
            background-repeat: no-repeat;
            font-size: 3vw;
        }


        .page-content.contact .commerciaux > .item:nth-child(2n+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: 100%;
    }

        .titre-page > .titre-produit img {
            width: 60%;
            height: auto;
            float: left;
        }

        .titre-page > .titre-produit h1.h1-03 {
            float: left;
            background-color: #e14504;
            color: #fff;
            width: 40%;
            margin: 0;
            padding-top: 2%;
            font-size: 4vw;
            text-align: center;
            display: block;
            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: 20px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 40px;
    }

        .liste-prod > .item {
            width: 32%;
            float: left;
            margin-right: 2%;
            text-decoration: none;
            margin-bottom: 2%;
        }

            .liste-prod > .item:nth-child(3n) {
                margin-right: 0;
            }

            .liste-prod > .item > .img-prod {
                position: relative;
                background-image: url(../images/produits/fond-gris.jpg);
            }

                .liste-prod > .item > .img-prod img {
                    width: 100%;
                    height: auto;
                    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;
                width: 27px;
                height: 11px;
                -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% - 45px);
                padding: 10px 10px;
                padding-right: 35px;
                font-size: 11px;
                height: 35px;
                line-height: 13px;
                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;
            }



    .diapo {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .diapo > .item {
            position: absolute;
            width: 100%;
            height: auto;
        }

            .diapo > .item img {
                width: 100%;
                height: auto;
            }

    .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: 100%;
        height: auto;
        margin-bottom: 20px;
    }

        .diapo.produit > .item > .content {
            position: relative;
            width: 100%;
            height: auto;
        }

            .diapo.produit > .item > .content img {
                width: 100%;
                height: auto;
            }


            .diapo.produit > .item > .content .description {
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #3c3c3b;
                color: #fff;
                height: 36px;
                line-height: 36px;
                width: 70%;
                padding-left: 10px;
            }

    .diapo.promo > .item .titre,
    .diapo.video > .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;
            -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: 10px;
    }

        .page-espace h1.h1-01 {
            font-weight: normal;
        }

        .page-espace input[type=text] {
            padding: 3%;
            width: calc(94% - 2px);
            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;
        }

    /* 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 {
            width: 100%;
            box-sizing: border-box;
        }

    .catalogue {
        flex-wrap: wrap;
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
    }

        .catalogue > a {
            display: block;
            padding: 10px;
            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;
                margin-left: auto;
                margin-right: auto;
                max-width: 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% - 82px);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: black;
    }

        .menu-left a {
            display: block;
            width: 80px;
            height: 40px;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            text-align: center;
            padding-top: 45px;
            background-repeat: no-repeat;
            background-position: center 20px;
            background-size: 20px;
        }

            .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;
        }
}
