BODY .btn-info {
    color: #fff;
    background-color: #659be0;
    border-color: #508edb;
    padding: 6px 12px;
    font-size: 14px;
}

BODY .btn-secondary {
    display: inline-block;
    text-transform: uppercase;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #707070;
    padding: 16px 22px;
}

BODY .btn-primary {
    display: inline-block;
    text-transform: uppercase;
    background-color: #00aa5b;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border: solid 1px #00aa5b;
    padding: 10px 28px;
    text-align: center;
    border-radius: 0px;
    margin-top: 0;
}


BODY .btn-primary:hover, BODY .btn-primary:visited {
    color: #FFFFFF;
}

BODY .btn-primary:active {
    background-color: #FFFFFF;
    color: #000000;
    border: solid 1px #000000;
}

BODY .btn-primary:hover {
    background-color: #007e43;
    color: #FFFFFF;
    border: solid 1px #007e43;
    text-decoration: none;
}

BODY .btn-default {
    color: #707070;
    border: solid 1px #707070;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0px;
}

BODY .btn-submit {
    display: inline-block;
    text-transform: uppercase;
    background-color: #00aa5b;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #00aa5b;
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

BODY .btn-submit:hover {
    color: #FFFFFF;
    background-color: #007e43;
    border: 1px solid #007e43;
}

.blocker {
     background-color: rgba(0,0,0,0.4) !important;
}

.blocker .modal {
    overflow: initial;
}

.breadcrumb {
    background: none;
    margin-bottom: 40px;
    padding-left: 0;
}

.breadcrumb a {

}

.breadcrumb .last a {
    font-weight: bold;
}

.loading-bloc{
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
label.error {
    color: #FF6E6E;
    margin-top: 5px;
    margin-left: 10px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.order-waiting {
    z-index: 999;
    background: #FFFFFF;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.order-waiting .loader {
    background-image: url(../../../common/img/loader_39.gif);
    background-repeat:no-repeat;
    background-position:top left;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 30%;
    left: 49%;
    z-index: 1000;

}

.no-margin-left{
    margin-left: 0px !important;
}
.no-padding-right{
    padding-right: 0px !important;
}

.no-padding-left{
    padding-left: 0px !important;
}

.no-padding-top-bottom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.no-margin-top-bottom {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.large-elem {
    font-weight: bolder;
    font-size: large;
}

.bold-elem {
    font-weight: bolder !important;
}

.text-uppercase{
    text-transform: uppercase !important;
}

.text-capitalize{
    text-transform: capitalize !important;
}

span.onsale {
    background: #d01345 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 5%;
    top: 3%;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    letter-spacing: 1px;
}

.clear {
    clear: both;
}

.error-404 {
    text-align: center;
}

.error-404 ul {
    width: 60%;
    padding: 0px;
    margin: auto;
    padding-left: 3.5%;
}

.error-404 ul li {
    list-style: none;
    background-color: #f6eeec;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    width: 30%;
    margin-right: 1.33%;
    float: left;
}

.error-404 hr {
    border-top: 3px solid #514b4d;
    width: 60%;
}

.status-9 {
    color: #e51b20 !important;
}

.status-10 {
    color: #f5c32c !important;
}

.status-11 {
    color: #ffa63e !important;
}

.status-12 {
    color: #ffe837 !important;
}

.status-13 {
    color: #04ab5d !important;
}

.status-14 {
    color: #eb5f5f !important;
}

.status-15 {
    color: #ff3333 !important;
}

/***********************************/
/****** pour mini sites ***********/
/*********************************/

li.searchbar{
    padding-left: 5px !important;
    padding-bottom: 0px !important;
    margin-bottom: -12px !important;
}

li.searchbar #search-field{
    width: 1px;
    visibility: hidden;
}

li.searchbar .search-submit{
    cursor: pointer;
}

.pgl-megamenu .dropdown-menu .mega-nav > li > a::before {
    content:none;
}

@media (max-width: 359px) {
    .section-element.boxes .box{
        width: 90% !important;
        margin-bottom: 10px;
    }
}

@media (min-width: 360px) and (max-width: 557px) {
    .section-element.boxes .box{
        width: 45% !important;
    }
    footer .boxes .box-content p {
        color: #6e6f71;
        font-size: 11px;
    }
    footer .boxes .box-content img {
        margin-top: 20px;
        width: 40%;
    }
    footer .boxes .box-content h3 {
        font-size: 12px;
        margin: 5px auto;
        min-height: 15px;
    }
}

@media (min-width: 558px) and (max-width: 767px) {
    .col-xs-6.wpb_column.vc_column_container {
        margin-top: 0px !important;
    }
    .section-element.boxes .box{
        width: 45% !important;
    }
    
    footer .boxes .box-content p {
        color: #6e6f71;
        font-size: 12px;
    }
    footer .boxes .box-content img {
        margin-top: 50px;
        margin-bottom: 5px;
        width: 45%;
    }
    footer .boxes .box:last-child .box-content h3 {
        margin-top: 50%;
    }
    footer .boxes .box-content h3 {
        font-size: 15px;
        margin: 7px auto;
        min-height: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .boxes .box-content p {
        color: #6e6f71;
        font-size: 11px;
    }
    
    footer .boxes .box-content img {
        margin-top: 20px;
        width: 40%;
    }
    
    footer .boxes .box-content h3 {
        font-size: 12px;
        margin: 5px auto;
        min-height: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    footer .boxes .box-content p {
        color: #6e6f71;
        font-size: 13px;
    }
    
    footer .boxes .box-content img {
        margin-top: 20px;
        width: 45%;
    }
    
    footer .boxes .box-content h3 {
        font-size: 15px;
        margin: 7px auto;
        min-height: 15px;
    }
}

.instagram-style{
    width: 293px !important;       
}

.category-blogs .blog-content{
    margin-bottom: 10em;
}

.cart-infos-general-details label{
    width: 75px;
    word-wrap: break-word;
}
/*Accueil blog*/
.blog-container-inner:first-child{
    margin-top: 25px;
 }
.blog-container-inner{
    margin-bottom: 25px;
}
    