html, body {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: white;
    font-family: Arial;
    font-size: 14px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.pv_italique {
    font-style: italic;
    font-weight: normal;
}

.ref_commande .pv_italique {
    font-size: 11px;
}

h1 {
    font-weight: bold;
    color: #84133e;
    font-family: Arial;
    font-size: 16px;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 14px;
}

header {
    height: 130px;
    -moz-box-shadow: 0px 5px 10px 0px #f3f3f3;
    -webkit-box-shadow: 0px 5px 10px 0px #f3f3f3;
    -o-box-shadow: 0px 5px 10px 0px #f3f3f3;
    box-shadow: 0px 5px 10px 0px #f3f3f3;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#f3f3f3, Direction=180, Strength=10);
}

#top-header {
    height: 30px;
    background-color: #9ca5ae;
}

#topheadercontainer, #bottomheadercontainer, #line {
    width: 1200px;
    color: #ffffff;
    position: relative;
    margin: auto;
}

    #topheadercontainer #header-content {
        width: 660px;
        float: right;
    }

    #topheadercontainer #search {
        margin-top: 5px;
        float: left;
    }

        #topheadercontainer #search input.champsearch {
            background-color: #c4c9ce;
            color: #ffffff;
            font-style: italic;
            font-size: 14px;
            border: none;
            height: 19px;
            width: 165px;
            padding-left: 5px;
            float: left;
        }

        #topheadercontainer #search input.btn-ok, button.btn-ok {
            color: #2f2f2f;
            font-size: 12px;
            border: none;
            height: 21px;
            padding-bottom: 3px;
            width: 33px;
            font-weight: bold;
            background-image: -moz-linear-gradient(top, #fefefe, #cccccc);
            background-image: -ms-linear-gradient(top, #fefefe, #cccccc);
            background-image: -o-linear-gradient(top, #fefefe, #cccccc);
            background-image: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#cccccc));
            background-image: -webkit-linear-gradient(top, #fefefe, #cccccc);
            background-image: linear-gradient(top, #fefefe, #cccccc);
            float: left;
            margin-left: 7px;
            cursor: pointer;
        }

button.btn-ok {
    height: 27px;
}

.btn-pv {
    background-color: transparent;
    border: none;
    color: #85153d;
    font-weight: bold;
}

#topheadercontainer #numclient, #topheadercontainer #moncompte-link, #topheadercontainer #deco {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 8px;
    margin-left: 35px;
    float: left;
}

#topheadercontainer #moncompte-link {
    border-right: 1px solid #ffffff;
    padding-right: 20px;
}

    #topheadercontainer #moncompte-link a, #topheadercontainer #deco a {
        color: #ffffff;
    }

#topheadercontainer #deco a {
    background: url("../images/deconnexion.png") no-repeat right;
    padding-right: 20px;
}

#bottomheadercontainer {
    margin-top: 13px;
    height: 95px;
}

    #bottomheadercontainer #logo {
        float: left;
    }

        #bottomheadercontainer #logo a img {
            border: none;
        }

    #bottomheadercontainer #menu {
        font-family: Century Gothic, Verdana;
        text-transform: uppercase;
        font-size: 18px;
        float: left;
    }

        #bottomheadercontainer #menu li {
            list-style: none;
            display: inline;
            padding: 0 8px;
        }

            #bottomheadercontainer #menu li a {
                color: #2f2f2f;
            }
                #bottomheadercontainer #menu li a.multiligne {
                    display: inline-flex;
                }
                #bottomheadercontainer #menu li a.liencatalogue {
                    font-size:16px;
                }

        #bottomheadercontainer #menu .active {
            font-weight: bold;
        }

    #bottomheadercontainer #panier {
        float: right;
    }

    #bottomheadercontainer #icone {
        float: left;
        margin-left: -27px;
        margin-top: 10px;
    }

    #bottomheadercontainer #infos {
        height: 55px;
        width: 125px;
        background-color: #faf8f8;
        color: #4c4c4c;
        font-size: 12px;
        text-align: right;
        padding: 10px;
    }

        #bottomheadercontainer #infos #total {
            font-weight: bold;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        #bottomheadercontainer #infos #link a {
            font-size: 14px;
            color: #4c4c4c;
        }

