@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Fauna+One&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:700&display=swap);
:root {
    --primaire: #000;
    --secondaire: #464646;
    --tertiaire: #fff;
    --primaire-opacite: 0, 0, 0;
    --primaire-secondaire: 0, 0, 0;
    --primaire-tertiaire: 0, 0, 0;
    --font1: 'Open Sans', sans-serif;
    --font2: 'Open Sans Condensed', sans-serif
}

body {
    line-height: 1.5em
}

.container {
    max-width: 1170px
}

#header {
    background: url(../charte/bandeau-header.jpg) no-repeat top fixed;
    width: 100%;
    height: 220px
}

#logo {
    text-align: left;
    margin-top: 10px
}

#logo img {
    width: auto
}

#slogan p {
    font-size: 24px;
    font-family: Arial, Helvetica, Arial, sans-serif;
    text-align: right;
    margin-top: 0px;
    font-weight: 700;
    padding: 0px;
    color: #000
}

#slogan p a {
    color: #000
}

#slogan p a:hover {
    text-decoration: none
}

#slogan .icone {
    text-align: right;
    padding: 5px 0
}

#slogan .icone a {
    color: var(--secondaire)
}

#slogan .icone a:hover {
    text-decoration: none;
    color: var(--primaire)
}

#slogan .langue p {
    text-align: right;
    font-size: 14px;
    margin-top: 10px
}

.fa-linkedin-in {
    color: #000;
    margin-top: 0px
}

.fa-facebook-square {
    color: #000
}

@media (max-width:720px) {
    #logo img {
        width: 30%
    }
}

@media (max-width:992px) {
    #header {
        background: url(../charte/bandeau-header.jpg) no-repeat top fixed;
        width: 100%;
        height: auto
    }
    #logo {
        text-align: center
    }
    #slogan p {
        font-size: 16px;
        text-align: right
    }
    #slogan .icone {
        text-align: center;
        padding-top: 15px
    }
    #slogan .langue p {
        text-align: center;
        font-size: 14px;
        margin-top: 10px
    }
}

.carousel-caption h2 {
    font-size: 6vw;
    margin-top: -10%
}

.carousel-caption p {
    font-size: 1vw
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--tertiaire);
    text-align: center
}

.filtre {
    background-color: var(--primaire)
}

.opaciter img {
    opacity: 1
}

.bg-light {
    background-color: #fff!important;
    border-bottom: 1px solid #865b3b
}

.navbar-brand {
    display: none
}

.navbar-brand.active {
    display: block
}

.navbar-nav {
    margin: 0 auto
}

@media (max-width:992px) {
    .navbar-nav {
        margin: 20px 0
    }
    .bg-light {
        background-color: #fff!important
    }
}

.navbar-nav.active {
    display: block
}

.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: var(--tertiaire);
    background-color: #865b3b
}

.navbar-light .navbar-nav .nav-link {
    color: #865b3b;
    font-family: 'Fauna One', serif;
    font-weight: 400;
    font-size: 18px
}

.navbar-light .navbar-nav .nav-link:hover {
    background-color: #865b3b;
    color: #fff!important
}

li a {
    margin: 0 10px
}

.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 .02rem;
    font-size: 1rem;
    color: var(--tertiaire)!important;
    text-align: left;
    list-style: none;
    background-color: var(--primaire);
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.dropdown-item {
    color: var(--tertiaire)
}

li a.dropdown-item {
    margin: 0 0;
    text-align: center
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--tertiaire);
    text-decoration: none;
    background-color: var(--secondaire)
}

.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, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--tertiaire)
}

@media (max-width:992px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left .3s ease;
        -o-transition: left .3s ease;
        -moz-transition: left .3s ease;
        transition: left .3s ease;
        left: -100%
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left .3s ease-in;
        -o-transition: left .3s ease-in;
        -moz-transition: left .3s ease-in;
        transition: left .3s ease-in;
        background-color: #fff;
        height: 900px;
        text-align: center
    }
}

