/************************************************/
/*       GENERALE           */
/************************************************/

/* CLEARFIX */
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.invisible {
    display: none;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.is-good {
    color: darkgreen;
}

.is-bad {
    color: red;
}

ul.no_style {
    padding-left: 0;
    list-style: none;
}

h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0px 0px 5px;
    padding: 10px;
    color: #000000;
}

h2 {
    background-color: #333333;
    border: 0 none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 7px 12px;
}

h3 {
}

h4 {
    margin-left: 10px;
}

.clear {
    clear: both;
    visibility: hidden;
}

#cover {
    display: block;
    z-index: 100;
    filter: alpha(Opacity=50);
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    cursor: wait;
}

hr.separation {
    visibility: hidden;
    height: 0;
    clear: both;
    margin: -2px;
    padding: 0;
}

/************************************************/
/*          STRUCTURE        */
/************************************************/
body {
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    background: #dddddd url(images/fond.jpg) repeat-x;
}

body#popup {
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    background: #FFFFFF;
    min-height: 200px;
}

#document {
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

#corps {
    background-color: #F4F4F4;
    border: 1px solid #DEDEDE;
    border-radius: 2px 2px 2px 2px;
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

#corps.pageProduitBO #principal {
    display: block;
}

#contenu {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
}

#principal {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-top: 3px solid #E4E4E4;
    background-color: #ffffff;
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto;
}

#principal.mw100 {
    max-width: none;
}

#principal.pageTableauBord {
    display: block;
    max-width: none;
}

#principal .blocLargeVert, #principal .blocGrisVert {
    width: 100%;
}

#principal.pageContactVitrine .blocLargeVert form {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #contenu #principal {
        overflow: hidden;
    }

    #contenu #logoCommercant {
        position: relative;
        top: 0;
        left: 0;
    }

    #contenu #vitrine {
        padding: 0;
    }

    #contenu .flexCenter {
        flex-wrap: wrap;
    }
}

.flexCenter {
    display: flex;
}

.imgBandeau {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #ececec;
    transition: all 0.3s;
}

.imgBandeau:hover, .imgBandeau:focus {
    background: #FF7900;
    color: #fff !important;
}

.imgBandeau:hover a.edition, .imgBandeau:focus a.edition {
    color: #fff !important;
    text-decoration: underline;
}

.imgBandeau a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.imgBandeau a.edition {
    transition: all 0.3s;
    text-decoration: none;
}

.imgBandeau p {
    margin-left: 7px;
}


@media screen and (max-width: 1190px) {
    #principal {
        max-width: 980px;
    }
}

@media screen and (max-width: 1150px) {
    #principal {
        max-width: 940px;
    }
}

@media screen and (max-width: 1100px) {
    #principal {
        max-width: 890px;
    }
}

@media screen and (max-width: 1050px) {
    #principal {
        max-width: 840px;
    }
}

@media screen and (max-width: 1024px) {
    #principal {
        max-width: 815px;
    }
}

#principal.right {
    float: right;
}

#principal.right .blocGrisVert,
#principal.right .blocLargeVert,
#principal.right .blocGrisVertReduit {
    margin: 0 10px 10px 10px;
}

#blocPackAuto {
    padding: 0 10px;
}

#bandeauTresHaut {
    background-color: #333333;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

#bandeauTresHaut.connected {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    z-index: 302;
    zoom: 1;
}

.accesCommercant {
    position: absolute;
    top: 0;
    right: 0;
    height: 31px;
    width: 152px;
    z-index: 303;
}

#bandeauHaut {
    width: 100%;
    background-color: #FFFFFF;
    padding: 0;
    position: relative;
    z-index: 302;
}

#bandeauHaut .left {
    float: none;
}

#bandeauDroit, #bandeauGauche {
    width: 160px;
    float: right;
    margin: 0;
    text-align: center;
}

#bandeauDroit {
    display: none;
}

#bandeauGauche {
    float: left;
}

#bandeauDroit.fixed, #bandeauGauche.fixed {
    position: fixed;
    top: 70px;
}

.menuGauche {
    margin: 5px 0 20px 0;
    text-align: left;
    padding: 0;
}

.menuGauche li {
    padding: 5px 0;
    list-style-type: none;
}

.menuGauche li.separation {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px 0;
}

/************************************************/
/*       PERSO GENERALE        */
/************************************************/
.barre {
    text-decoration: line-through;
}

.ttc {
    font-size: 70%;
    color: #666666;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.alignjustify {
    text-align: justify;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center !important;
}

.cartePostale {
    font-weight: bold;
    border-left: 3px solid #76B516;
    border-right: 3px solid #76B516;
}

.blanc {
    color: #FFFFFF;
    text-decoration: none;
}

.gris {
    color: #767676;
    text-decoration: none;
}

.success {
    font-size: 1.3em !important;
    font-weight: bold !important;
    color: #76B516 !important;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

abbr {
    border-bottom: 1px dotted;
    cursor: help;
}

.submit {
    cursor: pointer;
}

.success {
    position: relative;
    display: block;
    background: #e5f993 url(images/icon_success.gif) no-repeat 10px 11px;
    border: 1px solid #9bac55;
    padding: 10px 10px 10px 40px !important;
    color: #688006;
    font-size: 13px;
    margin: 10px;
}

.error, p.erreur {
    position: relative;
    display: block;
    background: #f6b9b9 url(images/icon_error.gif) no-repeat 10px 11px;
    border: 1px solid #e18484;
    padding: 10px 10px 10px 40px !important;
    color: #c32727;
    font-size: 13px;
    margin: 10px;
    width: auto!important;
}

.error a, p.erreur a {
    color: #C32727;
}

.notice, .info {
    margin: 10px;
    background-color: #fffcd3;
    border: 1px solid #c2beb1;
    padding: 10px 10px 10px 40px;
    color: #74655f;
    font-size: 13px;
    position: relative;
    display: block;
}

.notice {
    background: #fffcd3 url(https://www.achat-alsace.com/admin/css/images/icon_notice.gif) no-repeat 10px 11px;
}

a {
    text-decoration: underline;
    color: #666666;
}

a:hover, a:focus {
    text-decoration: none;
}

#draftZone {
    float: left;
}

.suppressionVar {
    vertical-align: middle !important;
    text-align: center !important;
}

.action {
    text-align: right;
}

.action ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/******************************************/
/*       BANDEAU HAUT       */
/******************************************/
#acces {
    margin: 0 150px 0 0;
    padding: 0;
    float: right;
}

#acces li {
    color: #FFFFFF;
    display: inline;
    line-height: 20px;
    margin: 0 10px;
    background: transparent url(images/mini_puce_orange.gif) no-repeat center left;
    padding-left: 8px;
}

#acces li a {
    color: #FFFFFF;
}

.welcomeLink {
    color: #FFFFFF;
    float: left;
    line-height: 20px;
    background: transparent url(images/mini_puce_orange.gif) no-repeat center left;
    padding-left: 8px;
}

#bandeauHaut {
    margin: 5px 0;
}

#bandeauBas {
    margin-top: 5px;
    text-align: center;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border: 0;
}

a.simple {
    padding: 5px 0 5px 20px;
    color: #F16e00 !important;
    font-size: 1em !important;
}

a.edition {
    padding: 5px 0 5px 20px;
    background: transparent url(images/text_on.gif) no-repeat center left;
    color: #F16e00 !important;
    font-size: 1em !important;
    text-align: left;
}

.alignright a.edition {
    background-position: center right;
    text-align: right;
    padding: 5px 20px 5px 0;
}

a.edition:hover {
    text-decoration: none;
    color: #76b516 !important;
}