#page {
    /*min-height:610px;*/
    margin-top: 20px;
    background-image: -moz-linear-gradient(top, #fefefe 80%, #e5e5e5 100%);
    background-image: -ms-linear-gradient(top, #fefefe 80%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #fefefe 80%, #e5e5e5 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fefefe) 80%, to(#e5e5e5) 100%);
    background-image: -webkit-linear-gradient(top, #fefefe 80%, #e5e5e5 100%);
    background-image: linear-gradient(top, #fefefe 80%, #e5e5e5 100%);
    padding-bottom: 40px;
}

    #page #content, #page #content_pro, #page #article {
        width: 1200px;
        margin: auto;
    }

    #page #col_left {
        width: 417px;
        float: left;
    }

    #page #content_pro {
        padding-top: 100px;
    }

        #page #content_pro #col_left {
            width: 360px;
            float: left;
            border-right: 1px solid #e4e4e4;
            padding-right: 20px;
        }

    #page #content_pro_footer {
        padding-top: 25px;
        width: 720px;
        margin: auto;
    }

    #page #col_center {
        float: left;
    }

    #page #col_left label {
        color: #2F2F2F;
        display: block;
        float: left;
        font-size: 14px;
        margin-right: 10px;
        padding-top: 5px;
        text-align: right;
        width: 120px;
    }

    #page #col_center {
        color: #2F2F2F;
        display: block;
        font-size: 14px;
        margin-left: 20px;
        margin-right: 10px;
        margin-top: 34px;
        padding-top: 5px;
        width: 380px;
        text-align: left;
        border-right: 1px solid #e4e4e4;
        padding-right: 20px;
    }

        #page #col_center .form#left {
            margin-right: 0px;
            width: 151px;
        }

        #page #col_center .form#right {
            width: 229px;
        }

        #page #col_center input {
            margin-bottom: 10px;
            margin-right: 5px;
        }

            #page #col_center input.number {
                width: 39px;
                margin-left: 10px;
            }

            #page #col_center input.autre {
                width: 130px;
                margin-left: 10px;
            }

        #page #col_center .label_decale {
            position: relative;
            top: 4px;
        }


    #page .col_info {
        margin-top: 50px;
        width: 50%;
        float: left;
    }

        #page .col_info label {
            color: #2F2F2F;
            display: block;
            float: left;
            font-size: 14px;
            margin-right: 10px;
            padding-top: 5px;
            text-align: right;
            width: 160px;
        }

        #page .col_info input, #page .col_info select {
            border: 1px solid #e4e4e4;
            color: #9ca5ae;
            font-size: 12px;
            height: 26px;
            width: 270px;
            margin-bottom: 10px;
            padding-left: 5px;
        }

            #page .col_info input.btn {
                background-image: -moz-linear-gradient(top, #931744, #85153d);
                background-image: -ms-linear-gradient(top, #931744, #85153d);
                background-image: -o-linear-gradient(top, #931744, #85153d);
                background-image: -webkit-gradient(linear, center top, center bottom, from(#931744), to(#85153d));
                background-image: -webkit-linear-gradient(top, #931744, #85153d);
                background-image: linear-gradient(top, #931744, #85153d);
                background-color: #85153d;
                border: none;
                color: #FFFFFF;
                font-family: Arial;
                font-size: 12px;
                font-weight: bold;
                min-height: 25px;
                cursor: pointer;
                margin-left: 170px;
                float: none;
                width: 278px;
            }


    #page .btn, #page #col_left input.btn, .alert_offre input[type=submit], .alert_offre input[type=button] {
        background-image: -moz-linear-gradient(top, #931744, #85153d);
        background-image: -ms-linear-gradient(top, #931744, #85153d);
        background-image: -o-linear-gradient(top, #931744, #85153d);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#931744), to(#85153d));
        background-image: -webkit-linear-gradient(top, #931744, #85153d);
        background-image: linear-gradient(top, #931744, #85153d);
        background-color: #85153d;
        border: none;
        color: #FFFFFF;
        float: right;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        min-height: 25px;
        margin-right: 3px;
        cursor: pointer;
    }


    #page #col_left input.btn {
        width: 100px;
        margin-top: 50px;
    }

    #page #col_center input.btn, #page #content_pro #col_center input.btn {
        background-image: -moz-linear-gradient(top, #931744, #85153d);
        background-image: -ms-linear-gradient(top, #931744, #85153d);
        background-image: -o-linear-gradient(top, #931744, #85153d);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#931744), to(#85153d));
        background-image: -webkit-linear-gradient(top, #931744, #85153d);
        background-image: linear-gradient(top, #931744, #85153d);
        background-color: #85153d;
        border: none;
        color: #FFFFFF;
        float: right;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        min-height: 25px;
        margin-right: 3px;
        margin-top: 10px;
        cursor: pointer;
    }

    #page #content_pro #col_center input.btn {
        width: 180px;
    }

    #page #col_left p#obligatoire {
        font-size: 12px;
    }

    #page #col_left input, #page #col_left select {
        border: 1px solid #e4e4e4;
        color: #9ca5ae;
        font-size: 12px;
        height: 26px;
        width: 270px;
        margin-bottom: 10px;
        padding-left: 5px;
    }

#content_pro #col_left input {
    border: 1px solid #e4e4e4;
    color: #9ca5ae;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    width: 220px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#page #col_center input.number, #page #col_center input.autre {
    border: 1px solid #e4e4e4;
    color: #9ca5ae;
    font-size: 12px;
    height: 26px;
}

#page #col_center .form#left input {
    margin-bottom: 16px;
}

#page #col_center textarea {
    margin-top: 10px;
    color: #9ca5ae;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    font-family: Arial;
    padding-left: 5px;
    padding-top: 5px;
}

#page #col_center input.crypto {
    border: 1px solid #BFBFBF;
    float: left;
    height: 36px;
    margin-top: 10px;
    width: 220px;
    color: #9ca5ae;
    font-size: 12px;
    font-family: Arial;
    padding-left: 5px;
}

#page #col_center img {
    margin-top: 10px;
}

#page #col_right {
    width: 350px;
    float: left;
}

    #page #col_right p {
        font-size: 14px;
    }

#page #content_pro #col_left .form {
    margin-top: 120px;
}

#page #content_pro #col_left a {
    color: #2f2f2f;
    font-size: 12px;
    width: 350px;
    text-align: right;
    display: block;
}

#page #content_pro #col_center {
    margin-top: 0;
    width: 440px;
}

#page #content_pro #col_right {
    float: left;
    width: 320px;
}

#page #content_pro #col_center label {
    color: #2F2F2F;
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
    width: 130px;
}

#page #content_pro #col_center input {
    border: 1px solid #e4e4e4;
    color: #9ca5ae;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    width: 286px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#page #col_center .form {
    margin-top: 35px;
}

