/* Palette inspirée du logo LAFAYE
--french-blue: #0055A4; 
--french-red: #EF4135;  
--chef-black: #000000;  
--toque-grey: #4B4B4B;  
--pure-white: #FFFFFF;  
 */


body {
    height: 100%;
    /*background: url('../img/bg-home2.jpg') no-repeat;*/
    background-attachment: fixed;

}

.container-large {
    max-width: 1745px;
    width: auto;
    margin: auto;
    padding: 0 15px;
}

.btn-full {
    width: 100% !important;
}

.txt-center {
    text-align: center;
}

.price-carousel {

    font-size: 25px;
    text-align: center;
    color: #000000;
}

.card-title a {
    color: #1c70b7;
    transition-property: color;
    transition-duration: 1s;
    font-family: "Montserrat";
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 0.8em;

}

.card-title {
    min-height: 70px;
}

.card-title a:hover {
    color: #e42d7f;
}

.bg-article {
    background: #ffffff;

    padding-bottom: 70px;
    /*padding-top: 20px;*/
}

.title-article {
    margin-top: 15px;
    color: #444444;
    font-size: 25px;
    margin-bottom: 10px;
}

.btn-add-article {
    background: #444444;
    color: #fff;

}

.btn-add-article:hover {
    background: #444444;
    color: #fff;

}

.breadcrumb {
    background: none !important;
}

.breadcrumb-item a {
    color: #444444;
}

.breadcrumb-item.active {
    color: #444444 !important;
}

#hearth {
    cursor: pointer;
    margin-right: 20px;
}

.prix-article {
    font-size: 27px;
}

.logo {
    display: inline-block;
    margin-right: 30px;
    max-height: 100px;
}

.man:not(:last-child) {
    position: relative;
}

.man:not(:last-child)::after {
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: -webkit-calc(50% - 14px);
    left: calc(50% - 14px);
    width: 27px;
    height: 27px;
    background-color: #444444;
    border-radius: 5px;
    content: '';
    -ms-transform: rotate(-31deg) skew(30deg);
    -webkit-transform: rotate(-31deg) skew(30deg);
    transform: rotate(-31deg) skew(30deg);
}

.btn-mdv {
    background: #444444;
    color: #fff !important;

}

.btn-mdv:hover {
    background: #444444;
    color: #fff;

}

.addcart {
    text-align: center;
    font-weight: bold;
}

.img-cart {
    max-height: 70px;
}

.product-name-cart {
    font-size: 15px !important;
    line-height: 23px;
}

.price-cart {
    color: #444444;
    font-size: 19px;
    font-style: italic;

}

.price-cart-total {
    color: #444444;
    /*font-size:19px;*/
    font-size: 1.2rem;
    font-style: italic;
    text-align: right;
}

.qte-cart {
    max-width: 100px !important;
    min-width: 100px !important;
}

.ref-cart {
    font-size: 13px;
}

.gototrash {
    color: #444444;
    font-size: 20px;
    cursor: pointer;
}

.product-name-cart a {
    padding: 0rem !important;
}

.step a {
    color: #000 !important;
}

.nextstepcart {
    text-align: right;
}

.title-t-adresse {
    font-size: 19px;
}

.msg-email-stock {
    color: #444444;

    font-size: 1.1rem;
    margin-top: 20px;
}

.row-cart {
    min-height: 500px;
    padding-top: 120px;
    text-align: center;
    font-size: 2rem;
}

.emptycart {
    text-align: center;

}

.img-categorie {
    margin: 0 auto;
    max-height: 226px;
}

.img-categorie-article {
    margin: 0 auto;
    max-height: 450px;
}

.img-cadencier {
    margin: 0 auto;
    max-height: 70px;
}

.content-img-cat {
    display: block;
    height: 226px !important;
    text-align: center;

    /*padding:15px;*/
}

.content-confirm-commande {
    text-align: center;
    color: #444444;
    min-height: 500px;

}

.title-confirm {

    font-size: 2rem;
}

.content-cgv {
    font-size: 12px;
}

.txt-vig {
    text-decoration: underline;
    font-weight: bold;
}

.head-client {
    font-size: 1.7rem;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-compte {
    padding: 15px;

    margin-bottom: 20px;
}

.title-acc {
    font-size: 1.3rem;
    color: #444444;
}

.icon-acc {
    font-size: 2rem;
    color: #444444;
}

.vis-com {
    text-align: right;

}

.vis-com a {

    color: #444444;
}

.num-com {
    font-size: 1.1rem;
    font-weight: bold;
}

.pay-com {
    color: #33624b;

    font-weight: bold;

}

@media (max-width: 1024px) {
    .navbar .dropdown-menu {
        position: relative !important;
    }
}

.pastille-stock {
    position: absolute;
    z-index: 999;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    cursor: pointer;
    /*background: red;*/
}

.pointer {
    padding: 15px;
    cursor: pointer !important;
}

.carousel-inner img {
    margin: auto;
}

.input-qte-v {
    display: inline-block;
    vertical-align: middle;
}

.modal-footer {
    display: block;
}

.txt-attribut {
    font-size: 0.7rem;
    text-align: center;
}

.content-attribut img {
    max-height: 50px;
}

.nolink {
    color: inherit;
}

.thead-saff {
    background-color: #0055A4;
    border-color: #5b463a;
    color: #fff;
}

.foot-saff {
    background-color: #f3f3f3;
}

ul.stepper.horizontal .step.active .step-title:before {
    background-color: #0055A4 !important;
}

ul.stepper .step.active:before {
    background-color: #0055A4 !important;
}

.spacenav {
    margin-bottom: 56px;
}

.argumentaire {
    text-align: justify;
}

.flagsize {
    width: 30px;

}

.price-promo {
    font-size: 0.8rem;
    text-decoration: line-through;
}