#section1 {
    padding: 40px 0 35px
}

@media (max-width:992px) {
    #section1 {
        background: 0 0;
        background-color: #fff;
        padding: 10px;
        min-height: 400px
    }
}

#section1 h1 {
    color: var(--primaire);
    line-height: 1.3em;
    text-align: left;
    font-family: 'Fauna One', serif;
    margin-bottom: 30px;
    text-transform: uppercase
}

#section1 p {
    line-height: 1.5em;
    font-family: Arial
}

#section1 .icone {
    color: var(--secondaire);
    text-align: center
}

#section2 {
    background-color: #865b3b;
    padding: 30px 0
}

#section2 ul {
    color: #fff
}

#section2 h2 {
    color: var(--tertiaire);
    line-height: 1.3em;
    text-align: left;
    padding-top: 20px;
    font-family: 'Fauna One', serif;
    margin-bottom: 20px
}

#section2 p {
    color: var(--tertiaire);
    line-height: 1.5em;
    font-family: Arial
}

#section2 .icone {
    color: var(--tertiaire);
    text-align: center
}

#section2 .btn {
    background-color: var(--tertiaire);
    color: var(--primaire);
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0
}

#section2 .btn:hover {
    background-color: var(--secondaire);
    color: #fff;
    text-align: center
}

#section2 .image-right {
    position: relative;
    width: 50%;
    float: right
}

@media (max-width:992px) {
    #section2 .image-right {
        position: relative;
        width: 100%;
        float: none;
        clear: both
    }
    #section2 {
        height: auto
    }
}

#section2 .ak {
    padding-left: 0
}

#section3 h2 {
    padding-top: 170px;
    color: var(--primaire);
    font-size: 45px;
    text-align: center;
    font-family: 'Fauna One', serif;
   /* text-shadow: 1px 1px 1px #fff*/
}

@media (max-width:768px) {
    #section3 h2 {
        padding-top: 100px
    }
    .parallax {
        height: 370px!important
    }
}

@media (max-width:640px) {
    .parallax {
        height: 450px!important
    }
}

#section3 p {
    text-align: center;
    font-weight: 700
}

.parallax {
    background-image: url(../charte/img-parallax.jpg);
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

#section4 {
    padding: 30px 0 35px
}

#section4a {
    background: #865b3b;
    padding: 30px 0 30px
}

section-rub1 #section4 h2 {
    color: var(--primaire);
    line-height: 1.5em;
    text-align: left;
    font-family: 'Fauna One', serif
}

#section4 p {
    line-height: 1.5em;
    text-align: justify;
    font-family: Arial
}

#section4 a {
    color: var(--primaire)
}

#section4 .icone {
    color: var(--primaire);
    text-align: center
}

#section4 .btn {
    background-color: var(--primaire);
    color: var(--tertiaire);
    text-align: center;
    margin-bottom: 10px
}

#section4 .btn:hover {
    background-color: var(--secondaire);
    color: var(--tertiaire);
    text-align: center
}

.patch {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background-color: #865b3b;
    margin-top: 50px;
    padding-top: 50px;
    color: var(--tertiaire)
}

@media (max-width:992px) {
    .patch {
        margin-top: 20px;
        margin-left: 0
    }
}

#section-rubrique {
    padding: 30px 0
}

#section-rubrique h1 {
    text-align: center;
    font-size: 30px;
    font-family: 'Fauna One', serif;
    margin-bottom: 25px;
    text-transform: uppercase
}

#section-rubrique h2 {
    text-align: center;
    font-family: var(--font1);
    font-size: 18px
}

#section-rubrique h3 {
    text-align: center;
    font-family: var(--font2);
    font-weight: 700
}

#section-rubrique p {
    font-family: Arial
}

table td {
    padding: .5em;
    border: 1px solid #fff
}

.fondgris1 {
    background-color: #eaeee3
}