#page #content_pro #col_center p#obligatoire {
    text-align: right;
    font-size: 12px;
    margin-top: 0;
}

#page #content_pro #col_right .btn {
    margin-top: 248px;
}

#page #article #texte {
    width: 510px;
    float: left;
    margin-left: 10px;
}

    #page #article #texte ul {
        padding-left: 15px;
    }

#page #article #right {
    width: 250px;
    margin-left: 20px;
}

#page #article #infos {
    background-color: #dddddd;
    padding: 15px;
    font-size: 12px;
}

#page #article #right #infos ul {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#page #article #right #infos li {
    background: url("../images/puce_v.png") no-repeat left 2px;
    padding-left: 15px;
    margin-bottom: 5px;
}

/***Saisie rapide panier***/

#page .saisie_rapide.panier .recap-panier .form label {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

#page .saisie_rapide.panier .recap-panier .form input[type="text"] {
    border: 1px solid #e4e4e4;
    padding: 4px 4px 4px 10px;
    color: #2f2f2f;
    font-size: 12px;
    width: 210px;
    opacity: 0.47;
    -ms-filter: "alpha(opacity=47)"; /*ie9*/
    -moz-opacity: 0.47; /*firefox*/
    -khtml-opacity: 0.47; /*safari*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=47); /*< ie9*/
    filter: alpha(opacity=47);
    zoom: 1;
}

#page .saisie_rapide.panier .recap-panier .form input[type="submit"] {
    border: none;
    background: none;
    text-transform: uppercase;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

#page .saisie_rapide .champ_saisie {
    margin-left: 20px;
    margin-top: 8px;
}

    #page .saisie_rapide .champ_saisie input {
        height: 25px;
        border: 1px solid #e4e4e4;
    }

#page .saisie_rapide .reference {
    height: 59px;
    width: 370px;
    border: 1px solid #e4e4e4;
    display: block;
    margin-left: 20px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 9px;
    margin-right: 30px;
}

    #page .saisie_rapide .reference img {
        margin-right: 15px;
    }

    #page .saisie_rapide .reference h2 {
        margin-bottom: 5px;
    }

    #page .saisie_rapide .reference p {
        margin-top: 5px;
    }

#page .saisie_rapide .ref_commande,
#page .detail .ref_commande,
.modalOffre .ref_commande {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}

#page .detail .ref_commande {
    margin-top: 30px;
}

#page .saisie_rapide.panier .ref_commande {
    margin-top: 15px;
    float: left;
}

#page .saisie_rapide .ref_commande tbody,
#page .detail .ref_commande tbody,
.modalOffre .ref_commande tbody {
    background-color: #ffffff;
}

#page .saisie_rapide .ref_commande thead,
#page .detail .ref_commande thead,
.modalOffre .ref_commande thead {
    height: 40px;
    border: 1px solid #E4E4E4;
}

#page .saisie_rapide .ref_commande th,
#page .detail .ref_commande th,
.modalOffre .ref_commande th {
    color: #1e1e1e;
    font-size: 12px;
    background-color: #e4e4e4;
    font-weight: normal;
    padding: 5px;
}

.modalOffre .ref_commande th {
    vertical-align: middle;
    text-align: center;
}

#page .saisie_rapide .ref_commande tr,
#page .detail .ref_commande tr,
.modalOffre .ref_commande tr {
    height: 35px;
}

#page .saisie_rapide .ref_commande td,
#page .detail .ref_commande td,
.modalOffre .ref_commande td {
    text-align: center;
    font-size: 12px;
    color: #1e1e1e;
    border: 1px solid #e4e4e4;
}

#page .saisie_rapide.panier .ref_commande td,
#page .detail .ref_commande,
.modalOffre .ref_commande {
    padding: 10px 0 8px 0;
}

#page .offre .ref_commande {
    padding: 0 !important;
    margin: 0 !important;
}

    #page .offre .ref_commande.first {
        margin-top: 20px !important;
    }

    #page .offre .ref_commande.last {
        margin-bottom: 20px !important;
    }

#page .saisie_rapide.panier .ref_commande td.contremarque {
    text-align: left;
    padding-left: 18px;
}

#page .saisie_rapide.panier .ref_commande td figure {
    position: relative;
    margin: 0;
    cursor: pointer;
}

    #page .saisie_rapide.panier .ref_commande td figure:hover .info-bulle,
    #page .saisie_rapide.panier_commande .ref_commande td:hover .info-bulle {
        display: block;
    }

#page .saisie_rapide.panier .ref_commande td .info-bulle {
    background: url(../images/arrow-top.png) no-repeat 25px top;
    padding-top: 12px;
    display: none;
    position: absolute;
    left: 25px;
    bottom: -40px;
    z-index: 100;
}

#page .saisie_rapide.panier_commande .ref_commande td .info-bulle {
    background: url(../images/arrow-top.png) no-repeat 25px top;
    padding-top: 12px;
    display: none;
    position: absolute;
    left: -10px;
    bottom: -50px;
    z-index: 100;
}

#page .saisie_rapide.panier .ref_commande td .info-bulle .content {
    background: #acacac;
    display: block;
    color: #ffffff;
    padding: 17px;
    font-size: 12px;
    font-weight: bold;
    width: 128px;
}

#page .saisie_rapide.panier_commande .ref_commande td .info-bulle .content {
    background: #acacac;
    display: block;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}


#page .saisie_rapide .ref_commande .taille,
#page .detail .ref_commande .taille,
.modalOffre .ref_commande .taille {
    width: 40px;
}

#page .saisie_rapide .ref_commande .poids,
#page .detail .ref_commande .poids,
.modalOffre .ref_commande .poids {
    width: 70px;
}

