@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=Sofia&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: 200px
}

#logo {
    text-align: center;
    margin-top: 5px
}

#slogan p {
    font-size: 22px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    margin-top: 0;
    font-weight: 700;
    line-height: normal;
    background: #ef4284;
    width: 100%;
    color: #fff;
    padding: 10px
}

#slogan p a {
    color: #fff
}

#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
}

@media (max-width:992px) {
    #header {
        background: 0 0;
        background-color: var(--tertiaire);
        width: 100%;
        height: auto
    }
    #logo {
        text-align: center
    }
    #slogan p {
        font-size: 16px;
        text-align: center
    }
    #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: #303030!important;
    padding: 20px
}

.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: #303030!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: #fff;
    background-color: #ef4284;
    padding: 20px
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 20px
}

.navbar-light .navbar-nav .nav-link:hover {
    background-color: #ef4284;
    color: #fff;
    padding: 20px
}

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(255, 255, 255, 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: 80px;
        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: #303030;
        height: 900px;
        text-align: center
    }
}

#section1 {
    background: url(../charte/fond-section1.jpg) no-repeat;
    padding: 10px;
    background-size: cover;
    margin-bottom: -15px
}

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

#section1 h1 {
    color: var(--primaire);
    line-height: 1.5em;
    text-align: left;
    font-family: Sofia, cursive
}

#section1 p {
    line-height: 1.5em
}

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

#section2 {
    background-color: #ef4284
}

#section2 h2 {
    color: var(--tertiaire);
    line-height: 1.5em;
    text-align: left;
    padding-top: 20px;
    font-family: Sofia, cursive
}

#section2 p {
    color: #fff;
    line-height: 1.5em
}

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

#section2 .btn {
    background-color: #fff;
    color: #ef4284;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0
}

#section2 .btn:hover {
    background-color: #fff;
    color: #ef4284;
    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: Sofia, cursive
}

@media (max-width:992px) {
    #section3 h2 {
        padding-top: 50px
    }
}

#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: cover
}

#section4 {
    padding: 60px 0 0
}

#section4 h2 {
    color: var(--primaire);
    line-height: 1.5em;
    text-align: left;
    font-family: Sofia, cursive
}

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

#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: #ef4284;
    margin-top: 50px;
    padding-top: 50px;
    color: var(--tertiaire)
}

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

#section-rubrique {
    padding: 50px 0
}

#section-rubrique h1 {
    text-align: center;
    font-family: Sofia, cursive;
    border-bottom: 1px solid #ef4284;
    padding-bottom: 35px
}

#section-rubrique h2 {
    text-align: center;
    font-family: 'Open Sans', sans-serif
}

#section-rubrique h3 {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700
}

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: #303030;
    margin: 0;
    padding: 20px 0;
    color: #fff
}

#adresse h2 {
    color: #fff
}

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

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

#formulaire,
.formulaire {
    background: #ef4284;
    margin: 0;
    padding: 0 0;
    color: #fff
}

#formulaire h1 {
    color: #fff;
    padding-top: 30px
}

#formulaire a {
    color: #fff;
    text-decoration: none
}

#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: 72px;
    opacity: .8
}

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

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

.btn-top {
    color: #fff;
    background-color: #ef4284
}

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

footer {
    background: #fff;
    padding: 20px;
    min-height: 100px
}

footer p {
    color: var(--tertiaire)
}

footer p a {
    color: var(--tertiaire);
    font-weight: 700
}

footer p a:hover {
    color: var(--secondaire);
    text-decoration: none
}

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

.list-inline-item a {
    color: #000;
    font-size: 12px
}

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: 'Open Sans Condensed', sans-serif
}

.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: 'Open Sans Condensed', sans-serif;
    color: var(--secondaire);
    text-align: center;
    padding-bottom: 10px
}

h3.sectionplat {
    font-family: 'Open Sans Condensed', sans-serif;
    color: var(--secondaire);
    font-size: 26px;
    text-align: center;
    background-color: bisque;
    padding: 10px 0
}

p.nomplat {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center
}