a.view {
    background-image: url(https://www.achat-alsace.com/admin/css/images/view.png);
}

a.kelkoo {
    background-image: url(images/pousserKelkoo.gif);
}

a.add {
    display: block;
    background-image: url(images/add.gif);
}

a.look {
    display: block;
    background-image: url(https://www.achat-alsace.com/admin/css/images/view.png);
}

a.evenement {
    background-image: url(images/evenement.gif);
}

a.gestionStock {
    background-image: url(images/gestionStock.png);
}

a.promotion {
    background-image: url(images/promotion.gif);
}

a.livreur {
    background-image: url(images/livreur.png);
}

a.suiviLivraison {
    background-image: url(images/suiviLivraison.png);
}

a.iconArrow {
    background-image: url(https://www.achat-alsace.com/admin/css/images/iconArrow.gif);
}

a.editionImg {
    padding: 0;
    background: transparent;
    text-align: center;
}

th a.edition,
th a.edition:hover {
    color: #FFFFFF !important;
    background: none;
    padding: 5px;
    text-align: center;
}

div.padding {
    padding: 2px 10px;
}

#divMessagePop .action {
    text-align: right;
    padding: 5px 20px;
}

#divMessagePop input {
    background: #fff;
    border: 1px solid #F77329;
    color: #F77329;
    cursor: pointer;
}

table.liste {
    clear: both;
    width: 95%;
    margin: 5px auto;
    border-collapse: collapse;
    padding: 2px;
    border: 1px solid #DDDDDD;
}

table.liste th {
    background-color: #4E4E4E;
    color: #fff;
    padding: 5px 5px 5px 5px;
    border: 1px solid #7A7A7A;
    text-align: center;
}

table.liste td {
    padding: 6px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}

table.liste td.aligncenter {
    text-align: center;
}

table.liste tr.alter0 {
    background-color: #fbfbfb;
}

table.liste tr.alter1 {
    background-color: #FDF5E6;
}

table.liste td.center {
    text-align: center;
}

table.liste td.twoEditPicSize { /*on force la taille d'une cellule pour afficher au moins 2 icones de 16px de largeur avec une espace entre*/
    width: 40px;
}

#formRecherche {
    margin: 10px;
}

#formRecherche fieldset {
    text-align: left;
    width: 98%;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    padding: 0px 0px 10px 5px;
}

#formRecherche legend {
    font-size: 1.1em;
    padding: 4px;
}

#formRecherche input.checkbox,
#formRecherche input.radio {
    width: 20px;
    border: none;
}

#formRecherche input.submit {
    background-color: #fff;
    border: 1px solid #BBBBBB;
}

#formRecherche input.submit:hover {
    background-color: #76b516;
    color: #fff;
    cursor: pointer;
}

#formRecherche #filtre,
#formRecherche .filtre {
    float: left;
    width: 100%;
    margin: 5px;
}

#formRecherche #filtreInit {
    float: left;
    width: 35%;
    margin: 5px;
}

#formRecherche #filtreInit input {
    float: right;
    margin: 2px;
}

#formRecherche .filtrePetit {
    margin: auto;
    text-align: center;
}

#formRecherche p {
    clear: both;
    margin: 1px 0;
    padding: 1px 0;
}

#formRecherche p label {
    float: left;
    font-weight: normal;
}

#formRecherche p input, #formRecherche p select, #formRecherche p span {
    float: right;
}

#formRecherche p span input, #formRecherche p span select {
    float: none;
    display: inline;
}

img.calendar {
    cursor: pointer;
    border: 0;
    margin: 2px 0 0 0;
}

.blocLargeVert .blcImg {
    float: left;
    margin: 0 10px 0 0;
    width: 270px;
}

.colonne {
    width: 45%;
    float: left;
    margin: 2%;
}

#promotionProduit {
    overflow: auto;
    height: 330px;
}

#promotionProduit td {
    vertical-align: top;
}

#promotionProduit label {
    font-size: 1em;
    font-weight: bold;
}

#promotionProduit li label {
    font-size: .8em;
    font-weight: normal;
    margin: 0;
}

#promotionProduit ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#promotionProduit li {
    margin: 0;
    padding: 0;
}

.inputPromo {
    width: 15px;
    margin: 0 0 0 3px;
    text-align: right;
}

#diffuserLien {
    background: transparent url('images/diffuser.png') no-repeat top left;
    padding-left: 16px;
}

.varDisponibilite {
    overflow: auto;
    width: 785px;
}

/*************************************************/
/* MENU
/*************************************************/

#menuBo {
    width: 100%;
    padding-bottom: 10px;
}

#menuBo.fixed {
    position: fixed;
    background-color: #fff;
    z-index: 400;
    padding-top: 10px;
    top: 0;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    max-width: 1200px;
}

@media screen and (max-width: 1200px) {
    #menuBo {
        overflow: hidden;
        width: 100%;
    }
}

.logoMBsize {
    max-height: 50px;
}

.pa-menu-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pa-menu-container p {
    padding: 0;
    font-weight: bold;
    margin: 0 4px 0 0;
    font-size: 13px;
}

.pa-menu-container .pa-menu-vitrine p {
    color: #F16e00;
}

.pa-menu-container .pa-menu-vel p {
    color: #76B516;
}

.pa-menu-container .pa-menu-marketing p {
    color: #2371C3;
}

.pa-menu ul {
    padding: 0;
    margin: 5px 0 9px 0;
}

.pa-menu ul li {
    text-align: center;
    width: auto;
    list-style-type: none;
    float: left;
    border: 1px solid #BABABA;
    padding: 0;

    background: rgb(238, 238, 238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */

    vertical-align: middle;
}

.pa-menu ul li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pa-menu ul li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pa-menu ul li:hover,
.pa-menu ul li.active {
    background: #F16e00;
}

.pa-menu-vel ul li:hover,
.pa-menu-vel ul li.active {
    background: #76B516;
    color: #fff;
}

.pa-menu-marketing ul li:hover,
.pa-menu-marketing ul li.active {
    background: #2371C3;
    color: #fff;
}

.pa-menu ul li:hover a,
.pa-menu ul li.active a {
    color: #fff;
}

.pa-menu ul li a {
    display: block;
    line-height: 38px;
    text-decoration: none;
    color: #666666;
    padding: 0 9px;
}

.pa-menu ul li a.double-line {
    line-height: 19px;
}

.pa-menu ul li a.denied:hover {
    color: #fff !important;
}

#contenu a.denied {
    color: #AFAFAF !important;
}

img.percentImage_green {
    padding: 0;
    margin: 2px 0 0 0;
    background: #FFF url(images/percentImage_back_green.png) no-repeat 1px 0;
}

img.percentImage_orange {
    padding: 0;
    margin: 2px 0 0 0;
    background: #FFF url(images/percentImage_back_orange.png) no-repeat 1px 0;
}

img.help {
    padding-top: 4px;
}

.facture {
    padding: 10px 10px 10px 40px;
}

.widgets {
    background: transparent url('images/fd_widgets.jpg') no-repeat top left;
    width: 289px;
    height: 74px;
}

/*BLOC PRODUITS */
#ProdList .blocNavigation {
    clear: left;
}

#PubliciteProd {
    text-align: center !important;
}

#formInfoPrd label sup {
    color: #A0A0A0;
}

/* PAGINATION */
.resultatNavigation {
    margin: 5px 0;
    overflow: hidden;
}

.resultatNavigation ul.pagination {
    display: inline;
    margin: 0;
    padding: 0;
}

.resultatNavigation ul.pagination li {
    background: none;
    margin: 0 3px;
    text-align: center;
    width: 20px;
    text-decoration: none;
    display: inline;
}