#page .saisie_rapide .ref_commande .reliquats,
#page .detail .ref_commande .reliquats,
.modalOffre .ref_commande .reliquats {
    width: 55px;
}

#page .saisie_rapide .ref_commande .unite,
#page .detail .ref_commande .unite,
.modalOffre .ref_commande .unite {
    width: 60px;
}

#page .saisie_rapide .ref_commande .prix,
#page .detail .ref_commande .prix,
.modalOffre .ref_commande .prix {
    width: 65px;
}

#page .saisie_rapide .ref_commande .dispo,
#page .detail .ref_commande .dispo,
.modalOffre .ref_commande .dispo {
    width: 105px;
}


#page .saisie_rapide.panier .ref_commande .ref {
    width: 85px;
}

#page .saisie_rapide.panier .ref_commande .photo {
    width: 73px;
}

#page .saisie_rapide.panier .ref_commande .taille {
    width: 102px;
}

#page .saisie_rapide.panier .ref_commande .poids {
    width: 62px;
}

#page .saisie_rapide.panier .ref_commande .prix {
    width: 82px;
}

#page .saisie_rapide.panier .ref_commande .quantite {
    width: 124px;
}

#page .saisie_rapide.panier .ref_commande .contremarque {
    width: 280px;
}

#page .saisie_rapide.panier .ref_commande .total {
    width: 145px;
}


#page .saisie_rapide.panier .ref_commande .grey {
    color: #b6b6b6;
    margin: 0 7px;
}

#page .saisie_rapide.panier .ref_commande .supprimer {
    width: 115px;
}

/**Tableau mon compte***/

#page #content.compte {
    position: relative;
}

    #page #content.compte .ref-sav {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

        #page #content.compte .ref-sav span {
            float: left;
            margin-right: 40px;
            color: #2f2f2f;
            font-size: 18px;
            text-transform: uppercase;
        }

#page .saisie_rapide.panier.compte .ref_commande .contremarque {
    width: 155px;
}

#page .saisie_rapide.panier.compte .ref_commande .type-reparation {
    width: 125px;
}

#page .saisie_rapide.panier.compte .ref_commande .quantite {
    width: 110px;
}

#page .saisie_rapide.panier.compte .ref_commande .designation {
    width: 195px;
}

#page .saisie_rapide.panier.compte .ref_commande td.designation {
    text-transform: uppercase;
}

#page .saisie_rapide.panier.compte .ref_commande .traite,
#page .saisie_rapide.panier.compte .ref_commande .expedie {
    width: 130px;
}

#page .dispo_ok,
#page .saisie_rapide .ref_commande .dispo_ok,
#page .detail .ref_commande .dispo_ok {
    color: #275a21;
    font-weight: bold;
}

#page .dispo_nok,
#page .saisie_rapide .ref_commande .dispo_nok,
#page .detail .ref_commande .dispo_nok,
.modalOffre .ref_commande .dispo_nok {
    color: #b81414;
    font-weight: bold;
}

    #page .saisie_rapide .ref_commande .dispo_nok .livraison,
    #page .detail .ref_commande .dispo_nok .livraison,
    .modalOffre .ref_commande .dispo_nok .livraison {
        color: #1e1e1e;
        font-weight: normal;
        font-size: 10px;
    }

#page .saisie_rapide .ref_commande .qte,
#page .detail .ref_commande .qte {
    width: 65px;
}

#page .saisie_rapide .ref_commande input.qte,
#page .saisie_rapide.panier .ref_commande input.quantite,
#page .detail .ref_commande input.qte,
.modalOffre .ref_commande input.qte {
    width: 40px;
    height: 20px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: Arial;
}

#page .saisie_rapide.panier .ref_commande input.quantite {
    width: 65px;
    text-align: right;
    padding-right: 5px;
}

#page .saisie_rapide .ref_commande .contremarque {
    width: 151px;
}

#page .saisie_rapide .ref_commande input.contremarque {
    width: 140px;
    height: 20px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: Arial;
}


#page .saisie_rapide .ref_commande tfoot td,
#page .detail .ref_commande tfoot td,
.modalOffre .ref_commande tfoot td {
    border: none;
    background-color: transparent;
    padding: 0;
}