.fondgris2 {
    background-color: #e1f1c6
}

.bg-primary {
    padding: 1em;
    background-color: #fff!important;
    border: 1px solid #98ca40;
    border-radius: 6px
}

h4 {
    color: var(--primaire)
}

.ekko-lightbox-nav-overlay a {
    color: #c97b17
}

@media (max-width:767px) {
    dl,
    ol,
    ul {
        margin-bottom: 0
    }
}

.photobox {
    display: inline-block
}

.photobox__previewbox {
    position: relative;
    overflow: hidden
}

.photobox__preview {
    display: block;
    max-width: 100%
}

.photobox__previewbox:before {
    content: ""
}

.photobox_type11 .photobox__previewbox:before {
    width: 0;
    height: 0;
    padding: 25%;
    background-color: rgba(var(--primaire-opacite), .5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease;
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease;
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease, -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    will-change: transform
}

.photobox_type11:hover .photobox__previewbox:before {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: var(--photoboxAnimationDuration, .8s)
}

.photobox_type11 .photobox__label {
    width: 95%;
    text-align: center;
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease-out;
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease-out;
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease-out, -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease-out;
    will-change: transform;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    font-size: 22px
}

.photobox_type11:hover .photobox__label {
    transition-duration: calc(var(--photoboxAnimationDuration, .8s)/ 4);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--tertiaire)
}

.photobox_type11 .photobox__preview {
    transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9);
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9);
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9), -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.photobox_type11:hover .photobox__preview {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.grid {
    background: #fff
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item,
.grid-sizer {
    width: 33.333%
}

.grid-item {
    float: left;
    padding: .2em
}

.grid-item img {
    display: block;
    max-width: 100%
}

@media screen and (max-width:992px) {
    .grid-item,
    .grid-sizer {
        width: 46%
    }
}

@media screen and (max-width:767px) {
    .grid-item,
    .grid-sizer {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    #no-more-tables table,
    #no-more-tables tbody,
    #no-more-tables td,
    #no-more-tables th,
    #no-more-tables thead,
    #no-more-tables tr {
        display: block
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    #no-more-tables tr {
        border: 1px solid #eee;
        margin-top: 1em
    }
    #no-more-tables td {
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700
    }
    #no-more-tables td:before {
        content: attr(data-title)
    }
}

#adresse {
    background-image: url(../media/logos/bg-logo.jpg);
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-family: Arial
}

#adresse h2 {
    color: #fff;
    font-family: 'Fauna One', serif
}

#adresse a {
    color: #fff;
    text-decoration: none;
    font-family: Arial
}

#map {
    background-color: #fff;
    margin: 0;
    padding: 0
}

#formulaire {
    background: #fff;
    margin: 0;
    padding: 0 0;
    color: #865b3b;
    font-family: Arial
}

#formulaire h1 {
    color: #865b3b;
    padding-top: 30px;
    font-family: 'Fauna One', serif;
    text-transform: uppercase
}

#formulaire a {
    color: #865b3b;
    text-decoration: none;
    font-family: Arial
}

#btnContactUs {
    background-color: var(--tertiaire);
    border: var(--tertiaire);
    color: var(--primaire);
    margin-bottom: 50px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 45px;
    opacity: .8
}

textarea.form-control {
    height: 140px
}

.form-check {
    margin-left: 3%
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    border-radius: 0
}

.btn-top {
    color: var(--tertiaire);
    background-color: #865b3b
}

.btn-top:hover {
    color: #e3e3e3;
    background-color: #7e4e2a
}

footer {
    background: url(../charte/bandeau-header.jpg);
    padding: 50px;
    min-height: 100px
}

footer p {
    color: #fff
}

footer p a {
    color: #fff;
    font-weight: 700
}

footer p a:hover {
    color: #fff;
    text-decoration: none
}

.list-inline-item:not(:last-child) {
    margin-right: .1rem
}

