/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.6);
    z-index: 99;
}

header video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}
header div.logo {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

header ul.socials {
    position: absolute;
    top: 0; 
    left: 0;
    z-index: 99;
    list-style: none;
    display: flex;
    width: auto;
    margin: 0;
    padding: 0;
}
header ul.socials a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
header a.cart {
    position: absolute;
    top: 0; 
    right: 0;
    z-index: 99;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

header video {
    display: none;
}
header div.logo svg {
    width: 100px;
    height: 100px;
    padding: 10px;
    transition: 0.5s;
    text-align: center;
}

header ul.socials a,
header a.cart {
    color: #000;
    transition: 0.5s;
}
header ul.socials a:hover,
header a.cart:hover {
    color: #5CA3A7;
    transition: 0.5s;
}

.st0{fill:none !important;stroke:#5CA3A7;stroke-miterlimit:10;transition:0.5s;}
.st1{fill:none;stroke:#5CA3A7;stroke-width:5.6693;stroke-miterlimit:10;transition:0.5s;}
.st2{fill:#5CA3A7;transition:0.5s;}
.st3{fill:#000;transition:0.5s;}

div#panier {
    width: 1200px;
    height: auto;
    min-height: calc(100vh - 150px);
    margin: 100px auto 0;
}
div#panier h2 {
    text-align: center;
    color: #333;
    height: 100px;
    line-height: 100px;
    margin: 0;
    padding: 0;
}
div#panier div.panier {
    width: 800px;
    float: left;
    padding: 10px 20px; 
    border-radius: 20px;
    border: solid 1px rgba(0, 0, 0, 0.15);
}
div#panier div.panier div.article {
    width: 100%;
    height: 100px;
    float: none;
    margin: 10px 0;
    padding: 5px; 
    border-radius: 25px;
    border: solid 1px rgba(0, 0, 0, 0.15);
}
div#panier div.panier div.article div.image {
    width: 90px;
    height: 90px;
    float: left;
    padding: 0; 
    border-radius: 20px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
div#panier div.panier div.article div.image div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
div#panier div.panier div.article div.item {
    width: calc(100% - 440px);
    height: 100%;
    float: left;
    padding: 20px 15px;
}
div#panier div.panier div.article div.item a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    color: #82716b;
}
div#panier div.panier div.article div.item span {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: block;
}
div#panier div.panier div.article div.qte {
    width: 150px;
    height: 100%;
    float: left;
    padding: 25px 0;
}
div#panier div.panier div.article div.qte a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 0.8em;
}
div#panier div.panier div.article div.qte input {
    width: calc(100% - 70px);
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 0.8em;
    margin: 0; 
    padding: 0;
}
div#panier div.panier div.article div.prix {
    width: 150px;
    height: 100%;
    line-height: 80px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    float: left;
    margin: 0; 
    padding: 0;
}
div#panier div.panier div.article div.actions {
    width: 50px;
    height: 100%;
    float: left;
}
div#panier div.panier div.article div.actions a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 1.2em;
    color: #82716b;
    text-decoration: none;
}

div.resume {
    width: 390px;
    float: left;
    padding: 15px 30px; 
    border-radius: 25px;
    background: rgba(0, 0, 100, 0.05);
    margin-left: 10px;
}
div.resume h3 {
    font-size: 1.1em;
    display: none;
    text-align: center;
    margin: 0;
    padding: 0;
    color:rgba(0, 0, 0, 0.5);
}
div.resume select {
    width: 100%;
    background: transparent;
    height: 50px;
    border-radius: 25px;
    margin: 10px 0;
    padding: 0 25px;
}
div.resume div.prix {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    clear: both;
}
div.resume div.remise {
    height: auto;
}
div.resume div.remise p {
    margin: 0; 
    padding: 0;
    text-align: left;
}
div.resume div.total {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}
div.resume div.prix span {
    color:rgba(0, 0, 0, 0.35);
    height: auto;
    line-height: 30px;
    width: 50%; 
    display: block;
    float: left;
}
div.resume div.prix span label {
    display: inline-block;
    margin-left: 5px;
}
div.resume div.prix em {
    display: block;
    float: none;
    clear: both;
    color:rgba(0, 0, 0, 0.15);
    width: 100%;
    text-align: left;
    height: 20px;
    line-height: 20px;
}
div.resume div.prix strong {
    color:#333;
    height: 30px;
    line-height: 30px;
    width: calc(50% - 4px); 
    text-align: right;
    display: block;
    float: left;
}

div.resume a.btn {
    background:#333;
    border: solid 1px #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin: 30px 0 10px 0;
    text-align: center;
    display: block;
    border-radius: 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: 0.5s;
}
div.resume a.btn:hover {
    background:transparent;
    color: #333;
    transition: 0.5s;
}

div.empty {
    width: 1200px;
    margin: 0 auto;
    padding: 350px 200px;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1200px) {
    div#panier {
        width: 100%;
    }
    div#panier div.panier {
        width: calc(100% - 20px);
        margin: 10px;
        clear: both;
        float: none;
    }
    div.resume {
        margin: 10px auto;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    div#panier div.panier div.article {
        height: 70px;
    }
    div#panier div.panier div.article div.image {
        width: 60px;
        height: 60px;
    }
    div#panier div.panier div.article div.item {
        width: calc(100% - 310px);
        padding: 0 10px;
    }
    div#panier div.panier div.article div.qte {
        width: 100px;
        padding: 14px 0;
    }
    div#panier div.panier div.article div.prix {
        width: 100px;
        font-size: 1em;
        line-height: 60px;
    }
    div#panier div.panier div.article div.actions a {
        line-height: 60px;
    }
}
@media screen and (max-width: 645px) {
    div#panier div.panier div.article div.item {
        width: calc(100% - 210px);
    }
    div#panier div.panier div.article div.qte {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    div#panier div.panier div.article div.item {
        width: calc(100% - 150px);
    }
    div#panier div.panier div.article div.image {
        display: none;
    }
}