#page .saisie_rapide .ref_commande button.calculer,
#page .saisie_rapide .ref_commande input.calculer,
#page .detail .ref_commande button.calculer,
#page .detail .ref_commande input.calculer {
    color: #2f2f2f;
    font-size: 12px;
    border: none;
    height: 35px;
    width: 75px;
    font-weight: bold;
    background-image: -moz-linear-gradient(top, #E4E4E4, #CDCDCD);
    background-image: -ms-linear-gradient(top, #E4E4E4, #CDCDCD);
    background-image: -o-linear-gradient(top, #E4E4E4, #CDCDCD);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#E4E4E4), to(#CDCDCD));
    background-image: -webkit-linear-gradient(top, #E4E4E4, #CDCDCD);
    background-image: linear-gradient(top, #E4E4E4, #CDCDCD);
}

#page .saisie_rapide.panier .ref_commande button.calculer,
#page .saisie_rapide.panier .ref_commande input.calculer {
    background-image: none;
    background: none;
    cursor: pointer;
}

#page .saisie_rapide.panier .ref_commande .btn_calculer {
    background-image: -moz-linear-gradient(top, #e4e4e4, #cdcdcd);
    background-image: -ms-linear-gradient(top, #e4e4e4, #cdcdcd);
    background-image: -o-linear-gradient(top, #e4e4e4, #cdcdcd);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e4e4e4), to(#cdcdcd));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #cdcdcd);
    background-image: linear-gradient(top, #e4e4e4, #cdcdcd);
}

#page .saisie_rapide .ref_commande tbody tr:nth-child(even),
#page .detail .ref_commande tbody tr:nth-child(even),
.modalOffre .ref_commande tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

#page .saisie_rapide .ref_commande tfoot .total,
#page .saisie_rapide .ref_commande tfoot .total_qte,
#page .saisie_rapide .ref_commande tfoot .total_prix,
#page .saisie_rapide .ref_commande tfoot .total2,
#page .saisie_rapide .ref_commande tfoot .total_qte2,
#page .saisie_rapide .ref_commande tfoot .total_prix2,
#page .detail .ref_commande tfoot .total,
#page .detail .ref_commande tfoot .total_qte,
#page .detail .ref_commande tfoot .total_prix {
    background-color: #e5e5e5;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #e4e4e4;
}

#page .saisie_rapide .ref_commande tfoot .total,
#page .saisie_rapide .ref_commande tfoot .total2,
#page .saisie_rapide .ref_commande tfoot .total_qte2,
#page .detail .ref_commande tfoot .total_prix {
    border-right: 1px solid #c7c7c7;
}

#page .saisie_rapide.panier .recap-panier .form textarea {
    display: block;
    border: 1px solid #e4e4e4;
    width: 100%;
    margin-top: 5px;
}

#page .saisie_rapide.panier .recap-panier .btn {
    margin: 10px 0 0 0;
}


#page .saisie_rapide .tab_commande {
    margin-left: 65px;
}

    #page .saisie_rapide .tab_commande .ref {
        width: 70px;
    }

    #page .saisie_rapide .tab_commande .tl {
        width: 38px;
    }

    #page .saisie_rapide .tab_commande .c {
        width: 25px;
    }

    #page .saisie_rapide .tab_commande .prix {
        width: 60px;
    }

    #page .saisie_rapide .tab_commande .qte {
        width: 75px;
    }

    #page .saisie_rapide .tab_commande .col_total {
        width: 100px;
    }

#page .saisie_rapide .arrow_right {
    margin-left: 0;
    margin-right: 15px;
}

.alert_message {
    width: 337px;
    color: #ffffff;
    font-weight: bold;
    background-color: #5e5e5e;
    padding: 10px;
    max-height:200px;
    overflow-y:auto;
}

    .alert_message .close {
        background: url("../images/close.png") no-repeat right 2px;
        padding-right: 15px;
        float: right;
    }

    .alert_message ul {
        padding: 0;
    }

    .alert_message li {
        list-style: none;
    }

.alert_offre {
    width: 337px;
    font-weight: bold;
    padding: 10px;
    overflow-y:auto;
    background-color:white;
    color:black;
}
.alert_offre input[type=submit], .alert_offre input[type=button] {
        float: none !important;
        margin-right: 0px !important;
}

#page .saisie_rapide button.supprimer {
    border: none;
    background: none;
    cursor: pointer;
}

.zoom_article {
    color: #000000;
    background-color: #bac8c9;
    padding: 1px;
}

    .zoom_article .close {
        background: url("../images/close_black.png") no-repeat right 2px;
        padding-right: 15px;
        float: right;
        position: relative;
        z-index: 1;
    }

    .zoom_article .article_img {
        position: absolute;
    }


#page .saisie_rapide h3, #page .detail h3 {
    color: #1e1e1e;
    font-family: Century Gothic, Arial;
    font-size: 14px;
    font-weight: normal;
    background-color: #ffffff;
    margin-right: 10px;
}

#page .saisie_rapide #line img {
    margin-top: 25px;
}


/***** Page commande internet*****/

#page #content.commande-internet {
    margin-top: 80px;
    position: relative;
}

#page .detail a.retour {
    color: #2f2f2f;
    font-size: 14px;
    background: url("../images/prev-pagination.png") no-repeat left;
    padding-left: 15px;
}

#page .detail {
    color: #2f2f2f;
}

    #page .detail p {
        font-size: 18px;
        color: #2f2f2f;
    }

    #page .detail .num_ref {
        font-weight: bold;
        font-size: 18px;
    }

    #page .detail .nom_product {
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #page .detail .page-catalogue {
        margin-top: 20px;
    }

    #page .detail .page-catalogue, #page .detail .reference .prix {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }

    #page .detail .reference span {
        display: block;
    }

    #page .detail .reference {
        margin-top: 60px;
        width: 215px;
        margin-right: 50px;
    }

    #page .detail .img-product {
        position: absolute;
    }

    #page .detail .btn-zoom {
        background: url("../images/loupe.png") no-repeat scroll 0 center transparent;
        border: medium none;
        color: #2F2F2F;
        font-size: 12px;
        height: 30px;
        margin-left: 240px;
        margin-top: 300px;
        padding-left: 5px;
        position: absolute;
        width: 106px;
        font-family: Arial;
    }

    #page .detail .slide-products {
        margin-top: 150px;
    }

        #page .detail .slide-products h3 {
            margin-top: 0;
        }

        #page .detail .slide-products #line {
            padding-top: 10px;
            width: 100%;
        }

    #page .detail .slide-landings {
        margin-top: 100px;
    }

        #page .detail .slide-landings h3 {
            margin-top: 0;
            text-transform: uppercase;
        }

        #page .detail .slide-landings #line {
            padding-top: 10px;
        }

    #page .detail .col-left {
        width: 595px;
        margin-right: 60px;
    }