.resultatNavigation ul.pagination li.active {
    font-weight: bold;
    font-size: 1.2em;
}

.resultatNavigation ul.pagination li a {
    color: #000000;
    text-decoration: none;
}

.resultatNavigation ul.pagination li a:hover {
    text-decoration: underline;
}

.blocNavigation {
    float: left;
    padding: 0 0;
    text-align: center;
    width: 100%;
}

#fieldsetListProd {
    margin-top: -20px;
}

/*********************************************/
/*       FORMULAIRE         */
/*********************************************/
form {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    font-size: 1em;
    padding: 3px;
    font-family: Verdana, Arial Helvetica, sans-serif;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

input.checkbox,
input.radio {
    border: none;
}

input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

label {
    font-weight: normal;
    margin: 0 10px 0 0;
    padding: 4px 0;
}

fieldset {
    border: 0;
    border-top: 1px solid #BBBBBB;
    margin: 5px;
}

fieldset legend {
    color: #000000;
    height: 26px;
    line-height: 26px;
    padding-right: 12px;
    padding-left: 8px;
    font-size: 14px;
    margin: 0px 0px 0px 10px;
}

fieldset legend label {
    font-weight: bold;
}

fieldset table {
    width: 100%;
}

input.date {
    width: 80px;
}

textarea {
    padding: 2px;
}

fieldset th {
    text-align: right;
}

fieldset fieldset {
    background-color: #FFF;
}

/*********************************************/
/*        BOUTONS         */
/*********************************************/
.puce_grise {
    display: block;
    border-bottom: 1px solid #F4F4F4;
    line-height: 20px;
    margin: 5px 0 5px 0;
    padding: 0 0 5px 25px;
    text-decoration: none;
}

.puce_grise:hover {
    text-decoration: underline;
}

.btn_gris {
    font-size: 12px;
    border: 1px solid #B0B0B0 !important;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background: #B0B0B0;
    background: -moz-linear-gradient(top, #D6D6D6, #B0B0B0 50%, #B0B0B0);
    background: -webkit-gradient(linear, left top, left bottom, from(#D6D6D6), to(#B0B0B0), color-stop(0.5, #B0B0B0));
    text-decoration: none;
    padding: 3px 5px;
    color: #000;
    cursor: pointer;
}

.btn_orange,
.submit {
    font-size: 12px;
    border: 1px solid #CC8A02 !important;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background: #B0B0B0;
    background: -moz-linear-gradient(top, #FACB7B, #F2A603 50%, #F2A603);
    background: -webkit-gradient(linear, left top, left bottom, from(#FACB7B), to(#F2A603), color-stop(0.5, #F2A603));
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    color: #000;
    cursor: pointer;
    margin: 0 2px;
}

.btn_rose {
    font-size: 12px;
    border: 1px solid #D6007E;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background: #E57DBC;
    background: -moz-linear-gradient(top, #E57DBC, #CD037B 50%, #CD037B);
    background: -webkit-gradient(linear, left top, left bottom, from(#E57DBC), to(#CD037B), color-stop(0.5, #CD037B));
    text-decoration: none;
    padding: 3px 5px 3px 3px;
    color: #FFF;
    cursor: pointer;
}

.btn_gris a, .btn_orange a {
    text-decoration: none;
    color: #000000;
}

.btn_rose a {
    text-decoration: none;
    color: #FFF;
}

.btn_gris a:hover,
.btn_rose a:hover {
    text-decoration: underline;
}

.blocParametre {
    float: left;
    width: 60%;
    margin: 0 0 10px 0;
}

.blocRight {
    float: right;
    width: 38%;
    margin: 0 0 10px 0;
    clear: right
}

.dataResponsible ul {
    list-style-type: none;
    padding: 0;
}

.dataResponsible strong, .dataResponsible span {
    display: inline-block;
    line-height: 1.5em;
    vertical-align: middle;
}

.dataResponsible strong {
    width: 10em;
    vertical-align: top;
}

.horaire {
    border-collapse: collapse;
    margin: 0 5px;
    width: 100%;
}

.horaire th {
    text-transform: capitalize;
}

/*********************************************/
/*        VITRINE         */
/*********************************************/

#vitrineNavigation {
    display: inline-block;
    min-width: 235px;
    box-sizing: border-box;
    margin-right: 20px;
}

.blocDroit {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

#logoCommercant {
    position: absolute;
    top: 40px;
    left: 60px;
    display: inline-block;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all 0.3s;
    z-index: 1;
}

#logoCommercant img {
    border: 1px solid #dadada;
}

#logoCommercant a.edition {
    padding: 5px 0 0 20px;
    background: transparent url(images/text_on.gif) no-repeat center left;
    color: #F16e00 !important;
    font-size: 1em !important;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px 0 0;
    text-decoration: none;
}

#logoCommercant:hover {
    background: #FF7900;
}

#logoCommercant:hover a.edition {
    color: #fff !important;
    text-decoration: underline;
}

#logoCommercant a.edition::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

#vitrineEnseigne {
    width: 100%;
}

#vitrineEnseigne h1 {
    font-size: 17px;
    margin: 10px 0;
    padding: 10px;
    border-bottom: 0;
}

#vitrine {
    border-left: 1px solid #E4E4E4;
    float: right;
    padding: 5px 10px 5px 9px;
    width: 631px;
}

#vitrine.autonomie {
    width: 100%;
}

#vitrine #infoCommercant {
    border: 1px solid #E3E3E3;
    border-top: 3px solid #E3E3E3;
    background-color: #F4F4F4;
    float: left;
    width: 100%;
}

#vitrine #infoCommercant ul {
    padding: 0;
    margin: 0;
}

#vitrine #infoCommercant ul li {
    display: inline-table;
}

#vitrine #texteCommerce {
    margin: 20px 0;
    clear: both;
}

#vitrine #miniTexteCommerce {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
}

#vitrine #miniTexteCommerce #photo {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 0 2px 0;
    text-align: right;
}

#vitrine #miniTexteCommerce .blocLarge {
    position: relative;
    text-align: center;
    border: 1px solid #E3E3E3;
    border-top: none;
    padding: 0;
    overflow: hidden;
    margin: auto;
    max-height: 350px;
    min-height: 350px;
}

.blocLarge img {
    display: block;
}

.blocLarge > a > img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;

}

#vitrine #miniTexteCommerce .blocLarge.merchantDirectory {
    width: 100%;
}

#vitrine #miniTexteCommerce .blocLarge img {
    max-width: 100%;
}

#vitrine #miniTexteCommerce .blocLarge .comPhotoLarge {
    margin: auto;
}

#vitrine #miniTexteCommerce .formulaire {
    text-align: center;
}

#vitrine #miniTexteCommerce #carteAdherent {
    height: 300px;
    margin: 5px auto;
    text-align: center;
    width: 97%;
}

/*********************************************/
/*    pageProduit           */
/*********************************************/
.pageProduit H2 {
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 6px 10px;
}

/*********************************************/
/*        MENU          */
/*********************************************/
#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #dadada;
    border-radius: 5px;
}

#menu li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#menu li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 0;
}

#menu li {
    border-bottom: 1px solid #dadada;
    position: relative;
    z-index: 5;
    transition: all .3s;
}

#menu li.selected,
#menu li:hover {
    background: #ededed;
}

#menu li a {
    font-weight: 500;
    text-decoration: none;
    display: block;
    background: 0 0;
    color: #3c3c3b;
    word-wrap: break-word;
    padding: 15px 15px 15px 15px;
    text-transform: uppercase;
}

#menu li a:hover {
    background: #f3f3f3;
    color: #007ec4;
    position: relative;
    z-index: 50;
}