.list-inline-item a {
    color: #fff;
    font-size: 16px;
    font-family: 'Open sans Condensed';
    font-weight: bold
}

div#logo-distributeur>a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 70px;
    background: none no-repeat top left transparent;
    margin: 0 auto
}

div#logo-distributeur>a.distal {
    background-image: url(../charte/logo-al.png)
}

div#logo-distributeur>a.distar {
    background-image: url(../charte/logo-ar.png)
}

div#logo-distributeur>a.distco {
    background-image: url(../charte/logo-co.png)
}

div#logo-distributeur>a.disteo {
    background-image: url(../charte/logo-eo.png)
}

div#logo-distributeur>a.distsi {
    background-image: url(../charte/logo-si.png)
}

#liens-referencement {
    font-size: 11px;
    text-align: center
}

#liens-referencement a {
    color: var(--primaire)
}

#actu-bloc1 {
    background: rgba(var(--primaire-opacite), .1);
    padding: 20px;
    border: 5px solid var(--tertiaire)
}

.liens-actu {
    text-align: right
}

.liens-actu a {
    color: var(--primaire)
}

.liens-actu a:hover {
    color: var(--primaire);
    text-decoration: none
}

#actu-bloc2 {
    background: rgba(var(--primaire-opacite), .1);
    padding: 20px;
    border: 5px solid var(--tertiaire)
}

#actu-bloc3 {
    background: rgba(var(--primaire-opacite), .1);
    padding: 20px;
    border: 5px solid var(--tertiaire)
}

#admodal a {
    color: var(--tertiaire)
}

.liens-catalogue a {
    color: var(--tertiaire)
}

.liens-catalogue a:hover {
    color: var(--primaire);
    text-decoration: none
}

.breadcrumb .active {
    color: var(--secondaire)
}

.card-product h4 {
    color: var(--primaire);
    font-family: var(--font2)
}

.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center
}

.card-product .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.card-product .info-wrap {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid var(--secondaire)
}

.card-product .bottom-wrap {
    padding: 15px;
    border-top: 1px solid var(--secondaire)
}

.label-rating {
    margin-right: 10px;
    color: var(--secondaire);
    display: inline-block;
    vertical-align: middle
}

.card-product .price-old {
    color: var(--secondaire)
}

.search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.search * {
    outline: 0;
    box-sizing: border-box
}

.search__wrapper {
    position: relative
}

.search__field {
    width: 50px;
    height: 50px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 1.35em;
    padding: .35em 50px .35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.search__field:focus {
    border-bottom-color: var(--secondaire);
    width: 50vw;
    color: var(--secondaire);
    cursor: default
}

.search__field:focus~.search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--tertiaire);
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color .2s ease-in-out
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: var(--secondaire);
    font-size: .65em;
    font-weight: 400;
    top: -20px;
    opacity: 1;
    visibility: visible!important
}

.search__field:-moz-placeholder[style*=hidden] {
    color: var(--secondaire);
    font-size: .65em;
    font-weight: 400;
    top: -20px;
    opacity: 1;
    visibility: visible!important
}

.search__field::-moz-placeholder[style*=hidden] {
    color: var(--secondaire);
    font-size: .65em;
    font-weight: 400;
    top: -20px;
    opacity: 1;
    visibility: visible!important
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: var(--secondaire);
    font-size: .65em;
    font-weight: 400;
    top: -20px;
    opacity: 1;
    visibility: visible!important
}

ol li a {
    margin: 0 5px
}

ol li.active {
    margin: 0 5px
}