#page .commande-internet .liste-commande {
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 0;
    background: #9ca5ae;
}

    #page .commande-internet .liste-commande li {
        float: left;
        height: 34px;
        line-height: 34px;
        padding: 0 38px;
        background: #9ca5ae;
    }

        #page .commande-internet .liste-commande li.active {
            background: #e4e4e4;
        }

        #page .commande-internet .liste-commande li a {
            text-transform: uppercase;
            font-size: 16px;
            color: #ffffff;
        }

        #page .commande-internet .liste-commande li.active a {
            color: #2b2b2b;
        }

#page .commande-internet .form.intro {
    background: #e4e4e4;
    padding: 10px 0 10px 17px;
}

    #page .commande-internet .form.intro label {
        font-size: 14px;
        font-weight: bold;
        margin-right: 10px;
    }


    #page .commande-internet .form.intro input[type="text"] {
        border: 1px solid #E4E4E4;
        color: #2F2F2F;
        font-size: 12px;
        opacity: 0.47;
        padding: 4px 4px 4px 10px;
        width: 210px;
    }


    #page .commande-internet .form.intro input[type="submit"] {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        color: #2F2F2F;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #page .commande-internet .form.intro input[type="submit"] {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        color: #2F2F2F;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

#page .commande-internet .ref_commande {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 5px;
    margin-top: 1px;
    width: 100%;
}

#page .commande-internet thead {
    border: 1px solid #E4E4E4;
}

#page .commande-internet .ref_commande th {
    background-color: #E4E4E4;
    color: #1E1E1E;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding: 14px 5px;
}


    #page .commande-internet .ref_commande th.commande {
        width: 200px;
        padding-left: 15px;
    }

    #page .commande-internet .ref_commande th.date {
        width: 82px;
        text-align: center;
    }

    #page .commande-internet .ref_commande th.montant {
        width: 100px;
        padding-left: 15px;
    }

#page .saisie_rapide .ref_commande tbody tr:nth-child(2n),
#page .commande-internet .ref_commande tbody tr:nth-child(2n),
#page .commande-internet .ref_commande tbody tr:nth-child(2n) td.pdf select {
    background-color: #F6F6F6;
}

#page .commande-internet .ref_commande td {
    padding: 15px 0 15px 15px;
    border: 1px solid #E4E4E4;
    color: #1E1E1E;
    font-size: 12px;
}

    #page .commande-internet .ref_commande td.pdf {
        text-align: right;
    }

#page .commande-internet td.pdf .tel-pdf {
    background: url(../images/picto-pdf.png) no-repeat left top;
    font-size: 12px;
    color: #1e1e1e;
    padding-left: 35px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-decoration: underline;
}

#page .commande-internet td.pdf select {
    border: none;
    font-size: 12px;
    color: #1e1e1e;
    padding: 0 10px 0 40px;
    background: none;
}

#page .commande-internet .all-pdf {
    float: right;
    color: #1e1e1e;
    text-decoration: underline;
}

/***** Fin Page commande internet*****/

/***FOOTER***/
footer {
    height: 30px;
    background-color: #ffffff;
    margin: auto;
    width: 1200px;
}

    footer #liens {
        float: left;
    }

        footer #liens a {
            color: #4c4c4c;
        }

        footer #liens li {
            list-style: none;
            display: inline;
            padding: 0 1.2em;
            border-right: 1px solid #4c4c4c;
        }

            footer #liens li#last {
                border-right: none;
            }

    footer #langue {
        float: right;
        margin-top: 15px;
    }

        footer #langue select {
            height: 20px;
            border: 1px solid #e4e4e4;
            width: 150px;
            color: #9ca5ae;
            font-size: 12px;
            font-weight: bold;
            font-family: Arial;
        }

.menu-left2 {
    /*border:1px solid #e4e4e4;
	margin-top:15px;*/
}

#page #content #left .cancel {
    margin-bottom: 15px;
}

#page #content #left .menu-left2 h4 {
    /*font-size:14px;
	color:#acacac;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;*/
    background: #acacac;
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
    height: 20px;
    line-height: 20px;
}

#page #content #left .evenements {
    margin-top: 0;
    border-top: none;
}

#page #content #left .menu-left2 .level-1 {
    list-style: none;
    padding-left: 0px;
}

    #page #content #left .menu-left2 .level-1 li.active a {
        background: url("../images/puce-violet.jpg") no-repeat scroll left 7px transparent;
        color: #941744;
        font-size: 12px;
    }

    #page #content #left .menu-left2 .level-1 li a {
        color: #acacac;
        font-size: 12px;
        padding-left: 7px;
    }

.layer {
    position: absolute;
}

.msg_alerte {
    background: url("../images/attention.png") no-repeat scroll left 0 transparent;
    height: 20px;
    margin-left: 20px;
    padding-left: 30px;
}



/***SLIDESHOW***/

#slideshow_container {
    position: relative; /*le parent positionn�*/
    width: 1200px; /*limite en largeur (1 �l�ment du slideshow)*/
    height: 660px; /*limite en hauteur*/
    margin: auto;
    overflow: hidden; /*on cache ce qui d�borde*/
}

#slideshow {
    position: relative; /*le parent positionn�*/
    width: 1200px; /*limite en largeur (1 �l�ment du slideshow)*/
    height: 610px; /*limite en hauteur*/
    margin: auto;
    overflow: hidden; /*on cache ce qui d�borde*/
}