#bonneAffaireVitrine .unCoupon .imageCommerce div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    height: 90px;
    margin-bottom: 5px;
    width: 90px;
    display: table-cell;
    vertical-align: middle;
}

#bonneAffaireVitrine {
    float: left;
    border: 1px solid #E5E5E5;
    width: 100%;
    background-color: #F4F4F4;
}

#bonneAffaireVitrine .bonReduction {
    background: none repeat scroll 0 0 #019ADE;
    color: #FFFFFF;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#bonneAffaireVitrine .tauxRemise {
    color: #0097E4;
    font-size: 20px;
    font-weight: bold;
}

#bonneAffaireVitrine .enseigne {
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#bonneAffaireVitrine .description {
    color: #000000;
    padding: 10px 5px;
}

#bonneAffaireVitrine .socialNetwork ul li {
    color: #000000;
    float: left;
    list-style: none outside none;
    margin-right: 10px;
}

#bonneAffaireVitrine .unCoupon .bloc a {
    margin: 2px;
    text-decoration: none;
}

#bonneAffaireVitrine .btn_bleu {
    background: -moz-linear-gradient(top, #7BCCEA, #2AADE3 50%, #029ADD) repeat scroll 0 0 transparent;
    border: 1px solid #019ADE;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 5px 3px 3px;
    text-decoration: none;
}

#bonneAffaireVitrine .btn_rose a, .btn_bleu a {
    color: #FFFFFF;
    text-decoration: none;
}

#bonneAffaireVitrine .unCoupon .description h4 {
    margin: 0;
}

#bonneAffaireVitrine h3 {
    color: #000000;
    font-size: 16px;
    margin: 0;
    padding: 5px 0 5px 35px;
    border-bottom: 2px solid #029ADD;
    background: #FFFFFF url(images/pictoBA.gif) no-repeat 2px center;
}

.blockSocialNetwork {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 5px;
    padding: 5px 0;
    overflow: hidden;
}

#bonneAffaireVitrine .blockSocialNetwork ul {
    padding: 0;
    margin: 0;
}

#bonneAffaireVitrine .blockSocialNetwork ul li {
    display: inline;
}

#bonneAffaireVitrine .unCoupon {
    float: right;
    width: 310px;
    height: 265px;
    border-bottom: 2px dashed #B3B3B3;
}

#bonneAffaireVitrine .unCoupon.left {
    border-right: 2px dashed #B3B3B3;
    float: left;
    clear: both;
}

#bonneAffaireCommerce {
    float: left;
    border: 1px solid #E5E5E5;
    width: 33%;
}

#bonneAffaireCommerce h3 {
    color: #000000;
    margin: 0;
    padding: 5px 0 5px 25px;
    border-bottom: 2px solid #D31E7D;
    background: transparent url(images/etoile_ba.gif) no-repeat 2px center;
}

#bonneAffaireCommerce .unCoupon {
    float: left;
    width: 100%;
}

#bonneAffaireCommerce .picto {
    float: left;
    text-align: center;
    background: transparent url(images/picto_ba.png) no-repeat 2px center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    width: 58px;
    margin: 0 10px;
    white-space: nowrap;
}

#bonneAffaireCommerce .texte {
    float: left;
    margin: 6px 0;
    padding: 10px 0;
    width: 126px;
}

#bonneAffaireCommerce .texte a {
    color: #000;
    font-weight: bold;
}

/*********************************************/
/*********** Bouton submit *******************/
/*********************************************/
.submit {
    background: url(https://www.achat-alsace.com/admin/css/images/btn_orange.gif);
    border: none;
}

/***********************************************/
/*       Edition de page                       */
/***********************************************/
ul.thumbs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.thumbs li.facettes {
    display: inline-block;
    margin: 1px;
    line-height: 35px;
}

.facettes {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #DDDDDD;
    padding: 5px 2px;
    width: 46px;
    height: 35px;
    background: #FFFFFF;
    margin: 0 2px 3px;
}

.facettes img {
    max-width: 44px;
    max-height: 33px;
    vertical-align: middle;
}

.facettes a {
    display: block;
    text-align: center;
    vertical-align: middle;
}

#apercuImage {
    width: 266px;
    height: 266px;
    margin: 2px;
    vertical-align: middle;
    background-color: #FFFFFF;
}

#apercuImage img {
    max-width: 266px;
    max-height: 266px;
}

#apercuImage table {
    width: 100%;
    height: 100%;
}

#apercuImage td {
    text-align: center;
}

.blcImg {
    background: #E2E2E0;
}

.blocLargeVert p, .blocGrisVert p, .blocGrisVertReduit p, .blocRondOrange {
    padding: 0 10px 0 10px;
}

/******************************************/
/* zone de livraison          */
/******************************************/
#RIB table th, #RIB table td {
    text-align: center;
}

/***************************/
/*  AVIS INTERNAUTES   */
/***************************/
#blocAvis h4 {
    color: #76B516;
    font-size: 25px;
    font-weight: normal;
    margin: 5px;
}

#blocAvis h5 {
    background: transparent url(https://www.achat-alsace.com/admin/css/images/avis_fd_h4.jpg) left top repeat-x;
    line-height: 30px;
    margin: 5px 20px;
    padding: 0 5px;
    font-size: 15px;
}

.grpTableQuestion {
    /*width:755px;*/
    margin: 5px 10px 5px 20px;
}

#blocQuestion {
    margin: 5px;
}

#blocQuestion hr {
    border: 1px dotted;
}

.blcEtoile {
    float: left;
}

.blcEtoile_ng {
    float: right;
}

.uneQuestion {
    float: left;
    width: 240px;
}

.avi_question {
    width: 330px
}

.avi_libelle {
    font-weight: bold;
}

.avi_question_border {
    border-left: 3px solid #eaeaea;
    padding-left: 10px;
    width: 340px;
}

ul#question li {
    list-style: none none;
}

ul#question .laQuestion {
    margin-left: 15px;
}

.formAvis fieldset {
    margin: 5px auto;
    text-align: left;
    width: 95%;
    border: none;
    border-top: 1px solid #E4E4E4;
}

.formAvis fieldset legend {
    color: #FF7900;
    font-size: 15px;
    font-weight: bold;
}

.pseudo {
    color: #76B516;
}

#listeNote li {
    width: 200px;
    line-height: 20px;
    list-style-type: none;
}

.unAvis {
    width: 100%;
    border-top: 2px solid #EBEBEB;
    background: url(https://www.achat-alsace.com/admin/css/images/avis_fd_unAvis.jpg) no-repeat top left;
}

.unAvis tr td {
    padding: 3px;
}

.unAvis_bas {
    border-top: 3px solid #EBEBEB;
    margin: 0;
    padding: 7px 0 10px;
    text-align: right;
}

.unAvis_bas a {
    text-decoration: none;
}

.avis_titre {
    font-size: 15px;
    font-weight: bold;
}

/*******************************/
/* CSS ETOILE
/*******************************/

/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating_hav,
.ratingSimple {
    width: 80px;
    height: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    position: relative;
    background: url(images/star-matrix.png) no-repeat 0 0;
}

/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {
    background-position: 0 0
}

.half_star {
    background-position: 0 -16px
}

.onestar {
    background-position: 0 -32px
}

.half_onestar {
    background-position: 0 -48px
}

.twostar {
    background-position: 0 -64px
}

.half_twostar {
    background-position: 0 -80px
}

.threestar {
    background-position: 0 -96px
}

.half_threestar {
    background-position: 0 -112px
}

.fourstar {
    background-position: 0 -128px
}

.half_fourstar {
    background-position: 0 -144px
}

.fivestar {
    background-position: 0 -160px
}

ul.rating_hav li {
    cursor: pointer;
    float: left; /*ie5 mac doesn't like it if the list is floated\*/
    text-indent: -999em; /* end hide*/
}

ul.ratingSimple li {
    float: left; /*ie5 mac doesn't like it if the list is floated\*/
    text-indent: -999em; /* end hide*/
}

ul.rating_hav li a,
ul.ratingSimple li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-decoration: none;
    z-index: 200;
}

