﻿﻿/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0

http://creativecommons.org/licenses/by/3.0/

100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

========================================================  */





    /*=======================================
        GENERAL STYLES
    ==================================================*/
body {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
}


.text-center {
    text-align:center;
}


h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
}
.alg-right-pad {
    float:right;
    padding-right:20px;
}
a:hover {
    text-decoration:none;
}

/*=======================================
  BOOTSTRAP ADJUSTMENTS
==================================================*/
.row {
    margin-bottom:10px;
}
.btn {
    margin-bottom:5px;
}
/*=======================================
  INDEX PAGE
==================================================*/

.box-border {
    border:1px solid #e1e1e1;
}

.product-box h3>a,.product-box h3>a:hover,.product-box h3>a:focus {
    color:#000;
    text-decoration:none;
}

.list-group a {

    font-size:14px;
    font-weight:900;
    color:#808080;
}
.list-group a:hover {
    color:#000;
    text-decoration:none;
}
.offer-colors {
    background-color: #B05FDD;
    border: 1px solid #A228F3;
}

.download-app-box {
    background-color: #2A81E9;
    border: 1px solid #2A81E9;
    padding:30px;
    line-height:40px;
    font-size:25px;
    font-weight:900;
    color:#fff;
}
/*=======================================
  SLIDER main-style.css Changes
==================================================*/
.mi-slider {
    margin-top: 0;
}

.offer-text
{
    position: absolute;
    color: #FFF;
    padding: 14px 16px 12px 16px;
    margin-top: 10px;
    background-color:#18b424;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 10px lightgray;

}
.offer-text2
{
    position: absolute;
    color: #FFF;
    padding: 14px 16px 12px 16px;
    margin-top: 10px;
    background-color:#EB0429;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 10px lightgray;

}
/*=======================================
  FOOTER SECTION
==================================================*/
.footer-box {
    background-color:#F5F5F5;
    padding:20px 50px 20px 50px;
}
.small-box {
    font-size:10px;
}

.footer-box a {
    color:#808080;
    text-decoration:none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer-box a:hover {
    color:#000;
}
.pad-botom {
    padding-bottom:30px;
}
.footer-box p {
    padding-top:15px;
    padding-bottom:15px;
    line-height:25px;
}
.footer-box ul{
    padding: 0;
    list-style-type: none;
}

.end-box {
    padding:20px;
    color:#fff;
    background-color:#000;
    font-size:13px;
}
#panier img{
    width: 30px;
}
button, a[role="button"]{
    transition: all .3s;
}
button:hover, a[role="button"]:hover{
    box-shadow: 0 0 5px gray;
}
.product-box .caption h4{
    height: 60px;
    color: #101010;
}
#paiement{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    width: 150px;
    align-items: center;
}
#paiement li img{
    width: 40px;
    margin: 2px;
    cursor: pointer;
}
hr{
    margin: 5px;
}
.pop, .confirm{
    position: fixed;
    top: calc(50% - 150px);
    left: calc(70% / 2);
    width: 30%;
    height: auto;
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 30px #fff;
    transition: opacity 1s;
    background-color: #fff;
    z-index: 1101;
    overflow: hidden;
    border-radius: 5px;
}
.confirm{
    top: calc(50% - 60px);
    box-shadow: 0 0 15px gray;
    padding: 10px;
}
.pop-back{
    visibility: hidden;
    z-index: 1100;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    transition: all 1s;
}
.pop, .confirm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pop .top, .confirm .top{
    padding: 10px;
    color: #2A81E9;
    font-size: 1.3em;
}
.quant{
    border:0 solid;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
    font-size: large;
    font-weight: bold;
}
.pop .bottom, .confirm .bottom{
    align-self: flex-end;
    padding: 10px;
}
.pop .bottom button, .confirm .bottom button{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0 solid;
    padding: 5px 10px;
    background: #2A81E9;
    color: #fff;
}
.pop .body, .confirm .body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pop .body div, .confirm .body div{
    padding: 5px 0;
}
.product-box img{
    height: 150px;
    width: 98%;
}
h4{
    color: #101010;
}
.cat-father{
    height: 300px;
    box-shadow: 0 0 5px gray;
    border-radius: 5px;
}
.categorie{
    align-items: center;
    height: 100%;
}
.categorie ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.categorie ul li a{
    color: #000;
}
.categorie > ul{
    height: 100%;
    width: 200px;
    padding: 15px 0 15px 15px;
    position: relative;
}
.categorie > ul > li > ul{
    position: absolute;
    padding: 15px;
    top: 0;
    left: 200px;
    opacity: 0;
    transform: scale(0);
    transition: opacity .3s;
    z-index: 20;
    background: #fff;
    width: 900px;
    border-radius: 5px;
    border: 1px lightgray solid;
    box-shadow: 0 0 5px gray;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 300px;
}
.categorie > ul > li > ul > li {
    width: 20%;
    border-top: 1px #AAA solid;
}
.categorie > ul > li:hover ul{
    opacity: 1;
    transform: scale(1);
}
.categorie > ul li{
    padding: 5px 0;
    font-size: 1em;
    cursor: pointer;
}
.categorie > ul > li > ul > li > a{
    font-weight: bold;
}
.categorie > ul > li > ul > li > ul > li > a, .categorie > ul > li > ul > li > ul > li {
    color: #AAA;
    padding: 0;
    font-size: .7rem;
}
.categorie ul li a:hover{
    color: #2A81E9;
    text-decoration: underline;
}
.lazy {
    object-fit: scale-down;
}
.first{
    padding: 50px 0 20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}

/* Media queries

 */
@media screen and (max-width: 1024px) {
    .pop, .confirm{
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        overflow-y: auto;
    }
}