#sContent {
    position: absolute; /*on sort l'�l�ment du flux*/
    top: 0; /*on le positionne pr�cis�ment dans ...*/
    left: 0; /*l'angle haut gauche de son parent positionn�*/
    /* width: 3600px;  */ /*ou 300% car 3 �l�ments*/
    margin: 0;
    padding: 0;
    z-index: 10;
    /*CSS3 transition*/
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    #sContent li.slide {
        display: inline; /*on aligne les �l�ments du slideshow*/
        margin: 0;
        padding: 0;
        border: 0;
        font-family: 'Century Gothic';
    }

#slideshow .next, #slideshow .prev, #slideshow_container .next, #slideshow_container .prev {
    position: absolute;
    top: 610px;
    z-index: 20;
}

#slideshow .prev, #slideshow_container .prev {
    left: 0;
}

#slideshow .next, #slideshow_container .next {
    right: 0;
}

/* initialisation */
/*
#slideshow .next, #slideshow .prev { display: none; }
#slideshow .next1 { display: block; }
#slideshow .prev1 { display: block; }
*/

/* Vers 1�re �tape */
/*
#s1:target #sContent { left: 0px; }
#s1:target .next, #s1:target .prev { display: none; }
#s1:target .next1 { display: block; }
*/
/* Vers 2�me �tape */
/*
#s2:target #sContent { left: -1200px; } */ /*ou -100%*/ /*
#s2:target .next, #s2:target .prev { display: none; }
#s2:target .next2, #s2:target .prev2 { display: block; }
*/
/* Vers 3�me �tape */
/*
#s3:target #sContent { left: -2400px; } */ /*ou -200%*/ /*
#s3:target .next, #s3:target .prev { display: none; }
#s3:target .prev3 { display: block; }
*/

/****************** Modal window ****************/
#modal {
    background: url(../images/old-browsers-bg/black50.png);
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999980;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 90%;
}

div.modal-window {
    position: absolute;
    left: 0;
    top: 0;
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.75);
}

.modal-content {
    overflow: hidden;
    margin: -2.833em -1.667em -1.667em;
    padding: 2.833em 1.667em 1.667em;
}

.no-title .modal-content {
    margin-top: -1.667em;
    padding-top: 1.667em;
}

.modal-content + .block-footer {
    margin-top: 1.667em;
}

.modal-content.modal-scroll {
    overflow: auto;
}

#modal > .block-border > .block-content {
    z-index: 90;
}

#modal h1 {
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.modal-iframe-wrapper {
    margin: -2.833em -1.667em -1.667em;
}

.no-title .modal-iframe-wrapper {
    margin-top: -1.667em;
}

.modal-iframe-wrapper + .block-footer {
    margin-top: 1.667em;
}

iframe.modal-content {
    overflow: auto;
    padding: 0;
    margin: 0;
}

.no-title iframe.modal-content {
    margin-top: 0;
    padding-top: 0;
}

.modal-loading {
    background: url(../images/arbo-loader.gif) no-repeat center 3em;
    height: 4em;
    padding-top: 4.5em;
    color: #999999;
    text-align: center;
}

#modal .block-border > .action-tabs.right {
    padding-top: 1em;
}

#modal .block-content > .action-tabs.right {
    padding-top: 0;
    margin-top: -2em;
}

/* Resizing zones */
.modal-resize-tl,
.modal-resize-t,
.modal-resize-tr,
.modal-resize-r,
.modal-resize-br,
.modal-resize-b,
.modal-resize-bl,
.modal-resize-l {
    background: url(../images/trans.png);
    position: absolute;
    z-index: 89;
}

.modal-resize-tl {
    top: 0;
    left: 0;
    width: 2em;
    height: 1em;
    cursor: nw-resize;
}

.modal-resize-t {
    top: 0;
    left: 2em;
    right: 2em;
    height: 1em;
    cursor: n-resize;
}

.modal-resize-tr {
    top: 0;
    right: 0;
    width: 2em;
    height: 1em;
    cursor: ne-resize;
}

.modal-resize-r {
    top: 1em;
    right: 0;
    width: 1em;
    bottom: 1em;
    cursor: e-resize;
}

.modal-resize-br {
    bottom: 0;
    right: 0;
    width: 2em;
    height: 1em;
    cursor: se-resize;
}

.modal-resize-b {
    bottom: 0;
    left: 2em;
    right: 2em;
    height: 1em;
    cursor: s-resize;
}

.modal-resize-bl {
    bottom: 0;
    left: 0;
    width: 2em;
    height: 1em;
    cursor: sw-resize;
}

.modal-resize-l {
    top: 1em;
    left: 0;
    width: 1em;
    bottom: 1em;
    cursor: w-resize;
}