p.prixplat {
    font-family: 'Open Sans Condensed', sans-serif;
    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: 'Open Sans Condensed', sans-serif
}

#section-fleuriste h2 {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    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: 'Open Sans Condensed', sans-serif
}

.profile-card-1 {
    font-family: 'Open Sans', sans-serif;
    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
}

h1 {
    line-height: 42px!important
}

a {
    color: initial
}

a:hover {
    text-decoration: none;
    color: initial;
    opacity: .7
}

.title-1 {
    color: var(--primaire);
    line-height: 1.5em;
    text-align: left;
    font-family: Sofia, cursive;
    font-size: 25px;
    color: #ef4284;
    margin-bottom: 10px;
    margin-top: 5px
}

#hp #section2 .calendar {
    border: 3px solid rgba(255, 255, 255, .3)
}

#hp #section2 .calendar .col-lg-6 {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 5px 15px!important;
    padding: 5px 15px!important
}

#hp #section3 .parallax {
    background-image: url(../media/images/hp-parallax-1.png)
}

#hp #section4 .btn {
    background-color: #ef4284;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0
}

.boulangerie-page .boulangerie-list {
    max-width: 750px;
    margin: 25px auto 50px
}

.boulangerie-page .boulangerie-list>div {
    padding: 15px 25px;
    min-height: 286px
}

.boulangerie-page .boulangerie-list>div:first-child {
    background-color: #ffdce9
}

.boulangerie-page .boulangerie-list>div:nth-child(2) {
    background-color: #f4cddb
}

.boulangerie-page .boulangerie-list>div:nth-child(3) {
    background-color: #fde8f0
}

.boulangerie-page .boulangerie-list>div:nth-child(4) {
    background-color: #ffdce9
}

.patisserie-page .row.patisserie-list {
    max-width: 750px;
    margin: 25px auto 50px
}

.patisserie-page .patisserie-list>div:first-child {
    background-color: #ffdce9
}

.patisserie-page .patisserie-list>div:last-child {
    background-color: #ffe5ee
}

.patisserie-page .patisserie-list>div {
    padding: 15px 25px
}

.patisserie-page .patisserie-list>div {
    padding: 15px 25px
}

.snack-page .snack-list {
    max-width: 750px;
    margin: 25px auto 50px;
    background-color: #ffe5ee
}

.formulaire #demande-contact .btn.submit {
    border-radius: 0
}

.formulaire #demande-contact .btn.submit:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.formulaire #demande-contact a {
    color: #fff
}

.infolegales-page p {
    text-align: center!important;
    padding-bottom: 15px
}

.infolegales-page p:last-child {
    border: none!important
}

.infolegales-page p b {
    color: #ef4284
}

.text-black {
    color: #212529
}

.btn.rose {
    background-color: #ef4284;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0
}

.product-list .product .product-title {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ie-display: flex;
    -o-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ie-align-items: center;
    -o-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ie-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    margin-bottom: 0;
    color: #303030;
    padding: 5px 15px
}

.product-list .product .product-title p {
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400
}

.product-list .product img {
    max-width: 60px;
    display: inline-block;
    margin-right: 15px
}

.product-list .product {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ie-display: flex;
    -o-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ie-align-items: center;
    -o-align-items: center;
    margin-bottom: 15px
}

@media screen and (max-width:567px) {
    #section-rubrique {
        padding-top: 25px!important
    }
    #section-rubrique h1 {
        font-size: 30px;
        margin-bottom: 25px!important;
        margin-top: 0!important;
        padding-bottom: 20px;
        padding-top: 20px
    }
    #hp #section3 .parallax {
        background-image: url(../media/images/hp-parallax-1-mob.png);
        height: auto;
        padding-bottom: 50px;
        background-size: 250%
    }
}

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

.db-mobile {
    display: none
}

.dn-mobile {
    display: block
}

@media screen and (max-width:567px) {
    .db-mobile {
        display: block!important
    }
    .dn-mobile {
        display: none!important
    }
}