img {
    max-width: 100%
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:996px) {
    .preview {
        margin-bottom: 20px
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0
}

.tab-content {
    overflow: hidden
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.card {
    margin-top: 50px;
    background: var(--tertiaire);
    padding: 3em;
    line-height: 1.5em
}

@media screen and (min-width:997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.colors,
.price,
.product-title,
.sizes {
    text-transform: UPPERCASE;
    font-weight: 700
}

.checked,
.price span {
    color: var(--primaire)
}

.price,
.product-description,
.product-title,
.rating,
.sizes,
.vote {
    margin-bottom: 15px
}

.product-title {
    margin-top: 0
}

.size {
    margin-right: 10px
}

.size:first-of-type {
    margin-left: 40px
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px
}

.color:first-of-type {
    margin-left: 20px
}

.add-to-cart,
.like {
    background: var(--primaire);
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: 700;
    color: var(--tertiaire);
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.add-to-cart:hover,
.like:hover {
    background: var(--secondaire);
    color: var(--tertiaire)
}

.not-available {
    text-align: center;
    line-height: 2em
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: var(--tertiaire)
}

.tooltip-inner {
    padding: 1.3em
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

h2.titrecarte {
    font-family: var(--font2);
    color: var(--secondaire);
    text-align: center;
    padding-bottom: 10px
}

h3.sectionplat {
    font-family: var(--font2);
    color: var(--secondaire);
    font-size: 26px;
    text-align: center;
    background-color: bisque;
    padding: 10px 0
}

p.nomplat {
    font-family: var(--font2);
    text-align: center
}

p.prixplat {
    font-family: var(--font2);
    color: coral;
    font-size: 20px;
    text-align: center
}

hr.dashed {
    background-color: var(--tertiaire);
    color: var(--tertiaire);
    width: 100%;
    border: none;
    border-bottom: dashed var(--secondaire) 2px
}

#section-fleuriste h1 {
    text-align: center;
    font-family: var(--font2);
    text-transform: uppercase
}

#section-fleuriste h2 {
    text-align: center;
    font-family: var(--font2);
    color: var(--secondaire);
    font-size: 30px;
    border-bottom: 1px solid var(--secondaire);
    padding-bottom: 5px
}

#section-fleuriste.btn {
    background-color: var(--tertiaire);
    color: var(--primaire);
    text-align: center;
    margin-bottom: 10px
}

.description {
    text-align: justify
}

#section-photo h1 {
    text-align: center;
    font-family: var(--font2);
    text-transform: uppercase
}

.profile-card-1 {
    font-family: var(--font1);
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: var(--tertiaire);
    text-align: center;
    height: 368px;
    border: none;
    background-color: rgba(var(--primaire-opacite), .5)
}

.profile-card-1 .background {
    width: 100%;
    vertical-align: top;
    opacity: .6;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    transform: scale(1.4)
}

.profile-card-1:hover .background {
    width: 100%;
    vertical-align: top;
    opacity: .4;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.profile-card-1 .card-content {
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    top: 5%
}

.profile-card-1 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
    border: 2px solid #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.profile-card-1 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px
}

.profile-card-1 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 10px
}

.profile-card-1 i {
    display: inline-block;
    font-size: 16px;
    color: var(--tertiaire);
    text-align: center;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 1.5em;
    border-radius: 50%;
    margin: 0 5px
}

.profile-card-1 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px
}

.profile-card-1 .icon-block a {
    text-decoration: none
}

.profile-card-1 i:hover {
    background-color: var(--tertiaire);
    color: var(--secondaire);
    text-decoration: none
}

#toolbar {
    background-color: #fff;
    min-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #3d3d3d
}

.langue {
    background-color: #fff
}

.langue a {
    color: #000
}

.hero-area .advance-search {
    background: #fff;
    padding: 40px 30px;
    border-radius: 3px;
    margin-bottom: -50px;
    box-shadow: -1px 3px 6px rgba(0, 0, 0, .12)
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

ul.dropdown-cart {
    min-width: 250px
}

ul.dropdown-cart li .item {
    display: block;
    padding: 3px 10px;
    margin: 3px 0
}

ul.dropdown-cart li .item:hover {
    background-color: #f3f3f3
}

ul.dropdown-cart li .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

ul.dropdown-cart li .item-left {
    float: left
}

ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info {
    float: left
}

ul.dropdown-cart li .item-left span.item-info {
    margin-left: 10px
}

ul.dropdown-cart li .item-left span.item-info span {
    display: block
}

ul.dropdown-cart li .item-right {
    float: right
}

ul.dropdown-cart li .item-right button {
    margin-top: 14px
}

.my-fixe {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0
}

#adresse a,
#slogan a,
.bg-contact a,
.bg-legale a,
.droite a,
.encart-horaire a,
.reservez a,
.sp-bord a,
footer .list-inline a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    vertical-align: top
}

