﻿body {
}

#slogan {
    width:100%;
}
#slogan-contenu {
    width: 150px;
    color: #FFF;
    font-size:1.25rem;
    background-color: #F2900F;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
}

#menu {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

#menu-ombre-haut {
    position: absolute;
    width: 100%;
    height: 15px;
    background-image: url(../image/ombre-haut-menu.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -15px;
    margin-right:-30px;
    text-align: center;
}

#menu-ombre-bas {
    position: absolute;
    width: 100%;
    height: 15px;
    background-image: url(../image/ombre-bas-menu.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -15px;
    text-align: center;
}

#menu.affix {
    position: fixed;
    top: -20px;
    left:0px;
    width: 100%;
    z-index: 1001;
    background-color: rgb(240, 240, 240); /* ie8 comp */
    background-color: rgba(240, 240, 240, 0.9);
}
#menu-alt {
    display: block;
    width: 100%;
    height: 77px;
}

#menu .nav-pills {
    text-align: center;
}
#menu .nav-item {
    margin-left: 2px;
    margin-right: 2px;
}
#menu .nav-pills > li > a {
    color: #F27b0D;
}
#menu .nav-pills > li > a:hover {
    background-color: #eee;
}
#menu .nav-pills .show > .nav-link {
    background-color: #eee;
}
#menu .nav-pills > li.active > a {
    color: #FFF;
    background-color: #F27b0D;
}
#menu .nav-link {
    padding-bottom:5px;
}

.picto-menu {
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
}

.picto-accueil {
    background-image: url(../image/picto-accueil.png);
}

#menu .nav-pills li.active .picto-accueil {
    background-image: url(../image/picto-accueil-actif.png);
}

.picto-chercher {
    background-image: url(../image/picto-chercher.png);
}

.picto-panier {
    background-image: url(../image/picto-panier.png);
}

#menu .nav-pills li.active .picto-panier {
    background-image: url(../image/picto-panier-actif.png);
}

.picto-contact {
    background-image: url(../image/picto-contact.png);
}

.panier-compteur {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #A21100;
    font-size: 0.8rem;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    vertical-align: top;
    margin-left: 5px;
    padding-top: 1px;
}

#pied {
    background-color: #4c004f;
    color: #ddd;
    margin-top: 15px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

    #pied a {
        color: #fff;
    }

.descriptif {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.descriptif-titre {
    width:100%;
    background-color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    font-family: "Comic Sans MS", cursive;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    vertical-align: bottom;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.descriptif-texte {
    margin-left: 10px;
    margin-right: 10px;
}

.descriptif a {
    color: #ff6600;
}

.descriptif-group > label {
    text-align: right;
    font-weight: bold;
}

.descriptif-soustitre {
    width:100%;
    background-color: #eee;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.descriptif-texte > img {
    float: left;
}
.modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #eee;
    padding: 10px 15px;
}

.modal-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #eee;
    padding: 10px 15px;
}
.btn-jds {
    color: #fff;
    background-color: #FF7200;
    border-color: #ccc;
}

    .btn-jds:hover,
    .btn-jds:focus,
    .btn-jds:active {
        color: #fff;
        background-color: #999;
        border-color: #ccc;
    }

.btn-light {
    border-color: #ccc;
}
.popup-titre {
    background-color: #999;
    color: #FFF;
    font-family: "Comic Sans MS", cursive;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    vertical-align: bottom;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.boiteachat {
    border-radius: .3rem;
    background-color: #e9ecef;
    padding:1rem;
}
.prix {
}
    .prix .prix-entier {
        font-size: 2rem;
        font-weight: bold;
        color: #2a77bc;
    }

    .prix .prix-exposant {
        font-size: 1.2rem;
        font-weight: bold;
        color: #2a77bc;
        vertical-align:top;
    }

.dropdown-item a {
    color: #000;
    background-color:none;
    width:100%;
}
    .dropdown-item a:hover {
        text-decoration:none;

    }

.radio {
    width:152px;
    margin-left:auto;
    margin-right:auto;
}

.vignette {
}

.vignette-conteneur {
    width: 210px;
    height: 280px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
    cursor: pointer;
}
    .vignette-conteneur:hover {
        -webkit-transform: scale(1.10); /* Safari and Chrome */
        -moz-transform: scale(1.10); /* Firefox */
        -o-transform: scale(1.10); /* Opera */
        transform: scale(1.10);
    }
.vignette-contenu {
    background-color: #FDF3B7;
    width: 210px;
    height: 280px;
    -webkit-box-shadow: 0 0 5px #fff inset, 0 0 3px #999;
    -moz-box-shadow: 0 0 5px #fff inset, 0 0 3px #999;
    box-shadow: 0 0 5px #fff inset, 0 0 3px #999;
}

.vignette-titre {
    text-align: center;
    width: 220px;
    height: 70px;
    background-color: #FFCC66;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}
    .vignette-titre a {
        color: #000;
        text-decoration: none;
    }

.vignette-image {
    width: 130px;
    height: 130px;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: auto;
    margin-right: auto;
    background-color:#fff;
    border:1px solid #999;
}
.vignette-prix {
    text-align: center;
    height: 70px;
}

#avertissement_cookies {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding:5px;
    background-color: #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.avertissement_cookies_in {
    color: #333;
    padding: 5px;
    padding-right: 30px;
    position: relative;
    min-height: 35px;
}

.avertissement_cookies_close {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #fff;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
}

    .avertissement_cookies_close:hover {
        background-color:#ddd;
    }

#avertissement_cookies a {
    color: #888;
    text-decoration: underline;
}

    #avertissement_cookies a:hover {
        color: #333;
    }

.avantages {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.avantage {
    background-color: #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 60px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    display: table;
    cursor: pointer;
}

    .avantage:hover {
        background-color: #DDD;
    }

.avantage-picto {
    width: 50px;
    display: table-cell;
}

.avantage-texte {
    display: table-cell;
    vertical-align: middle;
}

.avantages .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.avecancre {
    position: relative;
}

.descriptif-ancre {
    position: absolute;
    top: -50px;
}