.background_red {
    background-image: -moz-linear-gradient(top, #931744, #85153d);
    background-image: -ms-linear-gradient(top, #931744, #85153d);
    background-image: -o-linear-gradient(top, #931744, #85153d);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#931744), to(#85153d));
    background-image: -webkit-linear-gradient(top, #931744, #85153d);
    background-image: linear-gradient(top, #931744, #85153d);
    background-color: #85153d;
}

#print input.btn {
    background-image: -moz-linear-gradient(top, #931744, #85153d);
    background-image: -ms-linear-gradient(top, #931744, #85153d);
    background-image: -o-linear-gradient(top, #931744, #85153d);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#931744), to(#85153d));
    background-image: -webkit-linear-gradient(top, #931744, #85153d);
    background-image: linear-gradient(top, #931744, #85153d);
    background-color: #85153d;
    border: none;
    color: #FFFFFF;
    float: right;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-right: 3px;
    margin-top: 10px;
    cursor: pointer;
}


.PrixPosition {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    width: 100%;
}

    .PrixPosition.PrixRight {
        text-align: right;
        right: 10px;
    }

    .PrixPosition.PrixLeft {
        text-align: left;
        left: 10px;
    }

    .PrixPosition.PrixCenter {
        text-align: center;
    }

.LandingZone {
    cursor: pointer;
}


.modalOffre .modal-window {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    box-shadow: none;
}


    .modalOffre .modal-window .modal-content {
        display: inline-block;
        min-width: 20px;
        min-height: 20px;
        width: 770px;
    }

.modalOffre.modalOffreArticles .modal-window .modal-content {
    width: 1000px;
}



.modalOffre .modal-window .zoom_article {
    position: relative;
    background-color: #e4e4e4;
    overflow: auto;
}




    .modalOffre .modal-window .zoom_article .gauche,
    .modalOffre .modal-window .zoom_article .droite {
        width: 50%;
        vertical-align: top;
        display: inline-block;
    }

.modalOffre.modalOffreArticles .modal-window .zoom_article .gauche {
    width: 70%;
}

.modalOffre.modalOffreArticles .modal-window .zoom_article .droite {
    width: 30%;
}



.modalOffre .modal-window .zoom_article .droite {
    float: right;
    position: relative;
    height: 320px;
    overflow: hidden;
    background-color: white;
}

    .modalOffre .modal-window .zoom_article .droite img {
        position: absolute;
        top: -9999px;
        margin: auto;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
        width: 200px;
        height: auto;
    }


.modalOffre .modal-window .zoom_article .gauche {
    padding: 25px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    height: 320px;
}

.modalOffre.modalOffreArticles .modal-window .zoom_article .droite,
.modalOffre.modalOffreArticles .modal-window .zoom_article .gauche {
    height: 550px;
}




.modalOffre .modal-window .zoom_article .gauche .top span {
    font-size: 17px;
}



    .modalOffre .modal-window .zoom_article .gauche .top span.ref {
        margin-right: 20px;
        border-right: 2px solid #000;
        padding-right: 20px;
    }

    .modalOffre .modal-window .zoom_article .gauche .top span.price {
        font-weight: 700;
    }



.modalOffre:not(.modalOffreArticles) .modal-window .zoom_article .gauche .size,
.modalOffre:not(.modalOffreArticles) .modal-window .zoom_article .gauche .qte {
    margin-top: 50px;
}



.modalOffre .modal-window .zoom_article .gauche .size label,
.modalOffre .modal-window .zoom_article .gauche .qte label {
    font-weight: 700;
    width: 50%;
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
}


.modalOffre .modal-window .zoom_article .gauche .size select {
    padding: 10px 20px;
    border: none;
    float: right;
}


.modalOffre .modal-window .zoom_article  .selecteur {
    font-size: 0;
    float: right;
}

    .modalOffre .modal-window .zoom_article  .selecteur > * {
        display: inline-block;
        font-size: 12px;
    }

    .modalOffre .modal-window .zoom_article .selecteur input {
        width: 45px;
        padding: 10px 0;
        text-align: center;
        border: none;
    }

    .modalOffre .modal-window .zoom_article .selecteur .bouton {
        padding: 2px 8px;
        vertical-align: top;
        font-size: 30px;
        line-height: 1.01;
        cursor: pointer;
        text-align: center;
        border: none;
        background-color: #85153d;
        color: #fff;
        width: 34px;
    }

        .modalOffre .modal-window .zoom_article .selecteur .bouton:disabled {
            background-color: #ba899a;
        }

.modalOffre .modal-window .zoom_article .gauche .submitBlock {
    position: absolute;
    bottom: 25px;
    right: 25px;
}


    .modalOffre .modal-window .zoom_article .gauche .submitBlock input {
        background-color: #85153d;
        color: #fff;
        border: none;
        padding: 10px 50px;
        font-weight: 700;
    }




.modalOffre .modal-window .zoom_article .close {
    background: url("../images/cdn-close.png") no-repeat right 2px;
    float: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    cursor: pointer;
    height: 18px;
    width: 12px;
}

.LinkSN {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

/**************************/
/*        LOADING         */
/**************************/

.loading {
    background: url("../images/loading_icon.gif");
    background-size: 40px;
    z-index: 999;
    height: 40px;
    width: 40px;
    margin: auto;
}
.spinner {
    margin: 60px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1, .cube2 {
    background-color: #acacac;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.messagedefilant {
  display: block;
  margin: 5px auto;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  height:40px;
}
 
.messagedefilant div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}
 
.messagedefilant .message1, 
.messagedefilant .message2 {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  top:0;
}


.messagedefilant .message1 {
  -webkit-animation:defilement 20s infinite linear;
  -moz-animation:defilement 20s infinite linear;
  -o-animation:defilement 20s infinite linear ;
  -ms-animation:defilement 20s infinite linear;
  animation: defilement 20s infinite linear;
}

.messagedefilant .message2 {
  position: absolute;
  top:0; left:0;
  content:attr(data-text);
  -webkit-animation:defilement2 20s infinite linear;
  -moz-animation:defilement2 20s infinite linear;
  -o-animation:defilement2 20s infinite linear ;
  -ms-animation:defilement2 20s infinite linear;
  animation: defilement2 20s infinite linear;
}

@-webkit-keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
 }
@-webkit-keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
 }
@-moz-keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
 }
@-moz-keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
 }
@-o-keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
 }
@-o-keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
 }
@-ms-keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
 }
@-ms-keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
 }
@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
 
@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}