.encart {
    border: 2px solid #ef4284;
    padding: 25px
}

.circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 250px;
    width: 250px
}

li,
p {
    text-align: justify!important;
    line-height: normal
}

.ximg {
    width: 100%;
    height: auto
}

.table-responsive {
    margin-bottom: 25px;
    border: 1px solid #e9e9e9;
    padding-bottom: 25px;
    overflow-x: auto;
    -webkit-overflow-x: auto;
    -moz-overflow-x: auto;
    -ie-overflow-x: auto;
    -o-overflow-x: auto
}

.table-responsive table {
    min-width: 533px
}

.table-responsive table,
.table-responsive table td {
    border: none!important
}

.table-responsive td {
    padding: 5px 10px!important;
    font-weight: 700
}

.table-responsive td:first-child {
    text-align: left!important
}

.table-responsive td {
    padding: 5px 10px!important
}

.bold {
    font-weight: 700
}

.shadow1 {
    -webkit-box-shadow: 0 2px 20px -6px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 2px 20px -6px rgba(0, 0, 0, .75);
    box-shadow: 0 2px 20px -6px rgba(0, 0, 0, .75)
}

.frame1 {
    border: 5px solid #fff;
    box-shadow: 0 2px 9px -3px rgba(0, 0, 0, .75)
}

.bt-dotted {
    border-top: dotted 2px #213f6c!important
}

.bb-dotted {
    border-bottom: dotted 2px #213f6c!important
}

.g-recaptcha {
    margin-bottom: 1rem!important
}

.flex-sm-w100-child {
    width: 100%
}

.lh-normal {
    line-height: normal!important
}

.lh-100 {
    line-height: 100%!important
}

.fs-40 {
    font-size: 40px!important
}

.fs-35 {
    font-size: 35px!important
}

.fs-25 {
    font-size: 25px!important
}

.fs-22 {
    font-size: 22px!important
}

.fs-20 {
    font-size: 20px!important
}

.fs-18 {
    font-size: 18px!important
}

.fs-16 {
    font-size: 16px!important
}

.fs-15 {
    font-size: 15px!important
}

.fs-14 {
    font-size: 14px!important
}

.fs-12 {
    font-size: 12px!important
}

.fs-10 {
    font-size: 10px!important
}

@media (min-width:576px) {
    .flex-sm-w100-child {
        width: 50%!important
    }
    .fs-sm-40 {
        font-size: 40px!important
    }
    .fs-sm-35 {
        font-size: 35px!important
    }
    .fs-sm-25 {
        font-size: 25px!important
    }
    .fs-sm-22 {
        font-size: 22px!important
    }
    .fs-sm-20 {
        font-size: 20px!important
    }
    .fs-sm-18 {
        font-size: 18px!important
    }
    .fs-sm-16 {
        font-size: 16px!important
    }
    .fs-sm-15 {
        font-size: 15px!important
    }
    .fs-sm-14 {
        font-size: 14px!important
    }
    .fs-sm-12 {
        font-size: 12px!important
    }
    .fs-sm-10 {
        font-size: 10px!important
    }
}

@media (min-width:768px) {
    .fs-md .fs-sm-40 {
        font-size: 40px!important
    }
    -40 {
        font-size: 40px!important
    }
    .fs-md-35 {
        font-size: 35px!important
    }
    .fs-md-25 {
        font-size: 25px!important
    }
    .fs-md-22 {
        font-size: 22px!important
    }
    .fs-md-20 {
        font-size: 20px!important
    }
    .fs-md-18 {
        font-size: 18px!important
    }
    .fs-md-16 {
        font-size: 16px!important
    }
    .fs-md-15 {
        font-size: 15px!important
    }
    .fs-md-14 {
        font-size: 14px!important
    }
    .fs-md-12 {
        font-size: 12px!important
    }
    .fs-md-10 {
        font-size: 10px!important
    }
    .fs-md-10 {
        font-size: 10px!important
    }
}