ul.rating_hav li.one a,
ul.ratingSimple li.one span {
    left: 0
}

ul.rating_hav li.half_one a,
ul.ratingSimple li.half_one span {
    left: 8px
}

ul.rating_hav li.two a,
ul.ratingSimple li.two span {
    left: 16px;
}

ul.rating_hav li.half_two a,
ul.ratingSimple li.half_two span {
    left: 24px;
}

ul.rating_hav li.three a,
ul.ratingSimple li.three span {
    left: 32px;
}

ul.rating_hav li.half_three a,
ul.ratingSimple li.half_three span {
    left: 40px;
}

ul.rating_hav li.four a,
ul.ratingSimple li.four span {
    left: 48px;
}

ul.rating_hav li.half_four a,
ul.ratingSimple li.half_four span {
    left: 56px;
}

ul.rating_hav li.five a,
ul.ratingSimple li.five span {
    left: 64px;
}

ul.rating_hav li a:hover {
    z-index: 2;
    width: 80px;
    height: 16px;
    overflow: hidden;
    left: 0;
    background: url(images/star-matrix.png) no-repeat 0 0
}

ul.rating_hav li.one a:hover {
    background-position: 0 -176px;
}

ul.rating_hav li.two a:hover {
    background-position: 0 -192px;
}

ul.rating_hav li.three a:hover {
    background-position: 0 -208px
}

ul.rating_hav li.four a:hover {
    background-position: 0 -224px
}

ul.rating_hav li.five a:hover {
    background-position: 0 -240px
}

/***********************************************************/

#descriptionCommerce h1,
#descriptionCommerce h2,
#descriptionCommerce h3,
#descriptionCommerce h4,
#descriptionCommerce h5 {
    padding: 0;
    margin: 0;
    background-color: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    font-weight: inherit;
}

#descriptionCommerce h1 {
    font-size: 15px;
}

#descriptionCommerce h2 {
    font-size: 14px;
}

#descriptionCommerce h3 {
    font-size: 13px;
}

#descriptionCommerce h4 {
    font-size: 12px;
}

#descriptionCommerce h5 {
    font-size: 11px;
}

#adherer {
    background: transparent url(https://www.achat-alsace.com/admin/css/images/adherer.png) no-repeat top left;
    float: left;
    width: 708px;
    height: 80px;
    padding: 120px 0 0 120px;
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
}

.btn_noir {
    background: transparent url(images/bouton_noir.png) no-repeat top left;
    color: #FFFFFF;
    display: block;
    float: left;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin-right: 10px;
    font-size: 13px;
}

/*******************************/
/*  PAGE DETAIL DE COMMANDE  */
/*******************************/
.overflowHidden {
    overflow: hidden;
}

.fullSize {
    width: 100%;
    padding: 10px 20px 10px 20px;
}

.nearFullSize {
    width: 96%;
    margin: auto 2% auto 2%;
}

.halfSize {
    width: 50%;
}

.nearHalfSizeLeft {
    width: 47%;
    margin: auto 1% auto 2%;
}

.nearHalfSizeRight {
    width: 47%;
    margin: auto 2% auto 1%;
}

.floatLeft {
    float: left;
}

.thBorderBottom th {
    border-bottom: 1px dashed #BBBBBB;
    text-align: left;
}

.thBorderBottom td {
    padding-left: 5px;
}

#principal.order .billingShipping {
    border: 1px solid #DDDDDD;;
    border-radius: 2px;
}

#principal.order .billingShipping table {
    width: 98%;
    margin: auto 1% auto 1%;
    border-collapse: collapse;
}

#principal.order .billingShipping fieldset {
    margin: 0;
    padding: 0;
    border: 1px solid #DDDDDD;;
}

#principal.order .billingShipping legend {
    border: 1px solid #DDDDDD;;
    border-radius: 3px;
    margin-left: 6px;
    background: #f5f5f5;
    font-size: 13px;
}

#principal.order .thQuarter th {
    width: 25%;
    padding: 5px;
}

#principal.order table.orderData td, #principal.order table.orderData th {
    width: 25%;
    padding: 3px;
}

#principal.order table.orderData .col3 {
    width: 23%;
}

#principal.order table.orderData .col2 {
    width: 27%;
}

table.categoryProductsChoice {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 2px;
    border: 1px solid #DDDDDD;
    border-top: none;
    border-bottom: none;
}

table.categoryProductsChoice:first-child {
    border-top: 1px solid #DDDDDD;
}

table.categoryProductsChoice:last-child {
    border-bottom: 1px solid #DDDDDD;
}

table.categoryProductsChoice td {
    vertical-align: top;
}

table.categoryProductsChoice .tri_produit {
    background-color: #FBFBFB;
    padding: 1px;
}

table.categoryProductsChoice .tri_rayon {
    background-color: #FDF5E6;
    padding: 1px;
}

table.categoryProductsChoice table,
.categoryList li table {
    width: 100%;
}

.categoryList th.column_1 {
    width: 788px;
}

.categoryList .column_1 {
    width: 500px;
}

.categoryList .niv2 .column_1 {
    width: 486px;
}

.categoryList .niv3 .column_1 {
    width: 472px;
}

.categoryList th.column_2 {
    width: 80px;
}

.categoryList .column_2 {
    width: 50px;
    text-align: center;
}

.niv1 {
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    width: 95%;
}

.niv2 {
    padding: 0 0 0 15px;
    list-style-type: none;
}

.niv2 li {
    padding-left: 10px;
    border-left: 1px solid #E4E4E4;
}

.niv3 {
    padding: 0 0 0 15px;
    list-style-type: none;
}

.niv3 li {
    padding-left: 10px;
    border-left: 1px solid #E4E4E4;
}

.niv1 li table {
    border-collapse: collapse;
    margin: 5px 0;
    height: 40px;
}

.niv1 li table tr td {
    padding: 2px;
}

.placeholder {
    height: 35px;
    background-color: #FF7900;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: 1px solid #000000;
}

.rayColor1 {
    border: 1px solid #D41F80;
}

.rayColor2 {
    border: 1px solid #2371C3;
}

.rayColor3 {
    border: 1px solid #76B516;
}

/**
* Google Shopping
*/
#popup form.formulaire select#ID_GOOGLESHOPPING_CATEGORIE {
    width: 455px;
}

/**
 * CSP
 */
[data-csp-elements="list"] table {
    border-collapse: collapse;
    margin: 5px auto;
    min-width: 95%;
}

[data-csp-elements="list"] td {
    padding: 5px;
}

[data-csp-elements="list"] tr:hover {
    background: #fdf5e6;
}

[data-csp-elements="list"] tr:nth-child(2) {
    background: #dedede;;
}

[data-csp-elements="select"] option.productNotVisible,
[data-csp-elements="list"] tr.productNotVisible {
    text-decoration: line-through;
}

[data-csp-ids] button {
    background-image: url('https://www.achat-alsace.com/admin/css/images/delete.png');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px;
    padding: 5px 5px 5px 20px;
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #FF7900;
    color: #FF7900;
    cursor: pointer;
}

[data-csp-ids] button:hover {
    border: 1px solid #76b516;
    color: #76b516;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(118, 181, 22, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(118, 181, 22, 0.6);
}