.bg-primary p {
    display: block;
    text-align: center;
    color: #865b3b!important
}

.bg-contact a,
.bg-legale a,
.bg-primary p,
.encart-horaire a,
.reservez a {
    color: #865b3b
}

.bg-contact a:hover,
.bg-legale a:hover,
.bg-primary p:hover {
    text-decoration: none!important
}

#adresse a {
    color: #fff
}

.bg-contact a,
.bg-legale a,
.bg-primary p,
.reservez a {
    text-shadow: 1px 1px 1px #865b3b
}

#adresse a:hover,
#slogan a:hver,
.bg-contact a:hover,
.bg-legale a:hover,
.bg-primary p:hover,
.reservez a:hover,
.sp-bord a:hover,
footer .list-inline a:hover {
    text-decoration: none!important
}

#adresse a:after,
#slogan a:after,
.bg-contact a:after,
.bg-legale a:after,
.bg-primary p:after,
.droite a:after,
.encart-horaire a:after,
.reservez a:after,
.sp-bord a:after,
footer .list-inline a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#slogan a:after,
footer .list-inline a:after {
    background: #fff
}

.sp-bord a:after {
    background: #000
}

.sp-bord a {
    color: #fff!important;
    text-decoration: underline
}

#slogan a:hover,
.droite a:hover:hover,
.sp-bord a:hover,
footer .list-inline a:hover {
    text-decoration: none!important
}

#adresse a:after {
    background: #fff
}

#section-rubrique .sp-bord a:after {
    background: #000
}

#section-rubrique .sp-bord a {
    color: #000!important
}

.bg-contact a:after,
.bg-legale a:after,
.bg-primary p,
.droite a:after,
.encart-horaire a:after,
.reservez a:after {
    background: #865b3b
}

#adresse a:hover:after,
#slogan a:hover:after,
.bg-contact a:hover:after,
.bg-legale a:hover:after,
.bg-primary p:hover:after,
.droite a:hover:after,
.encart-horaire a:hover:after,
.reservez a:hover:after,
.sp-bord a:hover:after,
footer .list-inline a:active:after,
footer .list-inline a:focus:after,
footer .list-inline a:hover:after {
    left: 0;
    right: 0
}

.droite a {
    color: #865b3b;
    font-weight: 700
}

.bg-contact .submit,
.bttn-savoir .bttn-subm,
.bttn-savoir a,
.reservez .submit {
    text-align: center;
    background: #865b3b;
    color: #fff;
    width: auto;
    margin: auto;
    padding: 8px 15px 12px;
    border-radius: 0;
    font-size: larger;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #865b3b
}

.bg-contact .submit:hover,
.bttn-savoir .bttn-subm:hover,
.bttn-savoir a:active,
.bttn-savoir a:focus,
.bttn-savoir a:hover,
.reservez .submit:hover {
    color: #865b3b;
    text-decoration: none!important;
    background: #fff;
    border: 1px solid #865b3b
}

.bg-contact .submit {
    margin-top: 25px
}

#section4 h2 {
    font-family: 'Fauna One', serif
}

#section-rubrique.section-rub1 {
    background: #865b3b;
    padding: 30px 0 30px
}

.section-rub1 h2,
.section-rub1 p {
    color: #fff
}

.section-rub1 .service h2 {
    font-size: 20px;
    height: 60px
}

.section-rub1 .service a:hover {
    text-decoration: none
}

