@charset "UTF-8";
/***************************************************

****** Patara Personal Blog | Kirby Theme ******

*** URL: http://aristotheme.com
*** Author: Levent USta
*** Author URL: http://aristotheme.com
*** Made for Kirby CMS [http://getkirby.com]

****************************************************/

*, ::after, ::before {
    box-sizing: border-box;
}
.title_site{
    letter-spacing: 1rem;
    text-align: center;
    font-size: 3.3rem;
    margin: 0;
    font-family: 'Libre Baskerville','sans-serif';
    line-height: 1.2;
}
.desc_site{
    letter-spacing: 1.19rem;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: -40px;
    line-height: 17px;
    letter-spacing: 0.4rem;
    width: 100%;
    margin-top: -25px;
    position: relative;
    font-weight: 500;
    font-family: "Libre Baskerville", Helvetica, Arial, serif;
    font-size: 10px;
    margin-bottom: 40px;
    
}
.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

article.page-produit-article .col-md-6 .photo{
    height:190px;
     display: block;
}
article.page-produit-article .col-md-4 .photo{
    height:160px;
     display: block;
}

.page-produit .product_image{
    height: 400px;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

@media(min-width: 376px) {
    article.page-produit-article{
        margin-top: 0px;
    }
    article.page-produit-article header .meta-data{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0;
    padding-bottom: 0;
    }
  article.page-produit-article .col-md-6 .photo{
    height:160px;
     display: block;
}
article.page-produit-article .col-md-4 .photo{
    height:130px;
     display: block;
}
    .page-produit .product_image {
    height: 300px
    }
    .page-produit{
            flex-wrap: wrap-reverse;
    }
    .page-produit .product-block-image{
        padding-top: 0px;
    }
    .page-produit .product-block-info{
        padding-top: 40px;
    }
    .page-produit{
        padding-bottom: 0px;
    }
    .col-xs {
        flex:1 0 0%
    }

    .row-cols-xs-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xs-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xs-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xs-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xs-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xs-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xs-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xs-0 {
        margin-left: 0
    }

    .offset-xs-1 {
        margin-left: 8.33333333%
    }

    .offset-xs-2 {
        margin-left: 16.66666667%
    }

    .offset-xs-3 {
        margin-left: 25%
    }

    .offset-xs-4 {
        margin-left: 33.33333333%
    }

    .offset-xs-5 {
        margin-left: 41.66666667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.33333333%
    }

    .offset-xs-8 {
        margin-left: 66.66666667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.33333333%
    }

    .offset-xs-11 {
        margin-left: 91.66666667%
    }

}

@media(min-width: 576px) {
    article.page-produit-article header .meta-data{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0;
    padding-bottom: 0;
    }
    article.page-produit-article .col-md-6 .photo{
    height:190px;
     display: block;
}
article.page-produit-article .col-md-4 .photo{
    height:160px;
     display: block;
}
    .page-produit .product_image {
    height: 350px
    }
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
     .page-produit .product-block-info{
        padding-top: 0px;
    }
    article.page-produit-article {
    margin-top: 30px;
}
   article.page-produit-article .col-md-6 .photo{
    height:190px;
     display: block;
}
article.page-produit-article .col-md-4 .photo{
    height:160px;
     display: block;
}
    .page-produit .product_image {
    height: 400px
    }
    article.page-produit-article header .meta-data{
        padding-left:60px;
        padding-right: 60px;
        padding-top: 0;
    padding-bottom: 0;
    }
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.bg-home{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   
    width: 100%;
    height: 395px;
    border-radius: 18px;
    object-fit: cover;
}

/*--------------------------------------------------
Gallery
---------------------------------------------------*/
.gallery {
    margin: auto;
    background-color: #fff;
    padding: 0.5vw;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

.gallery div {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 250px;
    margin: 0.5vw;
}

.gallery div a{
    background-size: cover;
    background-position: center center;
    height:300px;
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.gallery div img
{
    width: 100%;
    height: auto;
}

.d-none {
    display: none!important;
}

.d-inline-block {
    display: block!important;
}

.d-block {
    display: block!important;
}

@media (min-width: 376px)
{

    .d-sm-inline-block {
        display: inline-block!important;
    }
    .d-sm-none {
        display: none!important;
    }
}
@media (min-width: 576px)
{

    .d-sm-inline-block {
        display: inline-block!important;
    }
    .d-sm-none {
        display: none!important;
    }
}


@media (min-width: 350px) {
    .bg-home{
        height:250px;
    }
    .gallery div a{

        height:220px;

    }
}
@media (min-width: 400px) {
    .bg-home{
        height:280px;
    }

    .gallery div a{

        height:250px;

    }
    .container {
        width: 85%;
        padding: 0;
    }
}

@media (min-width: 550px) {
    .bg-home{
        height:395px;
    }
    .gallery div a{

        height:300px;

    }
    .container {
        width: 70%;
    }
    .column, .columns {
        margin-left: 4%;
    }
    .column:first-child, .columns:first-child {
        margin-left: 0;
    }
    .one.column, .one.columns {
        width: 4.66667%;
    }
    .two.columns {
        width: 13.33333%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.66667%;
    }
    .five.columns {
        width: 39.33333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.66667%;
    }
    .eight.columns {
        width: 65.33333%;
    }
    .nine.columns {
        width: 74%;
    }
    .ten.columns {
        width: 82.66667%;
    }
    .eleven.columns {
        width: 91.33333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.66667%;
    }
    .two-thirds.column {
        width: 65.33333%;
    }
    .one-half.column {
        width: 48%;
    }
    .offset-by-one.column, .offset-by-one.columns {
        margin-left: 8.66667%;
    }
    .offset-by-two.column, .offset-by-two.columns {
        margin-left: 17.33333%;
    }
    .offset-by-three.column, .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column, .offset-by-four.columns {
        margin-left: 34.66667%;
    }
    .offset-by-five.column, .offset-by-five.columns {
        margin-left: 43.33333%;
    }
    .offset-by-six.column, .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column, .offset-by-seven.columns {
        margin-left: 60.66667%;
    }
    .offset-by-eight.column, .offset-by-eight.columns {
        margin-left: 69.33333%;
    }
    .offset-by-nine.column, .offset-by-nine.columns {
        margin-left: 78%;
    }
    .offset-by-ten.column, .offset-by-ten.columns {
        margin-left: 86.66667%;
    }
    .offset-by-eleven.column, .offset-by-eleven.columns {
        margin-left: 95.33333%;
    }
    .offset-by-one-third.column, .offset-by-one-third.columns {
        margin-left: 34.66667%;
    }
    .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
        margin-left: 69.33333%;
    }
    .offset-by-one-half.column, .offset-by-one-half.column {
        margin-left: 52%;
    }
}

html {
    font-size: 60.5%;
}

body {
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    font-family: "Libre Baskerville", Helvetica, Arial, serif;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
    font-weight: 700;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}



@media (min-width: 550px) {
    h1 {
        font-size: 5rem;
    }
    h2 {
        font-size: 4.2rem;
    }
    h3 {
        font-size: 3.6rem;
    }
    h4 {
        font-size: 1.7em;
    }
    h5 {
        font-size: 2.4rem;
    }
    h6 {
        font-size: 1.5rem;
    }
}

p {
    margin-top: 0;
}

nav ul{
    float:left;
}

a {
    color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
a:hover {
    color: #D2C7B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.box.box-2{
    float: right;
    vertical-align: middle;
    margin-top: 5px;
}

a.button, .button, button {
   font-family: "Raleway", Helvetica, Arial, sans-serif;
    display: inline-block;
    height: 35px;
    padding: 0 25px;
    color: #555555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555555;
    text-align: center;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

a.button:hover, .button:hover, button:hover {
    color: #333;
    border-color: #b3b3b3;
    outline: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #333;
    border-color: #888888;
    outline: 0;
}

.button:focus, button:focus {
    color: #333;
    border-color: #888888;
    outline: 0;
}

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #333;
    border-color: #888888;
    outline: 0;
}

.button.button-primary, button.button-primary {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #C6C2B3;
    border-color: #C6C2B3;
}

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    color: #fff;
    background-color: #C6C2B3;
    border-color: #C6C2B3;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.button.button-primary:hover, button.button-primary:hover {
    color: #fff;
    background-color: #D2C7B3;
    border-color: #D2C7B3;
}

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
    color: #fff;
    background-color:#D2C7B3;
    border-color: #D2C7B3;
}

.button.button-primary:focus, button.button-primary:focus {
    color: #fff;
    background-color: #D2C7B3;
    border-color: #D2C7B3;
}

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
    color: #fff;
    background-color: #D2C7B3;
    border-color: #D2C7B3;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

textarea, select {

    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
    border: 1px solid #C6C2B3;
    outline: 0;
}

textarea:focus, select:focus {
    border: 1px solid #C6C2B3;
    outline: 0;
}

label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
    padding-left: 0;
    margin-top: 0;
}

ul {
    padding-left: 0;
    margin-top: 0;
}
ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

ol ol, ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

th:first-child, td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

button, .button {
    margin-bottom: 1rem;
}

input, textarea, select, fieldset {
    margin-bottom: 1.5rem;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 2.5rem;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top:1px solid #eee;
}

.container:after, .row:after, .u-cf {
    content: "";
    display: table;
    clear: both;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

form{
    text-align: left;
}

form input{
    width:100%;
}
.form-group{
    margin-bottom: 40px;
}

button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*--------------------------------------------------
Header
---------------------------------------------------*/
.header {
    margin: 3.5rem 0;
    text-align: center;
}
.header .logo {
    width: 340px;
    margin: 0 auto;
    position: relative;
}
.header .logo h1 {
    letter-spacing: 1rem;
    text-align: center;
    font-size: 3.5rem;
    margin: 0;
    font-family: 'Libre Baskerville','sans-serif';
}
.header .logo a {
    text-decoration: none;
    color: #222;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.header .logo a:hover {
    color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.header .logo a:hover h1:after {
    border-bottom: 4px solid;
    border-bottom-color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.header .logo h6 {
    letter-spacing: 1.19rem;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: -40px;
    line-height: 17px;
    letter-spacing: 0.4rem;
    width: 100%;
    margin-top: -25px;
    position: relative;
    font-weight: 500;
    font-family: "Libre Baskerville", Helvetica, Arial, serif;
    font-size: 10px;
    margin-bottom: 40px;
}

/*--------------------------------------------------
Navbar
---------------------------------------------------*/
.nav {
    width: 100%;
    border-top: 1px solid #eee;
}
.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.nav ul li {
    display: inline-block;
    margin-bottom: 0;
    line-height: 6.5rem;
}
.nav ul li a {
    display: block;
    padding: 0px 7px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Libre Baskerville", Helvetica, Arial, serif;
    color: #222;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.nav ul li a.active {
     color:  #D2C7B3;
}
.nav ul li a:hover {
    color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

@media (min-width: 376px)
{
    .nav ul li a {

        padding: 0px 5px;
    }
}
@media (min-width: 576px)
{
    .nav ul li a {

        padding: 0px 5px;
    }
}

/*--------------------------------------------------
General
---------------------------------------------------*/
 

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?33384773');
  src: url('../fonts/fontello.eot?33384773#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?33384773') format('woff2'),
       url('../fonts/fontello.woff?33384773') format('woff'),
       url('../fonts/fontello.ttf?33384773') format('truetype'),
       url('../fonts/fontello.svg?33384773#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?33384773#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-share:before { content: '\e801'; } /* '' */
.icon-right-open:before { content: '\e802'; } /* '' */
.icon-left-open:before { content: '\e803'; } /* '' */
.icon-down-open:before { content: '\e804'; } /* '' */
.icon-up-open:before { content: '\e805'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */

/* '' */
strong {
    font-weight: 600;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
}

.sub-page {
    padding-top:40px;
    padding-bottom: 40px;
    border-top: 1px solid #eee;
}

.button-text {
    font-size: 12px;
    font-weight: 700;
    border: none;
    padding: 0 30px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #222;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-align: center;
    display: block;
    margin-top: 40px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.button-text:hover {
    color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.button-text span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

/*BLUR*/
.blur img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.blur img:hover {
    -webkit-filter: blur(3px);
    -webkit-transition-property: -webkit-filter;
    -webkit-transition-duration: .4s;
    filter: blur(3px);
}

/*--------------------------------------------------
Top Bar
---------------------------------------------------*/
.top-bar {
    position: relative;
    border-bottom: 1px solid #f9f9f9;
    background-color: #fcfcfc;
    padding: 10px 0;
}
.top-bar .box {
    float: left;
    box-sizing: border-box;
}
.top-bar .box.box-1 {
    width: 80%;
}
.top-bar .box.box-2 {
    width: 20%;
}

.search-box {
    margin-bottom: 0;
    float: right;
    -webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition-property: min-height, width, top, right;
	transition-property: min-height, width, top, right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.search-box p {
    margin-bottom: 0;
}
.search-box input.search_bar {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    border: none;
    outline: none;
    width: 38px;
    border-radius: 19px;
    margin: 8px auto 0 auto;
    padding: 18px;
    background: white url(../img/icons8-search2.svg) no-repeat center center;
    background-size: 20px;
    border: none;

}
.search-box input.search_bar:hover {
    cursor: pointer;
 
}
.search-box .btn-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-repead: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAYElEQVQoU2NkYGD4D8SMQEwq+A/TRKoBYPXINhJrAFwdunMJGYAij82vuAzAEMcVUOgKsRqIL5RhGnB6hVAU4Q0DmthMtp/JDm2y45mQRljax0hhxGpEMQAU2qRqhBsAAMdkHQ5jnOygAAAAAElFTkSuQmCC);
    cursor: pointer;
    opacity: .5;
}
.search-box .btn-close:hover {
    opacity: 1;
}
.search-box .help {
    display: none;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.7;
}

.active.search-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    padding: 2em;
    position: fixed;
    overflow-y: auto;
    
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #1a1a1a;
}
.active.search-box .btn-close, .active.search-box .help {
    display: block;
    color: #ada49a;
}
body.open-search{
    overflow: hidden;
}
.active.search-box input[type=text] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 28px;
    border: none;
    background-color: transparent;
    color: #1a1a1a;
    outline: none;
    width: 100%;
    height: 31px;
    padding: 0;
    margin: 0;
    letter-spacing: -0.05em;
    -webkit-appearance: none;
}
.active.search-box input.search_bar {
    background: none;
}

.active.search-box input[type=text].placeholder, .active.search-box input[type=text]:-moz-placeholder, .active.search-box input[type=text]::-webkit-input-placeholder {
    color: #eeeeee;
}

.socials {
    margin: 5px 0 0 0;
    text-align: center;
    float: left;
}
.socials ul {
    list-style: none;
    margin: 0;
}
.socials li {
    display: inline-block;
    margin: 0;
}
.socials li a {
    font-size: 1.4em;
    color: #222;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.socials li a i {
    padding-top: 10px;
}
.socials li a:hover {
    color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/*--------------------------------------------------
Lightbox
---------------------------------------------------*/
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled, #swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
}

/*--------------------------------------------------
Article
---------------------------------------------------*/
.article{
    margin-top: 80px;
    margin-bottom: 80px;
}
.article header figure {
    display: block;
}
.article header figure figcaption {
    float: right;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    letter-spacing: 2px;
}
.article header .meta-data {
    padding: 60px 20px;
    text-align: center;
}
.article header .meta-data h3 {
    text-transform: uppercase;
}
.article header .meta-data h3 a {
    color: #222;
    text-decoration: none;
}
.article header .meta-data h3 a:hover {
    color: #C6C2B3;
}
.article header .meta-data .author {
    font-size: 14px;
    margin: 0;
}
.article header .meta-data .author time {
    padding-right: 18px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}
.article .entry-content {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: center;
}
.article footer {
    padding: 30px 20px;
    margin: 0;
    background: none;
    border: none;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------
Video
---------------------------------------------------*/
.video-item {
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.video-item img {
    -webkit-filter: blur(0);
    -webkit-transition-property: -webkit-filter;
    -webkit-transition-duration: 1s;
    width: 100%;
    height: auto;
}
.video-item:hover .block-blur {
    opacity: .3;
}
.video-item:hover img {
    -webkit-filter: blur(.5rem);
    -webkit-transition-property: -webkit-filter;
    -webkit-transition-duration: .4s;
    z-index: 1;
}
.video-item .block-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 2;
}
.video-item .mask:after, .video-item .mask:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}
.video-item .mask:before {
    right: 0;
    width: 100%;
    height: 70%;
    background-image: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}
.video-item .mask:after {
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    top: auto;
    bottom: 0;
    width: 100%;
    height: 40%;
}
.video-item .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #FFF;
    z-index: 10;
}



/*--------------------------------------------------
Tags
---------------------------------------------------*/
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags li {
    float: left;
}
.tags li .tag {
    background: rgb(198 194 179 / 42%);
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    height: 26px;
}
.tags li .tag:hover {
    background-color: #C6C2B3;
    color: white;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.tags li .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tags li .tag::after {
    background: #fff;
    height: 26px;
    border-bottom: 13px solid transparent;
    border-left: 10px solid rgb(198 194 179 / 42%);
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.tags li .tag:hover::after {
    border-left-color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

/*--------------------------------------------------
Quote
---------------------------------------------------*/
.quote {
    margin: 30px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}
.quote .line-through {
    display: block;
    position: relative;
    border-bottom: 2px solid #333;
    height: 15px;
}
.quote .line-through span {
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 200px;
    margin-left: -100px;
    line-height: 30px;
}
.quote .line-through a {
    color: #222;
    text-decoration: none;
}
.quote .line-through a:hover {
    color: #C6C2B3;
}
.quote .stripe-border {
    background: linear-gradient(to bottom, #fff, #fff 90%, #333 90%, #333);
    background-size: 100% 8px;
}
.quote .stripe-border blockquote {
    background: #fff;
    margin: 0 10px;
    padding: 30px;
    font-size: 18px;
    font-size: 24px;
    line-height: 1.5;
}
.quote cite {
    font-style: normal;
}

/*--------------------------------------------------
Pagination
---------------------------------------------------*/
.pagination {
  
    text-align: center;
    margin: 0 auto;
    
}
.pagination li {
    display: inline-block;
    margin: 0 10px;
}
.pagination li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.pagination li a:hover {
    color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.pagination li a.next, .pagination li a.prev {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    position: relative;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.pagination li a.next:hover, .pagination li a.prev:hover {
    color: #C6C2B3;
}
.pagination li a.next:focus, .pagination li a.prev:focus {
    box-shadow: none;
}
.pagination li.disabled {
    opacity: 0.2;
}

/*--------------------------------------------------
Social Share
---------------------------------------------------*/
.socbtn {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 20px auto 0 auto;
    width: 60px;
}
.socbtn .share {
    font-size: 24px;
    font-weight: 700;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.socbtn .share:hover {
    color: #C6C2B3;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.socbtn:hover .popup {
    top: -100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.socbtn .popup {
    position: absolute;
    top: -10%;
    left: -10px;
    visibility: hidden;
    width: 60px;
    height: 0px;
    line-height: 50px;
    opacity: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.socbtn .popup a {
    display: inline-block;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 36px;
    line-height: 30px;
    -webkit-background-clip: text;
    background-clip: text;
}
.socbtn .popup a:hover {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}

/*--------------------------------------------------
Language Styles
---------------------------------------------------*/
.languages {
    position: relative;
    float: left;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    padding-left: 20px;
}

.languages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.languages ul li {
    display: inline-block;
    margin: 0;
    line-height: 0;
}

.languages ul li a {
    font-family: 'Libre Baskerville','sans-serif';
    line-height: 14px;
    text-decoration: none;
    color: #222;
}

.languages ul li a.active {
    color: #C6C2B3;
}

/*--------------------------------------------------
Footer
---------------------------------------------------*/
footer {
    border-top: 1px solid #eee;
    background-color: #fcfcfc;
    padding: 60px 0 10px 0;
    text-align: center;
}
footer .copyright {
    float: none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    margin: 0 auto 40px auto;
}
footer .copyright a {
    text-decoration: none;
}
footer .backtotop {
    float: right;
    position: relative;
    text-decoration: none;
    height: 40px;
    width: 40px;
    text-indent: -99999px;
    margin-right: 20px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8) url(../img/top-arrow.png) no-repeat center 50%;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
footer .backtotop:hover {
    background-color: #C6C2B3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

/*--------------------------------------------------
Responsive
---------------------------------------------------*/
@media (min-width: 300px) {
    .socials {
        margin: 2px 0 0 0;
    }
    .socials li a {
        font-size: 1.6em;
    }
    .search-box .btn-close {
        top: 30px;
        right: 30px;
        width: 15px;
        height: 15px;
    }
    .search-box .btn-close:hover {
        opacity: 1;
    }
    .search-box .help {
        margin-top: 30px;
        font-size: 12px;
        line-height: 1.7;
    }
    .active.search-box {
        padding: 4em 2em;
    }
    .active.search-box input[type=text] {
        font-size: 36px;
        height: 41px;
    }
    .nav ul li a {
       padding: 0px 4px;
    font-size: 11px;
    letter-spacing: 0.7px;
    font-weight: 600;
    }
}

@media (min-width: 750px) {
    .top-bar .box.box-1, .top-bar .box.box-2 {
        width: 50%;
    }
    .search-box .btn-close {
        top: 60px;
        right: 60px;
        width: 15px;
        height: 15px;
    }
    .search-box .btn-close:hover {
        opacity: 1;
    }
    .search-box .help {
        margin-top: 40px;
        font-size: 12px;
        line-height: 1.7;
    }
    .active.search-box {
        padding: 6em;
    }
    .active.search-box input[type=text] {
        font-size: 50px;
        height: 61px;
    }
    .nav ul li a {
        padding: 0px 20px;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .article header .meta-data {
        padding: 60px;
    }
    .article header .meta-data .author time {
        padding-right: 18px;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 600;
    }
    .article .entry-content {
        max-width: 60%;
    }
   .article footer {
    padding: 25px;
    padding-top: 10px;
}
    .pagination li {
        margin: 0 20px;
    }
    .pagination li a.next, .pagination li a.prev {
        font-size: 16px;
    }
    footer {
        border-top: 1px solid #eee;
        background-color: #fcfcfc;
        text-align: left;
    }
    footer .copyright {
        float: left;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 16px;
    }
    footer .copyright a {
        text-decoration: none;
    }
    footer .backtotop {
        float: right;
        text-decoration: none;
        position: relative;
        height: 40px;
        width: 40px;
        margin-top: -10px;
        text-indent: -99999px;
        white-space: nowrap;
        background: rgba(0, 0, 0, 0.8) url(../img/top-arrow.png) no-repeat center 50%;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
    }
    footer .backtotop:hover {
        background-color: #C6C2B3;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
    }
    .languages {
        padding-left: 220px;
    }
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-secondary {
    color: #fff;
    background-color: #C6C2B3;
    border-color: #C6C2B3;
}

.animate__animated {
    visibility: visible;
}

.animated {
    visibility: hidden;
}
.footer-tags{
    display: flex;
}
.footer-tags li{
    list-style-type: none;
    text-decoration: none;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-tags li a{

    text-decoration: none;

}
.card-product{
    width: 380px;
       
    margin: 15px;
    box-shadow: 0px 2px 10px;
    border-radius: 18px;
    box-shadow: 0px 0px 56px rgba(69,69,69,.15);
    overflow: hidden;
}
.card-product-image{
    height: 265px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-product-info{
    padding: 20px;
    position: relative;
    text-align: center;
    font-size: 12px;
}
.card-product .product_soustitre{
    margin: 15px;
    
    margin-bottom:25px;
}
.card-product .product_name{
    font-weight: 700;
    font-size: 15px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.card-product .price{
    color:#C6C2B3;
    font-weight: 800;
    font-family: 'Libre Baskerville','sans-serif';
    font-size: 15px;
}
.card-product .promo{
   
    font-weight: 800;
    font-family: 'Libre Baskerville','sans-serif';
    font-size: 15px;
    color:#cc6e6e;
}
.card-product .price-promo{
  color:#C6C2B3;
    font-weight: 400;
    font-family: 'Libre Baskerville','sans-serif';
    font-size: 11px;
    text-decoration:line-through;
}
.card-product .vendu{
    background: #fff2ec;
    display: inline-block;
    padding: 0px 17px;
    margin-top: 5px;
    border-radius: 7px;
}

.page-produit-article{
    margin-bottom: 30px;
    margin-top: 30px;
}
.page-produit-article2{
      margin-bottom: 30px;
    margin-top: 30px;
}
.page-produit{
    align-items: center;
        padding-bottom: 15px;
}
.product-image-g{
    margin-top: 30px;
}

.page-produit .product_name{
    margin-top: 0px;
    font-weight: 700;
    font-size: 2.6em;
    font-family: "Libre Baskerville","sans-serif";
    line-height: 45px;
    margin-bottom: 15px;
}

.page-produit .product_soustitre{
    font-weight: 600;
    font-size: 1.4em;
    color: rgb(198 194 179 / 87%);
}
.page-produit .meta-data{
    padding-top: 0;
    padding-bottom: 15px;
}
.page-produit .price{
   color:#cc6e6e;
    font-weight: 800;
    font-family: 'Libre Baskerville','sans-serif';
    font-size: 20px;
  
}
.page-produit .promo{
   
    font-weight: 800;
    font-family: 'Libre Baskerville','sans-serif';
    font-size: 21px;
    color:#cc6e6e;
}
.page-produit .price-promo{
  color:#C6C2B3;
    font-weight: 400;
    font-family: 'Libre Baskerville','sans-serif';
    font-size: 16px;
    text-decoration:line-through;
}
.page-produit .vendu{
    background: #fff2ec;
    display: inline-block;
    padding: 0px 17px;
    margin-top: 5px;
    border-radius: 7px;
}

.page-produit .product_description
{
    font-size:14px;
    text-align: left;
    line-height: 20px;
    margin-top: 25px;
}


.page-produit .product_image_2{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  
}
.product_image_2.tleft{
    border-top-left-radius: 50%;
  
}
.product_image_2.tright{
    border-top-right-radius: 50%;
    
}
.product_image_2.bleft{
    border-bottom-left-radius: 50%;
  
}
.product_image_2.bright{
    border-bottom-right-radius: 50%;
    
}

.product_image_gallery{
    padding-top: 10px;
}

.same_product{
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.title_block{
    font-weight: 600;
        font-size: 1.5em;
}

.block_boutique{
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.article_page{
    margin-bottom: 30px;
    margin-top:0px;
}
.article_page .meta-data{
    padding-bottom: 0;
    padding-top: 0;
}
.article_page .gallery{
    padding-top: 10px;
}

.sub-page{
    text-align: center;
}

.article_home_1{
    margin-top: 0;margin-bottom: 50px;
}

.article_home{
    margin-bottom: 10px;    margin-top: 40px;
}

.article_home_1 header{
    margin-bottom: 40px;
}

.article_home.home_boutique footer{
        padding-bottom: 10px;

}

.home_product{
      display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.home-gallery .entry-content{
margin-top: 20px;
}

.flex{
        display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    justify-content: center;
   }

.filter_produit{
    padding-bottom: 25px;
}

.tags li .tag.active{
     background:  #D2C7B3;
     color:white;
}
.tags li .tag.active::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #D2C7B3;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.btn-next{
    margin: 10px;
}
.btn-next.active{
     background: #D2C7B3;
}

a.button.btn-next {
   margin: 6px;
   
    font-size: 15px;
    line-height: 35px;

    vertical-align: middle;
    font-family: 'Libre Baskerville';
        padding: 0 17px;
}
a.button.chevron{
     background: transparent;
    border: none;
    color: #C6C2B3;
    padding: 0;
   margin-left: 0;
   margin-right: 0;
}
.pagination .dot{
        line-height: 46px;
}

a.btn-next.active {
    background:  #D2C7B3;
    border-color: #D2C7B3;
}

.footer-text{
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 1.6em;
    line-height: 1.35;
    letter-spacing: -.08rem;
}



.morphsearch {
	width: 200px;
	min-height: 40px;
	background: #fff;
	position: absolute;
	z-index: 10000;
	top: 50px;
	right: 50px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition-property: min-height, width, top, right;
	transition-property: min-height, width, top, right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.search-box.active {
	width: 100%;
	min-height: 100%;
	top: 0px;
	right: 0px;
}

.morphsearch-form {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	position: relative;
	-webkit-transition-property: width, height, -webkit-transform;
	transition-property: width, height, transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.search-box.active .morphsearch-form {
	width: 80%;
	height: 160px;
	-webkit-transform: translate3d(0,3em,0);
	transform: translate3d(0,3em,0);
}

input[type="search"].morphsearch-input {
	width: 100%;
	height: 100%;
	padding: 0 10% 0 10px;
	font-weight: 700;
	border: none;
	background: transparent;
        background-color: transparent;
	font-size: 0.8em;
          font-family: "Raleway", Helvetica, Arial, sans-serif;
	color:#C6C2B3;
	-webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
}

input[type="search"].morphsearch-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D2C7B3!important;
  opacity: 1; /* Firefox */
}

input[type="search"].morphsearch-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D2C7B3!important;
}

input[type="search"].morphsearch-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #D2C7B3!important;
}

.morphsearch-input::-ms-clear { /* remove cross in IE */
    display: none;
}

.morphsearch.hideInput .morphsearch-input {
	color: transparent;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.search-box.active .morphsearch-input {
	font-size: 48px;
}

/* placeholder */
.morphsearch-input::-webkit-input-placeholder {
	color: #c2c2c2;
}

.morphsearch-input:-moz-placeholder {
	color: #c2c2c2;
}

.morphsearch-input::-moz-placeholder {
	color: #c2c2c2;
}

.morphsearch-input:-ms-input-placeholder {
	color: #c2c2c2;
}

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}

input[type="search"] { /* reset normalize */
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.morphsearch-input:focus,
.morphsearch-submit:focus {
	outline: none;
}

.morphsearch-submit {
	position: absolute;
	width: 50px;
	height: 50px;
	text-indent: 100px;
	overflow: hidden;
	right: 0;
	top: 50%;
	background: transparent url(../img/magnifier.svg) no-repeat center center;
	background-size: 100%;
	border: none;
	pointer-events: none;
	transform-origin: 50% 50%;
	opacity: 0;
	-webkit-transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
	transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
}

.search-box.active .morphsearch-submit {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
	transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morphsearch-close {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale3d(0,0,1);
	transform: scale3d(0,0,1);
}

.search-box.active .morphsearch-close {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morphsearch-close::before,
.morphsearch-close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	border-radius: 3px;
	opacity: 0.2;
	background: #000;
}

.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
	opacity: 1;
}

.morphsearch-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.morphsearch-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.morphsearch-content {
	color: #333;
	margin-top: 4.5em;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0 10.5%;
	background:  #fff;
	position: absolute;
	pointer-events: none;
	opacity: 0;
        
}

.search-box.active .morphsearch-content {
	opacity: 1;
	height: auto;
	overflow: visible; /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
	pointer-events: auto;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.dummy-column {
	width: 45%;
	padding: 0 0 6em;
	float: left;
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	transform: translateY(100px);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.dummy-column.fullwith{
    width: 100%;
}

.search-box.active .dummy-column:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.search-box.active .dummy-column:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.search-box.active .dummy-column:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.search-box.active .dummy-column {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.dummy-column:nth-child(2) {
	margin: 0 5%;
}

.dummy-column .tb {
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 800;
	color: #c2c2c2;
	padding: 0.5em 0;
          font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.round {
	border-radius: 50%;
}

.dummy-media-object {
	padding: 0.75em;
	display: block;
	margin: 0.3em 0;
	cursor: pointer;
	border-radius: 5px;
	background: rgb(129 111 100 / 5%);
}

.dummy-media-object:hover,
.dummy-media-object:focus {
	background: rgba(118,117,128,0.1);
}

.dummy-media-object .round {
	display: inline-block;
          overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	width: 50px;	
        height: 50px;	
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.dummy-media-object .t {
	vertical-align: middle;
	font-size: 0.85em;
	display: inline-block;
	font-weight: 700;
	margin: 0 0 0 0;
	width: calc(100% - 70px);
            font-size: 12px;
    font-weight: 600;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
	color: rgb(157 136 125 / 89%);
}

.dummy-media-object:hover .t {
	color: rgb(164 143 125);
}

/* Overlay */
.overlay-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background :#fff;
	opacity: 0;
            z-index: 1;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.search-box.active ~ .overlay-search {
	opacity: 1;
}

.search-loader{
    display:none;
    opacity: 0;
        position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70px;
    -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.search-box.active .search-loader{
    display: block;
      opacity: 1;
}

@media screen and (max-width: 53.125em) {
	.morphsearch-input {
		padding: 0 25% 0 10px;
	}
	.search-box.active .morphsearch-input {
		font-size: 36px;;
	}
	.dummy-column {
		float: none;
		width: auto;
		padding: 0 0 2em;
	}
	.dummy-column:nth-child(2) {
		margin: 0;
	}
	.search-box.active .morphsearch-submit {
		-webkit-transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
		transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
	}
}

@media screen and (max-width: 60.625em) {
	.morphsearch {
		width: 80%;
		top: 10%;
		right: 10%;
	}
}

.total_produit{
 font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    color: #D2C7B3;
    font-family: 'Libre Baskerville' , 'sans-serif';
}
.total_produit span{
    font-size: 12px;
     font-family: 'Raleway' , 'sans-serif';
    font-weight: 500;
}
.searchword{
     color: #D2C7B3;
}
.block_share{
        text-align: left;
    padding-top: 0px;
}
.btn-facebook{
       border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    margin: 5px;
    margin-bottom: 0px;
}
.btn-facebook i{
    height: 30px;
    display: block;
    width: 30px;
    background-size: 30px;
       -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-image: url(https://img.icons8.com/ios/30/C6C2B3/facebook-new.png);
}
.btn-facebook:hover i{
    -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-image: url(https://img.icons8.com/ios/30/3b5998/facebook-new.png);
}


.btn-twitter{
       border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    margin: 5px;
    margin-bottom: 0px;
}
.btn-twitter i{
    height: 30px;
    display: block;
    width: 30px;
    background-size: 30px;
       -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-image: url(https://img.icons8.com/ios/30/C6C2B3/twitter--v1.png);
}
.btn-twitter:hover i{
    -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-image: url(https://img.icons8.com/ios/30/00acee/twitter--v1.png);
}


.btn-instagram{
       border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    margin: 5px;
    margin-bottom: 0px;
}
.btn-instagram i{
    height: 30px;
    display: block;
    width: 30px;
    background-size: 30px;
      -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-image: url(https://img.icons8.com/ios/30/C6C2B3/instagram-new--v1.png);
}

.btn-instagram:hover i{
   -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-image: url(https://img.icons8.com/ios/30/833AB4/instagram-new--v1.png);
}

.btn-pinterest{
       border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    margin: 5px;
    margin-bottom: 0px;
}
.btn-pinterest i{
    height: 30px;
    display: block;
    width: 30px;
    background-size: 30px;
      -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-image: url(https://img.icons8.com/ios/30/C6C2B3/pinterest--v1.png);
}

.btn-pinterest:hover i{
   -webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-image: url(https://img.icons8.com/ios/30/E60023/pinterest--v1.png);
}
.achat{padding-top: 10px;}
.achat a{
        background: rgb(198 194 179 / 87%);
    width: 100%;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    font-family: 'Raleway';
    font-weight: 700;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.section-info-achat{
        background: rgb(198 194 179 / 42%);
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.section-info-achat .container{
    border:none;
}
.page-galery{
    padding-bottom: 60px;
}