[data-csp-ids] button[data-csp-elements='addHandler'] {
    background-image: url('images/add.gif');
}

/**
* Popup Photo Produits
 */
#popup .produitsPhotosScrollY {
    max-height: 180px;
    overflow-y: scroll;
    margin-bottom: 2%;
}

#popup .produitsPhotosScrollX {
    max-width: 980px;
    overflow-x: scroll;
}

/**
* TABLEAU DE BORD
*/

.TDB_top {
    margin-left: 10px;
    margin-top: 10px;
}

.TDB_hr_gris, .TDB_hr_gris2 {
    color: white;
    border: 0;
    border-bottom: 3px dotted #DCDCDC;
    width: 95px;
}

.TDB_hr_gris2 {
    width: 160px;
}

.TDB_Chiffres {
    font-size: 21px;
    font-weight: bold;
}

.TDB_montdb1 {
    font-weight: bold;
    font-size: 16px;
}

.TDB_montdb2 {
    font-size: 12px;
}

.TDB_statistiques {
    box-shadow: 0 0 5px #AAAAAA;
    float: left;
    height: 211px;
    margin: 5px 5px 5px 10px;
    width: 56%;
    position: relative;
}


.TDB_titre_savoirFaire_allerPlusLoin {
    background-color: #979797;
    background-image: url("images/icon_statistiques_orange.png");
    background-repeat: no-repeat;
    background-size: 32px auto;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 8px 6px 8px 38px;
}

.strike {
    text-decoration: line-through;
}


.TDB_titre_statistiques {
    background: #EA9319 url("images/icon_statistiques_orange.png") no-repeat;
    background-size: 32px auto;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 8px 6px 8px 38px;
}

.TDB_bottom_stats {
    background: #F0F0F0 url("images/icon_fleche_orange.png") no-repeat 225px center;
    background-size: 15px auto;
    bottom: 0;
    height: 19px;
    position: absolute;
    text-align: right;
    width: 463px;
}

.TDB_bottom_stats a {
    color: #FF7900;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 9px;
    text-decoration: none;
    top: 3px;
    width: 226px;
}

.TDB_bottom_stats p {
    vertical-align: middle;
}

.TDB_stats_table {
    width: 100%;
    height: 67%;
}

.TDB_stats_table td {
    width: 33%;
    text-align: center;
}

.TDB_atraiter {
    margin: 5px 5px 5px 10px;
    width: 39%;
    height: 211px;
    float: left;
    box-shadow: 0 0 5px #AAAAAA;
    position: relative;
}

.TDB_atraiter p {
    background: url("images/icon_fleche_rouge.png") no-repeat 191px center;
    background-size: 24px auto;
    margin-left: 32px;
    margin-top: 15px;
    width: 214px;
}

.TDB_atraiter a {
    cursor: pointer;
    text-decoration: none;
}

.TBD_titre_atraiter {
    background: #E24444 url("images/icon_atraiter_rouge.png") no-repeat;
    background-size: 32px auto;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 8px 6px 8px 38px;
}

.TDB_objectifs {
    box-shadow: 0 0 5px #AAAAAA;
    float: left;
    height: 247px;
    margin: 10px 5px 5px 10px;
    width: 39%;
    position: relative;
}

.TDB_titre_objectifs {
    background: #AEC942 url("https://www.achat-alsace.com/admin/css/images/icon_objectifs_vert.png") no-repeat;
    background-size: 32px auto;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 8px 6px 8px 38px;
}

.TDB_bottom_objectifs {
    background: #F0F0F0 url("images/icon_fleche_verte.png") no-repeat 120px center;
    background-size: 15px auto;
    bottom: 0;
    height: 19px;
    position: absolute;
    text-align: right;
    width: 323px;
}

.TDB_bottom_objectifs a {
    color: #AEC942;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 8px;
    text-decoration: none;
    top: 3px;
    width: 194px;
}

.TDB_objectifs_table {
    width: 100%;
    height: 67%;
}

.TDB_objectifs_table td {
    text-align: center;
}

.TDB_telecharger {
    margin-top: 15px;
    float: left;
}

.TDB_widgets_1, .TDB_widgets_2 {
    text-decoration: none;
}

.TDB_widgets_1 img {
    display: block;
    float: left;
    height: 20px;
    width: 77px;
    margin-top: 10px;
}

.TDB_widgets_2 img {
    width: 69px;
    height: auto;
    display: block;
    float: left;
    margin-top: 10px;
}

.TDB_outils {
    box-shadow: 0 0 5px #AAAAAA;
    float: left;
    height: 247px;
    margin: 10px 5px 5px 10px;
    width: 56%;
    position: relative;
}

.TDB_outils p {
    margin: 15px 0 0 28px;
}

.TDB_titre_outils {
    background: #3587C6 url("https://www.achat-alsace.com/admin/css/images/icon_vosoutils_bleu.png") no-repeat;
    background-size: 32px auto;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    padding: 8px 6px 8px 38px;
}

.TDB_bottom_outils {
    background: #F0F0F0 url("https://www.achat-alsace.com/admin/css/images/icon_fleche_bleue.png") no-repeat 40px center;
    background-size: 15px auto;
    bottom: 0;
    color: #3587C6;
    font-size: 11px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    text-align: right;
    text-decoration: none;
    width: 463px;
}

.TDB_bottom_outils a {
    color: #3587C6;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 8px;
    text-decoration: none;
    top: 3px;
    width: 420px;
}

.TDB_newsletter {
    width: 100%;
    float: left;
}

.borderZoneLivraison {
    border: 1px solid #e3e3e3;
    margin: 20px;
}

.blocLargeVert .link_old {
    font-size: 9px;
    color: #d38401;
    background: url('https://www.achat-alsace.com/admin/css/images/fl_orange.png') no-repeat 12px center #f1f1f1;
    float: right;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 12px 3px 25px;
}

/*********************************************/
/*    page chèque cadeau et Flyer            */
/*********************************************/
#cadeauCheque .cadeauForm,
#flyer .flyerForm {
    margin: 20px;
    clear: both;
}

#cadeauCheque .cadeauForm {
    float: left;
    width: 40%;
}

#cadeauCheque .cadeauFormAction,
#flyer .flyerFormAction {
    clear: both;
    margin: 20px;
    padding-bottom: 25px;
    border-top: 1px dotted #e4e4e4;
}

#cadeauCheque .cadeauImage, #flyer .flyerImage {
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 3px solid #E7E7E7;
    background-repeat: no-repeat;
    background-size: contain;
}

#flyer .flyerImage {
    margin-right: 40px;
    float: right;
}

#cadeauCheque .cadeauImage {
    width: 525px;
    height: 275px;
}

#cadeauCheque .cadeauImage label, #flyer .flyerImage label, #flyer .flyerImage img {
    background: transparent;
    border: none;
    position: absolute;
    margin: 0;
    padding: 0;
}

#cadeauCheque input[type=checkbox], #flyer input[type=checkbox] {
    clear: left;
}

#cadeauCheque .cadeauForm p input {
    width: 100%;
}

#cadeauCheque .cadeauForm p label[for="MONTANT"],
#cadeauCheque .cadeauForm p label[for="NOMBRE"],
#cadeauCheque .cadeauForm p label[for="DATEFIN"] {
    display: block;
}

#cadeauCheque .cadeauForm p input#MONTANT,
#cadeauCheque .cadeauForm p input#NOMBRE,
#cadeauCheque .cadeauForm p input#DATEFIN {
    width: 80px;
}

#cadeauCheque .cadeauForm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#cadeauCheque .cadeauForm ul li.first {
    border-bottom: 1px dotted #e4e4e4;
    margin-bottom: 10px;
}

#flyer .flyerForms {
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