.outillage {
    max-width: 665px;
    margin: auto
}

.fa-ul.ul-center-v {
    margin: auto;
    max-width: 487px
}





.service a,
.service a .event-img img {
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s
}



.service a .event-img {
    position: relative;
    height: 211px;
    width: 100%;
    overflow: hidden;
    display: inline-block
}

.service a .event-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%
}

.service a:hover .event-img img {
    -webkit-transform: scale(8);
    transform: scale(1.7);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out
}



@media (max-width:960px) {


.service a .event-img {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    display: inline-block
}
	
	
	.service a:hover .event-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out
}


	}

.bg-contact {
    background: url(../media/bg-contact.jpg) no-repeat top;
    background-size: auto;
    width: 100%;
    background-size: cover
}

p.text-center.event-contact {
    background-color: rgba(134, 91, 59, .6588235294117647);
    padding: 25px;
    font-size: large;
    color: #fff;
    line-height: 30px;
    margin-bottom: 40px
}

.bg-contact h1 {
    margin-bottom: 30px;
    text-transform: uppercase
}

#section4a .payement img:hover,
.outillage img:hover {
    opacity: .8
}

@media screen and (max-width:1024px) {
    #section1 {
        padding: 35px 0 40px
    }
    #section-rubrique.section-rub1 {
        padding: 35px 0 20px
    }
}

@media screen and (max-width:992px) {
    #section-rubrique {
        padding: 35px 0 40px
    }
    #section1 h1 {
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1.2em
    }
    .cl-fb-event {
        text-align: center!important
    }
    #section4 h2 {
        margin-top: 20px;
        text-align: center!important
    }
    .resp-cent {
        text-align: center!important
    }
    .event-marg {
        margin-top: 20px
    }
    #section4a {
        padding: 20px 0
    }
    .service a .event-img {
       
    }
    .section-rub1 .service h2 {
        height: auto;
        font-size: 32px;
        margin-bottom: 25px
    }
    .service .col-md-12.col-lg-4.mb-3 {
        margin-bottom: 35px
    }
    .event-map,
    p.text-center.event-contact {
        margin-bottom: 30px
    }
}

@media screen and (max-width:768px) {
    #section-rubrique h1,
    #section1 h1 {
        font-size: 1.8rem;
        line-height: 1.2em;
        margin-bottom: 20px!important
    }
    #section-rubrique h2 {
        font-size: 1.7rem
    }
    #section-rubrique h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width:767px) {
    #slogan p {
        margin-top: 0
    }
    #section1 {
        padding: 7px 0 40px
    }
    #section2 .fa-ul {
        margin-bottom: 20px
    }
}

@media screen and (max-width:545px) {
    #section3 h2 {
        top: 34%
    }
    #section3 h2 {
        font-size: 40px
    }
    .service a .event-img {
        height: auto
    }
    .service a .event-img img {
        position: static
    }
    footer {
        padding: 25px 15px 30px
    }
}

@media screen and (max-width:533px) {
    #section-rubrique h1,
    #section1 h1 {
        font-size: 1.8rem
    }
    h2 {
        font-size: 1.3rem
    }
    #section-rubrique h2 {
        font-size: 1.3rem
    }
    .displ-none {
        display: none
    }
    .fa-ul.ul-center-v {
        padding-left: 20px
    }
}

@media screen and (max-width:414px) {
    #section3 h2 {
        font-size: 34px
    }
    .parallax {
        height: 383px!important
    }
}@charset "utf-8";
/* CSS Document */


a.btn-light {
color: #212529;
background-color:#B8997C;
border-color: #B8997C;
}

a.btn-light:hover {
color: #fff;
background-color:#634c36;
border-color: #634c36;
}


.fade-in-image1 { animation: fadeIn 5s; }
.fade-in-image2 { animation: fadeIn 6s; }
.fade-in-image3 { animation: fadeIn 7s; }
.fade-in-image4 { animation: fadeIn 8s; }



