@charset "UTF-8";


#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h1, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h2, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h3, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h4, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h5, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h6 {
    font-family: 'Helvetica' !important; 
  }

  
.PlayfairDisplay{
font-family: 'PlayfairDisplay' !important;
}

.Helvetica{
font-family: 'Helvetica' !important;
}

.tinv-wishlist .tinv-wishlist-clear{
    height: 0;
    width: 0;
}

.border-gold {
    border-color: #aaad95 !important
}

.woocommerce-no-products-found{
    padding-top: 110px;
}

.product-type-simple .compare{
    display: none;
}

.product-type-simple .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 0px;
}

.product-type-simple .tabs-title{
    display: none;
}

.product-type-simple .cwg_popup_submit {
    display: none;
}

.woocommerce  div.product.product-type-simple .product_title {
    padding-top: 15px;
}

.single-product .product.type-product.product-type-simple .woocommerce-product-gallery__wrapper  .tinv-wishlist.woocommerce .tinvwl_add_to_wishlist_button {
    right: 0;
    top: 15pX;
    position: absolute;
}

.single-product .product.product-type-variable .summary .tinvwl_add_to_wishlist_button {
    position: absolute;
    top: -10px;
    right: 0;
    margin-top: 0;
}

.product-type-simple .demande-devis{
    padding-top: 40px;
    clear: both;
}
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

.wpmm_item_description{
    display: none !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Helvetica";
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #202020;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

li{
font-family: 'Helvetica';
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;

}



.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

    margin-bottom: .5rem;

    font-family: PlayfairDisplay-Bold;

    font-weight: 700;

    line-height: 1.2;

    color: inherit

}



.h1,

h1 {

    font-size: 2.125rem

}



.h2,

h2 {

    font-size: 1.7rem

}



.h3,

h3 {

    font-size: 1.4875rem

}



.h4,

h4 {

    font-size: 1.275rem

}



.h5,

h5 {

    font-size: 1.0625rem

}



.h6,

h6 {

    font-size: .85rem

}



.lead {

    font-size: 1.0625rem;

    font-weight: 300

}



.display-1 {

    font-size: 6rem;

    font-weight: 300;

    line-height: 1.2

}



.display-2 {

    font-size: 5.5rem;

    font-weight: 300;

    line-height: 1.2

}



.display-3 {

    font-size: 4.5rem;

    font-weight: 300;

    line-height: 1.2

}



.display-4 {

    font-size: 3.5rem;

    font-weight: 300;

    line-height: 1.2

}



hr {

    margin-top: 1rem;

    margin-bottom: 1rem;

    border: 0;

    border-top: 1px solid rgba(0, 0, 0, .1)

}



.small,

small {

    font-size: 80%;

    font-weight: 400

}



.mark,

mark {

    padding: .2em;

    background-color: #fcf8e3

}



.list-unstyled {

    padding-left: 0;

    list-style: none

}



.list-inline {

    padding-left: 0;

    list-style: none

}



.list-inline-item {

    display: inline-block

}



.list-inline-item:not(:last-child) {

    margin-right: .5rem

}



.initialism {

    font-size: 90%;

    text-transform: uppercase

}



.blockquote {

    margin-bottom: 1rem;

    font-size: 1.0625rem

}



.blockquote-footer {

    display: block;

    font-size: 80%;

    color: #6c757d

}



.blockquote-footer::before {

    content: "\2014 \00A0"

}



.img-fluid {

    max-width: 100%;

    height: auto

}



.img-thumbnail {

    padding: .25rem;

    background-color: #fff;

    border: 1px solid #dee2e6;

    border-radius: .25rem;

    max-width: 100%;

    height: auto

}



.figure {

    display: inline-block

}



.figure-img {

    margin-bottom: .5rem;

    line-height: 1

}



.figure-caption {

    font-size: 90%;

    color: #6c757d

}



code {

    font-size: 87.5%;

    color: #e83e8c;

    word-break: break-word

}



a>code {

    color: inherit

}



kbd {

    padding: .2rem .4rem;

    font-size: 87.5%;

    color: #fff;

    background-color: #212529;

    border-radius: .2rem

}



kbd kbd {

    padding: 0;

    font-size: 100%;

    font-weight: 700

}



pre {

    display: block;

    font-size: 87.5%;

    color: #212529

}



pre code {

    font-size: inherit;

    color: inherit;

    word-break: normal

}



.pre-scrollable {

    max-height: 340px;

    overflow-y: scroll

}



.container {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

    margin-right: auto;

    margin-left: auto

}



@media (min-width:576px) {

    .container {

        max-width: 540px

    }

}



@media (min-width:768px) {

    .container {

        max-width: 720px

    }

}



@media (min-width:992px) {

    .container {

        max-width: 960px

    }

}



@media (min-width:1200px) {

    .container {

        max-width: 1350px

    }

}



.container-fluid {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

    margin-right: auto;

    margin-left: auto

}



.row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -15px;

    margin-left: -15px

}



.no-gutters {

    margin-right: 0;

    margin-left: 0

}



.no-gutters>.col,

.no-gutters>[class*=col-] {

    padding-right: 0;

    padding-left: 0

}



.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 {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%

}



.col-auto {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

    max-width: none

}



.col-1 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;

    max-width: 8.33333%

}



.col-2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%

}



.col-3 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%

}



.col-4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%

}



.col-5 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;

    max-width: 41.66667%

}



.col-6 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%

}



.col-7 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;

    max-width: 58.33333%

}



.col-8 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;

    max-width: 66.66667%

}



.col-9 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%

}



.col-10 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;

    max-width: 83.33333%

}



.col-11 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;

    max-width: 91.66667%

}



.col-12 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%

}



.order-first {

    -webkit-box-ordinal-group: 0;

    -ms-flex-order: -1;

    order: -1

}



.order-last {

    -webkit-box-ordinal-group: 14;

    -ms-flex-order: 13;

    order: 13

}



.order-0 {

    -webkit-box-ordinal-group: 1;

    -ms-flex-order: 0;

    order: 0

}



.order-1 {

    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1

}



.order-2 {

    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2

}



.order-3 {

    -webkit-box-ordinal-group: 4;

    -ms-flex-order: 3;

    order: 3

}



.order-4 {

    -webkit-box-ordinal-group: 5;

    -ms-flex-order: 4;

    order: 4

}



.order-5 {

    -webkit-box-ordinal-group: 6;

    -ms-flex-order: 5;

    order: 5

}



.order-6 {

    -webkit-box-ordinal-group: 7;

    -ms-flex-order: 6;

    order: 6

}



.order-7 {

    -webkit-box-ordinal-group: 8;

    -ms-flex-order: 7;

    order: 7

}



.order-8 {

    -webkit-box-ordinal-group: 9;

    -ms-flex-order: 8;

    order: 8

}



.order-9 {

    -webkit-box-ordinal-group: 10;

    -ms-flex-order: 9;

    order: 9

}



.order-10 {

    -webkit-box-ordinal-group: 11;

    -ms-flex-order: 10;

    order: 10

}



.order-11 {

    -webkit-box-ordinal-group: 12;

    -ms-flex-order: 11;

    order: 11

}



.order-12 {

    -webkit-box-ordinal-group: 13;

    -ms-flex-order: 12;

    order: 12

}



.offset-1 {

    margin-left: 8.33333%

}



.offset-2 {

    margin-left: 16.66667%

}



.offset-3 {

    margin-left: 25%

}



.offset-4 {

    margin-left: 33.33333%

}



.offset-5 {

    margin-left: 41.66667%

}



.offset-6 {

    margin-left: 50%

}



.offset-7 {

    margin-left: 58.33333%

}



.offset-8 {

    margin-left: 66.66667%

}



.offset-9 {

    margin-left: 75%

}



.offset-10 {

    margin-left: 83.33333%

}



.offset-11 {

    margin-left: 91.66667%

}



@media (min-width:576px) {

    .col-sm {

        -ms-flex-preferred-size: 0;

        flex-basis: 0;

        -webkit-box-flex: 1;

        -ms-flex-positive: 1;

        flex-grow: 1;

        max-width: 100%

    }



    .col-sm-auto {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

        max-width: none

    }



    .col-sm-1 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;

        max-width: 8.33333%

    }



    .col-sm-2 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;

        max-width: 16.66667%

    }



    .col-sm-3 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%

    }



    .col-sm-4 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;

        max-width: 33.33333%

    }



    .col-sm-5 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;

        max-width: 41.66667%

    }



    .col-sm-6 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%

    }



    .col-sm-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;

        max-width: 58.33333%

    }



    .col-sm-8 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;

        max-width: 66.66667%

    }



    .col-sm-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 75%;

        flex: 0 0 75%;

        max-width: 75%

    }



    .col-sm-10 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;

        max-width: 83.33333%

    }



    .col-sm-11 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;

        max-width: 91.66667%

    }



    .col-sm-12 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%

    }



    .order-sm-first {

        -webkit-box-ordinal-group: 0;

        -ms-flex-order: -1;

        order: -1

    }



    .order-sm-last {

        -webkit-box-ordinal-group: 14;

        -ms-flex-order: 13;

        order: 13

    }



    .order-sm-0 {

        -webkit-box-ordinal-group: 1;

        -ms-flex-order: 0;

        order: 0

    }



    .order-sm-1 {

        -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

        order: 1

    }



    .order-sm-2 {

        -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

        order: 2

    }



    .order-sm-3 {

        -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

        order: 3

    }



    .order-sm-4 {

        -webkit-box-ordinal-group: 5;

        -ms-flex-order: 4;

        order: 4

    }



    .order-sm-5 {

        -webkit-box-ordinal-group: 6;

        -ms-flex-order: 5;

        order: 5

    }



    .order-sm-6 {

        -webkit-box-ordinal-group: 7;

        -ms-flex-order: 6;

        order: 6

    }



    .order-sm-7 {

        -webkit-box-ordinal-group: 8;

        -ms-flex-order: 7;

        order: 7

    }



    .order-sm-8 {

        -webkit-box-ordinal-group: 9;

        -ms-flex-order: 8;

        order: 8

    }



    .order-sm-9 {

        -webkit-box-ordinal-group: 10;

        -ms-flex-order: 9;

        order: 9

    }



    .order-sm-10 {

        -webkit-box-ordinal-group: 11;

        -ms-flex-order: 10;

        order: 10

    }



    .order-sm-11 {

        -webkit-box-ordinal-group: 12;

        -ms-flex-order: 11;

        order: 11

    }



    .order-sm-12 {

        -webkit-box-ordinal-group: 13;

        -ms-flex-order: 12;

        order: 12

    }



    .offset-sm-0 {

        margin-left: 0

    }



    .offset-sm-1 {

        margin-left: 8.33333%

    }



    .offset-sm-2 {

        margin-left: 16.66667%

    }



    .offset-sm-3 {

        margin-left: 25%

    }



    .offset-sm-4 {

        margin-left: 33.33333%

    }



    .offset-sm-5 {

        margin-left: 41.66667%

    }



    .offset-sm-6 {

        margin-left: 50%

    }



    .offset-sm-7 {

        margin-left: 58.33333%

    }



    .offset-sm-8 {

        margin-left: 66.66667%

    }



    .offset-sm-9 {

        margin-left: 75%

    }



    .offset-sm-10 {

        margin-left: 83.33333%

    }



    .offset-sm-11 {

        margin-left: 91.66667%

    }

}



@media (min-width:768px) {

    .col-md {

        -ms-flex-preferred-size: 0;

        flex-basis: 0;

        -webkit-box-flex: 1;

        -ms-flex-positive: 1;

        flex-grow: 1;

        max-width: 100%

    }



    .col-md-auto {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

        max-width: none

    }



    .col-md-1 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;

        max-width: 8.33333%

    }



    .col-md-2 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;

        max-width: 16.66667%

    }



    .col-md-3 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%

    }



    .col-md-4 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;

        max-width: 33.33333%

    }



    .col-md-5 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;

        max-width: 41.66667%

    }



    .col-md-6 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%

    }



    .col-md-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;

        max-width: 58.33333%

    }



    .col-md-8 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;

        max-width: 66.66667%

    }



    .col-md-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 75%;

        flex: 0 0 75%;

        max-width: 75%

    }



    .col-md-10 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;

        max-width: 83.33333%

    }



    .col-md-11 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;

        max-width: 91.66667%

    }



    .col-md-12 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%

    }



    .order-md-first {

        -webkit-box-ordinal-group: 0;

        -ms-flex-order: -1;

        order: -1

    }



    .order-md-last {

        -webkit-box-ordinal-group: 14;

        -ms-flex-order: 13;

        order: 13

    }



    .order-md-0 {

        -webkit-box-ordinal-group: 1;

        -ms-flex-order: 0;

        order: 0

    }



    .order-md-1 {

        -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

        order: 1

    }



    .order-md-2 {

        -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

        order: 2

    }



    .order-md-3 {

        -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

        order: 3

    }



    .order-md-4 {

        -webkit-box-ordinal-group: 5;

        -ms-flex-order: 4;

        order: 4

    }



    .order-md-5 {

        -webkit-box-ordinal-group: 6;

        -ms-flex-order: 5;

        order: 5

    }



    .order-md-6 {

        -webkit-box-ordinal-group: 7;

        -ms-flex-order: 6;

        order: 6

    }



    .order-md-7 {

        -webkit-box-ordinal-group: 8;

        -ms-flex-order: 7;

        order: 7

    }



    .order-md-8 {

        -webkit-box-ordinal-group: 9;

        -ms-flex-order: 8;

        order: 8

    }



    .order-md-9 {

        -webkit-box-ordinal-group: 10;

        -ms-flex-order: 9;

        order: 9

    }



    .order-md-10 {

        -webkit-box-ordinal-group: 11;

        -ms-flex-order: 10;

        order: 10

    }



    .order-md-11 {

        -webkit-box-ordinal-group: 12;

        -ms-flex-order: 11;

        order: 11

    }



    .order-md-12 {

        -webkit-box-ordinal-group: 13;

        -ms-flex-order: 12;

        order: 12

    }



    .offset-md-0 {

        margin-left: 0

    }



    .offset-md-1 {

        margin-left: 8.33333%

    }



    .offset-md-2 {

        margin-left: 16.66667%

    }



    .offset-md-3 {

        margin-left: 25%

    }



    .offset-md-4 {

        margin-left: 33.33333%

    }



    .offset-md-5 {

        margin-left: 41.66667%

    }



    .offset-md-6 {

        margin-left: 50%

    }



    .offset-md-7 {

        margin-left: 58.33333%

    }



    .offset-md-8 {

        margin-left: 66.66667%

    }



    .offset-md-9 {

        margin-left: 75%

    }



    .offset-md-10 {

        margin-left: 83.33333%

    }



    .offset-md-11 {

        margin-left: 91.66667%

    }

}



@media (min-width:992px) {

    .col-lg {

        -ms-flex-preferred-size: 0;

        flex-basis: 0;

        -webkit-box-flex: 1;

        -ms-flex-positive: 1;

        flex-grow: 1;

        max-width: 100%

    }



    .col-lg-auto {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

        max-width: none

    }



    .col-lg-1 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;

        max-width: 8.33333%

    }



    .col-lg-2 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;

        max-width: 16.66667%

    }



    .col-lg-3 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%

    }



    .col-lg-4 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;

        max-width: 33.33333%

    }



    .col-lg-5 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;

        max-width: 41.66667%

    }



    .col-lg-6 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%

    }



    .col-lg-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;

        max-width: 58.33333%

    }



    .col-lg-8 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;

        max-width: 66.66667%

    }



    .col-lg-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 75%;

        flex: 0 0 75%;

        max-width: 75%

    }



    .col-lg-10 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;

        max-width: 83.33333%

    }



    .col-lg-11 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;

        max-width: 91.66667%

    }



    .col-lg-12 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%

    }



    .order-lg-first {

        -webkit-box-ordinal-group: 0;

        -ms-flex-order: -1;

        order: -1

    }



    .order-lg-last {

        -webkit-box-ordinal-group: 14;

        -ms-flex-order: 13;

        order: 13

    }



    .order-lg-0 {

        -webkit-box-ordinal-group: 1;

        -ms-flex-order: 0;

        order: 0

    }



    .order-lg-1 {

        -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

        order: 1

    }



    .order-lg-2 {

        -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

        order: 2

    }



    .order-lg-3 {

        -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

        order: 3

    }



    .order-lg-4 {

        -webkit-box-ordinal-group: 5;

        -ms-flex-order: 4;

        order: 4

    }



    .order-lg-5 {

        -webkit-box-ordinal-group: 6;

        -ms-flex-order: 5;

        order: 5

    }



    .order-lg-6 {

        -webkit-box-ordinal-group: 7;

        -ms-flex-order: 6;

        order: 6

    }



    .order-lg-7 {

        -webkit-box-ordinal-group: 8;

        -ms-flex-order: 7;

        order: 7

    }



    .order-lg-8 {

        -webkit-box-ordinal-group: 9;

        -ms-flex-order: 8;

        order: 8

    }



    .order-lg-9 {

        -webkit-box-ordinal-group: 10;

        -ms-flex-order: 9;

        order: 9

    }



    .order-lg-10 {

        -webkit-box-ordinal-group: 11;

        -ms-flex-order: 10;

        order: 10

    }



    .order-lg-11 {

        -webkit-box-ordinal-group: 12;

        -ms-flex-order: 11;

        order: 11

    }



    .order-lg-12 {

        -webkit-box-ordinal-group: 13;

        -ms-flex-order: 12;

        order: 12

    }



    .offset-lg-0 {

        margin-left: 0

    }



    .offset-lg-1 {

        margin-left: 8.33333%

    }



    .offset-lg-2 {

        margin-left: 16.66667%

    }



    .offset-lg-3 {

        margin-left: 25%

    }



    .offset-lg-4 {

        margin-left: 33.33333%

    }



    .offset-lg-5 {

        margin-left: 41.66667%

    }



    .offset-lg-6 {

        margin-left: 50%

    }



    .offset-lg-7 {

        margin-left: 58.33333%

    }



    .offset-lg-8 {

        margin-left: 66.66667%

    }



    .offset-lg-9 {

        margin-left: 75%

    }



    .offset-lg-10 {

        margin-left: 83.33333%

    }



    .offset-lg-11 {

        margin-left: 91.66667%

    }

}



@media (min-width:1200px) {

    .col-xl {

        -ms-flex-preferred-size: 0;

        flex-basis: 0;

        -webkit-box-flex: 1;

        -ms-flex-positive: 1;

        flex-grow: 1;

        max-width: 100%

    }



    .col-xl-auto {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

        max-width: none

    }



    .col-xl-1 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 8.33333%;

        flex: 0 0 8.33333%;

        max-width: 8.33333%

    }



    .col-xl-2 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 16.66667%;

        flex: 0 0 16.66667%;

        max-width: 16.66667%

    }



    .col-xl-3 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%

    }



    .col-xl-4 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 33.33333%;

        flex: 0 0 33.33333%;

        max-width: 33.33333%

    }



    .col-xl-5 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 41.66667%;

        flex: 0 0 41.66667%;

        max-width: 41.66667%

    }



    .col-xl-6 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%

    }



    .col-xl-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 58.33333%;

        flex: 0 0 58.33333%;

        max-width: 58.33333%

    }



    .col-xl-8 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 66.66667%;

        flex: 0 0 66.66667%;

        max-width: 66.66667%

    }



    .col-xl-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 75%;

        flex: 0 0 75%;

        max-width: 75%

    }



    .col-xl-10 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 83.33333%;

        flex: 0 0 83.33333%;

        max-width: 83.33333%

    }



    .col-xl-11 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 91.66667%;

        flex: 0 0 91.66667%;

        max-width: 91.66667%

    }



    .col-xl-12 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%

    }



    .order-xl-first {

        -webkit-box-ordinal-group: 0;

        -ms-flex-order: -1;

        order: -1

    }



    .order-xl-last {

        -webkit-box-ordinal-group: 14;

        -ms-flex-order: 13;

        order: 13

    }



    .order-xl-0 {

        -webkit-box-ordinal-group: 1;

        -ms-flex-order: 0;

        order: 0

    }



    .order-xl-1 {

        -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

        order: 1

    }



    .order-xl-2 {

        -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

        order: 2

    }



    .order-xl-3 {

        -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

        order: 3

    }



    .order-xl-4 {

        -webkit-box-ordinal-group: 5;

        -ms-flex-order: 4;

        order: 4

    }



    .order-xl-5 {

        -webkit-box-ordinal-group: 6;

        -ms-flex-order: 5;

        order: 5

    }



    .order-xl-6 {

        -webkit-box-ordinal-group: 7;

        -ms-flex-order: 6;

        order: 6

    }



    .order-xl-7 {

        -webkit-box-ordinal-group: 8;

        -ms-flex-order: 7;

        order: 7

    }



    .order-xl-8 {

        -webkit-box-ordinal-group: 9;

        -ms-flex-order: 8;

        order: 8

    }



    .order-xl-9 {

        -webkit-box-ordinal-group: 10;

        -ms-flex-order: 9;

        order: 9

    }



    .order-xl-10 {

        -webkit-box-ordinal-group: 11;

        -ms-flex-order: 10;

        order: 10

    }



    .order-xl-11 {

        -webkit-box-ordinal-group: 12;

        -ms-flex-order: 11;

        order: 11

    }



    .order-xl-12 {

        -webkit-box-ordinal-group: 13;

        -ms-flex-order: 12;

        order: 12

    }



    .offset-xl-0 {

        margin-left: 0

    }



    .offset-xl-1 {

        margin-left: 8.33333%

    }



    .offset-xl-2 {

        margin-left: 16.66667%

    }



    .offset-xl-3 {

        margin-left: 25%

    }



    .offset-xl-4 {

        margin-left: 33.33333%

    }



    .offset-xl-5 {

        margin-left: 41.66667%

    }



    .offset-xl-6 {

        margin-left: 50%

    }



    .offset-xl-7 {

        margin-left: 58.33333%

    }



    .offset-xl-8 {

        margin-left: 66.66667%

    }



    .offset-xl-9 {

        margin-left: 75%

    }



    .offset-xl-10 {

        margin-left: 83.33333%

    }



    .offset-xl-11 {

        margin-left: 91.66667%

    }

}



.table {

    width: 100%;

    max-width: 100%;

    margin-bottom: 1rem;

    background-color: transparent

}



.table td,

.table th {

    padding: .75rem;

    vertical-align: top;

    border-top: 1px solid #dee2e6

}



.table thead th {

    vertical-align: bottom;

    border-bottom: 2px solid #dee2e6

}



.table tbody+tbody {

    border-top: 2px solid #dee2e6

}



.table .table {

    background-color: #fff

}



.table-sm td,

.table-sm th {

    padding: .3rem

}



.table-bordered {

    border: 1px solid #dee2e6

}



.table-bordered td,

.table-bordered th {

    border: 1px solid #dee2e6

}



.table-bordered thead td,

.table-bordered thead th {

    border-bottom-width: 2px

}



.table-borderless tbody+tbody,

.table-borderless td,

.table-borderless th,

.table-borderless thead th {

    border: 0

}



.table-striped tbody tr:nth-of-type(odd) {

    background-color: rgba(0, 0, 0, .05)

}



.table-hover tbody tr:hover {

    background-color: rgba(0, 0, 0, .075)

}



.table-primary,

.table-primary>td,

.table-primary>th {

    background-color: #b8daff

}



.table-hover .table-primary:hover {

    background-color: #9fcdff

}



.table-hover .table-primary:hover>td,

.table-hover .table-primary:hover>th {

    background-color: #9fcdff

}



.table-secondary,

.table-secondary>td,

.table-secondary>th {

    background-color: #d6d8db

}



.table-hover .table-secondary:hover {

    background-color: #c8cbcf

}



.table-hover .table-secondary:hover>td,

.table-hover .table-secondary:hover>th {

    background-color: #c8cbcf

}



.table-success,

.table-success>td,

.table-success>th {

    background-color: #c3e6cb

}



.table-hover .table-success:hover {

    background-color: #b1dfbb

}



.table-hover .table-success:hover>td,

.table-hover .table-success:hover>th {

    background-color: #b1dfbb

}



.table-info,

.table-info>td,

.table-info>th {

    background-color: #bee5eb

}



.table-hover .table-info:hover {

    background-color: #abdde5

}



.table-hover .table-info:hover>td,

.table-hover .table-info:hover>th {

    background-color: #abdde5

}



.table-warning,

.table-warning>td,

.table-warning>th {

    background-color: #ffeeba

}



.table-hover .table-warning:hover {

    background-color: #ffe8a1

}



.table-hover .table-warning:hover>td,

.table-hover .table-warning:hover>th {

    background-color: #ffe8a1

}



.table-danger,

.table-danger>td,

.table-danger>th {

    background-color: #f5c6cb

}



.table-hover .table-danger:hover {

    background-color: #f1b0b7

}



.table-hover .table-danger:hover>td,

.table-hover .table-danger:hover>th {

    background-color: #f1b0b7

}



.table-light,

.table-light>td,

.table-light>th {

    background-color: #fdfdfe

}



.table-hover .table-light:hover {

    background-color: #ececf6

}



.table-hover .table-light:hover>td,

.table-hover .table-light:hover>th {

    background-color: #ececf6

}



.table-dark,

.table-dark>td,

.table-dark>th {

    background-color: #c6c8ca

}



.table-hover .table-dark:hover {

    background-color: #b9bbbe

}



.table-hover .table-dark:hover>td,

.table-hover .table-dark:hover>th {

    background-color: #b9bbbe

}



.table-active,

.table-active>td,

.table-active>th {

    background-color: rgba(0, 0, 0, .075)

}



.table-hover .table-active:hover {

    background-color: rgba(0, 0, 0, .075)

}



.table-hover .table-active:hover>td,

.table-hover .table-active:hover>th {

    background-color: rgba(0, 0, 0, .075)

}



.table .thead-dark th {

    color: #fff;

    background-color: #212529;

    border-color: #32383e

}



.table .thead-light th {

    color: #495057;

    background-color: #e9ecef;

    border-color: #dee2e6

}



.table-dark {

    color: #fff;

    background-color: #212529

}



.table-dark td,

.table-dark th,

.table-dark thead th {

    border-color: #32383e

}



.table-dark.table-bordered {

    border: 0

}



.table-dark.table-striped tbody tr:nth-of-type(odd) {

    background-color: rgba(255, 255, 255, .05)

}



.table-dark.table-hover tbody tr:hover {

    background-color: rgba(255, 255, 255, .075)

}



@media (max-width:575.98px) {

    .table-responsive-sm {

        display: block;

        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;

        -ms-overflow-style: -ms-autohiding-scrollbar

    }



    .table-responsive-sm>.table-bordered {

        border: 0

    }

}



@media (max-width:767.98px) {

    .table-responsive-md {

        display: block;

        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;

        -ms-overflow-style: -ms-autohiding-scrollbar

    }



    .table-responsive-md>.table-bordered {

        border: 0

    }

}



@media (max-width:991.98px) {

    .table-responsive-lg {

        display: block;

        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;

        -ms-overflow-style: -ms-autohiding-scrollbar

    }



    .table-responsive-lg>.table-bordered {

        border: 0

    }

}



@media (max-width:1199.98px) {

    .table-responsive-xl {

        display: block;

        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;

        -ms-overflow-style: -ms-autohiding-scrollbar

    }



    .table-responsive-xl>.table-bordered {

        border: 0

    }

}



.table-responsive {

    display: block;

    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: -ms-autohiding-scrollbar

}



.table-responsive>.table-bordered {

    border: 0

}



.form-control,

.wpcf7 .wpcf7-validation-errors,

.wpcf7 input[type=color],

.wpcf7 input[type=date],

.wpcf7 input[type=datetime-local],

.wpcf7 input[type=datetime],

.wpcf7 input[type=email],

.wpcf7 input[type=file],

.wpcf7 input[type=month],

.wpcf7 input[type=number],

.wpcf7 input[type=range],

.wpcf7 input[type=search],

.wpcf7 input[type=submit],

.wpcf7 input[type=tel],

.wpcf7 input[type=text],

.wpcf7 input[type=time],

.wpcf7 input[type=url],

.wpcf7 input[type=week],

.wpcf7 select,

.wpcf7 textarea {

    display: block;

    width: 100%;

    padding: 10px 15px 10px;

    font-size: .85rem;

    line-height: 1.5;

    color: #495057;

    background-color: #fff;

    border: 1px solid #0000008c;

    border-radius: 0px;

    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out

}



@media screen and (prefers-reduced-motion:reduce) {



    .form-control,

    .wpcf7 .wpcf7-validation-errors,

    .wpcf7 input[type=color],

    .wpcf7 input[type=date],

    .wpcf7 input[type=datetime-local],

    .wpcf7 input[type=datetime],

    .wpcf7 input[type=email],

    .wpcf7 input[type=file],

    .wpcf7 input[type=month],

    .wpcf7 input[type=number],

    .wpcf7 input[type=range],

    .wpcf7 input[type=search],

    .wpcf7 input[type=submit],

    .wpcf7 input[type=tel],

    .wpcf7 input[type=text],

    .wpcf7 input[type=time],

    .wpcf7 input[type=url],

    .wpcf7 input[type=week],

    .wpcf7 select,

    .wpcf7 textarea {

        -webkit-transition: none;

        transition: none

    }

}



.form-control::-ms-expand,

.wpcf7 .wpcf7-validation-errors::-ms-expand,

.wpcf7 input[type=color]::-ms-expand,

.wpcf7 input[type=date]::-ms-expand,

.wpcf7 input[type=datetime-local]::-ms-expand,

.wpcf7 input[type=datetime]::-ms-expand,

.wpcf7 input[type=email]::-ms-expand,

.wpcf7 input[type=file]::-ms-expand,

.wpcf7 input[type=month]::-ms-expand,

.wpcf7 input[type=number]::-ms-expand,

.wpcf7 input[type=range]::-ms-expand,

.wpcf7 input[type=search]::-ms-expand,

.wpcf7 input[type=submit]::-ms-expand,

.wpcf7 input[type=tel]::-ms-expand,

.wpcf7 input[type=text]::-ms-expand,

.wpcf7 input[type=time]::-ms-expand,

.wpcf7 input[type=url]::-ms-expand,

.wpcf7 input[type=week]::-ms-expand,

.wpcf7 select::-ms-expand,

.wpcf7 textarea::-ms-expand {

    background-color: transparent;

    border: 0

}



.form-control:focus,

.wpcf7 .wpcf7-validation-errors:focus,

.wpcf7 input:focus[type=color],

.wpcf7 input:focus[type=date],

.wpcf7 input:focus[type=datetime-local],

.wpcf7 input:focus[type=datetime],

.wpcf7 input:focus[type=email],

.wpcf7 input:focus[type=file],

.wpcf7 input:focus[type=month],

.wpcf7 input:focus[type=number],

.wpcf7 input:focus[type=range],

.wpcf7 input:focus[type=search],

.wpcf7 input:focus[type=submit],

.wpcf7 input:focus[type=tel],

.wpcf7 input:focus[type=text],

.wpcf7 input:focus[type=time],

.wpcf7 input:focus[type=url],

.wpcf7 input:focus[type=week],

.wpcf7 select:focus,

.wpcf7 textarea:focus {

    color: #495057;

    background-color: #fff;

    border-color: #80bdff;

    outline: 0;

    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);

    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)

}



.form-control::-webkit-input-placeholder,

.wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder,

.wpcf7 input[type=color]::-webkit-input-placeholder,

.wpcf7 input[type=date]::-webkit-input-placeholder,

.wpcf7 input[type=datetime-local]::-webkit-input-placeholder,

.wpcf7 input[type=datetime]::-webkit-input-placeholder,

.wpcf7 input[type=email]::-webkit-input-placeholder,

.wpcf7 input[type=file]::-webkit-input-placeholder,

.wpcf7 input[type=month]::-webkit-input-placeholder,

.wpcf7 input[type=number]::-webkit-input-placeholder,

.wpcf7 input[type=range]::-webkit-input-placeholder,

.wpcf7 input[type=search]::-webkit-input-placeholder,

.wpcf7 input[type=submit]::-webkit-input-placeholder,

.wpcf7 input[type=tel]::-webkit-input-placeholder,

.wpcf7 input[type=text]::-webkit-input-placeholder,

.wpcf7 input[type=time]::-webkit-input-placeholder,

.wpcf7 input[type=url]::-webkit-input-placeholder,

.wpcf7 input[type=week]::-webkit-input-placeholder,

.wpcf7 select::-webkit-input-placeholder,

.wpcf7 textarea::-webkit-input-placeholder {

    color: #6c757d;

    opacity: 1

}



.form-control:-ms-input-placeholder,

.wpcf7 .wpcf7-validation-errors:-ms-input-placeholder,

.wpcf7 input[type=color]:-ms-input-placeholder,

.wpcf7 input[type=date]:-ms-input-placeholder,

.wpcf7 input[type=datetime-local]:-ms-input-placeholder,

.wpcf7 input[type=datetime]:-ms-input-placeholder,

.wpcf7 input[type=email]:-ms-input-placeholder,

.wpcf7 input[type=file]:-ms-input-placeholder,

.wpcf7 input[type=month]:-ms-input-placeholder,

.wpcf7 input[type=number]:-ms-input-placeholder,

.wpcf7 input[type=range]:-ms-input-placeholder,

.wpcf7 input[type=search]:-ms-input-placeholder,

.wpcf7 input[type=submit]:-ms-input-placeholder,

.wpcf7 input[type=tel]:-ms-input-placeholder,

.wpcf7 input[type=text]:-ms-input-placeholder,

.wpcf7 input[type=time]:-ms-input-placeholder,

.wpcf7 input[type=url]:-ms-input-placeholder,

.wpcf7 input[type=week]:-ms-input-placeholder,

.wpcf7 select:-ms-input-placeholder,

.wpcf7 textarea:-ms-input-placeholder {

    color: #6c757d;

    opacity: 1

}



.form-control::-ms-input-placeholder,

.wpcf7 .wpcf7-validation-errors::-ms-input-placeholder,

.wpcf7 input[type=color]::-ms-input-placeholder,

.wpcf7 input[type=date]::-ms-input-placeholder,

.wpcf7 input[type=datetime-local]::-ms-input-placeholder,

.wpcf7 input[type=datetime]::-ms-input-placeholder,

.wpcf7 input[type=email]::-ms-input-placeholder,

.wpcf7 input[type=file]::-ms-input-placeholder,

.wpcf7 input[type=month]::-ms-input-placeholder,

.wpcf7 input[type=number]::-ms-input-placeholder,

.wpcf7 input[type=range]::-ms-input-placeholder,

.wpcf7 input[type=search]::-ms-input-placeholder,

.wpcf7 input[type=submit]::-ms-input-placeholder,

.wpcf7 input[type=tel]::-ms-input-placeholder,

.wpcf7 input[type=text]::-ms-input-placeholder,

.wpcf7 input[type=time]::-ms-input-placeholder,

.wpcf7 input[type=url]::-ms-input-placeholder,

.wpcf7 input[type=week]::-ms-input-placeholder,

.wpcf7 select::-ms-input-placeholder,

.wpcf7 textarea::-ms-input-placeholder {

    color: #6c757d;

    opacity: 1

}



.form-control::placeholder,

.wpcf7 .wpcf7-validation-errors::placeholder,

.wpcf7 input[type=color]::placeholder,

.wpcf7 input[type=date]::placeholder,

.wpcf7 input[type=datetime-local]::placeholder,

.wpcf7 input[type=datetime]::placeholder,

.wpcf7 input[type=email]::placeholder,

.wpcf7 input[type=file]::placeholder,

.wpcf7 input[type=month]::placeholder,

.wpcf7 input[type=number]::placeholder,

.wpcf7 input[type=range]::placeholder,

.wpcf7 input[type=search]::placeholder,

.wpcf7 input[type=submit]::placeholder,

.wpcf7 input[type=tel]::placeholder,

.wpcf7 input[type=text]::placeholder,

.wpcf7 input[type=time]::placeholder,

.wpcf7 input[type=url]::placeholder,

.wpcf7 input[type=week]::placeholder,

.wpcf7 select::placeholder,

.wpcf7 textarea::placeholder {

    color: #6c757d;

    opacity: 1

}



.form-control:disabled,

.form-control[readonly],

.wpcf7 .wpcf7-validation-errors:disabled,

.wpcf7 .wpcf7-validation-errors[readonly],

.wpcf7 input:disabled[type=color],

.wpcf7 input:disabled[type=date],

.wpcf7 input:disabled[type=datetime-local],

.wpcf7 input:disabled[type=datetime],

.wpcf7 input:disabled[type=email],

.wpcf7 input:disabled[type=file],

.wpcf7 input:disabled[type=month],

.wpcf7 input:disabled[type=number],

.wpcf7 input:disabled[type=range],

.wpcf7 input:disabled[type=search],

.wpcf7 input:disabled[type=submit],

.wpcf7 input:disabled[type=tel],

.wpcf7 input:disabled[type=text],

.wpcf7 input:disabled[type=time],

.wpcf7 input:disabled[type=url],

.wpcf7 input:disabled[type=week],

.wpcf7 input[readonly][type=color],

.wpcf7 input[readonly][type=date],

.wpcf7 input[readonly][type=datetime-local],

.wpcf7 input[readonly][type=datetime],

.wpcf7 input[readonly][type=email],

.wpcf7 input[readonly][type=file],

.wpcf7 input[readonly][type=month],

.wpcf7 input[readonly][type=number],

.wpcf7 input[readonly][type=range],

.wpcf7 input[readonly][type=search],

.wpcf7 input[readonly][type=submit],

.wpcf7 input[readonly][type=tel],

.wpcf7 input[readonly][type=text],

.wpcf7 input[readonly][type=time],

.wpcf7 input[readonly][type=url],

.wpcf7 input[readonly][type=week],

.wpcf7 select:disabled,

.wpcf7 select[readonly],

.wpcf7 textarea:disabled,

.wpcf7 textarea[readonly] {

    background-color: #e9ecef;

    opacity: 1

}



.wpcf7 select:not([size]):not([multiple]),

select.form-control:not([size]):not([multiple]) {

    height: calc(2.5rem + 2px)

}



.wpcf7 select:focus::-ms-value,

select.form-control:focus::-ms-value {

    color: #495057;

    background-color: #fff

}



.form-control-file,

.form-control-range {

    display: block;

    width: 100%

}



.col-form-label {

    padding-top: calc(.375rem + 1px);

    padding-bottom: calc(.375rem + 1px);

    margin-bottom: 0;

    font-size: inherit;

    line-height: 1.5

}



.col-form-label-lg {

    padding-top: calc(.5rem + 1px);

    padding-bottom: calc(.5rem + 1px);

    font-size: 1.0625rem;

    line-height: 1.5

}



.col-form-label-sm {

    padding-top: calc(.25rem + 1px);

    padding-bottom: calc(.25rem + 1px);

    font-size: .74375rem;

    line-height: 1.5

}



.form-control-plaintext {

    display: block;

    width: 100%;

    padding-top: .375rem;

    padding-bottom: .375rem;

    margin-bottom: 0;

    line-height: 1.5;

    color: #202020;

    background-color: transparent;

    border: solid transparent;

    border-width: 1px 0

}



.form-control-plaintext.form-control-lg,

.form-control-plaintext.form-control-sm,

.input-group-lg>.form-control-plaintext.form-control,

.input-group-lg>.input-group-append>.form-control-plaintext.btn,

.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,

.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,

.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,

.input-group-sm>.form-control-plaintext.form-control,

.input-group-sm>.input-group-append>.form-control-plaintext.btn,

.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,

.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,

.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,

.wpcf7 .input-group-lg>.form-control-plaintext.wpcf7-validation-errors,

.wpcf7 .input-group-lg>.input-group-append>input.form-control-plaintext[type=submit],

.wpcf7 .input-group-lg>.input-group-prepend>input.form-control-plaintext[type=submit],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=color],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=date],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=datetime-local],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=datetime],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=email],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=file],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=month],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=number],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=range],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=search],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=submit],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=tel],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=text],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=time],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=url],

.wpcf7 .input-group-lg>input.form-control-plaintext[type=week],

.wpcf7 .input-group-lg>select.form-control-plaintext,

.wpcf7 .input-group-lg>textarea.form-control-plaintext,

.wpcf7 .input-group-sm>.form-control-plaintext.wpcf7-validation-errors,

.wpcf7 .input-group-sm>.input-group-append>input.form-control-plaintext[type=submit],

.wpcf7 .input-group-sm>.input-group-prepend>input.form-control-plaintext[type=submit],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=color],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=date],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=datetime-local],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=datetime],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=email],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=file],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=month],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=number],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=range],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=search],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=submit],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=tel],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=text],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=time],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=url],

.wpcf7 .input-group-sm>input.form-control-plaintext[type=week],

.wpcf7 .input-group-sm>select.form-control-plaintext,

.wpcf7 .input-group-sm>textarea.form-control-plaintext {

    padding-right: 0;

    padding-left: 0

}



.form-control-sm,

.input-group-sm>.form-control,

.input-group-sm>.input-group-append>.input-group-sm>.input-group-append>.input-group-text,

.input-group-sm>.input-group-prepend>.btn,

.input-group-sm>.input-group-prepend>.input-group-text,

.wpcf7 .input-group-sm>.input-group-append>input[type=submit],

.wpcf7 .input-group-sm>.input-group-prepend>input[type=submit],

.wpcf7 .input-group-sm>.wpcf7-validation-errors,

.wpcf7 .input-group-sm>input[type=color],

.wpcf7 .input-group-sm>input[type=date],

.wpcf7 .input-group-sm>input[type=datetime-local],

.wpcf7 .input-group-sm>input[type=datetime],

.wpcf7 .input-group-sm>input[type=email],

.wpcf7 .input-group-sm>input[type=file],

.wpcf7 .input-group-sm>input[type=month],

.wpcf7 .input-group-sm>input[type=number],

.wpcf7 .input-group-sm>input[type=range],

.wpcf7 .input-group-sm>input[type=search],

.wpcf7 .input-group-sm>input[type=submit],

.wpcf7 .input-group-sm>input[type=tel],

.wpcf7 .input-group-sm>input[type=text],

.wpcf7 .input-group-sm>input[type=time],

.wpcf7 .input-group-sm>input[type=url],

.wpcf7 .input-group-sm>input[type=week],

.wpcf7 .input-group-sm>select,

.wpcf7 .input-group-sm>textarea {

    padding: .25rem .5rem;

    font-size: .74375rem;

    line-height: 1.5;

    border-radius: .2rem

}



.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),

.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),

.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),

.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),

.input-group-sm>select.form-control:not([size]):not([multiple]),

.wpcf7 .input-group-sm>select:not([size]):not([multiple]),

select.form-control-sm:not([size]):not([multiple]) {

    height: calc(1.61563rem + 2px)

}



.form-control-lg,

.input-group-lg>.form-control,

.input-group-lg>.input-group-append>.btn,

.input-group-lg>.input-group-append>.input-group-text,

.input-group-lg>.input-group-prepend>.btn,

.input-group-lg>.input-group-prepend>.input-group-text,

.wpcf7 .input-group-lg>.input-group-append>input[type=submit],

.wpcf7 .input-group-lg>.input-group-prepend>input[type=submit],

.wpcf7 .input-group-lg>.wpcf7-validation-errors,

.wpcf7 .input-group-lg>input[type=color],

.wpcf7 .input-group-lg>input[type=date],

.wpcf7 .input-group-lg>input[type=datetime-local],

.wpcf7 .input-group-lg>input[type=datetime],

.wpcf7 .input-group-lg>input[type=email],

.wpcf7 .input-group-lg>input[type=file],

.wpcf7 .input-group-lg>input[type=month],

.wpcf7 .input-group-lg>input[type=number],

.wpcf7 .input-group-lg>input[type=range],

.wpcf7 .input-group-lg>input[type=search],

.wpcf7 .input-group-lg>input[type=submit],

.wpcf7 .input-group-lg>input[type=tel],

.wpcf7 .input-group-lg>input[type=text],

.wpcf7 .input-group-lg>input[type=time],

.wpcf7 .input-group-lg>input[type=url],

.wpcf7 .input-group-lg>input[type=week],

.wpcf7 .input-group-lg>select,

.wpcf7 .input-group-lg>textarea {

    padding: .5rem 1rem;

    font-size: 1.0625rem;

    line-height: 1.5;

    border-radius: .3rem

}



.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),

.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),

.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),

.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),

.input-group-lg>select.form-control:not([size]):not([multiple]),

.wpcf7 .input-group-lg>select:not([size]):not([multiple]),

select.form-control-lg:not([size]):not([multiple]) {

    height: calc(2.59375rem + 2px)

}



.form-group,

.wpcf7 .wpcf7-form p {

    margin-bottom: 1rem

}



.form-text {

    display: block;

    margin-top: .25rem

}



.form-row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -5px;

    margin-left: -5px

}



.form-row>.col,

.form-row>[class*=col-] {

    padding-right: 5px;

    padding-left: 5px

}



.form-check {

    position: relative;

    display: block;

    padding-left: 0.25rem

}



.form-check-input {

    position: absolute;

    margin-top: .3rem;

    margin-left: -1.25rem

}



.form-check-input:disabled~.form-check-label {

    color: #6c757d

}



.form-check-label {

    margin-bottom: 0

}



.form-check-inline {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding-left: 0;

    margin-right: .75rem

}



.form-check-inline .form-check-input {

    position: static;

    margin-top: 0;

    margin-right: .3125rem;

    margin-left: 0

}



.valid-feedback {

    display: none;

    width: 100%;

    margin-top: .25rem;

    font-size: 80%;

    color: #28a745

}



.valid-tooltip {

    position: absolute;

    top: 100%;

    z-index: 5;

    display: none;

    max-width: 100%;

    padding: .5rem;

    margin-top: .1rem;

    font-size: .875rem;

    line-height: 1;

    color: #fff;

    background-color: rgba(40, 167, 69, .8);

    border-radius: .2rem

}



.custom-select.is-valid,

.form-control.is-valid,

.was-validated .custom-select:valid,

.was-validated .form-control:valid,

.was-validated .wpcf7 .wpcf7-validation-errors:valid,

.was-validated .wpcf7 input:valid[type=color],

.was-validated .wpcf7 input:valid[type=date],

.was-validated .wpcf7 input:valid[type=datetime-local],

.was-validated .wpcf7 input:valid[type=datetime],

.was-validated .wpcf7 input:valid[type=email],

.was-validated .wpcf7 input:valid[type=file],

.was-validated .wpcf7 input:valid[type=month],

.was-validated .wpcf7 input:valid[type=number],

.was-validated .wpcf7 input:valid[type=range],

.was-validated .wpcf7 input:valid[type=search],

.was-validated .wpcf7 input:valid[type=submit],

.was-validated .wpcf7 input:valid[type=tel],

.was-validated .wpcf7 input:valid[type=text],

.was-validated .wpcf7 input:valid[type=time],

.was-validated .wpcf7 input:valid[type=url],

.was-validated .wpcf7 input:valid[type=week],

.was-validated .wpcf7 select:valid,

.was-validated .wpcf7 textarea:valid,

.wpcf7 .is-valid.wpcf7-validation-errors,

.wpcf7 .was-validated .wpcf7-validation-errors:valid,

.wpcf7 .was-validated input:valid[type=color],

.wpcf7 .was-validated input:valid[type=date],

.wpcf7 .was-validated input:valid[type=datetime-local],

.wpcf7 .was-validated input:valid[type=datetime],

.wpcf7 .was-validated input:valid[type=email],

.wpcf7 .was-validated input:valid[type=file],

.wpcf7 .was-validated input:valid[type=month],

.wpcf7 .was-validated input:valid[type=number],

.wpcf7 .was-validated input:valid[type=range],

.wpcf7 .was-validated input:valid[type=search],

.wpcf7 .was-validated input:valid[type=submit],

.wpcf7 .was-validated input:valid[type=tel],

.wpcf7 .was-validated input:valid[type=text],

.wpcf7 .was-validated input:valid[type=time],

.wpcf7 .was-validated input:valid[type=url],

.wpcf7 .was-validated input:valid[type=week],

.wpcf7 .was-validated select:valid,

.wpcf7 .was-validated textarea:valid,

.wpcf7 input.is-valid[type=color],

.wpcf7 input.is-valid[type=date],

.wpcf7 input.is-valid[type=datetime-local],

.wpcf7 input.is-valid[type=datetime],

.wpcf7 input.is-valid[type=email],

.wpcf7 input.is-valid[type=file],

.wpcf7 input.is-valid[type=month],

.wpcf7 input.is-valid[type=number],

.wpcf7 input.is-valid[type=range],

.wpcf7 input.is-valid[type=search],

.wpcf7 input.is-valid[type=submit],

.wpcf7 input.is-valid[type=tel],

.wpcf7 input.is-valid[type=text],

.wpcf7 input.is-valid[type=time],

.wpcf7 input.is-valid[type=url],

.wpcf7 input.is-valid[type=week],

.wpcf7 select.is-valid,

.wpcf7 textarea.is-valid {

    border-color: #28a745

}



.custom-select.is-valid:focus,

.form-control.is-valid:focus,

.was-validated .custom-select:valid:focus,

.was-validated .form-control:valid:focus,

.was-validated .wpcf7 .wpcf7-validation-errors:valid:focus,

.was-validated .wpcf7 input:valid:focus[type=color],

.was-validated .wpcf7 input:valid:focus[type=date],

.was-validated .wpcf7 input:valid:focus[type=datetime-local],

.was-validated .wpcf7 input:valid:focus[type=datetime],

.was-validated .wpcf7 input:valid:focus[type=email],

.was-validated .wpcf7 input:valid:focus[type=file],

.was-validated .wpcf7 input:valid:focus[type=month],

.was-validated .wpcf7 input:valid:focus[type=number],

.was-validated .wpcf7 input:valid:focus[type=range],

.was-validated .wpcf7 input:valid:focus[type=search],

.was-validated .wpcf7 input:valid:focus[type=submit],

.was-validated .wpcf7 input:valid:focus[type=tel],

.was-validated .wpcf7 input:valid:focus[type=text],

.was-validated .wpcf7 input:valid:focus[type=time],

.was-validated .wpcf7 input:valid:focus[type=url],

.was-validated .wpcf7 input:valid:focus[type=week],

.was-validated .wpcf7 select:valid:focus,

.was-validated .wpcf7 textarea:valid:focus,

.wpcf7 .is-valid.wpcf7-validation-errors:focus,

.wpcf7 .was-validated .wpcf7-validation-errors:valid:focus,

.wpcf7 .was-validated input:valid:focus[type=color],

.wpcf7 .was-validated input:valid:focus[type=date],

.wpcf7 .was-validated input:valid:focus[type=datetime-local],

.wpcf7 .was-validated input:valid:focus[type=datetime],

.wpcf7 .was-validated input:valid:focus[type=email],

.wpcf7 .was-validated input:valid:focus[type=file],

.wpcf7 .was-validated input:valid:focus[type=month],

.wpcf7 .was-validated input:valid:focus[type=number],

.wpcf7 .was-validated input:valid:focus[type=range],

.wpcf7 .was-validated input:valid:focus[type=search],

.wpcf7 .was-validated input:valid:focus[type=submit],

.wpcf7 .was-validated input:valid:focus[type=tel],

.wpcf7 .was-validated input:valid:focus[type=text],

.wpcf7 .was-validated input:valid:focus[type=time],

.wpcf7 .was-validated input:valid:focus[type=url],

.wpcf7 .was-validated input:valid:focus[type=week],

.wpcf7 .was-validated select:valid:focus,

.wpcf7 .was-validated textarea:valid:focus,

.wpcf7 input.is-valid:focus[type=color],

.wpcf7 input.is-valid:focus[type=date],

.wpcf7 input.is-valid:focus[type=datetime-local],

.wpcf7 input.is-valid:focus[type=datetime],

.wpcf7 input.is-valid:focus[type=email],

.wpcf7 input.is-valid:focus[type=file],

.wpcf7 input.is-valid:focus[type=month],

.wpcf7 input.is-valid:focus[type=number],

.wpcf7 input.is-valid:focus[type=range],

.wpcf7 input.is-valid:focus[type=search],

.wpcf7 input.is-valid:focus[type=submit],

.wpcf7 input.is-valid:focus[type=tel],

.wpcf7 input.is-valid:focus[type=text],

.wpcf7 input.is-valid:focus[type=time],

.wpcf7 input.is-valid:focus[type=url],

.wpcf7 input.is-valid:focus[type=week],

.wpcf7 select.is-valid:focus,

.wpcf7 textarea.is-valid:focus {

    border-color: #28a745;

    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);

    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)

}



.custom-select.is-valid~.valid-feedback,

.custom-select.is-valid~.valid-tooltip,

.form-control.is-valid~.valid-feedback,

.form-control.is-valid~.valid-tooltip,

.was-validated .custom-select:valid~.valid-feedback,

.was-validated .custom-select:valid~.valid-tooltip,

.was-validated .form-control:valid~.valid-feedback,

.was-validated .form-control:valid~.valid-tooltip,

.was-validated .wpcf7 .wpcf7-validation-errors:valid~.valid-feedback,

.was-validated .wpcf7 .wpcf7-validation-errors:valid~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=color]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=color]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=date]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=date]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=datetime-local]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=datetime-local]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=datetime]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=datetime]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=email]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=email]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=file]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=file]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=month]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=month]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=number]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=number]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=range]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=range]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=search]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=search]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=submit]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=submit]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=tel]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=tel]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=text]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=text]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=time]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=time]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=url]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=url]~.valid-tooltip,

.was-validated .wpcf7 input:valid[type=week]~.valid-feedback,

.was-validated .wpcf7 input:valid[type=week]~.valid-tooltip,

.was-validated .wpcf7 select:valid~.valid-feedback,

.was-validated .wpcf7 select:valid~.valid-tooltip,

.was-validated .wpcf7 textarea:valid~.valid-feedback,

.was-validated .wpcf7 textarea:valid~.valid-tooltip,

.wpcf7 .is-valid.wpcf7-validation-errors~.valid-feedback,

.wpcf7 .is-valid.wpcf7-validation-errors~.valid-tooltip,

.wpcf7 .was-validated .wpcf7-validation-errors:valid~.valid-feedback,

.wpcf7 .was-validated .wpcf7-validation-errors:valid~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=color]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=color]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=date]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=date]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=datetime-local]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=datetime-local]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=datetime]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=datetime]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=email]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=email]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=file]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=file]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=month]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=month]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=number]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=number]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=range]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=range]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=search]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=search]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=submit]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=submit]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=tel]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=tel]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=text]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=text]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=time]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=time]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=url]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=url]~.valid-tooltip,

.wpcf7 .was-validated input:valid[type=week]~.valid-feedback,

.wpcf7 .was-validated input:valid[type=week]~.valid-tooltip,

.wpcf7 .was-validated select:valid~.valid-feedback,

.wpcf7 .was-validated select:valid~.valid-tooltip,

.wpcf7 .was-validated textarea:valid~.valid-feedback,

.wpcf7 .was-validated textarea:valid~.valid-tooltip,

.wpcf7 input.is-valid[type=color]~.valid-feedback,

.wpcf7 input.is-valid[type=color]~.valid-tooltip,

.wpcf7 input.is-valid[type=date]~.valid-feedback,

.wpcf7 input.is-valid[type=date]~.valid-tooltip,

.wpcf7 input.is-valid[type=datetime-local]~.valid-feedback,

.wpcf7 input.is-valid[type=datetime-local]~.valid-tooltip,

.wpcf7 input.is-valid[type=datetime]~.valid-feedback,

.wpcf7 input.is-valid[type=datetime]~.valid-tooltip,

.wpcf7 input.is-valid[type=email]~.valid-feedback,

.wpcf7 input.is-valid[type=email]~.valid-tooltip,

.wpcf7 input.is-valid[type=file]~.valid-feedback,

.wpcf7 input.is-valid[type=file]~.valid-tooltip,

.wpcf7 input.is-valid[type=month]~.valid-feedback,

.wpcf7 input.is-valid[type=month]~.valid-tooltip,

.wpcf7 input.is-valid[type=number]~.valid-feedback,

.wpcf7 input.is-valid[type=number]~.valid-tooltip,

.wpcf7 input.is-valid[type=range]~.valid-feedback,

.wpcf7 input.is-valid[type=range]~.valid-tooltip,

.wpcf7 input.is-valid[type=search]~.valid-feedback,

.wpcf7 input.is-valid[type=search]~.valid-tooltip,

.wpcf7 input.is-valid[type=submit]~.valid-feedback,

.wpcf7 input.is-valid[type=submit]~.valid-tooltip,

.wpcf7 input.is-valid[type=tel]~.valid-feedback,

.wpcf7 input.is-valid[type=tel]~.valid-tooltip,

.wpcf7 input.is-valid[type=text]~.valid-feedback,

.wpcf7 input.is-valid[type=text]~.valid-tooltip,

.wpcf7 input.is-valid[type=time]~.valid-feedback,

.wpcf7 input.is-valid[type=time]~.valid-tooltip,

.wpcf7 input.is-valid[type=url]~.valid-feedback,

.wpcf7 input.is-valid[type=url]~.valid-tooltip,

.wpcf7 input.is-valid[type=week]~.valid-feedback,

.wpcf7 input.is-valid[type=week]~.valid-tooltip,

.wpcf7 select.is-valid~.valid-feedback,

.wpcf7 select.is-valid~.valid-tooltip,

.wpcf7 textarea.is-valid~.valid-feedback,

.wpcf7 textarea.is-valid~.valid-tooltip {

    display: block

}



.form-control-file.is-valid~.valid-feedback,

.form-control-file.is-valid~.valid-tooltip,

.was-validated .form-control-file:valid~.valid-feedback,

.was-validated .form-control-file:valid~.valid-tooltip {

    display: block

}



.form-check-input.is-valid~.form-check-label,

.was-validated .form-check-input:valid~.form-check-label {

    color: #28a745

}



.form-check-input.is-valid~.valid-feedback,

.form-check-input.is-valid~.valid-tooltip,

.was-validated .form-check-input:valid~.valid-feedback,

.was-validated .form-check-input:valid~.valid-tooltip {

    display: block

}



.custom-control-input.is-valid~.custom-control-label,

.was-validated .custom-control-input:valid~.custom-control-label {

    color: #28a745

}



.custom-control-input.is-valid~.custom-control-label::before,

.was-validated .custom-control-input:valid~.custom-control-label::before {

    background-color: #71dd8a

}



.custom-control-input.is-valid~.valid-feedback,

.custom-control-input.is-valid~.valid-tooltip,

.was-validated .custom-control-input:valid~.valid-feedback,

.was-validated .custom-control-input:valid~.valid-tooltip {

    display: block

}



.custom-control-input.is-valid:checked~.custom-control-label::before,

.was-validated .custom-control-input:valid:checked~.custom-control-label::before {

    background-color: #34ce57

}



.custom-control-input.is-valid:focus~.custom-control-label::before,

.was-validated .custom-control-input:valid:focus~.custom-control-label::before {

    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);

    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)

}



.custom-file-input.is-valid~.custom-file-label,

.was-validated .custom-file-input:valid~.custom-file-label {

    border-color: #28a745

}



.custom-file-input.is-valid~.custom-file-label::before,

.was-validated .custom-file-input:valid~.custom-file-label::before {

    border-color: inherit

}



.custom-file-input.is-valid~.valid-feedback,

.custom-file-input.is-valid~.valid-tooltip,

.was-validated .custom-file-input:valid~.valid-feedback,

.was-validated .custom-file-input:valid~.valid-tooltip {

    display: block

}



.custom-file-input.is-valid:focus~.custom-file-label,

.was-validated .custom-file-input:valid:focus~.custom-file-label {

    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);

    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)

}



.invalid-feedback {

    display: none;

    width: 100%;

    margin-top: .25rem;

    font-size: 80%;

    color: #dc3545

}



.invalid-tooltip {

    position: absolute;

    top: 100%;

    z-index: 5;

    display: none;

    max-width: 100%;

    padding: .5rem;

    margin-top: .1rem;

    font-size: .875rem;

    line-height: 1;

    color: #fff;

    background-color: rgba(220, 53, 69, .8);

    border-radius: .2rem

}



.custom-select.is-invalid,

.form-control.is-invalid,

.was-validated .custom-select:invalid,

.was-validated .form-control:invalid,

.was-validated .wpcf7 .wpcf7-validation-errors:invalid,

.was-validated .wpcf7 input:invalid[type=color],

.was-validated .wpcf7 input:invalid[type=date],

.was-validated .wpcf7 input:invalid[type=datetime-local],

.was-validated .wpcf7 input:invalid[type=datetime],

.was-validated .wpcf7 input:invalid[type=email],

.was-validated .wpcf7 input:invalid[type=file],

.was-validated .wpcf7 input:invalid[type=month],

.was-validated .wpcf7 input:invalid[type=number],

.was-validated .wpcf7 input:invalid[type=range],

.was-validated .wpcf7 input:invalid[type=search],

.was-validated .wpcf7 input:invalid[type=submit],

.was-validated .wpcf7 input:invalid[type=tel],

.was-validated .wpcf7 input:invalid[type=text],

.was-validated .wpcf7 input:invalid[type=time],

.was-validated .wpcf7 input:invalid[type=url],

.was-validated .wpcf7 input:invalid[type=week],

.was-validated .wpcf7 select:invalid,

.was-validated .wpcf7 textarea:invalid,

.wpcf7 .is-invalid.wpcf7-validation-errors,

.wpcf7 .was-validated .wpcf7-validation-errors:invalid,

.wpcf7 .was-validated input:invalid[type=color],

.wpcf7 .was-validated input:invalid[type=date],

.wpcf7 .was-validated input:invalid[type=datetime-local],

.wpcf7 .was-validated input:invalid[type=datetime],

.wpcf7 .was-validated input:invalid[type=email],

.wpcf7 .was-validated input:invalid[type=file],

.wpcf7 .was-validated input:invalid[type=month],

.wpcf7 .was-validated input:invalid[type=number],

.wpcf7 .was-validated input:invalid[type=range],

.wpcf7 .was-validated input:invalid[type=search],

.wpcf7 .was-validated input:invalid[type=submit],

.wpcf7 .was-validated input:invalid[type=tel],

.wpcf7 .was-validated input:invalid[type=text],

.wpcf7 .was-validated input:invalid[type=time],

.wpcf7 .was-validated input:invalid[type=url],

.wpcf7 .was-validated input:invalid[type=week],

.wpcf7 .was-validated select:invalid,

.wpcf7 .was-validated textarea:invalid,

.wpcf7 input.is-invalid[type=color],

.wpcf7 input.is-invalid[type=date],

.wpcf7 input.is-invalid[type=datetime-local],

.wpcf7 input.is-invalid[type=datetime],

.wpcf7 input.is-invalid[type=email],

.wpcf7 input.is-invalid[type=file],

.wpcf7 input.is-invalid[type=month],

.wpcf7 input.is-invalid[type=number],

.wpcf7 input.is-invalid[type=range],

.wpcf7 input.is-invalid[type=search],

.wpcf7 input.is-invalid[type=submit],

.wpcf7 input.is-invalid[type=tel],

.wpcf7 input.is-invalid[type=text],

.wpcf7 input.is-invalid[type=time],

.wpcf7 input.is-invalid[type=url],

.wpcf7 input.is-invalid[type=week],

.wpcf7 select.is-invalid,

.wpcf7 textarea.is-invalid {

    border-color: #dc3545

}



.custom-select.is-invalid:focus,

.form-control.is-invalid:focus,

.was-validated .custom-select:invalid:focus,

.was-validated .form-control:invalid:focus,

.was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus,

.was-validated .wpcf7 input:invalid:focus[type=color],

.was-validated .wpcf7 input:invalid:focus[type=date],

.was-validated .wpcf7 input:invalid:focus[type=datetime-local],

.was-validated .wpcf7 input:invalid:focus[type=datetime],

.was-validated .wpcf7 input:invalid:focus[type=email],

.was-validated .wpcf7 input:invalid:focus[type=file],

.was-validated .wpcf7 input:invalid:focus[type=month],

.was-validated .wpcf7 input:invalid:focus[type=number],

.was-validated .wpcf7 input:invalid:focus[type=range],

.was-validated .wpcf7 input:invalid:focus[type=search],

.was-validated .wpcf7 input:invalid:focus[type=submit],

.was-validated .wpcf7 input:invalid:focus[type=tel],

.was-validated .wpcf7 input:invalid:focus[type=text],

.was-validated .wpcf7 input:invalid:focus[type=time],

.was-validated .wpcf7 input:invalid:focus[type=url],

.was-validated .wpcf7 input:invalid:focus[type=week],

.was-validated .wpcf7 select:invalid:focus,

.was-validated .wpcf7 textarea:invalid:focus,

.wpcf7 .is-invalid.wpcf7-validation-errors:focus,

.wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus,

.wpcf7 .was-validated input:invalid:focus[type=color],

.wpcf7 .was-validated input:invalid:focus[type=date],

.wpcf7 .was-validated input:invalid:focus[type=datetime-local],

.wpcf7 .was-validated input:invalid:focus[type=datetime],

.wpcf7 .was-validated input:invalid:focus[type=email],

.wpcf7 .was-validated input:invalid:focus[type=file],

.wpcf7 .was-validated input:invalid:focus[type=month],

.wpcf7 .was-validated input:invalid:focus[type=number],

.wpcf7 .was-validated input:invalid:focus[type=range],

.wpcf7 .was-validated input:invalid:focus[type=search],

.wpcf7 .was-validated input:invalid:focus[type=submit],

.wpcf7 .was-validated input:invalid:focus[type=tel],

.wpcf7 .was-validated input:invalid:focus[type=text],

.wpcf7 .was-validated input:invalid:focus[type=time],

.wpcf7 .was-validated input:invalid:focus[type=url],

.wpcf7 .was-validated input:invalid:focus[type=week],

.wpcf7 .was-validated select:invalid:focus,

.wpcf7 .was-validated textarea:invalid:focus,

.wpcf7 input.is-invalid:focus[type=color],

.wpcf7 input.is-invalid:focus[type=date],

.wpcf7 input.is-invalid:focus[type=datetime-local],

.wpcf7 input.is-invalid:focus[type=datetime],

.wpcf7 input.is-invalid:focus[type=email],

.wpcf7 input.is-invalid:focus[type=file],

.wpcf7 input.is-invalid:focus[type=month],

.wpcf7 input.is-invalid:focus[type=number],

.wpcf7 input.is-invalid:focus[type=range],

.wpcf7 input.is-invalid:focus[type=search],

.wpcf7 input.is-invalid:focus[type=submit],

.wpcf7 input.is-invalid:focus[type=tel],

.wpcf7 input.is-invalid:focus[type=text],

.wpcf7 input.is-invalid:focus[type=time],

.wpcf7 input.is-invalid:focus[type=url],

.wpcf7 input.is-invalid:focus[type=week],

.wpcf7 select.is-invalid:focus,

.wpcf7 textarea.is-invalid:focus {

    border-color: #dc3545;

    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);

    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)

}



.custom-select.is-invalid~.invalid-feedback,

.custom-select.is-invalid~.invalid-tooltip,

.form-control.is-invalid~.invalid-feedback,

.form-control.is-invalid~.invalid-tooltip,

.was-validated .custom-select:invalid~.invalid-feedback,

.was-validated .custom-select:invalid~.invalid-tooltip,

.was-validated .form-control:invalid~.invalid-feedback,

.was-validated .form-control:invalid~.invalid-tooltip,

.was-validated .wpcf7 .wpcf7-validation-errors:invalid~.invalid-feedback,

.was-validated .wpcf7 .wpcf7-validation-errors:invalid~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=color]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=color]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=date]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=date]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=datetime-local]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=datetime-local]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=datetime]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=datetime]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=email]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=email]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=file]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=file]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=month]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=month]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=number]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=number]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=range]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=range]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=search]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=search]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=submit]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=submit]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=tel]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=tel]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=text]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=text]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=time]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=time]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=url]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=url]~.invalid-tooltip,

.was-validated .wpcf7 input:invalid[type=week]~.invalid-feedback,

.was-validated .wpcf7 input:invalid[type=week]~.invalid-tooltip,

.was-validated .wpcf7 select:invalid~.invalid-feedback,

.was-validated .wpcf7 select:invalid~.invalid-tooltip,

.was-validated .wpcf7 textarea:invalid~.invalid-feedback,

.was-validated .wpcf7 textarea:invalid~.invalid-tooltip,

.wpcf7 .is-invalid.wpcf7-validation-errors~.invalid-feedback,

.wpcf7 .is-invalid.wpcf7-validation-errors~.invalid-tooltip,

.wpcf7 .was-validated .wpcf7-validation-errors:invalid~.invalid-feedback,

.wpcf7 .was-validated .wpcf7-validation-errors:invalid~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=color]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=color]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=date]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=date]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=datetime-local]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=datetime-local]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=datetime]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=datetime]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=email]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=email]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=file]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=file]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=month]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=month]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=number]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=number]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=range]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=range]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=search]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=search]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=submit]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=submit]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=tel]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=tel]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=text]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=text]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=time]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=time]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=url]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=url]~.invalid-tooltip,

.wpcf7 .was-validated input:invalid[type=week]~.invalid-feedback,

.wpcf7 .was-validated input:invalid[type=week]~.invalid-tooltip,

.wpcf7 .was-validated select:invalid~.invalid-feedback,

.wpcf7 .was-validated select:invalid~.invalid-tooltip,

.wpcf7 .was-validated textarea:invalid~.invalid-feedback,

.wpcf7 .was-validated textarea:invalid~.invalid-tooltip,

.wpcf7 input.is-invalid[type=color]~.invalid-feedback,

.wpcf7 input.is-invalid[type=color]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=date]~.invalid-feedback,

.wpcf7 input.is-invalid[type=date]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=datetime-local]~.invalid-feedback,

.wpcf7 input.is-invalid[type=datetime-local]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=datetime]~.invalid-feedback,

.wpcf7 input.is-invalid[type=datetime]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=email]~.invalid-feedback,

.wpcf7 input.is-invalid[type=email]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=file]~.invalid-feedback,

.wpcf7 input.is-invalid[type=file]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=month]~.invalid-feedback,

.wpcf7 input.is-invalid[type=month]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=number]~.invalid-feedback,

.wpcf7 input.is-invalid[type=number]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=range]~.invalid-feedback,

.wpcf7 input.is-invalid[type=range]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=search]~.invalid-feedback,

.wpcf7 input.is-invalid[type=search]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=submit]~.invalid-feedback,

.wpcf7 input.is-invalid[type=submit]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=tel]~.invalid-feedback,

.wpcf7 input.is-invalid[type=tel]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=text]~.invalid-feedback,

.wpcf7 input.is-invalid[type=text]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=time]~.invalid-feedback,

.wpcf7 input.is-invalid[type=time]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=url]~.invalid-feedback,

.wpcf7 input.is-invalid[type=url]~.invalid-tooltip,

.wpcf7 input.is-invalid[type=week]~.invalid-feedback,

.wpcf7 input.is-invalid[type=week]~.invalid-tooltip,

.wpcf7 select.is-invalid~.invalid-feedback,

.wpcf7 select.is-invalid~.invalid-tooltip,

.wpcf7 textarea.is-invalid~.invalid-feedback,

.wpcf7 textarea.is-invalid~.invalid-tooltip {

    display: block

}



.form-control-file.is-invalid~.invalid-feedback,

.form-control-file.is-invalid~.invalid-tooltip,

.was-validated .form-control-file:invalid~.invalid-feedback,

.was-validated .form-control-file:invalid~.invalid-tooltip {

    display: block

}



.form-check-input.is-invalid~.form-check-label,

.was-validated .form-check-input:invalid~.form-check-label {

    color: #dc3545

}



.form-check-input.is-invalid~.invalid-feedback,

.form-check-input.is-invalid~.invalid-tooltip,

.was-validated .form-check-input:invalid~.invalid-feedback,

.was-validated .form-check-input:invalid~.invalid-tooltip {

    display: block

}



.custom-control-input.is-invalid~.custom-control-label,

.was-validated .custom-control-input:invalid~.custom-control-label {

    color: #dc3545

}



.custom-control-input.is-invalid~.custom-control-label::before,

.was-validated .custom-control-input:invalid~.custom-control-label::before {

    background-color: #efa2a9

}



.custom-control-input.is-invalid~.invalid-feedback,

.custom-control-input.is-invalid~.invalid-tooltip,

.was-validated .custom-control-input:invalid~.invalid-feedback,

.was-validated .custom-control-input:invalid~.invalid-tooltip {

    display: block

}



.custom-control-input.is-invalid:checked~.custom-control-label::before,

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {

    background-color: #e4606d

}



.custom-control-input.is-invalid:focus~.custom-control-label::before,

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {

    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);

    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)

}



.custom-file-input.is-invalid~.custom-file-label,

.was-validated .custom-file-input:invalid~.custom-file-label {

    border-color: #dc3545

}



.custom-file-input.is-invalid~.custom-file-label::before,

.was-validated .custom-file-input:invalid~.custom-file-label::before {

    border-color: inherit

}



.custom-file-input.is-invalid~.invalid-feedback,

.custom-file-input.is-invalid~.invalid-tooltip,

.was-validated .custom-file-input:invalid~.invalid-feedback,

.was-validated .custom-file-input:invalid~.invalid-tooltip {

    display: block

}



.custom-file-input.is-invalid:focus~.custom-file-label,

.was-validated .custom-file-input:invalid:focus~.custom-file-label {

    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);

    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)

}



.form-inline {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.form-inline .form-check {

    width: 100%

}



@media (min-width:576px) {

    .form-inline label {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;

        margin-bottom: 0

    }



    .form-inline .form-group,

    .form-inline .wpcf7 .wpcf7-form p,

    .wpcf7 .wpcf7-form .form-inline p {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-flow: row wrap;

        flex-flow: row wrap;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        margin-bottom: 0

    }



    .form-inline .form-control,

    .form-inline .wpcf7 .wpcf7-validation-errors,

    .form-inline .wpcf7 input[type=color],

    .form-inline .wpcf7 input[type=date],

    .form-inline .wpcf7 input[type=datetime-local],

    .form-inline .wpcf7 input[type=datetime],

    .form-inline .wpcf7 input[type=email],

    .form-inline .wpcf7 input[type=file],

    .form-inline .wpcf7 input[type=month],

    .form-inline .wpcf7 input[type=number],

    .form-inline .wpcf7 input[type=range],

    .form-inline .wpcf7 input[type=search],

    .form-inline .wpcf7 input[type=submit],

    .form-inline .wpcf7 input[type=tel],

    .form-inline .wpcf7 input[type=text],

    .form-inline .wpcf7 input[type=time],

    .form-inline .wpcf7 input[type=url],

    .form-inline .wpcf7 input[type=week],

    .form-inline .wpcf7 select,

    .form-inline .wpcf7 textarea,

    .wpcf7 .form-inline .wpcf7-validation-errors,

    .wpcf7 .form-inline input[type=color],

    .wpcf7 .form-inline input[type=date],

    .wpcf7 .form-inline input[type=datetime-local],

    .wpcf7 .form-inline input[type=datetime],

    .wpcf7 .form-inline input[type=email],

    .wpcf7 .form-inline input[type=file],

    .wpcf7 .form-inline input[type=month],

    .wpcf7 .form-inline input[type=number],

    .wpcf7 .form-inline input[type=range],

    .wpcf7 .form-inline input[type=search],

    .wpcf7 .form-inline input[type=submit],

    .wpcf7 .form-inline input[type=tel],

    .wpcf7 .form-inline input[type=text],

    .wpcf7 .form-inline input[type=time],

    .wpcf7 .form-inline input[type=url],

    .wpcf7 .form-inline input[type=week],

    .wpcf7 .form-inline select,

    .wpcf7 .form-inline textarea {

        display: inline-block;

        width: auto;

        vertical-align: middle

    }



    .form-inline .form-control-plaintext {

        display: inline-block

    }



    .form-inline .custom-select,

    .form-inline .input-group {

        width: auto

    }



    .form-inline .form-check {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;

        width: auto;

        padding-left: 0

    }



    .form-inline .form-check-input {

        position: relative;

        margin-top: 0;

        margin-right: .25rem;

        margin-left: 0

    }



    .form-inline .custom-control {

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center

    }



    .form-inline .custom-control-label {

        margin-bottom: 0

    }

}



.btn,

.wpcf7 input[type=submit] {

    display: inline-block;

    font-weight: 400;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    padding: .375rem .75rem;

    font-size: .85rem;

    line-height: 1.5;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out

}



@media screen and (prefers-reduced-motion:reduce) {



    .btn,

    .wpcf7 input[type=submit] {

        -webkit-transition: none;

        transition: none

    }

}



.btn:focus,

.btn:hover,

.wpcf7 input:focus[type=submit],

.wpcf7 input:hover[type=submit] {

    text-decoration: none

}



.btn.focus,

.btn:focus,

.wpcf7 input.focus[type=submit],

.wpcf7 input:focus[type=submit] {

    outline: 0;

    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);

    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)

}



.btn.disabled,

.btn:disabled,

.wpcf7 input.disabled[type=submit],

.wpcf7 input:disabled[type=submit] {

    opacity: .65

}



.btn:not(:disabled):not(.disabled),

.wpcf7 input:not(:disabled):not(.disabled)[type=submit] {

    cursor: pointer

}



.btn:not(:disabled):not(.disabled).active,

.btn:not(:disabled):not(.disabled):active,

.wpcf7 input:not(:disabled):not(.disabled).active[type=submit],

.wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {

    background-image: none

}



a.btn.disabled,

fieldset:disabled a.btn {

    pointer-events: none

}



.btn-primary {

    color: #fff !important;

    background-color: #aaad95;

    border-color: #aaad95

}




.btn-primary:hover {

    color: #fff !important;

    background-color: #aaad95;

    border-color: #aaad95

}



.btn-primary.focus,

.btn-primary:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);

    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)

}



.btn-primary.disabled,

.btn-primary:disabled {

    color: #fff;

    background-color: #007bff;

    border-color: #007bff

}



.btn-primary:not(:disabled):not(.disabled).active,

.btn-primary:not(:disabled):not(.disabled):active,

.show>.btn-primary.dropdown-toggle {

    color: #fff;

    background-color: #aaad95;

    border-color: #aaad95

}



.btn-primary:not(:disabled):not(.disabled).active:focus,

.btn-primary:not(:disabled):not(.disabled):active:focus,

.show>.btn-primary.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);

    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)

}



.btn-secondary {

    color: #fff;

    background-color: #6c757d;

    border-color: #6c757d

}



.btn-secondary:hover {

    color: #fff;

    background-color: #5a6268;

    border-color: #545b62

}



.btn-secondary.focus,

.btn-secondary:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);

    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)

}



.btn-secondary.disabled,

.btn-secondary:disabled {

    color: #fff;

    background-color: #6c757d;

    border-color: #6c757d

}



.btn-secondary:not(:disabled):not(.disabled).active,

.btn-secondary:not(:disabled):not(.disabled):active,

.show>.btn-secondary.dropdown-toggle {

    color: #fff;

    background-color: #545b62;

    border-color: #4e555b

}



.btn-secondary:not(:disabled):not(.disabled).active:focus,

.btn-secondary:not(:disabled):not(.disabled):active:focus,

.show>.btn-secondary.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);

    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)

}



.btn-success {

    color: #fff;

    background-color: #28a745;

    border-color: #28a745

}



.btn-success:hover {

    color: #fff;

    background-color: #218838;

    border-color: #1e7e34

}



.btn-success.focus,

.btn-success:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);

    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)

}



.btn-success.disabled,

.btn-success:disabled {

    color: #fff;

    background-color: #28a745;

    border-color: #28a745

}



.btn-success:not(:disabled):not(.disabled).active,

.btn-success:not(:disabled):not(.disabled):active,

.show>.btn-success.dropdown-toggle {

    color: #fff;

    background-color: #1e7e34;

    border-color: #1c7430

}



.btn-success:not(:disabled):not(.disabled).active:focus,

.btn-success:not(:disabled):not(.disabled):active:focus,

.show>.btn-success.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);

    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)

}



.btn-info {

    color: #fff;

    background-color: #17a2b8;

    border-color: #17a2b8

}



.btn-info:hover {

    color: #fff;

    background-color: #138496;

    border-color: #117a8b

}



.btn-info.focus,

.btn-info:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);

    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)

}



.btn-info.disabled,

.btn-info:disabled {

    color: #fff;

    background-color: #17a2b8;

    border-color: #17a2b8

}



.btn-info:not(:disabled):not(.disabled).active,

.btn-info:not(:disabled):not(.disabled):active,

.show>.btn-info.dropdown-toggle {

    color: #fff;

    background-color: #117a8b;

    border-color: #10707f

}



.btn-info:not(:disabled):not(.disabled).active:focus,

.btn-info:not(:disabled):not(.disabled):active:focus,

.show>.btn-info.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);

    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)

}



.btn-warning {

    color: #212529;

    background-color: #ffc107;

    border-color: #ffc107

}



.btn-warning:hover {

    color: #212529;

    background-color: #e0a800;

    border-color: #d39e00

}



.btn-warning.focus,

.btn-warning:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);

    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)

}



.btn-warning.disabled,

.btn-warning:disabled {

    color: #212529;

    background-color: #ffc107;

    border-color: #ffc107

}



.btn-warning:not(:disabled):not(.disabled).active,

.btn-warning:not(:disabled):not(.disabled):active,

.show>.btn-warning.dropdown-toggle {

    color: #212529;

    background-color: #d39e00;

    border-color: #c69500

}



.btn-warning:not(:disabled):not(.disabled).active:focus,

.btn-warning:not(:disabled):not(.disabled):active:focus,

.show>.btn-warning.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);

    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)

}



.btn-danger {

    color: #fff;

    background-color: #dc3545;

    border-color: #dc3545

}



.btn-danger:hover {

    color: #fff;

    background-color: #c82333;

    border-color: #bd2130

}



.btn-danger.focus,

.btn-danger:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);

    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)

}



.btn-danger.disabled,

.btn-danger:disabled {

    color: #fff;

    background-color: #dc3545;

    border-color: #dc3545

}



.btn-danger:not(:disabled):not(.disabled).active,

.btn-danger:not(:disabled):not(.disabled):active,

.show>.btn-danger.dropdown-toggle {

    color: #fff;

    background-color: #bd2130;

    border-color: #b21f2d

}



.btn-danger:not(:disabled):not(.disabled).active:focus,

.btn-danger:not(:disabled):not(.disabled):active:focus,

.show>.btn-danger.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);

    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)

}



.btn-light {

    color: #212529;

    background-color: #f8f9fa;

    border-color: #f8f9fa

}



.btn-light:hover {

    color: #212529;

    background-color: #e2e6ea;

    border-color: #dae0e5

}



.btn-light.focus,

.btn-light:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);

    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)

}



.btn-light.disabled,

.btn-light:disabled {

    color: #212529;

    background-color: #f8f9fa;

    border-color: #f8f9fa

}



.btn-light:not(:disabled):not(.disabled).active,

.btn-light:not(:disabled):not(.disabled):active,

.show>.btn-light.dropdown-toggle {

    color: #212529;

    background-color: #dae0e5;

    border-color: #d3d9df

}



.btn-light:not(:disabled):not(.disabled).active:focus,

.btn-light:not(:disabled):not(.disabled):active:focus,

.show>.btn-light.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);

    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)

}



.btn-dark {

    color: #fff;

    background-color: #343a40;

    border-color: #343a40

}



.btn-dark:hover {

    color: #fff;

    background-color: #23272b;

    border-color: #1d2124

}



.btn-dark.focus,

.btn-dark:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);

    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)

}



.btn-dark.disabled,

.btn-dark:disabled {

    color: #fff;

    background-color: #343a40;

    border-color: #343a40

}



.btn-dark:not(:disabled):not(.disabled).active,

.btn-dark:not(:disabled):not(.disabled):active,

.show>.btn-dark.dropdown-toggle {

    color: #fff;

    background-color: #1d2124;

    border-color: #171a1d

}



.btn-dark:not(:disabled):not(.disabled).active:focus,

.btn-dark:not(:disabled):not(.disabled):active:focus,

.show>.btn-dark.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);

    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)

}



.btn-outline-primary,

.wpcf7 input[type=submit] {

    color: #007bff;

    background-color: transparent;

    background-image: none;

    border-color: #007bff

}



.btn-outline-primary:hover,

.wpcf7 input:hover[type=submit] {

    color: #fff;

}



.btn-outline-primary.focus,

.btn-outline-primary:focus,

.wpcf7 input.focus[type=submit],

.wpcf7 input:focus[type=submit] {

    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);

    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)

}



.btn-outline-primary.disabled,

.btn-outline-primary:disabled,

.wpcf7 input.disabled[type=submit],

.wpcf7 input:disabled[type=submit] {

    color: #007bff;

    background-color: transparent

}



.btn-outline-primary:not(:disabled):not(.disabled).active,

.btn-outline-primary:not(:disabled):not(.disabled):active,

.show>.btn-outline-primary.dropdown-toggle,

.wpcf7 .show>input.dropdown-toggle[type=submit],

.wpcf7 input:not(:disabled):not(.disabled).active[type=submit],

.wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {

    color: #fff;

    background-color: #007bff;

    border-color: #007bff

}



.btn-outline-primary:not(:disabled):not(.disabled).active:focus,

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-primary.dropdown-toggle:focus,

.wpcf7 .show>input.dropdown-toggle:focus[type=submit],

.wpcf7 input:not(:disabled):not(.disabled).active:focus[type=submit],

.wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit] {

    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);

    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)

}



.btn-outline-secondary {

    color: #6c757d;

    background-color: transparent;

    background-image: none;

    border-color: #6c757d

}



.btn-outline-secondary:hover {

    color: #fff;

    background-color: #6c757d;

    border-color: #6c757d

}



.btn-outline-secondary.focus,

.btn-outline-secondary:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);

    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)

}



.btn-outline-secondary.disabled,

.btn-outline-secondary:disabled {

    color: #6c757d;

    background-color: transparent

}



.btn-outline-secondary:not(:disabled):not(.disabled).active,

.btn-outline-secondary:not(:disabled):not(.disabled):active,

.show>.btn-outline-secondary.dropdown-toggle {

    color: #fff;

    background-color: #6c757d;

    border-color: #6c757d

}



.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-secondary.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);

    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)

}



.btn-outline-success {

    color: #28a745;

    background-color: transparent;

    background-image: none;

    border-color: #28a745

}



.btn-outline-success:hover {

    color: #fff;

    background-color: #28a745;

    border-color: #28a745

}



.btn-outline-success.focus,

.btn-outline-success:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);

    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)

}



.btn-outline-success.disabled,

.btn-outline-success:disabled {

    color: #28a745;

    background-color: transparent

}



.btn-outline-success:not(:disabled):not(.disabled).active,

.btn-outline-success:not(:disabled):not(.disabled):active,

.show>.btn-outline-success.dropdown-toggle {

    color: #fff;

    background-color: #28a745;

    border-color: #28a745

}



.btn-outline-success:not(:disabled):not(.disabled).active:focus,

.btn-outline-success:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-success.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);

    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)

}



.btn-outline-info {

    color: #17a2b8;

    background-color: transparent;

    background-image: none;

    border-color: #17a2b8

}



.btn-outline-info:hover {

    color: #fff;

    background-color: #17a2b8;

    border-color: #17a2b8

}



.btn-outline-info.focus,

.btn-outline-info:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);

    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)

}



.btn-outline-info.disabled,

.btn-outline-info:disabled {

    color: #17a2b8;

    background-color: transparent

}



.btn-outline-info:not(:disabled):not(.disabled).active,

.btn-outline-info:not(:disabled):not(.disabled):active,

.show>.btn-outline-info.dropdown-toggle {

    color: #fff;

    background-color: #17a2b8;

    border-color: #17a2b8

}



.btn-outline-info:not(:disabled):not(.disabled).active:focus,

.btn-outline-info:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-info.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);

    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)

}



.btn-outline-warning {

    color: #ffc107;

    background-color: transparent;

    background-image: none;

    border-color: #ffc107

}



.btn-outline-warning:hover {

    color: #212529;

    background-color: #ffc107;

    border-color: #ffc107

}



.btn-outline-warning.focus,

.btn-outline-warning:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);

    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)

}



.btn-outline-warning.disabled,

.btn-outline-warning:disabled {

    color: #ffc107;

    background-color: transparent

}



.btn-outline-warning:not(:disabled):not(.disabled).active,

.btn-outline-warning:not(:disabled):not(.disabled):active,

.show>.btn-outline-warning.dropdown-toggle {

    color: #212529;

    background-color: #ffc107;

    border-color: #ffc107

}



.btn-outline-warning:not(:disabled):not(.disabled).active:focus,

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-warning.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);

    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)

}



.btn-outline-danger {

    color: #dc3545;

    background-color: transparent;

    background-image: none;

    border-color: #dc3545

}



.btn-outline-danger:hover {

    color: #fff;

    background-color: #dc3545;

    border-color: #dc3545

}



.btn-outline-danger.focus,

.btn-outline-danger:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);

    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)

}



.btn-outline-danger.disabled,

.btn-outline-danger:disabled {

    color: #dc3545;

    background-color: transparent

}



.btn-outline-danger:not(:disabled):not(.disabled).active,

.btn-outline-danger:not(:disabled):not(.disabled):active,

.show>.btn-outline-danger.dropdown-toggle {

    color: #fff;

    background-color: #dc3545;

    border-color: #dc3545

}



.btn-outline-danger:not(:disabled):not(.disabled).active:focus,

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-danger.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);

    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)

}



.btn-outline-light {

    color: #f8f9fa;

    background-color: transparent;

    background-image: none;

    border-color: #f8f9fa

}



.btn-outline-light:hover {

    color: #212529;

    background-color: #f8f9fa;

    border-color: #f8f9fa

}



.btn-outline-light.focus,

.btn-outline-light:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);

    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)

}



.btn-outline-light.disabled,

.btn-outline-light:disabled {

    color: #f8f9fa;

    background-color: transparent

}



.btn-outline-light:not(:disabled):not(.disabled).active,

.btn-outline-light:not(:disabled):not(.disabled):active,

.show>.btn-outline-light.dropdown-toggle {

    color: #212529;

    background-color: #f8f9fa;

    border-color: #f8f9fa

}



.btn-outline-light:not(:disabled):not(.disabled).active:focus,

.btn-outline-light:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-light.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);

    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)

}



.btn-outline-dark {

    color: #343a40;

    background-color: transparent;

    background-image: none;

    border-color: #343a40

}



.btn-outline-dark:hover {

    color: #fff;

    background-color: #343a40;

    border-color: #343a40

}



.btn-outline-dark.focus,

.btn-outline-dark:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);

    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)

}



.btn-outline-dark.disabled,

.btn-outline-dark:disabled {

    color: #343a40;

    background-color: transparent

}



.btn-outline-dark:not(:disabled):not(.disabled).active,

.btn-outline-dark:not(:disabled):not(.disabled):active,

.show>.btn-outline-dark.dropdown-toggle {

    color: #fff;

    background-color: #343a40;

    border-color: #343a40

}



.btn-outline-dark:not(:disabled):not(.disabled).active:focus,

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-dark.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);

    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)

}



.btn-link {

    font-weight: 400;

    color: #007bff;

    background-color: transparent

}



.btn-link:hover {

    color: #0056b3;

    text-decoration: underline;

    background-color: transparent;

    border-color: transparent

}



.btn-link.focus,

.btn-link:focus {

    text-decoration: underline;

    border-color: transparent;

    -webkit-box-shadow: none;

    box-shadow: none

}



.btn-link.disabled,

.btn-link:disabled {

    color: #6c757d;

    pointer-events: none

}



.btn-group-lg>.btn,

.btn-lg,

.wpcf7 .btn-group-lg>input[type=submit] {

    padding: .5rem 1rem;

    font-size: 1.0625rem;

    line-height: 1.5;

    border-radius: .3rem

}



.btn-group-sm>.btn,

.btn-sm,

.wpcf7 .btn-group-sm>input[type=submit] {

    padding: .25rem .5rem;

    font-size: .74375rem;

    line-height: 1.5;

    border-radius: .2rem

}



.btn-block {

    display: block;

    width: 100%

}



.btn-block+.btn-block {

    margin-top: .5rem

}



input[type=button].btn-block,

input[type=reset].btn-block,

input[type=submit].btn-block {

    width: 100%

}



.fade {

    -webkit-transition: opacity .15s linear;

    transition: opacity .15s linear

}



@media screen and (prefers-reduced-motion:reduce) {

    .fade {

        -webkit-transition: none;

        transition: none

    }

}



.fade:not(.show) {

    opacity: 0

}



.collapse:not(.show) {

    display: none

}



.collapsing {

    position: relative;

    height: 0;

    overflow: hidden;

    -webkit-transition: height .35s ease;

    transition: height .35s ease

}



@media screen and (prefers-reduced-motion:reduce) {

    .collapsing {

        -webkit-transition: none;

        transition: none

    }

}



.dropdown,

.dropleft,

.dropright,

.dropup {

    position: relative

}



.dropdown-toggle::after {

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .255em;

    vertical-align: .255em;

    content: "";

    border-top: .3em solid;

    border-right: .3em solid transparent;

    border-bottom: 0;

    border-left: .3em solid transparent

}



.dropdown-toggle:empty::after {

    margin-left: 0

}



.dropdown-menu {

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 1000;

    display: none;

    float: left;

    min-width: 10rem;

    padding: .5rem 0;

    margin: .125rem 0 0;

    font-size: .85rem;

    color: #202020;

    text-align: left;

    list-style: none;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, .15);

    border-radius: .25rem

}


.faq-bloc-1 .dropdown-menu {

    margin: 0;
    padding: 0;

}

.dropdown-menu-right {

    right: 0;

    left: auto

}



.dropup .dropdown-menu {

    top: auto;

    bottom: 100%;

    margin-top: 0;

    margin-bottom: .125rem

}



.dropup .dropdown-toggle::after {

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .255em;

    vertical-align: .255em;

    content: "";

    border-top: 0;

    border-right: .3em solid transparent;

    border-bottom: .3em solid;

    border-left: .3em solid transparent

}



.dropup .dropdown-toggle:empty::after {

    margin-left: 0

}



.dropright .dropdown-menu {

    top: 0;

    right: auto;

    left: 100%;

    margin-top: 0;

    margin-left: .125rem

}



.dropright .dropdown-toggle::after {

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .255em;

    vertical-align: .255em;

    content: "";

    border-top: .3em solid transparent;

    border-right: 0;

    border-bottom: .3em solid transparent;

    border-left: .3em solid

}



.dropright .dropdown-toggle:empty::after {

    margin-left: 0

}



.dropright .dropdown-toggle::after {

    vertical-align: 0

}



.dropleft .dropdown-menu {

    top: 0;

    right: 100%;

    left: auto;

    margin-top: 0;

    margin-right: .125rem

}



.dropleft .dropdown-toggle::after {

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .255em;

    vertical-align: .255em;

    content: ""

}



.dropleft .dropdown-toggle::after {

    display: none

}



.dropleft .dropdown-toggle::before {

    display: inline-block;

    width: 0;

    height: 0;

    margin-right: .255em;

    vertical-align: .255em;

    content: "";

    border-top: .3em solid transparent;

    border-right: .3em solid;

    border-bottom: .3em solid transparent

}



.dropleft .dropdown-toggle:empty::after {

    margin-left: 0

}



.dropleft .dropdown-toggle::before {

    vertical-align: 0

}



.dropdown-menu[x-placement^=bottom],

.dropdown-menu[x-placement^=left],

.dropdown-menu[x-placement^=right],

.dropdown-menu[x-placement^=top] {

    right: auto;

    bottom: auto

}



.dropdown-divider {

    height: 0;

    margin: .5rem 0;

    overflow: hidden;

    border-top: 1px solid #e9ecef

}



.dropdown-item {

    display: block;

    width: 100%;

    padding: .25rem 1.5rem;

    clear: both;

    font-weight: 400;

    color: #212529;

    text-align: inherit;

    white-space: nowrap;

    background-color: transparent;

    border: 0

}



.dropdown-item:focus,

.dropdown-item:hover {

    color: #16181b;

    text-decoration: none;

    background-color: #f8f9fa

}



.dropdown-item.active,

.dropdown-item:active {

    color: #fff;

    text-decoration: none;

    background-color: #007bff

}



.dropdown-item.disabled,

.dropdown-item:disabled {

    color: #6c757d;

    background-color: transparent

}



.dropdown-menu.show {

    display: block

}



.dropdown-header {

    display: block;

    padding: .5rem 1.5rem;

    margin-bottom: 0;

    font-size: .74375rem;

    color: #6c757d;

    white-space: nowrap

}



.dropdown-item-text {

    display: block;

    padding: .25rem 1.5rem;

    color: #212529

}



.btn-group,

.btn-group-vertical {

    position: relative;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    vertical-align: middle

}



.btn-group-vertical>.btn,

.btn-group>.btn,

.wpcf7 .btn-group-vertical>input[type=submit],

.wpcf7 .btn-group>input[type=submit] {

    position: relative;

    -webkit-box-flex: 0;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto

}



.btn-group-vertical>.btn:hover,

.btn-group>.btn:hover,

.wpcf7 .btn-group-vertical>input:hover[type=submit],

.wpcf7 .btn-group>input:hover[type=submit] {

    z-index: 1

}



.btn-group-vertical>.btn.active,

.btn-group-vertical>.btn:active,

.btn-group-vertical>.btn:focus,

.btn-group>.btn.active,

.btn-group>.btn:active,

.btn-group>.btn:focus,

.wpcf7 .btn-group-vertical>input.active[type=submit],

.wpcf7 .btn-group-vertical>input:active[type=submit],

.wpcf7 .btn-group-vertical>input:focus[type=submit],

.wpcf7 .btn-group>input.active[type=submit],

.wpcf7 .btn-group>input:active[type=submit],

.wpcf7 .btn-group>input:focus[type=submit] {

    z-index: 1

}



.btn-group .btn+.btn,

.btn-group .btn+.btn-group,

.btn-group .btn-group+.btn,

.btn-group .btn-group+.btn-group,

.btn-group .wpcf7 .btn+input[type=submit],

.btn-group .wpcf7 .btn-group+input[type=submit],

.btn-group .wpcf7 input[type=submit]+.btn,

.btn-group .wpcf7 input[type=submit]+.btn-group,

.btn-group .wpcf7 input[type=submit]+input[type=submit],

.btn-group-vertical .btn+.btn,

.btn-group-vertical .btn+.btn-group,

.btn-group-vertical .btn-group+.btn,

.btn-group-vertical .btn-group+.btn-group,

.btn-group-vertical .wpcf7 .btn+input[type=submit],

.btn-group-vertical .wpcf7 .btn-group+input[type=submit],

.btn-group-vertical .wpcf7 input[type=submit]+.btn,

.btn-group-vertical .wpcf7 input[type=submit]+.btn-group,

.btn-group-vertical .wpcf7 input[type=submit]+input[type=submit],

.wpcf7 .btn-group .btn+input[type=submit],

.wpcf7 .btn-group .btn-group+input[type=submit],

.wpcf7 .btn-group input[type=submit]+.btn,

.wpcf7 .btn-group input[type=submit]+.btn-group,

.wpcf7 .btn-group input[type=submit]+input[type=submit],

.wpcf7 .btn-group-vertical .btn+input[type=submit],

.wpcf7 .btn-group-vertical .btn-group+input[type=submit],

.wpcf7 .btn-group-vertical input[type=submit]+.btn,

.wpcf7 .btn-group-vertical input[type=submit]+.btn-group,

.wpcf7 .btn-group-vertical input[type=submit]+input[type=submit] {

    margin-left: -1px

}



.btn-toolbar {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start

}



.btn-toolbar .input-group {

    width: auto

}



.btn-group>.btn:first-child,

.wpcf7 .btn-group>input:first-child[type=submit] {

    margin-left: 0

}



.btn-group>.btn-group:not(:last-child)>.btn,

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),

.wpcf7 .btn-group>.btn-group:not(:last-child)>input[type=submit],

.wpcf7 .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit] {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0

}



.btn-group>.btn-group:not(:first-child)>.btn,

.btn-group>.btn:not(:first-child),

.wpcf7 .btn-group>.btn-group:not(:first-child)>input[type=submit],

.wpcf7 .btn-group>input:not(:first-child)[type=submit] {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0

}



.dropdown-toggle-split {

    padding-right: .5625rem;

    padding-left: .5625rem

}



.dropdown-toggle-split::after,

.dropright .dropdown-toggle-split::after,

.dropup .dropdown-toggle-split::after {

    margin-left: 0

}



.dropleft .dropdown-toggle-split::before {

    margin-right: 0

}



.btn-group-sm>.btn+.dropdown-toggle-split,

.btn-sm+.dropdown-toggle-split,

.wpcf7 .btn-group-sm>input[type=submit]+.dropdown-toggle-split {

    padding-right: .375rem;

    padding-left: .375rem

}



.btn-group-lg>.btn+.dropdown-toggle-split,

.btn-lg+.dropdown-toggle-split,

.wpcf7 .btn-group-lg>input[type=submit]+.dropdown-toggle-split {

    padding-right: .75rem;

    padding-left: .75rem

}



.btn-group-vertical {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center

}



.btn-group-vertical .btn,

.btn-group-vertical .btn-group,

.btn-group-vertical .wpcf7 input[type=submit],

.wpcf7 .btn-group-vertical input[type=submit] {

    width: 100%

}



.btn-group-vertical>.btn+.btn,

.btn-group-vertical>.btn+.btn-group,

.btn-group-vertical>.btn-group+.btn,

.btn-group-vertical>.btn-group+.btn-group,

.wpcf7 .btn-group-vertical>.btn+input[type=submit],

.wpcf7 .btn-group-vertical>.btn-group+input[type=submit],

.wpcf7 .btn-group-vertical>input[type=submit]+.btn,

.wpcf7 .btn-group-vertical>input[type=submit]+.btn-group,

.wpcf7 .btn-group-vertical>input[type=submit]+input[type=submit] {

    margin-top: -1px;

    margin-left: 0

}



.btn-group-vertical>.btn-group:not(:last-child)>.btn,

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),

.wpcf7 .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],

.wpcf7 .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit] {

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0

}



.btn-group-vertical>.btn-group:not(:first-child)>.btn,

.btn-group-vertical>.btn:not(:first-child),

.wpcf7 .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],

.wpcf7 .btn-group-vertical>input:not(:first-child)[type=submit] {

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



.btn-group-toggle>.btn,

.btn-group-toggle>.btn-group>.btn,

.wpcf7 .btn-group-toggle>.btn-group>input[type=submit],

.wpcf7 .btn-group-toggle>input[type=submit] {

    margin-bottom: 0

}



.btn-group-toggle>.btn input[type=checkbox],

.btn-group-toggle>.btn input[type=radio],

.btn-group-toggle>.btn-group>.btn input[type=checkbox],

.btn-group-toggle>.btn-group>.btn input[type=radio],

.wpcf7 .btn-group-toggle>.btn-group>input[type=submit] input[type=checkbox],

.wpcf7 .btn-group-toggle>.btn-group>input[type=submit] input[type=radio],

.wpcf7 .btn-group-toggle>input[type=submit] input[type=checkbox],

.wpcf7 .btn-group-toggle>input[type=submit] input[type=radio] {

    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none

}



.input-group {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: stretch;

    -ms-flex-align: stretch;

    align-items: stretch;

    width: 100%

}



.input-group>.custom-file,

.input-group>.custom-select,

.input-group>.form-control,

.wpcf7 .input-group>.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=color],

.wpcf7 .input-group>input[type=date],

.wpcf7 .input-group>input[type=datetime-local],

.wpcf7 .input-group>input[type=datetime],

.wpcf7 .input-group>input[type=email],

.wpcf7 .input-group>input[type=file],

.wpcf7 .input-group>input[type=month],

.wpcf7 .input-group>input[type=number],

.wpcf7 .input-group>input[type=range],

.wpcf7 .input-group>input[type=search],

.wpcf7 .input-group>input[type=submit],

.wpcf7 .input-group>input[type=tel],

.wpcf7 .input-group>input[type=text],

.wpcf7 .input-group>input[type=time],

.wpcf7 .input-group>input[type=url],

.wpcf7 .input-group>input[type=week],

.wpcf7 .input-group>select,

.wpcf7 .input-group>textarea {

    position: relative;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    width: 1%;

    margin-bottom: 0

}



.input-group>.custom-file+.custom-file,

.input-group>.custom-file+.custom-select,

.input-group>.custom-file+.form-control,

.input-group>.custom-select+.custom-file,

.input-group>.custom-select+.custom-select,

.input-group>.custom-select+.form-control,

.input-group>.form-control+.custom-file,

.input-group>.form-control+.custom-select,

.input-group>.form-control+.form-control,

.wpcf7 .input-group>.custom-file+.wpcf7-validation-errors,

.wpcf7 .input-group>.custom-file+input[type=color],

.wpcf7 .input-group>.custom-file+input[type=date],

.wpcf7 .input-group>.custom-file+input[type=datetime-local],

.wpcf7 .input-group>.custom-file+input[type=datetime],

.wpcf7 .input-group>.custom-file+input[type=email],

.wpcf7 .input-group>.custom-file+input[type=file],

.wpcf7 .input-group>.custom-file+input[type=month],

.wpcf7 .input-group>.custom-file+input[type=number],

.wpcf7 .input-group>.custom-file+input[type=range],

.wpcf7 .input-group>.custom-file+input[type=search],

.wpcf7 .input-group>.custom-file+input[type=submit],

.wpcf7 .input-group>.custom-file+input[type=tel],

.wpcf7 .input-group>.custom-file+input[type=text],

.wpcf7 .input-group>.custom-file+input[type=time],

.wpcf7 .input-group>.custom-file+input[type=url],

.wpcf7 .input-group>.custom-file+input[type=week],

.wpcf7 .input-group>.custom-file+select,

.wpcf7 .input-group>.custom-file+textarea,

.wpcf7 .input-group>.custom-select+.wpcf7-validation-errors,

.wpcf7 .input-group>.custom-select+input[type=color],

.wpcf7 .input-group>.custom-select+input[type=date],

.wpcf7 .input-group>.custom-select+input[type=datetime-local],

.wpcf7 .input-group>.custom-select+input[type=datetime],

.wpcf7 .input-group>.custom-select+input[type=email],

.wpcf7 .input-group>.custom-select+input[type=file],

.wpcf7 .input-group>.custom-select+input[type=month],

.wpcf7 .input-group>.custom-select+input[type=number],

.wpcf7 .input-group>.custom-select+input[type=range],

.wpcf7 .input-group>.custom-select+input[type=search],

.wpcf7 .input-group>.custom-select+input[type=submit],

.wpcf7 .input-group>.custom-select+input[type=tel],

.wpcf7 .input-group>.custom-select+input[type=text],

.wpcf7 .input-group>.custom-select+input[type=time],

.wpcf7 .input-group>.custom-select+input[type=url],

.wpcf7 .input-group>.custom-select+input[type=week],

.wpcf7 .input-group>.custom-select+select,

.wpcf7 .input-group>.custom-select+textarea,

.wpcf7 .input-group>.form-control+.wpcf7-validation-errors,

.wpcf7 .input-group>.form-control+input[type=color],

.wpcf7 .input-group>.form-control+input[type=date],

.wpcf7 .input-group>.form-control+input[type=datetime-local],

.wpcf7 .input-group>.form-control+input[type=datetime],

.wpcf7 .input-group>.form-control+input[type=email],

.wpcf7 .input-group>.form-control+input[type=file],

.wpcf7 .input-group>.form-control+input[type=month],

.wpcf7 .input-group>.form-control+input[type=number],

.wpcf7 .input-group>.form-control+input[type=range],

.wpcf7 .input-group>.form-control+input[type=search],

.wpcf7 .input-group>.form-control+input[type=submit],

.wpcf7 .input-group>.form-control+input[type=tel],

.wpcf7 .input-group>.form-control+input[type=text],

.wpcf7 .input-group>.form-control+input[type=time],

.wpcf7 .input-group>.form-control+input[type=url],

.wpcf7 .input-group>.form-control+input[type=week],

.wpcf7 .input-group>.form-control+select,

.wpcf7 .input-group>.form-control+textarea,

.wpcf7 .input-group>.wpcf7-validation-errors+.custom-file,

.wpcf7 .input-group>.wpcf7-validation-errors+.custom-select,

.wpcf7 .input-group>.wpcf7-validation-errors+.form-control,

.wpcf7 .input-group>.wpcf7-validation-errors+.wpcf7-validation-errors,

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=color],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=date],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=datetime-local],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=datetime],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=email],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=file],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=month],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=number],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=range],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=search],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=submit],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=tel],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=text],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=time],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=url],

.wpcf7 .input-group>.wpcf7-validation-errors+input[type=week],

.wpcf7 .input-group>.wpcf7-validation-errors+select,

.wpcf7 .input-group>.wpcf7-validation-errors+textarea,

.wpcf7 .input-group>input[type=color]+.custom-file,

.wpcf7 .input-group>input[type=color]+.custom-select,

.wpcf7 .input-group>input[type=color]+.form-control,

.wpcf7 .input-group>input[type=color]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=color]+input[type=color],

.wpcf7 .input-group>input[type=color]+input[type=date],

.wpcf7 .input-group>input[type=color]+input[type=datetime-local],

.wpcf7 .input-group>input[type=color]+input[type=datetime],

.wpcf7 .input-group>input[type=color]+input[type=email],

.wpcf7 .input-group>input[type=color]+input[type=file],

.wpcf7 .input-group>input[type=color]+input[type=month],

.wpcf7 .input-group>input[type=color]+input[type=number],

.wpcf7 .input-group>input[type=color]+input[type=range],

.wpcf7 .input-group>input[type=color]+input[type=search],

.wpcf7 .input-group>input[type=color]+input[type=submit],

.wpcf7 .input-group>input[type=color]+input[type=tel],

.wpcf7 .input-group>input[type=color]+input[type=text],

.wpcf7 .input-group>input[type=color]+input[type=time],

.wpcf7 .input-group>input[type=color]+input[type=url],

.wpcf7 .input-group>input[type=color]+input[type=week],

.wpcf7 .input-group>input[type=color]+select,

.wpcf7 .input-group>input[type=color]+textarea,

.wpcf7 .input-group>input[type=date]+.custom-file,

.wpcf7 .input-group>input[type=date]+.custom-select,

.wpcf7 .input-group>input[type=date]+.form-control,

.wpcf7 .input-group>input[type=date]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=date]+input[type=color],

.wpcf7 .input-group>input[type=date]+input[type=date],

.wpcf7 .input-group>input[type=date]+input[type=datetime-local],

.wpcf7 .input-group>input[type=date]+input[type=datetime],

.wpcf7 .input-group>input[type=date]+input[type=email],

.wpcf7 .input-group>input[type=date]+input[type=file],

.wpcf7 .input-group>input[type=date]+input[type=month],

.wpcf7 .input-group>input[type=date]+input[type=number],

.wpcf7 .input-group>input[type=date]+input[type=range],

.wpcf7 .input-group>input[type=date]+input[type=search],

.wpcf7 .input-group>input[type=date]+input[type=submit],

.wpcf7 .input-group>input[type=date]+input[type=tel],

.wpcf7 .input-group>input[type=date]+input[type=text],

.wpcf7 .input-group>input[type=date]+input[type=time],

.wpcf7 .input-group>input[type=date]+input[type=url],

.wpcf7 .input-group>input[type=date]+input[type=week],

.wpcf7 .input-group>input[type=date]+select,

.wpcf7 .input-group>input[type=date]+textarea,

.wpcf7 .input-group>input[type=datetime-local]+.custom-file,

.wpcf7 .input-group>input[type=datetime-local]+.custom-select,

.wpcf7 .input-group>input[type=datetime-local]+.form-control,

.wpcf7 .input-group>input[type=datetime-local]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=datetime-local]+input[type=color],

.wpcf7 .input-group>input[type=datetime-local]+input[type=date],

.wpcf7 .input-group>input[type=datetime-local]+input[type=datetime-local],

.wpcf7 .input-group>input[type=datetime-local]+input[type=datetime],

.wpcf7 .input-group>input[type=datetime-local]+input[type=email],

.wpcf7 .input-group>input[type=datetime-local]+input[type=file],

.wpcf7 .input-group>input[type=datetime-local]+input[type=month],

.wpcf7 .input-group>input[type=datetime-local]+input[type=number],

.wpcf7 .input-group>input[type=datetime-local]+input[type=range],

.wpcf7 .input-group>input[type=datetime-local]+input[type=search],

.wpcf7 .input-group>input[type=datetime-local]+input[type=submit],

.wpcf7 .input-group>input[type=datetime-local]+input[type=tel],

.wpcf7 .input-group>input[type=datetime-local]+input[type=text],

.wpcf7 .input-group>input[type=datetime-local]+input[type=time],

.wpcf7 .input-group>input[type=datetime-local]+input[type=url],

.wpcf7 .input-group>input[type=datetime-local]+input[type=week],

.wpcf7 .input-group>input[type=datetime-local]+select,

.wpcf7 .input-group>input[type=datetime-local]+textarea,

.wpcf7 .input-group>input[type=datetime]+.custom-file,

.wpcf7 .input-group>input[type=datetime]+.custom-select,

.wpcf7 .input-group>input[type=datetime]+.form-control,

.wpcf7 .input-group>input[type=datetime]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=datetime]+input[type=color],

.wpcf7 .input-group>input[type=datetime]+input[type=date],

.wpcf7 .input-group>input[type=datetime]+input[type=datetime-local],

.wpcf7 .input-group>input[type=datetime]+input[type=datetime],

.wpcf7 .input-group>input[type=datetime]+input[type=email],

.wpcf7 .input-group>input[type=datetime]+input[type=file],

.wpcf7 .input-group>input[type=datetime]+input[type=month],

.wpcf7 .input-group>input[type=datetime]+input[type=number],

.wpcf7 .input-group>input[type=datetime]+input[type=range],

.wpcf7 .input-group>input[type=datetime]+input[type=search],

.wpcf7 .input-group>input[type=datetime]+input[type=submit],

.wpcf7 .input-group>input[type=datetime]+input[type=tel],

.wpcf7 .input-group>input[type=datetime]+input[type=text],

.wpcf7 .input-group>input[type=datetime]+input[type=time],

.wpcf7 .input-group>input[type=datetime]+input[type=url],

.wpcf7 .input-group>input[type=datetime]+input[type=week],

.wpcf7 .input-group>input[type=datetime]+select,

.wpcf7 .input-group>input[type=datetime]+textarea,

.wpcf7 .input-group>input[type=email]+.custom-file,

.wpcf7 .input-group>input[type=email]+.custom-select,

.wpcf7 .input-group>input[type=email]+.form-control,

.wpcf7 .input-group>input[type=email]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=email]+input[type=color],

.wpcf7 .input-group>input[type=email]+input[type=date],

.wpcf7 .input-group>input[type=email]+input[type=datetime-local],

.wpcf7 .input-group>input[type=email]+input[type=datetime],

.wpcf7 .input-group>input[type=email]+input[type=email],

.wpcf7 .input-group>input[type=email]+input[type=file],

.wpcf7 .input-group>input[type=email]+input[type=month],

.wpcf7 .input-group>input[type=email]+input[type=number],

.wpcf7 .input-group>input[type=email]+input[type=range],

.wpcf7 .input-group>input[type=email]+input[type=search],

.wpcf7 .input-group>input[type=email]+input[type=submit],

.wpcf7 .input-group>input[type=email]+input[type=tel],

.wpcf7 .input-group>input[type=email]+input[type=text],

.wpcf7 .input-group>input[type=email]+input[type=time],

.wpcf7 .input-group>input[type=email]+input[type=url],

.wpcf7 .input-group>input[type=email]+input[type=week],

.wpcf7 .input-group>input[type=email]+select,

.wpcf7 .input-group>input[type=email]+textarea,

.wpcf7 .input-group>input[type=file]+.custom-file,

.wpcf7 .input-group>input[type=file]+.custom-select,

.wpcf7 .input-group>input[type=file]+.form-control,

.wpcf7 .input-group>input[type=file]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=file]+input[type=color],

.wpcf7 .input-group>input[type=file]+input[type=date],

.wpcf7 .input-group>input[type=file]+input[type=datetime-local],

.wpcf7 .input-group>input[type=file]+input[type=datetime],

.wpcf7 .input-group>input[type=file]+input[type=email],

.wpcf7 .input-group>input[type=file]+input[type=file],

.wpcf7 .input-group>input[type=file]+input[type=month],

.wpcf7 .input-group>input[type=file]+input[type=number],

.wpcf7 .input-group>input[type=file]+input[type=range],

.wpcf7 .input-group>input[type=file]+input[type=search],

.wpcf7 .input-group>input[type=file]+input[type=submit],

.wpcf7 .input-group>input[type=file]+input[type=tel],

.wpcf7 .input-group>input[type=file]+input[type=text],

.wpcf7 .input-group>input[type=file]+input[type=time],

.wpcf7 .input-group>input[type=file]+input[type=url],

.wpcf7 .input-group>input[type=file]+input[type=week],

.wpcf7 .input-group>input[type=file]+select,

.wpcf7 .input-group>input[type=file]+textarea,

.wpcf7 .input-group>input[type=month]+.custom-file,

.wpcf7 .input-group>input[type=month]+.custom-select,

.wpcf7 .input-group>input[type=month]+.form-control,

.wpcf7 .input-group>input[type=month]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=month]+input[type=color],

.wpcf7 .input-group>input[type=month]+input[type=date],

.wpcf7 .input-group>input[type=month]+input[type=datetime-local],

.wpcf7 .input-group>input[type=month]+input[type=datetime],

.wpcf7 .input-group>input[type=month]+input[type=email],

.wpcf7 .input-group>input[type=month]+input[type=file],

.wpcf7 .input-group>input[type=month]+input[type=month],

.wpcf7 .input-group>input[type=month]+input[type=number],

.wpcf7 .input-group>input[type=month]+input[type=range],

.wpcf7 .input-group>input[type=month]+input[type=search],

.wpcf7 .input-group>input[type=month]+input[type=submit],

.wpcf7 .input-group>input[type=month]+input[type=tel],

.wpcf7 .input-group>input[type=month]+input[type=text],

.wpcf7 .input-group>input[type=month]+input[type=time],

.wpcf7 .input-group>input[type=month]+input[type=url],

.wpcf7 .input-group>input[type=month]+input[type=week],

.wpcf7 .input-group>input[type=month]+select,

.wpcf7 .input-group>input[type=month]+textarea,

.wpcf7 .input-group>input[type=number]+.custom-file,

.wpcf7 .input-group>input[type=number]+.custom-select,

.wpcf7 .input-group>input[type=number]+.form-control,

.wpcf7 .input-group>input[type=number]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=number]+input[type=color],

.wpcf7 .input-group>input[type=number]+input[type=date],

.wpcf7 .input-group>input[type=number]+input[type=datetime-local],

.wpcf7 .input-group>input[type=number]+input[type=datetime],

.wpcf7 .input-group>input[type=number]+input[type=email],

.wpcf7 .input-group>input[type=number]+input[type=file],

.wpcf7 .input-group>input[type=number]+input[type=month],

.wpcf7 .input-group>input[type=number]+input[type=number],

.wpcf7 .input-group>input[type=number]+input[type=range],

.wpcf7 .input-group>input[type=number]+input[type=search],

.wpcf7 .input-group>input[type=number]+input[type=submit],

.wpcf7 .input-group>input[type=number]+input[type=tel],

.wpcf7 .input-group>input[type=number]+input[type=text],

.wpcf7 .input-group>input[type=number]+input[type=time],

.wpcf7 .input-group>input[type=number]+input[type=url],

.wpcf7 .input-group>input[type=number]+input[type=week],

.wpcf7 .input-group>input[type=number]+select,

.wpcf7 .input-group>input[type=number]+textarea,

.wpcf7 .input-group>input[type=range]+.custom-file,

.wpcf7 .input-group>input[type=range]+.custom-select,

.wpcf7 .input-group>input[type=range]+.form-control,

.wpcf7 .input-group>input[type=range]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=range]+input[type=color],

.wpcf7 .input-group>input[type=range]+input[type=date],

.wpcf7 .input-group>input[type=range]+input[type=datetime-local],

.wpcf7 .input-group>input[type=range]+input[type=datetime],

.wpcf7 .input-group>input[type=range]+input[type=email],

.wpcf7 .input-group>input[type=range]+input[type=file],

.wpcf7 .input-group>input[type=range]+input[type=month],

.wpcf7 .input-group>input[type=range]+input[type=number],

.wpcf7 .input-group>input[type=range]+input[type=range],

.wpcf7 .input-group>input[type=range]+input[type=search],

.wpcf7 .input-group>input[type=range]+input[type=submit],

.wpcf7 .input-group>input[type=range]+input[type=tel],

.wpcf7 .input-group>input[type=range]+input[type=text],

.wpcf7 .input-group>input[type=range]+input[type=time],

.wpcf7 .input-group>input[type=range]+input[type=url],

.wpcf7 .input-group>input[type=range]+input[type=week],

.wpcf7 .input-group>input[type=range]+select,

.wpcf7 .input-group>input[type=range]+textarea,

.wpcf7 .input-group>input[type=search]+.custom-file,

.wpcf7 .input-group>input[type=search]+.custom-select,

.wpcf7 .input-group>input[type=search]+.form-control,

.wpcf7 .input-group>input[type=search]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=search]+input[type=color],

.wpcf7 .input-group>input[type=search]+input[type=date],

.wpcf7 .input-group>input[type=search]+input[type=datetime-local],

.wpcf7 .input-group>input[type=search]+input[type=datetime],

.wpcf7 .input-group>input[type=search]+input[type=email],

.wpcf7 .input-group>input[type=search]+input[type=file],

.wpcf7 .input-group>input[type=search]+input[type=month],

.wpcf7 .input-group>input[type=search]+input[type=number],

.wpcf7 .input-group>input[type=search]+input[type=range],

.wpcf7 .input-group>input[type=search]+input[type=search],

.wpcf7 .input-group>input[type=search]+input[type=submit],

.wpcf7 .input-group>input[type=search]+input[type=tel],

.wpcf7 .input-group>input[type=search]+input[type=text],

.wpcf7 .input-group>input[type=search]+input[type=time],

.wpcf7 .input-group>input[type=search]+input[type=url],

.wpcf7 .input-group>input[type=search]+input[type=week],

.wpcf7 .input-group>input[type=search]+select,

.wpcf7 .input-group>input[type=search]+textarea,

.wpcf7 .input-group>input[type=submit]+.custom-file,

.wpcf7 .input-group>input[type=submit]+.custom-select,

.wpcf7 .input-group>input[type=submit]+.form-control,

.wpcf7 .input-group>input[type=submit]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=submit]+input[type=color],

.wpcf7 .input-group>input[type=submit]+input[type=date],

.wpcf7 .input-group>input[type=submit]+input[type=datetime-local],

.wpcf7 .input-group>input[type=submit]+input[type=datetime],

.wpcf7 .input-group>input[type=submit]+input[type=email],

.wpcf7 .input-group>input[type=submit]+input[type=file],

.wpcf7 .input-group>input[type=submit]+input[type=month],

.wpcf7 .input-group>input[type=submit]+input[type=number],

.wpcf7 .input-group>input[type=submit]+input[type=range],

.wpcf7 .input-group>input[type=submit]+input[type=search],

.wpcf7 .input-group>input[type=submit]+input[type=submit],

.wpcf7 .input-group>input[type=submit]+input[type=tel],

.wpcf7 .input-group>input[type=submit]+input[type=text],

.wpcf7 .input-group>input[type=submit]+input[type=time],

.wpcf7 .input-group>input[type=submit]+input[type=url],

.wpcf7 .input-group>input[type=submit]+input[type=week],

.wpcf7 .input-group>input[type=submit]+select,

.wpcf7 .input-group>input[type=submit]+textarea,

.wpcf7 .input-group>input[type=tel]+.custom-file,

.wpcf7 .input-group>input[type=tel]+.custom-select,

.wpcf7 .input-group>input[type=tel]+.form-control,

.wpcf7 .input-group>input[type=tel]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=tel]+input[type=color],

.wpcf7 .input-group>input[type=tel]+input[type=date],

.wpcf7 .input-group>input[type=tel]+input[type=datetime-local],

.wpcf7 .input-group>input[type=tel]+input[type=datetime],

.wpcf7 .input-group>input[type=tel]+input[type=email],

.wpcf7 .input-group>input[type=tel]+input[type=file],

.wpcf7 .input-group>input[type=tel]+input[type=month],

.wpcf7 .input-group>input[type=tel]+input[type=number],

.wpcf7 .input-group>input[type=tel]+input[type=range],

.wpcf7 .input-group>input[type=tel]+input[type=search],

.wpcf7 .input-group>input[type=tel]+input[type=submit],

.wpcf7 .input-group>input[type=tel]+input[type=tel],

.wpcf7 .input-group>input[type=tel]+input[type=text],

.wpcf7 .input-group>input[type=tel]+input[type=time],

.wpcf7 .input-group>input[type=tel]+input[type=url],

.wpcf7 .input-group>input[type=tel]+input[type=week],

.wpcf7 .input-group>input[type=tel]+select,

.wpcf7 .input-group>input[type=tel]+textarea,

.wpcf7 .input-group>input[type=text]+.custom-file,

.wpcf7 .input-group>input[type=text]+.custom-select,

.wpcf7 .input-group>input[type=text]+.form-control,

.wpcf7 .input-group>input[type=text]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=text]+input[type=color],

.wpcf7 .input-group>input[type=text]+input[type=date],

.wpcf7 .input-group>input[type=text]+input[type=datetime-local],

.wpcf7 .input-group>input[type=text]+input[type=datetime],

.wpcf7 .input-group>input[type=text]+input[type=email],

.wpcf7 .input-group>input[type=text]+input[type=file],

.wpcf7 .input-group>input[type=text]+input[type=month],

.wpcf7 .input-group>input[type=text]+input[type=number],

.wpcf7 .input-group>input[type=text]+input[type=range],

.wpcf7 .input-group>input[type=text]+input[type=search],

.wpcf7 .input-group>input[type=text]+input[type=submit],

.wpcf7 .input-group>input[type=text]+input[type=tel],

.wpcf7 .input-group>input[type=text]+input[type=text],

.wpcf7 .input-group>input[type=text]+input[type=time],

.wpcf7 .input-group>input[type=text]+input[type=url],

.wpcf7 .input-group>input[type=text]+input[type=week],

.wpcf7 .input-group>input[type=text]+select,

.wpcf7 .input-group>input[type=text]+textarea,

.wpcf7 .input-group>input[type=time]+.custom-file,

.wpcf7 .input-group>input[type=time]+.custom-select,

.wpcf7 .input-group>input[type=time]+.form-control,

.wpcf7 .input-group>input[type=time]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=time]+input[type=color],

.wpcf7 .input-group>input[type=time]+input[type=date],

.wpcf7 .input-group>input[type=time]+input[type=datetime-local],

.wpcf7 .input-group>input[type=time]+input[type=datetime],

.wpcf7 .input-group>input[type=time]+input[type=email],

.wpcf7 .input-group>input[type=time]+input[type=file],

.wpcf7 .input-group>input[type=time]+input[type=month],

.wpcf7 .input-group>input[type=time]+input[type=number],

.wpcf7 .input-group>input[type=time]+input[type=range],

.wpcf7 .input-group>input[type=time]+input[type=search],

.wpcf7 .input-group>input[type=time]+input[type=submit],

.wpcf7 .input-group>input[type=time]+input[type=tel],

.wpcf7 .input-group>input[type=time]+input[type=text],

.wpcf7 .input-group>input[type=time]+input[type=time],

.wpcf7 .input-group>input[type=time]+input[type=url],

.wpcf7 .input-group>input[type=time]+input[type=week],

.wpcf7 .input-group>input[type=time]+select,

.wpcf7 .input-group>input[type=time]+textarea,

.wpcf7 .input-group>input[type=url]+.custom-file,

.wpcf7 .input-group>input[type=url]+.custom-select,

.wpcf7 .input-group>input[type=url]+.form-control,

.wpcf7 .input-group>input[type=url]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=url]+input[type=color],

.wpcf7 .input-group>input[type=url]+input[type=date],

.wpcf7 .input-group>input[type=url]+input[type=datetime-local],

.wpcf7 .input-group>input[type=url]+input[type=datetime],

.wpcf7 .input-group>input[type=url]+input[type=email],

.wpcf7 .input-group>input[type=url]+input[type=file],

.wpcf7 .input-group>input[type=url]+input[type=month],

.wpcf7 .input-group>input[type=url]+input[type=number],

.wpcf7 .input-group>input[type=url]+input[type=range],

.wpcf7 .input-group>input[type=url]+input[type=search],

.wpcf7 .input-group>input[type=url]+input[type=submit],

.wpcf7 .input-group>input[type=url]+input[type=tel],

.wpcf7 .input-group>input[type=url]+input[type=text],

.wpcf7 .input-group>input[type=url]+input[type=time],

.wpcf7 .input-group>input[type=url]+input[type=url],

.wpcf7 .input-group>input[type=url]+input[type=week],

.wpcf7 .input-group>input[type=url]+select,

.wpcf7 .input-group>input[type=url]+textarea,

.wpcf7 .input-group>input[type=week]+.custom-file,

.wpcf7 .input-group>input[type=week]+.custom-select,

.wpcf7 .input-group>input[type=week]+.form-control,

.wpcf7 .input-group>input[type=week]+.wpcf7-validation-errors,

.wpcf7 .input-group>input[type=week]+input[type=color],

.wpcf7 .input-group>input[type=week]+input[type=date],

.wpcf7 .input-group>input[type=week]+input[type=datetime-local],

.wpcf7 .input-group>input[type=week]+input[type=datetime],

.wpcf7 .input-group>input[type=week]+input[type=email],

.wpcf7 .input-group>input[type=week]+input[type=file],

.wpcf7 .input-group>input[type=week]+input[type=month],

.wpcf7 .input-group>input[type=week]+input[type=number],

.wpcf7 .input-group>input[type=week]+input[type=range],

.wpcf7 .input-group>input[type=week]+input[type=search],

.wpcf7 .input-group>input[type=week]+input[type=submit],

.wpcf7 .input-group>input[type=week]+input[type=tel],

.wpcf7 .input-group>input[type=week]+input[type=text],

.wpcf7 .input-group>input[type=week]+input[type=time],

.wpcf7 .input-group>input[type=week]+input[type=url],

.wpcf7 .input-group>input[type=week]+input[type=week],

.wpcf7 .input-group>input[type=week]+select,

.wpcf7 .input-group>input[type=week]+textarea,

.wpcf7 .input-group>select+.custom-file,

.wpcf7 .input-group>select+.custom-select,

.wpcf7 .input-group>select+.form-control,

.wpcf7 .input-group>select+.wpcf7-validation-errors,

.wpcf7 .input-group>select+input[type=color],

.wpcf7 .input-group>select+input[type=date],

.wpcf7 .input-group>select+input[type=datetime-local],

.wpcf7 .input-group>select+input[type=datetime],

.wpcf7 .input-group>select+input[type=email],

.wpcf7 .input-group>select+input[type=file],

.wpcf7 .input-group>select+input[type=month],

.wpcf7 .input-group>select+input[type=number],

.wpcf7 .input-group>select+input[type=range],

.wpcf7 .input-group>select+input[type=search],

.wpcf7 .input-group>select+input[type=submit],

.wpcf7 .input-group>select+input[type=tel],

.wpcf7 .input-group>select+input[type=text],

.wpcf7 .input-group>select+input[type=time],

.wpcf7 .input-group>select+input[type=url],

.wpcf7 .input-group>select+input[type=week],

.wpcf7 .input-group>select+select,

.wpcf7 .input-group>select+textarea,

.wpcf7 .input-group>textarea+.custom-file,

.wpcf7 .input-group>textarea+.custom-select,

.wpcf7 .input-group>textarea+.form-control,

.wpcf7 .input-group>textarea+.wpcf7-validation-errors,

.wpcf7 .input-group>textarea+input[type=color],

.wpcf7 .input-group>textarea+input[type=date],

.wpcf7 .input-group>textarea+input[type=datetime-local],

.wpcf7 .input-group>textarea+input[type=datetime],

.wpcf7 .input-group>textarea+input[type=email],

.wpcf7 .input-group>textarea+input[type=file],

.wpcf7 .input-group>textarea+input[type=month],

.wpcf7 .input-group>textarea+input[type=number],

.wpcf7 .input-group>textarea+input[type=range],

.wpcf7 .input-group>textarea+input[type=search],

.wpcf7 .input-group>textarea+input[type=submit],

.wpcf7 .input-group>textarea+input[type=tel],

.wpcf7 .input-group>textarea+input[type=text],

.wpcf7 .input-group>textarea+input[type=time],

.wpcf7 .input-group>textarea+input[type=url],

.wpcf7 .input-group>textarea+input[type=week],

.wpcf7 .input-group>textarea+select,

.wpcf7 .input-group>textarea+textarea {

    margin-left: -1px

}



.input-group>.custom-file .custom-file-input:focus~.custom-file-label,

.input-group>.custom-select:focus,

.input-group>.form-control:focus,

.wpcf7 .input-group>.wpcf7-validation-errors:focus,

.wpcf7 .input-group>input:focus[type=color],

.wpcf7 .input-group>input:focus[type=date],

.wpcf7 .input-group>input:focus[type=datetime-local],

.wpcf7 .input-group>input:focus[type=datetime],

.wpcf7 .input-group>input:focus[type=email],

.wpcf7 .input-group>input:focus[type=file],

.wpcf7 .input-group>input:focus[type=month],

.wpcf7 .input-group>input:focus[type=number],

.wpcf7 .input-group>input:focus[type=range],

.wpcf7 .input-group>input:focus[type=search],

.wpcf7 .input-group>input:focus[type=submit],

.wpcf7 .input-group>input:focus[type=tel],

.wpcf7 .input-group>input:focus[type=text],

.wpcf7 .input-group>input:focus[type=time],

.wpcf7 .input-group>input:focus[type=url],

.wpcf7 .input-group>input:focus[type=week],

.wpcf7 .input-group>select:focus,

.wpcf7 .input-group>textarea:focus {

    z-index: 3

}



.input-group>.custom-select:not(:last-child),

.input-group>.form-control:not(:last-child),

.wpcf7 .input-group>.wpcf7-validation-errors:not(:last-child),

.wpcf7 .input-group>input:not(:last-child)[type=color],

.wpcf7 .input-group>input:not(:last-child)[type=date],

.wpcf7 .input-group>input:not(:last-child)[type=datetime-local],

.wpcf7 .input-group>input:not(:last-child)[type=datetime],

.wpcf7 .input-group>input:not(:last-child)[type=email],

.wpcf7 .input-group>input:not(:last-child)[type=file],

.wpcf7 .input-group>input:not(:last-child)[type=month],

.wpcf7 .input-group>input:not(:last-child)[type=number],

.wpcf7 .input-group>input:not(:last-child)[type=range],

.wpcf7 .input-group>input:not(:last-child)[type=search],

.wpcf7 .input-group>input:not(:last-child)[type=submit],

.wpcf7 .input-group>input:not(:last-child)[type=tel],

.wpcf7 .input-group>input:not(:last-child)[type=text],

.wpcf7 .input-group>input:not(:last-child)[type=time],

.wpcf7 .input-group>input:not(:last-child)[type=url],

.wpcf7 .input-group>input:not(:last-child)[type=week],

.wpcf7 .input-group>select:not(:last-child),

.wpcf7 .input-group>textarea:not(:last-child) {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0

}



.input-group>.custom-select:not(:first-child),

.input-group>.form-control:not(:first-child),

.wpcf7 .input-group>.wpcf7-validation-errors:not(:first-child),

.wpcf7 .input-group>input:not(:first-child)[type=color],

.wpcf7 .input-group>input:not(:first-child)[type=date],

.wpcf7 .input-group>input:not(:first-child)[type=datetime-local],

.wpcf7 .input-group>input:not(:first-child)[type=datetime],

.wpcf7 .input-group>input:not(:first-child)[type=email],

.wpcf7 .input-group>input:not(:first-child)[type=file],

.wpcf7 .input-group>input:not(:first-child)[type=month],

.wpcf7 .input-group>input:not(:first-child)[type=number],

.wpcf7 .input-group>input:not(:first-child)[type=range],

.wpcf7 .input-group>input:not(:first-child)[type=search],

.wpcf7 .input-group>input:not(:first-child)[type=submit],

.wpcf7 .input-group>input:not(:first-child)[type=tel],

.wpcf7 .input-group>input:not(:first-child)[type=text],

.wpcf7 .input-group>input:not(:first-child)[type=time],

.wpcf7 .input-group>input:not(:first-child)[type=url],

.wpcf7 .input-group>input:not(:first-child)[type=week],

.wpcf7 .input-group>select:not(:first-child),

.wpcf7 .input-group>textarea:not(:first-child) {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0

}



.input-group>.custom-file {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.input-group>.custom-file:not(:last-child) .custom-file-label,

.input-group>.custom-file:not(:last-child) .custom-file-label::after {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0

}



.input-group>.custom-file:not(:first-child) .custom-file-label {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0

}



.input-group-append,

.input-group-prepend {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.input-group-append .btn,

.input-group-append .wpcf7 input[type=submit],

.input-group-prepend .btn,

.input-group-prepend .wpcf7 input[type=submit],

.wpcf7 .input-group-append input[type=submit],

.wpcf7 .input-group-prepend input[type=submit] {

    position: relative;

    z-index: 2

}



.input-group-append .btn+.btn,

.input-group-append .btn+.input-group-text,

.input-group-append .input-group-text+.btn,

.input-group-append .input-group-text+.input-group-text,

.input-group-append .wpcf7 .btn+input[type=submit],

.input-group-append .wpcf7 .input-group-text+input[type=submit],

.input-group-append .wpcf7 input[type=submit]+.btn,

.input-group-append .wpcf7 input[type=submit]+.input-group-text,

.input-group-append .wpcf7 input[type=submit]+input[type=submit],

.input-group-prepend .btn+.btn,

.input-group-prepend .btn+.input-group-text,

.input-group-prepend .input-group-text+.btn,

.input-group-prepend .input-group-text+.input-group-text,

.input-group-prepend .wpcf7 .btn+input[type=submit],

.input-group-prepend .wpcf7 .input-group-text+input[type=submit],

.input-group-prepend .wpcf7 input[type=submit]+.btn,

.input-group-prepend .wpcf7 input[type=submit]+.input-group-text,

.input-group-prepend .wpcf7 input[type=submit]+input[type=submit],

.wpcf7 .input-group-append .btn+input[type=submit],

.wpcf7 .input-group-append .input-group-text+input[type=submit],

.wpcf7 .input-group-append input[type=submit]+.btn,

.wpcf7 .input-group-append input[type=submit]+.input-group-text,

.wpcf7 .input-group-append input[type=submit]+input[type=submit],

.wpcf7 .input-group-prepend .btn+input[type=submit],

.wpcf7 .input-group-prepend .input-group-text+input[type=submit],

.wpcf7 .input-group-prepend input[type=submit]+.btn,

.wpcf7 .input-group-prepend input[type=submit]+.input-group-text,

.wpcf7 .input-group-prepend input[type=submit]+input[type=submit] {

    margin-left: -1px

}



.input-group-prepend {

    margin-right: -1px

}



.input-group-append {

    margin-left: -1px

}



.input-group-text {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: .375rem .75rem;

    margin-bottom: 0;

    font-size: .85rem;

    font-weight: 400;

    line-height: 1.5;

    color: #495057;

    text-align: center;

    white-space: nowrap;

    background-color: #e9ecef;

    border: 1px solid #ced4da;

    border-radius: .25rem

}



.input-group-text input[type=checkbox],

.input-group-text input[type=radio] {

    margin-top: 0

}



.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),

.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),

.input-group>.input-group-append:not(:last-child)>.btn,

.input-group>.input-group-append:not(:last-child)>.input-group-text,

.input-group>.input-group-prepend>.btn,

.input-group>.input-group-prepend>.input-group-text,

.wpcf7 .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type=submit],

.wpcf7 .input-group>.input-group-append:not(:last-child)>input[type=submit],

.wpcf7 .input-group>.input-group-prepend>input[type=submit] {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0

}



.input-group>.input-group-append>.btn,

.input-group>.input-group-append>.input-group-text,

.input-group>.input-group-prepend:first-child>.btn:not(:first-child),

.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),

.input-group>.input-group-prepend:not(:first-child)>.btn,

.input-group>.input-group-prepend:not(:first-child)>.input-group-text,

.wpcf7 .input-group>.input-group-append>input[type=submit],

.wpcf7 .input-group>.input-group-prepend:first-child>input:not(:first-child)[type=submit],

.wpcf7 .input-group>.input-group-prepend:not(:first-child)>input[type=submit] {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0

}



.custom-control {

    position: relative;

    display: block;

    min-height: 1.5rem;

    padding-left: 1.5rem

}



.custom-control-inline {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    margin-right: 1rem

}



.custom-control-input {

    position: absolute;

    z-index: -1;

    opacity: 0

}



.custom-control-input:checked~.custom-control-label::before {

    color: #fff;

    background-color: #007bff

}



.custom-control-input:focus~.custom-control-label::before {

    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);

    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)

}



.custom-control-input:active~.custom-control-label::before {

    color: #fff;

    background-color: #b3d7ff

}



.custom-control-input:disabled~.custom-control-label {

    color: #6c757d

}



.custom-control-input:disabled~.custom-control-label::before {

    background-color: #e9ecef

}



.custom-control-label {

    position: relative;

    margin-bottom: 0

}



.custom-control-label::before {

    position: absolute;

    top: .25rem;

    left: -1.5rem;

    display: block;

    width: 1rem;

    height: 1rem;

    pointer-events: none;

    content: "";

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-color: #dee2e6

}



.custom-control-label::after {

    position: absolute;

    top: .25rem;

    left: -1.5rem;

    display: block;

    width: 1rem;

    height: 1rem;

    content: "";

    background-repeat: no-repeat;

    background-position: center center;

    background-size: 50% 50%

}



.custom-checkbox .custom-control-label::before {

    border-radius: .25rem

}



.custom-checkbox .custom-control-input:checked~.custom-control-label::before {

    background-color: #007bff

}



.custom-checkbox .custom-control-input:checked~.custom-control-label::after {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")

}



.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {

    background-color: #007bff

}



.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")

}



.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {

    background-color: rgba(0, 123, 255, .5)

}



.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {

    background-color: rgba(0, 123, 255, .5)

}



.custom-radio .custom-control-label::before {

    border-radius: 50%

}



.custom-radio .custom-control-input:checked~.custom-control-label::before {

    background-color: #007bff

}



.custom-radio .custom-control-input:checked~.custom-control-label::after {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")

}



.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {

    background-color: rgba(0, 123, 255, .5)

}



.custom-select {

    display: inline-block;

    width: 100%;

    height: calc(2.025rem + 2px);

    padding: .375rem 1.75rem .375rem .75rem;

    line-height: 1.5;

    color: #495057;

    vertical-align: middle;

    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;

    background-size: 8px 10px;

    border: 1px solid #ced4da;

    border-radius: .25rem;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none

}



.custom-select:focus {

    border-color: #80bdff;

    outline: 0;

    -webkit-box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5);

    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)

}



.custom-select:focus::-ms-value {

    color: #495057;

    background-color: #fff

}



.custom-select[multiple],

.custom-select[size]:not([size="1"]) {

    height: auto;

    padding-right: .75rem;

    background-image: none

}



.custom-select:disabled {

    color: #6c757d;

    background-color: #e9ecef

}



.custom-select::-ms-expand {

    opacity: 0

}



.custom-select-sm {

    height: calc(1.61563rem + 2px);

    padding-top: .375rem;

    padding-bottom: .375rem;

    font-size: 75%

}



.custom-select-lg {

    height: calc(2.59375rem + 2px);

    padding-top: .375rem;

    padding-bottom: .375rem;

    font-size: 125%

}



.custom-file {

    position: relative;

    display: inline-block;

    width: 100%;

    height: calc(2.025rem + 2px);

    margin-bottom: 0

}



.custom-file-input {

    position: relative;

    z-index: 2;

    width: 100%;

    height: calc(2.025rem + 2px);

    margin: 0;

    opacity: 0

}



.custom-file-input:focus~.custom-file-label {

    border-color: #80bdff;

    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);

    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)

}



.custom-file-input:focus~.custom-file-label::after {

    border-color: #80bdff

}



.custom-file-input:disabled~.custom-file-label {

    background-color: #e9ecef

}



.custom-file-input:lang(en)~.custom-file-label::after {

    content: "Browse"

}



.custom-file-label {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    z-index: 1;

    height: calc(2.025rem + 2px);

    padding: .375rem .75rem;

    line-height: 1.5;

    color: #495057;

    background-color: #fff;

    border: 1px solid #ced4da;

    border-radius: .25rem

}



.custom-file-label::after {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    z-index: 3;

    display: block;

    height: 2.025rem;

    padding: .375rem .75rem;

    line-height: 1.5;

    color: #495057;

    content: "Browse";

    background-color: #e9ecef;

    border-left: 1px solid #ced4da;

    border-radius: 0 .25rem .25rem 0

}



.custom-range {

    width: 100%;

    padding-left: 0;

    background-color: transparent;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none

}



.custom-range:focus {

    outline: 0

}



.custom-range::-moz-focus-outer {

    border: 0

}



.custom-range::-webkit-slider-thumb {

    width: 1rem;

    height: 1rem;

    margin-top: -.25rem;

    background-color: #007bff;

    border: 0;

    border-radius: 1rem;

    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    -webkit-appearance: none;

    appearance: none

}



@media screen and (prefers-reduced-motion:reduce) {

    .custom-range::-webkit-slider-thumb {

        -webkit-transition: none;

        transition: none

    }

}



.custom-range::-webkit-slider-thumb:focus {

    outline: 0;

    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);

    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)

}



.custom-range::-webkit-slider-thumb:active {

    background-color: #b3d7ff

}



.custom-range::-webkit-slider-runnable-track {

    width: 100%;

    height: .5rem;

    color: transparent;

    cursor: pointer;

    background-color: #dee2e6;

    border-color: transparent;

    border-radius: 1rem

}



.custom-range::-moz-range-thumb {

    width: 1rem;

    height: 1rem;

    background-color: #007bff;

    border: 0;

    border-radius: 1rem;

    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    -moz-appearance: none;

    appearance: none

}



@media screen and (prefers-reduced-motion:reduce) {

    .custom-range::-moz-range-thumb {

        -webkit-transition: none;

        transition: none

    }

}



.custom-range::-moz-range-thumb:focus {

    outline: 0;

    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)

}



.custom-range::-moz-range-thumb:active {

    background-color: #b3d7ff

}



.custom-range::-moz-range-track {

    width: 100%;

    height: .5rem;

    color: transparent;

    cursor: pointer;

    background-color: #dee2e6;

    border-color: transparent;

    border-radius: 1rem

}



.custom-range::-ms-thumb {

    width: 1rem;

    height: 1rem;

    background-color: #007bff;

    border: 0;

    border-radius: 1rem;

    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    appearance: none

}



@media screen and (prefers-reduced-motion:reduce) {

    .custom-range::-ms-thumb {

        -webkit-transition: none;

        transition: none

    }

}



.custom-range::-ms-thumb:focus {

    outline: 0;

    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)

}



.custom-range::-ms-thumb:active {

    background-color: #b3d7ff

}



.custom-range::-ms-track {

    width: 100%;

    height: .5rem;

    color: transparent;

    cursor: pointer;

    background-color: transparent;

    border-color: transparent;

    border-width: .5rem

}



.custom-range::-ms-fill-lower {

    background-color: #dee2e6;

    border-radius: 1rem

}



.custom-range::-ms-fill-upper {

    margin-right: 15px;

    background-color: #dee2e6;

    border-radius: 1rem

}



.custom-control-label::before,

.custom-file-label,

.custom-select {

    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out

}



@media screen and (prefers-reduced-motion:reduce) {



    .custom-control-label::before,

    .custom-file-label,

    .custom-select {

        -webkit-transition: none;

        transition: none

    }

}



.nav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding-left: 0;

    margin-bottom: 0;

    list-style: none

}



.nav-link {

    display: block;

    padding: .5rem 1rem

}



.nav-link:focus,

.nav-link:hover {

    text-decoration: none

}



.nav-link.disabled {

    color: #6c757d

}



.nav-tabs {

    border-bottom: 1px solid #dee2e6

}



.nav-tabs .nav-item {

    margin-bottom: -1px

}



.nav-tabs .nav-link {

    border: 1px solid transparent;

    border-top-left-radius: .25rem;

    border-top-right-radius: .25rem

}



.nav-tabs .nav-link:focus,

.nav-tabs .nav-link:hover {

    border-color: #e9ecef #e9ecef #dee2e6

}



.nav-tabs .nav-link.disabled {

    color: #6c757d;

    background-color: transparent;

    border-color: transparent

}



.nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {

    color: #495057;

    background-color: #fff;

    border-color: #dee2e6 #dee2e6 #fff

}



.nav-tabs .dropdown-menu {

    margin-top: -1px;

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



.nav-pills .nav-link {

    border-radius: .25rem

}



.nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

    color: #fff;

    background-color: #007bff

}



.nav-fill .nav-item {

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    text-align: center

}



.nav-justified .nav-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    text-align: center

}



.tab-content>.tab-pane {

    display: none

}



.tab-content>.active {

    display: block

}



.navbar {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    padding: .5rem 1rem

}



.navbar>.container,

.navbar>.container-fluid {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between

}



.navbar-brand {

    display: inline-block;

    padding-top: .34062rem;

    padding-bottom: .34062rem;

    margin-right: 1rem;

    font-size: 1.0625rem;

    line-height: inherit;

    white-space: nowrap

}



.navbar-brand:focus,

.navbar-brand:hover {

    text-decoration: none

}



.navbar-nav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding-left: 0;

    margin-bottom: 0;

    list-style: none

}



.navbar-nav .nav-link {

    padding-right: 0;

    padding-left: 0

}



.navbar-nav .dropdown-menu {

    position: static;

    float: none

}



.navbar-text {

    display: inline-block;

    padding-top: .5rem;

    padding-bottom: .5rem

}



.navbar-collapse {

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.navbar-toggler {

    padding: .25rem .75rem;

    font-size: 1.0625rem;

    line-height: 1;

    background-color: transparent;

    border: 1px solid transparent;

    border-radius: .25rem

}



.navbar-toggler:focus,

.navbar-toggler:hover {

    text-decoration: none

}



.navbar-toggler:not(:disabled):not(.disabled) {

    cursor: pointer

}



.navbar-toggler-icon {

    display: inline-block;

    width: 1.5em;

    height: 1.5em;

    vertical-align: middle;

    content: "";

    background: no-repeat center center;

    background-size: 100% 100%

}



@media (max-width:575.98px) {



    .navbar-expand-sm>.container,

    .navbar-expand-sm>.container-fluid {

        padding-right: 0;

        padding-left: 0

    }

}



@media (min-width:576px) {

    .navbar-expand-sm {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start

    }



    .navbar-expand-sm .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row

    }



    .navbar-expand-sm .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-sm .navbar-nav .nav-link {

        padding-right: .5rem;

        padding-left: .5rem

    }



    .navbar-expand-sm>.container,

    .navbar-expand-sm>.container-fluid {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap

    }



    .navbar-expand-sm .navbar-collapse {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

        -ms-flex-preferred-size: auto;

        flex-basis: auto

    }



    .navbar-expand-sm .navbar-toggler {

        display: none

    }

}



@media (max-width:767.98px) {



    .navbar-expand-md>.container,

    .navbar-expand-md>.container-fluid {

        padding-right: 0;

        padding-left: 0

    }

}



@media (min-width:768px) {

    .navbar-expand-md {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start

    }



    .navbar-expand-md .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row

    }



    .navbar-expand-md .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-md .navbar-nav .nav-link {

        padding-right: .5rem;

        padding-left: .5rem

    }



    .navbar-expand-md>.container,

    .navbar-expand-md>.container-fluid {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap

    }



    .navbar-expand-md .navbar-collapse {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

        -ms-flex-preferred-size: auto;

        flex-basis: auto

    }



    .navbar-expand-md .navbar-toggler {

        display: none

    }

}



@media (max-width:991.98px) {



    .navbar-expand-lg>.container,

    .navbar-expand-lg>.container-fluid {

        padding-right: 0;

        padding-left: 0

    }

}



@media (min-width:992px) {

    .navbar-expand-lg {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start

    }



    .navbar-expand-lg .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row

    }



    .navbar-expand-lg .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-lg .navbar-nav .nav-link {

        padding-right: .5rem;

        padding-left: .5rem

    }



    .navbar-expand-lg>.container,

    .navbar-expand-lg>.container-fluid {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap

    }



    .navbar-expand-lg .navbar-collapse {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

        -ms-flex-preferred-size: auto;

        flex-basis: auto

    }



    .navbar-expand-lg .navbar-toggler {

        display: none

    }

}



@media (max-width:1199.98px) {



    .navbar-expand-xl>.container,

    .navbar-expand-xl>.container-fluid {

        padding-right: 0;

        padding-left: 0

    }

}



@media (min-width:1200px) {

    .navbar-expand-xl {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start

    }



    .navbar-expand-xl .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row

    }



    .navbar-expand-xl .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-xl .navbar-nav .nav-link {

        padding-right: .5rem;

        padding-left: .5rem

    }



    .navbar-expand-xl>.container,

    .navbar-expand-xl>.container-fluid {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap

    }



    .navbar-expand-xl .navbar-collapse {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

        -ms-flex-preferred-size: auto;

        flex-basis: auto

    }



    .navbar-expand-xl .navbar-toggler {

        display: none

    }

}



.navbar-expand {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row nowrap;

    flex-flow: row nowrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start

}



.navbar-expand>.container,

.navbar-expand>.container-fluid {

    padding-right: 0;

    padding-left: 0

}



.navbar-expand .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row

}



.navbar-expand .navbar-nav .dropdown-menu {

    position: absolute

}



.navbar-expand .navbar-nav .nav-link {

    padding-right: .5rem;

    padding-left: .5rem

}



.navbar-expand>.container,

.navbar-expand>.container-fluid {

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap

}



.navbar-expand .navbar-collapse {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

    flex-basis: auto

}



.navbar-expand .navbar-toggler {

    display: none

}



.navbar-light .navbar-brand {

    color: rgba(0, 0, 0, .9)

}



.navbar-light .navbar-brand:focus,

.navbar-light .navbar-brand:hover {

    color: rgba(0, 0, 0, .9)

}



.navbar-light .navbar-nav .nav-link {

    color: rgba(0, 0, 0, .5)

}



.navbar-light .navbar-nav .nav-link:focus,

.navbar-light .navbar-nav .nav-link:hover {

    color: rgba(0, 0, 0, .7)

}



.navbar-light .navbar-nav .nav-link.disabled {

    color: rgba(0, 0, 0, .3)

}



.navbar-light .navbar-nav .active>.nav-link,

.navbar-light .navbar-nav .nav-link.active,

.navbar-light .navbar-nav .nav-link.show,

.navbar-light .navbar-nav .show>.nav-link {

    color: rgba(0, 0, 0, .9)

}



.navbar-light .navbar-toggler {

    color: rgba(0, 0, 0, .5);

    border-color: rgba(0, 0, 0, .1)

}



.navbar-light .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")

}



.navbar-light .navbar-text {

    color: rgba(0, 0, 0, .5)

}



.navbar-light .navbar-text a {

    color: rgba(0, 0, 0, .9)

}



.navbar-light .navbar-text a:focus,

.navbar-light .navbar-text a:hover {

    color: rgba(0, 0, 0, .9)

}



.navbar-dark .navbar-brand {

    color: #fff

}



.navbar-dark .navbar-brand:focus,

.navbar-dark .navbar-brand:hover {

    color: #fff

}



.navbar-dark .navbar-nav .nav-link {

    color: #fff

}



.navbar-dark .navbar-nav .nav-link:focus,

.navbar-dark .navbar-nav .nav-link:hover {

    color: rgba(255, 255, 255, .8)

}



.navbar-dark .navbar-nav .nav-link.disabled {

    color: rgba(255, 255, 255, .25)

}



.navbar-dark .navbar-nav .active>.nav-link,

.navbar-dark .navbar-nav .nav-link.active,

.navbar-dark .navbar-nav .nav-link.show,

.navbar-dark .navbar-nav .show>.nav-link {

    color: #fff

}



.navbar-dark .navbar-toggler {

    color: #fff;

    border-color: rgba(255, 255, 255, .1)

}



.navbar-dark .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")

}



.navbar-dark .navbar-text {

    color: #fff

}



.navbar-dark .navbar-text a {

    color: #fff

}



.navbar-dark .navbar-text a:focus,

.navbar-dark .navbar-text a:hover {

    color: #fff

}



.card {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

}



.card>hr {

    margin-right: 0;

    margin-left: 0

}



.card>.list-group:first-child .list-group-item:first-child {

    border-top-left-radius: .25rem;

    border-top-right-radius: .25rem

}



.card>.list-group:last-child .list-group-item:last-child {

    border-bottom-right-radius: .25rem;

    border-bottom-left-radius: .25rem

}



.card-body {

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    padding: 1.25rem

}



.card-title {

    margin-bottom: .75rem

}



.card-subtitle {

    margin-top: -.375rem;

    margin-bottom: 0

}



.card-text:last-child {

    margin-bottom: 0

}



.card-link:hover {

    text-decoration: none

}



.card-link+.card-link {

    margin-left: 1.25rem

}



.card-header:first-child {

    border-radius: 0px

}



.card-header+.list-group .list-group-item:first-child {

    border-top: 0

}



.card-footer {

    padding: .75rem 1.25rem;

    background-color: rgba(0, 0, 0, .03);

    border-top: 1px solid rgba(0, 0, 0, .125)

}



.card-footer:last-child {

    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)

}



.card-header-tabs {

    margin-right: -.625rem;

    margin-bottom: -.75rem;

    margin-left: -.625rem;

    border-bottom: 0

}



.card-header-pills {

    margin-right: -.625rem;

    margin-left: -.625rem

}



.card-img-overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    padding: 1.25rem

}



.card-img {

    width: 100%;

    border-radius: calc(.25rem - 1px)

}



.card-img-top {

    width: 100%;

    border-top-left-radius: calc(.25rem - 1px);

    border-top-right-radius: calc(.25rem - 1px)

}



.card-img-bottom {

    width: 100%;

    border-bottom-right-radius: calc(.25rem - 1px);

    border-bottom-left-radius: calc(.25rem - 1px)

}



.card-deck {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column

}



.card-deck .card {

    margin-bottom: 15px

}



@media (min-width:576px) {

    .card-deck {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-flow: row wrap;

        flex-flow: row wrap;

        margin-right: -15px;

        margin-left: -15px

    }



    .card-deck .card {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-flex: 1;

        -ms-flex: 1 0 0%;

        flex: 1 0 0%;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

        margin-right: 15px;

        margin-bottom: 0;

        margin-left: 15px

    }

}



.card-group {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column

}



.card-group>.card {

    margin-bottom: 15px

}



@media (min-width:576px) {

    .card-group {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-flow: row wrap;

        flex-flow: row wrap

    }



    .card-group>.card {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 0%;

        flex: 1 0 0%;

        margin-bottom: 0

    }



    .card-group>.card+.card {

        margin-left: 0;

        border-left: 0

    }



    .card-group>.card:first-child {

        border-top-right-radius: 0;

        border-bottom-right-radius: 0

    }



    .card-group>.card:first-child .card-header,

    .card-group>.card:first-child .card-img-top {

        border-top-right-radius: 0

    }



    .card-group>.card:first-child .card-footer,

    .card-group>.card:first-child .card-img-bottom {

        border-bottom-right-radius: 0

    }



    .card-group>.card:last-child {

        border-top-left-radius: 0;

        border-bottom-left-radius: 0

    }



    .card-group>.card:last-child .card-header,

    .card-group>.card:last-child .card-img-top {

        border-top-left-radius: 0

    }



    .card-group>.card:last-child .card-footer,

    .card-group>.card:last-child .card-img-bottom {

        border-bottom-left-radius: 0

    }



    .card-group>.card:only-child {

        border-radius: .25rem

    }



    .card-group>.card:only-child .card-header,

    .card-group>.card:only-child .card-img-top {

        border-top-left-radius: .25rem;

        border-top-right-radius: .25rem

    }



    .card-group>.card:only-child .card-footer,

    .card-group>.card:only-child .card-img-bottom {

        border-bottom-right-radius: .25rem;

        border-bottom-left-radius: .25rem

    }



    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {

        border-radius: 0

    }



    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {

        border-radius: 0

    }

}



.card-columns .card {

    margin-bottom: .75rem

}



@media (min-width:576px) {

    .card-columns {

        -webkit-column-count: 3;

        column-count: 3;

        -webkit-column-gap: 1.25rem;

        column-gap: 1.25rem;

        orphans: 1;

        widows: 1

    }



    .card-columns .card {

        display: inline-block;

        width: 100%

    }

}



.accordion .card:not(:first-of-type):not(:last-of-type) {

    border-bottom: 0;

    border-radius: 0

}



.accordion .card:not(:first-of-type) .card-header:first-child {

    border-radius: 0

}



.accordion .card:first-of-type {

    border-bottom: 0;

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0

}



.accordion .card:last-of-type {

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



.breadcrumb {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding: .75rem 1rem;

    margin-bottom: 1rem;

    list-style: none;

    background-color: #e9ecef;

    border-radius: .25rem

}



.breadcrumb-item+.breadcrumb-item {

    padding-left: .5rem

}



.breadcrumb-item+.breadcrumb-item::before {

    display: inline-block;

    padding-right: .5rem;

    color: #6c757d;

    content: "/"

}



.breadcrumb-item+.breadcrumb-item:hover::before {

    text-decoration: underline

}



.breadcrumb-item+.breadcrumb-item:hover::before {

    text-decoration: none

}



.breadcrumb-item.active {

    color: #6c757d

}



.pagination {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding-left: 0;

    list-style: none;

    border-radius: .25rem

}



.page-link {

    position: relative;

    display: block;

    padding: .5rem .75rem;

    margin-left: -1px;

    line-height: 1.25;

    color: #aaad95;

    background-color: #fff;

    border: 1px solid #dee2e6

}



.page-link:hover {

    z-index: 2;

    color: #0056b3;

    text-decoration: none;

    background-color: #e9ecef;

    border-color: #dee2e6

}



.page-link:focus {

    z-index: 2;

    outline: 0;

    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);

    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)

}



.page-link:not(:disabled):not(.disabled) {

    cursor: pointer

}



.page-item:first-child .page-link {

    margin-left: 0;

    border-top-left-radius: .25rem;

    border-bottom-left-radius: .25rem

}



.page-item:last-child .page-link {

    border-top-right-radius: .25rem;

    border-bottom-right-radius: .25rem

}



.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #aaad95;

    border-color: #aaad95

}



.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6

}



.pagination-lg .page-link {

    padding: .75rem 1.5rem;

    font-size: 1.0625rem;

    line-height: 1.5

}



.pagination-lg .page-item:first-child .page-link {

    border-top-left-radius: .3rem;

    border-bottom-left-radius: .3rem

}



.pagination-lg .page-item:last-child .page-link {

    border-top-right-radius: .3rem;

    border-bottom-right-radius: .3rem

}



.pagination-sm .page-link {

    padding: .25rem .5rem;

    font-size: .74375rem;

    line-height: 1.5

}



.pagination-sm .page-item:first-child .page-link {

    border-top-left-radius: .2rem;

    border-bottom-left-radius: .2rem

}



.pagination-sm .page-item:last-child .page-link {

    border-top-right-radius: .2rem;

    border-bottom-right-radius: .2rem

}



.badge {

    display: inline-block;

    padding: .25em .4em;

    font-size: 75%;

    font-weight: 700;

    line-height: 1;

    text-align: center;

    white-space: nowrap;

    vertical-align: baseline;

    border-radius: .25rem

}



.badge:empty {

    display: none

}



.btn .badge,

.wpcf7 input[type=submit] .badge {

    position: relative;

    top: -1px

}



.badge-pill {

    padding-right: .6em;

    padding-left: .6em;

    border-radius: 10rem

}



.badge-primary {

    color: #fff;

    background-color: #007bff

}



.badge-primary[href]:focus,

.badge-primary[href]:hover {

    color: #fff;

    text-decoration: none;

    background-color: #0062cc

}



.badge-secondary {

    color: #fff;

    background-color: #6c757d

}



.badge-secondary[href]:focus,

.badge-secondary[href]:hover {

    color: #fff;

    text-decoration: none;

    background-color: #545b62

}



.badge-success {

    color: #fff;

    background-color: #28a745

}



.badge-success[href]:focus,

.badge-success[href]:hover {

    color: #fff;

    text-decoration: none;

    background-color: #1e7e34

}



.badge-info {

    color: #fff;

    background-color: #17a2b8

}



.badge-info[href]:focus,

.badge-info[href]:hover {

    color: #fff;

    text-decoration: none;

    background-color: #117a8b

}



.badge-warning {

    color: #212529;

    background-color: #ffc107

}



.badge-warning[href]:focus,

.badge-warning[href]:hover {

    color: #212529;

    text-decoration: none;

    background-color: #d39e00

}



.badge-danger {

    color: #fff;

    background-color: #dc3545

}



.badge-danger[href]:focus,

.badge-danger[href]:hover {

    color: #fff;

    text-decoration: none;

    background-color: #bd2130

}



.badge-light {

    color: #212529;

    background-color: #f8f9fa

}



.badge-light[href]:focus,

.badge-light[href]:hover {

    color: #212529;

    text-decoration: none;

    background-color: #dae0e5

}



.badge-dark {

    color: #fff;

    background-color: #343a40

}



.badge-dark[href]:focus,

.badge-dark[href]:hover {

    color: #fff;

    text-decoration: none;

    background-color: #1d2124

}



.jumbotron {

    padding: 2rem 1rem;

    margin-bottom: 2rem;

    background-color: #e9ecef;

    border-radius: .3rem

}



@media (min-width:576px) {

    .jumbotron {

        padding: 4rem 2rem

    }

}



.jumbotron-fluid {

    padding-right: 0;

    padding-left: 0;

    border-radius: 0

}



.alert {

    position: relative;

    padding: .75rem 1.25rem;

    margin-bottom: 1rem;

    border: 1px solid transparent;

    border-radius: .25rem

}



.alert-heading {

    color: inherit

}



.alert-link {

    font-weight: 700

}



.alert-dismissible {

    padding-right: 3.775rem

}



.alert-dismissible .close {

    position: absolute;

    top: 0;

    right: 0;

    padding: .75rem 1.25rem;

    color: inherit

}



.alert-primary {

    color: #004085;

    background-color: #cce5ff;

    border-color: #b8daff

}



.alert-primary hr {

    border-top-color: #9fcdff

}



.alert-primary .alert-link {

    color: #002752

}



.alert-secondary {

    color: #383d41;

    background-color: #e2e3e5;

    border-color: #d6d8db

}



.alert-secondary hr {

    border-top-color: #c8cbcf

}



.alert-secondary .alert-link {

    color: #202326

}



.alert-success {

    color: #155724;

    background-color: #d4edda;

    border-color: #c3e6cb

}



.alert-success hr {

    border-top-color: #b1dfbb

}



.alert-success .alert-link {

    color: #0b2e13

}



.alert-info {

    color: #0c5460;

    background-color: #d1ecf1;

    border-color: #bee5eb

}



.alert-info hr {

    border-top-color: #abdde5

}



.alert-info .alert-link {

    color: #062c33

}



.alert-warning {

    color: #856404;

    background-color: #fff3cd;

    border-color: #ffeeba

}



.alert-warning hr {

    border-top-color: #ffe8a1

}



.alert-warning .alert-link {

    color: #533f03

}



.alert-danger {

    color: #721c24;

    background-color: #f8d7da;

    border-color: #f5c6cb

}



.alert-danger hr {

    border-top-color: #f1b0b7

}



.alert-danger .alert-link {

    color: #491217

}



.alert-light {

    color: #818182;

    background-color: #fefefe;

    border-color: #fdfdfe

}



.alert-light hr {

    border-top-color: #ececf6

}



.alert-light .alert-link {

    color: #686868

}



.alert-dark {

    color: #1b1e21;

    background-color: #d6d8d9;

    border-color: #c6c8ca

}



.alert-dark hr {

    border-top-color: #b9bbbe

}



.alert-dark .alert-link {

    color: #040505

}



@-webkit-keyframes progress-bar-stripes {

    from {

        background-position: 1rem 0

    }



    to {

        background-position: 0 0

    }

}



@keyframes progress-bar-stripes {

    from {

        background-position: 1rem 0

    }



    to {

        background-position: 0 0

    }

}



.progress {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 1rem;

    overflow: hidden;

    font-size: .6375rem;

    background-color: #e9ecef;

    border-radius: .25rem

}



.progress-bar {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    color: #fff;

    text-align: center;

    white-space: nowrap;

    background-color: #007bff;

    -webkit-transition: width .6s ease;

    transition: width .6s ease

}



@media screen and (prefers-reduced-motion:reduce) {

    .progress-bar {

        -webkit-transition: none;

        transition: none

    }

}



.progress-bar-striped {

    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);

    background-size: 1rem 1rem

}



.progress-bar-animated {

    -webkit-animation: progress-bar-stripes 1s linear infinite;

    animation: progress-bar-stripes 1s linear infinite

}



.media {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start

}



.media-body {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1

}



.list-group {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding-left: 0;

    margin-bottom: 0

}



.list-group-item-action {

    width: 100%;

    color: #495057;

    text-align: inherit

}



.list-group-item-action:focus,

.list-group-item-action:hover {

    color: #495057;

    text-decoration: none;

    background-color: #f8f9fa

}



.list-group-item-action:active {

    color: #202020;

    background-color: #e9ecef

}



.list-group-item {

    position: relative;

    display: block;

    padding: .75rem 1.25rem;

    margin-bottom: -1px;

    background-color: #fff;

    border: 1px solid rgba(0, 0, 0, .125)

}



.list-group-item:first-child {

    border-top-left-radius: .25rem;

    border-top-right-radius: .25rem

}



.list-group-item:last-child {

    margin-bottom: 0;

    border-bottom-right-radius: .25rem;

    border-bottom-left-radius: .25rem

}



.list-group-item:focus,

.list-group-item:hover {

    z-index: 1;

    text-decoration: none

}



.list-group-item.disabled,

.list-group-item:disabled {

    color: #6c757d;

    background-color: #fff

}



.list-group-item.active {

    z-index: 2;

    color: #fff;

    background-color: #007bff;

    border-color: #007bff

}



.list-group-flush .list-group-item {

    border-right: 0;

    border-left: 0;

    border-radius: 0

}



.list-group-flush:first-child .list-group-item:first-child {

    border-top: 0

}



.list-group-flush:last-child .list-group-item:last-child {

    border-bottom: 0

}



.list-group-item-primary {

    color: #004085;

    background-color: #b8daff

}



.list-group-item-primary.list-group-item-action:focus,

.list-group-item-primary.list-group-item-action:hover {

    color: #004085;

    background-color: #9fcdff

}



.list-group-item-primary.list-group-item-action.active {

    color: #fff;

    background-color: #004085;

    border-color: #004085

}



.list-group-item-secondary {

    color: #383d41;

    background-color: #d6d8db

}



.list-group-item-secondary.list-group-item-action:focus,

.list-group-item-secondary.list-group-item-action:hover {

    color: #383d41;

    background-color: #c8cbcf

}



.list-group-item-secondary.list-group-item-action.active {

    color: #fff;

    background-color: #383d41;

    border-color: #383d41

}



.list-group-item-success {

    color: #155724;

    background-color: #c3e6cb

}



.list-group-item-success.list-group-item-action:focus,

.list-group-item-success.list-group-item-action:hover {

    color: #155724;

    background-color: #b1dfbb

}



.list-group-item-success.list-group-item-action.active {

    color: #fff;

    background-color: #155724;

    border-color: #155724

}



.list-group-item-info {

    color: #0c5460;

    background-color: #bee5eb

}



.list-group-item-info.list-group-item-action:focus,

.list-group-item-info.list-group-item-action:hover {

    color: #0c5460;

    background-color: #abdde5

}



.list-group-item-info.list-group-item-action.active {

    color: #fff;

    background-color: #0c5460;

    border-color: #0c5460

}



.list-group-item-warning {

    color: #856404;

    background-color: #ffeeba

}



.list-group-item-warning.list-group-item-action:focus,

.list-group-item-warning.list-group-item-action:hover {

    color: #856404;

    background-color: #ffe8a1

}



.list-group-item-warning.list-group-item-action.active {

    color: #fff;

    background-color: #856404;

    border-color: #856404

}



.list-group-item-danger {

    color: #721c24;

    background-color: #f5c6cb

}



.list-group-item-danger.list-group-item-action:focus,

.list-group-item-danger.list-group-item-action:hover {

    color: #721c24;

    background-color: #f1b0b7

}



.list-group-item-danger.list-group-item-action.active {

    color: #fff;

    background-color: #721c24;

    border-color: #721c24

}



.list-group-item-light {

    color: #818182;

    background-color: #fdfdfe

}



.list-group-item-light.list-group-item-action:focus,

.list-group-item-light.list-group-item-action:hover {

    color: #818182;

    background-color: #ececf6

}



.list-group-item-light.list-group-item-action.active {

    color: #fff;

    background-color: #818182;

    border-color: #818182

}



.list-group-item-dark {

    color: #1b1e21;

    background-color: #c6c8ca

}



.list-group-item-dark.list-group-item-action:focus,

.list-group-item-dark.list-group-item-action:hover {

    color: #1b1e21;

    background-color: #b9bbbe

}



.list-group-item-dark.list-group-item-action.active {

    color: #fff;

    background-color: #1b1e21;

    border-color: #1b1e21

}



.close {

    float: right;

    font-size: 1.275rem;

    font-weight: 700;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    opacity: .5

}



.close:not(:disabled):not(.disabled) {

    cursor: pointer

}



.close:not(:disabled):not(.disabled):focus,

.close:not(:disabled):not(.disabled):hover {

    color: #000;

    text-decoration: none;

    opacity: .75

}



button.close {

    padding: 0;

    background-color: transparent;

    border: 0;

    -webkit-appearance: none

}



.modal-open {

    overflow: hidden

}



.modal {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1050;

    display: none;

    overflow: hidden;

    outline: 0

}



.modal-open .modal {

    overflow-x: hidden;

    overflow-y: auto

}



.modal-dialog {

    position: relative;

    width: auto;

    margin: .5rem;

    pointer-events: none

}



.modal.fade .modal-dialog {

    -webkit-transition: -webkit-transform .3s ease-out;

    transition: -webkit-transform .3s ease-out;

    transition: transform .3s ease-out;

    transition: transform .3s ease-out, -webkit-transform .3s ease-out;

    -webkit-transform: translate(0, -25%);

    transform: translate(0, -25%)

}



@media screen and (prefers-reduced-motion:reduce) {

    .modal.fade .modal-dialog {

        -webkit-transition: none;

        transition: none

    }

}



.modal.show .modal-dialog {

    -webkit-transform: translate(0, 0);

    transform: translate(0, 0)

}



.modal-dialog-centered {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    min-height: calc(100% - (.5rem * 2))

}



.modal-content {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    width: 100%;

    pointer-events: auto;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, .2);

    border-radius: 0;

    outline: 0

}



.modal-backdrop {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1040;

    background-color: #000

}



.modal-backdrop.fade {

    opacity: 0

}



.modal-backdrop.show {

    opacity: .5

}



.modal-header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    padding: 1rem;

    border-bottom: 1px solid #e9ecef;

    border-top-left-radius: .3rem;

    border-top-right-radius: .3rem

}



.modal-header .close {

    padding: 1rem;

    margin: -1rem -1rem -1rem auto

}



.modal-title {

    margin-bottom: 0;

    line-height: 1.5

}



.modal-body {

    position: relative;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    padding: 1rem

}



.modal-footer {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    padding: 1rem;

    border-top: 1px solid #e9ecef

}



.modal-footer>:not(:first-child) {

    margin-left: .25rem

}



.modal-footer>:not(:last-child) {

    margin-right: .25rem

}



.modal-scrollbar-measure {

    position: absolute;

    top: -9999px;

    width: 50px;

    height: 50px;

    overflow: scroll

}



@media (min-width:576px) {

    .modal-dialog {

        max-width: 500px;

        margin: 1.75rem auto

    }



    .modal-dialog-centered {

        min-height: calc(100% - (1.75rem * 2))

    }



    .modal-sm {

        max-width: 300px

    }

}



@media (min-width:992px) {

    .modal-lg {

        max-width: 800px

    }

}



.tooltip {

    position: absolute;

    z-index: 1070;

    display: block;

    margin: 0;

    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

    text-align: left;

    text-align: start;

    text-decoration: none;

    text-shadow: none;

    text-transform: none;

    letter-spacing: normal;

    word-break: normal;

    word-spacing: normal;

    white-space: normal;

    line-break: auto;

    font-size: .74375rem;

    word-wrap: break-word;

    opacity: 0

}



.tooltip.show {

    opacity: .9

}



.tooltip .arrow {

    position: absolute;

    display: block;

    width: .8rem;

    height: .4rem

}



.tooltip .arrow::before {

    position: absolute;

    content: "";

    border-color: transparent;

    border-style: solid

}



.bs-tooltip-auto[x-placement^=top],

.bs-tooltip-top {

    padding: .4rem 0

}



.bs-tooltip-auto[x-placement^=top] .arrow,

.bs-tooltip-top .arrow {

    bottom: 0

}



.bs-tooltip-auto[x-placement^=top] .arrow::before,

.bs-tooltip-top .arrow::before {

    top: 0;

    border-width: .4rem .4rem 0;

    border-top-color: #000

}



.bs-tooltip-auto[x-placement^=right],

.bs-tooltip-right {

    padding: 0 .4rem

}



.bs-tooltip-auto[x-placement^=right] .arrow,

.bs-tooltip-right .arrow {

    left: 0;

    width: .4rem;

    height: .8rem

}



.bs-tooltip-auto[x-placement^=right] .arrow::before,

.bs-tooltip-right .arrow::before {

    right: 0;

    border-width: .4rem .4rem .4rem 0;

    border-right-color: #000

}



.bs-tooltip-auto[x-placement^=bottom],

.bs-tooltip-bottom {

    padding: .4rem 0

}



.bs-tooltip-auto[x-placement^=bottom] .arrow,

.bs-tooltip-bottom .arrow {

    top: 0

}



.bs-tooltip-auto[x-placement^=bottom] .arrow::before,

.bs-tooltip-bottom .arrow::before {

    bottom: 0;

    border-width: 0 .4rem .4rem;

    border-bottom-color: #000

}



.bs-tooltip-auto[x-placement^=left],

.bs-tooltip-left {

    padding: 0 .4rem

}



.bs-tooltip-auto[x-placement^=left] .arrow,

.bs-tooltip-left .arrow {

    right: 0;

    width: .4rem;

    height: .8rem

}



.bs-tooltip-auto[x-placement^=left] .arrow::before,

.bs-tooltip-left .arrow::before {

    left: 0;

    border-width: .4rem 0 .4rem .4rem;

    border-left-color: #000

}



.tooltip-inner {

    max-width: 200px;

    padding: .25rem .5rem;

    color: #fff;

    text-align: center;

    background-color: #000;

    border-radius: .25rem

}



.popover {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1060;

    display: block;

    max-width: 276px;

    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

    text-align: left;

    text-align: start;

    text-decoration: none;

    text-shadow: none;

    text-transform: none;

    letter-spacing: normal;

    word-break: normal;

    word-spacing: normal;

    white-space: normal;

    line-break: auto;

    font-size: .74375rem;

    word-wrap: break-word;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, .2);

    border-radius: .3rem

}



.popover .arrow {

    position: absolute;

    display: block;

    width: 1rem;

    height: .5rem;

    margin: 0 .3rem

}



.popover .arrow::after,

.popover .arrow::before {

    position: absolute;

    display: block;

    content: "";

    border-color: transparent;

    border-style: solid

}



.bs-popover-auto[x-placement^=top],

.bs-popover-top {

    margin-bottom: .5rem

}



.bs-popover-auto[x-placement^=top] .arrow,

.bs-popover-top .arrow {

    bottom: calc((.5rem + 1px) * -1)

}



.bs-popover-auto[x-placement^=top] .arrow::after,

.bs-popover-auto[x-placement^=top] .arrow::before,

.bs-popover-top .arrow::after,

.bs-popover-top .arrow::before {

    border-width: .5rem .5rem 0

}



.bs-popover-auto[x-placement^=top] .arrow::before,

.bs-popover-top .arrow::before {

    bottom: 0;

    border-top-color: rgba(0, 0, 0, .25)

}



.bs-popover-auto[x-placement^=top] .arrow::after,

.bs-popover-top .arrow::after {

    bottom: 1px;

    border-top-color: #fff

}



.bs-popover-auto[x-placement^=right],

.bs-popover-right {

    margin-left: .5rem

}



.bs-popover-auto[x-placement^=right] .arrow,

.bs-popover-right .arrow {

    left: calc((.5rem + 1px) * -1);

    width: .5rem;

    height: 1rem;

    margin: .3rem 0

}



.bs-popover-auto[x-placement^=right] .arrow::after,

.bs-popover-auto[x-placement^=right] .arrow::before,

.bs-popover-right .arrow::after,

.bs-popover-right .arrow::before {

    border-width: .5rem .5rem .5rem 0

}



.bs-popover-auto[x-placement^=right] .arrow::before,

.bs-popover-right .arrow::before {

    left: 0;

    border-right-color: rgba(0, 0, 0, .25)

}



.bs-popover-auto[x-placement^=right] .arrow::after,

.bs-popover-right .arrow::after {

    left: 1px;

    border-right-color: #fff

}



.bs-popover-auto[x-placement^=bottom],

.bs-popover-bottom {

    margin-top: .5rem

}



.bs-popover-auto[x-placement^=bottom] .arrow,

.bs-popover-bottom .arrow {

    top: calc((.5rem + 1px) * -1)

}



.bs-popover-auto[x-placement^=bottom] .arrow::after,

.bs-popover-auto[x-placement^=bottom] .arrow::before,

.bs-popover-bottom .arrow::after,

.bs-popover-bottom .arrow::before {

    border-width: 0 .5rem .5rem .5rem

}



.bs-popover-auto[x-placement^=bottom] .arrow::before,

.bs-popover-bottom .arrow::before {

    top: 0;

    border-bottom-color: rgba(0, 0, 0, .25)

}



.bs-popover-auto[x-placement^=bottom] .arrow::after,

.bs-popover-bottom .arrow::after {

    top: 1px;

    border-bottom-color: #fff

}



.bs-popover-auto[x-placement^=bottom] .popover-header::before,

.bs-popover-bottom .popover-header::before {

    position: absolute;

    top: 0;

    left: 50%;

    display: block;

    width: 1rem;

    margin-left: -.5rem;

    content: "";

    border-bottom: 1px solid #f7f7f7

}



.bs-popover-auto[x-placement^=left],

.bs-popover-left {

    margin-right: .5rem

}



.bs-popover-auto[x-placement^=left] .arrow,

.bs-popover-left .arrow {

    right: calc((.5rem + 1px) * -1);

    width: .5rem;

    height: 1rem;

    margin: .3rem 0

}



.bs-popover-auto[x-placement^=left] .arrow::after,

.bs-popover-auto[x-placement^=left] .arrow::before,

.bs-popover-left .arrow::after,

.bs-popover-left .arrow::before {

    border-width: .5rem 0 .5rem .5rem

}



.bs-popover-auto[x-placement^=left] .arrow::before,

.bs-popover-left .arrow::before {

    right: 0;

    border-left-color: rgba(0, 0, 0, .25)

}



.bs-popover-auto[x-placement^=left] .arrow::after,

.bs-popover-left .arrow::after {

    right: 1px;

    border-left-color: #fff

}



.popover-header {

    padding: .5rem .75rem;

    margin-bottom: 0;

    font-size: .85rem;

    color: inherit;

    background-color: #f7f7f7;

    border-bottom: 1px solid #ebebeb;

    border-top-left-radius: calc(.3rem - 1px);

    border-top-right-radius: calc(.3rem - 1px)

}



.popover-header:empty {

    display: none

}



.popover-body {

    padding: .5rem .75rem;

    color: #202020

}



.carousel {

    position: relative

}



.carousel-inner {

    position: relative;

    width: 100%;

    overflow: hidden

}



.carousel-item {

    position: relative;

    display: none;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    width: 100%;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-perspective: 1000px;

    perspective: 1000px

}



.carousel-item-next,

.carousel-item-prev,

.carousel-item.active {

    display: block;

    -webkit-transition: -webkit-transform .6s ease;

    transition: -webkit-transform .6s ease;

    transition: transform .6s ease;

    transition: transform .6s ease, -webkit-transform .6s ease

}



@media screen and (prefers-reduced-motion:reduce) {



    .carousel-item-next,

    .carousel-item-prev,

    .carousel-item.active {

        -webkit-transition: none;

        transition: none

    }

}



.carousel-item-next,

.carousel-item-prev {

    position: absolute;

    top: 0

}



.carousel-item-next.carousel-item-left,

.carousel-item-prev.carousel-item-right {

    -webkit-transform: translateX(0);

    transform: translateX(0)

}



@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {



    .carousel-item-next.carousel-item-left,

    .carousel-item-prev.carousel-item-right {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0)

    }

}



.active.carousel-item-right,

.carousel-item-next {

    -webkit-transform: translateX(100%);

    transform: translateX(100%)

}



@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {



    .active.carousel-item-right,

    .carousel-item-next {

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0)

    }

}



.active.carousel-item-left,

.carousel-item-prev {

    -webkit-transform: translateX(-100%);

    transform: translateX(-100%)

}



@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {



    .active.carousel-item-left,

    .carousel-item-prev {

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0)

    }

}



.carousel-fade .carousel-item {

    opacity: 0;

    -webkit-transition-duration: .6s;

    transition-duration: .6s;

    -webkit-transition-property: opacity;

    transition-property: opacity

}



.carousel-fade .carousel-item-next.carousel-item-left,

.carousel-fade .carousel-item-prev.carousel-item-right,

.carousel-fade .carousel-item.active {

    opacity: 1

}



.carousel-fade .active.carousel-item-left,

.carousel-fade .active.carousel-item-right {

    opacity: 0

}



.carousel-fade .active.carousel-item-left,

.carousel-fade .active.carousel-item-prev,

.carousel-fade .carousel-item-next,

.carousel-fade .carousel-item-prev,

.carousel-fade .carousel-item.active {

    -webkit-transform: translateX(0);

    transform: translateX(0)

}



@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {



    .carousel-fade .active.carousel-item-left,

    .carousel-fade .active.carousel-item-prev,

    .carousel-fade .carousel-item-next,

    .carousel-fade .carousel-item-prev,

    .carousel-fade .carousel-item.active {

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0)

    }

}



.carousel-control-next,

.carousel-control-prev {

    position: absolute;

    top: 0;

    bottom: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 15%;

    color: #fff;

    text-align: center;

    opacity: .5

}



.carousel-control-next:focus,

.carousel-control-next:hover,

.carousel-control-prev:focus,

.carousel-control-prev:hover {

    color: #fff;

    text-decoration: none;

    outline: 0;

    opacity: .9

}



.carousel-control-prev {

    left: 0

}



.carousel-control-next {

    right: 0

}



.carousel-control-next-icon,

.carousel-control-prev-icon {

    display: inline-block;

    width: 20px;

    height: 20px;

    background: transparent no-repeat center center;

    background-size: 100% 100%

}



.carousel-control-prev-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")

}



.carousel-control-next-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")

}



.carousel-indicators {

    position: absolute;

    right: 0;

    bottom: 10px;

    left: 0;

    z-index: 15;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    padding-left: 0;

    margin-right: 15%;

    margin-left: 15%;

    list-style: none

}



.carousel-indicators li {

    position: relative;

    -webkit-box-flex: 0;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;

    width: 30px;

    height: 3px;

    margin-right: 3px;

    margin-left: 3px;

    text-indent: -999px;

    cursor: pointer;

    background-color: rgba(255, 255, 255, .5)

}



.carousel-indicators li::before {

    position: absolute;

    top: -10px;

    left: 0;

    display: inline-block;

    width: 100%;

    height: 10px;

    content: ""

}



.carousel-indicators li::after {

    position: absolute;

    bottom: -10px;

    left: 0;

    display: inline-block;

    width: 100%;

    height: 10px;

    content: ""

}



.carousel-indicators .active {

    background-color: #fff

}



.carousel-caption {

    position: absolute;

    right: 15%;

    bottom: 20px;

    left: 15%;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    color: #fff;

    text-align: center

}



.align-baseline {

    vertical-align: baseline !important

}



.align-top {

    vertical-align: top !important

}



.align-middle {

    vertical-align: middle !important

}



.align-bottom {

    vertical-align: bottom !important

}



.align-text-bottom {

    vertical-align: text-bottom !important

}



.align-text-top {

    vertical-align: text-top !important

}



.bg-primary {

    background-color: #aaad95 !important

}



a.bg-primary:focus,

a.bg-primary:hover,

button.bg-primary:focus,

button.bg-primary:hover {

    background-color: #0062cc !important

}



.bg-secondary {

    background-color: #6c757d !important

}



a.bg-secondary:focus,

a.bg-secondary:hover,

button.bg-secondary:focus,

button.bg-secondary:hover {

    background-color: #545b62 !important

}



.bg-success {

    background-color: #28a745 !important

}



a.bg-success:focus,

a.bg-success:hover,

button.bg-success:focus,

button.bg-success:hover {

    background-color: #1e7e34 !important

}



.bg-info {

    background-color: #17a2b8 !important

}



a.bg-info:focus,

a.bg-info:hover,

button.bg-info:focus,

button.bg-info:hover {

    background-color: #117a8b !important

}



.bg-warning {

    background-color: #ffc107 !important

}



a.bg-warning:focus,

a.bg-warning:hover,

button.bg-warning:focus,

button.bg-warning:hover {

    background-color: #d39e00 !important

}



.bg-danger {

    background-color: #dc3545 !important

}



a.bg-danger:focus,

a.bg-danger:hover,

button.bg-danger:focus,

button.bg-danger:hover {

    background-color: #bd2130 !important

}



.bg-light {

    background-color: #f8f9fa !important

}



a.bg-light:focus,

a.bg-light:hover,

button.bg-light:focus,

button.bg-light:hover {

    background-color: #dae0e5 !important

}



.bg-dark {

    background-color: #343a40 !important

}



a.bg-dark:focus,

a.bg-dark:hover,

button.bg-dark:focus,

button.bg-dark:hover {

    background-color: #1d2124 !important

}



.bg-white {

    background-color: #fff !important

}



.bg-transparent {

    background-color: transparent !important

}



.border {

    border: 1px solid #dee2e6 !important

}



.border-top {

    border-top: 1px solid #dee2e6 !important

}



.border-right {

    border-right: 1px solid #dee2e6 !important

}



.border-bottom {

    border-bottom: 1px solid #dee2e6 !important

}



.border-left {

    border-left: 1px solid #dee2e6 !important

}



.border-0 {

    border: 0 !important

}



.border-top-0 {

    border-top: 0 !important

}



.border-right-0 {

    border-right: 0 !important

}



.border-bottom-0 {

    border-bottom: 0 !important

}



.border-left-0 {

    border-left: 0 !important

}



.border-primary {

    border-color: #aaad95 !important

}



.border-secondary {

    border-color: #6c757d !important

}



.border-success {

    border-color: #28a745 !important

}



.border-info {

    border-color: #17a2b8 !important

}



.border-warning {

    border-color: #ffc107 !important

}



.border-danger {

    border-color: #dc3545 !important

}



.border-light {

    border-color: #f8f9fa !important

}



.border-dark {

    border-color: #343a40 !important

}



.border-white {

    border-color: #fff !important

}



.rounded {

    border-radius: .25rem !important

}



.rounded-top {

    border-top-left-radius: .25rem !important;

    border-top-right-radius: .25rem !important

}



.rounded-right {

    border-top-right-radius: .25rem !important;

    border-bottom-right-radius: .25rem !important

}



.rounded-bottom {

    border-bottom-right-radius: .25rem !important;

    border-bottom-left-radius: .25rem !important

}



.rounded-left {

    border-top-left-radius: .25rem !important;

    border-bottom-left-radius: .25rem !important

}



.rounded-circle {

    border-radius: 50% !important

}



.rounded-0 {

    border-radius: 0 !important

}



.clearfix::after {

    display: block;

    clear: both;

    content: ""

}



.d-none {

    display: none !important

}



.d-inline {

    display: inline !important

}



.d-inline-block {

    display: inline-block !important

}



.d-block {

    display: block !important

}



.d-table {

    display: table !important

}



.d-table-row {

    display: table-row !important

}



.d-table-cell {

    display: table-cell !important

}



.d-flex {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important

}



.d-inline-flex {

    display: -webkit-inline-box !important;

    display: -ms-inline-flexbox !important;

    display: inline-flex !important

}



@media (min-width:576px) {

    .d-sm-none {

        display: none !important

    }



    .d-sm-inline {

        display: inline !important

    }



    .d-sm-inline-block {

        display: inline-block !important

    }



    .d-sm-block {

        display: block !important

    }



    .d-sm-table {

        display: table !important

    }



    .d-sm-table-row {

        display: table-row !important

    }



    .d-sm-table-cell {

        display: table-cell !important

    }



    .d-sm-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important

    }



    .d-sm-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important

    }

}



@media (min-width:768px) {

    .d-md-none {

        display: none !important

    }



    .d-md-inline {

        display: inline !important

    }



    .d-md-inline-block {

        display: inline-block !important

    }



    .d-md-block {

        display: block !important

    }



    .d-md-table {

        display: table !important

    }



    .d-md-table-row {

        display: table-row !important

    }



    .d-md-table-cell {

        display: table-cell !important

    }



    .d-md-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important

    }



    .d-md-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important

    }

}



@media (min-width:992px) {

    .d-lg-none {

        display: none !important

    }



    .d-lg-inline {

        display: inline !important

    }



    .d-lg-inline-block {

        display: inline-block !important

    }



    .d-lg-block {

        display: block !important

    }



    .d-lg-table {

        display: table !important

    }



    .d-lg-table-row {

        display: table-row !important

    }



    .d-lg-table-cell {

        display: table-cell !important

    }



    .d-lg-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important

    }



    .d-lg-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important

    }

}



@media (min-width:1200px) {

    .d-xl-none {

        display: none !important

    }



    .d-xl-inline {

        display: inline !important

    }



    .d-xl-inline-block {

        display: inline-block !important

    }



    .d-xl-block {

        display: block !important

    }



    .d-xl-table {

        display: table !important

    }



    .d-xl-table-row {

        display: table-row !important

    }



    .d-xl-table-cell {

        display: table-cell !important

    }



    .d-xl-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important

    }



    .d-xl-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important

    }

}



@media print {

    .d-print-none {

        display: none !important

    }



    .d-print-inline {

        display: inline !important

    }



    .d-print-inline-block {

        display: inline-block !important

    }



    .d-print-block {

        display: block !important

    }



    .d-print-table {

        display: table !important

    }



    .d-print-table-row {

        display: table-row !important

    }



    .d-print-table-cell {

        display: table-cell !important

    }



    .d-print-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important

    }



    .d-print-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important

    }

}



.embed-responsive {

    position: relative;

    display: block;

    width: 100%;

    padding: 0;

    overflow: hidden

}



.embed-responsive::before {

    display: block;

    content: ""

}



.embed-responsive .embed-responsive-item,

.embed-responsive embed,

.embed-responsive iframe,

.embed-responsive object,

.embed-responsive video {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: 0

}



.embed-responsive-21by9::before {

    padding-top: 42.85714%

}



.embed-responsive-16by9::before {

    padding-top: 56.25%

}



.embed-responsive-4by3::before {

    padding-top: 75%

}



.embed-responsive-1by1::before {

    padding-top: 100%

}



.flex-row {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: row !important;

    flex-direction: row !important

}



.flex-column {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important

}



.flex-row-reverse {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: row-reverse !important;

    flex-direction: row-reverse !important

}



.flex-column-reverse {

    -webkit-box-orient: vertical !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: column-reverse !important;

    flex-direction: column-reverse !important

}



.flex-wrap {

    -ms-flex-wrap: wrap !important;

    flex-wrap: wrap !important

}



.flex-nowrap {

    -ms-flex-wrap: nowrap !important;

    flex-wrap: nowrap !important

}



.flex-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

    flex-wrap: wrap-reverse !important

}



.flex-fill {

    -webkit-box-flex: 1 !important;

    -ms-flex: 1 1 auto !important;

    flex: 1 1 auto !important

}



.flex-grow-0 {

    -webkit-box-flex: 0 !important;

    -ms-flex-positive: 0 !important;

    flex-grow: 0 !important

}



.flex-grow-1 {

    -webkit-box-flex: 1 !important;

    -ms-flex-positive: 1 !important;

    flex-grow: 1 !important

}



.flex-shrink-0 {

    -ms-flex-negative: 0 !important;

    flex-shrink: 0 !important

}



.flex-shrink-1 {

    -ms-flex-negative: 1 !important;

    flex-shrink: 1 !important

}



.justify-content-start {

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important

}



.justify-content-end {

    -webkit-box-pack: end !important;

    -ms-flex-pack: end !important;

    justify-content: flex-end !important

}



.justify-content-center {

    -webkit-box-pack: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important

}



.justify-content-between {

    -webkit-box-pack: justify !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important

}



.justify-content-around {

    -ms-flex-pack: distribute !important;

    justify-content: space-around !important

}



.align-items-start {

    -webkit-box-align: start !important;

    -ms-flex-align: start !important;

    align-items: flex-start !important

}



.align-items-end {

    -webkit-box-align: end !important;

    -ms-flex-align: end !important;

    align-items: flex-end !important

}



.align-items-center {

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important

}



.align-items-baseline {

    -webkit-box-align: baseline !important;

    -ms-flex-align: baseline !important;

    align-items: baseline !important

}



.align-items-stretch {

    -webkit-box-align: stretch !important;

    -ms-flex-align: stretch !important;

    align-items: stretch !important

}



.align-content-start {

    -ms-flex-line-pack: start !important;

    align-content: flex-start !important

}



.align-content-end {

    -ms-flex-line-pack: end !important;

    align-content: flex-end !important

}



.align-content-center {

    -ms-flex-line-pack: center !important;

    align-content: center !important

}



.align-content-between {

    -ms-flex-line-pack: justify !important;

    align-content: space-between !important

}



.align-content-around {

    -ms-flex-line-pack: distribute !important;

    align-content: space-around !important

}



.align-content-stretch {

    -ms-flex-line-pack: stretch !important;

    align-content: stretch !important

}



.align-self-auto {

    -ms-flex-item-align: auto !important;

    align-self: auto !important

}



.align-self-start {

    -ms-flex-item-align: start !important;

    align-self: flex-start !important

}



.align-self-end {

    -ms-flex-item-align: end !important;

    align-self: flex-end !important

}



.align-self-center {

    -ms-flex-item-align: center !important;

    align-self: center !important

}



.align-self-baseline {

    -ms-flex-item-align: baseline !important;

    align-self: baseline !important

}



.align-self-stretch {

    -ms-flex-item-align: stretch !important;

    align-self: stretch !important

}



@media (min-width:576px) {

    .flex-sm-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important

    }



    .flex-sm-column {

        -webkit-box-orient: vertical !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important

    }



    .flex-sm-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important

    }



    .flex-sm-column-reverse {

        -webkit-box-orient: vertical !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important

    }



    .flex-sm-wrap {

        -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important

    }



    .flex-sm-nowrap {

        -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important

    }



    .flex-sm-wrap-reverse {

        -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important

    }



    .flex-sm-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important

    }



    .flex-sm-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important

    }



    .flex-sm-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important

    }



    .flex-sm-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important

    }



    .flex-sm-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important

    }



    .justify-content-sm-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important

    }



    .justify-content-sm-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important

    }



    .justify-content-sm-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important

    }



    .justify-content-sm-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important

    }



    .justify-content-sm-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important

    }



    .align-items-sm-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important

    }



    .align-items-sm-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important

    }



    .align-items-sm-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important

    }



    .align-items-sm-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important

    }



    .align-items-sm-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important

    }



    .align-content-sm-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important

    }



    .align-content-sm-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important

    }



    .align-content-sm-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important

    }



    .align-content-sm-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important

    }



    .align-content-sm-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important

    }



    .align-content-sm-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important

    }



    .align-self-sm-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important

    }



    .align-self-sm-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important

    }



    .align-self-sm-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important

    }



    .align-self-sm-center {

        -ms-flex-item-align: center !important;

        align-self: center !important

    }



    .align-self-sm-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important

    }



    .align-self-sm-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important

    }

}



@media (min-width:768px) {

    .flex-md-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important

    }



    .flex-md-column {

        -webkit-box-orient: vertical !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important

    }



    .flex-md-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important

    }



    .flex-md-column-reverse {

        -webkit-box-orient: vertical !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important

    }



    .flex-md-wrap {

        -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important

    }



    .flex-md-nowrap {

        -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important

    }



    .flex-md-wrap-reverse {

        -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important

    }



    .flex-md-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important

    }



    .flex-md-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important

    }



    .flex-md-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important

    }



    .flex-md-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important

    }



    .flex-md-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important

    }



    .justify-content-md-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important

    }



    .justify-content-md-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important

    }



    .justify-content-md-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important

    }



    .justify-content-md-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important

    }



    .justify-content-md-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important

    }



    .align-items-md-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important

    }



    .align-items-md-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important

    }



    .align-items-md-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important

    }



    .align-items-md-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important

    }



    .align-items-md-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important

    }



    .align-content-md-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important

    }



    .align-content-md-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important

    }



    .align-content-md-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important

    }



    .align-content-md-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important

    }



    .align-content-md-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important

    }



    .align-content-md-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important

    }



    .align-self-md-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important

    }



    .align-self-md-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important

    }



    .align-self-md-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important

    }



    .align-self-md-center {

        -ms-flex-item-align: center !important;

        align-self: center !important

    }



    .align-self-md-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important

    }



    .align-self-md-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important

    }

}



@media (min-width:992px) {

    .flex-lg-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important

    }



    .flex-lg-column {

        -webkit-box-orient: vertical !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important

    }



    .flex-lg-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important

    }



    .flex-lg-column-reverse {

        -webkit-box-orient: vertical !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important

    }



    .flex-lg-wrap {

        -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important

    }



    .flex-lg-nowrap {

        -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important

    }



    .flex-lg-wrap-reverse {

        -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important

    }



    .flex-lg-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important

    }



    .flex-lg-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important

    }



    .flex-lg-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important

    }



    .flex-lg-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important

    }



    .flex-lg-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important

    }



    .justify-content-lg-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important

    }



    .justify-content-lg-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important

    }



    .justify-content-lg-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important

    }



    .justify-content-lg-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important

    }



    .justify-content-lg-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important

    }



    .align-items-lg-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important

    }



    .align-items-lg-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important

    }



    .align-items-lg-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important

    }



    .align-items-lg-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important

    }



    .align-items-lg-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important

    }



    .align-content-lg-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important

    }



    .align-content-lg-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important

    }



    .align-content-lg-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important

    }



    .align-content-lg-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important

    }



    .align-content-lg-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important

    }



    .align-content-lg-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important

    }



    .align-self-lg-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important

    }



    .align-self-lg-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important

    }



    .align-self-lg-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important

    }



    .align-self-lg-center {

        -ms-flex-item-align: center !important;

        align-self: center !important

    }



    .align-self-lg-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important

    }



    .align-self-lg-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important

    }

}



@media (min-width:1200px) {

    .flex-xl-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important

    }



    .flex-xl-column {

        -webkit-box-orient: vertical !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important

    }



    .flex-xl-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important

    }



    .flex-xl-column-reverse {

        -webkit-box-orient: vertical !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important

    }



    .flex-xl-wrap {

        -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important

    }



    .flex-xl-nowrap {

        -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important

    }



    .flex-xl-wrap-reverse {

        -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important

    }



    .flex-xl-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important

    }



    .flex-xl-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important

    }



    .flex-xl-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important

    }



    .flex-xl-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important

    }



    .flex-xl-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important

    }



    .justify-content-xl-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important

    }



    .justify-content-xl-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important

    }



    .justify-content-xl-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important

    }



    .justify-content-xl-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important

    }



    .justify-content-xl-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important

    }



    .align-items-xl-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important

    }



    .align-items-xl-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important

    }



    .align-items-xl-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important

    }



    .align-items-xl-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important

    }



    .align-items-xl-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important

    }



    .align-content-xl-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important

    }



    .align-content-xl-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important

    }



    .align-content-xl-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important

    }



    .align-content-xl-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important

    }



    .align-content-xl-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important

    }



    .align-content-xl-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important

    }



    .align-self-xl-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important

    }



    .align-self-xl-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important

    }



    .align-self-xl-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important

    }



    .align-self-xl-center {

        -ms-flex-item-align: center !important;

        align-self: center !important

    }



    .align-self-xl-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important

    }



    .align-self-xl-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important

    }

}



.float-left {

    float: left !important

}



.float-right {

    float: right !important

}



.float-none {

    float: none !important

}



@media (min-width:576px) {

    .float-sm-left {

        float: left !important

    }



    .float-sm-right {

        float: right !important

    }



    .float-sm-none {

        float: none !important

    }

}



@media (min-width:768px) {

    .float-md-left {

        float: left !important

    }



    .float-md-right {

        float: right !important

    }



    .float-md-none {

        float: none !important

    }

}



@media (min-width:992px) {

    .float-lg-left {

        float: left !important

    }



    .float-lg-right {

        float: right !important

    }



    .float-lg-none {

        float: none !important

    }

}



@media (min-width:1200px) {

    .float-xl-left {

        float: left !important

    }



    .float-xl-right {

        float: right !important

    }



    .float-xl-none {

        float: none !important

    }

}



.position-static {

    position: static !important

}



.position-relative {

    position: relative !important

}



.position-absolute {

    position: absolute !important

}



.position-fixed {

    position: fixed !important

}



.position-sticky {

    position: -webkit-sticky !important;

    position: sticky !important

}



.fixed-top {

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    z-index: 1030

}



.fixed-bottom {

    position: fixed;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1030

}



@supports ((position:-webkit-sticky) or (position:sticky)) {

    .sticky-top {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 1020

    }

}



.sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border: 0

}



.sr-only-focusable:active,

.sr-only-focusable:focus {

    position: static;

    width: auto;

    height: auto;

    overflow: visible;

    clip: auto;

    white-space: normal

}



.shadow-sm {

    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important

}



.shadow {

    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important

}



.shadow-lg {

    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;

    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important

}



.shadow-none {

    -webkit-box-shadow: none !important;

    box-shadow: none !important

}



.w-25 {

    width: 25% !important

}



.w-50 {

    width: 50% !important

}



.w-75 {

    width: 75% !important

}



.w-100 {

    width: 100% !important

}



.w-auto {

    width: auto !important

}



.h-25 {

    height: 25% !important

}



.h-50 {

    height: 50% !important

}



.h-75 {

    height: 75% !important

}



.h-100 {

    height: 100% !important

}



.h-auto {

    height: auto !important

}



.mw-100 {

    max-width: 100% !important

}



.mh-100 {

    max-height: 100% !important

}



.m-0 {

    margin: 0 !important

}



.mt-0,

.my-0 {

    margin-top: 0 !important

}



.mr-0,

.mx-0 {

    margin-right: 0 !important

}



.mb-0,

.my-0 {

    margin-bottom: 0 !important

}



.ml-0,

.mx-0 {

    margin-left: 0 !important

}



.m-1 {

    margin: .25rem !important

}



.mt-1,

.my-1 {

    margin-top: .25rem !important

}



.mr-1,

.mx-1 {

    margin-right: .25rem !important

}



.mb-1,

.my-1 {

    margin-bottom: .25rem !important

}



.ml-1,

.mx-1 {

    margin-left: .25rem !important

}



.m-2 {

    margin: .5rem !important

}



.mt-2,

.my-2 {

    margin-top: .5rem !important

}



.mr-2,

.mx-2 {

    margin-right: .5rem !important

}



.mb-2,

.my-2 {

    margin-bottom: .5rem !important

}



.ml-2,

.mx-2 {

    margin-left: .5rem !important

}



.m-3 {

    margin: 1rem !important

}



.mt-3,

.my-3 {

    margin-top: 1rem !important

}



.mr-3,

.mx-3 {

    margin-right: 1rem !important

}



.mb-3,

.my-3 {

    margin-bottom: 1rem !important

}



.ml-3,

.mx-3 {

    margin-left: 1rem !important

}



.m-4 {

    margin: 1.5rem !important

}



.mt-4,

.my-4 {

    margin-top: 1.5rem !important

}



.mr-4,

.mx-4 {

    margin-right: 1.5rem !important

}



.mb-4,

.my-4 {

    margin-bottom: 1.5rem !important

}



.ml-4,

.mx-4 {

    margin-left: 1.5rem !important

}



.m-5 {

    margin: 3rem !important

}



.mt-5,

.my-5 {

    margin-top: 3rem !important

}



.mr-5,

.mx-5 {

    margin-right: 3rem !important

}



.mb-5,

.my-5 {

    margin-bottom: 3rem !important

}



.ml-5,

.mx-5 {

    margin-left: 3rem !important

}



.p-0 {

    padding: 0 !important

}



.pt-0,

.py-0 {

    padding-top: 0 !important

}



.pr-0,

.px-0 {

    padding-right: 0 !important

}



.pb-0,

.py-0 {

    padding-bottom: 0 !important

}



.pl-0,

.px-0 {

    padding-left: 0 !important

}



.p-1 {

    padding: .25rem !important

}



.pt-1,

.py-1 {

    padding-top: .25rem !important

}



.pr-1,

.px-1 {

    padding-right: .25rem !important

}



.pb-1,

.py-1 {

    padding-bottom: .25rem !important

}



.pl-1,

.px-1 {

    padding-left: .25rem !important

}



.p-2 {

    padding: .5rem !important

}



.pt-2,

.py-2 {

    padding-top: .5rem !important

}



.pr-2,

.px-2 {

    padding-right: .5rem !important

}



.pb-2,

.py-2 {

    padding-bottom: .5rem !important

}



.pl-2,

.px-2 {

    padding-left: .5rem !important

}



.p-3 {

    padding: 1rem !important

}



.pt-3,

.py-3 {

    padding-top: 1rem !important

}



.pr-3,

.px-3 {

    padding-right: 1rem !important

}



.pb-3,

.py-3 {

    padding-bottom: 1rem !important

}



.pl-3,

.px-3 {

    padding-left: 1rem !important

}



.p-4 {

    padding: 1.5rem !important

}



.pt-4,

.py-4 {

    padding-top: 1.5rem !important

}



.pr-4,

.px-4 {

    padding-right: 1.5rem !important

}



.pb-4,

.py-4 {

    padding-bottom: 1.5rem !important

}



.pl-4,

.px-4 {

    padding-left: 1.5rem !important

}



.p-5 {

    padding: 3rem !important

}



.pt-5,

.py-5 {

    padding-top: 3rem !important

}



.pr-5,

.px-5 {

    padding-right: 3rem !important

}



.pb-5,

.py-5 {

    padding-bottom: 3rem !important

}



.pl-5,

.px-5 {

    padding-left: 3rem !important

}



.m-auto {

    margin: auto !important

}



.mt-auto,

.my-auto {

    margin-top: auto !important

}



.mr-auto,

.mx-auto {

    margin-right: auto !important

}



.mb-auto,

.my-auto {

    margin-bottom: auto !important

}



.ml-auto,

.mx-auto {

    margin-left: auto !important

}



@media (min-width:576px) {

    .m-sm-0 {

        margin: 0 !important

    }



    .mt-sm-0,

    .my-sm-0 {

        margin-top: 0 !important

    }



    .mr-sm-0,

    .mx-sm-0 {

        margin-right: 0 !important

    }



    .mb-sm-0,

    .my-sm-0 {

        margin-bottom: 0 !important

    }



    .ml-sm-0,

    .mx-sm-0 {

        margin-left: 0 !important

    }



    .m-sm-1 {

        margin: .25rem !important

    }



    .mt-sm-1,

    .my-sm-1 {

        margin-top: .25rem !important

    }



    .mr-sm-1,

    .mx-sm-1 {

        margin-right: .25rem !important

    }



    .mb-sm-1,

    .my-sm-1 {

        margin-bottom: .25rem !important

    }



    .ml-sm-1,

    .mx-sm-1 {

        margin-left: .25rem !important

    }



    .m-sm-2 {

        margin: .5rem !important

    }



    .mt-sm-2,

    .my-sm-2 {

        margin-top: .5rem !important

    }



    .mr-sm-2,

    .mx-sm-2 {

        margin-right: .5rem !important

    }



    .mb-sm-2,

    .my-sm-2 {

        margin-bottom: .5rem !important

    }



    .ml-sm-2,

    .mx-sm-2 {

        margin-left: .5rem !important

    }



    .m-sm-3 {

        margin: 1rem !important

    }



    .mt-sm-3,

    .my-sm-3 {

        margin-top: 1rem !important

    }



    .mr-sm-3,

    .mx-sm-3 {

        margin-right: 1rem !important

    }



    .mb-sm-3,

    .my-sm-3 {

        margin-bottom: 1rem !important

    }



    .ml-sm-3,

    .mx-sm-3 {

        margin-left: 1rem !important

    }



    .m-sm-4 {

        margin: 1.5rem !important

    }



    .mt-sm-4,

    .my-sm-4 {

        margin-top: 1.5rem !important

    }



    .mr-sm-4,

    .mx-sm-4 {

        margin-right: 1.5rem !important

    }



    .mb-sm-4,

    .my-sm-4 {

        margin-bottom: 1.5rem !important

    }



    .ml-sm-4,

    .mx-sm-4 {

        margin-left: 1.5rem !important

    }



    .m-sm-5 {

        margin: 3rem !important

    }



    .mt-sm-5,

    .my-sm-5 {

        margin-top: 3rem !important

    }



    .mr-sm-5,

    .mx-sm-5 {

        margin-right: 3rem !important

    }



    .mb-sm-5,

    .my-sm-5 {

        margin-bottom: 3rem !important

    }



    .ml-sm-5,

    .mx-sm-5 {

        margin-left: 3rem !important

    }



    .p-sm-0 {

        padding: 0 !important

    }



    .pt-sm-0,

    .py-sm-0 {

        padding-top: 0 !important

    }



    .pr-sm-0,

    .px-sm-0 {

        padding-right: 0 !important

    }



    .pb-sm-0,

    .py-sm-0 {

        padding-bottom: 0 !important

    }



    .pl-sm-0,

    .px-sm-0 {

        padding-left: 0 !important

    }



    .p-sm-1 {

        padding: .25rem !important

    }



    .pt-sm-1,

    .py-sm-1 {

        padding-top: .25rem !important

    }



    .pr-sm-1,

    .px-sm-1 {

        padding-right: .25rem !important

    }



    .pb-sm-1,

    .py-sm-1 {

        padding-bottom: .25rem !important

    }



    .pl-sm-1,

    .px-sm-1 {

        padding-left: .25rem !important

    }



    .p-sm-2 {

        padding: .5rem !important

    }



    .pt-sm-2,

    .py-sm-2 {

        padding-top: .5rem !important

    }



    .pr-sm-2,

    .px-sm-2 {

        padding-right: .5rem !important

    }



    .pb-sm-2,

    .py-sm-2 {

        padding-bottom: .5rem !important

    }



    .pl-sm-2,

    .px-sm-2 {

        padding-left: .5rem !important

    }



    .p-sm-3 {

        padding: 1rem !important

    }



    .pt-sm-3,

    .py-sm-3 {

        padding-top: 1rem !important

    }



    .pr-sm-3,

    .px-sm-3 {

        padding-right: 1rem !important

    }



    .pb-sm-3,

    .py-sm-3 {

        padding-bottom: 1rem !important

    }



    .pl-sm-3,

    .px-sm-3 {

        padding-left: 1rem !important

    }



    .p-sm-4 {

        padding: 1.5rem !important

    }



    .pt-sm-4,

    .py-sm-4 {

        padding-top: 1.5rem !important

    }



    .pr-sm-4,

    .px-sm-4 {

        padding-right: 1.5rem !important

    }



    .pb-sm-4,

    .py-sm-4 {

        padding-bottom: 1.5rem !important

    }



    .pl-sm-4,

    .px-sm-4 {

        padding-left: 1.5rem !important

    }



    .p-sm-5 {

        padding: 3rem !important

    }



    .pt-sm-5,

    .py-sm-5 {

        padding-top: 3rem !important

    }



    .pr-sm-5,

    .px-sm-5 {

        padding-right: 3rem !important

    }



    .pb-sm-5,

    .py-sm-5 {

        padding-bottom: 3rem !important

    }



    .pl-sm-5,

    .px-sm-5 {

        padding-left: 3rem !important

    }



    .m-sm-auto {

        margin: auto !important

    }



    .mt-sm-auto,

    .my-sm-auto {

        margin-top: auto !important

    }



    .mr-sm-auto,

    .mx-sm-auto {

        margin-right: auto !important

    }



    .mb-sm-auto,

    .my-sm-auto {

        margin-bottom: auto !important

    }



    .ml-sm-auto,

    .mx-sm-auto {

        margin-left: auto !important

    }

}



@media (min-width:768px) {

    .m-md-0 {

        margin: 0 !important

    }



    .mt-md-0,

    .my-md-0 {

        margin-top: 0 !important

    }



    .mr-md-0,

    .mx-md-0 {

        margin-right: 0 !important

    }



    .mb-md-0,

    .my-md-0 {

        margin-bottom: 0 !important

    }



    .ml-md-0,

    .mx-md-0 {

        margin-left: 0 !important

    }



    .m-md-1 {

        margin: .25rem !important

    }



    .mt-md-1,

    .my-md-1 {

        margin-top: .25rem !important

    }



    .mr-md-1,

    .mx-md-1 {

        margin-right: .25rem !important

    }



    .mb-md-1,

    .my-md-1 {

        margin-bottom: .25rem !important

    }



    .ml-md-1,

    .mx-md-1 {

        margin-left: .25rem !important

    }



    .m-md-2 {

        margin: .5rem !important

    }



    .mt-md-2,

    .my-md-2 {

        margin-top: .5rem !important

    }



    .mr-md-2,

    .mx-md-2 {

        margin-right: .5rem !important

    }



    .mb-md-2,

    .my-md-2 {

        margin-bottom: .5rem !important

    }



    .ml-md-2,

    .mx-md-2 {

        margin-left: .5rem !important

    }



    .m-md-3 {

        margin: 1rem !important

    }



    .mt-md-3,

    .my-md-3 {

        margin-top: 1rem !important

    }



    .mr-md-3,

    .mx-md-3 {

        margin-right: 1rem !important

    }



    .mb-md-3,

    .my-md-3 {

        margin-bottom: 1rem !important

    }



    .ml-md-3,

    .mx-md-3 {

        margin-left: 1rem !important

    }



    .m-md-4 {

        margin: 1.5rem !important

    }



    .mt-md-4,

    .my-md-4 {

        margin-top: 1.5rem !important

    }



    .mr-md-4,

    .mx-md-4 {

        margin-right: 1.5rem !important

    }



    .mb-md-4,

    .my-md-4 {

        margin-bottom: 1.5rem !important

    }



    .ml-md-4,

    .mx-md-4 {

        margin-left: 1.5rem !important

    }



    .m-md-5 {

        margin: 3rem !important

    }



    .mt-md-5,

    .my-md-5 {

        margin-top: 3rem !important

    }



    .mr-md-5,

    .mx-md-5 {

        margin-right: 3rem !important

    }



    .mb-md-5,

    .my-md-5 {

        margin-bottom: 3rem !important

    }



    .ml-md-5,

    .mx-md-5 {

        margin-left: 3rem !important

    }



    .p-md-0 {

        padding: 0 !important

    }



    .pt-md-0,

    .py-md-0 {

        padding-top: 0 !important

    }



    .pr-md-0,

    .px-md-0 {

        padding-right: 0 !important

    }



    .pb-md-0,

    .py-md-0 {

        padding-bottom: 0 !important

    }



    .pl-md-0,

    .px-md-0 {

        padding-left: 0 !important

    }



    .p-md-1 {

        padding: .25rem !important

    }



    .pt-md-1,

    .py-md-1 {

        padding-top: .25rem !important

    }



    .pr-md-1,

    .px-md-1 {

        padding-right: .25rem !important

    }



    .pb-md-1,

    .py-md-1 {

        padding-bottom: .25rem !important

    }



    .pl-md-1,

    .px-md-1 {

        padding-left: .25rem !important

    }



    .p-md-2 {

        padding: .5rem !important

    }



    .pt-md-2,

    .py-md-2 {

        padding-top: .5rem !important

    }



    .pr-md-2,

    .px-md-2 {

        padding-right: .5rem !important

    }



    .pb-md-2,

    .py-md-2 {

        padding-bottom: .5rem !important

    }



    .pl-md-2,

    .px-md-2 {

        padding-left: .5rem !important

    }



    .p-md-3 {

        padding: 1rem !important

    }



    .pt-md-3,

    .py-md-3 {

        padding-top: 1rem !important

    }



    .pr-md-3,

    .px-md-3 {

        padding-right: 1rem !important

    }



    .pb-md-3,

    .py-md-3 {

        padding-bottom: 1rem !important

    }



    .pl-md-3,

    .px-md-3 {

        padding-left: 1rem !important

    }



    .p-md-4 {

        padding: 1.5rem !important

    }



    .pt-md-4,

    .py-md-4 {

        padding-top: 1.5rem !important

    }



    .pr-md-4,

    .px-md-4 {

        padding-right: 1.5rem !important

    }



    .pb-md-4,

    .py-md-4 {

        padding-bottom: 1.5rem !important

    }



    .pl-md-4,

    .px-md-4 {

        padding-left: 1.5rem !important

    }



    .p-md-5 {

        padding: 3rem !important

    }



    .pt-md-5,

    .py-md-5 {

        padding-top: 3rem !important

    }



    .pr-md-5,

    .px-md-5 {

        padding-right: 3rem !important

    }



    .pb-md-5,

    .py-md-5 {

        padding-bottom: 3rem !important

    }



    .pl-md-5,

    .px-md-5 {

        padding-left: 3rem !important

    }



    .m-md-auto {

        margin: auto !important

    }



    .mt-md-auto,

    .my-md-auto {

        margin-top: auto !important

    }



    .mr-md-auto,

    .mx-md-auto {

        margin-right: auto !important

    }



    .mb-md-auto,

    .my-md-auto {

        margin-bottom: auto !important

    }



    .ml-md-auto,

    .mx-md-auto {

        margin-left: auto !important

    }

}



@media (min-width:992px) {

    .m-lg-0 {

        margin: 0 !important

    }



    .mt-lg-0,

    .my-lg-0 {

        margin-top: 0 !important

    }



    .mr-lg-0,

    .mx-lg-0 {

        margin-right: 0 !important

    }



    .mb-lg-0,

    .my-lg-0 {

        margin-bottom: 0 !important

    }



    .ml-lg-0,

    .mx-lg-0 {

        margin-left: 0 !important

    }



    .m-lg-1 {

        margin: .25rem !important

    }



    .mt-lg-1,

    .my-lg-1 {

        margin-top: .25rem !important

    }



    .mr-lg-1,

    .mx-lg-1 {

        margin-right: .25rem !important

    }



    .mb-lg-1,

    .my-lg-1 {

        margin-bottom: .25rem !important

    }



    .ml-lg-1,

    .mx-lg-1 {

        margin-left: .25rem !important

    }



    .m-lg-2 {

        margin: .5rem !important

    }



    .mt-lg-2,

    .my-lg-2 {

        margin-top: .5rem !important

    }



    .mr-lg-2,

    .mx-lg-2 {

        margin-right: .5rem !important

    }



    .mb-lg-2,

    .my-lg-2 {

        margin-bottom: .5rem !important

    }



    .ml-lg-2,

    .mx-lg-2 {

        margin-left: .5rem !important

    }



    .m-lg-3 {

        margin: 1rem !important

    }



    .mt-lg-3,

    .my-lg-3 {

        margin-top: 1rem !important

    }



    .mr-lg-3,

    .mx-lg-3 {

        margin-right: 1rem !important

    }



    .mb-lg-3,

    .my-lg-3 {

        margin-bottom: 1rem !important

    }



    .ml-lg-3,

    .mx-lg-3 {

        margin-left: 1rem !important

    }



    .m-lg-4 {

        margin: 1.5rem !important

    }



    .mt-lg-4,

    .my-lg-4 {

        margin-top: 1.5rem !important

    }



    .mr-lg-4,

    .mx-lg-4 {

        margin-right: 1.5rem !important

    }



    .mb-lg-4,

    .my-lg-4 {

        margin-bottom: 1.5rem !important

    }



    .ml-lg-4,

    .mx-lg-4 {

        margin-left: 1.5rem !important

    }



    .m-lg-5 {

        margin: 3rem !important

    }



    .mt-lg-5,

    .my-lg-5 {

        margin-top: 3rem !important

    }



    .mr-lg-5,

    .mx-lg-5 {

        margin-right: 3rem !important

    }



    .mb-lg-5,

    .my-lg-5 {

        margin-bottom: 3rem !important

    }



    .ml-lg-5,

    .mx-lg-5 {

        margin-left: 3rem !important

    }



    .p-lg-0 {

        padding: 0 !important

    }



    .pt-lg-0,

    .py-lg-0 {

        padding-top: 0 !important

    }



    .pr-lg-0,

    .px-lg-0 {

        padding-right: 0 !important

    }



    .pb-lg-0,

    .py-lg-0 {

        padding-bottom: 0 !important

    }



    .pl-lg-0,

    .px-lg-0 {

        padding-left: 0 !important

    }



    .p-lg-1 {

        padding: .25rem !important

    }



    .pt-lg-1,

    .py-lg-1 {

        padding-top: .25rem !important

    }



    .pr-lg-1,

    .px-lg-1 {

        padding-right: .25rem !important

    }



    .pb-lg-1,

    .py-lg-1 {

        padding-bottom: .25rem !important

    }



    .pl-lg-1,

    .px-lg-1 {

        padding-left: .25rem !important

    }



    .p-lg-2 {

        padding: .5rem !important

    }



    .pt-lg-2,

    .py-lg-2 {

        padding-top: .5rem !important

    }



    .pr-lg-2,

    .px-lg-2 {

        padding-right: .5rem !important

    }



    .pb-lg-2,

    .py-lg-2 {

        padding-bottom: .5rem !important

    }



    .pl-lg-2,

    .px-lg-2 {

        padding-left: .5rem !important

    }



    .p-lg-3 {

        padding: 1rem !important

    }



    .pt-lg-3,

    .py-lg-3 {

        padding-top: 1rem !important

    }



    .pr-lg-3,

    .px-lg-3 {

        padding-right: 1rem !important

    }



    .pb-lg-3,

    .py-lg-3 {

        padding-bottom: 1rem !important

    }



    .pl-lg-3,

    .px-lg-3 {

        padding-left: 1rem !important

    }



    .p-lg-4 {

        padding: 1.5rem !important

    }



    .pt-lg-4,

    .py-lg-4 {

        padding-top: 1.5rem !important

    }



    .pr-lg-4,

    .px-lg-4 {

        padding-right: 1.5rem !important

    }



    .pb-lg-4,

    .py-lg-4 {

        padding-bottom: 1.5rem !important

    }



    .pl-lg-4,

    .px-lg-4 {

        padding-left: 1.5rem !important

    }



    .p-lg-5 {

        padding: 3rem !important

    }



    .pt-lg-5,

    .py-lg-5 {

        padding-top: 3rem !important

    }



    .pr-lg-5,

    .px-lg-5 {

        padding-right: 3rem !important

    }



    .pb-lg-5,

    .py-lg-5 {

        padding-bottom: 3rem !important

    }



    .pl-lg-5,

    .px-lg-5 {

        padding-left: 3rem !important

    }



    .m-lg-auto {

        margin: auto !important

    }



    .mt-lg-auto,

    .my-lg-auto {

        margin-top: auto !important

    }



    .mr-lg-auto,

    .mx-lg-auto {

        margin-right: auto !important

    }



    .mb-lg-auto,

    .my-lg-auto {

        margin-bottom: auto !important

    }



    .ml-lg-auto,

    .mx-lg-auto {

        margin-left: auto !important

    }

}



@media (min-width:1200px) {

    .m-xl-0 {

        margin: 0 !important

    }



    .mt-xl-0,

    .my-xl-0 {

        margin-top: 0 !important

    }



    .mr-xl-0,

    .mx-xl-0 {

        margin-right: 0 !important

    }



    .mb-xl-0,

    .my-xl-0 {

        margin-bottom: 0 !important

    }



    .ml-xl-0,

    .mx-xl-0 {

        margin-left: 0 !important

    }



    .m-xl-1 {

        margin: .25rem !important

    }



    .mt-xl-1,

    .my-xl-1 {

        margin-top: .25rem !important

    }



    .mr-xl-1,

    .mx-xl-1 {

        margin-right: .25rem !important

    }



    .mb-xl-1,

    .my-xl-1 {

        margin-bottom: .25rem !important

    }



    .ml-xl-1,

    .mx-xl-1 {

        margin-left: .25rem !important

    }



    .m-xl-2 {

        margin: .5rem !important

    }



    .mt-xl-2,

    .my-xl-2 {

        margin-top: .5rem !important

    }



    .mr-xl-2,

    .mx-xl-2 {

        margin-right: .5rem !important

    }



    .mb-xl-2,

    .my-xl-2 {

        margin-bottom: .5rem !important

    }



    .ml-xl-2,

    .mx-xl-2 {

        margin-left: .5rem !important

    }



    .m-xl-3 {

        margin: 1rem !important

    }



    .mt-xl-3,

    .my-xl-3 {

        margin-top: 1rem !important

    }



    .mr-xl-3,

    .mx-xl-3 {

        margin-right: 1rem !important

    }



    .mb-xl-3,

    .my-xl-3 {

        margin-bottom: 1rem !important

    }



    .ml-xl-3,

    .mx-xl-3 {

        margin-left: 1rem !important

    }



    .m-xl-4 {

        margin: 1.5rem !important

    }



    .mt-xl-4,

    .my-xl-4 {

        margin-top: 1.5rem !important

    }



    .mr-xl-4,

    .mx-xl-4 {

        margin-right: 1.5rem !important

    }



    .mb-xl-4,

    .my-xl-4 {

        margin-bottom: 1.5rem !important

    }



    .ml-xl-4,

    .mx-xl-4 {

        margin-left: 1.5rem !important

    }



    .m-xl-5 {

        margin: 3rem !important

    }



    .mt-xl-5,

    .my-xl-5 {

        margin-top: 3rem !important

    }



    .mr-xl-5,

    .mx-xl-5 {

        margin-right: 3rem !important

    }



    .mb-xl-5,

    .my-xl-5 {

        margin-bottom: 3rem !important

    }



    .ml-xl-5,

    .mx-xl-5 {

        margin-left: 3rem !important

    }



    .p-xl-0 {

        padding: 0 !important

    }



    .pt-xl-0,

    .py-xl-0 {

        padding-top: 0 !important

    }



    .pr-xl-0,

    .px-xl-0 {

        padding-right: 0 !important

    }



    .pb-xl-0,

    .py-xl-0 {

        padding-bottom: 0 !important

    }



    .pl-xl-0,

    .px-xl-0 {

        padding-left: 0 !important

    }



    .p-xl-1 {

        padding: .25rem !important

    }



    .pt-xl-1,

    .py-xl-1 {

        padding-top: .25rem !important

    }



    .pr-xl-1,

    .px-xl-1 {

        padding-right: .25rem !important

    }



    .pb-xl-1,

    .py-xl-1 {

        padding-bottom: .25rem !important

    }



    .pl-xl-1,

    .px-xl-1 {

        padding-left: .25rem !important

    }



    .p-xl-2 {

        padding: .5rem !important

    }



    .pt-xl-2,

    .py-xl-2 {

        padding-top: .5rem !important

    }



    .pr-xl-2,

    .px-xl-2 {

        padding-right: .5rem !important

    }



    .pb-xl-2,

    .py-xl-2 {

        padding-bottom: .5rem !important

    }



    .pl-xl-2,

    .px-xl-2 {

        padding-left: .5rem !important

    }



    .p-xl-3 {

        padding: 1rem !important

    }



    .pt-xl-3,

    .py-xl-3 {

        padding-top: 1rem !important

    }



    .pr-xl-3,

    .px-xl-3 {

        padding-right: 1rem !important

    }



    .pb-xl-3,

    .py-xl-3 {

        padding-bottom: 1rem !important

    }



    .pl-xl-3,

    .px-xl-3 {

        padding-left: 1rem !important

    }



    .p-xl-4 {

        padding: 1.5rem !important

    }



    .pt-xl-4,

    .py-xl-4 {

        padding-top: 1.5rem !important

    }



    .pr-xl-4,

    .px-xl-4 {

        padding-right: 1.5rem !important

    }



    .pb-xl-4,

    .py-xl-4 {

        padding-bottom: 1.5rem !important

    }



    .pl-xl-4,

    .px-xl-4 {

        padding-left: 1.5rem !important

    }



    .p-xl-5 {

        padding: 3rem !important

    }



    .pt-xl-5,

    .py-xl-5 {

        padding-top: 3rem !important

    }



    .pr-xl-5,

    .px-xl-5 {

        padding-right: 3rem !important

    }



    .pb-xl-5,

    .py-xl-5 {

        padding-bottom: 3rem !important

    }



    .pl-xl-5,

    .px-xl-5 {

        padding-left: 3rem !important

    }



    .m-xl-auto {

        margin: auto !important

    }



    .mt-xl-auto,

    .my-xl-auto {

        margin-top: auto !important

    }



    .mr-xl-auto,

    .mx-xl-auto {

        margin-right: auto !important

    }



    .mb-xl-auto,

    .my-xl-auto {

        margin-bottom: auto !important

    }



    .ml-xl-auto,

    .mx-xl-auto {

        margin-left: auto !important

    }

}



.text-monospace {

    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace

}



.text-justify {

    text-align: justify !important

}



.text-nowrap {

    white-space: nowrap !important

}



.text-truncate {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap

}



.text-left {

    text-align: left !important

}



.text-right {

    text-align: right !important

}



.text-center {

    text-align: center !important

}



@media (min-width:576px) {

    .text-sm-left {

        text-align: left !important

    }



    .text-sm-right {

        text-align: right !important

    }



    .text-sm-center {

        text-align: center !important

    }

}



@media (min-width:768px) {

    .text-md-left {

        text-align: left !important

    }



    .text-md-right {

        text-align: right !important

    }



    .text-md-center {

        text-align: center !important

    }

}



@media (min-width:992px) {

    .text-lg-left {

        text-align: left !important

    }



    .text-lg-right {

        text-align: right !important

    }



    .text-lg-center {

        text-align: center !important

    }

}



@media (min-width:1200px) {

    .text-xl-left {

        text-align: left !important

    }



    .text-xl-right {

        text-align: right !important

    }



    .text-xl-center {

        text-align: center !important

    }

}



.text-lowercase {

    text-transform: lowercase !important

}



.text-uppercase {

    text-transform: uppercase !important

}



.text-capitalize {

    text-transform: capitalize !important

}



.font-weight-light {

    font-weight: 300 !important

}



.font-weight-normal {

    font-weight: 400 !important

}



.font-weight-bold {

    font-weight: 700 !important

}



.font-italic {

    font-style: italic !important

}



.text-white {

    color: #fff !important

}



.text-primary {

    color: #007bff !important

}



a.text-primary:focus,

a.text-primary:hover {

    color: #0062cc !important

}



.text-secondary {

    color: #6c757d !important

}



a.text-secondary:focus,

a.text-secondary:hover {

    color: #545b62 !important

}



.text-success {

    color: #28a745 !important

}



a.text-success:focus,

a.text-success:hover {

    color: #1e7e34 !important

}



.text-info {

    color: #17a2b8 !important

}



a.text-info:focus,

a.text-info:hover {

    color: #117a8b !important

}



.text-warning {

    color: #ffc107 !important

}



a.text-warning:focus,

a.text-warning:hover {

    color: #d39e00 !important

}



.text-danger {

    color: #dc3545 !important

}



a.text-danger:focus,

a.text-danger:hover {

    color: #bd2130 !important

}



.text-light {

    color: #f8f9fa !important

}



a.text-light:focus,

a.text-light:hover {

    color: #dae0e5 !important

}



.text-dark {

    color: #343a40 !important

}



a.text-dark:focus,

a.text-dark:hover {

    color: #1d2124 !important

}



.text-body {

    color: #202020 !important

}



.text-muted {

    color: #6c757d !important

}



.text-black-50 {

    color: rgba(0, 0, 0, .5) !important

}



.text-white-50 {

    color: rgba(255, 255, 255, .5) !important

}



.text-hide {

    font: 0/0 a;

    color: transparent;

    text-shadow: none;

    background-color: transparent;

    border: 0

}



.visible {

    visibility: visible !important

}



.invisible {

    visibility: hidden !important

}



@media print {



    *,

    ::after,

    ::before {

        text-shadow: none !important;

        -webkit-box-shadow: none !important;

        box-shadow: none !important

    }



    a:not(.btn) {

        text-decoration: underline

    }



    abbr[title]::after {

        content: " ("attr(title) ")"

    }



    pre {

        white-space: pre-wrap !important

    }



    blockquote,

    pre {

        border: 1px solid #adb5bd;

        page-break-inside: avoid

    }



    thead {

        display: table-header-group

    }



    img,

    tr {

        page-break-inside: avoid

    }



    h2,

    h3,

    p {

        orphans: 3;

        widows: 3

    }



    h2,

    h3 {

        page-break-after: avoid

    }



    @page {

        size: a3

    }



    body {

        min-width: 992px !important

    }



    .container {

        min-width: 992px !important

    }



    .navbar {

        display: none

    }



    .badge {

        border: 1px solid #000

    }



    .table {

        border-collapse: collapse !important

    }



    .table td,

    .table th {

        background-color: #fff !important

    }



    .table-bordered td,

    .table-bordered th {

        border: 1px solid #dee2e6 !important

    }



    .table-dark {

        color: inherit

    }



    .table-dark tbody+tbody,

    .table-dark td,

    .table-dark th,

    .table-dark thead th {

        border-color: #dee2e6

    }



    .table .thead-dark th {

        color: inherit;

        border-color: #dee2e6

    }

}



.wrapper {

    padding: 30px 0

}



#wrapper-hero {

    padding: 0 !important

}



.bypostauthor,

.gallery-caption,

.sticky {

    font-size: inherit

}



.wrapper#wrapper-sticky {

    border-bottom: 1px solid #dee2e6

}



#wrapper-footer-full,

#wrapper-static-hero {

    background-color: #e9ecef

}



.wp-caption {

    font-size: inherit

}



.wp-caption-text {

    font-size: inherit

}



.screen-reader-text {

    font-size: inherit

}



.alignleft {

    display: inline;

    float: left;

    margin-right: 1.5em

}



.alignright {

    display: inline;

    float: right;

    margin-left: 1.5em

}



.aligncenter {

    margin: 0 auto

}



.entry-footer span {

    padding-right: 10px

}



figure.woocommerce-product-gallery__wrapper {

    max-width: inherit !important

}



#secondary img,

article img,

figure,

img,

img.wp-post-image {

    max-width: 100%;

    height: auto

}



a.skip-link {

    position: fixed;

    z-index: 1000;

    top: 0;

    right: 0

}



.jumbotron {

    margin-bottom: 0

}



.navbar-dark .navbar-nav .dropdown-menu .nav-link {

    display: block;

    width: 100%;

    padding: .25rem 1.5rem;

    clear: both;

    font-weight: 400;

    color: #212529 !important;

    text-align: inherit;

    white-space: nowrap;

    background: 0 0;

    border: 0

}



.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus,

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {

    color: #16181b !important;

    text-decoration: none;

    background-color: #f8f9fa

}



.navbar-dark .navbar-nav .dropdown-menu .nav-link.active,

.navbar-dark .navbar-nav .dropdown-menu .nav-link:active {

    color: #fff !important;

    text-decoration: none;

    background-color: #007bff

}



.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled,

.navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {

    color: #6c757d !important;

    background-color: transparent

}



.navbar-light .navbar-brand a {

    color: rgba(0, 0, 0, .9)

}



.navbar-light .navbar-brand a:focus,

.navbar-light .navbar-brand a:hover {

    color: rgba(0, 0, 0, .9)

}



.navbar-dark .navbar-brand a {

    color: #fff

}



.navbar-dark .navbar-brand a:focus,

.navbar-dark .navbar-brand a:hover {

    color: #fff

}



.woocommerce-input-wrapper {

    width: 100%

}





/*!

 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

 */



@font-face {

    font-family: FontAwesome;

    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);

    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");

    font-weight: 400;

    font-style: normal;

	font-display: auto;

}



.fa {

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale

}



.fa-lg {

    font-size: 1.33333em;

    line-height: .75em;

    vertical-align: -15%

}



.fa-2x {

    font-size: 2em

}



.fa-3x {

    font-size: 3em

}



.fa-4x {

    font-size: 4em

}



.fa-5x {

    font-size: 5em

}



.fa-fw {

    width: 1.28571em;

    text-align: center

}



.fa-ul {

    padding-left: 0;

    margin-left: 2.14286em;

    list-style-type: none

}



.fa-ul>li {

    position: relative

}



.fa-li {

    position: absolute;

    left: -2.14286em;

    width: 2.14286em;

    top: .14286em;

    text-align: center

}



.fa-li.fa-lg {

    left: -1.85714em

}



.fa-border {

    padding: .2em .25em .15em;

    border: solid .08em #eee;

    border-radius: .1em

}



.fa-pull-left {

    float: left

}



.fa-pull-right {

    float: right

}



.fa.fa-pull-left {

    margin-right: .3em

}



.fa.fa-pull-right {

    margin-left: .3em

}



.pull-right {

    float: right

}



.pull-left {

    float: left

}



.fa.pull-left {

    margin-right: .3em

}



.fa.pull-right {

    margin-left: .3em

}



.fa-spin {

    -webkit-animation: fa-spin 2s infinite linear;

    animation: fa-spin 2s infinite linear

}



.fa-pulse {

    -webkit-animation: fa-spin 1s infinite steps(8);

    animation: fa-spin 1s infinite steps(8)

}



@-webkit-keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0)

    }



    100% {

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



@keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0)

    }



    100% {

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



.fa-rotate-90 {

    -webkit-transform: rotate(90deg);

    transform: rotate(90deg)

}



.fa-rotate-180 {

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg)

}



.fa-rotate-270 {

    -webkit-transform: rotate(270deg);

    transform: rotate(270deg)

}



.fa-flip-horizontal {

    -webkit-transform: scale(-1, 1);

    transform: scale(-1, 1)

}



.fa-flip-vertical {

    -webkit-transform: scale(1, -1);

    transform: scale(1, -1)

}



:root .fa-flip-horizontal,

:root .fa-flip-vertical,

:root .fa-rotate-180,

:root .fa-rotate-270,

:root .fa-rotate-90 {

    -webkit-filter: none;

    filter: none

}



.fa-stack {

    position: relative;

    display: inline-block;

    width: 2em;

    height: 2em;

    line-height: 2em;

    vertical-align: middle

}



.fa-stack-1x,

.fa-stack-2x {

    position: absolute;

    left: 0;

    width: 100%;

    text-align: center

}



.fa-stack-1x {

    line-height: inherit

}



.fa-stack-2x {

    font-size: 2em

}



.fa-inverse {

    color: #fff

}



.fa-glass:before {

    content: ""

}



.fa-music:before {

    content: ""

}



.fa-search:before {

    content: ""

}



.fa-envelope-o:before {

    content: ""

}



.fa-heart:before {

    content: ""

}



.fa-star:before {

    content: ""

}



.fa-star-o:before {

    content: ""

}



.fa-user:before {

    content: ""

}



.fa-film:before {

    content: ""

}



.fa-th-large:before {

    content: ""

}



.fa-th:before {

    content: ""

}



.fa-th-list:before {

    content: ""

}



.fa-check:before {

    content: ""

}



.fa-close:before,

.fa-remove:before,

.fa-times:before {

    content: ""

}



.fa-search-plus:before {

    content: ""

}



.fa-search-minus:before {

    content: ""

}



.fa-power-off:before {

    content: ""

}



.fa-signal:before {

    content: ""

}



.fa-cog:before,

.fa-gear:before {

    content: ""

}



.fa-trash-o:before {

    content: ""

}



.fa-home:before {

    content: ""

}



.fa-file-o:before {

    content: ""

}



.fa-clock-o:before {

    content: ""

}



.fa-road:before {

    content: ""

}



.fa-download:before {

    content: ""

}



.fa-arrow-circle-o-down:before {

    content: ""

}



.fa-arrow-circle-o-up:before {

    content: ""

}



.fa-inbox:before {

    content: ""

}



.fa-play-circle-o:before {

    content: ""

}



.fa-repeat:before,

.fa-rotate-right:before {

    content: ""

}



.fa-refresh:before {

    content: ""

}



.fa-list-alt:before {

    content: ""

}



.fa-lock:before {

    content: ""

}



.fa-flag:before {

    content: ""

}



.fa-headphones:before {

    content: ""

}



.fa-volume-off:before {

    content: ""

}



.fa-volume-down:before {

    content: ""

}



.fa-volume-up:before {

    content: ""

}



.fa-qrcode:before {

    content: ""

}



.fa-barcode:before {

    content: ""

}



.fa-tag:before {

    content: ""

}



.fa-tags:before {

    content: ""

}



.fa-book:before {

    content: ""

}



.fa-bookmark:before {

    content: ""

}



.fa-print:before {

    content: ""

}



.fa-camera:before {

    content: ""

}



.fa-font:before {

    content: ""

}



.fa-bold:before {

    content: ""

}



.fa-italic:before {

    content: ""

}



.fa-text-height:before {

    content: ""

}



.fa-text-width:before {

    content: ""

}



.fa-align-left:before {

    content: ""

}



.fa-align-center:before {

    content: ""

}



.fa-align-right:before {

    content: ""

}



.fa-align-justify:before {

    content: ""

}



.fa-list:before {

    content: ""

}



.fa-dedent:before,

.fa-outdent:before {

    content: ""

}



.fa-indent:before {

    content: ""

}



.fa-video-camera:before {

    content: ""

}



.fa-image:before,

.fa-photo:before,

.fa-picture-o:before {

    content: ""

}



.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {

    content: ""

}



.fa-minus:before {

    content: ""

}



.fa-asterisk:before {

    content: ""

}



.fa-exclamation-circle:before {

    content: ""

}



.fa-gift:before {

    content: ""

}



.fa-leaf:before {

    content: ""

}



.fa-fire:before {

    content: ""

}



.fa-eye:before {

    content: ""

}



.fa-eye-slash:before {

    content: ""

}



.fa-exclamation-triangle:before,

.fa-warning:before {

    content: ""

}



.fa-plane:before {

    content: ""

}



.fa-calendar:before {

    content: ""

}



.fa-random:before {

    content: ""

}



.fa-comment:before {

    content: ""

}



.fa-magnet:before {

    content: ""

}



.fa-chevron-up:before {

    content: ""

}



.fa-chevron-down:before {

    content: ""

}



.fa-retweet:before {

    content: ""

}



.fa-shopping-cart:before {

    content: ""

}



.fa-folder:before {

    content: ""

}



.fa-folder-open:before {

    content: ""

}



.fa-arrows-v:before {

    content: ""

}



.fa-arrows-h:before {

    content: ""

}



.fa-bar-chart-o:before,

.fa-bar-chart:before {

    content: ""

}



.fa-twitter-square:before {

    content: ""

}



.fa-facebook-square:before {

    content: ""

}



.fa-camera-retro:before {

    content: ""

}



.fa-key:before {

    content: ""

}



.fa-cogs:before,

.fa-gears:before {

    content: ""

}



.fa-comments:before {

    content: ""

}



.fa-thumbs-o-up:before {

    content: ""

}



.fa-thumbs-o-down:before {

    content: ""

}



.fa-star-half:before {

    content: ""

}



.fa-heart-o:before {

    content: ""

}



.fa-sign-out:before {

    content: ""

}



.fa-linkedin-square:before {

    content: ""

}



.fa-thumb-tack:before {

    content: ""

}



.fa-external-link:before {

    content: ""

}



.fa-sign-in:before {

    content: ""

}



.fa-trophy:before {

    content: ""

}



.fa-github-square:before {

    content: ""

}



.fa-upload:before {

    content: ""

}



.fa-lemon-o:before {

    content: ""

}



.fa-phone:before {

    content: ""

}



.fa-square-o:before {

    content: ""

}



.fa-bookmark-o:before {

    content: ""

}



.fa-phone-square:before {

    content: ""

}



.fa-twitter:before {

    content: ""

}



.fa-facebook-f:before,

.fa-facebook:before {

    content: ""

}



.fa-github:before {

    content: ""

}



.fa-unlock:before {

    content: ""

}



.fa-credit-card:before {

    content: ""

}



.fa-feed:before,

.fa-rss:before {

    content: ""

}



.fa-hdd-o:before {

    content: ""

}



.fa-bullhorn:before {

    content: ""

}



.fa-bell:before {

    content: ""

}



.fa-certificate:before {

    content: ""

}



.fa-hand-o-right:before {

    content: ""

}



.fa-hand-o-left:before {

    content: ""

}



.fa-hand-o-up:before {

    content: ""

}



.fa-hand-o-down:before {

    content: ""

}



.fa-arrow-circle-left:before {

    content: ""

}



.fa-arrow-circle-right:before {

    content: ""

}



.fa-arrow-circle-up:before {

    content: ""

}



.fa-arrow-circle-down:before {

    content: ""

}



.fa-globe:before {

    content: ""

}



.fa-wrench:before {

    content: ""

}



.fa-tasks:before {

    content: ""

}



.fa-filter:before {

    content: ""

}



.fa-briefcase:before {

    content: ""

}



.fa-arrows-alt:before {

    content: ""

}



.fa-group:before,

.fa-users:before {

    content: ""

}



.fa-chain:before,

.fa-link:before {

    content: ""

}



.fa-cloud:before {

    content: ""

}



.fa-flask:before {

    content: ""

}



.fa-cut:before,

.fa-scissors:before {

    content: ""

}



.fa-copy:before,

.fa-files-o:before {

    content: ""

}



.fa-paperclip:before {

    content: ""

}



.fa-floppy-o:before,

.fa-save:before {

    content: ""

}



.fa-square:before {

    content: ""

}



.fa-bars:before,

.fa-navicon:before,

.fa-reorder:before {

    content: ""

}



.fa-list-ul:before {

    content: ""

}



.fa-list-ol:before {

    content: ""

}



.fa-strikethrough:before {

    content: ""

}



.fa-underline:before {

    content: ""

}



.fa-table:before {

    content: ""

}



.fa-magic:before {

    content: ""

}



.fa-truck:before {

    content: ""

}



.fa-pinterest:before {

    content: ""

}



.fa-pinterest-square:before {

    content: ""

}



.fa-google-plus-square:before {

    content: ""

}



.fa-google-plus:before {

    content: ""

}



.fa-money:before {

    content: ""

}



.fa-caret-down:before {

    content: ""

}



.fa-caret-up:before {

    content: ""

}



.fa-caret-left:before {

    content: ""

}



.fa-caret-right:before {

    content: ""

}



.fa-columns:before {

    content: ""

}



.fa-sort:before,

.fa-unsorted:before {

    content: ""

}



.fa-sort-desc:before,

.fa-sort-down:before {

    content: ""

}



.fa-sort-asc:before,

.fa-sort-up:before {

    content: ""

}



.fa-envelope:before {

    content: ""

}



.fa-linkedin:before {

    content: ""

}



.fa-rotate-left:before,

.fa-undo:before {

    content: ""

}



.fa-gavel:before,

.fa-legal:before {

    content: ""

}



.fa-dashboard:before,

.fa-tachometer:before {

    content: ""

}



.fa-comment-o:before {

    content: ""

}



.fa-comments-o:before {

    content: ""

}



.fa-bolt:before,

.fa-flash:before {

    content: ""

}



.fa-sitemap:before {

    content: ""

}



.fa-umbrella:before {

    content: ""

}



.fa-clipboard:before,

.fa-paste:before {

    content: ""

}



.fa-lightbulb-o:before {

    content: ""

}



.fa-exchange:before {

    content: ""

}



.fa-cloud-download:before {

    content: ""

}



.fa-cloud-upload:before {

    content: ""

}



.fa-user-md:before {

    content: ""

}



.fa-stethoscope:before {

    content: ""

}



.fa-suitcase:before {

    content: ""

}



.fa-bell-o:before {

    content: ""

}



.fa-coffee:before {

    content: ""

}



.fa-cutlery:before {

    content: ""

}



.fa-file-text-o:before {

    content: ""

}



.fa-building-o:before {

    content: ""

}



.fa-hospital-o:before {

    content: ""

}



.fa-ambulance:before {

    content: ""

}



.fa-medkit:before {

    content: ""

}



.fa-fighter-jet:before {

    content: ""

}



.fa-beer:before {

    content: ""

}



.fa-h-square:before {

    content: ""

}



.fa-plus-square:before {

    content: ""

}



.fa-angle-double-left:before {

    content: ""

}



.fa-angle-double-right:before {

    content: ""

}



.fa-angle-double-up:before {

    content: ""

}



.fa-angle-double-down:before {

    content: ""

}



.fa-angle-left:before {

    content: ""

}



.fa-angle-right:before {

    content: ""

}



.fa-angle-up:before {

    content: ""

}



.fa-angle-down:before {

    content: ""

}



.fa-desktop:before {

    content: ""

}



.fa-laptop:before {

    content: ""

}



.fa-tablet:before {

    content: ""

}



.fa-mobile-phone:before,

.fa-mobile:before {

    content: ""

}



.fa-circle-o:before {

    content: ""

}



.fa-quote-left:before {

    content: ""

}



.fa-quote-right:before {

    content: ""

}



.fa-spinner:before {

    content: ""

}



.fa-circle:before {

    content: ""

}



.fa-mail-reply:before,

.fa-reply:before {

    content: ""

}



.fa-github-alt:before {

    content: ""

}



.fa-folder-o:before {

    content: ""

}



.fa-folder-open-o:before {

    content: ""

}



.fa-smile-o:before {

    content: ""

}



.fa-frown-o:before {

    content: ""

}



.fa-meh-o:before {

    content: ""

}



.fa-gamepad:before {

    content: ""

}



.fa-keyboard-o:before {

    content: ""

}



.fa-flag-o:before {

    content: ""

}



.fa-flag-checkered:before {

    content: ""

}



.fa-terminal:before {

    content: ""

}



.fa-code:before {

    content: ""

}



.fa-mail-reply-all:before,

.fa-reply-all:before {

    content: ""

}



.fa-star-half-empty:before,

.fa-star-half-full:before,

.fa-star-half-o:before {

    content: ""

}



.fa-location-arrow:before {

    content: ""

}



.fa-crop:before {

    content: ""

}



.fa-code-fork:before {

    content: ""

}



.fa-chain-broken:before,

.fa-unlink:before {

    content: ""

}



.fa-question:before {

    content: ""

}



.fa-info:before {

    content: ""

}



.fa-exclamation:before {

    content: ""

}



.fa-superscript:before {

    content: ""

}



.fa-subscript:before {

    content: ""

}



.fa-eraser:before {

    content: ""

}



.fa-puzzle-piece:before {

    content: ""

}



.fa-microphone:before {

    content: ""

}



.fa-microphone-slash:before {

    content: ""

}



.fa-shield:before {

    content: ""

}



.fa-calendar-o:before {

    content: ""

}



.fa-fire-extinguisher:before {

    content: ""

}



.fa-rocket:before {

    content: ""

}



.fa-maxcdn:before {

    content: ""

}



.fa-chevron-circle-left:before {

    content: ""

}



.fa-chevron-circle-right:before {

    content: ""

}



.fa-chevron-circle-up:before {

    content: ""

}



.fa-chevron-circle-down:before {

    content: ""

}



.fa-html5:before {

    content: ""

}



.fa-css3:before {

    content: ""

}



.fa-anchor:before {

    content: ""

}



.fa-unlock-alt:before {

    content: ""

}



.fa-bullseye:before {

    content: ""

}



.fa-ellipsis-h:before {

    content: ""

}



.fa-ellipsis-v:before {

    content: ""

}



.fa-rss-square:before {

    content: ""

}



.fa-play-circle:before {

    content: ""

}



.fa-ticket:before {

    content: ""

}



.fa-minus-square:before {

    content: ""

}



.fa-minus-square-o:before {

    content: ""

}



.fa-level-up:before {

    content: ""

}



.fa-level-down:before {

    content: ""

}



.fa-check-square:before {

    content: ""

}



.fa-pencil-square:before {

    content: ""

}



.fa-external-link-square:before {

    content: ""

}



.fa-share-square:before {

    content: ""

}



.fa-compass:before {

    content: ""

}



.fa-caret-square-o-down:before,

.fa-toggle-down:before {

    content: ""

}



.fa-caret-square-o-up:before,

.fa-toggle-up:before {

    content: ""

}



.fa-caret-square-o-right:before,

.fa-toggle-right:before {

    content: ""

}



.fa-eur:before,

.fa-euro:before {

    content: ""

}



.fa-gbp:before {

    content: ""

}



.fa-dollar:before,

.fa-usd:before {

    content: ""

}



.fa-inr:before,

.fa-rupee:before {

    content: ""

}



.fa-cny:before,

.fa-jpy:before,

.fa-rmb:before,

.fa-yen:before {

    content: ""

}



.fa-rouble:before,

.fa-rub:before,

.fa-ruble:before {

    content: ""

}



.fa-krw:before,

.fa-won:before {

    content: ""

}



.fa-bitcoin:before,

.fa-btc:before {

    content: ""

}



.fa-file:before {

    content: ""

}



.fa-file-text:before {

    content: ""

}



.fa-sort-alpha-asc:before {

    content: ""

}



.fa-sort-alpha-desc:before {

    content: ""

}



.fa-sort-amount-asc:before {

    content: ""

}



.fa-sort-amount-desc:before {

    content: ""

}



.fa-sort-numeric-asc:before {

    content: ""

}



.fa-sort-numeric-desc:before {

    content: ""

}



.fa-thumbs-up:before {

    content: ""

}



.fa-thumbs-down:before {

    content: ""

}



.fa-youtube-square:before {

    content: ""

}



.fa-youtube:before {

    content: ""

}



.fa-xing:before {

    content: ""

}



.fa-xing-square:before {

    content: ""

}



.fa-youtube-play:before {

    content: ""

}



.fa-dropbox:before {

    content: ""

}



.fa-stack-overflow:before {

    content: ""

}



.fa-instagram:before {

    content: ""

}



.fa-flickr:before {

    content: ""

}



.fa-adn:before {

    content: ""

}



.fa-bitbucket:before {

    content: ""

}



.fa-bitbucket-square:before {

    content: ""

}



.fa-tumblr:before {

    content: ""

}



.fa-tumblr-square:before {

    content: ""

}



.fa-long-arrow-down:before {

    content: ""

}



.fa-long-arrow-up:before {

    content: ""

}



.fa-long-arrow-left:before {

    content: ""

}



.fa-long-arrow-right:before {

    content: ""

}



.fa-apple:before {

    content: ""

}



.fa-windows:before {

    content: ""

}



.fa-android:before {

    content: ""

}



.fa-linux:before {

    content: ""

}



.fa-dribbble:before {

    content: ""

}



.fa-skype:before {

    content: ""

}



.fa-foursquare:before {

    content: ""

}



.fa-trello:before {

    content: ""

}



.fa-female:before {

    content: ""

}



.fa-male:before {

    content: ""

}



.fa-gittip:before,

.fa-gratipay:before {

    content: ""

}



.fa-sun-o:before {

    content: ""

}



.fa-moon-o:before {

    content: ""

}



.fa-archive:before {

    content: ""

}



.fa-bug:before {

    content: ""

}



.fa-vk:before {

    content: ""

}



.fa-weibo:before {

    content: ""

}



.fa-renren:before {

    content: ""

}



.fa-pagelines:before {

    content: ""

}



.fa-stack-exchange:before {

    content: ""

}



.fa-arrow-circle-o-right:before {

    content: ""

}



.fa-arrow-circle-o-left:before {

    content: ""

}



.fa-caret-square-o-left:before,

.fa-toggle-left:before {

    content: ""

}



.fa-dot-circle-o:before {

    content: ""

}



.fa-wheelchair:before {

    content: ""

}



.fa-vimeo-square:before {

    content: ""

}



.fa-try:before,

.fa-turkish-lira:before {

    content: ""

}



.fa-plus-square-o:before {

    content: ""

}



.fa-space-shuttle:before {

    content: ""

}



.fa-slack:before {

    content: ""

}



.fa-envelope-square:before {

    content: ""

}



.fa-wordpress:before {

    content: ""

}



.fa-openid:before {

    content: ""

}



.fa-bank:before,

.fa-institution:before,

.fa-university:before {

    content: ""

}



.fa-graduation-cap:before,

.fa-mortar-board:before {

    content: ""

}



.fa-yahoo:before {

    content: ""

}



.fa-google:before {

    content: ""

}



.fa-reddit:before {

    content: ""

}



.fa-reddit-square:before {

    content: ""

}



.fa-stumbleupon-circle:before {

    content: ""

}



.fa-stumbleupon:before {

    content: ""

}



.fa-delicious:before {

    content: ""

}



.fa-digg:before {

    content: ""

}



.fa-pied-piper-pp:before {

    content: ""

}



.fa-pied-piper-alt:before {

    content: ""

}



.fa-drupal:before {

    content: ""

}



.fa-joomla:before {

    content: ""

}



.fa-language:before {

    content: ""

}



.fa-fax:before {

    content: ""

}



.fa-building:before {

    content: ""

}



.fa-child:before {

    content: ""

}



.fa-paw:before {

    content: ""

}



.fa-spoon:before {

    content: ""

}



.fa-cube:before {

    content: ""

}



.fa-cubes:before {

    content: ""

}



.fa-behance:before {

    content: ""

}



.fa-behance-square:before {

    content: ""

}



.fa-steam:before {

    content: ""

}



.fa-steam-square:before {

    content: ""

}



.fa-recycle:before {

    content: ""

}



.fa-automobile:before,

.fa-car:before {

    content: ""

}



.fa-cab:before,

.fa-taxi:before {

    content: ""

}



.fa-tree:before {

    content: ""

}



.fa-spotify:before {

    content: ""

}



.fa-deviantart:before {

    content: ""

}



.fa-soundcloud:before {

    content: ""

}



.fa-database:before {

    content: ""

}



.fa-file-pdf-o:before {

    content: ""

}



.fa-file-word-o:before {

    content: ""

}



.fa-file-excel-o:before {

    content: ""

}



.fa-file-powerpoint-o:before {

    content: ""

}



.fa-file-image-o:before,

.fa-file-photo-o:before,

.fa-file-picture-o:before {

    content: ""

}



.fa-file-archive-o:before,

.fa-file-zip-o:before {

    content: ""

}



.fa-file-audio-o:before,

.fa-file-sound-o:before {

    content: ""

}



.fa-file-movie-o:before,

.fa-file-video-o:before {

    content: ""

}



.fa-file-code-o:before {

    content: ""

}



.fa-vine:before {

    content: ""

}



.fa-codepen:before {

    content: ""

}



.fa-jsfiddle:before {

    content: ""

}



.fa-life-bouy:before,

.fa-life-buoy:before,

.fa-life-ring:before,

.fa-life-saver:before,

.fa-support:before {

    content: ""

}



.fa-circle-o-notch:before {

    content: ""

}



.fa-ra:before,

.fa-rebel:before,

.fa-resistance:before {

    content: ""

}



.fa-empire:before,

.fa-ge:before {

    content: ""

}



.fa-git-square:before {

    content: ""

}



.fa-git:before {

    content: ""

}



.fa-hacker-news:before,

.fa-y-combinator-square:before,

.fa-yc-square:before {

    content: ""

}



.fa-tencent-weibo:before {

    content: ""

}



.fa-qq:before {

    content: ""

}



.fa-wechat:before,

.fa-weixin:before {

    content: ""

}



.fa-paper-plane:before,

.fa-send:before {

    content: ""

}



.fa-paper-plane-o:before,

.fa-send-o:before {

    content: ""

}



.fa-history:before {

    content: ""

}



.fa-circle-thin:before {

    content: ""

}



.fa-header:before {

    content: ""

}



.fa-paragraph:before {

    content: ""

}



.fa-sliders:before {

    content: ""

}



.fa-share-alt:before {

    content: ""

}



.fa-share-alt-square:before {

    content: ""

}



.fa-bomb:before {

    content: ""

}



.fa-futbol-o:before,

.fa-soccer-ball-o:before {

    content: ""

}



.fa-tty:before {

    content: ""

}



.fa-binoculars:before {

    content: ""

}



.fa-plug:before {

    content: ""

}



.fa-slideshare:before {

    content: ""

}



.fa-twitch:before {

    content: ""

}



.fa-yelp:before {

    content: ""

}



.fa-newspaper-o:before {

    content: ""

}



.fa-wifi:before {

    content: ""

}



.fa-calculator:before {

    content: ""

}



.fa-paypal:before {

    content: ""

}



.fa-google-wallet:before {

    content: ""

}



.fa-cc-visa:before {

    content: ""

}



.fa-cc-mastercard:before {

    content: ""

}



.fa-cc-discover:before {

    content: ""

}



.fa-cc-amex:before {

    content: ""

}



.fa-cc-paypal:before {

    content: ""

}



.fa-cc-stripe:before {

    content: ""

}



.fa-bell-slash:before {

    content: ""

}



.fa-bell-slash-o:before {

    content: ""

}



.fa-trash:before {

    content: ""

}



.fa-copyright:before {

    content: ""

}



.fa-at:before {

    content: ""

}



.fa-eyedropper:before {

    content: ""

}



.fa-paint-brush:before {

    content: ""

}



.fa-birthday-cake:before {

    content: ""

}



.fa-area-chart:before {

    content: ""

}



.fa-pie-chart:before {

    content: ""

}



.fa-line-chart:before {

    content: ""

}



.fa-lastfm:before {

    content: ""

}



.fa-lastfm-square:before {

    content: ""

}



.fa-toggle-off:before {

    content: ""

}



.fa-toggle-on:before {

    content: ""

}



.fa-bicycle:before {

    content: ""

}



.fa-bus:before {

    content: ""

}



.fa-ioxhost:before {

    content: ""

}



.fa-angellist:before {

    content: ""

}



.fa-cc:before {

    content: ""

}



.fa-ils:before,

.fa-shekel:before,

.fa-sheqel:before {

    content: ""

}



.fa-meanpath:before {

    content: ""

}



.fa-buysellads:before {

    content: ""

}



.fa-connectdevelop:before {

    content: ""

}



.fa-dashcube:before {

    content: ""

}



.fa-forumbee:before {

    content: ""

}



.fa-leanpub:before {

    content: ""

}



.fa-sellsy:before {

    content: ""

}



.fa-shirtsinbulk:before {

    content: ""

}



.fa-simplybuilt:before {

    content: ""

}



.fa-skyatlas:before {

    content: ""

}



.fa-cart-plus:before {

    content: ""

}



.fa-cart-arrow-down:before {

    content: ""

}



.fa-diamond:before {

    content: ""

}



.fa-ship:before {

    content: ""

}



.fa-user-secret:before {

    content: ""

}



.fa-motorcycle:before {

    content: ""

}



.fa-street-view:before {

    content: ""

}



.fa-heartbeat:before {

    content: ""

}



.fa-venus:before {

    content: ""

}



.fa-mars:before {

    content: ""

}



.fa-mercury:before {

    content: ""

}



.fa-intersex:before,

.fa-transgender:before {

    content: ""

}



.fa-transgender-alt:before {

    content: ""

}



.fa-venus-double:before {

    content: ""

}



.fa-mars-double:before {

    content: ""

}



.fa-venus-mars:before {

    content: ""

}



.fa-mars-stroke:before {

    content: ""

}



.fa-mars-stroke-v:before {

    content: ""

}



.fa-mars-stroke-h:before {

    content: ""

}



.fa-neuter:before {

    content: ""

}



.fa-genderless:before {

    content: ""

}



.fa-facebook-official:before {

    content: ""

}



.fa-pinterest-p:before {

    content: ""

}



.fa-whatsapp:before {

    content: ""

}



.fa-server:before {

    content: ""

}



.fa-user-plus:before {

    content: ""

}



.fa-user-times:before {

    content: ""

}



.fa-bed:before,

.fa-hotel:before {

    content: ""

}



.fa-viacoin:before {

    content: ""

}



.fa-train:before {

    content: ""

}



.fa-subway:before {

    content: ""

}



.fa-medium:before {

    content: ""

}



.fa-y-combinator:before,

.fa-yc:before {

    content: ""

}



.fa-optin-monster:before {

    content: ""

}



.fa-opencart:before {

    content: ""

}



.fa-expeditedssl:before {

    content: ""

}



.fa-battery-4:before,

.fa-battery-full:before,

.fa-battery:before {

    content: ""

}



.fa-battery-3:before,

.fa-battery-three-quarters:before {

    content: ""

}



.fa-battery-2:before,

.fa-battery-half:before {

    content: ""

}



.fa-battery-1:before,

.fa-battery-quarter:before {

    content: ""

}



.fa-battery-0:before,

.fa-battery-empty:before {

    content: ""

}



.fa-mouse-pointer:before {

    content: ""

}



.fa-i-cursor:before {

    content: ""

}



.fa-object-group:before {

    content: ""

}



.fa-object-ungroup:before {

    content: ""

}



.fa-sticky-note:before {

    content: ""

}



.fa-sticky-note-o:before {

    content: ""

}



.fa-cc-jcb:before {

    content: ""

}



.fa-cc-diners-club:before {

    content: ""

}



.fa-clone:before {

    content: ""

}



.fa-balance-scale:before {

    content: ""

}



.fa-hourglass-o:before {

    content: ""

}



.fa-hourglass-1:before,

.fa-hourglass-start:before {

    content: ""

}



.fa-hourglass-2:before,

.fa-hourglass-half:before {

    content: ""

}



.fa-hourglass-3:before,

.fa-hourglass-end:before {

    content: ""

}



.fa-hourglass:before {

    content: ""

}



.fa-hand-grab-o:before,

.fa-hand-rock-o:before {

    content: ""

}



.fa-hand-paper-o:before,

.fa-hand-stop-o:before {

    content: ""

}



.fa-hand-scissors-o:before {

    content: ""

}



.fa-hand-lizard-o:before {

    content: ""

}



.fa-hand-spock-o:before {

    content: ""

}



.fa-hand-pointer-o:before {

    content: ""

}



.fa-hand-peace-o:before {

    content: ""

}



.fa-trademark:before {

    content: ""

}



.fa-registered:before {

    content: ""

}



.fa-creative-commons:before {

    content: ""

}



.fa-gg:before {

    content: ""

}



.fa-gg-circle:before {

    content: ""

}



.fa-tripadvisor:before {

    content: ""

}



.fa-odnoklassniki:before {

    content: ""

}



.fa-odnoklassniki-square:before {

    content: ""

}



.fa-get-pocket:before {

    content: ""

}



.fa-wikipedia-w:before {

    content: ""

}



.fa-safari:before {

    content: ""

}



.fa-chrome:before {

    content: ""

}



.fa-firefox:before {

    content: ""

}



.fa-opera:before {

    content: ""

}



.fa-internet-explorer:before {

    content: ""

}



.fa-television:before,

.fa-tv:before {

    content: ""

}



.fa-contao:before {

    content: ""

}



.fa-500px:before {

    content: ""

}



.fa-amazon:before {

    content: ""

}



.fa-calendar-plus-o:before {

    content: ""

}



.fa-calendar-minus-o:before {

    content: ""

}



.fa-calendar-times-o:before {

    content: ""

}



.fa-calendar-check-o:before {

    content: ""

}



.fa-industry:before {

    content: ""

}



.fa-map-pin:before {

    content: ""

}



.fa-map-signs:before {

    content: ""

}



.fa-map-o:before {

    content: ""

}



.fa-map:before {

    content: ""

}



.fa-commenting:before {

    content: ""

}



.fa-commenting-o:before {

    content: ""

}



.fa-houzz:before {

    content: ""

}



.fa-vimeo:before {

    content: ""

}



.fa-black-tie:before {

    content: ""

}



.fa-fonticons:before {

    content: ""

}



.fa-reddit-alien:before {

    content: ""

}



.fa-edge:before {

    content: ""

}



.fa-credit-card-alt:before {

    content: ""

}



.fa-codiepie:before {

    content: ""

}



.fa-modx:before {

    content: ""

}



.fa-fort-awesome:before {

    content: ""

}



.fa-usb:before {

    content: ""

}



.fa-product-hunt:before {

    content: ""

}



.fa-mixcloud:before {

    content: ""

}



.fa-scribd:before {

    content: ""

}



.fa-pause-circle:before {

    content: ""

}



.fa-pause-circle-o:before {

    content: ""

}



.fa-stop-circle:before {

    content: ""

}



.fa-stop-circle-o:before {

    content: ""

}



.fa-shopping-bag:before {

    content: ""

}



.fa-shopping-basket:before {

    content: ""

}



.fa-hashtag:before {

    content: ""

}



.fa-bluetooth:before {

    content: ""

}



.fa-bluetooth-b:before {

    content: ""

}



.fa-percent:before {

    content: ""

}



.fa-gitlab:before {

    content: ""

}



.fa-wpbeginner:before {

    content: ""

}



.fa-wpforms:before {

    content: ""

}



.fa-envira:before {

    content: ""

}



.fa-universal-access:before {

    content: ""

}



.fa-wheelchair-alt:before {

    content: ""

}



.fa-question-circle-o:before {

    content: ""

}



.fa-blind:before {

    content: ""

}



.fa-audio-description:before {

    content: ""

}



.fa-volume-control-phone:before {

    content: ""

}



.fa-braille:before {

    content: ""

}



.fa-assistive-listening-systems:before {

    content: ""

}



.fa-american-sign-language-interpreting:before,

.fa-asl-interpreting:before {

    content: ""

}



.fa-deaf:before,

.fa-deafness:before,

.fa-hard-of-hearing:before {

    content: ""

}



.fa-glide:before {

    content: ""

}



.fa-glide-g:before {

    content: ""

}



.fa-sign-language:before,

.fa-signing:before {

    content: ""

}



.fa-low-vision:before {

    content: ""

}



.fa-viadeo:before {

    content: ""

}



.fa-viadeo-square:before {

    content: ""

}



.fa-snapchat:before {

    content: ""

}



.fa-snapchat-ghost:before {

    content: ""

}



.fa-snapchat-square:before {

    content: ""

}



.fa-pied-piper:before {

    content: ""

}



.fa-first-order:before {

    content: ""

}



.fa-yoast:before {

    content: ""

}



.fa-themeisle:before {

    content: ""

}



.fa-google-plus-circle:before,

.fa-google-plus-official:before {

    content: ""

}



.fa-fa:before,

.fa-font-awesome:before {

    content: ""

}



.fa-handshake-o:before {

    content: ""

}



.fa-envelope-open:before {

    content: ""

}



.fa-envelope-open-o:before {

    content: ""

}



.fa-linode:before {

    content: ""

}



.fa-address-book:before {

    content: ""

}



.fa-address-book-o:before {

    content: ""

}



.fa-address-card:before,

.fa-vcard:before {

    content: ""

}



.fa-address-card-o:before,

.fa-vcard-o:before {

    content: ""

}



.fa-user-circle:before {

    content: ""

}



.fa-user-circle-o:before {

    content: ""

}



.fa-user-o:before {

    content: ""

}



.fa-id-badge:before {

    content: ""

}



.fa-drivers-license:before,

.fa-id-card:before {

    content: ""

}



.fa-drivers-license-o:before,

.fa-id-card-o:before {

    content: ""

}



.fa-quora:before {

    content: ""

}



.fa-free-code-camp:before {

    content: ""

}



.fa-telegram:before {

    content: ""

}



.fa-thermometer-4:before,

.fa-thermometer-full:before,

.fa-thermometer:before {

    content: ""

}



.fa-thermometer-3:before,

.fa-thermometer-three-quarters:before {

    content: ""

}



.fa-thermometer-2:before,

.fa-thermometer-half:before {

    content: ""

}



.fa-thermometer-1:before,

.fa-thermometer-quarter:before {

    content: ""

}



.fa-thermometer-0:before,

.fa-thermometer-empty:before {

    content: ""

}



.fa-shower:before {

    content: ""

}



.fa-bath:before,

.fa-bathtub:before,

.fa-s15:before {

    content: ""

}



.fa-podcast:before {

    content: ""

}



.fa-window-maximize:before {

    content: ""

}



.fa-window-minimize:before {

    content: ""

}



.fa-window-restore:before {

    content: ""

}



.fa-times-rectangle:before,

.fa-window-close:before {

    content: ""

}



.fa-times-rectangle-o:before,

.fa-window-close-o:before {

    content: ""

}



.fa-bandcamp:before {

    content: ""

}



.fa-grav:before {

    content: ""

}



.fa-etsy:before {

    content: ""

}



.fa-imdb:before {

    content: ""

}



.fa-ravelry:before {

    content: ""

}



.fa-eercast:before {

    content: ""

}



.fa-microchip:before {

    content: ""

}



.fa-snowflake-o:before {

    content: ""

}



.fa-superpowers:before {

    content: ""

}



.fa-wpexplorer:before {

    content: ""

}



.fa-meetup:before {

    content: ""

}



.sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0

}



.sr-only-focusable:active,

.sr-only-focusable:focus {

    position: static;

    width: auto;

    height: auto;

    margin: 0;

    overflow: visible;

    clip: auto

}



.gallery {

    margin-bottom: 1.5em

}



.gallery-item {

    display: inline-block;

    text-align: center;

    vertical-align: top;

    width: 100%

}



.gallery-columns-2 .gallery-item {

    max-width: 50%

}



.gallery-columns-3 .gallery-item {

    max-width: 33.33%

}



.gallery-columns-4 .gallery-item {

    max-width: 25%

}



.gallery-columns-5 .gallery-item {

    max-width: 20%

}



.gallery-columns-6 .gallery-item {

    max-width: 16.66%

}



.gallery-columns-7 .gallery-item {

    max-width: 14.28%

}



.gallery-columns-8 .gallery-item {

    max-width: 12.5%

}



.gallery-columns-9 .gallery-item {

    max-width: 11.11%

}



.gallery-caption {

    display: block

}



.slick-slider {

    position: relative;

    display: block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent

}



.slick-list {

    position: relative;

    overflow: hidden;

    display: block;

    margin: 0;

    padding: 0

}



.slick-list:focus {

    outline: 0

}



.slick-list.dragging {

    cursor: pointer;

    cursor: hand

}



.slick-slider .slick-list,

.slick-slider .slick-track {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}



.slick-track {

    position: relative;

    left: 0;

    top: 0;

    display: block;

    margin-left: auto;

    margin-right: auto

}



.slick-track:after,

.slick-track:before {

    content: "";

    display: table

}



.slick-track:after {

    clear: both

}



.slick-loading .slick-track {

    visibility: hidden

}



.slick-slide {

    float: left;

    height: 100%;

    min-height: 1px;

    display: none

}



[dir=rtl] .slick-slide {

    float: right

}



.slick-slide img {

    display: block

}



.slick-slide.slick-loading img {

    display: none

}



.slick-slide.dragging img {

    pointer-events: none

}



.slick-initialized .slick-slide {

    display: block

}



.slick-loading .slick-slide {

    visibility: hidden

}



.slick-vertical .slick-slide {

    display: block;

    height: auto;

    border: 1px solid transparent

}



.slick-arrow.slick-hidden {

    display: none

}



.slick-next,

.slick-prev {

    position: absolute;

    z-index: 3;

    display: block;

    height: 24px;

    width: 20px;

    line-height: 0;

    font-size: 0;

    cursor: pointer;

    background: 0 0;

    color: transparent;

    top: 50%;

    -webkit-transform: translate(0, -50%);

    transform: translate(0, -50%);

    padding: 0;

    border: none;

    outline: 0

}



.slick-next:focus,

.slick-next:hover,

.slick-prev:focus,

.slick-prev:hover {

    outline: 0;

    color: transparent;

    opacity: .7

}



.slick-next:focus:before,

.slick-next:hover:before,

.slick-prev:focus:before,

.slick-prev:hover:before {

    opacity: .7

}



.slick-next.slick-disabled:before,

.slick-prev.slick-disabled:before {

    opacity: .95

}



.slick-next:before,

.slick-prev:before {

    font-size: 20px;

    line-height: 1;

    color: #fff;

    opacity: .75;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale

}



.slick-prev {

    left: 25px;

    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTk3LjE0MSwyMjUuOTJjMC04LjA5NSwzLjA5MS0xNi4xOTIsOS4yNTktMjIuMzY2TDMwMC42ODksOS4yN2MxMi4zNTktMTIuMzU5LDMyLjM5Ny0xMi4zNTksNDQuNzUxLDAgICBjMTIuMzU0LDEyLjM1NCwxMi4zNTQsMzIuMzg4LDAsNDQuNzQ4TDE3My41MjUsMjI1LjkybDE3MS45MDMsMTcxLjkwOWMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zOTEsMCw0NC43NDQgICBjLTEyLjM1NCwxMi4zNjUtMzIuMzg2LDEyLjM2NS00NC43NDUsMGwtMTk0LjI5LTE5NC4yODFDMTAwLjIyNiwyNDIuMTE1LDk3LjE0MSwyMzQuMDE4LDk3LjE0MSwyMjUuOTJ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)

}



[dir=rtl] .slick-prev {

    left: auto;

    right: 25px

}



.slick-next {

    right: 25px;

    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQgICBMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQgICBjNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)

}



[dir=rtl] .slick-next {

    left: 25px;

    right: auto

}



.slick-dotted.slick-slider {

    margin-bottom: 30px

}



.slick-dots {

    position: absolute;

    bottom: 40px;

    list-style: none;

    display: block;

    text-align: center;

    padding: 0;

    margin: 0;

    width: 100%

}



.slick-dots li {

    position: relative;

    display: inline-block;

    height: 15px;

    width: 15px;

    margin: 0 5px;

    padding: 0;

    cursor: pointer

}



.slick-dots li button {

    border: 0;

    background: 0 0;

    display: block;

    height: 15px;

    width: 15px;

    outline: 0;

    line-height: 0;

    font-size: 0;

    color: transparent;

    padding: 5px;

    cursor: pointer

}



.slick-dots li button:focus,

.slick-dots li button:hover {

    outline: 0

}



.slick-dots li button:focus:before,

.slick-dots li button:hover:before {

    opacity: 1

}



.slick-dots li button:before {

    position: absolute;

    display: block;

    content: "";

    top: 0;

    left: 0;

    width: 12px;

    border-radius: 20px;

    height: 12px;

    border: 1px solid #fff;

    line-height: 20px;

    text-align: center;

    color: #fff;

    opacity: .95;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale

}



.slick-dots li.slick-active button:before {

    background: #fff;

    opacity: 1

}


/*
@font-face {

    font-family: MetaSerifPro;

    src: url(../fonts/meta/MetaSerifPro-BookIta.woff2) format("woff2"), url(../fonts/meta/MetaSerifPro-BookIta.woff) format("woff"), url(../fonts/meta/MetaSerifPro-BookIta.ttf) format("truetype");

    font-weight: 400;

    font-style: italic;

	font-display: auto

}



@font-face {

    font-family: MetaSerifPro;

    src: url(../fonts/meta/MetaSerifPro-Book.woff2) format("woff2"), url(../fonts/meta/MetaSerifPro-Book.woff) format("woff"), url(../fonts/meta/MetaSerifPro-Book.ttf) format("truetype");

    font-weight: 400;

    font-style: normal;

	font-display: auto

}



@font-face {

    font-family: MetaSerifPro;

    src: url(../fonts/meta/MetaSerifPro-Bold.woff2) format("woff2"), url(../fonts/meta/MetaSerifPro-Bold.woff) format("woff"), url(../fonts/meta/MetaSerifPro-Bold.ttf) format("truetype");

    font-weight: 700;

    font-style: normal;

	font-display: auto

}



@font-face {

    font-family: MetaSerifPro;

    src: url(../fonts/meta/MetaSerifPro-BoldIta.woff2) format("woff2"), url(../fonts/meta/MetaSerifPro-BoldIta.woff) format("woff"), url(../fonts/meta/MetaSerifPro-BoldIta.ttf) format("truetype");

    font-weight: 700;

    font-style: italic;

	font-display: auto

}
*/


@font-face {

    font-family: 'Open Sans';

    src: url(../fonts/open/OpenSans-SemiBoldItalic.woff2) format("woff2"), url(../fonts/open/OpenSans-SemiBoldItalic.woff) format("woff"), url(../fonts/open/OpenSans-SemiBoldItalic.ttf) format("truetype");

    font-weight: 600;

    font-style: italic;

	font-display: auto

}



@font-face {

    font-family: 'Open Sans';

    src: url(../fonts/open/OpenSans-Italic.woff2) format("woff2"), url(../fonts/open/OpenSans-Italic.woff) format("woff"), url(../fonts/open/OpenSans-Italic.ttf) format("truetype");

    font-weight: 400;

    font-style: italic;

	font-display: auto

}



@font-face {

    font-family: 'Open Sans';

    src: url(../fonts/open/OpenSans-Light.woff2) format("woff2"), url(../fonts/open/OpenSans-Light.woff) format("woff"), url(../fonts/open/OpenSans-Light.ttf) format("truetype");

    font-weight: 400;

    font-style: normal;

	font-display: auto

}



@font-face {

    font-family: 'Open Sans';

    src: url(../fonts/open/OpenSans-Regular.woff2) format("woff2"), url(../fonts/open/OpenSans-Regular.woff) format("woff"), url(../fonts/open/OpenSans-Regular.ttf) format("truetype");

    font-weight: 400;

    font-style: normal;

	font-display: auto

}



@font-face {

    font-family: 'Open Sans';

    src: url(../fonts/open/OpenSans-LightItalic.woff2) format("woff2"), url(../fonts/open/OpenSans-LightItalic.woff) format("woff"), url(../fonts/open/OpenSans-LightItalic.ttf) format("truetype");

    font-weight: 400;

    font-style: italic;

	font-display: auto

}



@font-face {

    font-family: 'Open Sans';

    src: url(../fonts/open/OpenSans-SemiBold.woff2) format("woff2"), url(../fonts/open/OpenSans-SemiBold.woff) format("woff"), url(../fonts/open/OpenSans-SemiBold.ttf) format("truetype");

    font-weight: 600;

    font-style: normal;

	font-display: auto

}



@font-face {

    font-family: icomoon;

    src: url(../fonts/icon/icomoon.eot?svrz9j);

    src: url(../fonts/icon/icomoon.eot?svrz9j#iefix) format("embedded-opentype"), url(../fonts/icon/icomoon.ttf?svrz9j) format("truetype"), url(../fonts/icon/icomoon.woff?svrz9j) format("woff"), url(../fonts/icon/icomoon.svg?svrz9j#icomoon) format("svg");

    font-weight: 400;

    font-style: normal;

	font-display: auto

}



[class*=" icon-"],

[class^=icon-] {

    font-family: icomoon !important;

    speak: none;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale

}



.icon-arrow:before {

    content: "\e900"

}



body {

    letter-spacing: .02em;

    padding-top: 60px;

    font-size: 14px;

    margin-top: 30px

}



h2 {

    letter-spacing: .05em;

    color: #ac5e34;

    font-size: 2rem;

    display: inline-block

}



h2:after {

    content: "";

    display: block;

    width: 80px;

    height: 4px;

    background-color: #ac5e34;

    margin: 15px auto

}



.container-fluid {

    padding-right: 0;

    padding-left: 0

}



@media screen and (min-width:2000px) {

    .container-fluid {

        margin: 0 auto;

        max-width: 2000px

    }



    .container-fluid.hp-header {

        max-width: 100%;

        margin: 0 -15px

    }

}



a {

    -webkit-transition: all .6s ease-out;

    transition: all .6s ease-out;

    color: #202020

}



a:hover {

    color: #202020

}



a:focus {

    outline: 0

}



.wrapper {

    padding: 0

}



.bg-grey {

    background-color: #fcfbf9

}



input:focus,

textarea:focus {

    outline: 0;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    border-color: #202020 !important

}



button:focus {

    outline: 0;

    -webkit-box-shadow: none !important;

    box-shadow: none !important

}



.langue {

    background-color: #27282d;

    color: #fff;

    height: 30px;

    text-align: right;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 100;

    font-size: 11px

}



.langue a {

    color: #fff

}



.langue ul {

    list-style: none;

    margin: 0;

    padding: 7px 0

}



.langue ul li {

    display: inline-block;

    padding: 0 6px;

    line-height: 1em;

    border-left: 1px solid #fff

}



.langue ul li:first-child {

    border-left: 0

}



.langue ul li.current-lang {

    font-weight: 700

}



header.desk-header {

    position: fixed;

    top: 30px;

    z-index: 12;

    width: 100%;

    font-weight: 400 !important;

    font-size: .85rem

}



header .viel {

    width: 100%;

    font-weight: 400 !important;

    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);

    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);

    background-color: transparent;

    height: 80px;

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    -webkit-transition: all .7s ease-out;

    transition: all .7s ease-out

}



header nav {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 3;

    padding-left: 0;

    padding-right: 0

}



header nav .dropdown:hover .dropdown-menu {

    display: block;

    top: 30px

}



header #main-menu-1 li:first-child {

    padding-left: 0

}



header #main-menu-1 li:first-child a {

    padding-left: 0

}



header #main-menu-2 .dropdown-toggle {

    padding-right: 0

}



header #main-menu-2 .dropdown-toggle a {

    padding-right: 0

}



header .navbar {

    padding-left: 0;

    padding-right: 0

}



header .logo-svg {

    width: 200px;

    height: auto;

    fill: #202020;

    -webkit-transition: all .6s ease-out;

    transition: all .6s ease-out

}



header li {

    padding: 0 .5rem

}



header li a:after {

    content: "";

    display: block;

    width: 0%;

    margin: 0 auto;

    height: 1px;

    background-color: #202020;

    -webkit-transition: all .7s ease-out;

    transition: all .7s ease-out;

    position: relative;

    top: 2px

}



header li a:hover:after {

    width: 100%

}



header li .dropdown-menu {

    background-color: #fcfbf9;

    border: 0;

    border-radius: 0;

    left: auto;

    right: 0;

    top: 30px;

    text-align: right

}



header li .dropdown-menu a {

    font-weight: 400 !important;

    padding: 5px 10px;

    display: inline-block;

    width: auto

}



header li .dropdown-menu a:hover {

    background-color: transparent

}



header li .dropdown-toggle:after {

    content: "\e900";

    font-family: icomoon !important;

    speak: none;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    border: 0;

    font-size: 10px;

    vertical-align: inherit;

    margin-left: 5px;

    width: auto;

    top: 0

}



header li .dropdown-toggle:hover:after {

    width: auto

}



header .active:not(.dropdown) a {

    opacity: 1

}



header .active:not(.dropdown) a:after {

    width: 100%;

    content: "";

    display: block;

    height: 1px;

    background-color: #202020

}



.page-template-home,

.page-template-notre_showroom {

    padding-top: 0

}



.page-template-home header,

.page-template-notre_showroom header {

    background-color: transparent;

    -webkit-box-shadow: none;

    box-shadow: none

}



.page-template-home header .logo-svg,

.page-template-notre_showroom header .logo-svg {

    fill: #fff

}



.page-template-home header li a:after,

.page-template-notre_showroom header li a:after {

    background-color: #fff

}



.page-template-home header li a.active:after,

.page-template-notre_showroom header li a.active:after {

    background-color: #fff

}



.page-template-home header .active:not(.dropdown) a:after,

.page-template-notre_showroom header .active:not(.dropdown) a:after {

    background-color: #fff

}



.page-template-home header .dropdown-menu,

.page-template-notre_showroom header .dropdown-menu {

    background-color: transparent

}



.page-template-home header .dropdown-menu a,

.page-template-notre_showroom header .dropdown-menu a {

    color: #fff

}



.page-template-home header.scrollable li a,

.page-template-notre_showroom header.scrollable li a {

    color: #202020

}



.page-template-home header.scrollable li a:after,

.page-template-notre_showroom header.scrollable li a:after {

    background-color: #202020

}



.page-template-home header.scrollable .active:not(.dropdown) a:after,

.page-template-notre_showroom header.scrollable .active:not(.dropdown) a:after {

    background-color: #202020

}



.page-template-home header.scrollable .logo-svg,

.page-template-notre_showroom header.scrollable .logo-svg {

    fill: #202020

}



.page-template-home header.scrollable .dropdown-menu,

.page-template-notre_showroom header.scrollable .dropdown-menu {

    background-color: #fcfbf9

}



.page-template-home header a,

.page-template-notre_showroom header a {

    color: #fff

}



.page-template-nous_contacter {

    padding: 0

}



.link-transition {

    font-weight: 400;

    position: relative;

    text-align: right;

    display: inline-block;

    cursor: pointer;

    height: 20px

}



.link-transition:after {

    content: "";

    width: 100%;

    height: 1px;

    background-color: #202020;

    display: inline-block;

    -webkit-transition: all .6s ease-out;

    transition: all .6s ease-out;

    position: absolute;

    bottom: -3px;

    right: 0

}



.link-transition:hover {

    text-decoration: none

}



.link-transition:hover:after {

    width: 0%

}



section {

    padding: 65px 0

}

section.hp-header{

    padding: 0 0

}




section article {

    max-width: 350px;

    display: inline-block

}



section article p {

    line-height: 1.8em

}



section article p.text-intro {

    font-weight: 600;

    font-size: 1.25rem;

    line-height: 1.5em

}



section article.text-left h2:after {

    margin: 15px 0

}



section.section-introduction {

    padding: 0

}



section.section-introduction h1 {

    color: #ac5e34;

    font-size: 2rem

}



section.section-introduction h1:after {

    content: "";

    display: block;

    width: 80px;

    height: 4px;

    background-color: #ac5e34;

    margin: 15px 0

}



section.section-introduction .text-center h1:after {

    margin: 15px auto

}



section.section-introduction article {

    max-width: 450px

}

.hp-header-left{

    height: 100%;
    width: 33%;
    float: left;
    border-right: 3px solid #FFF;
    background-size: cover;
}

.hp-header-right{

    height: 100%;
    width: 67%;
    float: left;
    background-size: cover;

}

.hp-header {

    height: 100vh;

    background-size: cover;

    background-position: top center;

    text-align: center;

    position: relative

}



.hp-header .row {

    z-index: 2;

    position: relative

}



.hp-header h1 {

    font-size: 2.5rem;

    color: #fff

}



.hp-header h1:after {

    content: "";

    display: block;

    width: 80px;

    height: 4px;

    background-color: #fff;

    margin: 15px auto

}



.hp-header p {

    font-size: 1.2rem;

    font-weight: 400;

    color: #fff;

    letter-spacing: .01em

}



.hp-header .scroll-down-wrapper {

    position: absolute;

    text-align: center;

    width: 100%;

    left: 0;

    bottom: 40px;

    z-index: 2

}



.hp-header .scroll-down-wrapper .scroll-down {

    width: 20px

}



.page-template-home .hp-header {

    background-color: #000;

    position: relative

}



.video-container {

    position: absolute;

    top: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

    z-index: 1

}



.video-container video {

    min-width: 100%;

    min-height: 100%;

    width: auto;

    height: auto;

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%)

}



.quote {

    font-size: 1.9rem;

    text-align: center;

    max-width: 620px;

    margin: 0 auto

}



.quote:after {

    content: "";

    text-align: right;

    display: block;

    width: 80px;

    height: 4px;

    background-color: #ac5e34

}



.quote article {

    max-width: 620px;

    font-family: MetaSerifPro, serif;

    font-weight: 400;

    font-style: italic

}



.quote article:before {

    content: "“";

    text-align: left;

    display: block;

    font-size: 2.5rem;

    line-height: 1rem

}



.quote article:after {

    content: "”";

    text-align: right;

    display: block;

    font-size: 2.5rem;

    line-height: 1rem

}



.quote article p {

    line-height: 1.1em;

    margin: 0;

    padding: 0

}



#nos-cuirs-exception .leather-wrapper {

    padding: 0 0;

    display: block;

    max-width: 100%;

    padding-right: 30px

}



#nos-cuirs-exception .leather-wrapper .leather-visual {

    width: 100%;

    height: 500px;

    margin: 0

}



#nos-cuirs-exception .link-transition {

    position: relative;

    top: -2px

}



#nos-cuirs-exception .slick-slider {

    width: 100%;

    overflow: hidden

}



#nos-cuirs-exception .slick-slider .slick-list {

    width: 150%

}



#nos-cuirs-exception .slick-slider .slick-prev {

    opacity: .5

}



#nos-cuirs-exception .slick-slider .slick-next,

#nos-cuirs-exception .slick-slider .slick-prev {

    top: 45%

}



.single-cuir-template {

    padding-top: 100px

}



.single-cuir-template .row {

    position: relative

}



.single-cuir-template article {

    max-width: 500px

}



.single-cuir-template article h1 {

    color: #ac5e34;

    font-size: 2rem

}



.single-cuir-template article h1:after {

    content: "";

    display: block;

    width: 80px;

    height: 4px;

    background-color: #ac5e34;

    margin: 15px 0

}



#cursor {

    -webkit-animation-duration: 2s;

    animation-duration: 2s;

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

    -webkit-animation-name: scroll;

    animation-name: scroll

}



@-webkit-keyframes scroll {

    0% {

        opacity: 1

    }



    100% {

        opacity: 0;

        -webkit-transform: translateY(70px);

        transform: translateY(70px)

    }

}



@keyframes scroll {

    0% {

        opacity: 1

    }



    100% {

        opacity: 0;

        -webkit-transform: translateY(70px);

        transform: translateY(70px)

    }

}



#aujourd-hui article {

    max-width: 555px

}



#aujourd-hui .mask-and-zoom.view .inner {

    max-width: 300px;

    margin-bottom: 25px

}



#developpement-durable article {

    max-width: 445px

}



#developpement-durable .visuel-2 {

    max-width: 400px;

    width: 70%;

    position: absolute;

    top: -200px;

    left: -10%

}



#developpement-durable .quote {

    font-size: 1.2rem;

    max-width: 445px;

    position: relative;

    right: 10%;

    margin-bottom: 70px

}



#developpement-durable .author {

    position: absolute;

    bottom: 0;

    right: 0;

    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;

    font-style: normal;

    font-weight: 400;

    font-size: .7rem;

    padding-right: 20px

}



#qualite-et-innovation article {

    max-width: 515px;

    margin-bottom: 60px

}



#notre-equipe .slick-slider {

    margin-top: 30px

}



#notre-equipe .slick-slider .slick-slide img {

    width: 100%;

    margin: 0 auto;

    padding: 15px

}



#processus-de-creation h2 {

    color: #202020;

    margin-bottom: 50px;

    font-size: 1.8rem

}



#processus-de-creation h2:after {

    display: none

}



#processus-de-creation h3 {

    letter-spacing: .05em;

    color: #aaad95;

    font-size: 2rem;

    display: inline-block

}



#processus-de-creation h3:after {

    content: "";

    display: block;

    width: 60px;

    height: 4px;

    background-color: #aaad95;

    margin: 15px 0

}



#processus-de-creation .text-right h3:after {

    margin: 15px 0 15px auto

}



#processus-de-creation article {

    max-width: 100%

}



#processus-de-creation p {

    font-size: 1.35rem;

    font-weight: 600;

    line-height: 1.4em

}



#processus-de-creation .savoir-wrapper {

    padding-bottom: 60px

}



#notre-showroom article {

    max-width: 100%

}



#notre-showroom article p {

    padding: 0;

    margin: 0

}



#notre-showroom article .text-intro {

    margin-bottom: 15px

}



#notre-showroom article strong {

    font-weight: 600

}



.container#showroom-paris {

    padding-top: 0

}



#showroom-paris article {

    max-width: 100%

}



.contact-bloc h2 {

    color: #202020

}



.contact-bloc h2:after {

    display: none

}



.contact-bloc h3 {

    font-size: 1.3rem;

    padding-bottom: 10px

}



.contact-bloc p {

    margin: 0;

    font-size: 1.1em

}



.contact-bloc p strong {

    font-weight: 600

}



.formulaire-bloc h2 {

    text-align: center;

    color: #202020;

    font-size: 18px;

    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;

    display: block;

    font-weight: 400

}



.formulaire-bloc h2:after {

    display: none

}



.formulaire-bloc p {

    font-size: 18px;

    text-align: center;

    font-weight: 400

}



.formulaire-bloc form {

    margin-top: 30px

}



.formulaire-bloc .wpcf7 input {

    border-radius: 0;

    border-width: 0 0 1px 0;

    border-color: #202020;

    font-size: .8rem;

    padding: 0 0 10px 0

}



.formulaire-bloc .wpcf7 textarea {

    font-size: .8rem;

    border-radius: 0;

    border-color: #202020;

    resize: none

}



.formulaire-bloc .wpcf7-form-control-wrap {

    display: block;

    margin-bottom: 2px

}



.formulaire-bloc .wpcf7-form-control-wrap .form-check-input {

    position: relative;

    font-size: 12px

}



.formulaire-bloc .mandatory-fields {

    font-size: 12px;

    font-weight: 400;

    text-align: left;

    margin-top: 2px

}



.formulaire-bloc span.wpcf7-list-item {

    margin: 0

}



.formulaire-bloc span.wpcf7-list-item.first.last {

    margin-bottom: 1rem

}



.formulaire-bloc .formulaire-bloc .wpcf7 .wpcf7-not-valid-tip {

    font-size: 10px;

    line-height: 14px;

    color: #c8c8c8

}



.formulaire-bloc .wpcf7 .wpcf7-validation-errors {

    border: 0;

    color: #9d9d9d;

    font-size: 12px;

    text-align: center

}



#notre-showroom-map {

    padding-top: 0

}



#notre-prochain-salon.section-introduction {

    padding: 65px 0

}



#notre-prochain-salon.section-introduction article {

    max-width: 300px

}



#notre-prochain-salon.section-introduction article.salon-small {

    max-width: 100%

}



#tous-nos-salons h2 {

    color: #202020;

    margin-bottom: 50px;

    font-size: 1.8rem

}



#tous-nos-salons h2:after {

    display: none

}



#tous-nos-salons article {

    width: 100%;

    padding-bottom: 60px

}



#tous-nos-salons article img {

    width: 100%

}



#nos-distributeurs {

    padding: 65px 0

}



#imap2message {

    display: none

}



@media (max-width:767.98px) {

    .google-visualization-tooltip {

        display: none

    }



    #imap2message {

        display: block;

        margin-left: 10px

    }

}



.leather-visual {

    width: 220px;

    /*height: 410px;*/

    height: 430px;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative

}



.leather-visual-big {

    width: 100%;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    height: 100%;

    min-height: 300px;

    position: relative

}



.leather-visual a {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%

}



.new-leather {

    background-color: #ac5e34;

    position: absolute;

    top: 0;

    right: 0;

    color: #fff;

    padding: 10px 40px;

    font-size: 14px

}



.leather-wrapper {

    max-width: 250px

}



.leather-wrapper h3 {

    font-size: 1.125rem;

    color: #ac5e34;

    letter-spacing: .04em;

    text-transform: uppercase;

    padding: 15px 0 5px

}



#tous-nos-cuirs h2 {

    color: #202020;

    font-size: 1.8rem;

    margin-bottom: 50px

}



#tous-nos-cuirs h2:after {

    display: none

}



#tous-nos-cuirs .leather-wrapper {

    padding-bottom: 60px

}



#tous-nos-cuirs .push-leather {

    width: 20%;

    margin-left: 2.5%;

    margin-right: 2.5%

}



#tous-nos-cuirs .push-leather .leather-wrapper {

    max-width: 100%;

    width: 100%

}



#tous-nos-cuirs .leather-wrapper .leather-visual {

    width: 100%

}



#tous-nos-cuirs .filters-wrapper {

    text-transform: uppercase

}



#tous-nos-cuirs .filters-wrapper ul {

    list-style: none;

    display: inline-block;

    margin: 0;

    padding: 0

}



#tous-nos-cuirs .filters-wrapper ul li {

    display: inline;

    position: relative;

    padding: 0 0 0 40px

}



#tous-nos-cuirs .filters-wrapper ul li .icon-arrow {

    margin: 0 0 0 5px;

    font-size: 12px

}



#tous-nos-cuirs .filters-wrapper ul li .sub-menu {

    position: absolute;

    top: 20px;

    right: 0;

    background-color: #fff;

    width: 150px;

    z-index: 4;

    display: none;

    text-align: left;

    padding: 10px;

    text-transform: none;

    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)

}



#tous-nos-cuirs .filters-wrapper ul li .sub-menu label {

    display: block

}



#tous-nos-cuirs .filters-wrapper ul li .sub-menu label input {

    margin-right: 10px

}



#tous-nos-cuirs .filters-wrapper ul li .sub-menu.show {

    display: block

}



#tous-nos-cuirs .filters-wrapper #filters {

    display: inline-block

}



#grid-filtered {

    margin-left: -2.5%;

    margin-right: -2.5%

}



.utilisations {

    list-style: none;

    padding: 0

}



.utilisations li {

    display: inline-block;

    text-align: center;

    padding: 10px

}



.utilisations li .svg {

    fill: #ac5e34;

    width: 60px;

    height: auto;

    max-height: 60px;

    margin-bottom: 10px

}



.utilisations li .svg .cls-1 {

    fill: #ac5e34

}



.salon-small {

    line-height: 1em;

    max-width: 100%

}



.salon-small h3 {

    font-size: 1.125rem;

    color: #ac5e34;

    letter-spacing: .04em;

    text-transform: uppercase;

    padding: 15px 0 5px

}



.salon-small h3:after {

    height: 3px;

    width: 60px;

    background-color: #ac5e34;

    content: "";

    display: block;

    margin-top: 10px

}



.acf-map {

    width: 100%;

    height: 70vh;

    border: #ccc solid 1px;

    margin: 20px 0

}



#imap1message {

    padding: 15px

}



#imap1message p {

    line-height: 1.2em;

    font-size: 12px

}



.acf-map img {

    max-width: inherit !important

}



.wrapper-footer {

    background: #27282d;

    padding: 60px 0 10px;

    color: #fff

}



.wrapper-footer a {

    color: #fff

}



.wrapper-footer #footer-link a {

    display: inline-block

}



.wrapper-footer #footer-link a:after {

    content: "";

    display: block;

    width: 0%;

    margin: 0 auto;

    height: 1px;

    background-color: #fff;

    -webkit-transition: all .7s ease-out;

    transition: all .7s ease-out;

    position: relative;

    top: 2px

}



.wrapper-footer #footer-link a:hover:after {

    width: 100%

}



.wrapper-footer .textwidget {

    letter-spacing: .05em;

    text-align: right

}



.wrapper-footer .textwidget strong {

    font-family: MetaSerifPro, serif;

    font-weight: 700;

    font-style: normal;

    text-transform: uppercase;

    font-size: 1rem

}



.wrapper-footer .textwidget ul {

    list-style: none

}



.wrapper-footer .textwidget ul li {

    display: inline-block;

    padding-left: .5rem

}



.wrapper-footer .textwidget ul li img {

    max-height: 40px;

    width: auto

}



.wrapper-footer .textwidget p {

    margin-bottom: 20px

}



.wrapper-footer .logo-svg {

    width: 70%;

    max-width: 290px;

    height: auto;

    margin: 60px auto;

    display: block;

    fill: #fff

}



.mask-and-zoom {

    position: relative;

    overflow: hidden;

    display: block

}



.mask-and-zoom img {

    width: 100%

}



.mask-and-zoom:after {

    display: block;

    content: "";

    width: 100%;

    height: 100%;

    background-color: #fff;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 10;

    -webkit-transform: translateX(60%);

    transform: translateX(60%);

    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.04, .45, .89, 1);

    transition: -webkit-transform 1.5s cubic-bezier(.04, .45, .89, 1);

    transition: transform 1.5s cubic-bezier(.04, .45, .89, 1);

    transition: transform 1.5s cubic-bezier(.04, .45, .89, 1), -webkit-transform 1.5s cubic-bezier(.04, .45, .89, 1)

}



.mask-and-zoom.view:after {

    -webkit-transform: translateX(100%);

    transform: translateX(100%)

}



.mask-and-zoom .inner {

    -webkit-transform: scale(1.05);

    transform: scale(1.05);

    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0, .06, .43, .9);

    transition: -webkit-transform 1.5s cubic-bezier(0, .06, .43, .9);

    transition: transform 1.5s cubic-bezier(0, .06, .43, .9);

    transition: transform 1.5s cubic-bezier(0, .06, .43, .9), -webkit-transform 1.5s cubic-bezier(0, .06, .43, .9)

}



.mask-and-zoom.view .inner {

    -webkit-transform: scale(1);

    transform: scale(1)

}



.mask-and-zoom:hover .inner {

    -webkit-transform: scale(1.05);

    transform: scale(1.05)

}



.translate-and-zoom {

    position: relative;

    overflow: hidden;

    display: block

}



.translate-and-zoom img {

    width: 100%

}



.translate-and-zoom .inner {

    -webkit-transform-origin: top right;

    transform-origin: top right;

    -webkit-transform: scale(1.1) translateX(-60%);

    transform: scale(1.1) translateX(-60%);

    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0, .06, .43, .9);

    transition: -webkit-transform 1.5s cubic-bezier(0, .06, .43, .9);

    transition: transform 1.5s cubic-bezier(0, .06, .43, .9);

    transition: transform 1.5s cubic-bezier(0, .06, .43, .9), -webkit-transform 1.5s cubic-bezier(0, .06, .43, .9)

}



.translate-and-zoom.view .inner {

    -webkit-transform: scale(1) translateX(0);

    transform: scale(1) translateX(0)

}



.bg-grey .mask-and-zoom:after {

    background-color: #fcfbf9

}



.container-btn {

    display: inline-block;

    border: 1px solid #ac5e34;

    border-radius: 50px;

    overflow: hidden

}



.container-btn .btn-custom,

.container-btn .wpcf7-submit {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 10px 30px;

    background-color: transparent;

    -webkit-box-shadow: inset 0 0 0 0 #ac5e34;

    box-shadow: inset 0 0 0 0 #ac5e34;

    cursor: pointer;

    top: 0;

    bottom: 0;

    color: #202020;

    font-weight: 400

}



.container-btn .btn-custom:hover,

.container-btn .wpcf7-submit:hover {}



.container-btn .wpcf7-submit {

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 10px 30px !important;

    border: 0 !important;

    background-color: transparent;

    -webkit-box-shadow: inset 0 0 0 0 #202020;

    box-shadow: inset 0 0 0 0 #aaad95;

    cursor: pointer;

    top: 0;

    bottom: 0;

    color: #202020 !important;

    font-weight: 400

}



.container-btn .wpcf7-submit:hover {

    -webkit-box-shadow: inset 200px 0 0 0 #aaad95;

    box-shadow: inset 200px 0 0 0 #aaad95;

    color: #fff;

    text-decoration: none;

    color: #fff !important

}



.container-btn .wpcf7-submit:active,

.container-btn .wpcf7-submit:focus {

    background-color: #aaad95 !important;

    color: #fff !important

}



.container-btn .ajax-loader {

    display: none !important

}



.close-popin {

    width: 40px;

    height: auto;

    position: absolute;

    top: -58px;

    right: 0px;

    cursor: pointer;

    display: none

}



#popin {

    position: fixed;

    padding-top: 50px;

    width: 100%;

    overflow: auto;

    top: 0;

    height: 100vh;

    background-color: #fff;

    opacity: 0;

    z-index: -1;

    -webkit-transition: all .3s cubic-bezier(.04, .45, .89, 1);

    transition: all .3s cubic-bezier(.04, .45, .89, 1)

}



#popin .wrapper-footer {

    opacity: 0;

    -webkit-transition: all 5s cubic-bezier(.04, .45, .89, 1);

    transition: all 5s cubic-bezier(.04, .45, .89, 1)

}



#popin .close-popin {

    display: block

}



#popin.popin-open {

    opacity: 1;

    z-index: 10

}



#popin.popin-open .wrapper-footer {

    opacity: 1

}



.popinAction {

    overflow: hidden;

    height: 100%

}



.popinAction #popin {

    display: block

}



#filters [type=checkbox]:checked,

#filters [type=checkbox]:not(:checked) {

    position: absolute;

    left: -9999px

}



#filters [type=checkbox]:checked+label,

#filters [type=checkbox]:not(:checked)+label {

    position: relative;

    padding-left: 28px;

    cursor: pointer;

    line-height: 20px;

    display: inline-block

}



#filters [type=checkbox]:checked+label:before,

#filters [type=checkbox]:not(:checked)+label:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 18px;

    height: 18px;

    border: 1px solid #ddd;

    background: #fff

}



#filters [type=checkbox]:checked+label:after,

#filters [type=checkbox]:not(:checked)+label:after {}



#filters [type=checkbox]:not(:checked)+label:after {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0)

}



#filters [type=checkbox]:checked+label:after {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1)

}



#filters [type=checkbox]:disabled:checked+label:before,

#filters [type=checkbox]:disabled:not(:checked)+label:before {

    border-color: #ccc;

    background-color: #eee

}



#filters [type=checkbox]:disabled:checked+label:after {

    background: #aaa

}



#hamburger-icon {

    width: 30px;

    height: 1em;

    position: relative;

    display: block;

    margin: auto

}



#hamburger-icon .line {

    display: block;

    background: #202020;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 0;

    border-radius: 1px;

    transition: all .4s;

    -webkit-transition: all .4s;

    -moz-transition: all .4s

}



#hamburger-icon .line.line-1 {

    top: 0

}



#hamburger-icon .line.line-2 {

    top: 50%

}



#hamburger-icon .line.line-3 {

    top: 100%

}



#hamburger-icon.active .line-1 {

    transform: translateY(.5em) translateX(0) rotate(45deg);

    -webkit-transform: translateY(.5em) translateX(0) rotate(45deg);

    -moz-transform: translateY(.5em) translateX(0) rotate(45deg)

}



#hamburger-icon.active .line-2 {

    opacity: 0

}



#hamburger-icon.active .line-3 {

    transform: translateY(-.5em) translateX(0) rotate(-45deg);

    -webkit-transform: translateY(-.5em) translateX(0) rotate(-45deg);

    -moz-transform: translateY(-.5em) translateX(0) rotate(-45deg)

}



.menu-mobile {

    display: none

}



.mobile-display {

    display: none

}



@media (max-width:1199.98px) {

    .navbar-expand-md .navbar-nav .nav-link {

        padding: 0;

        font-size: .8rem

    }



    header .container {

        max-width: 100%

    }







    #tous-nos-cuirs .push-leather {

        width: 29.3%;

        margin-left: 2%;

        margin-right: 2%

    }



    .container {

        max-width: 100% !important

    }

}



@media (max-width:991.98px) {

    #page>.langue {

        display: none

    }



    header {

        top: 0

    }



    header.active nav .navbar-collapse li {

        padding: 10% 0

    }



    header.active nav .navbar-collapse li a {

        font-size: .8rem

    }



    .video-container {

        display: none

    }



    body {

        margin-top: 0

    }



    #nos-cuirs-exception .leather-wrapper .leather-visual {

        height: 350px

    }

}



@media (max-width:767.98px) {

    #tous-nos-cuirs .filters-wrapper ul li .sub-menu {

        right: auto;

        left: 0

    }



    .mobile-display {

        display: block !important

    }



    .mobile-display.container-btn {

        display: table !important

    }



    .mobile-display article {

        display: block !important

    }



    .desktop-display {

        display: none !important

    }



    body {

        margin-top: 0

    }



    h2 {

        font-size: 1.4rem;

        padding-top: 20px

    }



    h2:after {

        background-color: #ac5e34;

        height: 2px;

        width: 40px

    }



    section {

        padding: 10% 5% !important

    }



    section article p.text-intro {

        font-size: 1rem

    }



    section .container-btn {

        display: table;

        margin: 30px auto;

        width: inherit;

        max-width: 180px;

        text-align: center

    }



    section .container-btn .btn-custom {

        padding: 10px 20px;

        font-weight: 700

    }



    section.section-introduction {

        padding: 0 !important

    }



    section.section-introduction article {

        padding: 10%;

        text-align: left

    }



    section.section-introduction h1 {

        font-size: 1.4rem;

        padding-top: 0

    }



    section.section-introduction h1:after {

        background-color: #ac5e34;

        height: 2px;

        width: 40px;

        margin: 15px 0 !important

    }



    #notre-prochain-salon.section-introduction {

        padding: 0 0 50px 0 !important

    }



    #tous-nos-salons h2 {

        margin-bottom: 30px

    }



    #tous-nos-salons article {

        padding-bottom: 50px

    }



    .page-template-home .hp-header {

        padding: 0 !important;

        margin-bottom: 90px

    }



    .page-template-home .hp-header h1 {

        font-size: 1.4rem;

        color: #ac5e34

    }



    .page-template-home .hp-header h1:after {

        background-color: #ac5e34;

        height: 2px;

        width: 40px

    }



    .page-template-home .hp-header .scroll-down-wrapper {

        display: none

    }



    .page-template-home .hp-header .my-auto {

        margin: 0;

        position: absolute;

        background-color: #fff;

        top: 70%;

        margin: 0 5%;

        width: 90%;

        padding: 10%;

        /*
        -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);

        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05)
        */

    }



    .page-template-home .hp-header p {

        color: #202020;

        font-size: .9rem

    }



    .page-template-notre_showroom .hp-header {

        height: 60vh;

        margin-bottom: 0

    }



    .page-template-notre_showroom .hp-header .my-auto {

        display: block

    }



    .page-template-notre_showroom .hp-header .my-auto h1 {

        font-size: 2rem

    }



    .page-template-notre_showroom .scroll-down-wrapper {

        display: none

    }



    .page-template-nous_contacter .hp-header {

        height: 60vh;

        margin-bottom: 0

    }



    .page-template-nous_contacter .hp-header h1 {

        font-size: 2rem

    }



    .page-template-nous_contacter .scroll-down-wrapper {

        display: none

    }



    .page-template-nous_contacter h2 {

        font-size: 20px !important;

        font-weight: 400

    }



    .page-template-nous_contacter h2:after {

        height: 2px !important;

        width: 40px !important

    }



    .page-template-nous_contacter section#notre-showroom-map {

        padding-top: 0 !important

    }



    .page-template-nous_contacter section#notre-showroom-contact {

        padding: 10% 15px 15% !important

    }



    .quote article {

        font-size: 1.2rem;

        line-height: 2em

    }



    .quote article p {

        line-height: 1.5em

    }



    .quote:after {

        background-color: #ac5e34;

        height: 2px;

        width: 40px

    }



    header {

        background-color: #fff !important

    }



    header .viel {

        display: none

    }



    header .svg {

        fill: #202020 !important;

        width: 120px

    }



    header .navbar-brand {

        margin: 0 auto

    }



    header.active {

        background-color: #202020 !important

    }



    header.active .svg {

        fill: #fff !important

    }



    header.active #hamburger-icon .line {

        background-color: #fff

    }



    header.active .menu-mobile {

        display: block;

        width: 100%;

        margin-top: 10px

    }



    header.active .menu-mobile .langue {

        position: relative;

        text-align: center;

        height: auto

    }



    header.active .menu-mobile .langue ul {

        padding: 10px 0

    }



    header.active nav {

        padding-left: 0;

        padding-right: 0;

        padding-bottom: 1px

    }



    header.active nav .navbar-collapse li {

        padding: 15px 10px;

        background-color: #fff;

        display: block;

        border-bottom: 1px solid #888

    }



    header.active nav .navbar-collapse li a {

        color: #202020

    }



    header.active nav .navbar-collapse li a:after {

        display: none !important

    }



    header.active nav .navbar-collapse .dropdown-toggle:after {

        content: "\e900";

        font-family: icomoon !important;

        speak: none;

        font-style: normal;

        font-weight: 400;

        font-variant: normal;

        text-transform: none;

        line-height: 1;

        border: 0;

        font-size: 10px;

        vertical-align: inherit;

        margin-left: 5px;

        width: auto;

        top: 0;

        color: #202020;

        display: inline-block !important

    }



    header.active nav .navbar-collapse .dropdown-toggle:hover:after {

        width: auto

    }



    header.active nav .navbar-collapse .dropdown-menu {

        padding: 0;

        margin: 0

    }



    header.active nav .navbar-collapse .dropdown-menu li {

        text-align: left;

        padding: 5px

    }



    .wrapper-footer {

        padding: 10vh 0 5vh 0

    }



    .wrapper-footer footer {

        text-align: center

    }



    .wrapper-footer footer #footer-link {

        display: none

    }



    .wrapper-footer footer .textwidget {

        text-align: center;

        font-weight: 400;

        font-size: 12px;

        line-height: 2em

    }



    .wrapper-footer footer .textwidget ul {

        padding-top: 30px;

        padding-left: 0

    }



    .wrapper-footer footer .textwidget ul li {

        padding: 10px 0

    }



    .wrapper-footer footer .logo-svg {

        margin: 0 auto 80px auto;

        width: 170px

    }



    #nos-cuirs-exception .leather-wrapper {

        padding-right: 10px;

        max-width: 200px;

        width: 200px

    }



    #nos-cuirs-exception .leather-wrapper .leather-visual {

        width: 100%;

        height: 300px;

        margin: 0

    }



    #nos-cuirs-exception .leather-wrapper h3 {

        font-size: 1rem;

        margin-top: 10px

    }



    .new-leather {

        padding: 5px 15px;

        width: 100%;

        font-size: 14px;

        text-align: center

    }



    #processus-de-creation h2 {

        font-size: 1.2rem;

        text-align: center

    }



    #processus-de-creation h3 {

        font-size: 1.2rem;

        text-align: center;

        width: 100%;

        padding: 10% 5% 0;

        margin: 0

    }



    #processus-de-creation h3:after {

        margin: 10px auto !important;

        width: 40px;

        height: 2px

    }



    #processus-de-creation p {

        font-size: 1rem;

        text-align: center

    }



    #processus-de-creation .savoir-wrapper {

        padding-bottom: 30px

    }



    #processus-de-creation article {

        display: block

    }



    #aujourd-hui article {

        text-align: center

    }



    #aujourd-hui .mask-and-zoom.view .inner {

        max-width: 200px

    }



    #developpement-durable .visuel-2 {

        position: relative;

        top: 0;

        left: 0;

        width: 100%

    }



    #tous-nos-cuirs h2 {

        font-size: 1.2rem;

        text-align: center;

        margin-bottom: 10px

    }



    #tous-nos-cuirs .leather-visual {

        width: 100%;

        max-width: 100%;

        height: 210px

    }



    #tous-nos-cuirs .leather-wrapper {

        width: 100%;

        padding-bottom: 30px

    }



    #tous-nos-cuirs .leather-wrapper h3 {

        font-size: .9rem

    }



    #tous-nos-cuirs .filters-wrapper {

        text-align: left !important

    }



    #tous-nos-cuirs .filters-wrapper ul {

        padding-bottom: 10px;

        display: block;

        width: 100%

    }



    #tous-nos-cuirs .filters-wrapper ul li:nth-child(2) {

        padding-left: 7px

    }



    #tous-nos-cuirs .leather-wrapper {

        padding-bottom: 60px

    }



    #tous-nos-cuirs .leather-wrapper h3 {

        letter-spacing: .025em

    }



    #tous-nos-cuirs .push-leather {

        width: 44%;

        margin-left: 3%;

        margin-right: 3%

    }



    .row.row-reverse {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-orient: vertical;

        -webkit-box-direction: reverse;

        -ms-flex-direction: column-reverse;

        flex-direction: column-reverse

    }



    .row.row-reverse [class*=col-] {

        -webkit-box-flex: 1;

        -ms-flex: 1;

        flex: 1

    }



    .single-cuir-template h1 {

        margin-top: 15px

    }



    .close-popin {

        right: 30px;

        position: fixed;

        top: 80px

    }



    section.section-introduction article {

        padding: 10% 15px

    }



    section {

        padding: 10% 15px !important

    }



    section [class*=" col-"],

    section [class^=col-] {

        padding-left: 15px;

        padding-right: 15px

    }



    section .container {

        padding-left: 0;

        padding-right: 0

    }



    .slick-dotted.slick-slider {

        margin-bottom: 0

    }



    #notre-showroom .slide {

        margin-top: 50px

    }



    .contact-bloc h3 {

        font-size: 15px;

        margin: 20px 0 0

    }



    #notre-prochain-salon.section-introduction article {

        padding-bottom: 0

    }



    #notre-prochain-salon.section-introduction article.salon-small {

        padding-top: 10px

    }



    .salon-small {

        margin-top: 30px

    }



    .salon-small h3 {

        font-size: 1rem

    }



    #tous-nos-salons h2 {

        font-size: 1.2rem;

        text-align: center

    }



    .page-template-home header.scrollable .langue li a,

    .page-template-notre_showroom header.scrollable .langue li a {

        color: #fff

    }



    #developpement-durable .row-reverse:not(.no-gutter) .col-md-5 {

        padding: 0

    }



    #developpement-durable .visuel-2 {

        margin-top: 20px

    }



    #developpement-durable .quote {

        right: 0;

        padding-top: 50px;

        margin-bottom: 20px

    }



    #developpement-durable .quote article p {

        font-size: .8em

    }



    #developpement-durable .author {

        bottom: -15px

    }

}



.cn-button.bootstrap {

    background-color: transparent;

    background-image: none;

    border-color: #fff

}



.home .leather-visual {

    -webkit-transition: all 1s;

    transition: all 1s

}



.home .leather-visual:hover {

    -webkit-transform: scale(1.02);

    transform: scale(1.02)

}



.page-template-default .hp-header {

    height: 30vh

}



.page-template-default h3 {

    margin-top: 40px;

    margin-bottom: 20px

}



.page-template-default #modal-ready {

    margin-top: 50px

}



.error404 .btn-primary {

    background-color: #27282d;

    border-color: #27282d

}



.error404 .btn-primary:hover {

    background-color: #74767e;

    border-color: #74767e

}



@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {

    .home .hp-header {

        height: 50vh

    }



    .page-template-notre_showroom .hp-header {

        height: 50vh

    }

}



.grecaptcha-badge {

    display: none

}



.wpcf7 {

    max-width: 600px;

    margin: 0 auto !important

}



.wpcf7 .wpcf7-form label {

    width: 100%

}



.wpcf7 .wpcf7-not-valid-tip {

    color: #dc3545

}



.wpcf7 .wpcf7-validation-errors {

    color: #dc3545;

    border: 1px solid #e9ecef

}





/*html,body{

     margin-top: 0px;

    overflow-x: hidden;

}*/







/********** HelveticaNeue-Light ************/

@font-face {

    font-family: HelveticaNeue-Light;

    src: url(/wp-content/themes/groupe-hcp/fonts/HelveticaNeue-Light.otf);

	font-display: auto

}



/***** Font 'Helvetica'***/


/*
@font-face {

    font-family: 'Helvetica';

    src: url(/wp-content/themes/groupe-hcp/fonts/'Helvetica'-Regular.otf);

	font-display: auto

}



@font-face {

    font-family: 'Helvetica'_Bold;

    src: url(/wp-content/themes/groupe-hcp/fonts/'Helvetica'-Bold.ttf);

	font-display: auto

}



@font-face {

    font-family: 'Helvetica'_Medium;

    src: url(/wp-content/themes/groupe-hcp/fonts/'Helvetica'-Medium.ttf);

	font-display: auto

}



@font-face {

    font-family: 'Helvetica';

    src: url(/wp-content/themes/groupe-hcp/fonts/'Helvetica'.otf);

	font-display: auto

}

*/



/*****Font PlayfairDisplay ***/



@font-face {

    font-family: PlayfairDisplay-Italic;

    src: url(/wp-content/themes/groupe-hcp/fonts/PlayfairDisplay-Italic.otf);

	font-display: auto

}



@font-face {

    font-family: PlayfairDisplay;

    src: url(/wp-content/themes/groupe-hcp/fonts/PlayfairDisplay-Regular.otf);

	font-display: auto

}



@font-face {

    font-family: PlayfairDisplay-Black;

    src: url(/wp-content/themes/groupe-hcp/fonts/PlayfairDisplay-Black.otf);

	font-display: auto

}



@font-face {

    font-family: PlayfairDisplay-Bold;

    src: url(/wp-content/themes/groupe-hcp/fonts/PlayfairDisplay-Bold.otf);

	font-display: auto

}



span.actu-italic {

    font-family: 'PlayfairDisplay-Italic' !important;

    text-transform: none !important;

    font-weight: 900 !important;

}



h2.actu-title {

    font-family: 'PlayfairDisplay' !important;

    text-transform: none !important;

    font-weight: 300 !important;

    padding-bottom: 30px !important;

}



h3.title-post-salon {

    font-family: PlayfairDisplay-Black !important;

}


h1.title-post-salon {
    font-size: 30px;
    font-weight: bolder;
    font-family: 'PlayfairDisplay-Black' !important;
}

h3.sous-title-savoir-faire {
    font-family: 'Helvetica' !important;
    letter-spacing: 0 !important;
}

h2.titre-bold {
    font-family: 'PlayfairDisplay-Bold' !important;
}

h3.titre-bold {
    font-family: 'PlayfairDisplay-Bold' !important;
}

h2.font-savoir {
    font-family: 'PlayfairDisplay-Bold' !important;
}

.font-savoir{cursor:pointer;}

h1.header-title {
    font-family: 'PlayfairDisplay-Black' !important;
}

.Myfont1 {
    font-family: 'Helvetica' !important;
}

p.font-bold {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    font-weight: bold

}



h2.contact-titles {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    font-weight: bold

}



.wrapper-footer a {

    color: #fff;

    font-family: 'Helvetica';

    letter-spacing: 0 !important;

}



.wrapper-footer .textwidget ul li {

    font-family: 'Helvetica';

    letter-spacing: 0 !important;

    width: 100%;

}



h2,

h3,

h4,

h5 {

    font-family: 'PlayfairDisplay-Black' !important;

    text-transform: none !important;

}



/*p {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    font-weight: 600 !important;

    font-size: 15px !important;

}*/



p {

    font-family: 'Helvetica';

    text-transform: none !important;

    font-weight: 400 !important;

    font-size: 15px !important;

}



h3.accroche {

    font-family: 'PlayfairDisplay' !important;

}

.bg-primary{

    background-color: #aaad95;

}

section.container-fluid.hp-header.header {

    /*background-image: url(/wp-content/uploads/2021/02/odw-header-hcp.jpg) !important;*/

    /*background-image: url(/wp-content/uploads/2021/05/marron-foncé-header-hcp-scaled.jpg) !important;*/

    border-bottom: 15px solid #aaad95;

    background-position: center bottom !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}



@media only screen and (min-device-width: 1024px) {

    section.container-fluid.hp-header {

        /*background-image: none !important;*/

    }

}



.hp-header h1 {

    font-size: 60px !important;

}



.slidee {

    text-align: left;

    /*padding-top: 15% !important;*/

}

#intro-home.slidee { 

    /*padding-top: 12% !important;*/

	margin-top: 1rem;

}



.hp-header h1:after {

    display: none !important;

}



.hp-header {

    height: 90vh !important;
    min-height: 700px;


}



h2:after {

    display: none !important;

}



.my-images img {

    max-width: 86% !important;

}



h3.accroche {

    text-align: center;

    font-size: 30px;

    color: #fff;

    font-weight: 400;

}



.row.no-gutters.acc {

    background: #aaad95;

    padding: 45px 40px;

}



h3.accroche:before {

    border-left: 1px solid #e0e1d9;

    display: inline-block;

    content: ' ';

    width: 10px;

    height: 60px;

    overflow: hidden;

    margin-right: 15px;

    margin-bottom: -20px;

}



.col-md-6.text-padding {

    padding-right: 15%;

}



.text-padding h2 {

    color: #000;

    padding-bottom: 20px !important;

    font-family: 'PlayfairDisplay-Black' !important

}



.my-images p {

    padding-top: 15px;

}



.my-btn {

    float: right;

    padding-right: 15%;

    padding-top: 40px;

    padding-bottom: 15px;

}



a.my-custom:after {

    float: right;

    height: 1px;

    width: 67px;

    background-color: #000;

    content: "";

    right: 19%;

    display: block;

    margin-top: 10px;

    position: absolute;

    transition: inherit;

}







a.my-custom {

    text-decoration: none !important;

    font-family: 'Helvetica' !important;

	text-transform: uppercase;

}



.accroche-bg {

    background-image: url(/wp-content/uploads/2019/08/Home_Option-2-copie.jpg) !important;

    padding: 180px 0;

    background-position: center bottom !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed;

}



.border-separateur {

    border-bottom: 10px solid #aaad95;

    padding: 20px;

    width: 100%;

}



.row.no-gutters.title h2 {

    color: #000;

    text-align: center;

    margin: 0 auto;

    display: inherit;

    font-family: 'PlayfairDisplay-Black' !important;

}







section#savoir-faire {

    background: #f5f3f1;

    margin-top: -68px;

    margin-bottom: -63px;

}





/***** buttons****/



.my-btn1 {

    float: right;

    padding-right: 10%;

}



a.my-custom1:after {

    float: right;

    height: 1px;

    width: 110px;

    background-color: #000;

    content: "";

    right: 10%;

    display: block;

    margin-top: 10px;

    position: absolute;

    transition: inherit;

}



@media only screen and (max-width: 767px) {

    a.my-custom1:after {

        /*right: auto;*/

    }





    .my-btn2 {

        margin-left: 15% !important;

    }



    a.my-custom2:after {

        right: auto !important;

    }



    a.my-custom:after {

        right: 9%;



    }



    a.my-custom1:after {

        width: 60px;

    }



    a:hover.my-custom:after {

        right: 9% !important;

    }



    .my-btn {

        padding-right: 5%;

    }



}



a.my-custom1 {

    text-decoration: none !important;

    text-transform: uppercase;

	font-family: 'Helvetica' !important;

}



.my-btn2 {

    float: right;

    padding-right: 33%;

    padding-top: 70px;

    padding-bottom: 60px;

}



a.my-custom2:after {

    float: right;

    height: 1px;

    width: 145px;

    background-color: #000;

    content: "";

    right: 34%;

    display: block;

    margin-top: 10px;

    position: absolute;

    transition: inherit;

}



a.my-custom2 {

    text-decoration: none !important;

    text-transform: uppercase;

	font-family: 'Helvetica' !important;

}



.my-btn3 {

    margin: 0 auto;

    text-align: center;

    margin-bottom: -20px;

}



a.my-custom3:after {

    height: 1px;

    width: 180px;

    background-color: #000;

    content: "";

    display: block;

    margin-top: 10px !important;

    margin: 0 auto;

    text-align: center;

    transition: inherit;

}



a.my-custom3 {

    text-decoration: none !important;

    letter-spacing: 1px;

	font-family: 'Helvetica' !important;

	text-transform: uppercase;

}

a.my-custom4:after {

    height: 1px;

    width: 180px;

    background-color: #fff;

    content: "";

    display: block;

    margin-top: 10px !important;

    margin: 0 auto;

    text-align: center;

    transition: inherit;

}



a.my-custom4 {
    color: #fff;

    text-decoration: none !important;

    letter-spacing: 1px;

	font-family: 'Helvetica' !important;

	text-transform: uppercase;

}





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





/**** acc green***/



.row.no-gutters.acc2 {

    background: #aaad95;

    padding: 40px;

    border-bottom: #fff 15px solid;

}





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



.pr img {

    margin: 0 auto;

    text-align: center;

    display: block;

    max-width: 99% !important;

    padding-top: 27px;

    padding-top: 27px;

    padding-right: 30px;

    width: auto;

}



h2.title-pr {

    color: #000;

    text-align: center;

    display: block;

    padding-top: 50px;

}



p.text-pr {

    text-align: center;

    padding-left: 16%;

    padding-right: 16%;

    margin-bottom: 30px;

    padding-top: 10px;

}





/***page notre histoitre****/





/*.row.row-reverse.no-gutters.first-rw {

    padding-top: 80px;

    padding-bottom: 80px;

    padding-left: 15%;

	    border-bottom: 10px solid #aaad95;

    margin-bottom: 35px;

	    background: #f9f7f6;

}*/



section.section-introduction h1 {

    color: #000 !important;

    font-size: 28px !important;

}



section.section-introduction h1:after {

    display: none !important;

}



.row.row-reverse.no-gutters.histoire-prallax {

    background-image: url(/wp-content/uploads/2021/01/qui-sommes-nous-groupe-hcp-paris.jpg);

    background-position: center bottom !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed;

    padding-top: 100px;

    padding-bottom: 100px;

    margin-bottom: 10px

}



.text-paragraphe {

    background-color: #fff;

    padding-top: 60px;

    padding-bottom: 60px;

    padding-left: 5% !important;

    padding-right: 5% !important;

}

.text-paragraphe.font-savoir{

min-height: 340px;

}



h2 {

    color: #000 !important;

    padding-bottom: 15px !important;

    letter-spacing: 0 !important;

    font-size: 32px !important;

    font-weight: 900 !important;

    display: inline-block;

}


.section-collections{
    background-color: #aaad95;
}

.section-collections h2{
    color: #fff !important;
    font-weight: 400 !important;
    padding-bottom: 5px !important;
}

.section-univers h2{
    padding-bottom: 5px !important;
}




/*** notre group***/



.row.row-reverse.no-gutters.groupe-prallax {

    background-image: url(/wp-content/uploads/2019/09/unnamed.jpg);

    background-position: center bottom !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed;

    padding-top: 150px;

    padding-bottom: 150px;

    padding-right: 18%;

    /*margin-bottom: 10px*/

}

.row.row-reverse.no-gutters.groupe-prallax-nd{



    background-image: url(/wp-content/uploads/2019/09/unnamed.jpg);

    background-position: center bottom !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed;

    padding-top: 150px;

    padding-bottom: 150px;

    padding-left: 18%;


}







/** savoir faire***/



.savoir-faire-prallax1 {

    background-image: url(/wp-content/uploads/2019/08/savoir-faire1.jpg);

    background-position: center top !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed;

    padding-top: 150px;

    padding-bottom: 150px;

    margin-bottom: 10px

}



.savoir-faire-prallax2 {

    background-image: url(/wp-content/uploads/2019/08/Courbes.jpg);

    background-position: center top !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed;

    padding-top: 150px;

    padding-bottom: 150px;

    margin-top: -35px;

    margin-bottom: 10px

}



.savoir-faire-prallax3 {

    background-image: url(/wp-content/uploads/2019/08/savoir-faire3.jpg);

    background-position: center top !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed;

    padding-top: 150px;

    padding-bottom: 150px;

    margin-top: -35px;

    margin-bottom: 10px

}



.white-titles h2 {

    color: #fff !important;

    line-height: 50px;

    font-size: 36px !important;

    font-size: 50px !important;

    font-weight: 500 !important;

}



.col-md-6.white-titles {

    margin-top: 15%;

}



img.picto {

    max-width: 25% !important;

    max-height: 120px;

    margin: 0 auto;

    text-align: center;

    padding-top: 4%;

    padding-left: 5%;

}



header .logo-svg {

    width: auto !important;

}





/***** footer*****/



.wrapper-footer {

    background: #aaad95 !important;

    padding: 90px 0 60px;

    color: #fff;

}



.wrapper-footer .textwidget {

    letter-spacing: .05em;

    text-align: justify !important;

    margin-left: -46px;

    font-weight: 300 !important;

}



.wrapper-footer .textwidget p {

    margin-bottom: 0px !important;

}



h3.widget-title {

    font-size: 19px !important;

    padding-bottom: 10px;

    font-weight: 700 !important;

    font-family: PlayfairDisplay-Black !important;

    margin-top: -3px;

}



ul.footer-list li {

    list-style: none;

    margin-bottom: 13px;

}



.ff img {

    padding-left: 15% !important;

    padding-top: 50px;

}



.logo1 img {

    padding-top: 50px;

    position: absolute;

    left: inherit;

    display: inline-block;

    margin-left: -65px !important;

}



.logo2 img {

    padding-top: 25px;

}





/*.langue {

    background-color: transparent !important;

    color: #fff;

    height: 30px;

    text-align: right;

    position: absolute !important;

    top: 0;

    width: 100% !important;

    z-index: 100 !important;

    font-size: 12px !important;

    right: 60px;

    left: auto;

}*/



.mycontainer {

    position: relative;

}



header li .dropdown-toggle:after {

    display: none !important;

}



header li .dropdown-menu {

    border: 0;

    border-radius: 0;

    left: 0 !important;

    right: 0;

    top: 30px;

    text-align: left;

    padding: 0 !important;

}



.small,

small {

    font-size: 13px !important;

}



.copyright {

    padding-top: 10px;

    padding-bottom: 10px;

}



.navbar {

    position: inherit !important

}



a:hover.my-custom:after {

    float: right;

    height: 1px;

    width: 105px;

    background-color: #000;

    content: "";

    right: 19%;

    display: block;

    margin-top: 10px;

    position: absolute;

    -webkit-transition: all .7s ease-out;

    transition: all .7s ease-out;

}



.page-id-8 a:hover.my-custom:after {

    width: 105px;

}



.page-id-207 a:hover.my-custom:after {

    width: 127px;

}



a:hover.my-custom1:after {

    float: right;

    height: 1px;

    width: 162px;

    background-color: #000;

    content: "";

    right: 10%;

    display: block;

    margin-top: 10px;

    position: absolute;

    -webkit-transition: all .7s ease-out;

    transition: all .7s ease-out;

}



.page-id-8 a:hover.my-custom1:after {

    width: 162px;

}



.page-id-207 a:hover.my-custom1:after {

    width: 167px;

}



.page-id-314 a:hover.my-custom1:after {

    width: 150px;

}



a:hover.my-custom2:after {

    float: right;

    height: 1px;

    width: 233px;

    background-color: #000;

    content: "";

    right: 34%;

    display: block;

    margin-top: 10px;

    position: absolute;

    -webkit-transition: all .7s ease-out;

    transition: all .7s ease-out;

}



.page-id-8 a:hover.my-custom2:after {

    width: 232px;

}



.page-id-207 a:hover.my-custom2:after {

    width: 181px;

}



.page-id-314 a:hover.my-custom2:after {

    width: 212px;

}



a:hover.my-custom3:after {

    height: 1px;

    width: 200px;

    background-color: #000;

    content: "";

    display: block;

    margin-top: 10px !important;

    margin: 0 auto;

    text-align: center;

    -webkit-transition: all .7s ease-out;

    transition: all .7s ease-out;

}



.page-id-314 a.my-custom3:after {

    width: 106px;

}



.page-id-314 a:hover.my-custom3:after {

    width: 116px;

}



.langue ul li {

    border-left: none !important;

    padding: 0 15px !important;

}



.compte a {

    letter-spacing: 1px;

    left: 50px;

    position: relative;

    text-decoration: none;

    font-weight: 300 !important;

}



.page.page-id-80000000 #hamburger-icon .line {

    background: #fff !important;

}



@media (max-width: 767.98px) {

    header .navbar-brand {

        margin: 0 auto;

    }

}


@media (max-width: 959px) {

    .page-template-home .hp-header h1 {

        font-size: 30px !important;

        color: #fff !important;

    }

}





@media (max-width: 767.98px) {

    .page-template-home .hp-header .my-auto {

        position: absolute;

        background-color: transparent !important;

        top: 40% !important;

        width: 100% !important;

        padding: 0 !important;

    }

	.page-template-home #intro-home {display: block; padding-left: 0px; margin-bottom: 30px;}

	.page-template-home #intro-home p {color:#FFF;}

	.page-template-home #intro-home a {color:#FFF;}

 



	.petit-ecran {display:block;}

	.page-template-home #intro-home.grand-ecran {display:none;}

    section {

        padding: 35px 35px !important;

    }

}



@media (min-width: 767.99px) {

	.petit-ecran {display:none;}

	.grand-ecran {display:block;}

}



@media (max-width: 767.98px) {

    .wrapper-footer footer .textwidget {

        text-align: center !important;

        font-weight: 400 !important;

        font-size: 14px !important;

        line-height: 2em !important;

        margin: 0 auto !important;

    }

}



@media (max-width: 767.98px) {

    .ff img {

        padding-left: 0% !important;

        padding-top: 50px;

    }

}



@media (max-width: 767.98px) {

    .wrapper-footer footer .textwidget ul li {

        padding: 0 !important;

    }



    ul.footer-list li {

        list-style: none;

        margin-left: -20px !important;

    }



    .nn {

        display: none;

    }

}



@media (max-width: 767.98px) {

    .pr img {

        max-width: 100% !important;

    }



    .my-vid-image img {

        max-width: 100% !important;

    }



    .my-images img {

        max-width: 100% !important;

    }



    .row.row-reverse.no-gutters.first-rw {

        padding-left: 7%;

        padding-right: 7%;

        padding-top: 150px;

    }



    .row.row-reverse.no-gutters.histoire-prallax {

        padding-right: 11%;

        padding-left: 11%;

    }



    .row.row-reverse.no-gutters.groupe-prallax {

        padding-right: 11%;

        padding-left: 11%;

    }

}





/**mega-menu**/


.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu{

    width: max-content !important;


}



.wpmm-col{
    width: 368px !important;
}


.wpmm-col:not(:first-child) {
    padding: 30px !important;
    width: 268px !important;

}




.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {

    margin-bottom: 0px !important;

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li {

    padding: 20px 20px !important;

}

.wp-megamenu-wrap .wpmm-nav-wrap ul.menu {

 
 
 }


.wp-megamenu-wrap .wpmm-nav-wrap ul.menu li a {

    font-size: 16px !important;
    font-weight: 600  !important;
 
 }


 .wp-megamenu-wrap .wpmm-nav-wrap ul.menu  li ul.sub-menu  {

    padding-left: 0  !important;
    margin-left: 0  !important;
    padding-bottom: 15px;
  
  }

.wp-megamenu-wrap .wpmm-nav-wrap ul.menu li ul.sub-menu li a {

   font-size: 14px !important;
   font-weight: 500  !important;

}



.page.page-id-80000000 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    color: #fff !important;

}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
    font-size: 14px  !important;

}



@media (max-width: 767.98px) {

    .page.page-id-80000000 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

        color: #000 !important;

    }

}



#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {

    font-size: 16px !important;

    font-weight: 600 !important;

    line-height: 40px !important;

    text-transform: none !important;

    letter-spacing: 0 !important;

    margin-bottom: 0px;

}



img.image.mega-menu-image1.attachment-full.size-full {

    /*margin-top: -20px;

    margin-left: -36px; 

    margin-bottom: -20px;*/

}



.page.page-id-80000000 .langue a {

    color: #fff !important;

}



a {

    text-decoration: none !important;

}



.langue a {

    color: #000 !important;

}



#wp-megamenu-secondary {

    width: 19%;

    padding-top: 20px;

}



#wp-megamenu-primary {

    padding-top: 10px;

}



#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    color: #000 !important;

    font-weight: 600 !important;

    font-family: 'Helvetica' !important;

}



#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {

    color: #000;

    font-weight: 600 !important;

    font-family: 'Helvetica' !important;

}



.page.page-id-80000000 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    color: #fff !important;

    position: relative;

}



#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    position: relative;

}



.home header .navbar {

    border-bottom: none;

}


.home hr {
    border-top: 2px solid #000;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    max-width: 100%;


}




body:not(.home) .shop_woo .homeimg {

    display:none;

}





.home .shop_woo .homeimg {

    display:inline-block;

}



.home .shop_woo img:not(.homeimg) {

    display:none;

}



.page.page-id-80000000 #wp-megamenu-secondary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    color: #fff !important;

}



#wp-megamenu-secondary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    color: #000 !important;

}



.page.page-id-80000000 header .navbar {

    background: transparent;

}



header .navbar {

    padding-top: 10px;

    padding-bottom: 0px;

    background: #FCFBF9;

    margin-top: -30px;

    border-bottom: 1px solid #C6C6C6;

}



#hamburger-icon {

    display: none !important;

}



@media (max-width: 767px) {

    .page.page-id-80000000 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

        color: #030303 !important;

    }

}



@media (max-width: 767px) {

    .wpmm_mobile_menu_btn:hover {

        color: #aaad95 !important;

        background-color: #fff !important;

    }

}



@media (max-width: 767px) {

    .page.page-id-80000000 #wp-megamenu-secondary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

        color: #000 !important;

    }



    .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu {

        padding: 0px !important;

    }

}



span.italic-word {

    font-family: 'PlayfairDisplay-Italic' !important;

    font-style: italic !important;

    text-align: center;

    font-size: 33px;

    color: #fff;

    font-weight: 400;

}





/******cuirs******/



.porosus-section {

    background-image: url(/wp-content/uploads/2019/08/Nos-cuirs-Porosus-copie.jpg);

}



.niloticus-section {

    background-image: url(/wp-content/uploads/2019/08/Courbes-11-copie.jpg);

}



.alligator-section {

    background-image: url(/wp-content/uploads/2019/08/Rectangle.jpg);

}



.varanus-section {

    background-image: url(/wp-content/uploads/2019/08/bg-seection4.jpg);

}



.autruche-section {

    background-image: url(/wp-content/uploads/2019/08/section05.jpg);

}



.python-section {

    background-image: url(/wp-content/uploads/2019/08/section6.jpg);

}



.molurus-section {

    background-image: url(/wp-content/uploads/2019/08/Python-Molurus-copie.jpg);



}

.molurus-section, .autruche-section, .python-section, .varanus-section, .alligator-section, .niloticus-section, .porosus-section {

    background-position: center top !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed;

    padding-top: 60px;

    padding-bottom: 60px;

    margin-bottom: 10px;

}

.white-titles-cuirsl h2 {

    color: #ffff !important;

    line-height: 48px;

    font-size: 49px !important;

}

@media (max-width:767.98px) {

	.molurus-section, .autruche-section, .python-section, .varanus-section, .alligator-section, .niloticus-section, .porosus-section {background-attachment: inherit;}

}



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



#wp-megamenu-primary {

    padding-right: 0px !important;

    padding-left: 0px !important;

}



.container {

    padding-left: 100px;

    padding-right: 60px;

}



.single-product #content.container {

    padding-left: 70px;

    padding-right: 70px;

}





h1.navbar-brand.mb-0 {

    position: absolute;

    left: inherit;

    display: inline-block;

    margin-left: -132px !important;

}



@media (max-width: 767px) {

    .wpmm-nav-wrap.wpmm-main-wrap-secondary {

        display: none !important;

    }

}



.histoire {

    padding-top: 128px !important;

    padding-bottom: 110px !important;

    border-bottom: 10px solid #aaad95;

    /*margin-bottom: 35px;*/

    background: #f9f7f6 !important;

}



.pics {

    padding-top: 40px;

}



div#savoir-faire {

    background: #f9f7f6;

    padding: 0 0 0px !important;

    border-top: 10px solid #aaad95;

}



a.navbar-brand.lg1 {

    position: absolute;

    left: inherit;

    display: inline-block;

    margin-left: -132px !important;

}



@media (max-width: 767px) {

    #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {

        padding-right: 35px !important;

        padding-top: 20px !important;

    }



    .wpmm_mobile_menu_btn i {

        font-size: 20px;

    }

}



.white-titles2 h2 {

    color: #fff !important;

    line-height: 70px;

    font-size: 36px !important;

    font-size: 68px !important;

}



.left-padding {

    padding-left: 22%;

}



.contact {

    /*padding-top: 229px !important;

    padding-bottom: 138px !important;*/

    

    padding-top: 200px !important;

    padding-bottom: 110px !important;

    border-bottom: 10px solid #aaad95;

    margin-bottom: 35px;

    background: #f9f7f6 !important;

}



.contact p {

    font-size: 18px !important;

}





/***contact***/



i.myicon.fa.fa-angle-down {

    float: right;

    font-size: 29px;

    font-weight: 300 !important;

    margin-top: -9px;

}



.myfirst-contact-row {

    /* position: absolute;*/

    left: inherit;

    display: block;

    margin-left: -65px;

}



.mybtnn {

    padding-top: 41px;

}



.wp-megamenu-sub-menu:before,

.wp-megamenu-sub-menu:after,

#wp-megamenu-primary>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu {

    background: transparent !important;

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row {

    min-height: 346px;

    background: #fff !important;

    width: 80%;

    margin: 0 auto;

}



.wp-megamenu-sub-menu .wpmm-submenu-right {

    padding: 0;

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu {}



.menu-item.wpmm-type-widget,

.menu-item.wpmm-type-widget img {

    height: 100%;

}



.wpmm-strees-row-container>ul.wp-megamenu-sub-menu>li>ul.wp-megamenu-sub-menu>li.wpmm-col.wpmm-col-6:last-child {

    /*padding: 50px !important;

    padding: 60px 90px 50px 60px !important;
    */

}



.wpmm-strees-row-container>ul.wp-megamenu-sub-menu>li>ul.wp-megamenu-sub-menu>li.wpmm-col.wpmm-col-6:first-child ul,

.wpmm-strees-row-container>ul.wp-megamenu-sub-menu>li>ul.wp-megamenu-sub-menu>li.wpmm-col.wpmm-col-6:first-child ul img {

    /*
    height: 100% !important;
    */

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li.wpmm-submenu-right {

    padding: 0;

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:first-child img {

    width: 100%;

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:first-child {

    padding: 0 !important;

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child {

    padding: 95px 90px 50px 60px !important;

}



#wp-megamenu-primary.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child>ul.wp-megamenu-sub-menu>li:last-child a {
  /*
    font-weight:600 !important;

    font-size: 16px !important;

    line-height: 25px !important;

  margin-bottom:25px;*/

}



.formulaire {

    padding-top: 80px;

    padding-bottom: 50px;

}



.form-check-input {

    position: relative !important;

}



.container-form {

    display: block;

    margin: 0 auto;

}



.map {

    padding-top: 71px !important;

    padding-bottom: 50px !important;

    margin-bottom: 10px;

    background: #f9f7f6 !important;

}



.container-btn {

    display: inline-block;

    border: 1px solid #777777 !important;

    border-radius: 0px !important;

    overflow: hidden;

    width: 33%;

    margin-top: 40px;

}



.container-btn .wpcf7-submit:hover {

    border-radius: 0 !important;

}



@media (max-width: 767px) {

    .container-btn {

        width: auto !important;

    }

}



.container-btn:hover {

    border: 0px !important;

}



.container.mycontainer2 {

    padding-right: 0px !important;

    padding-left: 0px !important;

}



@media (min-width: 1570px) {

    .hiden-block {

        display: none;

    }

}



@media (max-width: 1569px) {

    .hiden-resp {

        display: none;

    }

}



@media (max-width: 1285px) {

    .footer-widget h3 {

        font-size: 17px;

    }

}



h2.footer-hcp {

    padding-top: 40px;

    color: #fff !important;

    font-family: 'PlayfairDisplay' !important;

    text-transform: none !important;

    font-weight: 300 !important;

}



span.other-font {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    font-weight: 300 !important;

}



.wpcf7 select {

    padding: 8px 15px 10px !important;

}



.mydiv-bg {

    background-image: url('/wp-content/uploads/2019/08/paris2.jpg') !important;

    background-size: cover;

    padding: 32%;

    background-repeat: no-repeat;

    background-position: center;

}



.mydiv-bg2 {
    background-image: url('/wp-content/uploads/2019/08/milano.jpg') !important;
    background-size: cover;
    padding: 32%;
    background-repeat: no-repeat;
    background-position: center;
}

.mydiv-bg3 {
    background-image: url('/wp-content/uploads/2019/08/newyork.jpg') !important;
    background-size: cover;
    padding: 32%;
    background-repeat: no-repeat;
    background-position: center;
}

.mydiv-bg4 {
    background-image: url('/wp-content/uploads/cattle_skins-2-scaled.webp') !important;
    background-size: cover;
    padding: 32%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    .mydiv-bg {
        margin-top: 40px
    }
    .mydiv-bg2 {
        margin-top: 40px
    }
    .mydiv-bg3 {
        margin-top: 40px
    }
    .mydiv-bg4 {
        margin-top: 40px
    }

}



.card-header a {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid transparent;
    display: inherit;
    padding: 26px 0px;
    margin-bottom: 0;
    background-color: transparent;
    color: #000;
}

.card-body {
    border-bottom: 1px solid #000;
}

.myrow {
    padding-left: 12%;
    padding-right: 12%;
}



h5.mb-0 {
    font-family: 'Helvetica' !important;
    text-transform: uppercase !important;
    font-size: 15px;
}

.card {
    margin-top: 35px;
}

.wpcf7 input[type=submit] {
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 19px !important;
    font-family: 'Helvetica' !important;
}

.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea {
    font-family: 'Helvetica' !important;
}

/*******/

.donate-now label,
.donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.donate-now input[type=radio]:checked~label {

    background: #aaad95;

    color: #fff;

    border: 1px solid rgba(255, 255, 255, 0) !important;

}



.donate-now label {

    padding: 15px 0px;

    border: 1px solid #777777;

    cursor: pointer;

    z-index: 90;

    position: relative;

    text-align: center;

}



.donate-now label:hover {

    background: #aaad95;

    color: #fff;

    border: 1px solid rgba(255, 255, 255, 0) !important;

}



#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {

    font-size: 16px !important;

    text-transform: none !important;

}



.card-body {

    padding: 20px 0px 30px !important;

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a {

    padding: 15px 0px !important;

}



span.italic-word2 {

    font-family: 'PlayfairDisplay-Italic' !important;

    font-style: italic !important;

    text-align: center;

    font-size: 60px !important;

    color: #fff;

}



.hp-header span.italic-word2 {

    font-family: 'PlayfairDisplay-Bold' !important;

}





span.wpcf7-list-item-label {

    font-family: 'Helvetica' !important;

    font-size: 14px;

}





/*salons*/



section.container-fluid.salon {

    padding-top: 85px;

    padding-bottom: 85px;

    background: #f9f7f6;

}



.salon-header {

    padding-top: 200px !important;

    padding-bottom: 80px !important;

    background: #f9f7f6 !important;

}



.salon-bloc-1 {

    background: #aaad95 !important;

    text-align: center;

    padding: 45px 0px 45px 0px;

}



section.container-fluid.salon-bloc-1 h2 {

    color: #fff !important;

    font-size: 28px !important;

    font-style: italic;

    font-weight: 100 !important;

    border-left: solid;

    padding-left: 3%;

    padding-top: 2%;

}





/*.understrap-read-more-link {display:none;}*/



section.container-fluid.salon-bloc-2 {

    padding-top: 0;

    padding-bottom: 10px;

	

}



section.container-fluid.salon-bloc-2 strong:first-child {

    font-size: 28px;

    max-width: 49%;

    display: block;

    line-height: 35px;

    font-weight: 900 !important;

}



section.container-fluid.salon-bloc-2 section:last-child strong:first-child {

    margin-bottom: 35px;

}



section.container-fluid.salon-bloc-2 h6 {

    font-weight: 600;

    padding-bottom: 15px !important;

	

}





section.container-fluid.salon-bloc-2 section:last-child h6 {

    font-size: 18px;

    padding-bottom: 20px !important;

}



.evenement-avenir {

    background-color: #ffffff;

    padding-top: 90px;

    padding-bottom: 90px;

}



.evenement-passe {

    padding-top: 54px;

    padding-bottom: 0px;

}





/* Base for label styling */



[type="checkbox"]:not(:checked),

[type="checkbox"]:checked {

    position: absolute;

   /* left: -9999px; */

}



[type="checkbox"]:not(:checked)#acceptance,
.wpcf7 [type="checkbox"]:checked#acceptance {
    position: absolute;
    left: -9999px;
}

.woocommerce-shipping-fields [type="checkbox"]:not(:checked),
.woocommerce-shipping-fields [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}





[type="checkbox"]:not(:checked)~label,

[type="checkbox"]:checked~label {

    position: relative;

    padding-left: 1.95em;

    cursor: pointer;

}





/* checkbox aspect */



[type="checkbox"]:not(:checked)~label:before,

[type="checkbox"]:checked~label:before {

    content: '';

    position: absolute;

    left: 0;

    top: -1;

    width: 20px;

    height: 20px;

    border: 1px solid rgba(0, 0, 0, 0.55);

    background: transparent;

}





/* checked mark aspect */



[type="checkbox"]:not(:checked)~label:after,

[type="checkbox"]:checked~label:after {

    content: '/';

    position: absolute;

    top: 1px;

    left: 2px;

    transform: rotate(-165deg) !important;

    font-size: 25px;

    line-height: 0.8;

    color: #000;

    font-weight: 300;

}





/* checked mark aspect changes */



[type="checkbox"]:not(:checked)~label:after {

    opacity: 0;

    transform: scale(0);

}



[type="checkbox"]:checked~label:after {

    opacity: 1;

    transform: scale(1);

}





/* disabled checkbox */



[type="checkbox"]:disabled:not(:checked)~label:before,

[type="checkbox"]:disabled:checked~label:before {

    box-shadow: none;

    border-color: #bbb;

    background-color: #ddd;

}



[type="checkbox"]:disabled:checked~label:after {

    color: #999;

}



[type="checkbox"]:disabled~label {

    color: #aaa;

}





/* accessibility */



[type="checkbox"]:checked:focus~label:before,

[type="checkbox"]:not(:checked):focus~label:before {

    border: 1px solid #000;

}





/* hover style just for information 

label:hover:before {

  border: 2px solid #4778d9!important;

}

*/



.nnnn ul li {

    display: inline-block;

}



ul.langue-ul {

    width: 172px !important;

    padding-left: 0 !important;

    margin-bottom: 15px;

    font-size: 13px !important;

    font-size: 13px;

    color: #000 !important;

    font-weight: 900 !important;

    font-family: 'Helvetica' !important;

}



.nnnn {

    text-align: center;

}



.page.page-id-80000000 a.compte-white {

    color: #fff !important;

}



span.wpcf7-not-valid-tip {

    position: relative;

    display: block;

    bottom: 70px;

    font-style: italic;

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    color: red !important;

}



span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip {

    bottom: 254px;

}



.page.page-id-207 header .navbar {

    background: transparent;

}



.section-salon {

    text-align: center;

    padding-top: 120px;

    width: 60%;

    margin: auto;

}



.section-salon img {

    width: 100%;

}



.page.page-id-207 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    color: #fff !important;

}



.page.page-id-207 a.compte-white {

    color: #fff !important;

}



.content-full-paragraph #modal-ready div:first-child {

    display: none;

}



p.date-post-salon {

    margin-bottom: 30px;

}



.section-salon .row.content {

    margin-top: 40px;

}



.col-md-4.content-first-paragraph p {

    font-weight: bolder !important;

    font-family: 'PlayfairDisplay-Italic' !important;

    text-transform: none !important;

    font-size: 25px !important;

    text-align: left;

    font-style: italic;

}



.content-full-paragraph #modal-ready p {

    text-align: left;

}



.page.page-id-314 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    color: #fff !important;

}



.page.page-id-314 a.compte-white {

    color: #fff !important;

}



.page.page-id-314 header .navbar {

    background: transparent;

}



.wp-megamenu b.fa.fa-angle-down {

    visibility: hidden;

}





/*evenement*/



p.date-post-evenement {

    margin-bottom: 0px;

    margin-top: -15px;

    font-size: 17px !important;

    font-family: 'Helvetica' !important;

    font-weight: 500 !important;

}



.col-md-6.last_post_thumbnail {

    width: 100%;

    height: 300px;

   /* overflow: hidden; */

}


.col-md-6.last_post_thumbnail img{

  max-height: 300px !important;
  width: auto !important;

}


.post_thumbnail {

    width: 75%;

    overflow: hidden;

}



.post_thumbnail img {

    width: 100%;

}



.the_excerpt p {

    display: block;

    text-overflow: ellipsis;

    word-wrap: break-word;

    overflow: hidden;

    max-height: 232px;

    margin-bottom: 7px;

	    font-size: 14px !important;

}



html[lang="en-GB"] .myit,

html[lang="en-GB"] .myfr {

    display: none !important;

}



html[lang="fr-FR"] .myit,

html[lang="fr-FR"] .eng {

    display: none !important;

}



html[lang="it-IT"] .myfr,

html[lang="it-IT"] .eng {

    display: none !important;

}



.text-ev {

    padding-right: 10%;

}



span.red {

    font-style: italic;

    font-weight: 900;

    font-family: 'PlayfairDisplay-Italic' !important;

}



.evenement-passe span.red {

    font-family: 'PlayfairDisplay-Italic' !important;

    text-transform: none !important;

    font-weight: 900 !important;

	letter-spacing: 0 !important;

    font-size: 32px !important;

}



body:not(.page-template-nos_evenement) a.btn.btn-secondary.understrap-read-more-link {

    display: none;

} 



.evenement-passe a.btn.btn-secondary.understrap-read-more-link {

    display: block;

	margin-top: 15px;

}



a.btn.btn-secondary.understrap-read-more-link {

    background: transparent;

    border-width: 0 0 1px 0;

    border-radius: 0;

    padding: 0;

    color: #202020;

    font-size: 14px;

    margin-top: 5px;

    text-align: left;

    border-bottom: 1PX SOLID #202020;

    width: 25%;

	font-family: 'Helvetica' !important;

	text-transform: uppercase;

}



.row.attachement-salon .col-sm-4 {

    width: 100%;

    height: 230px;

    overflow: hidden;

}



.thumbnail_post {

    width: 100%;

    height: 550px;

    overflow: hidden;

}



h2.mytitle1 {

    font-weight: 300 !important;

    margin-bottom: 15px;

}



.padding-ev {

    padding-right: 20%;

}



h2.dif-title {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    margin-bottom: -4px;

}



a.title-post {

    font-size: 18px;

    font-weight: 600;

}



a.title-post {

    font-size: 18px;

    font-weight: 600;

}



h6.avenir-ev-titre {

    padding-top: 20px;

    font-size: 21px;

    margin-bottom: -15px;

}



.salon-avenir {

    background-color: #d8cfc2;

    padding-top: 100px;

    padding-bottom: 100px;

}



span.mysp {

    font-family: 'Helvetica' !important;

}



h2.dif-title2 {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    margin-bottom: -4px;

    width: 319px;

}



.salon-prochain {

    padding-top: 100px;

    padding-bottom: 100px;

	background: #f9f7f6;

}



ul.footer-list {

    font-weight: 300 !important;

}



.menu-space-div {

    padding-top: 25%;

}



/*.wpmm-strees-row-container {

    padding-top: 10px;

}*/



.wp-megamenu-wrap ul.wp-megamenu > li.menu-item {

    margin-bottom: 10px;

}



.ev-prochain {

    padding-top: 104px;

    padding-bottom: 100px;

}



.wpmm-submenu-right {

    overflow: hidden;

}





/*.post_thumbnail img {

    height: 213px;

}*/



h1.title-post-salon {

    font-size: 30px;

    font-weight: bolder;

}



.wp-megamenu .menu-item:hover a:after {

    background: #000 !important;

    display: block !important;

    position: absolute !important;

    content: '' !important;

    height: 6px !important;

    width: 6px;

    border-radius: 50% !important;

    left: 50% !important;

    top: 43px !important;

    visibility: visible !important;

}



.page.page-id-80000000 .wp-megamenu .menu-item:hover a:after,

.page.page-id-207 .wp-megamenu .menu-item:hover a:after,

.page.page-id-314 .wp-megamenu .menu-item:hover a:after {

    background: #fff !important;

    display: block !important;

    position: absolute !important;

    content: '' !important;

    height: 6px !important;

    width: 6px !important;

    border-radius: 50% !important;

    left: 50% !important;

    top: 43px !important;

    visibility: visible !important;

}



input.wpcf7-form-control.wpcf7-submit {

    color: #000000 !important;

    background-color: transparent;

    background-image: none;

    /* border-color: #777777; */

    border: solid 1px #777777 !important;

    width: 51% !important;

    padding: 12px 0px !important;

}



input.wpcf7-form-control.wpcf7-submit:hover {

    background-color: #aaad95 !important;

    color: #fff !important;

    border: solid 1px transparent !important;

}



.wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {

    background-color: #aaad95 !important;

    color: #fff !important;

}



.mybtn {

    margin-top: 30px;

    margin-bottom: 10px;

}



img.arow-donwn-img {

    float: right;

    max-width: 26px !important;

}



.wpmm-strees-row-container {

    background: transparent !important;

}



.fa-angle-down:before {

    display: none;

}



.wpmm-strees-row-container {

    background: transparent !important;

}



.filters-wrapper {

    border-top: 1px solid #000;

    border-bottom: 1px solid #000;

    padding-top: 30px;

    padding-bottom: 5px;

    margin-bottom: 40px;

    padding-left: 0 !important;

    padding-right: 0 !important;

}



.filtres-par h2 {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

}



.category-item-parent {

    display: inline-flex;

}



.display_show {

    display: block !important;

}



.display_none {

    display: none !important;

}



.icon-filter-category {

    cursor: pointer;

}



#tous-nos-cuirs .push-leather {

    margin-left: 0;

    margin-right: 0;

    width: auto;

}



a.link-transition.load-popin {

    display: none;

}



.push-leather.four-items.col-sm-6 {

    /*height: 267px;*/

    height: 230px;



}



.push-leather.four-items.col-sm-6 .leather-visual {

    height: 200px;

}





/*li:nth-child(5n+3) {font-weight: bold}*/



.icon-filter-category {

    cursor: pointer;

    float: right;

}



.category-list-display li {

    display: inline-block;

    padding: 0px 262px 0px 0px;

    font-size: 17px;

    font-family: 'Helvetica' !important;

}



.filtres-par {

    margin-bottom: -20px;

}



.leather-wrapper h3 {

    font-size: 1.125rem;

    color: #000 !important;

    font-family: 'Helvetica' !important;

}



@media only screen and (max-width: 1356px) {

    .hp-header h1 {

        font-size: 60px !important;

    }



    .slidee {

        /*padding-top: 13% !important;*/

    }

    /*#intro-home.slidee {padding-top: 10% !important;}*/



    .nnnn {

        text-align: center;

        margin-top: 0px;

    }



    .wpmm-strees-row-container>ul.wp-megamenu-sub-menu>li>ul.wp-megamenu-sub-menu>li.wpmm-col.wpmm-col-6:last-child {

        /*padding: 50px !important;

        padding: 40px 40px 15px 40px !important;
        */

    }



    .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row {

        min-height: 265px;

    }

}



.nnnn {

    text-align: center;

    margin-top: -30px;

}



p.collections-sous-titre, a.collections-sous-titre  {

    padding-top: 25px;

    font-family: 'Helvetica';

    text-transform: none !important;

    font-weight: 400 !important;

    font-size: 15px !important;

    margin-bottom: 1rem;

}



a.collections-sous-titre {

    display: block;

    max-width: max-content;

}



.nostockpluf {

    color: red;

    font-size: 14px;

    font-weight: 400;

    line-height: 9px;

    font-family: 'Helvetica' !important;

    display: block;

    margin-top: 15px;

}



img.colection-pic {

    max-width: 89% !important;

}



p.date-post-evenement-av {

    margin-bottom: 0px;

    margin-top: -15px;

    font-size: 17px !important;

    font-family: 'Helvetica' !important;

    font-weight: 400 !important;

}



p.date-post-evenement-pass {

    margin-bottom: 0px;

    margin-top: -15px;

    font-size: 16px !important;

    font-weight: 600 !important;

}





/*slider collections */



.owl-dots {

    display: none;

}



input.date_collection {

    display: none;

}



li.parent-cat-items {

    width: 325px;

}



.collection-bloc-1 .owl-stage-outer .item label {

    color: #fff;

    font-weight: 100;

    cursor: pointer;

    font-size: 16px;

}



.collection-bloc-1 .owl-stage-outer .item {

    border: 1px solid #fff;

    border-width: 0 1px 0 1px;

    padding: 30px 0;

}



.collection-bloc-1 .owl-stage-outer .owl-item {

    margin-right: 0 !important;

}



.collection-bloc-1 button.owl-next {

    right: -30px;

    top: 18%;

    position: absolute;

}



.collection-bloc-1 button.owl-prev {

    left: 0;

    top: 18%;

    position: absolute;

}



.collection-bloc-1 .owl-nav button {

    color: #ffffffad !important;

    font-size: 30px !important;

}



a.firsClass {

    border-bottom: 1px solid #000;

}



.collection-bloc-1 {

    background: #aaad95 !important;

    text-align: center;

    padding: 45px 75px 35px 65px;

}



.container.posts_filter_collection {

    padding-bottom: 60px;

}



.collections-posts {

    padding-top: 60px;

}



.posts_filter_collection h3 {

    margin-bottom: 35px;

    font-family: 'Helvetica' !important;

    letter-spacing: 0.7;

}



#tous-nos-cuirs .filters-wrapper ul li {

    padding: 0 0 0 0px !important;

}



.category-item-parent li {

    font-size: 17px;

    font-family: 'Helvetica' !important;

}



.category-item-sub {

    /* color: red; */

    font-size: 15px !important;

    text-transform: none;

    padding-bottom: 8px;

}



#filters [type=checkbox]:checked+label:after,

#filters [type=checkbox]:not(:checked)+label:after {

    transform: rotate(-166deg) !important;

    height: 18px !important;

    -webkit-transition: all .2s ease;

    transition: all .2s ease;

    content: '/' !important;

    position: absolute !important;

    top: 1px !important;

    transform: rotate(-168deg) !important;

    transform: rotate(-161deg) !important;

    font-size: 23px !important;

    line-height: 0.8 !important;

    color: #000 !important;

    font-weight: 300 !important;

}



.gallery_collection img {

    width: 100%;

    height: 100%;

}



section.container.gallery_collection .row.pb-30 {

    margin-bottom: 30px;

}



section.container.gallery_collection .row.pb-75 {

    margin-bottom: 30px;

}



section.container.gallery_collection {

    padding: 0;

}

section.container.gallery_collection p {margin-bottom:0px;}



#filters [type=checkbox]:checked+label:before,

#filters [type=checkbox]:not(:checked)+label:before {

    border: 1px solid rgba(0, 0, 0, 0.55) !important;

}



.cat-menu {

    padding-top: 20px;

}



.col-sm-12.image-1-gallery {

    width: 100%;

    height: 340px;

    overflow: hidden;

}



.col-sm-6.image-2-gallery {

    width: 100%;

    max-height: 370px;

    overflow: hidden;

}



.col-sm-6.image-3-gallery img {

	max-height: 170px;

}



.col-sm-6.image-3-gallery div {

    /* width: 100%;

    max-height: 215px;

    overflow: hidden; */

}



.col-sm-6.image-3-gallery div:first-child {

    margin-bottom: 30px;

}



@media only screen and (max-width: 1365px) {

    .pr img {

        padding-right: 15px;

    }

}



h2.single-produit-cat {

    text-align: right !important;

    font-size: 16px !important;

    float: right;

    font-family: 'Helvetica' !important;

}



.row.single-produit-myrow {

    border-bottom: 1px solid #000;

    margin-bottom: 50px;

}



.utilisations li .svg {

    fill: #ac5e34;

    width: auto !important;

    height: auto;

    max-height: 60px;

    margin-bottom: 10px;

}



p.test {

    text-transform: uppercase !important;

    font-weight: 400 !important;

    font-family: 'Helvetica' !important;

}



.contact h1 {

    margin-bottom: 18px;

}



h2.contact-titles {

    margin-bottom: 18px;

}



label.font-bold {

    font-weight: bolder !important;

}



.page-template-nous_contacter .firsclass {

    padding: 26px 0 11px;

}



div.row-finition:nth-child(odd) .grand-photo {

    order: 2;

}



div.row-finition:nth-child(odd) .photo {

    margin-top: -56px;

}



.col-sm-6.image-3-gallery p:first-child {

    margin-bottom: 30px;

}

.gallery_collection .descriptif {

	color: #ffffff;

    position: absolute;

    display: block;

    bottom: 2px;

    margin-left: 8px;

}



.gallery_collection .descriptif-haut {

	color: #ffffff;

    position: absolute;

    display: block;

    bottom: 202px;

    margin-left: 8px;

}



@media only screen and (max-width: 1199px) {

    .col-sm-6.image-3-gallery p:first-child {

        margin-bottom: 27px;

    }



    .slider_post .item {

        height: auto !important;

    }



    section#notre-savoir-faire .col-sm-4 {

        padding: 10px;

    }

}



@media only screen and (max-width: 1500px) {


    .hp-header-left{

        width: 40%;

    }


    .hp-header-right{

        width: 60%;
    
    }


}

@media only screen and (max-width: 991px) {


    .hp-header-left{

        height: 65%;
        width: 100%;
        float: none;
        background-size: cover;
        border-right: none;
        border-bottom: 3px solid #FFF;

    }


    .hp-header-right{

        height: 35%;
        width: 100%;
        float: none;
        background-size: cover;
    
    }
    
    .hp-header {
    
        height: 100vh;
    
        background-size: cover;
    
        background-position: top center;
    
        text-align: center;
    
        position: relative
    
    }
    


    .container.single-evenement-container {

        padding: 0;

    }

}



@media only screen and (max-width: 767px) {

    .container.single-evenement-container {

        margin-top: 85px;

    }

    .col-sm-12.image-1-gallery {margin-bottom:15px; height:auto;}

    .gallery_collection .image-3-gallery .descriptif {bottom:18px;}

}



@media only screen and (max-width: 575px) {

    section.container.gallery_collection .row.pb-30 {

        margin-bottom: 0;

    }



    .col-sm-6.image-3-gallery p {

        margin-bottom: 15px !important;

    }



    .col-sm-6.image-2-gallery {

        margin-bottom: 15px;

    }



    section.container.gallery_collection .row.pb-75 {

        margin-bottom: 0;

    }



    .row.gallery_collection_row .col-sm-6:last-child .espace {

        margin: 0;

    }



    section#notre-savoir-faire .col-sm-4 {

        margin-bottom: 10px;

        text-align: center;

    }



    section.section-salon.single-evenement {

        padding: 0 !important;

    }



    .container.single-evenement-container {

        padding-top: 42px;

    }

}



@media only screen and (min-width: 1442px) {

    .slider_post .item {

        height: auto !important;

    }

}



.col-sm-6.image-3-gallery p {

    width: 100%;

    max-height: 215px;

    overflow: hidden;

}



.posts_filter_collection div#modal-ready p {

    margin-bottom: 40px !important;

}



.leather-visual-big.single-visual {

    min-height: 400px !important;

}



.utilisations li {

    padding: 0px !important;

}



/* .page-template-nous_contacter .firsClass { */

/* padding: 26px 0 10px !important; */

/* } */



.histoire h1,

.showroom h1,

.salon h1 {

    margin-bottom: 18px;

}



.histoire p,

.showroom p,

.salon p {

    font-size: 20px !important;

    line-height: 26px;

}



.single-produit-bg {

    background: #f9f7f6;

}



.border-prod {

    border-bottom: 1px solid;

}



.slider_post button.owl-next {

    right: 5%;

    top: 43%;

    color: #fff !important;

    position: absolute;

}



.slider_post button.owl-prev {

    left: 5%;

    top: 43%;

    color: #fff !important;

    position: absolute;

}



.showroom {

    padding-top: 128px !important;

    padding-bottom: 110px !important;

    border-bottom: 10px solid #aaad95;

    margin-bottom: 35px;

    background: #f9f7f6 !important;

}



.slider_post .item {

    width: 100%;

    height: auto;

    overflow: hidden;

}



html body {

    margin-top: 0;

}



.single-evenement h3.title-post-salon {

    font-size: 35px;

}



.single-evenement p.date-post-salon {

    font-weight: bold !important;

}



section.section-salon.single-evenement {

    padding-bottom: 0;

}



section#notre-savoir-faire {

    padding-top: 40px;

}



div.row-finition:nth-child(odd) .photo.photo-filter {

    margin-top: 0;

}



.container_salon_header,

.container_evenement_header {

    padding-left: 93px;

    padding-right: 60px;

}



.container_salon_bloc,

.container_evenement_bloc {

    padding-left: 107px;

    padding-right: 60px;

}



.salon-prochain h2.dif-title2 {

    line-height: 34px;

    width:auto;

}



.mon_compte .text-hist p {

font-size: 20px !important;

    line-height: 26px;

} 



section.container-fluid.salon-bloc-2 h6 {

    font-weight: 600;

    padding-bottom: 20px !important;

	font-family: 'Helvetica' !important;

}

section.container-fluid.salon-bloc-2 .evenement-passe h6 {

padding-bottom: 10px !important;

    padding-top: 15px !important;

    font-size: 17px;

	font-family: 'PlayfairDisplay' !important;

	

}



@media (max-width:1488px) {





    h1.navbar-brand.mb-0 {

        width: 95px;

        margin-left: -85px !important;

    }



    a.navbar-brand.lg1 {

        width: 80px;

        margin-left: -85px !important;

    }

}



@media (max-width:767px) {



    a.navbar-brand.lg1,

    h1.navbar-brand.mb-0 {

        margin-left: 81px !important;

    }



    .nnnn {

        margin-top: 0;

    }

}



.container.myvideo-container {

    width: auto;

    height: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    padding-left: 0px;

    padding-right: 0px;

    margin-top: 55px;

    margin-bottom: 55px;

    

}



.page-template-cuirs .row.no-gutters.acc2 {

    border-top: #fff 15px solid;

}



.contenttt {

    position: absolute;

    bottom: 50%;

    width: 103px;

    top: 47%;

    left: 47%;

    right: 47%;

    cursor: pointer;

}



.container.containerplus {

    padding-left: 0;

    padding-right: 0;

    width: 1500px !important;

}



video#myVideo {

    width: 100% !important;

}



.row.svrows {

    margin: 0;

}



.link-salon a {

    text-decoration: underline !important;

    font-size: 22px;

}



.filters-wrapper .category-list-display {

    cursor: pointer;

}



.utilisations li img {

    display: none;

}



.utilisations li:first-child img {

    display: block;

}



.single-produit-cat a {

    pointer-events: none !important;

}



.wrapper-footer .logo-svg2 {

    margin-top: 45px;

    fill: #fff;

    height: 33px;

    height: 43px;

}



@media (min-width:1278px) {

    .logo2 {

        padding-left: 0;

    }

}



@media (max-width:991px) {

    .logo2 {

        padding-left: 20px;

    }

}



.textwidget p a {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    font-weight: 500 !important;

    font-size: 15px !important;

    padding: 0;

    margin: 0;

    line-height: 1.4 !important;

}



textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid,input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {

    border-color: red;

}

.hidden{display:none !important;}



#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a:after {

    display: none !important;



}



table {

    border-collapse: collapse;

}



th {

    background: #ccc;

}



th,

td {

    border: 1px solid #000;

    padding: 20px 50px;

}



tr:nth-child(even) {

    background: #fff;

}



.filtred-esp.filtred-usag.filtred-asp {

    display: block !important;

}





.collection-bloc-1 .owl-stage {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

        justify-content: center;

}



/*Map contact*/

li.google-visualization-tooltip-item span {

    font-family: 'Helvetica' !important;

}





/*Page mon compte*/

@media screen and (min-width: 768px){

.form-row.form-row-first {

    width: 50%;

    float: left;

}

.form-row.form-row-last {

    width: 50%;

    float: left;

}

.login-div{

	background: #d8cfc2;

	padding: 162px 40px;

	height: 700px;

	margin-bottom: 15px;

}

.lost-pwd-div{

	background: #d8cfc2;

	padding: 168px 40px;

	height: 700px;

	margin-bottom: 15px;

}

.register-div{

    background: #aaad95;

	padding: 45px 40px;

	margin-bottom: 15px;

	height: 700px;

}

}



@media screen and (max-width: 767px){

#customer_login.row{margin:0;}

#customer_login .col-lg-12{padding:0 !important;}

}

/**/

.woocommerce form .form-row .input-checkbox:not(:checked) + label,

.woocommerce form .form-row .input-checkbox:checked + label {

  position: relative;

  padding-left: 1.95em;

  cursor: pointer;

  font-weight: 300;

}



/* checkbox aspect */

.woocommerce form .form-row .input-checkbox:not(:checked) + label:before,

.woocommerce form .form-row .input-checkbox:checked + label:before {

  content: '';

  position: absolute;

  left: 0; top: 0;

  width: 21px; height: 21px;

  border: 1px solid #fff;

  background: transparent;

  border-radius: 0;

  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);

}

/* checked mark aspect */

.woocommerce form .form-row .input-checkbox:not(:checked) + label:after,

.woocommerce form .form-row .input-checkbox:checked + label:after {

    content: '/';

    position: absolute;

    top: 1px;

    left: 3px;

    transform: rotate(-162deg) !important;

    font-size: 26px;

    line-height: 0.8;

    color: #fff;

    font-weight: 200;

}

/* checked mark aspect changes */

.woocommerce form .form-row .input-checkbox:not(:checked) + label:after {

  opacity: 0;

  transform: scale(0);

}

.woocommerce form .form-row .input-checkbox:checked + label:after {

  opacity: 1;

  transform: scale(1);

}

/* disabled checkbox */

.woocommerce form .form-row .input-checkbox:disabled:not(:checked) + label:before,

.woocommerce form .form-row .input-checkbox:disabled:checked + label:before {

  box-shadow: none;

  border-color: #fff;

  background-color: transparent;

}

.woocommerce form .form-row .input-checkbox:disabled:checked + label:after {

  color: #999;

}

.woocommerce form .form-row .input-checkbox:disabled + label {

  color: #aaa;

}



label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {

    padding-left: 34px !important;

    text-align: left;

    line-height: 21px;

    font-size: 16px;

}



.woocommerce form .form-row input.input-text::-webkit-input-placeholder { /* Edge */

  color: #000;

}



.woocommerce form .form-row input.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #000;

}



.woocommerce form .form-row input.input-text::placeholder {

  color: #000;

}



.basic-slide {

  display: inline-block;

  width: 215px;

  padding: 10px 0 10px 15px;

  font-weight: 400;

  color: #000;

  background: transparent;

  border: 0;

  border-radius: 3px;

  outline: 0;

}

.basic-slide::-webkit-input-placeholder {

  color: #efefef;

  text-indent: 0;

  font-weight: 300;

}

.basic-slide + label {

  display: inline-block;

  position: absolute;

  top: 0;

  left: 0;

  padding: 10px 0;

  transition: all .3s ease-in-out;

  border-top-left-radius: 3px;

  border-bottom-left-radius: 3px;

  font-weight: 400 !important;

}



.basic-slide:focus,

.basic-slide:active {

  color: #000;

  text-indent: 0;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}

#reg_billing_last_name {

  text-indent: 56px;

}

#reg_billing_last_name:focus,

#reg_billing_last_name:active {

  color: #000;

  text-indent: 56px;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}

#reg_billing_first_name{

  text-indent: 78px;

}



#reg_billing_first_name:focus,

#reg_billing_first_name:active {

  color: #000;

  text-indent: 78px;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}

#reg_billing_company{

  text-indent: 95px;

}



#reg_billing_company:focus,

#reg_billing_company:active {

  color: #000;

  text-indent: 95px;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}

#reg_billing_phone{

  text-indent: 95px;

}



#reg_billing_phone:focus,

#reg_billing_phone:active {

  color: #000;

  text-indent: 95px;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}

#reg_email{

  text-indent: 68px;

}



#reg_email:focus,

#reg_email:active {

  color: #000;

  text-indent: 68px;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}



#user_login{

	text-indent: 68px;

}

#user_login:focus,

#user_login:active {

  color: #000;

  text-indent: 85px;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}



#reg_password:focus + label,

#reg_password:active + label {

    font-size: 15px;

    padding: 3px 0;

}

#reg_password2:focus + label,

#reg_password2:active + label {

    font-size: 15px;

    padding: 3px 0;

}

.reg_password2_value + label {

    font-size: 15px;

    padding: 3px 0;

}

.woocommerce form .form-row input#reg_password,

.woocommerce form .form-row input#reg_password2{

        padding: 18px 12px 0px 12px;

        height: 45px;

}

#username{

  text-indent: 68px;

}



#username:focus,

#username:active {

  color: #000;

  text-indent: 68px;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}

#password{

  text-indent: 119px;

}



#password:focus,

#password:active {

  color: #000;

  text-indent: 119px;

  background: transparent;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}



#reg_billing_receive_newsletter + label{

left: 0;

}

    #terms + label{

        left:0;

}

p.form-row.receive_newsletter.wc-receive_newsletter {

    margin: 0 0 0;

}

.mon_compte {

    padding-top: 140px !important;

    padding-bottom: 140px !important;

    border-bottom: 14px solid #fff;

    /* margin-bottom: 35px; */

    background: #f9f7f6 !important;

}

.woocommerce-password-strength.short, .woocommerce-password-hint, .woocommerce-password-strength.bad, .woocommerce-password-strength.good, .woocommerce-password-strength.strong{

	display: none !important;

}

@media screen and (max-width: 1199px){

	.login-div{

	background: #d8cfc2;

	padding: 40px;

	height: initial;

	margin-bottom: 15px;

}

	.lost-pwd-div{

	background: #d8cfc2;

	padding: 40px;

	height: initial;

	margin-bottom: 15px;

}

.register-div{

    background: #aaad95;

	padding: 40px;

	margin-bottom: 15px;

	height: initial;

}

}



.txt-retourne-compte{

	margin-left: 5px !important;

}



.lost_reset_password button.button{

	margin: 35px auto 0 !important;

}

.template-mon-compte .container {

    padding-left: 60px;

    padding-right: 60px;

}

.txt-retourne-compte{

	font-weight: 300 !important;

}

.woocommerce form.edit-account  .form-row input.input-text, .woocommerce form.edit-account  .form-row textarea{



border: #000 1px solid;

    text-indent: 179px;

}

.woocommerce form.edit-account  .form-row #account_email{

text-indent: 200px;

}

.woocommerce form.edit-account fieldset .form-row label{

position: relative;

}

.woocommerce form.edit-account fieldset .form-row input.input-text{

text-indent: 5px;

}

.woocommerce form.edit-account  .form-row label{



margin: 5px;

}

.woocommerce form.edit-account  button{



border: #000 1px solid;

}

.woocommerce form.edit-account  button:hover{



background: #aaad95 !important;

}

body .woocommerce form.woocommerce-ResetPassword.lost_reset_password label{

position: initial !important;

}



.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row input.input-text, .woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row textarea{

    border-color: #000;

padding: 12px;

}

form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button{

	border: 1px solid #000;

}

form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover{

	border: 1px solid #000 !important;

	background: #aaad95 !important;

}

#reg_billing_country {

    text-indent: 60px;

}

#reg_billing_genre {

    text-indent: 72px;

}

.woocommerce form .form-row select  {

    box-sizing: border-box;

    width: 100%;

    margin: 0;

    outline: 0;

    line-height: normal;

    border: white 1px solid;

    background: bottom;

    border-radius: 0;

    padding: 10px 12px 12px 0;

    color: #000;

    font-weight: 700;

    height: 45px;

}

.page-id-3721 #reg_billing_last_name {

    text-indent: 85px;

}

.page-id-3721 #reg_billing_first_name {

    text-indent: 95px;

}





/*Compte client woo-commerce*/

.woocommerce-edit-account fieldset {margin-top:50px; }

.woocommerce-edit-account .woocommerce-MyAccount-content {margin-top:50px; margin-bottom:50px;}

.woocommerce-edit-account .woocommerce-MyAccount-content h3 {margin-top:50px; font-family:'Helvetica' !important;}

.woocommerce-edit-account .woocommerce-MyAccount-content {font-family:'Helvetica' !important;}





/*Page cuirs avec url*/

body.cuirs-template-default.single.single-cuirs {padding-top: 116px;}





/*Page archives événements*/

.post-type-archive-evenement article {

    margin-bottom: 50px;

    height: auto;

    display: inline-block;

}

.post-type-archive-evenement main#main {margin-top: 130px;}

.post-type-archive-evenement h1 {font-family:'PlayfairDisplay-Black' !important; margin-bottom:50px; display: none;}

.post-type-archive-evenement h2 {font-size: 24px !important; font-family:MetaSerifPro, serif !important;}

.post-type-archive-evenement .taxonomy-description {display:none;}

.post-type-archive-evenement a.btn.btn-secondary.understrap-read-more-link {display:initial;}

.post-type-archive-evenement span.byline {display:none;}

.post-type-archive-evenement time.updated {display:none;}

.post-type-archive-evenement .entry-meta {margin-bottom:20px;}

.post-type-archive-evenement .comments-link {display:none;}

.post-type-archive-evenement .edit-link {display:none;}



@media screen and (max-width: 767px){

	.post-type-archive-evenement article img {display: block; margin: auto; position: relative; text-align: center; float: none; margin-right:auto; margin-bototm:30px;}

}



/*Lien page evenement*/

.lien-archive-evenements {margin-bottom:50px;}



li#wp-megamenu-item-8099, li#wp-megamenu-item-6943, li#wp-megamenu-item-6945, li#wp-megamenu-item-6946, li#wp-megamenu-item-3253, li#wp-megamenu-item-6103, li#wp-megamenu-item-28532,

li#wp-megamenu-item-28530,li#wp-megamenu-item-6118,li#wp-megamenu-item-7507,li#wp-megamenu-item-7506,li#wp-megamenu-item-7508, li#wp-megamenu-item-8374{margin-bottom: 10px;}.phone-header{/*width: 199px;margin-top: 7px;*/font-family:'Helvetica' !important;font-weight: 600;}.phone-header:hover{text-decoration: underline !important}.ishome{display:none}.home .ishome{display:block}.home .nothome{display: none}.numero-mobile li{width: 100%;padding-right: 0 !important;border-bottom: 1px solid #babea0;color: #fff;font-family: 'PlayfairDisplay-regular' !important;font-size: 22px;padding-bottom: 1rem;display: inline-block}.numero-mobile li a{width: auto !important;margin-top: 0;line-height: 65px}





/*Page archives blog*/

.blog article {

    margin-bottom: 50px;

    height: auto;

    display: inline-block;

    width: 100%;

}

.blog main#main {margin-top: 130px;}

.blog h1 {font-family:'PlayfairDisplay-Black' !important; margin-bottom:50px; display: none;}

.blog h2:not(.footer-hcp) {font-size: 24px !important; font-family:MetaSerifPro, serif !important;}

.blog .taxonomy-description {display:none;}

.blog a.btn.btn-secondary.understrap-read-more-link {display:initial;}

.blog span.byline {display:none;}

.blog time.updated {display:none;}

.blog .entry-meta {margin-bottom:20px;}

.blog .comments-link {display:none;}

.blog .edit-link {display:none;}

.blog .entry-footer {display: none;}



@media screen and (max-width: 767px){

	.blog article img {display: block; margin: auto; position: relative; text-align: center; float: none; margin-right:auto; margin-bototm:30px;}

.page-template-newsleetter .container{

	padding-left: 15px;

	padding-right: 15px;

}

	}



.page-template-blog a.btn.btn-secondary.understrap-read-more-link{display:inline-block;width:auto;}

.single .row.content.content-blog {

    padding-bottom: 40px;

}

.single .content-full-paragraph.full-single-blog #modal-ready h2{

	text-align: left;

	font-size: 23.8px !important;

	    display: block;

}

.single .single-post h1.title-post-salon{
	font-size: 35px;
}

#sample_slider #artisan-du-cuir h2:hover{

	cursor:pointer;

}



header.scrollable .navbar, .page.page-id-80000000 header.scrollable .navbar, .page.page-id-314 header.scrollable .navbar, .page.page-id-207 header.scrollable .navbar {

    background: #fff;

	padding-bottom:0;

}

.page.page-id-207 header.scrollable #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a, .page.page-id-314 header.scrollable #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a, .page.page-id-80000000 header.scrollable #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    color: #000 !important;

}

.page.page-id-80000000 header.scrollable .wp-megamenu .menu-item:hover a:after, .page.page-id-207 header.scrollable .wp-megamenu .menu-item:hover a:after, .page.page-id-314 header.scrollable .wp-megamenu .menu-item:hover a:after{

	background: #000 !important;

}

.page-template-home header.scrollable .mon-cmpt {

    color: #000;

}

.page-template-home header.scrollable a, .page-template-notre_showroom header.scrollable a{

    color: #000;	

}

.page-template-home header .navbar-brand.white{

	display: block;

}

.page-template-home header .navbar-brand.black{

	display: none;

}

.page-template-home header.scrollable .navbar-brand.white{

	display: none;

}

.page-template-home header.scrollable .navbar-brand.black{

	display: block;

}

.page-template-home header.scrollable .viel, header.scrollable .viel{

	background: #fff;

}



#email-newsletter{

	box-sizing: border-box;

    width: 100%;

    margin: 0;

    outline: 0;

    line-height: normal;

    border: white 1px solid;

    background: bottom;

    border-radius: 0;

    padding: 12px 12px 12px 0;

    color: #000;

    font-weight: 700;

    height: 45px;

	background-color: transparent;

}



#newsletter-div  label.mail {

	display: inline-block;

    position: absolute;

    top: 0;

    left: 0;

    padding: 10px 0;

    transition: all .3s ease-in-out;

    border-top-left-radius: 3px;

    border-bottom-left-radius: 3px;

    font-weight: 400 !important;

    line-height: 25px;

    position: absolute;

    left: 15px;

}



.newsletter-div {

	height: auto !important;

	padding: 85px 40px 46px;

}



#email-newsletter:focus, #email-newsletter:active {

    color: #000;

    text-indent: 71px;

    background: transparent;

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

}



#email-newsletter {

    text-indent: 68px;

}





#newsletter-div .wpcf7-submit:hover {

    background-color: #fff !important;

    color: #000 !important;

    border: solid 1px transparent !important;

}



#newsletter-div .wpcf7-submit {

    background: transparent;

    text-transform: uppercase;

    border: white 1px solid !important;

    border-radius: 0;

    float: none;

    margin: 20px auto 0;

    font-size: 18px;

    color: #000;

    padding: 13px 50px !important;

	line-height: 1;

	display: block;

	width: 45% !important;

}



#newsletter-div .wpcf7-acceptance label{

    padding-left: 34px !important;

	line-height: 21px;

    font-size: 16px;

	font-weight: 300;

	font-family: 'Helvetica' !important;

}



#newsletter-div .wpcf7-acceptance label span{

    text-align: left; 

    line-height: 21px;

    font-size: 16px;

	font-weight: 300;

	

	color: #202020;

}



#newsletter-div .wpcf7-acceptance [type="checkbox"]:not(:checked)~label:before, #newsletter-div .wpcf7-acceptance [type="checkbox"]:checked~label:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 21px;

    height: 21px;

    border: 1px solid #fff;

    background: transparent;

    border-radius: 0;

    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);

}

#newsletter-div .wpcf7-acceptance [type="checkbox"]:checked + label:after {

    opacity: 1;

    transform: scale(1);

}

#newsletter-div .wpcf7-acceptance [type="checkbox"]:not(:checked) + label:after, #newsletter-div .wpcf7-acceptance [type="checkbox"]:checked + label:after {

    content: '/';

    position: absolute;

    top: 1px;

    left: 3px;

    transform: rotate(-162deg) !important;

    font-size: 26px;

    line-height: 0.8;

    color: #fff;

    font-weight: 200;

}

.my-btn-cuir a.my-custom:after{

	float: none;

	right: auto;

}

.my-btn-cuir a:hover.my-custom:after {

    width: 115px;

}

.my-btn-cuir {

    margin-top: 20px;

}

section.container-fluid.single-produit-bg.prod-padding{padding-top: 20px;} 

.back-home{width: 30px;height:40px; cursor:pointer; background: rgba(0,0,0,0) url(/wp-content/uploads/icon_prev.png) no-repeat center center !important;}





#nom, #prenom, #pays-newsletter {

    text-indent: 56px;

	box-sizing: border-box;

    width: 100%;

    margin: 0;

    outline: 0;

    line-height: normal;

    border: white 1px solid;

    background: bottom;

    border-radius: 0;

    padding: 12px 12px 12px 0;

    color: #000;

    font-weight: 700;

    height: 45px;

}

#nom {

    text-indent: 56px;

}

#prenom {

	text-indent: 78px;

}



.newsletter-div-en #nom {

    text-indent: 100px;

}

.newsletter-div-en #prenom {

	text-indent: 98px;

}





.newsletter-div-it #nom {

    text-indent: 65px;

}

.newsletter-div-it #prenom {

	text-indent: 92px;

}



#reg_billing_genre {

    text-indent: 53px;

}

.newsletter-div-en #reg_billing_genre {

    text-indent: 65px;

}

.newsletter-div-it #reg_billing_genre {

    text-indent: 65px;

}



.newsletter-div-en #pays-newsletter{

    text-indent: 80px;	

}



.newsletter-div-it #pays-newsletter{

    text-indent: 65px;	

}



#newsletter-div .form-row {

    margin: 0 0 13px;

    position: relative;

	padding: 3px;

}

#newsletter-div .form-row label {

	display: inline-block;

    position: absolute;

    top: 0;

    left: 0;

    padding: 10px 0;

    transition: all .3s ease-in-out;

    border-top-left-radius: 3px;

    border-bottom-left-radius: 3px;

    font-weight: 400 !important;

    line-height: 2;

    position: absolute;

    left: 15px;

	width: auto;

}

 p.position-relative.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span{

	width: 100%;

}

#newsletter-div .sous-titre{

    margin-bottom: 30px;	

}

#newsletter-div span{

	width: 100%;

}



#newsletter-div .form-row select {

    box-sizing: border-box;

    width: 100%;

    margin: 0;

    outline: 0;

    line-height: normal;

    border: white 1px solid;

    background: bottom;

    border-radius: 0;

    padding: 10px 12px 12px 0;

    color: #000;

    font-weight: 700;

    height: 45px;

}

#newsletter-div .form-row select:focus {

	color: #000;

    background-color: transparent;

    border-color: #fff;

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

	}

	

	/* new */

	@media (min-width:992px) {

			#sample_slider .owl-stage {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;



    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



#sample_slider .owl-item{

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    height: auto !important;

}



#sample_slider .sa_hover_container{

	width: 100%;

}

	}

	@media (max-width:991px) {

	header.respo-header .navbar-light .navbar-nav li:nth-child(2) .nav-link {

		border-bottom: 1px solid #babea0;

	}

	}

	.hide-event{

		display: none;

	}

	.evenement-passe .container_evenement_bloc .col-md-4 {

		margin-bottom: 60px;

		margin-top: 60px;

		padding: 0 45px;

	}

	

	.container_evenement_bloc .post_thumbnail{

		height: auto;

		background-size: cover !important;

    background-position: center !important;

	}

	

		

	.test:nth-child(odd) {

		background: #f9f7f6;

	}

.evenement-passe .post_thumbnail{

width: 100%;

}

h2.actu-title.mytitle1 {

    padding-bottom: 0 !important;

    margin-bottom: 0 !important;

}

.btn-cuirs-show {

    text-align: center;

	margin-top: 30px;

}

.btn-cuirs-show button{

	background: transparent;

	border: 0;

	padding: 0 15px;

}

.btn-cuirs-show button:hover{

	cursor: pointer;

}

.video-cuirs{

	display: none;

}

#affichermodal .modal-header .close{

	margin: -10px 0 0;

}



#affichermodal{

	top: 50%;

    transform: translateY(-50%);

}





/*------------------------------------------------------ extra css -----------------------------------------------*/





/*------------------------------------------------------ style mega menu -----------------------------------------------*/



 .wp-megamenu li:nth-child(2) .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li.wpmm-col.wpmm-col-6:first-child > ul> li:first-child {

    /* background: url(/wp-content/uploads/2020/11/nos-cuirs-niloticus-hcpgroupe.jpg) !important; */

    background-size: cover;

    background-repeat: no-repeat !important;

    min-height: 346px;

}


/*
.wp-megamenu li:nth-child(4) .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li.wpmm-col.wpmm-col-6:first-child > ul> li:first-child {

    background: url(/wp-content/uploads/2021/01/menu-nos-actualites-hcp.jpg) !important;

    background-size: cover;

    background-repeat: no-repeat !important;

}
*/




 .wp-megamenu li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li.wpmm-col.wpmm-col-6:first-child > ul> li:first-child {

    min-height: 346px;

}



/*------------------------------------------------------ END style mega menu -----------------------------------------------*/



/*------------------------------------------------------ page poles -----------------------------------------------*/

.salon-bloc-11 {

    background-repeat: no-repeat;

    background-size: cover;

}



.salon-bloc-11 {

    border-top: 15px solid #abab97;

}



.hidden-image {

    visibility: hidden;

}



.inner-bloc-tanneries .top-title {

    font-family: 'Helvetica' !important;

    text-transform: none !important;

    font-weight: 600 !important;

    font-size: 30px !important;

    padding-bottom: 0 !important;

    margin-bottom: 20px;

    display: block;

    width: 100%;

    text-align: left;

}



.inner-bloc-tanneries img {

    display: block;

    text-align: center;

    margin: 0 auto;

}



@media(min-width:768px){

.inner-bloc-tanneries img {

    /*
    position: absolute;

    top: 50% !important;

    transform: translateY(-50%);

    left: 0;

    right: 0;
    */
    margin-bottom: 10px;

}

}



.inner-bloc-tanneries .img-bloc {

    min-height: 145px;

    position: relative;

}



.inner-bloc-tanneries {

    max-width: 80%;

    display: table;

    height: 100%;

    position: relative;

}



.inner-bloc-tanneries.last {

    float: right;

}





/*.inner-bloc-tanneries .top-text {

    margin-bottom: 90px;

}*/



.inner-bloc-tanneries .top-address {

    margin-bottom: 30px;

}



.inner-bloc-tanneries .pole-link {

    text-transform: uppercase;

    font-family: 'Helvetica';

    font-weight: 900;

    text-decoration: underline !important;

}



.container.bloc {

    padding-top: 80px;

    padding-left: 108px;

    padding-right: 108px;

    padding-bottom: 90px;

}





@media (max-width:991px) {

.inner-bloc-tanneries {

    max-width: 100%;

    float: none !important;

    width: 100%;

}

}



@media (max-width:767px) {

.bloc-tanneries {

    margin-bottom: 40px;

}

.inner-bloc-tanneries .img-bloc {

    float: left;

    display: inline-block;

    min-height: 0;

}

.inner-bloc-tanneries .top-title {

    display: inline-block;

    float: left;

    width: max-content;

}

.inner-bloc-tanneries .top-title {

    width: 52%;

}

.inner-bloc-tanneries .img-bloc {

    width: 48%;

}

.inner-bloc-tanneries .top-title {

    text-align: left;

}

.bloc-pole-mobile {

    float: left;

    width: 100%;

    margin-top: 40px;

}

}



.top-bloc {

    float: left;

    width: 100%;

    display: block;

}



.page-template-nos_poles #page, .page-template-page-templates #page {

    overflow: hidden;

}





.inner-bloc-tanneries .bottom-data {

    display: table-footer-group;

    vertical-align: bottom;

    width: 100%;

}



@media (min-width:768px) {

.bloc-tanneries {

    min-height: 550px;

}



.bloc-pole-mobile {

    display:none;

}

.bloc-pole-descktop {

    float: left;

    width: 100%;

}

}



@media (max-width:767px) {

.bloc-pole-descktop, .descktop {

    display:none !important;

    padding:0;

    margin:0;

    height:0;

    width: 0 !important;

    vertical-align: unset !important;

    font-size: 0px !important;

}

.inner-bloc-tanneries .top-title {

    text-align: left;

    font-size: 25px !important;

    margin-bottom: 0;

    padding-top: 0;

}

.inner-bloc-tanneries img {

    max-width: 125px;

    max-height: 100px;

}







.bloc-pole-mobile .panel-title a {

    text-transform: uppercase;

    font-size: 14px;

    margin-bottom: 0;

    padding: 30px 0;

    width: 100%;

    display: block;

    border-top: 1px solid #000000;

    position:relative;

}



.page-template-page-templatescuirs_chevre_2-php .bloc-pole-mobile .panel-title a {

    font-family: 'Helvetica' !important;

    font-weight: 600 !important;

}



.bloc-pole-mobile .panel-title a:after {

    content: '\f107';

    font-family: fontawesome;

    position: absolute;

    right: 0;

    font-size: 40px;

    bottom: 10px;

    -webkit-text-stroke: 1px white;

}



.bloc-pole-mobile .panel-group {

    margin-bottom: 45px;

    border-bottom: 1px solid #000000;

}



.bloc-pole-mobile .panel-title {

    margin-bottom: 0;

}



.bloc-pole-mobile .panel-body {

    padding-bottom: 40px;

}



.inner-bloc-tanneries .img-bloc img {

    text-align: left;

    float: left;

}



.inner-bloc-tanneries:not(.last) .top-title {

    padding-top: 25px;

}



.inner-bloc-tanneries.last {

    margin-top: 80px;

    display: block;

}

.bloc-pole-mobile .panel-body .top-text {

    margin-bottom: 50px;

}

}





/*---------------------------------------- END PAGE POLE -----------------------------------*/



@media (max-width:767px) {

#single-cuir-wrapper .single-produit-bg > .container {

    padding-right: 15px;

    padding-left: 15px;

}

}



.blog #primary.content-area article h2 {

    font-family: 'PlayfairDisplay' !important;

}



.single-blog-article p {

    font-family: 'Helvetica' !important;

	font-weight: 400 !important;

}



.blog .wrapper > .container:not(.site-footer){

	padding-left: 60px;

	padding-right: 60px;

}



.blog #page, .single #page  { 

    overflow-x: hidden;

}



/*---------------------------------------- style PAGE article -----------------------------------*/

.article-titles p {

    color: #000 !important;

    letter-spacing: 0 !important;

    font-size: 32px !important;

    font-weight: 900 !important;

    display: block;

    text-align: center;

    font-family: 'PlayfairDisplay-Black' !important;

}



.blog-cats.container_evenement_bloc h6, .blog-cats.container_evenement_bloc .h6 {

    padding-bottom: 20px !important;

    font-size: 18px;

    font-family: 'PlayfairDisplay';

    font-weight: 600;

    line-height: 22px;

}



/*---------------------------------------- style PAGE contact -----------------------------------*/


.page-template-page-templatesnous_contacter-php .card {
    margin-bottom: 20px;
}

.page-template-page-templatesnous_contacter-php .card-header a {
    border-bottom: 1px solid transparent !important;
}

.page-template-page-templatesnous_contacter-php .card {
    border-bottom: 1px solid #000 !important;
}

.page-template-page-templatesnous_contacter-php .mydiv-bg {
    background-image: url(/wp-content/uploads/2020/11/cuirs-exotique-hcp.jpg) !important;
    background-size: cover;
    padding: 21%;
    background-repeat: no-repeat;
    background-position: center;
}

.mydiv-bg2 {
    background-image: url(/wp-content/uploads/2020/12/veau-hcp-scaled-1.jpg) !important;
    background-size: cover;
    padding: 21%;
    background-repeat: no-repeat;
    background-position: center;
}

.mydiv-bg3 {
    background-image: url(/wp-content/uploads/2020/11/cuirs-chevre-hcp.jpg) !important;
    background-size: cover;
    padding: 21%;
    background-repeat: no-repeat;
    background-position: center;
}

.mydiv-bg4 {
    background-image: url(/wp-content/uploads/cattle_skins-2-scaled.webp) !important;
    background-size: cover;
    padding: 21%;
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-page-templatesnous_contacter-php h5.mb-0 {
    font-family: 'Helvetica' !important;
    text-transform: none !important;
}

.page-template-page-templatesnous_contacter-php .card-body {
    padding-top: 0 !important;
    border-bottom: none;
}

.page-template-page-templatesnous_contacter-php .card-body p {
    margin-bottom: 0;
}

.page-template-page-templatesnous_contacter-php .card {
    margin-top: 0;
}

.page-template-page-templatesnous_contacter-php h2.contact-titles {
    margin-bottom: 10px;
}

.page-template-page-templatesnous_contacter-php .myrow-left, .page-template-page-templatesnous_contacter-php .myrow {
    padding-top: 0 !important;
}

.page-template-page-templatesnous_contacter-php section.container-fluid {
    padding: 71px 0;
}

.donate-now input[type="checkbox"] {
    opacity: 0.01;
    z-index: 100;
}

.donate-now input[type=checkbox]:checked~label {
    background: #aaad95;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    padding-left:0;
}

.donate-now input[type=checkbox]~label {
    padding-left:0;
}

.page-template-page-templatesnous_contacter-php .donate-now input[type="checkbox"]~label:before,  .page-template-page-templatesnous_contacter-php .donate-now input[type="checkbox"]~label:after{
    display:none;
}

.donate-now .label-select {
    padding: 0;
    background: transparent;
    border: none;
    text-align: left;
    font-family: 'Helvetica' !important;
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.donate-now .label-select:hover {
    background: transparent;
    color: #202020;
    border: none !important;
}

.donate-now br {
    display: none;
}

.donate-now span.label-select {
    margin-bottom: 16px;
    display: block;
}

.donate-now select {
    min-height: 54px;
    cursor:pointer;
}

.donate-now input[type=checkbox]:disabled~label:hover {

    background: transparent !important;

    border: 1px solid #777777 !important;

}



/*.page-template-page-templatesnous_contacter-php .row.row-showrooms {

    margin-right: 0;

    margin-left: 0;

}*/





.page-template-page-templatesnous_contacter-php .card-header a.active img {

    transform: rotate(180deg);

}



@media(max-width:767px) {

.page-template-page-templatesnous_contacter-php .myrow-left, .page-template-page-templatesnous_contacter-php .myrow {

    padding-top: 0 !important;

    margin-top: 55px;

}

.donate-now span.label-select+br, .donate-now #a100+br {

    display: none;

}

}

li#wp-megamenu-item-2930, li#wp-megamenu-item-2059, li#wp-megamenu-item-2978 {

    margin-bottom: 10px;

}









.page-template-page-templatesnous_contacter-php .card-body a {

    font-family: 'Helvetica';

    text-transform: none !important;

    font-weight: 400 !important;

    font-size: 15px !important;

    color: #202020;

}





/*--------------------------------------------- style page FAQ -------------------------------*/



.faq-bloc-1 .col-xs-12 {

    width: 100%;

}



.titre-pole h2 {

    font-size: 28px !important;

    margin-bottom: 22px;

}



.faq-bloc-1 .card {

    padding-top: 35px !important;

}



.faq-bloc-1 .nav-tabs .nav-link {

    /*font-family: 'Helvetica';*/

    font-family: 'Helvetica';

    font-size: 14px;

    color: #0d0607;

    padding: 8px 12px;

    border: 1px solid #0d0607;

    border-radius: 0;

    margin-right: 0;

    text-align: center;

}



.faq-bloc-1 .nav-tabs .nav-link.active /*, .faq-bloc-1 .nav-tabs .nav-link:hover*/ {

    color: #fff;

    background-color: #aaad95;

    border-color: #aaad95;

    font-family: 'Helvetica';

    font-weight: bold;

}



.faq-bloc-1 .nav-tabs {

    border-bottom: none;
    display: block;

}



.faq-bloc-1 .tab-content h3 {

    margin-bottom: 65px;

    font-family: 'PlayfairDisplay-Black';

    font-size: 28px;

    letter-spacing: 0.5px;

}



.faq-bloc-1 .tab-content p {

    font-size: 18px !important;

}

 

.faq-bloc-1 .tab-content .col-md-6 p {

    max-width: 469px;

}



.faq-bloc-1 .tab-content .row:not(:first-child) {

    margin-top: 45px;

}



.faq-bloc-1 .tab-content .col-md-6 p:nth-child(even) {

    margin-bottom: 50px;

}



.faq-bloc-1 .ecrivez_nous p {

    font-family: 'PlayfairDisplay';

    font-size: 28px !important;

    font-weight: 400;

    letter-spacing: 0.5px;

}



.faq-bloc-1 .question-link {

    font-family: 'PlayfairDisplay';

    text-decoration: underline !important;

    font-style: italic;

}



.faq-bloc-1 .container.faq-bloc-1 {

    padding-top: 90px;

}





.accordion-faq .panel-title {

    font-family: 'PlayfairDisplay-Black';

    font-size: 35px;

}



.accordion-faq .panel.panel-default {

    border-top: 1px solid #000;

    border-bottom: 1px solid #000;

    margin-bottom: 50px;

}



.ecrivez_nous.mobile-display {

    padding-top: 20px;

}



.accordion-faq .panel-title a {

    position: relative;

    display: block;   

}



.accordion-faq .panel-title a[aria-expanded="false"]:after{

    content: '\f107';

    font-family: fontawesome;

    position: absolute;

    right: 0;

    font-size: 40px;

    bottom: 10px;

    -webkit-text-stroke: 1px white;

    top: 18%;

}



.accordion-faq .panel-title a[aria-expanded="true"]:after{

    content: '\f106';

    font-family: fontawesome;

    position: absolute;

    right: 0;

    font-size: 40px;

    bottom: 10px;

    -webkit-text-stroke: 1px white;

    top: 18%;

}



.accordion.accordion-faq .card {

    padding-top: 0 !important;

    margin-top: 0;

    margin-bottom: 50px;

}



.accordion-faq .panel-title a {

    border-bottom: 1px solid #000;

}



.accordion-faq .panel-title a[aria-expanded="true"] {

    border-bottom: 1px solid transparent;

}





.accordion-faq .card-body p {

    font-size: 18px !important;

}



.faq-bloc-1 .ecrivez_nous.mobile-display p {

    font-size: 35px !important;

}



.accordion-faq .card-body p:nth-child(even) {

    margin-bottom: 50px;

}



.accordion-faq .card-body {

    padding-bottom: 0 !important;

}



.accordion-faq p:empty, .accordion-faq div:empty, .accordion-faq b:empty { 

    display: none; 

    margin: 0 !important;

}



@media(max-width:580px) {

.accordion-faq .panel-title {

    font-size: 20px;

}

.accordion-faq .card-body p {

    font-size: 15px !important;

}

.faq-bloc-1 .ecrivez_nous.mobile-display p {

    font-size: 20px !important;

}

}



@media(max-width:767px) {

.rowx.mobile-display {

    padding-top: 35px;

    padding-bottom: 35px;

}

.page-template-cuirs #crocodile {

    padding: 0 !important;

}

.faq-bloc-1 .nav-tabs .nav-link {

    font-family: 'Helvetica';

    font-size: 14px;

    color: #0d0607;

    padding: 18px 25px;

    border: 1px solid #0d0607;

    border-radius: 0;

    margin-right: 0;

    width: 100%;

}

.faq-bloc-1 .nav-tabs .nav-item {

    width: 100%;

    margin-bottom: 30px;

}



.titre-pole h2 {

    font-size: 20px !important;

    margin-bottom: 22px;

}

}



@media(max-width:1175px) and (min-width:991px) {

.faq-bloc-1 .nav-tabs .nav-link {

    font-size: 21px;

    padding: 12px 15px;

    margin-right: 10px;

}



}





@media(max-width:991px) and (min-width:768px) {

.faq-bloc-1 .nav-tabs .nav-link {

    font-size: 15px;

    margin-right: 10px;

    padding: 18px 20px;

}

}





@media (max-width: 400px) {

.accordion-faq .panel-title {

    font-size: 14px;

}

.accordion-faq .panel-title a[aria-expanded="false"]:after, .accordion-faq .panel-title a[aria-expanded="true"]:after {

    font-size: 30px;

    top: 21%;

}



.accordion-faq .card-body p {

    font-size: 13px !important;

}

.faq-bloc-1 .tab-content h3 {

    font-size: 20px;

}

}



@media (max-width: 580px) {

.faq-bloc-1 .ecrivez_nous.mobile-display p {

    max-width: 90%;

}

}



/*------------------------------------- end style page FAQ ---------------------------------*/





/*------------------------------------- style page notre group ---------------------------------*/

.page-template-page_groupe .row.row-reverse.no-gutters.histoire-prallax {

    margin-bottom: 0;

}



/*------------------------------------- style page bos cuire exotique ---------------------------------*/



#artisan-du-cuir {

    margin-top: 0;

    margin-bottom: 0;

}





/*------------------------- style descriptions -------------------------*/

/*.my-auto .header-title+p {

    font-family: 'Helvetica';

    font-weight: 600 !important;

}*/



.page-template-page-templatescuirs-php .no_padding {

    padding: 0 !important;

}



/*------------------------------ style article header ------------------------*/



.container-encart .h1 {

    margin-bottom: 30px;

    font-family: 'PlayfairDisplay-Bold' !important;

	text-transform: none !important;

	color: #fff;

	font-size:20px;

}



.article-link {

    background: transparent;

    border-width: 0 0 1px 0;

    border-radius: 0;

    padding: 0;

    color: #fff;

    font-size: 15px;

    margin-top: 5px;

    text-align: left;

    border-bottom: 1PX SOLID #fff;

    font-family: 'Helvetica' !important;

    text-transform: uppercase;

}



.article-link:hover {

    color: #fff;

}



.container-encart p {

    margin-bottom: 40px;

}



.section-salon.single-evenement.single-blog-article {

    padding-top: 50px;

}



.section-content-blog {

    position: relative;

}

.page-template-cuirs_chevre_2 .titre_3{

    font-family: 'Helvetica' !important;

    font-weight: 600 !important;

    font-size: 20px;

    padding-bottom: 0;

    margin-bottom: 4px;

    display: block;

    text-align: left;

}

.page-template-cuirs_chevre_2 .bottom-data.descktop {

    margin-top: 48px;

}



@media (min-width: 768px) {

.section-encart.single-evenement {

    position: fixed;

    right: 0;

    z-index: 9;

    bottom:0;

}

.section-salon.single-evenement.single-blog-article {

    margin-left: auto;

    margin-right: 0;

    float: left;

    width: 70%;

}



.section-encart.single-evenement.single-blog-article.p {

    width: 30%;

    float: right;

    /*padding-top: 11.5%;*/

	top: 380px;

	padding-top: 0;

}



.section-content-blog {

    float: left;

    width: 100%;

}



.container.single-evenement-container {

    width: 75%;

    margin-left: auto;

    margin-right: 15px;

}







}







@media (max-width: 991px) and (min-width: 768px) {

.section-encart.single-evenement.single-blog-article.p {

    width: 28%;

}

}





.container-encart {

    padding: 40px 26px;

    background: #aaad95;

    color: #fff;

    text-align: center;

}



@media (max-width: 767px) {

.section-content-blog {

    padding: 0 !important;

}

.section-encart.single-evenement.single-blog-article.p {

    padding: 0 !important;

    width: 100%;

}

.page-template-cuirs_chevre_2 .inner-bloc-tanneries .top-title{

	width: 100%;

	margin-bottom: 20px;

}

.page-template-cuirs_chevre_2 .inner-bloc-tanneries.last {

    margin-top: 0;

}

}



/*------------------------------------footer and contact page ---------------------------------------*/





.row.no-gutters.acc .italic-word {

    text-decoration:none;

}







@media (min-width: 1214px) {

    .logo2 a:not(:first-child) {

        padding-left: 20px;

    }

}



@media (max-width: 1125px) and (min-width: 992px) {

h2.footer-hcp {

    font-size: 26px !important;

}



.wrapper-footer li a {

    font-size: 12px;

}

}

.desk-footer{

	position: relative;

    z-index: 9;

}



.wp-megamenu li:nth-child(2) .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li.wpmm-col.wpmm-col-6:last-child > ul> li a {

	margin-bottom: 25px !important;

}



.wp-megamenu li:nth-child(2) .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li.wpmm-col.wpmm-col-6:last-child > ul {

    margin-top: 35px;

}





/*------------------------------------------------- image pole chevre -------------------------------------*/



.container_pole_img img {

    margin-left: auto;

    margin-right: auto;

    display: block;

    margin-bottom: 20px;

}



.container_pole_img .img-bloc {

    max-width: 80%;

}



/*---------------------------------------------- style current page menu ------------------------------------------------*/



#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current_page_item>a {

    font-weight: 600 !important;

    font-family: 'Helvetica' !important;

}





.titre-categories-styles {

    display: block; 

}



.filters-wrapper.open .icon-filter-category {

    transform: rotateX(180deg);

}



.page-template-page-templatesnous_contacter-php .card-body a.pole-link {

    display: block;

    margin-top: 10px;

}



.page-template-page-templatesnous_contacter-php .card-body a.pole-link {

    text-decoration: underline !important;

}



@media (max-width: 991px) {

.desk-footer+.desk-footer {

    display: block;

}



.wrapper-footer a {

    text-align:center !important;

}



.respo-footer .col-sm-12.text-center.small.others {

    margin-top: 0;

}



.wrapper-footer footer .textwidget ul {

    padding-top: 40px;

    padding-left: 0;

}



.wrapper-footer .textwidget {

    margin-left: 0;

}



.wrapper-footer .textwidget ul li {

    padding-left: 0;

}



}

.container-fluid.evenement-passe.blo-single{

	clear: both;

}



@media (max-width: 767px) {

.page-template-cuirs_chevre_2 .container_pole_img .img-bloc {

    max-width: 100% !important;

}

}



/*---------------------------------------- generale sidebar removal ---------------------------*/



body:not(.tax-product_cat):not(.post-type-archive-product) #left-sidebar {

    display:none;

}



body:not(.tax-product_cat) #primary {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

}



/*------------------------------------------------ page category -----------------------------*/

  

.archive.woocommerce-page ul.products li.product .woocommerce-Price-amount.amount:after,

.tax-rate .woocommerce-Price-amount.amount:after {

    display:none;

}

 



.archive.woocommerce-page .woocommerce-breadcrumb {

    display: inline-block;

    position: absolute;

    left: -40px;

}



.archive.woocommerce-page .woocommerce-result-count {

    /*margin-left: 43%;*/

    margin-left: 30%;

}

 

.header-category {

    padding-top: 86px !important;

    padding-bottom: 0px !important;

    border-bottom: 1px solid #aaad95;

    background: #f9f7f6 !important;

}



.header-category .woocommerce-products-header__title.page-title {

    margin-bottom: 18px;

    font-family: 'PlayfairDisplay-Bold' !important;

}



.header-category .term-description p {

    font-size: 18px !important;

    line-height: 26px;

    font-family: 'Helvetica';

    text-transform: none !important;

    font-weight: 400 !important;

    color: #202020;

}



.header-category .term-description {

    max-width: 100%;

}



.archive.woocommerce-page #woocommerce-wrapper {

    padding-top: 82px;

    background: #FCFBF9;

    padding-bottom: 120px;

}



.archive.woocommerce-page #left-sidebar .left-sidebar-inner {

    max-width: 448px;

    box-shadow: 0px 3px 6px #00000029;

    background: #fff;

    padding: 20px 30px;

}



.archive.woocommerce-page #woocommerce-wrapper .container {

    padding-left: 15px;

    padding-right: 20px;

}



@media (min-width:1870px) {

.archive.woocommerce-page #woocommerce-wrapper .container {

    max-width: 1788px;

}



.archive.woocommerce-page .container.mycontainer {

    max-width: 1700px;

}



}





.archive.woocommerce-page #left-sidebar {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 28%;

    flex: 0 0 28%;

    max-width: 28%;

}





.archive.woocommerce-page div#primary {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 72%;

    flex: 0 0 72%;

    max-width: 72%;

}



.archive.woocommerce-page ul.products li.product {

    margin: 0 3% 5em 0;

    width: 31.2%;

}



.archive.woocommerce-page ul.products li.product.last {

    margin: 0 0 5em 0;

}



.archive.woocommerce .woocommerce-breadcrumb, .archive.woocommerce .woocommerce-breadcrumb a, .archive.woocommerce-page .woocommerce-result-count {

    color: #000000;

    font-size: 16px !important;

    line-height: 55px;

    font-family: 'Helvetica';

    font-weight: 400 !important;

}



.archive.woocommerce .woocommerce-ordering select {

    vertical-align: top;

    

    box-shadow: 0px 3px 6px #00000029;

    border: none;

    padding: 8px 19px;
    padding-right: 50px;

    color: #606060;

    font-size: 16px;

    line-height: 28px;

    font-family: 'Helvetica';

    font-weight: 400;

}

 



.archive.woocommerce .woocommerce-ordering {

    position: relative;

}



.archive.woocommerce .woocommerce-ordering:after {

    background: url(/wp-content/uploads/2021/04/icon-select-hcp.png);

    position: absolute;

    pointer-events: none;

    right: 15px;

    top: 10px;

    content: '';

    width: 27px;

    height: 27px;

    background-size: contain;

    background-repeat: no-repeat;

}



.archive.woocommerce .woocommerce-ordering select {

    -webkit-appearance: none;

    -moz-appearance: none;

}

 

.archive.woocommerce ul.products {

    padding-top: 40px;

    margin-bottom: 40px;

}



.archive.woocommerce-page #left-sidebar {

    margin-top: 110px;

}



.prdctfltr-widget .pf-help-title .widget-title {

    font-size: 18px !important;

    font-weight: bold;

    height: auto;

    line-height: 35px;

    color: #000000;

    pointer-events: none;

    font-family: 'Helvetica' !important;

    margin-bottom: 20px;

    margin: 0;

}



.prdctfltr-widget .pf-help-title .widget-title .prdctfltr_widget_title {

    font-family: 'Helvetica' !important;

}



  

 

.textwidget p.titlefilter {

    color: #000000;

    font-size: 19px !important;

    line-height: 35px;

    font-family: 'Helvetica';

    font-weight: 600 !important;

    margin-bottom: 5px;

}


li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 22px;
    font-family: 'Helvetica' !important;
    font-weight: 400 !important;
    display: block;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}


.woocommerce ul.products li.product .price {

    color: transparent;

    display: inline-block;

    font-weight: 700;

    margin-bottom: 0;

    font-size: 1px;

    line-height: 15px;

    font-family: 'Helvetica' !important;

    float: left;

    padding-top: 18px;

}



.woocommerce ul.products li.product .price span {

    color: #000000;

    font-weight: 700;

    margin-bottom: 0;

    font-size: 23px;

    line-height: 15px;

    font-family: 'Helvetica' !important;

}



.woocommerce ul.products li.product .button {

    margin-top: 0;

    float: right;

}



.woocommerce ul.products li.product.instock .button, .woocommerce ul.products li.product.outofstock .button {

    background: #AAAD95;

    color: #fff;

    font-size: 18px;

    line-height: 15px;

    font-family: 'Helvetica';

    font-weight: 700;

    border: none;

    border-radius: 0;

    padding: 13px 10px;

    letter-spacing: 0;

    min-width: 161px;

    text-align: center;

    position: absolute;

    right: 0;

    bottom: 0;

}



.woocommerce ul.products li.product.instock .button:hover, .woocommerce ul.products li.product.outofstock .button:hover {

    background: #9a9d88;

    color: #fff;

}



.prdctfltr_ft_none {

    display: none !important;

}



.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons span.prdctfltr_sale {

    display: none;

}



.textwidget p a.deleteallfilters {

    color: #AAAD95;

    font-size: 19px !important;

    line-height: 35px !important;

    text-decoration: underline !important;

    text-align: center;

    font-weight: 700 !important;

    font-family: 'Helvetica' !important;

}



.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span {

    position: relative;

    color: #000000;

    font-size: 15px;

    line-height: 35px;

    font-family: 'Helvetica' !important;

    font-weight: 400 !important;

}



.prdctfltr_woocommerce .prdctfltr_filter label {

    margin-bottom: 0;

}



.left-sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {

    content: '';

    display: inline-block;

    width: 23px;

    height: 23px;

    padding: 0;

    border-radius: 0;

    border: 2px solid #AAAD95;

    margin-top: 3px;

    margin-bottom: 6px;

    margin-right: 12px;

    vertical-align: middle;

    box-sizing: content-box;

    background-color: #fff;

}



.left-sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {

    content: '';

    display: inline-block;

    width: 23px;

    height: 23px;

    padding: 0;

    border-radius: 0;

    border: 2px solid #AAAD95;

    margin-top: 3px;

    margin-right: 12px;

    box-sizing: content-box;

    background: #AAAD95;

}



.left-sidebar-inner .prdctfltr_wc_widget .prdctfltr_collector {

    display: none;

}





/*.woocommerce ul.products .beforeprice+.woocommerce-Price-amount.amount:not(:last-child) {*/



.woocommerce ul.products .woocommerce-Price-amount.amount:last-child:not(:first-child), .woocommerce ul.products .woocommerce-price-suffix {

    display: none;

}



.woocommerce ul.products li.product a img {

    margin: 0 0 45px;

}



/*.woocommerce ul.products li.product.outofstock .button {

    border: 2px solid #AAAD95;

    color: #AAAD95;

    font-size: 18px;

    line-height: 15px;

    font-family: 'Helvetica';

    font-weight: 700;

    background: transparent;

    border-radius: 0;

    padding: 13px 10px;

    letter-spacing: 0;

    min-width: 161px;

    text-align: center;

    

    position: absolute;

    right: 0;

    bottom: 0;

}



.woocommerce ul.products li.product.outofstock .button:hover {

    border-color: #9a9d88;

    color: #9a9d88;

}*/



.tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {

    display: none;

}



.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {

    font-size: 35px;

    margin: 0;

}



.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {

    position: absolute;

    top: 64%;

    margin: 0;

    right: 30px;

}



.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {

    font-size: 40px;

    margin: 0;

    color: #fff;

}



.left-sidebar-inner .pf_rngstyle_thin .irs-line-mid, 

.left-sidebar-inner .pf_rngstyle_thin .irs-line-left, 

.left-sidebar-inner .pf_rngstyle_thin .irs-line-right, 

.left-sidebar-inner .pf_rngstyle_thin .irs-bar, 

.left-sidebar-inner .pf_rngstyle_thin .irs-bar-edge, 

.left-sidebar-inner .pf_rngstyle_thin .irs-slider {

    background: url(/wp-content/uploads/2021/04/prix-filtres-hcp.png) repeat-x;

}



.left-sidebar-inner .pf_rngstyle_thin .irs-bar {

    background-position: 0 -60px !important;

}



.left-sidebar-inner .pf_rngstyle_thin .irs-slider {

    background-position: 0 -120px !important;

}



.left-sidebar-inner .pf_rngstyle_thin .irs-single {

    color: #000;

    visibility: visible !important;

    background: transparent;

    font-size: 19px;

    font-family: 'Helvetica' !important;

    font-weight: 600 !important;

    right: 0;

    left: auto !important;

    top: -15px;

}



.left-sidebar-inner .pf_rngstyle_thin .irs-from, 

.left-sidebar-inner .pf_rngstyle_thin .irs-to,

.left-sidebar-inner .pf_rngstyle_thin .irs-min, 

.left-sidebar-inner .pf_rngstyle_thin .irs-max {

    display: none;

}



.left-sidebar-inner .prdctfltr_rng_price .pf-help-title .widget-title {

    line-height: 25px;

    display: inline-block;

    padding-bottom: 0;

    position: relative;

    top: 15px;

}



.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.next):not(.prev),

.woocommerce nav.woocommerce-pagination ul li span.current,

.woocommerce nav.woocommerce-paginations ul li a.page-numbers:not(.next):not(.prev),

.woocommerce nav.woocommerce-paginations ul li span.current {

    font-size: 16px;

    font-family: 'Helvetica' !important;

    line-height: 16px;

    font-weight: 600;

    padding: 11px 15px;

}



.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.next):not(.prev),

.woocommerce nav.woocommerce-paginations ul li a.page-numbers:not(.next):not(.prev) {

    color: #000000;

}



.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-paginations ul li span.current {

    color: #fff;

    background: #000000;

}



.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li,

.woocommerce nav.woocommerce-paginations ul, .woocommerce nav.woocommerce-paginations ul li {

    border: none;

}



.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers, .woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers,

.woocommerce nav.woocommerce-paginations ul li a.next.page-numbers, .woocommerce nav.woocommerce-paginations ul li a.prev.page-numbers {

    color: #000000;

    font-size: 16px;

    line-height: 16px;

    font-family: 'Helvetica';

    font-weight: 400;

    text-transform: uppercase;

    padding: 11px 20px;

}





.woocommerce .woocommerce-paginations ul.page-numbers li, .woocommerce-page .woocommerce-paginations ul.page-numbers li {

    display: inline-block;

}



.woocommerce nav.woocommerce-paginations ul li {

    padding: 0;

    margin: 0;

    float: left;

    overflow: hidden;

}



.woocommerce nav.woocommerce-paginations ul {

    display: inline-block;

    white-space: nowrap;

    padding: 0;

    clear: both;

    margin: 1px;

}



.woocommerce .woocommerce-paginations ul.page-numbers::after, .woocommerce .woocommerce-paginations ul.page-numbers::before, .woocommerce-page .woocommerce-paginations ul.page-numbers::after, .woocommerce-page .woocommerce-paginations ul.page-numbers::before {

    content: " ";

    display: table;

}



.woocommerce nav.woocommerce-paginations ul li a, .woocommerce nav.woocommerce-paginations ul li span {

    margin: 0;

    text-decoration: none;

    min-width: 1em;

    display: block;

}



.woocommerce nav.woocommerce-paginations {

    text-align: center;

}



.page-numbers.out.prev, .page-numbers.out.next {

    color: #000000;

    font-size: 16px;

    line-height: 16px;

    font-family: 'Helvetica' !important;

    font-weight: 400;

    text-transform: uppercase !important;

    padding: 11px 20px;

    display: inline-block;

    position: relative;

    top: -13px;

}





.left-sidebar-inner .prdctfltr_ft_622 {

    display: none;

}



.video-produit {

    width: auto !important;

    position: absolute;

    top: 65%;

    right: 85px;

    margin-bottom: 0 !important;

    display: block;

}



.woocommerce-LoopProduct-link.woocommerce-loop-product__link {

    position: relative;

    float: left;

    width: 100%;

}



.woocommerce ul.products .by-vendor-name-link {

    display: none !important;

}



.prdctfltr-widget .prdctfltr_wc span.prdctfltr_reset {

    display: none !important;

}





/*@media (max-width:1870px) {*/

    

.woocommerce ul.products li.product a img {

    margin: 0 0 20px;

}



.woocommerce ul.products li.product.instock .button {

    min-width: 100px;

}



.woocommerce ul.products li.product .price span {

    font-size: 15px;

}



.woocommerce ul.products li.product.instock .button {

    font-size: 14px;

}



.video-produit {

    top: 75%;

    top: auto;

    bottom: 41px;

}



.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {

    top: 60%;

}



.woocommerce ul.products li.product.outofstock .button {

    font-size: 15px;

    min-width: 100px;

    padding: 13px 5px;

}





/*}*/



@media (min-width: 1200px) {

.header-category div#content {

    max-width: 1580px;

}

}



.archive.woocommerce .woocommerce-breadcrumb+.woocommerce-info {

    top: 160px;

}



/*----------------------------------------- page product ------------------------------------------------*/

.stockqte, .stockqte span {

    margin-bottom: 20px;

    font-size: 18px;

    line-height: 30px;

    color: #000;

    font-family: 'Helvetica' !important;

    font-weight: 700;

}







.species_text {

    color: #000000;

    font-size: 18px !important;

    line-height: 30px;

    padding: 12px 43px;

    background: #fff;

    border: 1px solid #AAAD95;

    display: block;

    font-family: 'Helvetica';

    margin-bottom: 19px;

    position: relative;

}



.species_text span {

    color: #000000;

    font-size: 19px;

    line-height: 30px;

    font-family: 'Helvetica' !important;

    padding-left: 5px;

}





.product-template-default .entry-summary .price .woocommerce-price-suffix, .product-template-default .entry-summary .price .woocommerce-price-suffix span {

    color: black;

    font-size: 18px !important;

    line-height: 30px;

    font-family: 'Helvetica' !important;

    font-weight: 200 !important;

}



.product-template-default .entry-summary .price .woocommerce-price-suffix {

    display: block;

}



body:not(.tax-product_cat):not(.page-template-mon-compte) .woocommerce-Price-amount.amount:after {

    color: #000000;

    font-weight: 700;

    margin-bottom: 0;

    font-size: 18px;

    line-height: 30px;

    font-family: 'Helvetica' !important;

    margin-left: 6px;

}



body:not(.tax-product_cat) .woocommerce-price-suffix .woocommerce-Price-amount:after {

    color: black;

    font-size: 18px !important;

    line-height: 30px;

    font-family: 'Helvetica' !important;

    font-weight: 200 !important;

    margin-left: 6px;

}









html[lang="fr-FR"] body:not(.tax-product_cat) .woocommerce-Price-amount.amount:after {

    content: "HT";

    margin-left: 5px;

}



html[lang="en-GB"] body:not(.tax-product_cat) .woocommerce-Price-amount.amount:after {

    content: "Tax excl.";

    margin-left: 5px;

}



html[lang="it-IT"] body:not(.tax-product_cat) .woocommerce-Price-amount.amount:after {

    content: "Iva escl.";

    margin-left: 5px;

}







html[lang="fr-FR"] body:not(.tax-product_cat) .woocommerce-price-suffix .woocommerce-Price-amount:after,

html[lang="fr-FR"] .woocommerce table.shop_table .order-total .woocommerce-Price-amount:after {

    content : "TTC" !important;

     margin-left: 5px;

}



html[lang="en-GB"] body:not(.tax-product_cat) .woocommerce-price-suffix .woocommerce-Price-amount:after,

html[lang="en-GB"] .woocommerce table.shop_table .order-total .woocommerce-Price-amount:after {

    content : "Tax incl." !important;

    margin-left: 5px;

}



html[lang="it-IT"] body:not(.tax-product_cat) .woocommerce-price-suffix .woocommerce-Price-amount:after,

html[lang="it-IT"] .woocommerce table.shop_table .order-total .woocommerce-Price-amount:after {

    content : "Tasse incluse." !important; 

    margin-left: 5px;

}







.product-template-default #left-sidebar {

    display: none;

}



.product-template-default #primary {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

    padding-top: 60px;

}



body.product-template-default {

    padding-top: 110px;

}



.product-template-default #woocommerce-wrapper {

    background: #FCFBF9;

}

 

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {

    color: #000000;

    font-size: 16px;

    line-height: 55px;

    font-family: 'Helvetica';

    font-weight: 400;

}





.woocommerce div.product .product_title {

    clear: none;

    margin-top: 0;

    padding: 0;

    color: #000000;

    font-size: 30px;

    line-height: 40px;

    letter-spacing: 0;

    margin-bottom: 20px;

}



@media (min-width: 1870px) {

    

.product-template-default #woocommerce-wrapper .container {

    max-width: 1638px;

}



.product-template-default .container.mycontainer {

    max-width: 1700px;

}



.product-template-default #woocommerce-wrapper .container {

    padding-left: 15px;

    padding-right: 15px;

}



}





.entry-summary .price span {

    color: #000000;

    font-weight: 700;

    margin-bottom: 0;

    font-size: 18px;

    line-height: 30px;

    font-family: 'Helvetica' !important;

}



 

.entry-summary .price {

    color: transparent !important;

    display: block;

    font-weight: 700;

    margin-bottom: 0;

    font-size: 0 !important;

    line-height: 15px;

    font-family: 'Helvetica' !important;

    padding-top: 18px;

}



.entry-summary .woocommerce-Price-amount.amount:last-child:not(:first-child) {

    display: none;

}



.woocommerce-variation-price .beforeprice {

    display: none;

}





.woocommerce div.product p.price {

    margin-bottom: 42px;

}



.woocommerce div.product div.images .flex-control-thumbs {

    margin-top: 16px;

}



.woocommerce div.product div.images .flex-control-thumbs li {

    margin-right: 10px;

}





.woocommerce div.product form.cart .variations td {

    width: 100%;

    display: block;

}



.woocommerce div.product form.cart .variations td.label {

    color: #000000;

    font-size: 18px;

    line-height: 30px;

    padding: 12px 43px;

    background: #fff;

    border: 1px solid #AAAD95;

    display: block;

    font-family: 'Helvetica';

    cursor: pointer;

    position: relative;

}



.woocommerce div.product form.cart .variations td.label span{

    color: #000000;

    font-size: 19px;

    line-height: 30px;

    font-family: 'Helvetica' !important;

}



.woocommerce div.product form.cart .variations label {

    margin-bottom: 0;

}



.woocommerce div.product form.cart .variations tr {

    margin-bottom: 19px;

    display: block;

}



.woocommerce div.product form.cart .variations td.value {

    padding: 12px 43px;

    background: #fff;

    border: 1px solid #AAAD95;

    border-top: none;

    display: none;

    transition: all 1s ease-in-out;

}



.woocommerce div.product form.cart .variations select {

    max-width: 100%;

    min-width: 100%;

    display: inline-block;

    margin-right: 0;

    color: #000000;

    font-size: 30px;

    line-height: 50px;

    font-family: 'Helvetica';

}



.woocommerce div.product form.cart .variations select {

    max-width: 100%;

    min-width: 100%;

    display: inline-block;

    margin-right: 0;

    color: #000000;

    font-size: 30px;

    line-height: 50px;

    font-family: 'Helvetica';

    border: none;

    -moz-appearance: none;

    -webkit-appearance: none;

    outline: none;

}



.show{

    display:block !important;

}



.woocommerce div.product form.cart .reset_variations {

    display: none !important;

}



.woocommerce div.product .product_meta {

    display: none;

}



.qtetext {

    font-size: 18px;

    line-height: 30px;

    color: #000;

    font-family: 'Helvetica' !important;

    margin-right: 30px;

    font-weight: 700;

}





.woocommerce div.product form.cart div.quantity {

    float: left;

    margin: 0 0 50px 0;

    width: 100%;

    display: block;

}





.woocommerce div.product .single_add_to_cart_button.button.alt {

    color: #FFFFFF;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    background: #AAAD95;

    margin-right: 40px;

    min-width: calc(40% - 40px);

    padding-top: 10px;

    padding-bottom: 10px;

    border-radius: 0;

    letter-spacing: 1px;

    position:relative;

    top:-2px;

}



.woocommerce div.product .single_add_to_cart_button.button.alt:hover {

    background: #9a9d88;

    color: #FFFFFF;

}



.devisbtn {

    color: #AAAD95;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    padding: 11px 15px;

    border: 1px solid #AAAD95;

    border-radius: 0;

    min-width: calc(40% - 40px);

    text-align: center;

    position: relative;

    top: 8px;

}



.devisbtn:hover {

    border-color: #9a9d88;

    color: #9a9d88;

}





.woocommerce .quantity button.plus, .woocommerce .quantity button.minus {

    font-size: 20px;

    background: transparent;

    border: none;

    font-family: 'Helvetica';

    padding: 0 10px;

    outline:none;

 

}



.woocommerce .quantity .qty {

    width: 38px;

    text-align: center;

    height: 28px;

    color: #000000;

    font-size: 18px;

    font-family: 'Helvetica';

    border: 1px solid #000000;

    border-radius: 0;

    padding: 0;

    text-align: center;

}



.woocommerce div.product p.stock {

    font-size: .92em;

    display: none;

}



.woocommerce div.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {

    font-size: 45px;

    margin: 0;

    color: #000;

}



.woocommerce div.product .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    position: absolute;

    top: -10px;

    right: 0;

    margin-top: 0;

}



.woocommerce div.product .woocommerce-tabs ul.tabs li {

    display: block;

    width: 100%;

}



 



.entry-summary .price {

    padding-top: 0;

}



.woocommerce div.product form.cart .variations {

    margin-bottom: 0;

}



.woocommerce-variation-add-to-cart {

    margin-top: 10px;

}



.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {

    float: left;

    width: 36%;

}



.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {

    float: right;

    width: 59%;

    clear: none;

}



.woocommerce div.product form.cart .variations td.label:after {

    position: absolute;

    right: 43px;

    top: 20px;

    background-image: url(/wp-content/uploads/2021/04/produit-variations-hcp.png);

    background-size: contain;

    display: inline-block;

    width: 20px;

    height: 20px;

    content: "";

    background-repeat: no-repeat;

}



.woocommerce div.product form.cart .variations td.label.active:after {

    transform: rotateZ(180deg);

}



.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .flex-control-thumbs li {

    width: calc(33% - 6px);

    margin-bottom: 10px;

}



.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .flex-control-thumbs li:nth-child(3n) {

    margin-right: 0 !important;

}



.woocommerce div.product div.images .flex-control-thumbs li:last-of-type {

    margin-right: 0;

}



.woocommerce div.product div.images .woocommerce-product-gallery__trigger {

    display: none;

}



.related-carousel li.product, .woocommerce-page ul.products li.product {

    width: 100%;

    margin: 0 0 2.992em 0;

}



.related-carousel .beforeprice {

    display: none;

}



.related-carousel.owl-theme .owl-nav i:before {

    font-size: 30px;

    -webkit-text-stroke: 1px #fcfbf9;

}



.owl-carousel.related-carousel .owl-nav button.owl-next, .owl-carousel.related-carousel .owl-nav button.owl-prev {

    padding: 10px 13px 9px 14px !important;

    border: 2px solid #aaad95;

    border-radius: 0;

    margin: 0;

}



.owl-carousel.related-carousel .owl-nav button {

    color: #aaad95 !important;

}



.owl-carousel.related-carousel .owl-nav button.owl-prev {

    position: absolute;

    left: -99px;

    top: 25%;

}



.owl-carousel.related-carousel .owl-nav button.owl-next {

    position: absolute;

    right: -99px;

    top: 25%;

}



.related.products {

    padding: 90px 64px;

}

 

.related.products>h2 {

    padding-bottom: 0 !important;

    margin-bottom: 50px;

    font-size: 30px !important;

    line-height: 35px;

    font-family: 'PlayfairDisplay-Bold' !important;

    text-align: center;

    display: block;

}



.related.products .price span {

    font-size: 21px;

    line-height: 16px;

}



.related.products .button:after {

    background: url(/wp-content/uploads/2021/04/produit-panier-hcp.png);

    height: 30px;

    width: 30px;

    content: '';

    display: inline-block;

    background-size: contain;

    background-repeat: no-repeat;  

}



 

.woocommerce .related.products ul.products li.product.instock .button, .woocommerce .related.products ul.products li.product.outofstock .button{

    background: transparent;

    color: transparent; 

    font-size: 0px;

    line-height: 1px;

    padding: 0;  

    min-width: 1px;

    margin-right: 20px;

    border: none;

    position: absolute !important;

}



.related.products .owl-theme .owl-nav [class*=owl-]:hover {

    background: #fff;

    color: #000;

}



.related.products .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {

    font-size: 35px !important;

    color: #fff !important;

}



.related.products .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart {

    top: 31px !important;

    right: 35px !important;

    background: rgb(170 173 149 / 20%);

    border-radius: 50%;

    bottom: auto !important;

}



.demande-devis {

    padding-top: 90px;
    clear: both;

}



.demande-devis .devis-titre {

    color: #000000;

    font-size: 30px !important;

    line-height: 40px;

    margin-bottom: 20px;

    text-align: center;

    font-family: 'PlayfairDisplay-Bold';

}



.wpcf7 .devis p {

    font-size: 19px !important;

    line-height: 25px;

    color: #000;

    font-family: 'Helvetica';

    font-weight: 400;

    text-align: center;

    margin-bottom: 30px;

}



.demande-devis .wpcf7 {

    max-width: 1486px;

}



.demande-devis .wpcf7 input, .demande-devis .wpcf7 textarea {

    color: #000000;

    font-size: 16px;

    line-height: 28px;

    font-family: 'Helvetica';

    font-weight: 400;

    padding-left: 0;

    padding-bottom: 10px;

    margin-bottom: 15px;

}



.demande-devis .wpcf7 input {

    background: transparent;

    border: none;

    border-bottom: 1px solid #000;

    max-width: 713px;

}



.demande-devis .wpcf7 textarea {

    background: #fff;

    border: 1px solid #000;

    margin-top:15px;

}





.demande-devis .wpcf7 .wpcf7-form label {

    width: 100%;

    color: #000000;

    font-size: 15px;

    line-height: 28px;

    font-family: 'Helvetica';

    font-weight: 400;

}



.demande-devis .wpcf7 .col-sm-6:nth-child(odd) input {

    float: right;

}



.demande-devis .wpcf7 input::placeholder {

    color: #000000;

}



.demande-devis .wpcf7 .wpcf7-form label[for="test1"]:before {

    top: 3px;

}



.demande-devis .wpcf7 .wpcf7-form [type="checkbox"]:checked~label:after {

    top: 3px;

}



.demande-devis input.wpcf7-form-control.wpcf7-submit {

    color: #FFFFFF !important;

    max-width: 200px;

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    font-size: 19px !important;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold' !important;

    text-transform: none !important;

    border: none !important;

    padding: 10px !important;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.demande-devis input.wpcf7-form-control.wpcf7-submit:hover {

    background: #9a9d88 !important;

}



.demande-devis .mybtn {

    margin-top: 60px;

    margin-bottom: 0;

}

 

.woocommerce-tabs.wc-tabs-wrapper {

    padding-top: 50px;

}



.summary.entry-summary .tinvwl_add_to_wishlist_button.disabled-add-wishlist {

    opacity: 1 !important;

}



.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text {

    display: none !important;

}



.tabs-title {

    color: #000000;

    text-align: center;

    font-size: 30px;

    line-height: 40px;

    font-family: 'PlayfairDisplay-Bold';

    margin-bottom: 40px;

}



.woocommerce div.product .woocommerce-tabs ul.tabs {

    display: none;

}



.woocommerce div.product .woocommerce-tabs .panel h2 {

    display: none;

}



.title-grpattr {

    color: #000000;

    font-size: 19px !important;

    line-height: 30px;

    font-family: 'Helvetica';

    padding: 20px 0 0 0;

    background: #fff;

    position: relative;

    margin-bottom: 0;

    letter-spacing: 0;

}



.blockattributes {

    padding-left: 37px;

    padding-right: 37px;

    background: #fff;

    padding-bottom: 20px;

    position: relative;

    cursor: pointer;

}



.blockattributes:after {

    content: "";

    border-bottom: 1px solid #CCCCCC;

    position: absolute;

    bottom: 0;

    left: 37px;

    right: 37px;

}



.woocommerce .shop_attributes {

    display: none;

}



.blockattributes:last-of-type:after {

    display: none;

}





.woocommerce div.product .woocommerce-tabs .panel {

    margin-bottom: 0;

    box-shadow: 0px 3px 6px #00000029;

    border: 1px solid #CCCCCC;

    background: #fff;

}



.title-grpattr:after {

    position: absolute;

    right: 15px;

    transform: rotateZ(-90deg);

    top: 20px;

    background-image: url(/wp-content/uploads/2021/04/produit-variations-hcp.png);

    background-size: contain;

    display: inline-block;

    width: 20px;

    height: 20px;

    content: "";

    background-repeat: no-repeat;

}



.title-grpattr.active:after {

    transform: rotateZ(0deg);

}



.woocommerce .shop_attributes {

    margin-top: 35px;

}



.woocommerce .shop_attributes .woocommerce-product-attributes-item__label {

    background: #fff !important;

    opacity: 1 !important;

    border: none;

    font-size: 19px;

    line-height: 30px;

    color: #000;

    font-family: 'HelveticaNeue-Light';

    padding-left: 0;

    width: auto;

    letter-spacing: 0 !important;

}



.woocommerce .shop_attributes .woocommerce-product-attributes-item__label:after {

    content:":";

    margin-left:10px;

}



.woocommerce .shop_attributes .woocommerce-product-attributes-item__label {

    border: none;

    background: #fff !important;

    padding-left: 0;

}



 



.woocommerce .shop_attributes .woocommerce-product-attributes-item__value p {

    font-size: 19px !important;

    line-height: 30px;

    color: #000;

    font-family: 'HelveticaNeue-Light';

    font-style: normal;

}



 

.woocommerce-product-attributes-item__value, .woocommerce-product-attributes-item__label {

    display: inline-block;

}



.blockattributes.usages .woocommerce-product-attributes-item__label {

    display:none;

}





.img_attr {

    text-align: center;

    display: inline-block;

    margin-right: 5%;

}



.img_attr p, .val_attr {

    color: #000;

    font-size: 19px !important;

    line-height: 30px;

    font-family: 'HelveticaNeue-Light';

}



.img_attr .img_div {

    width: 150px;

    height: 150px;

}



.img_attr .img_div img {

    position: relative;

    top: 50%;

    transform: translateY(-50%);

    max-height: 60px;

}



.woocommerce .woocommerce-tabs .shop_attributes {

    margin-top: 30px;

    margin-bottom: 10px;

}



.wvs-style-squared .button-variable-item {

    min-width: max-content !important;

    height: max-content !important;

}



.woocommerce div.product form.cart .variations .button-variable-item span {

    font-size: 19px;

    font-family: 'Helvetica' !important;

    padding: 5px !important;

}





/*------------------------------------- page connexion/account forms -----------------------------------*/



#billing_state_field+.state_field {

    display:none;

}

    

#billing_state_field[style="display: none"]+.state_field,#billing_state_field[style="display: none;"]+.state_field {

    display:block;

}



#customer_login .col-1.u-column1, #customer_login .col-2.u-column2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

    width: 100%;

}



.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {

    border: 1px solid;

}



.woocommerce form .form-row label {

    line-height: 2;

    position: relative;

}



#customer_login #login, #customer_login #register {

    display:none;

}



.activetab {

    display: block !important;

}



.woocommerce form.checkout_coupon, .woocommerce form.login input, .woocommerce form.register input, .woocommerce form.register select {

    text-indent: 0 !important;

}

form.register input[type="checkbox"]{

    display: none !important;
    
}



#customer_login #register .woocommerce-form-row:not(.checkbox):not(.receive_newsletter) label {

    display: none;

}

    

#reg_billing_genre {

    max-height: 41px;

}



.woocommerce form .password-input {

    width: 100%;

}



.company_extrafields {

    float: left;

    width: 100%;

}



.woocommerce form .form-row .input-checkbox:checked + label:after {

    content: '';

    position: absolute;

    left: 0;

    top: 2px;

    width: 20px;

    height: 20px;

    border: none;

    background: #AAAD95;

    border-radius: 0;

    box-shadow: none;

    transform: none !important;

}



.woocommerce form .form-row .input-checkbox:not(:checked) + label:before, .woocommerce form .form-row .input-checkbox:checked + label:before {

    content: '';

    position: absolute;

    left: 0;

    top: 2px;

    width: 20px;

    height: 20px;

    border: 2px solid #AAAD95;

    background: transparent;

    border-radius: 0;

    box-shadow: none;

}



.woocommerce form .top_inputs label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {

    padding-left: 30px !important;

}



.woocommerce form [type="radio"]:not(:checked), .woocommerce form [type="radio"]:checked {

    position: absolute;

    left: -9999px;
    

}


.woocommerce-checkout #payment ul.payment_methods li input {
    position: inherit;

    left: inherit;
}


#test1{
    visibility: hidden;
}


.login-buttons a {

    text-align: center;

    color: #AAAD95;

    font-size: 30px;

    font-family: 'PlayfairDisplay';

    display: inline-block;

    padding: 32px 5rem;

    font-weight: 100;

}



.login-buttons a.active {

    color: #000;

    font-weight: 700;

}



.login-buttons a[data-id="login"].active {

    border-top: 2px solid #AAAD95;

    border-right: 2px solid #AAAD95;

    border-left: none; 

    border-bottom: none;

}



.login-buttons a:not(.active) {

    border-bottom: 2px solid #AAAD95;

}





.login-buttons a[data-id="register"].active {

    border-top: 2px solid #AAAD95;

    border-left: 2px solid #AAAD95;

    border-right: none; 

    border-bottom: none;

}



.login-buttons a[data-id="register"] {

    margin-left: -2px;

}

 



.login-buttons {

    text-align: center;

}



form.woocommerce-form.woocommerce-form-login.login {

    padding: 0;

    border: none;

    margin: 2em 0;

    text-align: center;

}



form.woocommerce-form.woocommerce-form-login.login label {

    display: none;

}



form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-row {

    max-width: 627px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 1rem;

}



form.woocommerce-form.woocommerce-form-login.login input {

    padding: 24px 29px;

}



.woocommerce-form.woocommerce-form-login .show-password-input {

    top: 1.7em;

    right: 2em;

}



.page-template-mon-compte .container-fluid.mon_compte {

    display: none;

}

 

#customer_login {

    padding-top: 100px;

    padding-bottom: 80px;

}



.page-template-mon-compte #main {

    background: #FCFBF9;

}



form.woocommerce-form.woocommerce-form-login.login input {

    padding: 15px 29px;

    border: 2px solid #AAAD95 !important;

    color: #434343;

    font-size: 28px;

    line-height: 35px;

    font-family: 'Helvetica';

    font-weight: 400;

}





.woocommerce-LostPassword.lost_password {

    color: #000000;

    font-size: 19px !important;

    line-height: 30px;

    text-align: center;

    font-family: 'Helvetica';

    text-decoration: underline;

    display: block;

    width: 100%;

    margin-bottom: 50px;

}



.woocommerce-button.button.woocommerce-form-login__submit {

    float: none;

    text-align: center;

    background: #AAAD95;

    color: #fff;

    border-radius: 0;

    padding: 10px 40px;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 50px;

    box-shadow: 0px 3px 6px #00000029;

}



.subscribe_label {

    font-size: 19px !important;

    line-height: 30px;

    color: #000;

}



.subscribe_label a {

    font-weight: 500;

    text-decoration: underline !important;

}



.woocommerce-button.button.woocommerce-form-login__submit:hover {

    color: #fff;

    background: #999c86;

}



#customer_login #login .show-password-input {

    display:none;

}



.checkbox.type_radio {

    text-align: center;

    display: block;

    width: 100%;

    margin-bottom: 6px !important;

}





.checkbox.type_radio label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{

    color: #000000;

    font-size: 19px;

    line-height: 30px;

    font-family: 'Helvetica';

    font-weight: 500;

}



.top_inputs {

    display: block;

    width: 70%;

    margin-left: auto;

    margin-right: auto;

}



.page-template-mon-compte input:not(#s), .page-template-mon-compte select, .page-template-mon-compte select option, .page-template-mon-compte input::placeholder,

.wcmp-dashboard.woocommerce input:not(#s), .wcmp-dashboard.woocommerce select, .wcmp-dashboard.woocommerce select option, .wcmp-dashboard.woocommerce input::placeholder {

    color: #000000;

    font-size: 16px;

    line-height: 28px;

    font-family: 'Helvetica';

    font-weight: 400 !important;

    border: none;

    text-indent: 0;

}



.page-template-mon-compte input:not(.select2-search__field), .page-template-mon-compte select,

.wcmp-dashboard.woocommerce input:not(.select2-search__field), .wcmp-dashboard.woocommerce select {

    border: none !important;

    border-bottom: 2px solid #000 !important;

    border-radius: 0;

    padding: 10px 0 !important;

    min-height: 50px;

    background: transparent;

    margin-top: 30px !important;

}



.woocommerce form.register {

    border: none;

    padding: 0;

    margin: 4rem 0 5em;

    text-align: left;

    border-radius: 0;

}



.woocommerce form #reg_billing_last_name, .woocommerce form #reg_billing_first_name {

    margin-top: 60px;

}



.woocommerce form .show-password-input {

    bottom: 1.4em;

    top: auto;

}



@media screen and (min-width: 1700px) {

.page-template-mon-compte .container.contianer-mobile {

    max-width: 1506px;

    padding-left: 15px;

    padding-right: 15px;

}

}





.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {

    width: 48.3%;

    overflow: visible;

}



.before_checkbox {

    margin-top: 60px;

}



.page-template-mon-compte .form-row.terms.wc-terms-and-conditions, .page-template-mon-compte .form-row.receive_newsletter.wc-receive_newsletter, .page-template-mon-compte .form-row.dispense_tva.wc-dispense_tva {

    margin-bottom: 40px;

}



.page-template-mon-compte .form-row.terms.wc-terms-and-conditions label, .page-template-mon-compte .form-row.receive_newsletter.wc-receive_newsletter label, .page-template-mon-compte .form-row.dispense_tva.wc-dispense_tva label {

    color: #000;

    font-size: 16px;

    line-height: 25px;

    font-family: 'Helvetica';

    font-weight: 400 !important;

    margin-bottom: 0;

    padding-left: 70px !important;



}



.woocommerce-thankyou-order-details .woocommerce-Price-amount.amount, .woocommerce-thankyou-order-details .woocommerce-Price-amount.amount span {

    font-family: 'Helvetica' !important;

    color: #000;

    font-weight:700;

}



.page-template-mon-compte button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {

    color: #FFFFFF;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    padding: 10px 15px;

    background: #AAAD95;

    min-width: 200px;

    box-shadow: 0px 3px 6px #00000029;

    border-radius: 0;

    margin-left: auto;

    margin-right: auto;

    margin-top: 30px;

    letter-spacing: 1px;

}





#have_login {

    display: block;

    width: 100%;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

    color: #000000;

    font-size: 19px;

    line-height: 30px;

    margin-top: 60px;

    text-decoration: underline !important;

    font-family: 'Helvetica';

}



.woocommerce form .show-password-input::after, 

.woocommerce-page form .show-password-input::after {

    opacity: 1;

    background-image: url(/wp-content/uploads/2021/04/passe-hcp.png);

    background-size: contain;

    display: inline-block;

    width: 25px;

    height: 25px;

    content: "";

    background-repeat: no-repeat;

    position: absolute;

    right: 0;

    top: -7px;

}



.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {

    /*opacity: 0.5;*/

    background-image: url(/wp-content/uploads/2021/04/passe-afficher-hcp.png);

}



#reg_billing_genre {

    -webkit-appearance: none;

    -moz-appearance: none;

}



#genreblock:after {

    content: "";

    position: absolute;

    right: 19px;

    bottom: 15px;

    display: block;

    color: #000;

    font-family: 'FontAwesome';

    font-size: 25px;

    line-height: 1;

    width:27px;

    height:27px;

    background:url(/wp-content/uploads/2021/04/icon-select-hcp.png);

    background-size: contain;

    background-repeat: no-repeat;

}



#genreblock {

    position:relative;

}



 



.page-template-mon-compte.logged-in #main { 

    background: #FCFBF9;

    padding-top: 60px;

}



.woocommerce-account .woocommerce-MyAccount-content {

    width: 100%;

    display: block;

    float: none;

    margin-bottom: 140px;

}



.woocommerce-account .blocks.block-edit-account {

    max-width: 1506px;

    margin-left: auto;

    margin-right: auto;

}





.woocommerce form.edit-account .form-row:not(.checkbox):not(.receive_newsletter) label {

    display: none;

}



.woocommerce form.edit-account .form-row input, .woocommerce form.edit-account .form-row select {

    text-indent: 0 !important;

}



.woocommerce-edit-account fieldset {

    margin-top: 110px;

    float: left;

    width: 100%;

    margin-bottom: 160px;

}



.page-template-mon-compte.logged-in .woocommerce-Button.button {

    color: #FFFFFF !important;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    padding: 10px 20px;

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    border: none !important;

    border-radius: 0;

    margin-left: auto;

    margin-right: auto;

    float: none;

}



.block-info-button {

    margin-top: 60px;

    float: left;

    width: 100%;

}



.woocommerce-form-row.old-pass .show-password-input {

    display: none;

}



.passbtn-block .woocommerce-Button.button {

    margin-top: 60px;

}



.passform {

    margin-top: 40px;

    float: left;

    width: 100%;

    margin-bottom: 102px;

}



@media (min-width: 768px) and (max-width: 991px) {

.login-buttons a {

    font-size: 20px; 

    padding: 30px 4rem;

}

}





/*---------------------------------------------------- account page ---------------------------------------------*/



.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard,

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address,

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {

    display:none;

}



.woocommerce-account .woocommerce-MyAccount-navigation {

    float: left;

    width: 100%;

     margin-bottom: 50px;

    margin-top: 60px;

}



.woocommerce-account .woocommerce-MyAccount-navigation ul {

    padding-left: 0;

    padding-bottom: 0;

    border-bottom: 1px solid #000000;

}



.woocommerce-MyAccount-navigation li {

    display: inline-block;

    text-align: left;

    width: 24.8%;

}



.woocommerce-MyAccount-navigation li a {

    color: #000;

    font-size: 30px;

    line-height: 60px;

    font-family: 'Helvetica';

    font-weight: 400;

    display: block;

    width: 80%;

}

  

.woocommerce-MyAccount-navigation li.is-active a {

    font-family: 'Helvetica';

    font-weight: 700;

    border-bottom: 8px solid #000;

}



.woocommerce-form-row.account_display_name {

    display: none;

}



.woocommerce-MyAccount-content .blocks:not(.block-edit-account) {

    display: none;

}





.blockimg_list .push-leather.col-sm-6 {

    margin-bottom: 10px;

    padding: 0 5px;

}



.blockimg_list .push-leather.col-sm-6:not(.grand-photo) {

    height: 80px;

}



.blockimg_list .push-leather.four-items.col-sm-6 .leather-visual {

    height: 80px;

}



.blockimg_list .col-sm-6.photo {

    padding: 0 5px;

}



@media screen and (min-width: 1850px) {

.woocommerce-account .container.contianer-mobile {

    max-width: 1709px;

}



}



.titleaccount {

    color: #000000;

    font-size: 30px !important;

    line-height: 43px;

    font-family: 'PlayfairDisplay-Bold';

    text-align: center;

    display: block;

    margin-bottom: 10px;

}





.subtitleaccount {

    color: #000;

    font-size: 19px !important;

    line-height: 30px;

    font-family: 'Helvetica';

    font-weight: 400;

    text-align: center;

}



 



/*------------------------------------------------------------- mes commandes --------------------------------------------*/



.orders-links a {

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    padding: 10px 15px;

    display: inline-block;

    min-width: 200px;

    text-align: center;

    color: #AAAD95;

    border: 3px solid #AAAD95;

}





.orders-links a.active {

    color:#FFFFFF;

    background:#AAAD95;

    border:3px solid #AAAD95;

}



.orders-links #notcompleted {

    margin-right: 64px;

}

 

.orders-links {

    float: left;

    width: 100%;

    margin-bottom: 50px;

}



.shop_table .wcmp_suborder, .shop_table .order-status {

    display: none;

}



.woocommerce table.shop_table th, .woocommerce table.shop_table th span {

    font-size: 30px;

    line-height: 38px;

    font-family: 'Helvetica' !important;

    text-align: center;

    font-weight: 400;

    letter-spacing: -1px;

}



.shop_table thead {

    border-bottom: 0.4px solid #707070;

}



.woocommerce table.shop_table th {

    padding-top: 10px;

    padding-bottom: 10px;

    background: transparent;

    border: none;

}



.shop_table td {

    border: none;

}



.woocommerce table.shop_table, .woocommerce table.shop_table th {

    border: none;

    border-collapse: collapse;

    border-spacing: 0;

}



.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders td li, .woocommerce table.my_account_orders td time, .woocommerce table.my_account_orders td span {

    font-size: 16px;

    line-height: 28px;

    font-family: 'Helvetica' !important;

    color: #000;

    font-weight: 400;

    text-align: center;

}



.woocommerce table.my_account_orders td {

    padding-top: 10px;

    padding-bottom: 10px;

    border:none;

}





.woocommerce table.shop_table body tr:first-child td {

    padding-top: 100px;

}



.woocommerce table.shop_table a.button {

    color: #FFFFFF;

    font-size: 19px;

    line-height: 30px;

    border-radius: 0;

    font-family: 'PlayfairDisplay-Bold';

    padding: 5px 30px;

    background: #AAAD95;

}



.woocommerce table.shop_table a.button.view {

    margin-right:48px;

}



.woocommerce table.shop_table a.orders.button.cancel, .woocommerce table.shop_table a.orders.button.pay {

    display: none;

}



.woocommerce table.shop_table tr {

    background: transparent;

}



.woocommerce table.shop_table tr.firstrow  td {

    border-top: 1px solid rgb(112 112 112 / 40%);

}





.woocommerce table.shop_table.bills th {

    padding-top: 10px;

    padding-bottom: 10px;

    background: #AAAD95;

    border: none;

}



.woocommerce table.shop_table.bills th, .woocommerce table.shop_table.bills th span {

    color:#fff;

}





.woocommerce table.shop_table.bills .order-actions>.invoice {

    min-width: 200px;

}



.shop_table.bills thead {

    border-bottom: none;

    background: #aaad95;

}



.shop_table .orders.button.invoice {

    display: none;

}



 

.woocommerce-MyAccount-navigation li a {

    font-size: 16px;

}



.woocommerce-MyAccount-navigation li {

    width: 19%;

}

.woocommerce table.shop_table th, .woocommerce table.shop_table th span {

    font-size: 18px;

}





 







/*----------------------------------------------------------------------- page panier ------------------------------------*/



html[lang="fr-FR"] .cart-collaterals .order-total .woocommerce-Price-amount.amount:after,

html[lang="fr-FR"] .price_ttc .woocommerce-Price-amount.amount:after{

    content : "TTC" !important;

    margin-left: 5px;

}



html[lang="en-GB"] .cart-collaterals .order-total .woocommerce-Price-amount.amount:after,

html[lang="en-GB"] .price_ttc .woocommerce-Price-amount.amount:after{

    content : "Tax incl." !important;

    margin-left: 5px;

}



html[lang="it-IT"] .cart-collaterals .order-total .woocommerce-Price-amount.amount:after,

html[lang="it-IT"] .price_ttc .woocommerce-Price-amount.amount:after {

    content : "Tasse incluse." !important;

    margin-left: 5px;

}





.prodimg-block {

    display: inline-block;

    position: relative;

}



.prodimg-block .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    position: absolute;

    bottom: 10px;

    right: 60px;

}



.prodimg-block .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {

    margin: 0;

}



.prodimg-block .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {

    font-size: 20px;

    margin: 0;

    color: #fff;

}





.body:not(.tax-product_cat):not(.page-template-mon-compte) .cart-collaterals .order-total .woocommerce-Price-amount.amount:after, body:not(.tax-product_cat) .price_ttc .woocommerce-Price-amount.amount:after {

    font-weight: 400 !important;

    font-family: 'Helvetica' !important;

}



body:not(.tax-product_cat) .price_ttc .woocommerce-Price-amount.amount:after {

    font-size:19px !important;

}

    

.cart-subtotal .woocommerce-Price-amount.amount:after {

    font-size: 19px !important;

}



.cart-collaterals .woocommerce-shipping-totals.shipping {

    display: none;

}



.cart-collaterals .shop_table.shop_table_responsive td, .cart-collaterals .shop_table.shop_table_responsive th {

    width: 100% !important;

    display: block;

    border: none !important;

}

 

.price_ttc {

    display: block;

    line-height: 30px;

    font-weight: 400 !important;

    position: relative;

}



.price_ttc span {

    font-weight: 400 !important;

}



.woocommerce-cart-form__contents .product-subtotal {

    text-align: center;

}



.woocommerce a.remove:hover {

    color: #AAAD95 !important;

    background: transparent;

}



dl.variation {

    margin-bottom: 0;

}





.cart-collaterals .tax-rate.tax-rate-fr-tva-1 {

    display: none;

}





.woocommerce-cart .container-fluid.hp-header {

    display: none;

}



.woocommerce-cart .product-quantity .devisbtn {

    display: none;

}



.cart-title {

    margin-top: 30px;

    display: block;

    float: left;

    width: 100%;

    color: #000000;

    font-size: 30px;

    line-height: 55px;

    font-family: 'PlayfairDisplay-Bold';

    text-transform: uppercase;

    margin-bottom: 20px;

    padding-top: 30px;

}



.woocommerce-cart-form table.shop_table th {

    padding: 15px;

    text-align:left;

}



.woocommerce-cart-form table.shop_table th.product-name {

    padding-left:35px;

}





.woocommerce-cart-form .shop_table thead {

    border-bottom: 3px solid #AAAD95;

}



.woocommerce-cart table.cart img {

    width: 159px;

    margin-right:52px;

}



.woocommerce-cart table.shop_table td {

    padding: 25px 0 0 0 !important;

}





.woocommerce-cart table.shop_table td {

    border-top: none;

}



.woocommerce-page #page-wrapper {

    background: #FCFBF9;

    position: relative;

}





.woocommerce-cart table.shop_table tr.first-cart td {

    padding: 10px 0 !important;

}



.infos-product {

    display: inline-block;

    vertical-align: middle;

}



.prodtitle {

    color: #000000;

    font-size: 19px;

    line-height: 25px;

    font-family: 'Helvetica';

    font-weight: 500;

    margin-bottom: 10px;

    display: block;

}



.prodsku {

    color: #000000;

    font-size: 19px;

    line-height: 25px;

    font-family: 'Helvetica';

    font-weight: 400;

    margin-bottom: 10px;

}



.woocommerce-cart a.remove {

    color: #AAAD95 !important;

    font-size: 19px;

    line-height: 25px;

    font-family: 'Helvetica';

    font-weight: 500;

    width: 100%;

    height: auto;

    text-align: left;

}



.woocommerce-cart a.remove:hover {

    color: #9a9d88 !important;

}





.woocommerce-cart .quantity button.plus, .woocommerce-cart .quantity button.minus {

    padding: 0 10px;

    position: relative;

    top: 3px;

}





/*.woocommerce-variation-add-to-cart-enabled .devisbtn {

 display:none;

}*/



.product-subtotal span {

    color: #000000;

    font-size: 19px;

    line-height: 30px;

    font-family: 'Helvetica' !important;

    font-weight: 600;

}

 

.woocommerce-cart table.shop_table .product-details, .woocommerce-cart table.shop_table .product-quantity {

    min-width: 200px;

}



@media (min-width: 1800px) {

.woocommerce-cart #content {

    max-width: 1607px;

    padding-left: 15px;

    padding-right: 15px;

}



}

 

.woocommerce-cart .product-details dt, .woocommerce-cart .product-details dd p, .woocommerce-cart .product-details dd {

    color: #000;

    font-size: 19px !important;

    line-height: 25px;

    margin: 0;

    font-family: 'Helvetica';

    display: inline-block;

}

 

.woocommerce-cart .variation-Vendupar {

    display: none !important;

}





.woocommerce-cart .actions .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {

    color: #fff !important;

    font-size: 19px !important;

    font-family: 'PlayfairDisplay-Bold';

    background: #AAAD95 !important;

    padding: 10px 15px !important;

    min-width: 200px;

    border-radius: 0 !important;

    line-height: 30px;

}



.woocommerce-cart .actions .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {

    background: #9a9d88 !important;

    

}



.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {

    margin-left:auto;

    margin-right:auto;

    max-width: 288px;

}



.woocommerce .quantity button.plus, .woocommerce .quantity button.minus {

    cursor: pointer;

}





.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {

    float: none;

    width: 100%;

    text-align: center;

}





.woocommerce table.shop_table tr.tax-rate.tax-rate-tva-1 {

    display: none;

}



.woocommerce-page .cart-collaterals .cart_totals h2 {

    color: #000000;

    font-size: 30px !important;

    line-height: 40px;

    font-family: 'Helvetica' !important;

    font-weight: 600 !important;

    text-transform: uppercase !important;

    padding-bottom: 0 !important;

    margin: 0;

}





.woocommerce-cart .cart-collaterals .cart_totals tr td {

    border-top: none;

}





.woocommerce-cart .cart-collaterals .cart_totals table td {

    text-align: center;

    padding-top: 0px !important;

}



.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {

    padding-top: 0px !important;

}



.woocommerce-cart .cart-collaterals .cart-subtotal span {

    font-size: 19px !important;

    line-height: 30px;

    font-family: 'Helvetica' !important;

    font-weight: 600 !important;

    color: #000;

}



.woocommerce-cart .cart-collaterals .order-total span {

    font-size: 19px !important;

    line-height: 30px;

    font-family: 'Helvetica' !important;

    font-weight: 400 !important;

}



.woocommerce-cart #primary {

    position: inherit;

}



 

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {

    width: 100%;

    /*position: absolute;*/

    background: #fff;

    box-shadow: 0px 6px 15px #0000002c;

    bottom: 0;

    left: 0;

    right: 0;

    padding-top: 15px;

    float: left;

    width: 100%;

}



.woocommerce-cart-form {

    /*margin-bottom: 300px;

    margin-bottom: 600px;*/

    float: left;

    width: 100%;

    display: block;

}





.woocommerce-cart .row.no-gutters.acc2 {

    margin-top: 100px;

}





.woocommerce-page #page {

    background: #FCFBF9;

}





/*------------------------------------------ page address checkout -------------------------------------------------*/



.woocommerce-checkout .container-fluid.hp-header {

    display: none;

}



.checkout-top {

    margin-top: 60px;

    float: left;

    width: 100%;

    margin-bottom:60px;

}



.title-checkout {

    color: #000000;

    font-size: 30px !important;

    line-height: 40px;

    font-family: 'PlayfairDisplay-Bold';

    margin-bottom: 30px;

}



.title-name, .title-email, .title-phone {

    font-size: 19px !important;

    line-height: 30px;

    font-family: 'Helvetica';

    font-weight: 400;

    margin-bottom: 0;

}



.checkout-btn {

    padding: 10px 30px;

    font-size: 19px;

    line-height: 30px;

    color: #fff;

    font-family: 'PlayfairDisplay-Bold';

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    margin-top: 40px;

    display: block;

    max-width: max-content;

    margin-left: auto;

    margin-right: auto;

}



.checkout-btn:hover {

    color: #fff;

    background: #9a9d88;

}



.title-formcheckout {

    float: left;

    width: 100%;

    display: block;

    margin-bottom: 40px;

    font-size: 30px !important;

    line-height: 53px;

    font-family: 'PlayfairDisplay-Bold';

    color: #000;

    text-align: center;

}



.checkout.woocommerce-checkout label.control-label {

    display: none;

}



/*.checkout.woocommerce-checkout #billing_first_name_field, .checkout.woocommerce-checkout #billing_last_name_field,*/ .checkout.woocommerce-checkout #billing_address_2_field,

.checkout.woocommerce-checkout #billing_company_field, /*.checkout.woocommerce-checkout #billing_phone_field, .checkout.woocommerce-checkout #billing_email_field,*/

/*.checkout.woocommerce-checkout #shipping_first_name_field, .checkout.woocommerce-checkout #shipping_last_name_field,*/ .checkout.woocommerce-checkout #shipping_address_2_field

.checkout.woocommerce-checkout #shipping_company_field/*, .checkout.woocommerce-checkout #shipping_phone_field, .checkout.woocommerce-checkout #shipping_email_field*/ {



    display: none; 

}



.checkout.woocommerce-checkout #shipping_address_2_field, .checkout.woocommerce-checkout #billing_address_2_field {

    display: none !important; 

}





.woocommerce form #ship-to-different-address .input-checkbox:checked + label:after {

    content: '';

    position: absolute;

    left: 0;

    top: 2px;

    width: 20px;

    height: 20px;

    border: none;

    background: #AAAD95;

    border-radius: 0;

    box-shadow: none;

    transform: none !important;

} 



.woocommerce form #ship-to-different-address .input-checkbox:not(:checked) + label:before, .woocommerce form #ship-to-different-address .input-checkbox:checked + label:before {

    content: '';

    position: absolute;

    left: 0;

    top: 2px;

    width: 20px;

    height: 20px;

    border: 2px solid #AAAD95;

    background: transparent;

    border-radius: 0;

    box-shadow: none;

}



.woocommerce #ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {

    padding-left: 30px !important;

    color: #000;

    font-size: 19px;

    line-height: 28px;

    font-family: 'Helvetica';

}





.checkout.woocommerce-checkout input:not(.adyen-checkout__input--text), .checkout.woocommerce-checkout select, .checkout.woocommerce-checkout textarea,

#customer_details .select2-container--default .select2-selection--single {

    border: none !important;

    border-bottom: 2px solid #000 !important;

    border-radius: 0;

    padding: 10px 0 !important;

    /*min-height: 50px;*/

    background: transparent;

    margin-top: 0px !important;

}



 



.checkout.woocommerce-checkout input, .checkout.woocommerce-checkout select, .checkout.woocommerce-checkout select option, .checkout.woocommerce-checkout input::placeholder, .checkout.woocommerce-checkout textarea::placeholder,

.checkout.woocommerce-checkout textarea, #customer_details .select2-container--default .select2-selection--single span {

    color: #000000;

    font-size: 16px;

    line-height: 28px;

    font-family: 'Helvetica' !important;

    font-weight: 400 !important;

    border: none;

    

}



.woocommerce-shipping-fields #shipping_company_field {

    display: none;

} 





#customer_details .select2-container--default .select2-selection__arrow:after {

    content: "\f107";

    position: absolute;

    right: 19px;

    bottom: -25px;

    display: block;

    color: #000;

    font-family: 'FontAwesome';

    font-size: 40px;

    line-height: 1;

}





#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow b {

    display:none;

}



#customer_details .select2-container--default .select2-selection--single {

    position: relative;

}



#customer_details .select2-results__option {

    font-size: 30px;

    line-height: 38px;

    font-family: 'Helvetica';

    font-weight: 400;

}



.select2-container--default .select2-search--dropdown .select2-search__field {

    border: 1px solid #aaa !important;

    font-size: 30px;

    line-height: 38px;

    font-family: 'Helvetica';

    font-weight: 400;

}





.checkout.woocommerce-checkout .form-row {

    width: 48.3%;

    display: inline-block;

}



.checkout.woocommerce-checkout #billing_address_1_field, .checkout.woocommerce-checkout #billing_city_field,

.checkout.woocommerce-checkout #shipping_address_1_field, .checkout.woocommerce-checkout #shipping_city_field {

    float: left;

}



.checkout.woocommerce-checkout #billing_postcode_field, .checkout.woocommerce-checkout #billing_country_field,

.checkout.woocommerce-checkout #shipping_postcode_field, .checkout.woocommerce-checkout #shipping_country_field,

.checkout.woocommerce-checkout #shipping_accesspoint_field,

.checkout.woocommerce-checkout #billing_phone_field,

.checkout.woocommerce-checkout #shipping_phone_field {

    float: revert;

    margin-left: 3.4%;

}





#ship-to-different-address {

    margin-bottom: 69px;

    margin-top: 86px;

}



.woocommerce-additional-fields {

    float: left;

    /*width: 100%;*/

    width: 48.3%;

    display: inline-block;

}



.woocommerce-additional-fields .form-row, #order_comments_field {

    width: 100% !important;

}



.woocommerce-checkout .form-row.address-field.form-group.validate-state {

    float: right;

    display: block !important;

}



.woocommerce-checkout #billing_state_field {

    float: left;

}





#order_comments_field textarea {

    max-height:50px;

}



#order_review_heading, .woocommerce-order-details .woocommerce-order-details__title {

    float: left;

    width: 100%;

    display: block;

    margin-bottom: 30px;

    font-size: 30px !important;

    line-height: 53px;

    font-family: 'PlayfairDisplay-Bold';

    color: #000;

    text-align: center;

    margin-top: 0px;

}



#order_review .shop_table.woocommerce-checkout-review-order-table th, .woocommerce .woocommerce-order-details table.shop_table th {

    text-align: left;

}



#order_review .shop_table.woocommerce-checkout-review-order-table td, #order_review .shop_table.woocommerce-checkout-review-order-table td span, #order_review .shop_table.woocommerce-checkout-review-order-table td p, #order_review .shop_table.woocommerce-checkout-review-order-table td label, 

.woocommerce-order-details td label, .woocommerce-order-details td span, .woocommerce-order-details td p, .woocommerce-order-details td {

    font-size: 16px !important;

    line-height: 25px;

    font-family: 'Helvetica' !important;

    font-weight: 700;

    color: #000;

}



#order_review .shop_table.woocommerce-checkout-review-order-table bdi, #order_review .shop_table.woocommerce-checkout-review-order-table bdi span,

.woocommerce-order-details bdi, .woocommerce-order-details bdi span, .woocommerce-order-details td span {

    font-size: 18px !important;

    font-family: 'Helvetica' !important;

    font-weight:700;

}



.woocommerce-customer-details .woocommerce-column__title {

    font-size: 30px !important;

}



.woocommerce-customer-details {

    padding-top: 0;

}



.checkout.woocommerce-checkout .form-row.place-order {

    width: 100% !important;

}





.checkout.woocommerce-checkout .form-row.place-order input#terms {

    position: relative;

    left: 0 !important;

    top: -3px !important;

    margin-top: 0 !important;

    min-height: auto;

}



.woocommerce-checkout #payment p, .woocommerce-checkout #payment label, .woocommerce-checkout #payment span {

    font-size: 15px !important;

    font-family: 'Helvetica' !important;

}





.woocommerce-checkout #payment span {

    font-weight: 700;

}





.checkout.woocommerce-checkout {

    float: left;

    width: 100%;

    margin-bottom: 120px;

}



.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {

    padding: 10px 30px;

    font-size: 19px;

    font-weight: 100;

    line-height: 30px;

    color: #fff;

    font-family: 'PlayfairDisplay-Bold';

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    margin-top: 40px;

    display: block;

    max-width: max-content;

    margin-left: auto;

    margin-right: auto;

    text-decoration: none;

    border-radius: 0;

    float: none;

}



.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {

    background: #9a9d88;

}



#btn-pay {

    padding: 10px 30px;

    font-size: 19px;

    line-height: 30px;

    color: #fff;

    font-family: 'PlayfairDisplay-Bold';

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    margin-top: 50px;

    display: block;

    max-width: max-content;

    margin-left: auto;

    margin-right: auto;

    text-decoration: none;

    border-radius: 0;

    float: none;

    min-width: 200px;

    text-align: center;

}



#btn-pay:hover {

    background: #9a9d88;

}





#order_review {

    display:none;

}





.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {

    max-width: 48%;

}



.woocommerce td.product-name .wc-item-meta p {

    display: inline-block;

}





.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received, .woocommerce ul.order_details li  {

    font-size: 16px !important;

    line-height: 25px;

    font-family: 'Helvetica';

    font-weight: 400;

}



.woocommerce ul.order_details li strong {

    font-size: 16px;

    color: #000;

}



.woocommerce ul.order_details li {

    font-size: 15px !important;

    line-height: 25px;

    font-family: 'Helvetica';

    font-weight: 400;

}



.woocommerce ul.order_details {

    padding-left:0;

}



.woocommerce-order-received .woocommerce-order {

    margin-top: 60px;

    float: left;

    width: 100%;

}



.select2-container--default .select2-selection--single {

    border: none !important;

    border-bottom: 2px solid #000 !important;

    border-radius: 0;

    padding: 10px 0 !important;

    min-height: 50px;

    background: transparent;

    margin-top: 30px !important;

    

}



.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__placeholder {

    color: #000000;

    font-size: 16px;

    line-height: 28px;

    font-family: 'Helvetica' !important;

    font-weight: 400 !important;

    border: none;

}



#select2-billing_country-container:after, #select2-billing_state-container:after, #shipping_accesspoint_field:after {

    content: "";

    position: absolute;

    right: 19px;

    bottom: 10px;

    display: block;

    color: #000;

    font-family: 'FontAwesome';

    font-size: 25px;

    line-height: 1;

    width:27px;

    height:27px;

    background:url(/wp-content/uploads/2021/04/icon-select-hcp.png);

    background-size: contain;

    background-repeat: no-repeat;

}



#shipping_accesspoint {

    -webkit-appearance: none;

    -moz-appearance: none;

}



.checkout.woocommerce-checkout #ph_billing_is_residential_field {

    display: none;

}



.checkout.woocommerce-checkout #shipping_accesspoint_field {

    position: relative;

    margin-bottom: 6px;

    margin-top: 3px;

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

    display: none;

}



.select2-results__option {

    color: #000000;

    font-size: 16px;

    line-height: 28px;

    font-family: 'Helvetica' !important;

    font-weight: 400 !important;

}



.select2-container--default .select2-selection--single .select2-selection__clear {

    position: relative;

    right: -20px;

}



.woocommerce-EditAccountForm.edit-account .form-row.dispense_tva.wc-dispense_tva {

    margin-top: 40px;

}



.woocommerce form .form-row .select2-container {

    z-index: 1 !important;

}



.logout {

    color: #FFFFFF !important;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    padding: 10px 20px;

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    border: none !important;

    border-radius: 0;

    margin-left: auto;

    margin-right: auto;

    float: none;

    display: block;

    text-align: center;

    max-width: max-content;

}



/*----------------------------------------------------- header -----------------------------------------------------*/



.top_bar_right, .blockheader {

    flex-grow: 1;

}



ul.langue-ul {

    margin-left: auto;

    margin-bottom: 0;

}



header .navbar {

    margin-top: 0px;

    flex-grow: 1;

    flex-direction: column;

}



.blockheader {

    display: flex;

}



.nnnn {

    margin-top: 0;

    padding-top: 20px;

    min-width: 450px;

    text-align: right;

}



.top_bar_right_wrapper {

    text-align: right;

    padding-top: 0;

}



 





#header_user, #header_whishlist {

    /*margin-right: 1rem;*/

    margin-right: 0.5rem;

    text-align: right;

}



#header_alertes {

    margin-right: 0.5rem;

}



header #searchform .input-group-append, #searchform .assistive-text {

    display: none;

}



/*header #searchform {

    width: 55%;

    display: inline-block;

    margin-right: 1rem;

}*/



header #searchform input.field {

    margin-top: 0 !important;

    min-height: 35px !important;

    padding: 0 0 5px 0 !important;

    color: #AAAD95;

    border: none !important;

    border-bottom: 2px solid #AAAD95 !important;

    border-radius: 0;

    background: transparent;

    font-size: 16px;

    font-family: 'Helvetica';

    text-indent: 25px;

}



.home header #searchform input.field{

    color: #fff;

    border-bottom: 2px solid #fff !important;

}



.home header #searchform:before {

    color: #fff;

}





.shop_woo {

    display: inline-block;

    padding: 0;

}



.shop_woo img {

    max-width: 30px;

}



.woocommerce-page #page-wrapper {

    margin-top: 50px;

}



header #searchform {

    position: relative;

}



header #searchform:before {

    background: url(/wp-content/uploads/2021/04/recherche-hcp.png);

    position: absolute;

    left: 0;

    font-family: 'FontAwesome';

    font-size: 20px;

    color: #aaad95;

    width: 23px;

    content: "";

    height: 23px;

    background-repeat: no-repeat;

    background-size: contain;

}



.home header #searchform:before {

    background: url(/wp-content/uploads/2021/04/recherche-accueil-hcp.png);

    background-repeat: no-repeat;

    background-size: contain;

}



.home header.scrollable #searchform:before {

    background: url(/wp-content/uploads/2021/04/recherche-hcp.png);

    background-repeat: no-repeat;

    background-size: contain;

}

 

.home div#full-width-page-wrapper {

    margin-top: 0;

}



.cart-header_cart {

    position: relative;

}





ul.langue-ul, .phone-header {

    display: inline-block;

}



.cart-count {

    font-size: 15px;

    font-family: 'Helvetica' !important;

    font-weight: 600;

    position: absolute;

    top: -17px;

    left: 14px;

    color: #aaad95;

}



.home .cart-count {

 /*   color: #fff; */

}



div#full-width-page-wrapper {

    margin-top: 50px;

}





input[type=number]::-webkit-inner-spin-button, 

input[type=number]::-webkit-outer-spin-button { 

    -webkit-appearance: none;

    appearance: none;

    margin: 0; 

}



input[type=number] {

    -moz-appearance: textfield;

}



.woocommerce-info {

    float: left;

    width: 100%;

}





body:not(.woocommerce-page) .type-page.status-publish .woocommerce {

    margin-bottom: 40px;

}



#order_review_heading {

    margin-top: 60px;

}



.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row {

    width: 100%;

}





.return-to-shop {

    display: none;

}

    

/*------------------------------------------ wishlist compte ------------------------------------*/



.tinvwl-rename-button {

    display: none;

}



.tinvwl-name-to-rename a {

    color: #000000;

    font-size: 19px;

    line-height: 24px;

    margin-bottom: 14px;

    display: block;

}



.prodcount {

    font-size: 16px;

    color: #000;

    line-height: 20px;

    font-family: 'Helvetica';

}



.navigation-button.tinv-wishlist-clear,.social-buttons {

    display: none;

}



body:not(.tax-product_cat):not(.single-product) .tinv-wishlist.woocommerce {

    margin-top: 70px;

}



.tinv-wishlist.tinv-wishlist-clear form {

    float: left;

    width: 100%;

    margin-top: 40px;

}







.tinv-wishlist.tinv-wishlist-clear .push-leather .leather-wrapper {

    max-width: 100%;

    width: 100%;

}



.tinv-wishlist.tinv-wishlist-clear .leather-wrapper {

    padding-bottom: 0;

    margin-bottom: 30px;

}



.tinv-wishlist.tinv-wishlist-clear .leather-wrapper .leather-visual {

    width: 100%;

}





div.row-wishlist:nth-child(even) .grand-photo {

    order: 2;

}



div.row-wishlist:nth-child(even) .photo {

    margin-top: 0;

    order: 1;

}





.page-template-default.page #page {

    background: #FCFBF9;

}



.page-template-default.page #page .container-fluid.hp-header{

    display:none;

}

    



.blockimg_list .leather-visual {

    width: 100%;

    height: 170px;

}



.blockimg_list .push-leather.four-items.col-sm-12 .leather-visual {

    height: 80px;

}



.blockimg_list .push-leather.four-items.col-sm-12 {

    height: 90px;

}



.blockimg_list .col-sm-12 {

    padding: 0 3px;

}



.tinv-wishlist-clear .row-wishlist .push-leather.four-items.col-sm-12 {

    height: 210px;

}





.blockimg_list #grid-filtered, .blockimg_list .photo .row {

    margin-left: -3px;

    margin-right: -3px;

}



 

.page-template-mon-compte .singlewishlist {

    display:none;

}

 

body:not(.page-template-mon-compte) .allwishlist, body:not(.page-template-mon-compte) .managewishlist {

    display:none;

}



.retours_whishlist {

    color: #FFFFFF !important;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    padding: 10px 20px;

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    border: none !important;

    border-radius: 0;

    margin-left: auto;

    margin-right: auto;

    float: none;

    display: block;

    text-align: center;

    max-width: max-content;

    margin-top: 40px;

}



.retours_whishlist:hover {

    background: #9a9d88;

}



@-moz-document url-prefix() {

 

.managewishlist .row {

    width: 100%;

}



.blockimg_list {

    margin-bottom: 10px;

}

#select2-billing_country-container::after, #select2-billing_state-container::after {

    right: 16px;

    bottom: 11px;



}



}





li.product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart {

    position: absolute;

    margin: 0;

    right: 22px;


    top: auto;

    top: 22px;
    margin-top: 0 !important;

}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
    position: relative;
}



.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {

    display:none;

}





.product-template-default.single .tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    position: absolute;

    top: -15px;

    right: 0;

    margin-top: 0;

}



/*.woocommerce div.product .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    display:none;

}*/



.product-template-default.single .tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after{

    display:none;

}

.woocommerce div.product .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    display:block;

}



@media (min-width: 1488px) {

a.navbar-brand.lg1 {

    width: 120px;

}



h1.navbar-brand.mb-0 {

    width: 120px;

}



}





/*------------------------------------------------------ notifications -------------------------------------*/



.wpcf7 form.sent .wpcf7-response-output {

    border-color: #aaad95;

    font-size: 16px;

    font-family: 'Helvetica';

    font-weight: 400;

}



.woocommerce-message {

    border-top-color: #aaad95;

    font-size: 16px;

    font-family: 'Helvetica';

}





.woocommerce a.button.wc-forward {

    color: #FFFFFF;

    font-size: 19px;

    line-height: 25px;

    font-family: 'PlayfairDisplay-Bold';

    background: #AAAD95;

    padding-top: 10px;

    padding-bottom: 10px;

    border-radius: 0;

    letter-spacing: 1px;

}



.woocommerce a.button.wc-forward {

    background: #9a9d88;

}



.button.wc-forward:hover {

    color: #fff;

    background: #9a9d88;

}



.woocommerce-message::before {

    content: "\e015";

    color: #aaad95;

}



.woocommerce-error, .woocommerce-info, .woocommerce-message {

    background-color: rgb(170 173 149 / 10%);

}



.added_to_cart.wc-forward {

    display: none !important;

}



.woocommerce ul.products li.product .button {

    position: relative !important;

}



.woocommerce-info {

    border-top-color: #aaad95;

    font-size: 16px;

    font-family: 'Helvetica';

}



.woocommerce-info::before {

    color: #aaad95;

}



/*---------------------------------------------------- voir commande --------------------------------------------*/

.woocommerce .woocommerce-customer-details address {

    border: none;

    border-radius: 0;

    padding: 0;

}



.woocommerce-order-details table:not(.woocommerce-table) th, .woocommerce-order-details table:not(.woocommerce-table) td {

    border: 1px solid #e4e4e4;

}



.woocommerce-order-details th {

    font-family: 'Helvetica';

    font-size: 17px;

    color: #000;

}



.woocommerce-order-details tr {

    background: #fcfbf9;

}



.woocommerce-view-order td.TVA .woocommerce-Price-amount.amount:after {

    display:none;

}





html[lang="fr-FR"] body.woocommerce-view-order .order_details td.Total .woocommerce-Price-amount.amount:after {

    content : "TTC" !important;

     margin-left: 5px;

}



html[lang="en-GB"] body.woocommerce-view-order .order_details td.Total .woocommerce-Price-amount.amount:after {

    content : "Tax incl." !important;

    margin-left: 5px;

}



html[lang="it-IT"] body.woocommerce-view-order .order_details td.Total .woocommerce-Price-amount.amount:after {

    content : "Tasse incluse." !important; 

    margin-left: 5px;

}

 

.woocommerce .woocommerce-customer-details address {

    font-size: 15px;

    font-family: 'Helvetica';

    color: #000;

}



.tinv-wishlist.woocommerce.tinv-wishlist-clear.singlewishlist {

    padding-top: 50px;

}



/*------------------------------------------------------------- popup add to favorites ------------------------------------------------*/



.tinv-modal-inner .button.tinvwl-button {

    color: #FFFFFF;

    font-size: 19px;

    line-height: 24px;

    font-family: 'PlayfairDisplay-Bold';

    background: #AAAD95;

    padding: 10px 15px;

    border-radius: 0;

    letter-spacing: 1px;

}



.tinv-wishlist .tinv-modal .tinv-modal-inner label {

    font-size: 16px;

    font-family: 'Helvetica';

    color: #000;

    width: 100%;

}



.tinv-wishlist .tinv-modal label select {

    margin-top: 8px;

    border: none;

    border-bottom: 2px solid #000;

    padding: 7px 0;

    outline: none;

    -webkit-appearance: none;

    -moz-appearance: none;

}



.tinv-modal-inner .button.tinvwl-button:hover {

    color: #FFFFFF;

    background: #9a9d88;

}



.tinv-wishlist .tinv-modal .tinvwl_new_input {

    font-size: 16px;

    font-family: 'Helvetica';

    color: #000;

    border: none;

    border-bottom: 2px solid #000;

}



 



.tinv-txt {

    font-size: 16px;

    font-family: 'Helvetica';

    color: #000;

}



.tinv-wishlist .tinv-modal label select::-ms-expand {

    display: none;

}



.tinv-wishlist .tinv-modal label {

    position:relative;

}



.tinv-wishlist .tinv-modal label:after {

    content:'\f107';

    font-family:fontawesome;

    display:block;

    position:absolute;

    right:0;

    bottom:5px;

    font-size: 18px;

}



.leather-visual button {

    position: relative;

    z-index: 9;

    background: transparent;

    border: none;

    font-size: 20px;

    line-height: 20px;

    padding: 0 3px 0 0px;

    cursor: pointer;

    border-radius: 50%;

    float: right;

}



.leather-visual .ftinvwl-times:before, .wishlist-action .ftinvwl-times:before {

    content: "\f057" !important;

    font-family: 'FontAwesome';

    color: #aaad95;

    z-index: 6;

    position: relative;

}



.leather-visual .ftinvwl-times:after, .wishlist-action .ftinvwl-times:after {

    content: "";

    width: 10px;

    height: 10px;

    background: #fff;

    display: block;

    position: absolute;

    top: 7px;

    right: 7px;

    z-index: 1;

}





.blocks.block-tinv_wishlist .tinvwl-name-to-rename, .blocks.block-tinv_wishlist .prodcount {

    display: block;

}





/*------------------------------------------------------- page tableau de bord vendeur --------------------------------------*/



body.logged-in .wcmp_regi_main .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide, 

body.logged-in .wcmp_regi_main .form-row.receive_newsletter.wc-receive_newsletter,

body.logged-in .wcmp_regi_main .form-row.terms.wc-terms-and-conditions,

body.logged-in .wcmp_regi_main .woocomerce-FormRow.form-row,

body.logged-in .wcmp_regi_main .company_extrafields {

    display:none;

}



.wcmp_regi_main .reg_header1 {

    visibility: hidden;

}



@-moz-document url-prefix() {

    .country_to_state.country_select, .state_select {

        -webkit-appearance: none;

        -moz-appearance: none;

    }

    

    .chzn-drop.form-row {

        position:relative;

    }

    

    .chzn-drop.form-row::after {

        content: "\f107" !important;

        position: absolute;

        right: 19px;

        bottom: 15px;

        display: block;

        color: #000;

        font-family: 'FontAwesome';

        font-size: 25px;

        line-height: 1;

    }



}



    .wcmp-dashboard.woocommerce .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,

    form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {

        float: none;

        text-align: center;

        background: #AAAD95;

        color: #fff;

        border-radius: 0;

        padding: 10px 40px;

        font-size: 19px;

        line-height: 30px;

        font-family: 'PlayfairDisplay-Bold';

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 0px;

        box-shadow: 0px 3px 6px #00000029;

        border:none !important;

    }

    

    .wcmp-dashboard.woocommerce .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,

    form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover {

        background: #9a9d88;

        color: #fff;

        border: none;

    }

    

    .wcmp-dashboard.woocommerce .form-row.terms.wc-terms-and-conditions, .wcmp-dashboard.woocommerce .form-row.receive_newsletter.wc-receive_newsletter, .wcmp-dashboard.woocommerce .form-row.dispense_tva.wc-dispense_tva {

        margin-bottom: 40px;

    }

    

    .wcmp-dashboard.woocommerce #register {

        display: none !important;

    }

    

    .wcmp-dashboard.woocommerce .login-buttons a[data-id="register"], .wcmp-dashboard.woocommerce .subscribe_label {

        display: none;

    }

    

    .wcmp-dashboard.woocommerce .login-buttons a[data-id="login"] {

        border: none !important;

        cursor: default;

        pointer-events: none;

    }

    

    

    .wcmp_regi_main .wcmp_regi_form_box:after {

        font-size: 16px;

        font-family: 'Helvetica';

        color: #000;

        font-weight: 400;

    }



    html[lang="fr-FR"] .wcmp_regi_main .wcmp_regi_form_box:after {

        content: "Veuillez vous deconnecté de votre compte actuel pour acceder à cette page.";

    }

    

    html[lang="en-GB"] .wcmp_regi_main .wcmp_regi_form_box:after {

        content: "Please log out of your current account to access this page.";

    }

    

    html[lang="it-IT"] .wcmp_regi_main .wcmp_regi_form_box:after {

        content: "Esci dal tuo account corrente per accedere a questa pagina.";

    }



    .wcmp-dashboard.woocommerce .woocommerce-button.button.woocommerce-form-login__submit {

        margin-bottom:0;

    }

    

    .woocommerce-ResetPassword.lost_reset_password {

        margin-top: 50px;

        margin-bottom: 40px;

    }





input#billing_state {

    display: none;

}



/*----------------------------------------------- top header delivery ---------------------------------------------*/



.top-header {

    font-size: 16px;

    height: 35px;

    line-height: 35px; 

    position: fixed;

    background: #aaad95;

    color: #ffffff;

    top: 0;

    width: 100%;

    text-align: center;

    font-family: 'Helvetica';

    z-index: 9;

}



header .navbar {

    margin-top: 35px;

}



.page-template-home header.scrollable img.homeimg {

    display:none;

}



.page-template-home header.scrollable img:not(.homeimg) {

    display:inline-block;

}



.home header.scrollable #searchform input.field {

    color: #aaad95;

    border-bottom: 2px solid #aaad95 !important;

}



.home header.scrollable #searchform:before {

    color: #aaad95;

}





/*-----------------*/









@media (min-width: 1200px) {

    

.woocommerce-cart .woocommerce-notices-wrapper,

.woocommerce-cart .cart-title,

.woocommerce-cart .woocommerce-cart-form {

    max-width: 1350px;

    padding-left: 100px;

    padding-right: 60px;

}



}



.woocommerce-cart #content {

    padding-left: 15px;

    padding-right: 15px;

    max-width: 100%;

}



@media (min-width: 1800px) {

.woocommerce-cart .woocommerce-notices-wrapper,

.woocommerce-cart .cart-title,

.woocommerce-cart .woocommerce-cart-form {

    max-width: 1607px;

    padding-left: 15px;

    padding-right: 15px;

    margin-left: auto;

    margin-right: auto;

    float: none;

}



}



.managewishlist .woocommerce-message {

    float: left;

    width: 100%;

    display:none;

}



.wishlist-action .button.tinvwl-button.tinv-modal-btn {

    position: absolute;

    top: 10px;

    right: 30px;

    z-index: 99;

    padding: 0;

    background: transparent;

    border: none;

    font-size: 20px;

    line-height: 20px;

    padding: 0 3px 0 0px;

    cursor: pointer;

}



.tinv-wishlist .wishlist-action button[value="manage_remove"] > i {

    display: block;

}



.tinv_wishlist_notifications_modal.tinv-modal.tinv-modal-open {

    display: none;

}



.tinv-wishlist .tinv-modal .tinv-modal-inner {

    font-family: 'Helvetica';

    font-size: 15px;

    color: #000;

}



.tinv-wishlist .tinv-modal .tinv-modal-inner button {

    color: #FFFFFF !important;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    padding: 5px 20px;

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    border: none !important;

    border-radius: 0;

    margin-left: auto;

    margin-right: auto;

    float: none;

    display: block;

    text-align: center;

    max-width: max-content;

    cursor: pointer;

}



.tinv-wishlist .tinv-modal .tinv-modal-inner button:hover {

    background: #999c86;



}



.cart-collaterals .woocommerce-shipping-totals.shipping, .cart-collaterals .woocommerce-shipping-totals.shipping th, .cart-collaterals .woocommerce-shipping-totals.shipping span, .cart-collaterals .woocommerce-shipping-totals.shipping a, .cart-collaterals .woocommerce-shipping-totals.shipping div {

    font-family: 'Helvetica';

    font-size: 17px;

}



.woocommerce> .woocommerce-notices-wrapper {

    margin-top: 80px;

}



@media (min-width: 768px) {

.have_login.mobile {

    display: none;

}

}



.woocommerce form .form-row .select2-container {

    width: 100% !important;

}



#searchsubmit {

    padding: 10px 30px;

    font-size: 19px;

    line-height: 30px;

    color: #fff;

    font-family: 'PlayfairDisplay-Bold';

    background: #AAAD95;

    box-shadow: 0px 3px 6px #00000029;

    /* margin-top: 40px; */

    border: 1px solid #aaad95;

    border-radius: 0;

}



section.no-results.not-found {

    margin-top: 90px;

    font-family: 'Helvetica';

}



.page-content input#s {

    border-color: #aaad95;

    background: transparent;

    font-size: 16px;

    font-family: 'Helvetica' !important;

}



.search-no-results #search-wrapper {

    background: #fcfbf9;

}



.tinv-wishlist.woocommerce.empty {

    padding-top: 60px;

}



.woocommerce-error li span {

    font-weight: 400;

    font-family: 'Helvetica' !important;

    display: block;

}





.woocommerce-message .button.wc-forward {

    margin-right: 10px;

} 



.single_variation_wrap.woocommerce-variation-add-to-cart-disabled button.plus,

.single_variation_wrap.woocommerce-variation-add-to-cart-disabled button.minus {

    pointer-events: none;

    color: #afaaaa;

}



.single_variation_wrap.woocommerce-variation-add-to-cart-disabled .quantity .qty {

    color: #afaaaa;

    border-color: #afaaaa;

}



.val_attr p {

    margin-bottom: 0;

}



.search-results .entry-title {

    padding-bottom: 0 !important;

    color: #000000;

    font-size: 20px !important;

    line-height: 40px;

    text-align: center;

    font-family: 'PlayfairDisplay-Bold' !important;

    font-weight: 400 !important;

    margin-bottom: 0;

}



.search-results article {

    margin-bottom: 25px;

}



.search-results #search-wrapper {

    background: #FCFBF9;

}



.search-results #main {

    margin-bottom: 70px;

    margin-top: 90px;

}



.search-results .entry-footer, .search-results .entry-meta { 

    display: none;

}



.search-results header.page-header {

    padding-top: 40px;

    margin-bottom: 40px;

}



div#tab-description {

    display: none !important;

}



div#tab-additional_information {

    display:block !important;

}



.beforeprice+.woocommerce-Price-amount.amount {

    display: inline-block !important;

}









/*---------------------------------------------------------- mobile page connection/ register ------------------------------------------------*/



@media (max-width: 767px) {

.login-buttons a {

    font-size: 12px;

    padding: 10px 2rem;

}



.woocommerce-page .woocommerce-form input, .woocommerce-page .woocommerce-form select, form.woocommerce-form.woocommerce-form-login.login input {

    padding: 2px 14px !important;

    font-size: 12px !important;

    line-height: 20px !important;

    max-height: 26px !important;

    margin-top: 10px !important;

    border: 1px solid #AAAD95 !important;

    min-height: 26px;

}



.woocommerce form .form-row select {

    -webkit-appearance: none;

    -moz-appearance: none;

    text-indent: 0px;

}



.page-template-mon-compte select option {

    font-size: 12px;

    line-height: 20px;

}



.woocommerce form .form-row.chzn-drop{

    position:relative;    

}





#genreblock:after, #select2-billing_country-container:after, #select2-billing_state-container:after, .woocommerce form .form-row.chzn-drop:after {

    display: none;

    color: #AAAD95;

    font-size: 12px;

    right: 14px;

    bottom: 8px;

    content: "";

    position: absolute;

    font-family: 'FontAwesome';

    width:27px;

    height:27px;

    background:url(/wp-content/uploads/2021/04/icon-select-hcp.png);

    background-size: contain;

    background-repeat: no-repeat;

}



#select2-billing_country-container:after, #select2-billing_state-container:after, .woocommerce form .form-row.chzn-drop:after {

    display: none;

    color: #AAAD95; 

    font-size: 12px;

    right: 14px;

    bottom: 0px;

    content: "";

    position: absolute;

    font-family: 'FontAwesome';

    width:27px;

    height:27px;

    background:url(/wp-content/uploads/2021/04/icon-select-hcp.png);

    background-size: contain;

    background-repeat: no-repeat;

}





.woocommerce form .form-row.chzn-drop:after {

    right: 17px;

    bottom: -1px;
    display: none;

}



.woocommerce-page .woocommerce-form input::placeholder {

    font-size: 12px !important;

    line-height: 20px !important;

}



.woocommerce form .form-row.chzn-drop {

    position:relative;

}



.woocommerce-LostPassword.lost_password {

    font-size: 12px !important;

    line-height: 20px;

}







.woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-page button.button:not(.tinvwl-button) {

    font-size: 12px;

    padding: 6px 10px !important;

    display: block;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

}



.subscribe_label {

    font-size: 12px !important;

    line-height: 20px;

}



.subscribe_label a {

    font-weight: 600;

    display: block;

    max-width: max-content;

    margin-left: auto;

    margin-right: auto;

}



.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {

    width: 14px;

    height: 14px;

    top: 5px;

    opacity: 0.5;

}



.woocommerce-page form .form-row-first:not(.checkbox), .woocommerce-page form .form-row-last:not(.checkbox) {

    width: 100%;

}



.checkbox.type_radio label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {

    font-size: 12px;

    line-height: 20px;

    font-weight: 600;

}



.top_inputs {

    width: 85%;

}



.woocommerce form .form-row .input-checkbox:not(:checked) + label:before, .woocommerce form .form-row .input-checkbox:checked + label:before,

.woocommerce form .form-row .input-checkbox:checked + label:after {

    top: 3px;

    width: 15px;

    height: 15px;

    border: 2px solid #AAAD95;

}



.page-template-mon-compte .form-row.terms.wc-terms-and-conditions label, .page-template-mon-compte .form-row.receive_newsletter.wc-receive_newsletter label, .page-template-mon-compte .form-row.dispense_tva.wc-dispense_tva label {

    color: #000;

    font-size: 12px;

    line-height: 20px;

}



.woocommerce form .form-row:not(.woocommerce-form-row) .input-checkbox + label:before,

.woocommerce form .form-row:not(.woocommerce-form-row) .input-checkbox + label:after {

    top: 3px;

}



.page-template-mon-compte .form-row.terms.wc-terms-and-conditions, .page-template-mon-compte .form-row.receive_newsletter.wc-receive_newsletter, .page-template-mon-compte .form-row.dispense_tva.wc-dispense_tva {

    margin-bottom: 15px;

}



.before_checkbox {

    margin-top: 30px;

}



.page-template-mon-compte button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {

    font-size: 12px;

    line-height: 20px;

}



#have_login, .have_login {

    font-size: 12px;

    line-height: 20px;

    margin-top: 30px;

    display: block;

    width: 100%;

    text-align: center;

}



#have_login {

    font-weight:600;

    margin-top: 0;

    width: max-content

}



#customer_login {

    padding-bottom: 30px;

    padding-top: 50px;

}



.woocommerce form.register {

    margin: 4rem 0 2em;

}



 



}



/*--------------------------------------------------------- delivery address page in checkout ------------------------------------------*/



@media (max-width: 767px) {

.woocommerce-page #page-wrapper>.container {

    padding-left: 15px;

    padding-right: 15px;

}



.checkout.woocommerce-checkout input, .checkout.woocommerce-checkout select, .checkout.woocommerce-checkout select option, .woocommerce form .form-row textarea, .checkout.woocommerce-checkout textarea, #customer_details .select2-container--default .select2-selection--single span:not(.select2-selection__placeholder) {

    padding: 2px 14px !important;

    font-size: 12px !important;

    line-height: 20px !important;

    max-height: 26px !important;

    margin-top: 10px !important;

    border: 1px solid #AAAD95 !important;

    min-height: 26px;

    color: #000;

}



.checkout.woocommerce-checkout input::placeholder, .checkout.woocommerce-checkout textarea::placeholder {

    font-family: 'Helvetica' !important;

    font-weight: 400 !important;

    font-size: 16px !important;

    line-height: 20px !important;

    color: #000;

    color: #464444 !important;

}



.checkout.woocommerce-checkout textarea {

    color: #464444 !important; 

}



.checkout.woocommerce-checkout .form-row {

    width: 100%;

    display: inline-block;

    margin-left: 0 !important;

}



#customer_details .select2-container--default .select2-selection--single {

    border-bottom: none !important;

    margin-top: 0px !important;

}



.woocommerce-additional-fields {

    width: 100%;

    display: block;

}



.checkout-btn, #btn-pay {

    font-size: 12px;

    padding: 6px 10px !important;

    display: block;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

}



.checkout-top {

    margin-top: 10px;

    margin-bottom: 40px;

}



.checkout-top p {

    text-align: left !important;

}



.title-checkout, .title-formcheckout {

    font-size: 16px !important;

    line-height: 20px;

    margin-bottom: 25px;

    text-align: left;

}



#ship-to-different-address {

    margin-bottom: 30px;

    margin-top: 30px;

}



.select2-selection.select2-selection--single {

    padding: 2px 14px !important;

    font-size: 12px !important;

    line-height: 20px !important;

    max-height: 26px !important;

    margin-top: 10px !important;

    border: 1px solid #AAAD95 !important;

    min-height: 26px;

}



.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__placeholder {

    font-size: 12px !important;

    line-height: 20px !important;

}



.woocommerce #ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {

    padding-left: 30px !important;

    color: #000;

    font-size: 12px;

    line-height: 20px;

    font-family: 'Helvetica';

    font-weight: 400;

}



.woocommerce form #ship-to-different-address .input-checkbox:not(:checked) + label:before, .woocommerce form #ship-to-different-address .input-checkbox:checked + label:before,

.woocommerce form #ship-to-different-address .input-checkbox:checked + label:after {

    top: 3px;

    width: 15px;

    height: 15px;

    border: 2px solid #AAAD95;

}



#customer_details .select2-container--default .select2-selection--single span {

    position: relative;

}



.title-email, .title-phone, .title-name {

    font-size: 16px !important;

    line-height: 26px;

}



.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {

    font-size: 12px;

    padding: 6px 10px !important;

    display: block;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

}



.woocommerce-checkout #payment p, .woocommerce-checkout #payment label, .woocommerce-checkout #payment span {

    font-size: 12px !important;

}

.woocommerce form label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {

    padding-left: 25px !important;

}



#order_review_heading {

    font-size: 16px !important;

    line-height: 20px;

}



.woocommerce form label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox[for="dispense_tva"] {

    padding-left: 25px !important;

}



.woocommerce table.shop_table th, .woocommerce table.shop_table th span, #order_review .shop_table.woocommerce-checkout-review-order-table bdi, #order_review .shop_table.woocommerce-checkout-review-order-table bdi span, .woocommerce-order-details bdi, .woocommerce-order-details bdi span, .woocommerce-order-details td span {

    font-size: 12px !important;

}



#order_review .shop_table.woocommerce-checkout-review-order-table td, #order_review .shop_table.woocommerce-checkout-review-order-table td span, #order_review .shop_table.woocommerce-checkout-review-order-table td p, #order_review .shop_table.woocommerce-checkout-review-order-table td label, .woocommerce-order-details td label, .woocommerce-order-details td span, .woocommerce-order-details td p, .woocommerce-order-details td {

    font-size: 12px !important;

    line-height: 20px;

}



#order_review_heading, .woocommerce-order-details .woocommerce-order-details__title,.woocommerce-customer-details .woocommerce-column__title {

    font-size: 16px !important;

    line-height: 25px;

}



section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {

    padding: 0 !important;

}



.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {

    max-width: 100%;

    margin-bottom: 20px;

    padding: 0;

}



.woocommerce-order-details th {

    font-size: 13px;

}









 

}



@media (max-width: 380px) {

header.respo-header#wrapper-navbar .navbar-brand {

    text-align: left;

    padding-right: 0;

    float: left;

    flex: auto;

    padding-left: 10px;

}

}



@media (max-width: 991px) {

    

.block-search {

    display: none;

    width: 100%;

    position: absolute;

    bottom: -44px;

    left: 0;

    right: 0;

    padding: 5px 15px;

}



.block-search.active{

    display:block;

    background: #fff;

}



.navbar-toggler, .navbar-brand, .shop_woo_mobile {

    display: inline-block;

    float: left;

}



#page .respo-header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {

    background-image: url(../img/burger-close-pages.png) !important;

    width: 26px;

    height: 25px;

}

 

header .navbar {

    flex-direction: unset;

}



header.respo-header .navbar-brand {

    text-align: left;

    margin: 0;

    padding-right: 0;

}



.shop_woo_mobile img {

    max-width: 20px;

}



.cart-count {

    font-size: 12px;

    top: -7px;

    left: 8px;

    line-height: 15px;

}



#header_user, #header_whishlist {

    margin-right: 0;

    text-align: right;

}



#header_search_mobile {

    margin-right: 20px;

}



#header_search_mobile i:before {

    font-size: 16px;

    -webkit-text-stroke: 0.5px #fcfbf9;

    position: relative;

    top: 2px;

}





header .navbar-brand .logo-svg {

    width: 50px !important;

}



header.respo-header#wrapper-navbar .navbar-brand {

    text-align: left;

    padding-right: 27px;

    float: left;

    flex: auto;

    padding-left: 20px;

    flex-basis: min-content !important;

}





.woocommerce-page #page-wrapper {

    margin-top: 30px;

}



.top-header {

    font-size: 12px;

    position: relative;

}



.woocommerce> .woocommerce-notices-wrapper {

    margin-top: 40px;

}



header.respo-header .navbar.menu-open {

    margin-top: 35px !important;

}



 

header.respo-header .navbar.menu-open .shop_woo_mobile {

    display:none;

}



.navbar-toggler .menuicon {

    max-width: 26px;

}



.menutitle {

    display: block;

    color: #AAAD95;

    font-size: 13px;

    line-height: 17px;

    font-family: 'Helvetica' !important;

    font-weight: 500;

    margin-top: 3px;

}



header.respo-header .navbar-toggler {

    /*margin-top: 10px;*/

    margin-top: 0px;

}



header.respo-header#wrapper-navbar .navbar-brand {

    margin-top: 0;

    position: relative;

    top: 5px;

}



header .navbar {

    border-bottom: none;

    padding-bottom: 10px;

}





}



/*----------------------------------------------------------- mon compte respo ----------------------------------------------*/

@media (max-width: 767px) {

.page-template-mon-compte input:not(#s), .page-template-mon-compte select, .page-template-mon-compte select option, .wcmp-dashboard.woocommerce input:not(#s), .wcmp-dashboard.woocommerce select, .wcmp-dashboard.woocommerce select option {

    padding: 2px 14px !important;

    font-size: 12px !important;

    line-height: 20px !important;

    max-height: 26px !important;

    margin-top: 10px !important;

    border: 1px solid #AAAD95 !important;

    min-height: 26px;

    color: #000;

}



.wcmp-dashboard.woocommerce input::placeholder, .page-template-mon-compte input::placeholder {

    font-size: 12px !important;

    line-height: 20px !important;

    color: #000;

}





.container.contianer-mobile {

    padding: 0 15px !important;

}



.woocommerce-account .woocommerce-MyAccount-content {

    padding-left: 15px;

    padding-right: 15px;

}



.page-template-mon-compte.logged-in .woocommerce-Button.button {

    font-size: 12px;

    padding: 6px 10px !important;

    display: block;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

}



.block-info-button {

    margin-top: 25px;

    margin-bottom: 0;

}



.passbtn-block .woocommerce-Button.button {

    margin-top: 26px;

}



.woocommerce-EditAccountForm.edit-account .form-row.dispense_tva.wc-dispense_tva {

    margin-top: 20px;

    margin-bottom: 6px;

}





.woocommerce-form-row.old-pass .show-password-input {

    display: block;

}



.page-template-mon-compte.logged-in .woocommerce table.shop_table_responsive td.wcmp_suborder, .page-template-mon-compte.logged-in .woocommerce table.shop_table_responsive .order-number,

.page-template-mon-compte.logged-in .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page.page-template-mon-compte.logged-in table.shop_table_responsive tr td::before {

    display: none;

}



.page-template-mon-compte.logged-in .woocommerce table.shop_table_responsive tr td, 

.woocommerce-page.page-template-mon-compte.logged-in  table.shop_table_responsive tr td {

    text-align: center !important;

    padding: 0;

    background: transparent;

}



.page-template-mon-compte.logged-in .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 

.woocommerce-page.page-template-mon-compte.logged-in table.shop_table_responsive tr:nth-child(2n) td {

    background-color: transparent;

}



.page-template-mon-compte.logged-in .woocommerce table.shop_table a.button {

    font-size: 12px;

    padding: 6px 10px !important;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

    text-align: center;

    margin: 26px 0 !important;

}



.orders-links a {

    font-size: 12px;

    line-height: 21px;

    font-family: 'PlayfairDisplay';

    padding: 6px 27px;

    min-width: auto;

    color: #B5B5B5;

    border: none;

    border-bottom: 1px solid #B5B5B5;

    font-weight: 400;

}



.orders-links #notcompleted {

    margin-right: 30px;

}



.orders-links a.active {

    background: transparent;

    border: none;

    border-bottom: 4px solid #AAAD95;

    font-family: 'PlayfairDisplay-Black';

    color: #AAAD95;

}



.orders-links {

    text-align: center;

}



.order-actions {

    border-bottom: 1px solid #B5B5B5 !important;

}



.woocommerce-page.page-template-mon-compte.logged-in table.shop_table_responsive .order:not(.row-0) {

    padding-top: 23px;

}



.page-template-mon-compte.logged-in .woocommerce table.shop_table_responsive.bills .order-number {

    display:block;

}



.tinv-wishlist.tinv-wishlist-clear .leather-wrapper .leather-visual {

    height: 190px;

}



.tinv-wishlist.tinv-wishlist-clear .push-leather.four-items.col-sm-6 .leather-visual {

    height: 90px;

}



.tinv-wishlist.tinv-wishlist-clear .leather-wrapper {

    padding-bottom: 0;

    margin-bottom: 10px;

}



.push-leather.four-items.col-sm-6 {

    height: 100px;

}



.blockimg_list .leather-visual {

    height: 160px;

}



.blockimg_list .push-leather.four-items.col-sm-6 .leather-visual {

    height: 75px;

}



.blockimg_list .push-leather.four-items.col-sm-6 {

    height: 85px;

}



.blockimg_list .col-sm-6 {

    padding-left: 5px;

    padding-right: 5px;

}



.tinvwl-name-to-rename a {

    color: #000000;

    font-size: 12px;

    line-height: 20px;

    margin-bottom: 7px;

}



.prodcount {

    font-size: 12px;

    line-height: 20px;

}



.tinv-wishlist.woocommerce.managewishlist .col-sm-4 {

    margin-bottom: 26px;

}



.tinv-wishlist-clear .favoris {

    font-size: 16px !important;

    line-height: 20px;

    padding: 0 !important;

}



.tinv-wishlist.tinv-wishlist-clear form {

    margin-top: 21px;

}



body:not(.tax-product_cat):not(.single-product) .tinv-wishlist.woocommerce {

    margin-top: 40px;

}



.grand-photo.full .leather-visual {

    margin-bottom: 10px;

}



.tinv-wishlist-clear .push-leather.col-sm-6 {

    padding-left: 5px;

    padding-right: 5px;

}



.tinv-wishlist-clear #grid-filtered {

    margin-left: -5px;

    margin-right: -5px;

}



.titleaccount, .subtitleaccount {

    font-size: 16px !important;

    text-align: left;

    line-height: 20px;

    margin-bottom: 29px;

}



.logout {

    font-size: 12px;

    padding: 6px 10px !important;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

    text-align: center;

    margin: 26px 0 0 !important;

} 



.woocommerce-account .woocommerce-MyAccount-navigation ul {

    border-bottom: none;

}



.woocommerce-MyAccount-navigation li {

    width: 100%;

    display: block;

    text-align: center;

    margin-bottom: 24px;

}



.woocommerce-MyAccount-navigation li a, .woocommerce-MyAccount-navigation li.is-active a {

    color: #fff;

    line-height: 20px;

    font-family: 'PlayfairDisplay-Bold';

    font-weight: 400;

    display: block;

    width: 100%;

    font-size: 12px;

    padding-top: 5px;

    padding-bottom: 5px;

    background: #AAAD95;

    border-bottom: none;

}



.woocommerce-MyAccount-navigation li.is-active a {

    background: #828473;

}



.page-template-default.page-id-8050 .container {

    padding-left: 30px;

    padding-right: 30px;

}



.retours_whishlist {

    font-size: 12px;

    padding: 6px 10px !important;

    display: block;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

}



 







}





@media (max-width: 576px) {

.col-xs-6 {

    width: 50%;

}



}



/*--------------------------------------------------------- page produit respo ---------------------------------------------------*/

.woocommerce div.product .single_add_to_cart_button.button.alt.disabled {

    background: #B1B1B1;

    opacity: 1;

}



.val_attr p:empty {

    margin-top: 6px;

}



@media (max-width: 767px) {

    

.single-product .container#content {

    padding-left: 30px;

    padding-right: 30px;

}



.single-product .woocommerce-breadcrumb {

    display:none;

}



.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {

    float: none;

    width: 100%;

}



.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {

    float: none;

    width: 100%;

    clear: none;

    position: unset;

}



.woocommerce div.product .product_title {

    font-size: 24px;

    line-height: 30px;

    margin-bottom: 10px;

}



.entry-summary .price span {

    font-size: 12px;

    line-height: 20px;

}



.woocommerce div.product p.price {

    margin-bottom: 15px;

}



.species_text, .woocommerce div.product form.cart .variations td.label {

    font-size: 16px !important;

    line-height: 24px;

    padding: 5px 12px;

    margin-bottom: 13px;

}



.woocommerce div.product form.cart .variations td.value {

    padding: 5px 12px;

    margin-top: -13px;

}



.woocommerce div.product form.cart .variations .button-variable-item span {

    font-size: 12px;

    padding: 0px !important;

}



.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {

    box-shadow: 0 0 0 1px rgb(0 0 0 / 90%);

}



.species_text span, .woocommerce div.product form.cart .variations td.label span {

    font-size: 12px;

    line-height: 24px;

    padding-left: 5px;

}



.woocommerce div.product form.cart .variations td.label:after {

    right: 12px;

    top: 14px;

    width: 12px;

    height: 12px;

}



.product-template-default .entry-summary .price .woocommerce-price-suffix, .product-template-default .entry-summary .price .woocommerce-price-suffix span {

    font-size: 16px !important;

    line-height: 24px;

}



.woocommerce div.product .single_add_to_cart_button.button.alt {

    font-size: 15px;

    padding: 6px 10px !important;

    display: block;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

    margin-right: 0;

}



.devisbtn {

    font-size: 15px;

    padding: 6px 10px !important;

    display: inline-block;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

    margin-right: 0;

    top: 90px;

}



.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .devisbtn {

    top: 0;

}



.woocommerce-tabs.wc-tabs-wrapper {

    padding-top: 20px;

}



.tabs-title {

    font-size: 19px;

    line-height: 23px;

    margin-bottom: 41px;

    margin-top: 35px;

}

 

.title-grpattr {

    font-size: 16px !important;

    line-height: 20px;

    padding: 15px 0 0 0;

}



.blockattributes {

    padding-left: 0;

    padding-right: 0;

    padding-bottom: 15px;

}



.woocommerce div.product .woocommerce-tabs .panel {

    box-shadow: none;

    border: none;

}



.blockattributes:after {

    left: 0;

    right: 0;

}



#woocommerce-wrapper {

    background: #fff !important;

}



.img_attr p, .val_attr {

    font-size: 13px !important;

    line-height: 30px;

}



.img_attr .img_div {

    width: auto;

    height: 100px;

}



.img_attr {

    text-align: center;

    display: inline-block;

    margin-right: 2%;

    width: 18%;

}



.img_attr .img_div img {

    max-width: 47px;

}



.img_attr .img_div img {

    height: 47px;

}



.title-grpattr:after {

    right: 10px;

}



.woocommerce .shop_attributes .woocommerce-product-attributes-item__value p, .woocommerce .shop_attributes .woocommerce-product-attributes-item__label {

    font-size: 12px !important;

    font-family: 'Helvetica';

    font-weight: 400;

    line-height: 20px;

    margin-bottom: 0;

}







.demande-devis .wpcf7 input, .demande-devis .wpcf7 textarea {

    font-size: 12px;

    line-height: 20px;

}



.proddescription, .precaution, .woocommerce.single .shop_attributes .precautionsbloc .woocommerce-product-attributes-item__value p, .precautionsbloc {

    font-size: 12px !important;

}



.demande-devis .devis-titre {

    font-size: 19px !important;

    line-height: 23px;

    margin-bottom: 15px;

}



.wpcf7 .devis p {

    font-size: 12px !important;

    line-height: 20px;

    margin-bottom: 20px;

}



.demande-devis {

    padding-top: 75px;

}



.demande-devis .wpcf7 input, .demande-devis .wpcf7 textarea {

    padding-top: 4px;

    padding-bottom: 4px;

    border-bottom: 1px solid #000;

    max-width: 100%;

    margin-bottom: 0;

}



.demande-devis .wpcf7 textarea {

    border: 1px solid #000;

    max-height: 104px;

}



.demande-devis .wpcf7 .wpcf7-form label {

    font-size: 12px;

    line-height: 20px;

}



.related.products>h2 {

    margin-bottom: 40px;

    font-size: 13px !important;

    line-height: 18px;

    padding-top: 40px;

}



.related.products {

    padding: 35px 0 !important;

}



.related-carousel li.product {

    width: 100% !important;

    margin: 0 0 32px 0 !important

}



li.product .woocommerce-loop-product__title {

    font-size: 12px !important;

    line-height: 15px;

}



.woocommerce ul.products li.product .price span {

    font-size: 12px;

}



.woocommerce-Price-amount.amount:after {

    font-size: 12px;

}



.woocommerce .related.products ul.products li.product.instock .button, .woocommerce .related.products ul.products li.product.outofstock .button {

    margin-right: 0px;

}



.related.products .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart {

    top: 15px !important;

    right: 15px !important;

}



.demande-devis input.wpcf7-form-control.wpcf7-submit {

    font-size: 12px !important;

    padding: 6px 10px !important;

    display: block;

    width: 100% !important;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

    margin-right: 0;

}



.woocommerce-page .owl-dots {

    display: block;

}



.woocommerce-page .owl-theme .owl-dots .owl-dot span {

    width: 15px;

    height: 15px;

    background: rgb(170 173 149 / 55%);

}



.woocommerce-page .owl-theme .owl-dots .owl-dot.active span, .woocommerce-page .owl-theme .owl-dots .owl-dot:hover span {

    background: #AAAD95;

}



.product-template-default.single .tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    top: auto;

    right: 30px;

    bottom: 30px;

}



.woocommerce div.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {

    color: #fff;

}



.demande-devis .mybtn {

    margin-top: 0;

}



header .navbar {

    background: #ffffff;

    padding-bottom: 10px;

}



 





}



@media (max-width: 500px) {

.img_attr {

    width: 23%;

}

}



/*------------------------------------------------ panier page responsive ----------------------------------------------------*/

.woocommerce-cart .cart-collaterals .order-total span:after {

    font-weight: 400 !important;

}



.woocommerce .quantity button.plus.disabled, .woocommerce .quantity button.minus.disabled {

    color: #979595;

}



 

.descktopcart:not(:first-of-type) {

    display:none;  

} 



@media (max-width: 991px) {

.woocommerce-cart-form .first-cart {

    display: none !important;

}



.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td::before, 

.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td::before {

    display:none;

}



.cart-title {

    font-size: 12px;

    line-height: 30px;

    margin-bottom: 35px;

    padding-top: 10px;

}



.woocommerce-page #page-wrapper {

    background: #ffffff;

}



.woocommerce table.shop_table_responsive.cart tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive.cart tr:nth-child(2n) td {

    background-color: #fff;

}



.woocommerce table.shop_table_responsive.cart tr td, .woocommerce-page table.shop_table_responsive.cart tr td {

    display: block;

    text-align: left !important;

}



.woocommerce-cart table.cart img {

    width: auto;

    margin-right: 18px;

}



.prodimg-block {

    width: calc(50% - 20px);

    margin-right: 18px;

    max-width: 300px;

}



.infos-product {

    width: 49%;

    position: relative;

    vertical-align: top;

}

 

.mobilecart:last-of-type {

    display:block;

}



.descktopcart, .mobilecart:not(:last-of-type) {

    display:none;

}



.woocommerce-page.woocommerce-cart #page-wrapper>.container {

    padding-left: 30px;

    padding-right: 30px;

}



.prodtitle {

    font-size: 15px;

    line-height: 20px;

    font-family: 'PlayfairDisplay-Bold';

    font-weight: 400;

    margin-bottom: 5px;

}



.product-subtotal span {

    font-size: 12px;

    line-height: 17px;

    font-family: 'Helvetica' !important;

    font-weight: 700;

}



.woocommerce-cart-form__contents .product-subtotal {

    text-align: left;

    margin-bottom: 5px;

}



body:not(.tax-product_cat):not(.page-template-mon-compte) .woocommerce-Price-amount.amount:after {

    font-size: 12px;

    line-height: 17px;

}



.price_ttc span, .price_ttc, body:not(.tax-product_cat) .price_ttc .woocommerce-Price-amount.amount:after {

    font-size: 13px !important;

}



.prodsku {

    font-size: 13px;

    line-height: 20px;

    margin-bottom: 5px;

    font-weight: 100 !important;

}



.woocommerce-cart .product-details dt, .woocommerce-cart .product-details dd p, .woocommerce-cart .product-details dd {

    font-size: 13px !important;

    line-height: 20px;

}



.woocommerce-cart .product-details dt {

    font-weight: 100;

}



.quantity_labelm {

    font-size: 13px;

    font-family: 'Helvetica' !important;

    font-weight: 100;

}



 



.product-quantity .quantity {

    display: inline-block;

}



.woocommerce .quantity .qty {

    width: 20px;

    height: 17px;

    font-size: 13px;

    font-family: 'Helvetica';

    font-weight: 400;

}



.woocommerce-cart a.remove {

    position: absolute;

    right: 0;

    top: 0;

    float: none;

    left: auto;

    width: auto;

    font-size: 25px;

    font-weight: 700;

}



.woocommerce-cart-form__cart-item.cart_item {

    padding-bottom: 27px;

    margin-bottom: 36px;

    border-bottom: 1px solid #AAAD95;

    display: block;

}



.prodimg-block .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    right: 10px;

}



.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {

    box-shadow: none;

    padding-top: 20px;

}



.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {

    background-color: transparent;

}



.woocommerce .cart-collaterals table.shop_table_responsive tr td::before, .woocommerce-page .cart-collaterals table.shop_table_responsive tr td::before {

    display:none;

}



.woocommerce .cart-collaterals table.shop_table_responsive tr td, .woocommerce-page .cart-collaterals table.shop_table_responsive tr td {

    display: block;

    text-align: center !important;

}



.woocommerce a.button.wc-forward {

    font-size: 12px;

    padding: 6px 10px !important;

    display: block;

    width: 100%;

    line-height: 20px;

    letter-spacing: 0px;

    max-width: 100%;

    text-align: center;

}



.single-product .woocommerce-message {

    padding-bottom: 50px;

}

.single-product .woocommerce-message a.button.wc-forward:first-of-type:not(:last-of-type) {

    position: absolute;

    left: 39px;

    right: 28px;

    width: auto;

    bottom: 10px;

}



.woocommerce-page .cart-collaterals .cart_totals h2 {

    font-size: 12px !important;

    line-height: 20px;

    font-family: 'PlayfairDisplay' !important;

    font-weight: 400 !important;

}



.woocommerce-cart .cart-collaterals .cart-subtotal span {

    font-size: 12px !important;

    line-height: 20px;

    font-family: 'Helvetica' !important;

    font-weight: 600 !important;

    color: #000;

}



.cart-subtotal .woocommerce-Price-amount.amount:after {

    font-size: 12px !important;

}



.woocommerce-cart .cart-collaterals .order-total span {

    font-size: 12px !important;

    line-height: 20px;

    font-family: 'Helvetica' !important;

    font-weight: 400 !important;

}



.woocommerce-page.page-template-default.page #page{

    background: #ffffff;

}



.woocommerce-message {

    font-size: 14px;

}



.backtoshop {

    padding: 0 13px 0 !important;

}



header.respo-header .navbar.menu-open .backtoshop {

    visibility: hidden;

}





#page .respo-header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {

    display:none;

}



header.respo-header .navbar.menu-open .menuicon {

    display: none;

}



.page-template-mon-compte #main, .woocommerce-page #page, .page-template-mon-compte.logged-in #main {

    background: #ffffff;

}



header.respo-header.fixed-header {

    position: fixed !important;

    top:0; left:0;

    width: 100%; 

    z-index: 999999;

}

  

    



}





@media (min-width: 768px) {

    

.descktopcart:last-of-type {

    display:block;

}



.mobilecart, .backtoshop {

    display:none;

}



.navbar-toggler-icon {

    display: none;

}



.woocommerce-lost-password .woocommerce {

    padding-top: 140px;

    padding-bottom: 90px;

}







}





@media (min-width: 992px) and (max-width: 1100px) {

.woocommerce-cart table.cart img {

    width: 150px;

    margin-right: 10px;

}



.prodimg-block .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    right: 20px;

}





}





.woocommerce-product-gallery .flex-viewport, .woocommerce div.product .woocommerce-product-gallery__image {

    max-height: 350px !important;

}



@media (min-width: 1500px) {

    .woocommerce-product-gallery .flex-viewport, .woocommerce div.product .woocommerce-product-gallery__image {

        max-height: 500px !important;

    }

}



/*--------------------------------------------------------- bigger screens changes -----------------------------------------*/

  

.woocommerce-checkout #payment .adn-stored-cards .adn-stored-card .adn-stored-card__details[data-adn-stored-card="adn-scheme-card-new"] div {

    font-size: 0;

}

 

.woocommerce-checkout #payment .adn-stored-cards .adn-stored-card .adn-stored-card__details div:before {

    font-size: 13px;

    font-family: 'Helvetica';

}



html[lang="fr-FR"] .woocommerce-checkout #payment .adn-stored-cards .adn-stored-card .adn-stored-card__details[data-adn-stored-card="adn-scheme-card-new"] div:before {

    content: "Utiliser une nouvelle carte";

}



html[lang="en-GB"] .woocommerce-checkout #payment .adn-stored-cards .adn-stored-card .adn-stored-card__details[data-adn-stored-card="adn-scheme-card-new"] div:before {

    content: "Use a new card";

}



html[lang="it-IT"] .woocommerce-checkout #payment .adn-stored-cards .adn-stored-card .adn-stored-card__details[data-adn-stored-card="adn-scheme-card-new"] div:before {

    content: "Usa una nuova carta";

}

  

.adn-wrap-form .dashicons-plus:before {

    font-family: 'FontAwesome';

    content: "\f067";

    -webkit-text-stroke: 0.5px white;

}



.woocommerce-checkout #payment .adn-stored-cards .adn-stored-card .adn-stored-card__details span.dashicons {

    top: 11px !important;

}



#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {

    background: rgb(154 157 136 / 30%);

    border-radius: 5px;

}



#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {

    background-color: rgb(154 157 136 / 30%);

}



.woocommerce-checkout #payment .adn-stored-cards .adn-stored-card .adn-stored-card__fields, .woocommerce-checkout #payment .adn-stored-cards .adn-stored-card .adn-stored-card__details {

    background: #ffffff;

}



#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {

    border: 1em solid #cbcabf;

    border-right-color: transparent;

    border-left-color: transparent;

    border-top-color: transparent;

}



.woocommerce-checkout #payment label[for="payment_method_woosa_adyen_credit_card"] {

    /* font-size: 0 !important; */

}



@media (min-width: 768px) and (max-width: 991px){

.woocommerce div.product .single_add_to_cart_button.button.alt {

    font-size: 15px;

    line-height: 30px;

    margin-right: 20px;

}



.devisbtn {

    font-size: 15px;

    line-height: 30px;

    padding: 14px 10px;;

}





.woocommerce-message {

    font-size: 13px;

}



.woocommerce a.button.wc-forward {

    padding-left: 5px;

    padding-right: 5px;

    margin-right: 5px;

    font-size: 10px;

}



.woocommerce-page .container#content {

    padding-left: 50px;

    padding-right: 50px;

}



.related.products ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {

    width: 100%;

}



body.product-template-default {

    padding-top: 90px;

}



.page-template-mon-compte .container {

    padding-left: 60px;

    padding-right: 60px;

}



.left-sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before, .left-sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {

    width: 17px;

    height: 17px;

    margin-right: 6px;

}



.archive.woocommerce-page #left-sidebar .left-sidebar-inner {

    max-width: 100%;

    padding: 20px 15px;

}



.archive.woocommerce-page #left-sidebar {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 40%;

    flex: 0 0 40%;

    max-width: 40%;

}



.archive.woocommerce-page div#primary {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 60%;

    flex: 0 0 60%;

    max-width: 60%;

}



.archive.woocommerce-page ul.products li.product {

    margin: 0 0 5em 0;

}



.archive.woocommerce .woocommerce-ordering select {

    max-width: 145px;

    font-size: 14px;

}

 



}





@media (max-width: 375px) {

header.respo-header#wrapper-navbar .navbar-brand {

    text-align: left;

    padding-right: 10px;

    float: left;

    flex: auto;

    padding-left: 10px;

}



.woocommerce-page header.respo-header .navbar-toggler {

    padding: 0 5px 0 !important;

}

.navbar-toggler .menuicon {

    max-width: 20px;

}

.backtoshop {

    padding: 0 5px 0 !important;

}



}

/*------------------------------------------------ page category mobile -----------------------------------------------------*/



@media (max-width: 767px) {

.header-category {

    background: #AAAD95 !important;

    padding-top: 60px !important;

    padding-bottom: 10px !important;

}



header.woocommerce-products-header {

    background: transparent !important;

}



.page-description p {

    color: #fff;

    font-size: 12px !important;

    line-height: 17px

}



.header-category .woocommerce-products-header__title.page-title {

    font-size: 22px !important;

    color: #fff;

}



.header-category .container {

    padding-left: 30px;

    padding-right: 30px;

}



.home header.respo-header.fixed-header .shop_woo_mobile img.homeimg {

    visibility:hidden; 

}



.home header.respo-header:not(.fixed-header) .shop_woo_mobile img:not(.homeimg){

   visibility:hidden;

}



.home header.respo-header.fixed-header .navbar {

    background: white;

}



.home header.respo-header:not(.fixed-header) #header_search_mobile {

    margin-right: 0;

}



.home header.respo-header:not(.fixed-header) .shop_woo_mobile.mobile {

   /* margin-right: 20px; */

}



.home header.respo-header:not(.fixed-header) .cart-count {

    top: -8px;

    left: 8px;

}



.home header.respo-header:not(.fixed-header) #header_search_mobile i:before {

    -webkit-text-stroke: 1px #001105;

}





.home header.respo-header.fixed-header #header_search_mobile i:before, .home header.respo-header.fixed-header .cart-count {

    /*color:#000;*/

}



.block-search.active #searchform input.field {

    color: #AAAD95;

    border-bottom: 2px solid #AAAD95 !important;

}



.block-search.active #searchform:before {

    color: #aaad95;

}



.home header.respo-header:not(.fixed-header) .svg.logo-svg.homes {

    display:none;

}



.home header.respo-header.fixed-header .svg.logo-svg:not(.homes) {

    display:none;

}



.archive.woocommerce .woocommerce-result-count, .archive.woocommerce .woocommerce-breadcrumb, .archive.woocommerce .woocommerce-ordering {

    display: none !important;

}


.archive.woocommerce .header-category .woocommerce-ordering {

    display: block !important;

}




.archive.woocommerce-page #left-sidebar, .archive.woocommerce-page div#primary {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

}



.archive.woocommerce-page ul.products li.product {

    margin: 0 3% 5em 0;

    width: 48.5%;

}



.archive.woocommerce-page ul.products.full li.product {

    margin: 0 0 5em 0;

    width: 100%;

}



.archive.woocommerce-page ul.products li.product:nth-child(even) {

    margin: 0 0 5em 0;

}



.woocommerce ul.products li.product .price {

    padding-top: 5px;

}



.woocommerce ul.products li.product.instock .button, .woocommerce ul.products li.product.outofstock .button {

    font-size: 12px;

    padding: 4.5px 3px;

    min-width: 41%;

}



.woocommerce ul.products.full li.product .price {

    border-left: 1px solid #E3E3E3;

    border-top: 1px solid #E3E3E3;

    border-bottom: 1px solid #E3E3E3;

    padding: 3px 0 0px 18px;

    width: 59%;

}



.woocommerce ul.products:not(.full) li.product .button {

    display:none;

}



/* .woocommerce ul.products:not(.full) li.product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    right: 10px;

    bottom: 80px;

} */



.woocommerce ul.products.full li.product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    right: 20px;

    /* bottom: 106px; */

}



/* .woocommerce ul.products:not(.full) .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {

    font-size: 20px;

} */



.woocommerce ul.products:not(.full) .video-produit {

    bottom: 30px;

    max-width: 13px !important;

    right: 45px;

}



.woocommerce ul.products.full .video-produit {

    bottom: 40px;

    max-width: 25px !important;

    right: 70px;

}



.archive.woocommerce-page #left-sidebar {

    margin-top: 0;

}



.archive.woocommerce-page #woocommerce-wrapper {

    padding-top: 34px;

}



#error-page p, #error-page .wp-die-message {

    font-size: 14px;

    line-height: 1.5;

    margin: 0px 0 20px;

}



.archive.woocommerce-page #woocommerce-wrapper .container, .container.archive-woocommerce {

    padding-left: 30px;

    padding-right: 30px;

}



.filtersbtn, .grids {

    display: inline-block;

}



.grids {

    float: right;

}



.filtersbtn a {

    font-size: 12px;

    line-height: 17px;

    font-family: 'Helvetica';

    padding: 5px;

    min-width: 146px;

    display: block;

    border: 1px solid rgb(0 0 0 / 50%);

    text-align: center;

}



.grids .full {

    margin-right: 15px;

}



.topfilter.mobile {

    margin-top: 16px;

}



.grids a:not(.isactive) {

    opacity:0.3;

}



.archive.woocommerce-page #left-sidebar {

    display: none;

}



.archive.woocommerce ul.products {

    padding-top: 0;

}



.woocommerce ul.products.full .woocommerce-loop-product__title {

    text-align: center;

}





.archive.woocommerce-page #left-sidebar {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 999;

    padding: 15px;

    overflow: scroll !important;

    background: #fff;

}



.textwidget p a.deleteallfilters {

    margin: 0 auto;

    display: block;

    width: max-content;

    display: none;

}



.textwidget p.titlefilter {

    font-size: 0px !important;

    line-height: 20px;

    font-family: 'PlayfairDisplay-Bold';

    font-weight: 400 !important;

    margin-bottom: 0;

    text-align: center;

    padding: 28px 0;

}



.archive.woocommerce-page #left-sidebar .left-sidebar-inner {

    max-width: 100%;

    box-shadow: none;

    background: #fff;

    padding: 0;

}



.textwidget p {

    margin-bottom: 0;

}



.textwidget .bcktosite {

    position: absolute;

    left: 30px;

    top: 25px;

}





.archive.woocommerce-page #left-sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {

    width: 100%;

    padding: 0;

    margin-bottom: 0;

    border-bottom: 1px solid rgb(112 112 112 / 30%);

    padding: 20px 25px; 

}



.prdctfltr-widget .pf-help-title .widget-title {

    padding-bottom: 0;

    font-size: 12px !important;

    line-height: 20px;

}



.prdctfltr-widget .pf-help-title:after {

    content: "\f107";

    font-family: 'FontAwesome';

    position: absolute;

    right: 0;

    top: 0px;

    font-size: 16px;

    line-height: 20px;

}



.left-sidebar-inner>.widget_text {

    border-bottom: 1px solid rgb(112 112 112 / 30%);

}



.archive.woocommerce-page #left-sidebar .prdctfltr_add_scroll {

    margin-top: 25px;

}



.prdctfltr-widget .pf-help-title {

    position: relative;

}



.left-sidebar-inner .prdctfltr_rng_price .pf-help-title .widget-title {

    top: 0;

}



.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span {

    font-size: 12px;

    line-height: 34px;

}





.left-sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before, .left-sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {

    width: 17px;

    height: 17px;

}



.left-sidebar-inner .pf_rngstyle_thin .irs-single {

    font-size: 12px;

    line-height: 34px;

    top: -5px;

}





.left-sidebar-inner .pf_rngstyle_thin .irs-line-mid, .left-sidebar-inner .pf_rngstyle_thin .irs-line-left, .left-sidebar-inner .pf_rngstyle_thin .irs-line-right, .left-sidebar-inner .pf_rngstyle_thin .irs-bar, .left-sidebar-inner .pf_rngstyle_thin .irs-bar-edge, .left-sidebar-inner .pf_rngstyle_thin .irs-slider {

    background: url(/wp-content/uploads/2021/05/prix-filtres-vert-hcp.png) repeat-x;

}



.prdctfltr_filter .prdctfltr_add_scroll {

    display:none;

}



.stopscroll {

    overflow:hidden;

}



.woocommerce ul.products li.product a img {

    margin: 0 0 10px;

}



.textwidget p.titlefilter {

    color: transparent;

}

 

html[lang="fr-FR"] .textwidget p.titlefilter:after {

     content: 'Filtrer';

     color:#000;

     font-size: 12px !important;

}



html[lang="en-GB"] .textwidget p.titlefilter:after {

    content: 'Filter';

    color:#000;

    font-size: 12px !important;

}



html[lang="it-IT"] .textwidget p.titlefilter:after {

     content: 'Filtro';

     color:#000;

     font-size: 12px !important;

}





















}





@media (min-width: 768px) {

.topfilter.mobile, .bcktosite {

    display: none;

}



}





@media (min-width: 768px) and (max-width: 991px) {

.header-category {

    padding-top: 100px !important;

}



.archive.woocommerce .woocommerce-breadcrumb, .archive.woocommerce .woocommerce-breadcrumb a, .archive.woocommerce-page .woocommerce-result-count {

    font-size: 11px !important;

}

.archive.woocommerce-page .woocommerce-result-count {

    margin-left: 17%;

}



}





@media screen and (min-width: 992px) {

.row.copyright.desk-footerr {

    margin-right: 0;

    margin-left: 0;

}



}





@media (min-width: 992px) and (max-width: 1147px) {

.archive.woocommerce-page ul.products li.product {

    margin: 0 2% 5em 0;

    width: 48.5%;

}



.archive.woocommerce-page ul.products li.product:nth-child(even) {

    margin: 0 0 5em 0;

}



.woocommerce ul.products li.product.instock .button, .woocommerce ul.products li.product.outofstock .button {

    font-size: 13px;

    padding: 13px 5px;

    min-width: 80px;

}



.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {

    clear: unset;

}



.archive.woocommerce-page ul.products li.product.last {

    margin: 0 2% 5em 0;

}



header.woocommerce-products-header {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 80%;

    flex: 0 0 80%;

    max-width: 80%;

}



}



.archive.woocommerce-page #primary .woocommerce-notices-wrapper .woocommerce-error {

    margin: -20px 0 10px; 

}



@media (min-width: 992px) and (max-width: 1190px) {

.nnnn {

    min-width: 300px;

}



#header_user, #header_whishlist {

    margin-right: 0.5rem;

    line-height: 40px;

}



.shop_woo img {

    max-width: 19px;

}



#header_alertes img {

    max-width: 19px !important;

}



#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {

    font-size: 12px;

}









}



@media (min-width: 992px) and (max-width: 1869px) {

    .archive.woocommerce-page #left-sidebar .left-sidebar-inner {

    padding: 20px 10px;

}



.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span {

    font-size: 12px;

}



.left-sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before, .left-sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {

    width: 17px;

    height: 17px;

    margin-right: 6px;

}



}



@media (min-width: 1088px) and (max-width: 1869px) {

.archive.woocommerce-page #left-sidebar .left-sidebar-inner {

    padding: 20px 15px;

}



}





@media (min-width: 992px) and (max-width: 1147px) {

 



.archive.woocommerce-page ul.products li.product:nth-child(even) {

    margin: 0 0 5em 0;

}



}



@media (min-width: 768px) and (max-width: 1250px) {

.img_attr {

    text-align: center;

    display: inline-block;

    margin-right: 2%;

    width: 18%;

}



}





@media (min-width: 576px) and (max-width: 991px) {

.tinv-wishlist.woocommerce.managewishlist .col-sm-4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}



}



.blockattributes.finitions .val-0.woocommerce-product-attributes-item {

    display: none;

}



.woocommerce div.product .single_add_to_cart_button.button.alt.disabled {

    display: none;

}



.header-category h1.woocommerce-products-header__title.page-title {

    display: none;

}



.woocommerce div.product div.images .flex-control-thumbs li img {

    opacity: 1;

}









@media (max-width: 767px) {





.woocommerce-checkout .select2-container--default .select2-selection--single span {

    font-size: 12px !important;

}



.woocommerce-checkout .select2-container--default .select2-selection--single span:not(.select2-selection__placeholder) {

    font-size: 12px !important;

    line-height: 19px !important;

}



.woocommerce-checkout form .form-row input.input-text {

    border: 0;

    border-bottom: 1px solid #fff;

    padding: 2px 14px !important;

    font-size: 12px !important;

    line-height: 15px !important;

    max-height: 26px !important;

    margin-top: 10px !important;

    border: 1px solid #AAAD95 !important;

    min-height: 26px;

    color: #000;

}



.woocommerce-checkout #order_comments_field textarea::placeholder {

  font-size: 12px !important;

}



.woocommerce-checkout #select2-billing_country-container:after, 

.woocommerce-checkout #select2-billing_state-container:after, 

.woocommerce-checkout.woocommerce form .form-row.chzn-drop:after {

    display: block;

    color: #AAAD95;

    font-size: 12px;

    right: 14px;

    bottom: 5px;

    content: "\f107";

    position: absolute;

    font-family: 'FontAwesome';

}



.woocommerce-checkout #select2-shipping_country-container:after, 

.woocommerce-checkout #select2-shipping_state-container:after {

    display: block;

    color: #AAAD95;

    font-size: 12px;

    right: 14px;

    bottom: 1px;

    content: "\f107";

    position: absolute;

    font-family: 'FontAwesome';

}





}



.qtevar {

    display: none;

}



.woocommerce span.onsale {

    top: .5em !important;

    left: .5em !important;

    background-color: #aaad95 !important;

}



.woocommerce ul.products li.product .onsale {

    margin: .5em .5em 0 0 !important;

    right: 0;

    left: auto !important;

}



.woocommerce-checkout #modal-ready {

    margin-bottom: 30px;

}

.woocommerce div.product form.cart .variations tr:last-child td.value {

    display: block !important;

}



.woocommerce div.product form.cart .variations tr:last-child td.label:after {

    display: none !important;

}



.woocommerce div.product form.cart .stockqte {

    display: none !important;

}



.woocommerce div.product form.cart .variations .button-variable-item span.stock {

    padding-left: 5px !important;

    color:#aaad95;

}





.woocommerce .shop_attributes .precautionsbloc .woocommerce-product-attributes-item__value p {

    font-family: 'Helvetica';

    text-transform: none !important;

    font-weight: 400 !important;

    font-size: 15px !important;

}



.woocommerce-order-details .order-again {

    display: none;

}

 

.blocks.block-bills, .blocks.block-unsubscribe {

    display: none;

}



#ph_shipping_is_residential_field {

    display: none;

}





#woo-cart-timer-wrap-id,#woo-cart-expire-modal-wrap-id {

    display: none !important;

}





@media (max-width: 767px) {

.woocommerce div.product .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {

    top: 0px;

}

}

 



/*html[lang="en-GB"] .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images:not(.woocommerce-product-gallery--wcavi), 

html[lang="it-IT"] .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images:not(.woocommerce-product-gallery--wcavi) {

	display:block !important;

}



html[lang="en-GB"] .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images.woocommerce-product-gallery--wcavi,

html[lang="it-IT"] .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images.woocommerce-product-gallery--wcavi {

	display:none !important;

}*/



.tinv-wishlist .tinv-lists-nav.tinv-wishlist-clear {

    display: none;

}



.redtxt {

    color: red;

    font-weight: 500 !important;

}



.personelles {

    margin-top: 25px;

}



.woocommerce-terms-and-conditions-wrapper .form-row.validate-required {

    width: 100% !important;

}



#gdrf-form {

    float: left;

    width: 100%;

    margin-bottom: 50px;

}



.woocommerce-account .wpcf7-form-control.wpcf7-submit, .woocommerce-account .wpcf7-form-control.wpcf7-submit:hover {

    color: #FFFFFF !important;

    font-size: 19px !important;

    line-height: 30px  !important;

    font-family: 'PlayfairDisplay-Bold' !important;

    padding: 10px 20px  !important;

    background: #AAAD95 !important;

    box-shadow: 0px 3px 6px #00000029  !important;

    border: none !important;

    border-radius: 0  !important;

    margin-left: auto;

    margin-right: auto;

    float: none;

    display: block;
    text-transform: inherit !important;

}



.woocommerce-EditAccountForm.edit-account>h3+table, .woocommerce-EditAccountForm.edit-account>h3 {

    display: none;

}



#billing_state_field+.woocommerce-form-row--last.form-row.form-row-last {

    float: left;

}



.descfr, .descen, .descit {

    display:none;

    font-family: 'Helvetica';

    text-transform: none !important;

    font-weight: 400 !important;

    font-size: 15px !important;

    color: #202020;

}





html[lang="fr-FR"] .descfr {

    display:block;

}



html[lang="en-GB"] .descen {

    display:block;

}



html[lang="it-IT"] .descit {

    display:block;

}



.precaution {

    padding-top: 15px;

    font-family: 'Helvetica';

    text-transform: none !important;

    font-weight: 400 !important;

    font-size: 15px !important;

    color: #202020;

}





.form-showrooms .form-group.donate-now label:before, .form-showrooms .form-group.donate-now label:after {

    display: none;

}







#cn-notice-text {

    font-family: "Open Sans", "Helvetica Neue", Arial !important;

}





.requiredtxt {

    text-align: left;

    display: block;

    width: 100%;

    margin-bottom: 15px;

}



.requiredtxt.txt-c {

    max-width: 627px;

    margin: 0 auto;

}





.woocommerce-form.company .form-row.receive_newsletter.wc-receive_newsletter {

    display: none;

}



.form-row.place-order .woocommerce-terms-and-conditions-link {

    text-decoration: underline !important;

}







.post-type-archive-product .woocommerce-products-header.col-md-6 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 63%;

    flex: 0 0 63%;

    max-width: 63%;

}





.post-type-archive-product .header-category {

    padding-top: 120px !important;

    padding-bottom: 20px !important;

 

}





.woocommerce-shipping-methods .woocommerce-Price-amount.amount:after, body:not(.tax-product_cat) .Expédition .woocommerce-Price-amount.amount:after {

    display: none;

}







.shop_table.bills.shop_table_responsive.my_account_orders time {

    display: block;

}



.shop_table.bills.shop_table_responsive.my_account_orders .orders.button {

    display: block;

    width: max-content;

    text-align: center;

    margin-bottom: 5px;

}



body:not(.tax-product_cat) .TVA .woocommerce-Price-amount.amount:after {

    display:none;

}







html[lang="fr-FR"] body:not(.tax-product_cat) .Total .woocommerce-Price-amount.amount:after {

    content : "TTC" !important;

     margin-left: 5px;

}



html[lang="en-GB"] body:not(.tax-product_cat) .Total .woocommerce-Price-amount.amount:after {

    content : "Tax incl." !important;

    margin-left: 5px;

}



html[lang="it-IT"] body:not(.tax-product_cat) .Total .woocommerce-Price-amount.amount:after {

    content : "Tasse incluse." !important; 

    margin-left: 5px;

}





.error-404.not-found {

    padding-top: 140px;

}







.woocommerce-variation-price.woocommerce-variation-price-0 {

    display: none;

  }



  

.accroche-bg {

  color: transparent;

}



@media (max-width:778px) {

    .accroche-bg {

        background-attachment: initial;

    }

    #newsletter-div .wpcf7-submit {

        margin: 0;

        width: 100% !important;

        max-width: 100%;

    }

    .page-template-nous_contacter .mydiv-bg3{

        padding: 21% !important;

    }

    .section-salon {

        width: 78%;

    }

}  





table.shop_table.woocommerce-checkout-review-order-table br {

    display: none;

}



table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table tr, table.shop_table.woocommerce-checkout-review-order-table td, table.shop_table.woocommerce-checkout-review-order-table li {

    padding: 0;

    margin: 0 !important;

}



.woocommerce td.product-name .wc-item-meta p {

    margin: 0;

}



.container.faq-bloc-1 {

    padding-left: 60px;

    padding-right: 60px;

}



.red {

    font-size: 19px;

    line-height: 28px;

    font-family: 'Helvetica';

    margin-top: 20px;

}







@media (min-width:768px) {

#intro-home a {

    color: #fff;

}



.introhome {

    position: relative;

    top: calc(50% - 1rem);

    transform: translateY(-50%);

    margin-bottom: 0;

}



.col-md-6.decouvrir-nos-collections-txt {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 60%;

    flex: 0 0 60%;

    max-width: 60%;

}



}



.checkout.woocommerce-checkout #ship-to-different-address {

    margin-bottom: 0px;

}



.checkout.woocommerce-checkout .personelles {

    margin-top: 60px;

}



p:empty, b:empty {

    display: none;

    margin: 0;

}



.page-template-nos_faq b:empty {

    margin-bottom: -16px;

}



.woocommerce-message.cartpage p {

    font-size: 16px !important;

    font-family: 'Helvetica';

    position: relative;

}



.woocommerce-message.cartpage p:before {

    content: "\e015";

    color: #aaad95;

    font-family: WooCommerce;

    display: inline-block;

    position: absolute;

    top: 0;

    left: -2em;

}



html[lang="fr-FR"] body:not(.tax-product_cat) .woocommerce ul#shipping_method li label:after {

    content: "HT";

    margin-left: 5px;

}



html[lang="en-GB"] body:not(.tax-product_cat) .woocommerce ul#shipping_method li label:after {

    content: "Tax excl.";

    margin-left: 5px;

}



html[lang="it-IT"] body:not(.tax-product_cat) .woocommerce ul#shipping_method li label:after {

    content: "Iva escl.";

    margin-left: 5px;

}





html[lang="fr-FR"] body:not(.tax-product_cat) .woocommerce ul#shipping_method li label:before {

    content: "Via";

    margin-right: 5px;

}



html[lang="en-GB"] body:not(.tax-product_cat) .woocommerce ul#shipping_method li label:before {

    content: "Via";

    margin-right: 5px;

}



html[lang="it-IT"] body:not(.tax-product_cat) .woocommerce ul#shipping_method li label:before {

    content: "Via";

    margin-right: 5px;

}



#order_review .shop_table.woocommerce-checkout-review-order-table tfoot td label, #order_review .shop_table.woocommerce-checkout-review-order-table tfoot td span {

    font-size: 18px !important;

    font-family: 'Helvetica' !important;

    font-weight: 700;

}



.thedestination {

    display:none;

}







.wpcf7-form-control.wpcf7-acceptance [type="checkbox"]:not(:checked)~.wpcf7-list-item-label label:before, .wpcf7-form-control.wpcf7-acceptance [type="checkbox"]:checked~.wpcf7-list-item-label label:before {

    content: '';

    position: absolute;

    left: 0;

    top: 3px;

    width: 20px;

    height: 20px;

    border: 1px solid rgba(0, 0, 0, 0.55);

    background: transparent;

}



.wpcf7-form-control.wpcf7-acceptance [type="checkbox"]:not(:checked)~.wpcf7-list-item-label label:after, .wpcf7-form-control.wpcf7-acceptance [type="checkbox"]:checked~.wpcf7-list-item-label label:after {

    content: '/';

    position: absolute;

    top: 1px;

    left: 2px;

    transform: rotate(-165deg) !important;

    font-size: 25px;

    line-height: 0.8;

    color: #000;

    font-weight: 300;

    opacity: 0;

}



.wpcf7-form-control.wpcf7-acceptance [type="checkbox"]:checked~.wpcf7-list-item-label label:after {

    opacity: 1;

    transform: scale(1);

}

 

.wpcf7-form-control.wpcf7-acceptance [type="checkbox"]:not(:checked)~.wpcf7-list-item-label label, .wpcf7-form-control.wpcf7-acceptance [type="checkbox"]:checked~.wpcf7-list-item-label label {

    position: relative;

    padding-left: 1.95em;

    cursor: pointer;

}



.disponibilites {

    text-align: left;

    /*margin-bottom: 40px;*/

}



@media (max-width:767px) {

.contact-titles {
    text-align: center;
}

.desk-showrooms .mydiv-bg3, .desk-showrooms .mydiv-bg2, .desk-showrooms .mydiv-bg {
    display: none;
}

.desk-showrooms {
    display: none !important;
}        

}


.single-evenement .content-first-paragraph {
    display: none;
}

.single-evenement .content-full-paragraph {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.products .peauentiere {
    margin-bottom: 5px;
}


@media (max-width:767px) {

h2.font-savoir {
    letter-spacing: 0 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1.2;
}

.container_evenement_bloc .col-md-4 {

	display: flex;

    width: 100%;

    flex-direction: column;

} 



.container_evenement_bloc h6.avenir-ev-titre, .container_evenement_bloc section.container-fluid.salon-bloc-2 section:last-child h6 {

    order: 1;

	margin-bottom: 5px;

} 

  

.container_evenement_bloc .col-md-4>a {

    order: 2;

}



.container_evenement_bloc .date-post-evenement {

    margin-bottom: 15px;

}



.container_evenement_bloc .date-post-evenement {

    margin-top: 5px;

	order: 3;  

}



.container_evenement_bloc .the_excerpt {

	order: 4;

}



}







@media (min-height:800px) {

.hp-header .row {

    top: 50%;

}



}



@media (max-height:801px) {

.hp-header .row {

    top: 60%;

}



}



.hp-header .row { 

    transform: translateY(-50%);

	align-items: center;

}



.wpcf7-form .donate-now label {

    z-index: 5;

}



.insta i {

    font-size: 25px !important;

}



.cwgstock_button {

    box-shadow: none;

    border: none;

    padding: 10px 6px;

    font-weight: 900;

    text-transform: uppercase;

    font-family: 'Helvetica';

    cursor: pointer;

}



.cwginstock-panel-heading h4, .cwginstock-panel-heading .h4 {

    font-family: 'Helvetica' !important;

}



.cwgstock_button:hover {

    background:#9a9d88 !important;

}



.cwginstock-panel-body input[type=text], .cwginstock-panel-body input[type=email] {

    padding: 10px 15px 10px;

    font-size: .85rem;

    line-height: 1.5;

    color: #495057;

    background-color: #fff;

    border: 1px solid #0000008c;

    border-radius: 0px;

}



.cwginstock-subscribe-form {

    padding-bottom: 0;

    padding-top: 20px;

}



.imgpaiement {

    max-width: 130px !important;

}



.ff img.imgpaiement {

    padding-left: 0 !important;

    padding-top: 0;

}



.footer-pay {

    padding-top: 50px;

}



.row.copyright.desk-footerr {

    align-items: center;

}





.type-page.status-publish.hentry .entry-content {

    margin-top: 150px;

    margin-bottom: 70px;

}

 

.blocks.block-unsubscribe a, .blocks.block-unsubscribe span {

    font-weight: 700;

    font-family: 'Helvetica' !important;

}



.blocks.block-unsubscribe .description {

    margin-left:5px;

}



.unsubscribe_btn {

    padding: 10px;

    background: #aaad95;

    color: #fff;

    display: block;

    width: max-content;

    margin: 0 auto;

}



.unsubscribe_btn:hover {

    background: #9a9d88;

    color: #fff;

}



#header_alertes img {

    max-width: 26px;

    position: relative;

    top: 2px;

}



@media (max-width: 991px) {

#header_alertes img {

    max-width: 17px;

}



#header_alertes {

    margin-right: 0;

}



}





@media (min-width:768px) {

  

.footercopy {

    display: inline-block;

    line-height: 2rem;

}



}





@media (max-width:767px) {

.imgpaiement {

    margin-bottom: 40px;

}



.site-footer .footer-list li {

    margin-left: 0px !important;

}



.footer-pay {

    padding-top: 0;

}



.block-unsubscribe h3, .block-unsubscribe .h3 {

    display: block;

    float: left;

    width: 100%;

    text-align: center;

}



table.shop_table_responsive.notifier_unsubscribe tr td {

    padding: 10px !important;

}





}





.summary a.compare {

    position: absolute;

    background: transparent;

    top: -10px;

    right: 100px;

    margin-top: 0;

    font-size: 22px;

    color: #aaad95;

    float: inherit;

    font-family: 'Helvetica' !important;

}

.summary a.compare:hover {

    background: transparent !important;

    color: #000000 !important;

}

.summary a.compare:after {

    content: '';

    display: inline-block;

    font-family: FontAwesome !important;

    speak: none;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 24px;

    vertical-align: sub;

    /* margin-left: 20px; */

    position: absolute;

    top: 50%;

    transform: translate(0, -48%);

    right: -45px;

    content: '';

    width: 40px;

    height: 40px;

    background: url(/wp-content/uploads/2021/04/comparer-hcp.png);

    background-size: contain;

    background-repeat: no-repeat;

    

}





.summary a.compare.added:after {

    content: '';

    width: 40px;

    height: 40px;

    background: url(/wp-content/uploads/2021/04/comparer-ajout-hcp.png);

    background-size: contain;

    background-repeat: no-repeat;

}



@media (max-width:991px) {

    .summary a.compare {

        float: none;

        padding-left: 0;

    }

}

@media (max-width:767px) {

    .summary a.compare {

        position: relative;

        top: initial;

        left: calc(100% - 215px) !important;

        right: initial;

    }

}

@media (max-width:950px) and (min-width:768px){
.woocommerce div.product .product_title {
    margin-top: 20px;
}
}











.cwg_popup_submit {

    color: #AAAD95;

    font-size: 19px;

    line-height: 30px;

    font-family: 'PlayfairDisplay-Bold';

    padding: 9px 15px;

    border: 1px solid #AAAD95;

    border-radius: 0;

    /* min-width: calc(40% - 40px); */

    text-align: center;

    position: relative;

    top: 10px;

    background-color: transparent;

    background-image: url(/wp-content/uploads/alertes-stock-hcp.png);

    background-repeat: no-repeat;

    background-position: 95%;

    padding-right: 50px;

    cursor: pointer;

    background-size: 25px;

    letter-spacing: .02em;

}



.cwg_popup_submit:hover {

    border-color: #9a9d88;

    color: #9a9d88;

}



.cwg_popup_submit {

    position: absolute;

    bottom: 10px;

    top: auto;

    left: 35%;

}



html[lang="it-IT"] .cwg_popup_submit {

    left: 40%;

} 



.woocommerce #content div.product div.summary {

    position: relative;

}



.cwgstock_email {

  display: none;

}



.cwgstock_email[value=""] {

  display: block;

}



.form-group .cwgstock_button {

    padding-top: 10px;

}



.cwginstock-subscribe-form, .swal2-content {

    padding-left: 0 !important;

    padding-right: 0 !important;

}



.tanneries-slides a {

    margin-bottom: 25px;

    display: inline-block;
    padding: 0 25px

} 





.container-slider {

    padding-left: 40px;

    padding-right: 40px;

}



.wp-megamenu-wrap ul.wp-megamenu > li svg {

    display: none;

}



.tanneries-slides {

    text-align: center;
    padding-top: 30px;

}



@media (min-width: 768px) {

.tanneries-slides img {

    height: 80px;

}



.tanneries-slides a:first-child img {

    height: 100px;

}



}



@media (max-width: 767px) {

.container-slider {

    padding-left: 40px;
    padding-right: 40px;

}  

.tanneries-slides a img {

    height: 66px;



}

.tanneries-slides a {
    margin-top: 15px;
    margin-bottom: 15px;

    display: inline-block;
    padding: 0 15px;
}


/*
.tanneries-slides a {

    display: inline-block;

    max-width: 100%;

    margin-left: 0;

    margin-right: 0;

    margin-top: 25px;

    margin-bottom: 25px;
    display: inline-block;
    padding: 0 20px;
}
*/

}



@media (max-width: 500px) {

    .tanneries-slides a img {

        height: 70px;
    
    
    
    }
    /*
.tanneries-slides a {

    margin-bottom: 25px;

    display: inline-block;

    max-width: 65px;

    margin-left: 10px;

    margin-right: 10px;

}
*/



.container-slider {

    padding-left: 30px;
    padding-right: 30px;

}



}





@media (max-width: 991px) {

body.home header.respo-header.fixed-header .shop_woo_mobile img:not(.homeimg) {

    display:inline-block;

}

}



@media (max-width: 991px) {

body.home header.respo-header.fixed-header .shop_woo_mobile img.homeimg {

    display:none;

}



body.home header.respo-header.fixed-header .shop_woo_mobile #header_search_mobile svg {

    color: #000;

}



}



@media (min-width: 768px) and (max-width: 991px) {

.hp-header h1 {

    font-size: 45px !important;

}



span.italic-word2 {

    font-size: 45px !important;

}

}





@media (min-width: 768px) and (max-width: 991px) {

.cwg_popup_submit {

    font-size: 15px;

    line-height: 30px;

    padding-top: 9px;

    padding-bottom: 9px;

    bottom: 8px;

    left: 40%;

}



.container-slider {

    padding-left: 60px;

}



}



@media (min-width: 768px) and (max-width: 800px) {

.cwg_popup_submit {

    left: 45%;

}



html[lang="it-IT"] .cwg_popup_submit {

    left: 55%;

}



}



@media (max-width: 767px) {

.cwg_popup_submit {

    position: absolute;

    bottom: 55px;

    top: auto;

    left: 0;

    right: 0;

    font-size: 15px;

    padding: 1px 15px;

    width: 100%;

}







}



@media (max-width: 991px) {

.home header.respo-header.fixed-header .navbar {

    background: white;

}



.home header.respo-header.fixed-header .svg.logo-svg:not(.homes) {

    /*display: none;*/

}



.home header.respo-header:not(.fixed-header) .svg.logo-svg.homes {

    /*display: none;*/

}

}





@media (max-width: 400px) {

.form-group .cwgstock_button {

    font-size: 13px !important;

}

}



.cwg_popup_submit:hover, .cwg_popup_submit:focus {

    border-color: #AAAD95 !important;

}





@media (max-width: 450px) {

.navbar-toggler .menuicon {

    max-width: 20px;

}



header.respo-header .navbar-toggler {

    padding: 0 8px 0 !important;

}

}



@media (max-width: 991px) {

body:not(.home) .homeimg {

    display: none;

}



body.home .shop_woo_mobile img:not(.homeimg) {

    display: none;

}



.shop_woo_mobile.mobile a {

    margin-right: 8px !important;

}



#header_alertes img {

    top: 0;

}



}











@media (min-width: 768px) and (max-width: 950px) {

.home.page-template-home .hp-header h1 {

    font-size: 35px !important;

}



.home.page-template-home span.italic-word2 {

    font-size: 40px !important;

}



}







/*.prdctfltr_add_scroll.prdctfltr_max_height {

    max-height: 180px;

}*/



.products a.compare:before {

    content: '';

    display: inline-block;

    font-family: "FontAwesome" !important;

    speak: none;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 24px;

    vertical-align: sub;

    width: 41px;

    height: 36px;

    background: url(/wp-content/uploads/2021/04/comparer-accueil-hcp.png);

    background-size: contain;

    background-repeat: no-repeat;

}



.products a.compare.added:before {

    content: '';

    width: 41px;

    height: 36px;

    background: url(/wp-content/uploads/2021/04/comparer-ajouter-accueil-hcp.png);

    background-size: contain;

    background-repeat: no-repeat;

}





.products a.compare {

    color: #fff;

    font-size: 0px;

    line-height: 1px;

    padding: 0;

    min-width: 1px;

    margin-right: 20px;

    border: none;

    position: absolute;

    margin: 0;

    right: 70px;

    top: 18px;

    font-family: 'Helvetica' !important;

}

@media (max-width: 767px) {
.products a.compare {
    bottom: 101px;

}
}


section.related.products .compare {

    display: none;

}

/* @media (max-width: 767px) {

.products a.compare {

    bottom: 110px;

}} */


#cboxClose {
    font-size: 16px !important;
    padding-right: 27px !important;
    overflow: visible !important;
    bottom: -30px !important;
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
    background: none !important;
    font-weight: bolder !important;
    color: #4f4f4f !important;
    text-align: right !important;
    font-family: 'Helvetica' !important;

}


tr.add-to-cart.odd th {

    color: transparent;

}





#doc-block {

    background: #fff;

    border-top: 10px solid #aaad95;

    border-bottom: 10px solid #fff;

}



section#doc-block h2, section#doc-block .h2, section#doc-block p {

    color: #aaad95 !important;

}



#doc-block .button.button_size_2.mycatalogue {

    background: #aaad95;

    padding: 15px;

    display: block;

    max-width: max-content;

    margin-left: auto;

    margin-right: auto;

    color: #fff;

    font-family: 'PlayfairDisplay' !important;

    font-size: 20px;

}



#doc-block .button.button_size_2.mycatalogue:after {

    background: url(/wp-content/uploads/telechargement-documents-groupehcp.png);

    display: block;

    text-align: center;

    height: 24px;

    width: 24px;

    content: "";

    background-size: contain;

    background-repeat: no-repeat;

    margin-left: auto;

    margin-right: auto;

}





.toppage {

    padding-top: 65px;

}

.toppage .mask-and-zoomx {

    max-width: 50%;

    margin: 0 auto;

    display: block;

}



@media (min-width: 768px) {

.toppage .mask-and-zoomx {

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}

}



body.page-id-59529 #video-savoir, body.page-id-59612 #video-savoir, body.page-id-59628 #video-savoir {

    display:none;

}





@media (max-width: 991px) {

.footer-pay {

    margin-bottom: 30px;

}

}



@media (max-width: 767px) {

#doc-block .button.button_size_2.mycatalogue {

    margin-top: 30px;

}



.tanneries-slides {

    text-align: left;

}



section.section-introduction .text-centerx article {

    max-width: 100%;

}



}



.desk-savoir:not(.nos-expertise) .white-titles h2 {

    color: #000 !important;

}







@keyframes w1anim {

  0%{

    opacity: 0;

  }

  10%{

    opacity: 1;

  }

  20% {

    opacity:0;

  }

  40%{

    opacity: 1;

  }

  50%{

    opacity: 0;

  }

  60% {
    opacity:1;
  }

  80%{
    opacity: 0;
  }

  90%{
    opacity: 1;
  }

  100% {
    opacity:0;
  }

}

@keyframes w2anim {

  20%{
    opacity: 0;
  }

  30%{
    opacity: 1;
  }

  40% {
    opacity:0;
  }

  60%{
    opacity: 1;
  }

  70%{
    opacity:0;
  }

  80% {
    opacity:1;
  }

}

.w1 {
  -webkit-animation: w1anim 5s infinite;
          animation: w1anim 5s infinite;
}

.w2 {
  -webkit-animation: w2anim 5s infinite;
          animation: w2anim 5s infinite;
}

.w3 {
  -webkit-animation: w3anim 20s infinite;
          animation: w3anim 20s infinite;
}

.w4 {
  -webkit-animation: w4anim 20s infinite;
          animation: w4anim 20s infinite;
}

.w5 {
  -webkit-animation: w5anim 20s infinite;
          animation: w5anim 20s infinite;
}

.word {
  font-size:3em;
  font-weight:bold;
  opacity:0;
  color:#000;
  width: 100%;
  text-align: center;
}

.disponibilites a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline !important;
}

.hp-header .disponibilites p {
    color: #fff !important;
    font-size: 1s8px !important;
}

.hp-header .disponibilites p {
    color: #fff !important;
    font-size: 38px !important;
    text-align: center;
}

@media (max-width: 767.98px){
    .hp-header .disponibilites p {
        font-size: 1.8rem !important
    }
}

.insta {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.footer-list {
    margin-bottom: 0;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before, .tinvwl_cart_to_wishlist_button.tinvwl-icon-heart:before, .tinvwl_all_cart_to_wishlist_button.tinvwl-icon-heart:before {
    content: "";
    width: 34px;
    height: 35px;
    background: url(/wp-content/uploads/2021/04/favoris-accueil-hcp.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    content: "";
    width: 34px;
    height: 35px;
    background: url(/wp-content/uploads/2021/04/favoris-ajout-accueil-hcp.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.woocommerce div.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    content: "";
    width: 40px;
    height: 43px;
    background: url(/wp-content/uploads/2021/04/favoris-hcp.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.woocommerce div.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{
    content: "";
    width: 40px; 
    height: 43px;
    background: url(/wp-content/uploads/2021/04/favoris-ajout-hcp.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.aslink.mgbutton {
  color: #fff;
  font-family: 'Helvetica';
  letter-spacing: 0 !important;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  position:relative;
}

.home .scrollable .cart-count {
    color: #aaad95;
}

.wrapper-footer .textwidget ul li {
    margin-bottom: 13px !important;
}


@media (min-width: 992px) and (max-width: 1070px) {

.cwg_popup_submit {
    left: 49%;
}

}


@media (min-width: 1071px) and (max-width: 1250px) {

.cwg_popup_submit {
    left: 45%;
}

}


#cboxNext {
    font-size: 16px;
    text-indent: initial;
    background: none;
    font-weight: bolder;
    color: #4f4f4f;
    text-align: right;
    font-family: 'Helvetica';
    display: block !important;
    width: auto !important;
}


#cboxNext2 {
    font-size: 16px;
    text-indent: initial;
    background: none;
    font-weight: bolder;
    color: #4f4f4f;
    text-align: left;
    font-family: 'Helvetica';
    display: block !important;
    width: auto !important;
    cursor: pointer;
}

.showroombg {
    background-size: cover;
    padding: 25%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
div#full-width-page-wrapper {
    margin-top: 34px;
}
header.respo-header#wrapper-navbar .navbar-brand {
    top: 0;
}

.summary a.compare:after {
	right: -55px;
}

/*.woocommerce div.product form.cart div.quantity {
    margin: 0 0 70px 0;
}*/

.col-md-12.my-vid-image img {
    display: none;
}

}

/*----------------------------------------- respo style ------------------------------------------------------------------------------*/
@media (max-width: 767px) {
.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .quantity {
    margin: 0 0 90px 0 !important;
}

.post-type-archive-product .woocommerce-products-header.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.post-type-archive-product .header-category {
    padding-top: 80px !important;
}



}

/*-------------------------------------- Lot 2 extra style ------------------------------------*/

/*--------------------------------------------------------------------- group variation attributes by color -----------------------------------------------------*/
.color-title, .grp-attr {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

 
.related.products .owl-theme .owl-nav {
    display: block !important;
}

.product.type-product .tinv-wishlist.woocommerce {
    margin-top: 0 !important;
}
 
.widget-area li.wpc-term-item:not(:first-child) {
    display: none;
}


.single-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
    padding-left: 5px;
    padding-right: 5px;
}

.woocommerce.single-product .related.products .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    content: "";
    width: 34px;
    height: 43px;
    background: url(/wp-content/uploads/2021/04/favoris-accueil-hcp.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item) {
    width: 30px;
    height: 30px;
    display: inline-flex;
}


.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    white-space: nowrap;

}
/*----------------------------------------------------------- new filte side ----------------------------------------------------------------*/
.woocommerce .woocommerce-widget-layered-nav-list {
    display: flex !important;
    flex-flow: wrap;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none;
    flex: 0 0 50%;
    padding-right: 10px;
}

.left-sidebar-inner .widget-title, .left-sidebar-inner .wpc-filter-title {
    font-size: 18px !important;
    height: auto;
    line-height: 35px;
    color: #000000;
    pointer-events: none;
    font-family: 'Helvetica' !important;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700 !important;
}

.left-sidebar-inner .widget_layered_nav {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .wpc-filters-widget-main-wrapper li.wpc-term-item a {
    color: #000000;
    font-size: 15px;
    line-height: 35px;
    font-family: 'Helvetica' !important;
    font-weight: 400 !important;
    position: relative;
}

.wpc-filters-widget-main-wrapper li.wpc-term-item label::before {
    display:none;
}
 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before, .wpc-filters-widget-main-wrapper li.wpc-term-item a::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    padding: 0;
    border-radius: 0;
    border: 2px solid #AAAD95;
    margin-top: 3px;
    margin-bottom: 6px;
    margin-right: 12px;
    vertical-align: middle;
    box-sizing: content-box;
    background-color: #fff;
}

@media (min-width: 992px) and (max-width: 1869px) {
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .wpc-filters-widget-main-wrapper li.wpc-term-item a {
    font-size: 12px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before, .wpc-filters-widget-main-wrapper li.wpc-term-item a::before {
    width: 17px;
    height: 17px;
    margin-right: 6px;
}

}
 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before, .wpc-filters-widget-main-wrapper li.wpc-term-item [type="checkbox"]:checked~label a::before {
        background-color: #AAAD95;
}
 
.woocommerce .widget_price_filter .price_slider_amount button {
    display: none;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    color: #000;
    visibility: visible !important;
    background: transparent;
    font-size: 19px;
    font-family: 'Helvetica' !important;
    font-weight: 600 !important;
    right: 0;
    left: auto !important;
    top: -10px;
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
    display: flex;
    flex-flow: column-reverse;
    flex-wrap: wrap;
}
 
.left-sidebar-inner .widget_price_filter .widget-title {
    line-height: 1;
    position: relative;
    bottom: -20px;
    display: inline-block;
    padding-bottom: 0;
    display: none;
}

#left-sidebar .wpc-edit-filter-set, .wpc-filters-widget-main-wrapper [type="checkbox"]:checked~label:after {
    display: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 23px;
    height: 23px;
    background: url(/wp-content/uploads/icone-prix-hcp.png);
    border-radius: 0;
    top: -0.6em;
    box-shadow: none;
    border: none;
    background-repeat: no-repeat;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .4em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #000;
    height: 4px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}

#left-sidebar.widget-area li.wpc-term-item label, #left-sidebar .wpc-filters-widget-main-wrapper li.wpc-term-item label {
    padding-left: 0;
}

#left-sidebar .wpc-term-count, .wpc-custom-selected-terms {
    display:none;
}

.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-widget-main-wrapper li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, body .wpc-filters-widget-main-wrapper li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
    opacity: 1 !important;
}

aside#woocommerce_layered_nav-6 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
aside#woocommerce_layered_nav-7 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
aside#woocommerce_layered_nav-8 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    flex: 0 0 100%;
}


 #wp-megamenu-primary.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.menu-shop >ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child>ul.wp-megamenu-sub-menu>li a {
    font-size: 15px;
    font-weight: 500;
}
    
 .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.menu-shop>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child{
    padding: 20px 90px 20px 60px !important;
}


.page-id-7362 h2, .page-id-7362 h3, .page-id-7363 h2, .page-id-7363 h3, .page-id-7369 h2, .page-id-7369 h3 {font-family: Helvetica !important;}
.single-post h2, .single-post h3 {font-family: Helvetica !important;}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {text-transform: inherit;}

.descfr h2, .descen h2, .descit h2 {display:block !important;}