#flyer .flyerRender {
    display: inline-block;
}

#flyer .flyerRender iframe {
    width: 610px;
    height: 1000px;
    border: none;
}

#flyer .flyerForm p input {
    width: 100%;
}

#flyer .flyerForm p textarea {
    height: 250px;
    width: 100%;
}

#flyer .flyerForm p em {
    text-align: right;
    display: block;
}

#cadeauCheque .cadeauForm label, #flyer .flyerForm label {
    font-weight: bold;
}

#cadeauCheque input[type=submit], #cadeauCheque input[type=button], #flyer input[type=submit], #flyer input[type=button] {
    margin-top: 10px;
}


@media screen and (max-width: 1200px) {
    #cadeauCheque .cadeauForm {
        width: 265px;
        margin: 5px 10px 5px 5px;
    }

    #flyer .flyerForms {
        width: initial;
    }

    #flyer .flyerForm {
        display: inline-block;
        width: 350px;
        vertical-align: top;
    }
}

/*********************************************/
/*    page communication papier              */
/*********************************************/
#CommunicationPaper {
    padding-bottom: 20px;
}

#CommunicationPaper #accessBonCadeau {
    min-width: 300px;
    width: 40%;
    height: 350px;
    float: left;
    margin: 30px 10px 0 50px;
    background: url("images/pictoChequePresentation.png") no-repeat center;
    background-size: 250px auto;
    border: 3px solid #DEDEDE;
    border-radius: 3px;
    position: relative;
}

#CommunicationPaper #accessFlyer {
    min-width: 300px;
    width: 40%;
    height: 350px;
    float: left;
    margin: 30px 10px 0 50px;
    background: url("images/pictoFlyerPresentation.png") no-repeat center;
    background-size: 250px auto;
    border: 3px solid #DEDEDE;
    border-radius: 3px;
    position: relative;
}

#CommunicationPaper #accessBonCadeau .btn_gris, #CommunicationPaper #accessFlyer .btn_gris {
    position: absolute;
    bottom: 20px;
    left: 32%;
    padding: 8px 23px;
}

#CommunicationPaper #accessBonCadeau:hover, #CommunicationPaper #accessFlyer:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 2px #DEDEDE;
    box-shadow: 0 0 5px 2px #DEDEDE;
}

#CommunicationPaper #accessBonCadeau:hover .btn_gris, #CommunicationPaper #accessFlyer:hover .btn_gris {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#CommunicationPaper #accessBonCadeau h2 {
    background: url("images/pictoCheque.png") no-repeat 8px center;
}

#CommunicationPaper #accessFlyer h2 {
    background: url("https://www.achat-alsace.com/admin/css/images/pictoFlyer.png") no-repeat 5px center;
}

#CommunicationPaper #accessBonCadeau h2,
#CommunicationPaper #accessFlyer h2 {
    background-color: #F79C20;
    border: 1px solid #E78D0E;
    border-radius: 3px;
    padding-left: 30px;
}

/*********************************************/
/*    popup choix cheque cadeau              */
/*********************************************/
.choixCheque {
    padding: 10px 10px 15px 10px;
    margin: 5px 5px 5px 5px;
    text-align: center;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
}