@media (min-width:992px) {
    .fs-lg-40 {
        font-size: 40px!important
    }
    .fs-lg-35 {
        font-size: 35px!important
    }
    .fs-lg-25 {
        font-size: 25px!important
    }
    .fs-lg-20 {
        font-size: 20px!important
    }
    .fs-lg-22 {
        font-size: 22px!important
    }
    .fs-lg-18 {
        font-size: 18px!important
    }
    .fs-lg-16 {
        font-size: 16px!important
    }
    .fs-lg-15 {
        font-size: 15px!important
    }
    .fs-lg-14 {
        font-size: 14px!important
    }
    .fs-lg-12 {
        font-size: 12px!important
    }
    .fs-lg-10 {
        font-size: 10px!important
    }
    .fs-lg-10 {
        font-size: 10px!important
    }
}

@media (min-width:1200px) {
    .fs-xl-40 {
        font-size: 40px!important
    }
    .fs-xl-35 {
        font-size: 35px!important
    }
    .fs-xl-25 {
        font-size: 25px!important
    }
    .fs-xl-22 {
        font-size: 22px!important
    }
    .fs-xl-20 {
        font-size: 20px!important
    }
    .fs-xl-18 {
        font-size: 18px!important
    }
    .fs-xl-16 {
        font-size: 16px!important
    }
    .fs-xl-15 {
        font-size: 15px!important
    }
    .fs-xl-14 {
        font-size: 14px!important
    }
    .fs-xl-12 {
        font-size: 12px!important
    }
    .fs-xl-10 {
        font-size: 10px!important
    }
    .fs-xl-10 {
        font-size: 10px!important
    }
}

.carousell {
    position: relative;
    margin-top: 26px
}

.carousell-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousell-open:checked+.carousell-item {
    position: static;
    opacity: 100
}

.carousell-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out
}

.carousell-item img {
    display: block;
    height: auto;
    max-width: 100%
}

.carousell-control {
    background: rgba(0, 0, 0, .28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center!important;
    width: 40px;
    z-index: 10
}

.carousell-control.prev {
    left: 2%
}

.carousell-control.next {
    right: 2%
}

.carousell-control:hover {
    background: rgba(0, 0, 0, .8);
    color: #aaa
}

#carousell-10:checked~.control-10,
#carousell-1:checked~.control-1,
#carousell-2:checked~.control-2,
#carousell-3:checked~.control-3,
#carousell-4:checked~.control-4,
#carousell-5:checked~.control-5,
#carousell-6:checked~.control-6,
#carousell-7:checked~.control-7,
#carousell-8:checked~.control-8,
#carousell-9:checked~.control-9 {
    display: block
}

.carousell-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10
}

.carousell-indicators li {
    display: inline-block;
    margin: 0 5px
}

.carouselll-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px
}

.carouselll-bullet:hover {
    color: #aaa
}

#carousell-10:checked~.control-10~.carousell-indicators li:nth-child(10) .carousell-bullet,
#carousell-2:checked~.control-2~.carousell-indicators li:nth-child(2) .carousell-bullet,
#carousell-3:checked~.control-3~.carousell-indicators li:nth-child(3) .carousell-bullet,
#carousell-4:checked~.control-4~.carousell-indicators li:nth-child(4) .carousell-bullet,
#carousell-5:checked~.control-5~.carousell-indicators li:nth-child(5) .carousell-bullet,
#carousell-6:checked~.control-6~.carousell-indicators li:nth-child(6) .carousell-bullet,
#carousell-7:checked~.control-7~.carousell-indicators li:nth-child(7) .carousell-bullet,
#carousell-8:checked~.control-8~.carousell-indicators li:nth-child(8) .carousell-bullet,
#carousell-9:checked~.control-9~.carousell-indicators li:nth-child(9) .carousell-bullet,
#carouselll-1:checked~.control-1~.carousell-indicators li:nth-child(1) .carousell-bullet {
    color: #ea4e1d
}

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



.btn2 {
    background-color: #303030;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px;
    padding-top: 6px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
}

.encart1 {
    border: 2px solid #ef4284;
    padding: 28px;
	background-color: #ef4284
}