.choixCheque .btn_bleu {
    background: -moz-linear-gradient(top, #7BCCEA, #2AADE3 50%, #029ADD) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7BCCEA), color-stop(100%, #2AADE3));
    background: -webkit-linear-gradient(top, #7BCCEA 0%, #2AADE3 50%, #029ADD 51%, #029ADD 100%);
    background: linear-gradient(to bottom, #7BCCEA 0%, #2AADE3 50%, #029ADD 51%, #029ADD 100%);
    background: -ms-linear-gradient(top left, #7BCCEA 0%, #2AADE3 100%);
    border: 1px solid #019ADE;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 8px 23px;
    text-decoration: none;
}

.choixCheque img {
    display: block;
    margin-bottom: 15px;
}

.choixCheque:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 2px #A6A6A6;
    box-shadow: 0 0 5px 2px #A6A6A6;
}

.choixCheque:hover .btn_bleu {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/**
 * WAITING MODE
 */
html.waitingMode body {
    opacity: 0.5;
    -webkit-transition: opacity 0.75s linear;
    -o-transition: opacity 0.75s linear;
    transition: opacity 0.75s linear;
    filter: alpha(opacity=50);
}

html.waitingMode > * {
    cursor: wait !important;
}

html.waitingMode input[type="submit"],
html.waitingMode input[type="button"],
html.waitingMode button {
    display: none;
}

/* Loader-css */
@-webkit-keyframes loader-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes loader-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.loader-css {
    display: none;
}

html.waitingMode .loader-css {
    display: block;
    background: none;
    width: 200px;
    height: 200px;
    transform: scale(0.67);
    margin: auto;

    position: absolute;
    left: 37%;
    top: 20%;
    z-index: 1000;
}

.loader-css > div {
    -webkit-animation: loader-anim 1s linear infinite;
    animation: loader-anim 1s linear infinite;
    top: 80px;
    left: 93px;
    width: 14px;
    height: 40px;
    background: #78b700;
    border-radius: 20px;
    position: absolute;
}

.loader-css > div:nth-of-type(1) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    -webkit-transform: rotate(0deg) translate(0, -60px);
    transform: rotate(0deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(2) {
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s;
    -webkit-transform: rotate(30deg) translate(0, -60px);
    transform: rotate(30deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(3) {
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s;
    -webkit-transform: rotate(60deg) translate(0, -60px);
    transform: rotate(60deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(4) {
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
    -webkit-transform: rotate(90deg) translate(0, -60px);
    transform: rotate(90deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(5) {
    -webkit-animation-delay: -0.16666666666666668s;
    animation-delay: -0.16666666666666668s;
    -webkit-transform: rotate(120deg) translate(0, -60px);
    transform: rotate(120deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(6) {
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s;
    -webkit-transform: rotate(150deg) translate(0, -60px);
    transform: rotate(150deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: rotate(180deg) translate(0, -60px);
    transform: rotate(180deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(8) {
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s;
    -webkit-transform: rotate(210deg) translate(0, -60px);
    transform: rotate(210deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(9) {
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s;
    -webkit-transform: rotate(240deg) translate(0, -60px);
    transform: rotate(240deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(10) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-transform: rotate(270deg) translate(0, -60px);
    transform: rotate(270deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(11) {
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s;
    -webkit-transform: rotate(300deg) translate(0, -60px);
    transform: rotate(300deg) translate(0, -60px);
}

.loader-css > div:nth-of-type(12) {
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s;
    -webkit-transform: rotate(330deg) translate(0, -60px);
    transform: rotate(330deg) translate(0, -60px);
}


/*********************************************/
/*    Auto-ecole du digital                  */
/*********************************************/
.aed {
    padding: 15px;
    position: relative;
}

.aed .container {
    background: url('https://www.achat-alsace.com/admin/css/images/aed/aed-logo.png') no-repeat 0 0;
}

.aed .container.accessDenied {
@alphaIE: 0.5 * 100;
    -ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=(@{alphaIE}))";
    opacity: 0.5;
    background-color: transparent;
    max-height: 300px;
}

.aed .container.accessDenied .registration,
.aed .container.accessDenied .improvment {
    display: none;
}

.aed .subscriptionCover {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.achat-alsace.com/admin/css/images/aed/bg_subscriptionMessage.png') repeat left top #fff;
    z-index: 1;
@alphaIE: 0.5 * 100;
    -ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=(@{alphaIE}))";
    opacity: 0.5;
}

.aed .subscriptionMessage {
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    width: 65%;
    z-index: 1;
    color: #000;
    font-size: 14px;
}

.aed .subscriptionMessage a {
    color: #000;
}

.aed .intro {
    margin: 0 18px 0 0;
    padding: 0 0 0 115px;
    color: #fff;
    background: url('images/aed/welcome.png') no-repeat left top #333333;
    height: 90px;
}

.aed .intro p {
    padding-top: 20px;
    font-size: 1.3em;
    line-height: 1.8em;
    margin: 0;
}

.aed h3 {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    padding-left: 60px;
    background: url('images/aed/picto_titre_skills.png') no-repeat left top #f4f4f4;
    line-height: 42px;
    margin: 10px 0;
}

.aed h3 img {
    vertical-align: middle;
}

.aed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Skills */
.aed .skill li {
    background-color: #f4f4f4;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #666;
    float: left;
    padding-top: 10px;
    width: 15.83334%;
}

.aed .skill li:not(:first-child) {
    margin-left: 1%;
}

.aed .skill li img {
    display: block;
    margin: 0 auto;
}

.aed .skill li h4 {
    margin: 0;
    padding: 12px 5px 10px;
}

.aed .skill li .score {
    border-top: 4px solid #666;
    padding: 5px;
    margin: 0;
}

.aed .acquiredSkills.demi,
.aed .registration.demi {
    float: left;
    width: 49%;
    clear: both;
}

.aed .skills.demi,
.aed .improvment.demi {
    float: right;
    width: 49%;
}

.aed .demi .skill li {
    width: 32%;
}

.aed .demi .skill li:not(:first-child) {
    margin-left: 2%;
}

.aed .acquiredSkills .skill li h4 {
    color: #317900;
}

.aed .acquiredSkills .skill li .score {
    border-top-color: #317900;
}

/* Inscription */
.aed .registration h3 {
    background-image: url('https://www.achat-alsace.com/admin/css/images/aed/picto_titre_registration.png');
}

.aed .registration > ul > li {
    background-color: #f4f4f4;
    position: relative;
    padding-right: 200px;
    height: 56px;
}

.aed .registration > ul > li:not(:last-child) {
    margin-bottom: 10px
}

.aed .registration .libelle {
    line-height: 56px;
    font-size: 14px;
    color: #818181;
    padding-left: 18px;
}

.aed .registration .libelle span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.aed .btnRegistration {
    width: 63px;
    height: 56px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.aed .btnRegistration a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
}

.aed .btnRegistration:hover,
.aed .btnRegistration:focus {
    background-color: #499118;
}

.aed .goToRegister {
    background: url('images/aed/edit.png') no-repeat 50% 12px #317900;
}

.aed .goToRegister a {
    padding-top: 38px;
}

.aed .goToQuiz {
    background: url('https://www.achat-alsace.com/admin/css/images/aed/valider.png') no-repeat 50% 5px #d91a8d;
}

.aed .btnRegistration.goToQuiz:hover,
.aed .btnRegistration.goToQuiz:focus {
    background-color: #ee2fa2;
}

.aed .goToQuiz a {
    padding-top: 30px;
}

.aed .dates {
    position: absolute;
    right: 63px;
    top: 0;
    width: 102px;
    line-height: 56px;
}

.aed .dates ul {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.aed .dates li {
    font-weight: 700;
    font-size: 14px;
}

.aed .seeInfos {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 165px;
}

.aed .seeInfos a {
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #317900;
    line-height: 28px;
    font-weight: 700;
    font-size: 10px;
    padding: 0 5px;
}

.aed .seeInfos a:hover,
.aed .seeInfos a:focus {
    background-color: #499118;
}

.aed .seeInfos a::before {
    display: inline-block;
    margin-right: 5px;
    line-height: normal;
    vertical-align: middle;
}

.aed .seeInfos a.download::before {
    content: url('images/aed/download.png');
}

.aed .seeInfos a.play::before {
    content: url('https://www.achat-alsace.com/admin/css/images/aed/play.png');
}

/* Progresser sur Google Pro */
.aed .improvment h3 {
    background-image: url('images/aed/picto_titre_improvment.png');
    overflow: hidden;
}

.aed .improvment em {
    color: #818181;
    font-style: normal;
    font-size: 0.8em;
}

@media screen and (max-width: 1024px) {
    .aed .improvment span {
        display: inline-block;
        max-width: 130px;
        line-height: 1em;
        vertical-align: middle
    }

    .aed .improvment img {
        display: inline-block;
    }
}

.aed .improvment h4 {
    font-weight: 700;
    margin: 0 0 10px;
}

.aed .improvment li {
    position: relative;
    padding-right: 70px;
}

.aed .improvment > ul > li:not(:last-child) {
    margin-bottom: 25px
}

.aed .improvment .picto {
    background-color: #f4f4f4;
    text-align: center;
    width: 98px;
    padding: 12px 0;
    float: left;
}

.aed .improvment .picto img {
    vertical-align: middle;
}

.aed .improvment .btnGo {
    width: 42px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: url('https://www.achat-alsace.com/admin/css/images/aed/go.png') no-repeat 50% 12px #317900;
}

.aed .texte {
    overflow: hidden;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    color: #818181;
}

.aed .texte .description {
    margin: 0;
}

.aed .btnGo:hover,
.aed .btnGo:focus {
    background-color: #499118;
}

.aed .btnGo a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    padding-top: 40px;
}

/* Quiz */
.aed .btnSubmit {
    background-color: #317900;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 60px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
}

.aed .btnSubmit:hover,
.aed .btnSubmit:focus {
    background-color: #499118;
}

.aed .btnRetour {
    background-color: #666;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
}

.aed .btnRetour:hover,
.aed .btnRetour:focus {
    background-color: #7C7C7C;
}

.aed #quizForm fieldset {
    background-color: #f4f4f4;
    margin: 0 0 10px;
    padding: 0 15px;
    border: 0;
}

.aed #quizForm fieldset legend {
    height: auto;
    padding: 0;
}

.aed #quizForm fieldset h4 {
    font-size: 14px;
    margin: 10px 0 0 0;
    font-weight: 400;
}

.aed #quizForm fieldset label {
    font-size: 16px;
    margin: 0;
}

.aed #quizForm fieldset .question {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px;
    display: block;
}

.aed #quizForm div[data-question] {
    margin: 10px;
    border-bottom: 1px dotted #7C7C7C;
}

.aed #quizForm fieldset .checkbox {
    margin-bottom: 10px;
}

.aed #quizForm fieldset .checkbox label input {
    margin-right: 10px;
    float: left;
}

.aed #quizForm fieldset .checkbox label span {
    display: block;
    overflow: hidden;
}

.aed .quizzDone {
    background-color: #f4f4f4;
    padding: 10px;
}

.aed .quizzDone h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.aed .quizzDone .theme {
    font-size: 14px;
}

.aed .quizzDone p {
    margin: 0 0 20px;
}

.aed .quizzDone .score {
    background-color: #666666;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    padding: 10px 60px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
}

.aed .quizzDone .score.acquired {
    background-color: #317900;
}

.aed .quizzDone .infos {
    font-size: 16px;
    padding: 0 30px;
}

.galleryContainer {
    clear: both;
}


#corps.index {
    background: none;
    border: none;
    float: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

#corps.index #contenu {
    float: none;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#corps.index #principal {
    float: none;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E4E4E4;
    background-color: #ffffff;
    box-sizing: border-box;
    max-width: 828px;
}

#corps.index h1 {
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, rgb(230, 230, 230) 0%, rgb(204, 204, 204) 100%);
}

#corps.index form {
    padding: 25px 20px 0;
    box-sizing: border-box;
    width: 100%;
}

#corps.index form table {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

#corps.index p {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0;
}