:root {
    --color0: #ffffff;
    --color1: #ff6600;
    --nuanceColor1: #752f00;
    --color2: #f3f3f3;
    --color3: #131313;
    --bg-facultatif: #f0f0f0;
    --font_family_1: "Barlow-Medium";
    --font_family_2: "Barlow-Bold";
    --font_family_3: "DancingScript";
    --taille_font: 15px;
    --border-radius: 3px
}
.video-accueil {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.video-accueil video {
    height: 100%;
    width: 100%;
    object-fit: cover
}
body:after {
    content: url('../images/bx_loader.gif')!important;
    display: none;
}

html, body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

a img {
    border: none
}

img {
    max-width: 100%
}

ul, ol {
    list-style-position: inside;
    padding-left: 15px
}

menu, dir {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table, table td, table th {
    font-size: inherit;
    border: 1px solid #7C7C7C
}

main, section, article, aside, footer, header, nav, hgroup {
    display: block
}

iframe {
    border: none
}

ul li.niveau2, ol li.niveau2 {
    margin-left: 30px
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: bold
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.transition {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

hr.trait {
    height: 1px;
    margin: -0.5em 0;
    padding: 0;
    color: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

.page-contenu img {
    margin: 10px
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: #fff;
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] ";
    }

    h1, h2, h3 {
        font-family: verdana, serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^="col-"] {
        width: 100%
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.666666666666664%
    }

    .gallery .ligne-photos div[class="col-md-3"] {
        width: 25%
    }

    .gallery .ligne-photos div[class="col-md-4"] {
        width: 33%
    }

    .gallery .ligne-photos div[class="col-md-6"] {
        width: 50%
    }
}
.body-page-1 .fluid-contenu:before {
    content: "";
    position: absolute;
    width: 230px;
    height: 300px;
    background: url(../images/shape.jpg);
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media (max-width: 1500px){.body-page-1 .fluid-contenu:before{width: 130px;}}

@media (min-width: 992px) {
    .container {
        max-width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

body {
    color: #252525;
    font-family: var(--font_family_1);
    font-size: 15px;
    background: var(--color0);
}

a, a:link, a:visited {
    color: #252525;
    text-decoration: none;
}

.lien_new_bandeau {
    margin-left: 7px;
    color: #b0b0c5 !important;
    text-decoration: underline !important;
}

#bandeau-infos-exceptionnelles {
    background: var(--color1) !important;
}

a:hover {
    color: var(--color1);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
    color: var(--nuanceColor1);
    text-transform: initial;
    font-family: var(--font_family_2);
}

h1, .h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--color1);
    font-family: var(--font_family_2);
    text-transform: uppercase;
    position: relative;
}

h1:before, .h1:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: var(--color1);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.titre-primaire {
    padding-top: 5px;
    position: relative;
}

h2, .h2 {
    font-size: 26px
}

h3, .h3 {
    font-size: 22px
}

h4, h5, h6 {
    font-size: 18px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .h1 a:link, .h2 a:link, .h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .h1 a:visited, .h2 a:visited, .h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover {
    text-decoration: underline
}

.tableGrid>.row,.tableGrid {
    display: table;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
}

.tableGrid>.table-row {
    height: 100%;
    display: table-row;
}

.tableGrid.fullWidth {
    width: 100%;
}

.tableGrid>.row .table-row>[class*=col],.tableGrid .table-row>[class*=col],.tableGrid>.row>[class*=col],.tableGrid>[class*=col] {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
    position: relative;
}

.noPaddingCells>.row .table-row>[class*=col],.noPaddingCells .table-row>[class*=col],.noPaddingCells>.row>[class*=col],.noPaddingCells>[class*=col] {
    padding: 0;
}

.tableGrid.nopadding>.row .table-row>[class*=col],.tableGrid.nopadding .table-row>[class*=col],.tableGrid.nopadding>.row>[class*=col],.tableGrid.nopadding>[class*=col] {
    padding: 0;
}

.tableGrid.va-middle>.row .table-row>[class*=col],.tableGrid.va-middle .table-row>[class*=col],.tableGrid.va-middle>.row>[class*=col],.tableGrid.va-middle>[class*=col] {
    vertical-align: middle;
}

.contact .coordonnees address p.tel.callTracker span {
    font-weight: bold;
    text-decoration: underline;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    position: relative;
}

.callTracker span,.callTracker a {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    line-height: 1.64em;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker span,header .callTracker a {
    top: 5px;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.pied .callTracker a,.coordonnees .callTracker a {
    position: relative;
    left: 0px;
}

.pied .callTracker span.t_affiche {
    font-weight: 100;
    text-decoration: underline;
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    z-index: 9997;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 3px 3px rgb(0 0 0 / 3%);
    background: var(--color0);
}

.tete .cols {
    display: table;
    width: 100%;
    position: relative;
    background: #f7f2ed;
}

.tete .cols .col {
    display: table-cell;
    vertical-align: top;
    font-family: var(--font_family_2);
}

.tete .cols .col.col1 {
    width: 50%;
}

.col.col1.bloc_adresse {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bloc_haut {
    width: 100%;
    border-bottom: 1px solid #80808030;
    background: var(--color0);
}

.fixed .bloc_haut {
}

.tete .cols .col.col1 .adresse {
    background: url(../images/home.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 40px;
    font-family: var(--font_family_1);
    background-position-y: center;
}

.bloc_haut .container {
    display: flex;
}

.tete .cols .col.col2 {
    display: block;
}

.tete .cols .col.col3 {
    width: 50%;
}

.tete .logo-site {
    margin: 0;
    padding: 10px 0 30px 0px;
    text-align: center;
    display: flex;
}

.tete.fixed .logo-site {
    padding: 5px 0 15px 0px;
}

.tete .logo-site img {
    width: 200px;
}

.tete.fixed .logo-site img {
    width: 150px;
}

.tete .btn-recherche {
    margin: 44px 0 0 0;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/search.svg) no-repeat center top;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 26px;
    background-size: 20px;
}

.tete.fixed .btn-recherche, .tete.fixed .btn-favoris {
    margin: 30px 0 0 0;
}

.tete .btn-favoris {
    margin: 41px 0 0 0;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/star.svg) no-repeat center top;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 26px;
    border-left: 3px solid #ECECEC;
    background-size: 20px;
    color: transparent;
}

.tete .tel {
    color: var(--color3);
    padding: 40px 25px 0 0px;
    display: inline-block;
    vertical-align: top;
    font-family: var(--font_family_1);
}

.tete.fixed .tel {
    padding: 30px 25px 0 0px;
}

.tete .tel a {
    color: inherit;
    text-decoration: none
}

.zone-recherche {
    display: none;
    z-index: 99999;
    background: #fff;
    position: absolute;
    top: 98px;
    left: 0px;
    right: 0px;
    padding: 40px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
}

.zone-recherche label {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    font-size: 22px;
}

.zone-recherche input[type="text"] {
    border: 1px solid #b9b9b9;
    height: 48px;
    line-height: 1;
    line-height: 48px \9;
    padding: 0px 12px;
    font-size: 19px;
    width: 280px;
}

.zone-recherche input[type="submit"] {
    transition: all 400ms ease;
    background: var(--color1);
    color: var(--color0);
    text-align: center;
    border: none;
    padding: 13px 12px 7px 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}

.zone-recherche input[type="submit"]:hover {
    background: var(--nuanceColor1);
}

.zone-recherche .btn-fermer {
    color: #000;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: url(../images/ico-croix.png) no-repeat center top;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.zone-recherche .btn-fermer:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.zone-favoris {
    display: none;
    z-index: 9999;
    background: #fff;
    position: absolute;
    top: 98px;
    left: 0px;
    right: 0px;
    padding: 40px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
}

.zone-favoris h2 {
    color: #000;
    font-size: 23px;
    margin: 10px 0 5px 0;
}

.zone-favoris .soustitre {
    font-size: 21px;
    color: #6d6d6d;
    background: url(../images/trait.png) no-repeat center bottom;
    padding: 0 0 15px 0;
    margin: 0 0 50px 0;
}

.zone-favoris .item {
    position: relative;
    padding: 30px 0 0 0;
}

.zone-favoris .item h3 {
    color: #e4b779;
    margin: 20px 0 5px 0;
}

.zone-favoris .item .droite {
    text-align: left;
}

.zone-favoris .item .prix {
    font-size: 35px;
}

.zone-favoris .item .prix sup {
    top: -9px;
    font-size: 19px;
}

.zone-favoris .item .retirer {
    background: url(../images/ico-fermer.png) no-repeat center top;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    text-indent: 100px;
}

.zone-favoris .btn-fermer {
    color: #000;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: url(../images/ico-croix.png) no-repeat center top;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.zone-favoris .btn-fermer:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.zone-favoris .btn-partage {
    z-index: 9997;
    text-align: center;
    background: url(../images/trait.png) no-repeat center top;
    padding: 15px 0 0 0;
    margin: 30px 0 0 0;
}

.zone-favoris .btn-partage .btnp {
    width: 27px;
    height: 25px;
    margin: 0 1px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease
}

.zone-favoris .btn-partage .btnp:hover {
    transform: rotate(360deg)
}

.zone-favoris .btn-partage .btnp.btn-fb {
    background-image: url(../images/ico-fb2.png)
}

.zone-favoris .btn-partage .btnp.btn-twitter {
    background-image: url(../images/ico-twitter2.png)
}

.zone-favoris .btn-partage .btnp.btn-google {
    background-image: url(../images/ico-google2.png)
}

.zone-favoris .btn-partage .btnp.btn-pinterest {
    background-image: url(../images/ico-pinterest2.png)
}

.zone-favoris .btn-partage .btnp.btn-ami {
    background-image: url(../images/ico-ami2.png)
}

.zone-favoris .btn-partage .btnp.btn-fb:hover {
    background-image: url(../images/ico-fb2-h.png)
}

.zone-favoris .btn-partage .btnp.btn-twitter:hover {
    background-image: url(../images/ico-twitter2-h.png)
}

.zone-favoris .btn-partage .btnp.btn-google:hover {
    background-image: url(../images/ico-google2-h.png)
}

.zone-favoris .btn-partage .btnp.btn-pinterest:hover {
    background-image: url(../images/ico-pinterest2-h.png)
}

.zone-favoris .btn-partage .btnp.btn-ami:hover {
    background-image: url(../images/ico-ami2-h.png)
}

.widget-partage {
    display: none;
}

.zone-catalogue {
    display: none;
    z-index: 9997;
    background: #fff;
    position: absolute;
    top: 174px;
    left: 0px;
    right: 0px;
    padding: 40px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.zone-catalogue .categorie {
    border-bottom: 1px solid #e0e0e0;
    padding: 35px 0 0 0;
}

.zone-catalogue .categorie:last-child {
    border-bottom: none
}

.zone-catalogue .categorie .titre-cats {
    text-transform: uppercase;
    color: var(--color1);
    margin: 0;
    padding: 0 0 0 25px;
}

.zone-catalogue .categorie .titre-cats a {
    color: inherit;
    font-family: var(--font_family_2);
}

.zone-catalogue .categorie .titre-cats a:hover {
    text-decoration: underline;
}

.zone-catalogue .categorie .liste-cats {
    color: #000;
    padding: 5px 0 45px 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    table-layout: fixed;
    width: 100%;
    flex-wrap: wrap;
}

.zone-catalogue .categorie .liste-cats .menu-item {
    width: calc(100% / 5);
    margin: 30px 0;
}

.zone-catalogue .categorie .liste-cats .menu-item .blazy {
    background-size: contain;
}

.zone-catalogue .liste-cats .menu-item a {
    display: inline-block;
    line-height: 1;
}

.zone-catalogue .categorie .liste-cats li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.zone-catalogue .categorie .liste-cats li a, .zone-catalogue .categorie .liste-cats li a:visited {
    font-size: 20px;
    display: block;
    padding: 0 0 110px 0;
    color: inherit;
    text-decoration: none;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.zone-catalogue .categorie .liste-cats li.active a, .zone-catalogue .categorie .liste-cats li a:hover {
    color: #e4b779;
}

.zone-catalogue .categorie .liste-cats li.active a:hover {
    cursor: default;
    text-decoration: none
}

.zone-catalogue .btn-fermer {
    color: #000;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: url(../images/ico-croix.png) no-repeat center top;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.zone-catalogue .btn-fermer:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.masque-noir {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 9996;
    cursor: pointer;
}

.decouvrez {
    text-align: center;
}

.decouvrez a,a.bouton-principal {
    transition: all 400ms ease;
    display: inline-block;
    background: var(--color1);
    text-align: center;
    padding: 12px 24px;
    color: var(--color0);
    font-size: 15px;
    text-decoration: none;
    margin: 45px 0 0 0;
}
.slogan_contact a.bouton-principal{
    margin: 15px 0 0 0;
}
.decouvrez a:hover, a.bouton-principal:hover {
    background: var(--nuanceColor1);
}

.fluid-collections {
    background: #f7f2ed;
    position: relative;
    /* display: none; */
}

.fluid-collections .container.nopad {
    position: relative;
    z-index: 1;
    /* display: none; */
}

.fluid-collections .retrait {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.fluid-collections .retrait .opp {
    width: 35%;
}

.fluid-collections .titre {
    background: var(--color1);
    color: var(--color0);
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0 15px 0;
    font-family: var(--font_family_2);
    margin-bottom: 40px;
}

.fluid-collections .encart {
    text-align: center;
    padding: 60px 0 60px 0;
}

.fluid-collections .encart .photo {
    height: 220px;
}

.fluid-collections .encart .photo a,.fluid-collections .encart .photo a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.fluid-collections .encart .titre-col {
    text-transform: initial;
    font-size: 18px;
    font-family: var(--font_family_2);
    margin: 25px 0 0 0;
    color: var(--nuanceColor1);
}

.fluid-collections .encart a {
    display: inline-block;
    color: var(--color3);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.fluid-collections .encart a:hover {
    text-decoration: underline;
}

.navh {
    margin: 0;
    z-index: 8000;
    width: 100%;
    max-width: 100%;
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none;
    display: table;
    width: 100%
}

.navh .menu_principal > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0px;
}

.navh .menu_principal a, .navh .menu_principal a:visited {
    color: #000000;
    display: block;
    font-size: 16px;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: initial;
    font-family: var(--font_family_1);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    width: fit-content;
    margin: auto;
    letter-spacing: 1px;
}

.navh .menu_principal a:hover, .navh .menu_principal li.active > a {
    color: var(--color0);
    background: var(--color1);
}

.navh .menu_principal li.active > a:hover {
    cursor: default
}

.fluid-slider {
    background: #171717
}

.fluid-contenu {
    position: relative;
    z-index: 8000;
    margin: 420px 0 0 0;
}

.body-page-1 .fluid-contenu {
    margin: 90vh 0 0 0;
    background: var(--color0);
    position: relative;
}


.body-page-1 .fluid-contenu:after {
    content: "";
    background: url(../images/aiguilles.svg);
    background-repeat: no-repeat;
    background-position: top right;
    right: 0;
    top: 100px;
    width: 130px;
    height: 300px;
    position: absolute;
    opacity: .3;
    z-index: 0;
    display: none;
}

.nos_atouts img {
    position: relative;
    width: 90px;
    height: 90px;
    transition: all .3s linear;
}

.nos_atouts {
    padding: 4em 0 8em;
    /* background: url(../images/atout.jpeg); */
    background-color: #f7f2ed;
    background-blend-mode: soft-light;
    background-attachment: fixed;
}
.atouts-arrow {
    display: flex;
    flex-direction: row-reverse;
    width: 100px;
    justify-content: space-between;
    top: 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-size: 30px;
}
.intervention .titre-secondaire {
    color: var(--color0);
}
.intervention + div + iframe{
    width: 100%;
}
.nos_atouts .h1 {
    color: var(--color1);
    text-transform: uppercase;
    font-size: 30px;
}

.nos_atouts_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    padding-top: 20px;
}

.atout-item, .atout-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 10px;
    background: var(--color0);
    text-align: center;
    position: relative;
    transition: all .3s linear;
    overflow: hidden;
    height: 230px;
}

.atout-item:hover {
    background: var(--color3);
}


.atout-item:hover h3 {
    position: relative;
    top: 0;
    transform: translate(0);
    padding: 20px;
    transition: all .3s linear;
    color: var(--color0);
    z-index: 1;
    opacity: 1;
}

.atout-item span {
    padding: 10px;
    color: var(--color1);
    font-size: 5rem;
    position: absolute;
    top: 60%;
    left: 20px;
    transition: all .3s linear;
    font-family: var(--font_family_2);
    opacity: .5;
    font-weight: 900;
    display: none;
}

.atout-item:hover span {
    top: 80%;
    right: 0;
    font-size: 20px;
    background: var(--color1);
    color: var(--color0);
    font-family: var(--font_family_2);
    opacity: 1;
    font-weight: 100;
    z-index: 1;
    left: 0;
}

.atout-pic {
    position: absolute;
    top: 77%;
    left: 86%;
    width: 60px;
    height: 60px;
    transition: all .5s linear;
}

.atout-item h3 {
    font-size: 14px;
    text-align: center;
    color: var(--color3);
    position: relative;
    margin: 0;
    font-family: var(--font_family_1);
    text-transform: initial;
    line-height: 1.7;
}

.atout-item p.description {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    transform: translateY(100px);
    opacity: 0;
    transition: all .5s linear;
}

.atout-item:hover p.description {
    display: block;
    opacity: 1;
    transform: translateY(0px);
    color: var(--color0);
    z-index: 1;
}

.fluid-contenu .corps {
    padding: 4em 0;
}

.body-service-list .fluid-contenu .corps {
    padding: 80px 0px 0 0px
}

.sidebar {
    padding-top: 30px;
    text-align: right
}

.sidebar .photoa {
    background: url(../images/photo-accueil.jpg) right top no-repeat;
    height: 187px
}

.encarts {
}

.encarts h2 {
    margin: 70px 0 15px 0;
    font-size: 36px;
    background: url(../images/trait3.png) no-repeat center bottom;
    padding: 0 0 5px 0
}

.encarts .tous-tous {
    text-align: center;
    padding: 30px 0 0 0;
}

.encarts .tous-tous a {
    transition: all 400ms ease;
    text-decoration: none;
    display: inline-block;
    background: url(../images/ar.png) no-repeat 0 4px;
    padding: 0 0 0 30px;
    color: #969696;
    font-size: 20px;
}

.encarts .tous-tous a:hover {
    padding-left: 45px;
}

.encarts .gauche {
    height: 720px;
    background: url(../images/photo-promotions.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.encarts .droite {
    height: 720px;
    text-align: center;
}

.encarts2 {
    padding-top: 4%;
}

.encarts2 h2 {
    margin: 70px 0 15px 0;
    font-size: 36px;
    padding: 0 0 5px 0
}

.encarts2 .tous-tous, .encarts3 .tous-tous {
    text-align: center;
    padding: 30px 0 0 0;
}

.encarts2_content_titre, .encarts3_content_titre {
    display: flex;
    flex-direction: column;
    width: 30%;
    background: var(--color1);
    color: var(--color0);
    justify-content: center;
}

.encarts2_content_titre .tous-tous a {
    font-size: 15px !important;
    color: var(--color0) !important;
}

.encarts2_content_titre h2, .encarts3_content_titre h2 {
    color: var(--color0);
    font-size: 30px;
    font-family: var(--font_family_2);
    text-align: center;
    margin: initial;
}

.encarts2_content_item, .encarts3_content_item {
    width: 70%;
    background: var(--color2);
}

.encarts2_content, .encarts3_content {
    display: flex;
    height: 400px;
}

.encarts2 .tous-tous a {
    transition: all 400ms ease;
    text-decoration: none;
    display: inline-block;
    background: url(../images/ar.png) no-repeat 0 4px;
    padding: 0 0 0 30px;
}

.encarts2 .tous-tous a:hover {
    padding-left: 45px;
}

.encarts2 .gauche {
    height: 720px;
    background: url(../images/photo-favoris.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.encarts2 .droite {
    height: 720px;
    text-align: center;
}

.encarts3 {
    margin-top: 4rem;
}

.encarts3 h2 {
    margin: initial;
    font-size: 36px;
    padding: 0 0 5px 0
}

.encarts3 .tous-tous {
    text-align: center;
    padding: 30px 0 0 0;
}

.encarts3 .tous-tous a {
    transition: all 400ms ease;
    text-decoration: none;
    display: inline-block;
    background: url(../images/ar.png) no-repeat 0 4px;
    padding: 0 0 0 30px;
    color: var(--color0);
    font-size: 15px;
    transition: all 400ms ease;
    text-decoration: none;
    display: inline-block;
    background: url(../images/ar.png) no-repeat 0 4px;
    padding: 0 0 0 30px;
}

.encarts3 .tous-tous a:hover {
    padding-left: 45px;
}

.encarts3 .gauche {
    height: 720px;
    background: url(../images/photo-nouveautes.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.encarts3 .droite {
    height: 720px;
    text-align: center;
}

.fluid-app {
    height: 700px;
    background: url(../images/bg-app.jpg) no-repeat center top;
    padding: 45px 0 0 0;
}

.fluid-app h2 {
    text-align: center;
    font-size: 31px;
    color: #403f3f;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
}

.fluid-app .soustitre {
    text-align: center;
    color: #000;
    font-size: 27px;
}

.fluid-app .liste-app {
    list-style-type: none;
    list-style-image: none;
    padding: 0 0 0 40px;
    margin: 90px 0 0 0
}

.fluid-app .liste-app li {
    background: url(../images/ico-puce.png) no-repeat 0 center;
    padding: 3px 0 2px 30px;
    font-size: 25px;
    color: #000000;
}

.fluid-app .qrcode {
    text-align: center;
    text-transform: uppercase;
    margin: 160px 0 0 0;
    position: relative;
}

.fluid-app .qrcode .fleche {
    width: 118px;
    height: 96px;
    background: url(../images/fleche.png) no-repeat center top;
    position: absolute;
    top: -120px;
    left: 45px;
}

.fluid-app .liste-boutiques {
    list-style-type: none;
    list-style-image: none;
    padding: 40px 0 0 0;
    margin: 0;
}

.fluid-app .liste-boutiques li {
    display: inline-block;
    vertical-align: top;
}

.fluid-app .apps {
    position: absolute;
    top: 65px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: url(../images/app-screen.png) no-repeat center top;
}

.isServiceList .services h1 {
    top: -35px;
    text-align: center;
    position: absolute;
    z-index: 9;
}

.isServiceList .content {
    padding: 0;
    width: 100%;
}

.nosServicesBg {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.nosServicesBg .content {
    padding: 40px 0;
    float: left;
    background-color: transparent;
}

.linkList {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    float: left;
}

.body-service-list .fluid-contenu .container {
}

.isServiceList .content {
    padding: 0;
    width: 100%;
}

.nosServicesBg {
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
    background-color: var(--color0);
    color: var(--color0);
}
.container-zone {
    padding: 0 12%;
}
.intervention {
    padding-top: 4em;
    padding-bottom: 4em;
    background: url(../images/atout.jpeg);
    background-color: #00000091;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    color: var(--color0);
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.intervention strong {
    font-family: var(--font_family_2);
    color: var(--color1);
    font-size: 18px;
}

.services-section a.service-link {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    display: block;
}

.services-section .img-responsive {
    width: 100%;
    height: 300px;
    background-size: cover;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.services-section .service-link:hover .img-responsive {
    transform: scale(1.5);
}

.titre.services {
    position: absolute;
    bottom: 30px;
    color: var(--color0);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.services-section .img-responsive:after {
    content: "";
    background: linear-gradient(360deg, black, transparent, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.nosServicesBg .container {
    position: relative;
}

.services-arrow {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 120%;
}

.atout-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    flex-direction: row-reverse;
}

.atout-arrow div, .services-arrow div {
    height: 40px;
    width: 40px;
    margin: 0 5px;
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    opacity: .2;
}

.atout-arrow div:hover, .services-arrow div:hover {
    opacity: 1;
}

.services-section {
    overflow: hidden;
    padding: 20px;
}

.nosServicesBg .h {
    margin: 70px 0 15px 0;
    font-size: 36px;
    background: url(../images/trait3.png) no-repeat center bottom;
    padding: 0 0 5px 0;
}

.nosServicesBg .hicon:after {
    background-color: transparent;
    margin: 0!important;
}

.nosServicesBg .content {
    padding: 40px 10%;
    float: left;
    background-color: transparent;
}

.linkList {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    float: left;
}

.linkList li {
    display: block;
    width: 100%;
    float: left;
}

.linkList li a {
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

.body-service-list .fluid-contenu .container {
}

.ligne-photos.retrait.centerservice2 {
    margin: 0 16% !important;
}

.ligne-photos.retrait.centerservice {
    margin: 0 33% !important;
}

.btn-retour .glyphicon {
    font-size: 15px;
}

.body-service-list .services .tableGrid.row {
    overflow-x: hidden;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) {
    direction: rtl;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) a.bouton-principal {
    color: #fefcfc;
}

.body-service-list .services .tableGrid.row:nth-of-type(even) {
    direction: ltr;
    background-color: #fff;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) [class*=col-] {
    direction: ltr;
}

.body-service-list .services .tableGrid.row .h {
    text-align: center;
}
.body-service-list .services .tableGrid.row:nth-of-type(odd) .service_sub_title {
    font-size: 22px;
    color: #ffffff;
    padding: 0 0 5px;
}

.body-service-list .services .tableGrid.row .bodyContent {
    padding: 5vw 5vw;
    text-align: center;
}

.isServiceList #main {
    width: 100%;
}

.body-service-list .main_bg {
    padding-bottom: 80px;
    min-height: 600px;
    z-index: 1;
    position: relative;
}

.body-service-list .bodyContent .h {
    text-align: initial;
}

.service_sub_title,.titre-secondaire {
    font-size: 25px;
    color: var(--color3);
    padding: 8px 0 5px;
    display: block;
    font-family: var(--font_family_3);
    text-transform: initial;
}

.nosServicesBg ul {
    padding: 0;
}

.nosServicesBg .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.nosServicesBg .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.services .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.services .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.nosServicesBg .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.nosServicesBg .bx-viewport {
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important;
}

.nosServicesBg .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.services .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.services .bx-viewport {
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important;
}

.services .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    list-style: none;
}

.nosServicesBg .bx-viewport li,.services .bx-viewport li {
    height: 100%;
    list-style: none;
}

.services .bx-pager,.mainSectionSliderBg .bx-pager {
    z-index: 9999;
}

.nosServicesBg .bx-viewport li,.services .bx-viewport li {
    height: 100%;
}

.mainSectionSlider img {
    width: 100%;
}

.nosServicesBg p:last-of-type,.services p:last-of-type {
    margin-bottom: 0;
}

.pied {
    position: relative;
    z-index: 8000;
    background: var(--color3);
}

.pied .bande1 {
    padding: 40px 0 30px 0;
}

.pied .bande2 {
    background: var(--color1);
}

.pied h2 {
    color: var(--color1);
    /* text-transform: initial; */
    font-size: 22px;
    font-family: var(--font_family_2);
    text-transform: inherit;
}

.pied .navf {
    position: inherit;
}

.scrollFooter .scrollbar-handle {
    background: var(--color0);
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 8px 0 15px 0;
    list-style-type: none;
    margin: 0;
    line-height: 1.7;
}

.pied .navf .menu_footer li {
    display: block;
    height: initial;
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited {
    padding: 0;
    color: inherit;
    text-decoration: none
}

.pied .navf .menu_footer li a:hover,.pied .navf .menu_footer li.active a {
    color: var(--color1);
    text-decoration: none;
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied .categorie {
    float: left;
    width: 50%;
}

.pied .categorie .liste-cats {
    color: var(--color0);
    padding: 15px 0 15px 0;
    list-style-type: none;
    margin: 0;
}

.pied .categorie .liste-cats li {
    display: block;
    line-height: 20px;
    padding: 0 0 5px 0;
}

.pied .categorie .liste-cats li:last-child {
    border: none
}

.pied .categorie .liste-cats li a, .pied .categorie .liste-cats li a:visited {
    font-size: 15px;
    padding: 0;
    color: inherit;
    text-decoration: none
}

.pied .categorie .liste-cats li a:hover {
    color: #fff;
    text-decoration: underline;
}

.pied .categorie .liste-cats li.active {
    color: #fff;
}

.pied .categorie .liste-cats li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 10px 0 5px 0;
    color: var(--color0);
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
    line-height: 1.7;
}

.pied address p span.intitule {
    color: #fff;
}

.pied address strong.intitule {
    color: var(--color0);
    font-weight: 100;
}

.pied address p.adresse {
}

.pied address p.tel.tel1 {
}

.pied address p.tel.tel2 {
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .copyright-footer {
    margin: 5px 0px 0px 0px;
    color: #fff;
    font-size: 10px;
    text-align: left;
}

.pied .copyright-footer a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}

.pied .copyright-footer a:hover {
    text-decoration: underline
}

#logoFD svg * {
    fill: #FFF;
}

#logoFD svg {
    width: 190px;
}

.btn-like {
    text-align: right;
    padding: 20px 0px 0px 0px;
}

.pied .btn-partage {
    text-align: center;
    padding: 28px 0px 18px 0px;
}

.pied .btn-partage .btnp {
    width: 20px;
    height: 20px;
    margin: 0 7px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    background-size: 20px;
}

.pied .btn-partage .btnp:hover {
    transform: rotate(360deg)
}

.pied .btn-partage .btnp.btn-fb {
    background-image: url(../images/facebook.svg);
}

.pied .btn-partage .btnp.btn-twitter {
    background-image: url(../images/twitter.svg);
}

.pied .btn-partage .btnp.btn-google {
    background-image: url(../images/ico-google.png)
}

.pied .btn-partage .btnp.btn-linkedin {
    background-image: url(../images/ico-linkdin.png)
}

.pied .btn-partage .btnp.btn-instagram {
    background-image: url(../images/ico-instagram.png)
}

.pied .btn-partage .btnp.btn-pinterest {
    background-image: url(../images/ico-pinterest.png)
}

.pied .btn-partage .btnp.btn-whatsapp {
    background-image: url(../images/ico-whatsapp.png)
}

.propositions-marques {
}

.propositions-marques .titre {
    font-size: 15px;
    color: #929292;
    padding: 40px 0 0px 0;
}

.propositions-marques .marques {
    color: #c3c3c3;
}

.propositions-marques .marques a {
    color: inherit;
    text-decoration: none;
}

.propositions-marques .marques a:hover {
    text-decoration: underline;
}

.menu_ref_bg {
    min-height: 150px;
}

.menu_referencement {
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 14px;
    min-height: initial;
    width: 100%;
    padding: 0;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 1.7;
}

.menu_referencement li {
    display: inline-block;
    display: inline;
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none;
    background: none;
    padding: 0;
}

.menu_referencement li:before {
    font-size: 15px;
    content: ' - ';
    color: #838383;
    margin: 0;
}

.menu_referencement li:first-child:before {
    display: none;
}

.menu_referencement li a {
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    color: var(--color0);
    font-weight: 100;
}

.menu_referencement li.active a, .menu_referencement li a:hover, .menu_referencement li a:focus {
    text-decoration: none;
    color: var(--color1);
}

.modal {
    z-index: 9999
}

.modal-backdrop {
    z-index: 9998
}

.modal-content .btn-inline {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    border-radius: 0px;
    font-size: 17px;
    text-decoration: none;
    transition: all 400ms ease
}

.modal-content .btn-inline:hover {
    color: #fff;
    background: #000;
}

.cont-sliderfav {
    position: relative
}

.sudo-sliderfav, .sudo-sliderfav img {
    width: 100%
}

.encarts2_content_item .sudo-sliderfav, .encarts3_content_item .sudo-slidernouv {
    height: 350px !important;
}

.cont-sliderfav .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 100px;
    text-align: right;
}

.cont-sliderfav .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-sliderfav .controls ol li {
    display: inline-block
}

.cont-sliderfav .controls ol li a {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/miette.png) center center no-repeat;
    margin: 0 2px
}

.cont-sliderfav .controls ol li.current a {
    background: url(../images/miette-h.png) center center no-repeat
}

.cont-sliderfav .controls ol li a span {
    display: none
}

.cont-sliderred {
    position: relative
}

.sudo-sliderred, .sudo-sliderred img {
    width: 100%
}

.cont-sliderred .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -125px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-sliderred .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-sliderred .controls ol li {
    display: inline-block
}

.cont-sliderred .controls ol li a {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/miette.png) center center no-repeat;
    margin: 0 2px
}

.cont-sliderred .controls ol li.current a {
    background: url(../images/miette-h.png) center center no-repeat
}

.cont-sliderred .controls ol li a span {
    display: none
}

.cont-slidernouv {
    position: relative
}

.sudo-slidernouv, .sudo-slidernouv img {
    width: 100%
}

.cont-slidernouv .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 100px;
    text-align: right;
}

.cont-slidernouv .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slidernouv .controls ol li {
    display: inline-block
}

.cont-slidernouv .controls ol li a {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/miette.png) center center no-repeat;
    margin: 0 2px
}

.cont-slidernouv .controls ol li.current a {
    background: url(../images/miette-h.png) center center no-repeat
}

.cont-slidernouv .controls ol li a span {
    display: none
}

.banniere {
    position: absolute;
    top: 98px;
    width: 100%;
    background-size: cover !important;
    height: 369px;
}

.banniere:after {
    content: "";
    background: linear-gradient(45deg, black, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}

.banniere.ban1 {
    background: url(../images/interne.jpeg) no-repeat center top;
    background-position: bottom;
}

.banniere.ban2 {
    background: url(../images/interne.jpeg) no-repeat center top;
    background-size: cover;
    background-position: bottom;

}

.banniere.ban3 {
    background: url(../images/interne.jpeg) no-repeat center top;
    background-position: bottom;
}

.banniere.ban3.homme {
    background: url(../images/interne.jpeg) no-repeat center top;
    background-position: bottom;
}

.banniere.ban3.enfant {
    background: url(../images/interne.jpeg) no-repeat center top;
}

.banniere .slog {
    position: absolute;
    top: 175px;
    left: 430px;
    z-index: 1;
}

.banniere .slog .titre {
    color: var(--color0);
    background: none;
    padding: 0 0 0px 0;
    margin: 0 0 20px 0;
    font-size: 45px;
    font-family: var(--font_family_2);
    border-bottom: 3px solid var(--color0);
    width: fit-content;
}

.banniere .slog .titre-secondaire {
    font-size: 22px;
    color: var(--color3);
    margin: 0;
}

.banniere.racine .slog .titre, .banniere.homme .slog .titre, .banniere.femme .slog .titre {
    color: var(--color0);
    background: none;
    text-transform: initial;
    font-size: 45px;
    font-family: var(--font_family_2);
    border-bottom: 3px solid var(--color0);
    width: fit-content;
}

.banniere.racine .slog h1.titre::before {
    all: unset;
}

.banniere.racine .slog h1.titre {
    line-height : unset;
}

.banniere.racine .slog .titre-secondaire, .banniere.homme .slog .titre-secondaire, .banniere.femme .slog .titre-secondaire {
    color: var(--color0);
}

.banniere.enfant .slog .titre {
    text-transform: uppercase;
}

.cont-slider {
    position: absolute;
    top: 98px;
    width: 100%;
    height: 100vh;
}

.cont-slider:after {
    content: "";
    background: linear-gradient(45deg, black, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}

.sudo-slider, .sudo-slider img {
    width: 100%;
    height: 100vh;
}

.cont-slider .controls {
    /* display: none */
}

.slogan {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    width: 100%;
    color: var(--color0);
    z-index: 1;
    /* text-align: center; */
}

.slogan .texte1 {
    font-size: 60px;
    font-family: var(--font_family_2);
    border-bottom: 3px solid var(--color0);
    width: fit-content;
    /* text-align: center; */
}

.slogan .texte2 {
    font-size: 25px;
    font-family: var(--font_family_3);
    letter-spacing: 1px;
}

.caption {
    position: absolute;
    top: 310px;
    left: 430px;
    font-size: 20px;
    color: #fff;
    opacity: 0
}

.caption .texte1 {
    font-size: 59px;
    line-height: 59px;
    color: #403f3f;
    font-family: 'Merriweather';
    background: url(../images/trait2.png) no-repeat 0 bottom;
    padding: 0 0 10px 0;
}

.caption .texte2 {
    font-size: 24px;
    color: #403f3f;
    text-align: left;
}

.caption.active {
    -webkit-animation: caption 2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    -moz-animation: caption 2s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -o-animation: caption 2s ease-in-out;
    -o-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    animation: caption 2s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

@-webkit-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@-moz-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@-o-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

.contact h2 {
    margin-bottom: 17px;
    font-family: var(--font_family_2);
}

.contact .plan h2 {
    margin-top: 20px
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi, .contact .plan iframe {
    width: 100% !important;
    height: 380px !important;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.contact .plan iframe:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.contact .horaires {
    margin: 0 0;
    padding: 3px 0 0 0;
    font-size: 17px;
}

.contact .coordonnees {background: #f7f2ed;padding: 20px;}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees address p {
    padding: 0px 0 0 35px;
    background-size: 20px !important;
}

.contact .coordonnees address p.adresse {
    background: url(../images/home.svg) no-repeat 0 0;
}

.contact .coordonnees address p.tel {
    background: url(../images/phone.svg) no-repeat 0 0;
    padding-bottom: 10px
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: bold
}

.contact .coordonnees address p span.texte {
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0px 0px 10px 0px
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contact .formulaire .form-group .form-control {
    background: var(--color0);
    border: none;
    box-shadow: none;
    border-radius: 0px;
    width: 100% !important;
}

.body-contact .contact .formulaire .form-group .form-control {
    background: #f7f2ed;
}

.contact .formulaire .form-group textarea.form-control {
    height: 200px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 56px \9;
    padding: 0px 12px;
}

.contact .formulaire .form-group select.form-control {
    height: 56px;
    line-height: 56px;
    padding: 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0), screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        line-height: normal !important;
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group .g-recaptcha {
    width: 301px !important;
    height: 76px !important;
    display: inline-block;
    margin-right: 2% !important;
    vertical-align: top;
    padding-right: 20px;
    float: left;
}

.contact .formulaire .form-group input[name="captcha"] {
    width: 31% !important;
    height: 56px !important;
    display: inline-block;
    float: none !important;
    margin-right: 2% !important;
    vertical-align: top;
}

.contact .formulaire .form-group input[name="captcha"] + a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 56px !important;
    border-radius: 0;
    padding: 0;
}

.contact .formulaire .form-group input.btn-primary {
    display: inline-block;
    float: right;
    height: initial;
}
body.body-catalogue-item .contact .formulaire .form-group input.btn-primary {
    position: absolute;
    right: 0;
    bottom: 60px;
}
.contact .formulaire .form-actions {
    font-size: 12px;
}

.contact a.btn.btn-default {
    float: right
}

.form-group .label-rgpd strong,.info-rgpd strong,.info-rgpd a,.info-rgpd a:visited {
    color: #e4b779;
}

.info-rgpd p, .label-rgpd {
    font-family: arial;
}

.body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
    padding: 14px 28px;
    background: var(--color1);
    text-transform: initial;
    color: var(--color0);
    border-radius: 0px;
    font-size: 18px;
    border: none;
    text-decoration: none;
    transition: all 400ms ease
}

.body-error404 a.btn.btn-default:hover, .body-error404 a.btn.btn-default:active, .contact .formulaire input.btn-primary:hover, .contact .formulaire input.btn-primary:active, .contact a.btn.btn-default:hover, .contact a.btn.btn-default:active {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

*::-webkit-input-placeholder {
    color: #4b4b4b !important
}

*:-moz-placeholder {
    color: #4b4b4b !important;
    opacity: 1 !important
}

*::-moz-placeholder {
    color: #4b4b4b !important;
    opacity: 1 !important
}

*:-ms-input-placeholder {
    color: #4b4b4b !important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4em 0;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1:after, .flex-seoContain .seo-form h2.h1:after {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 5% 1em;
    background: #f1f1f1;
}

.flex-seoContain .seo-form h2.h1:before, .flex-seoContain .seo-content h1:before {
    display: none;
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
    float: right;
    margin: 0 0 5px 20px;
}

.flex-seoContain .contact .formulaire .form-group textarea.form-control {
    height: 202px;
    position: static;
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0% !important;
    text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0px !important;
}

.pageseo .formulaire .form-group .g-recaptcha {
    width: 302px!important;
    margin-right: 2% !important;
    display: table-cell;
}

.pageseo .formulaire .form-group input.btn-primary {
    width: auto;
    margin-top: 0;
    float: right;
}

.gallery .description-galerie {
    padding: 0 0px 20px 0px;
    text-align: justify
}

.gallery .ligne-photos .col-md-1, .gallery .ligne-photos .col-md-2, .gallery .ligne-photos .col-md-3, .gallery .ligne-photos .col-md-4, .gallery .ligne-photos .col-md-6 {
    padding-left: 7px !important;
    padding-right: 7px !important
}

.gallery .ligne-photos {
    margin-left: -7px !important;
    margin-right: -7px !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .ligne-photos .propor:after {
    padding-top: 88%;
    display: block;
    content: '';
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    border: 7px solid #ece9e9;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url('../images/ico-zoom.png') no-repeat center center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.gallery .nav {
    margin: 10px 0px;
    padding-right: 10px
}

.gallery .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.gallery .nav li a {
    background: #222;
    display: block;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover, .gallery .nav li.active a {
    background: #424445;
    color: #fff
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.etiquette {
    position: absolute;
    z-index: 9000;
}

.etiquette.favoris {
    background: url(../images/ico-coeur.png);
    top: 5px;
    right: 5px;
    width: 25px;
    height: 23px;
    transition: all 400ms ease
}

.item:hover .etiquette.favoris {
    background: url(../images/ico-coeur-h.png)
}

.mentions {
    padding: 0 0 10px 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

.mentions .mention {
    color: var(--color1);
    font-style: initial;
    text-align: center;
    font-size: 12px;
    margin: 0;
    line-height: 21px;
}

.fil-arianne {
    border-bottom: 1px solid #b9b8b8;
    padding: 20px 0 10px 0;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: var(--font_family_2);
}

.fil-arianne a {
    text-decoration: none;
    color: inherit;
}

.fil-arianne a:hover {
    text-decoration: underline
}

.fil-arianne span {
}

.cat-produit .fil-arianne {
    margin: 0 0 50px 0;
}
.fil-arianne i {
    font-size: 12px;
    padding: 4px;
    color: var(--color1);
    opacity: 1;
}
.cat-liste .titre-liste {
    background: #3f3f3f;
    border-radius: 3px;
    margin-bottom: 20px
}

.cat-liste .titre-liste h2 {
    background: none;
    margin: 0
}

.cat-liste #filtres {
    display: block;
    padding: 20px 0 0 0;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
}

.cat-liste #filtres form {
    display: inline-block;
}

.cat-liste #filtres form#form_ipp {
    padding-right: 0px
}

.cat-liste #filtres form label, .cat-liste #filtres form b {
    font-weight: normal;
    color: #000;
}

.cat-liste #filtres form label {
    background: url(../images/points.png) no-repeat right 4px;
    padding: 0 10px 0 0;
}

.cat-liste #filtres p {
    margin: 0
}

.cat-liste #filtres select {
    height: 30px;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 0 0 10px;
}

.cat-liste #pagination {
    padding: 8px 0;
    text-align: right;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0 0 0;
}

.cat-liste #pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.cat-liste #pagination ul li {
    display: inline-block;
    width: 28px;
}

.cat-liste #pagination ul li a {
    background: #f5f5f5;
    color: #000;
    font-weight: normal;
    text-align: center;
    display: block;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.cat-liste #pagination ul li a:hover, .cat-liste #pagination ul li.active a {
    background: #edebeb;
}

.filtres-catalogue {
    background: var(--color1);
    padding: 15px;
}

.filtres-catalogue button, .filtres-catalogue a.btn-reset {
    transition: all 400ms ease;
    border: 1px solid #ffffff;
    display: block;
    background: none;
    text-align: center;
    text-transform: uppercase;
    color: var(--color0);
    width: 100%;
    font-size: 16px;
    padding: 9px 0 6px 0;
}

.filtres-catalogue button:hover, .filtres-catalogue a.btn-reset:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.filtres-catalogue h3 {
    font-size: 15px;
    color: var(--color0);
    padding: 5px 0 5px 0;
    font-family: var(--font_family_2);
}

.filtres-catalogue p {
    line-height: 26px;
}

.slider .tooltip-inner {
    color: var(--color0);
    font-family: var(--font_family_2);
    font-size: 12px;
}

.slider-selection {
    background: #e4e4e4 !important;
}

.filtres-catalogue p.range {
    padding: 10px 10px 20px 10px
}

.filtres-catalogue label {
    font-weight: normal;
    font-size: 13px;
    color: var(--color2);
    margin: 0;
    padding: 0 0 0 5px;
    opacity: 1;
}

.filtres-catalogue input:disabled + label {
    font-weight: normal;
    font-size: 13px;
    color: var(--color0);
    margin: 0;
    padding: 0 0 0 5px;
    font-style: italic;
    opacity: .5;
}

.filtres-catalogue input[type="submit"] {
    margin: 30px 0 20px 0;
    transition: all 400ms ease;
    background: var(--color0);
    font-size: 16px;
    color: var(--color3);
    text-align: center;
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0 7px 0;
    text-transform: uppercase;
    font-family: var(--font_family_2);
}

.filtres-catalogue input[type="submit"]:hover {
    background: #000;
    color: #fff
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--color0);
    border: 1px solid white;
    border-radius: initial !important;
    margin-left: -10px !important;
    margin-top: -5px !important;
}

.modele-liste {
    margin-left: -15px!important;
    margin-right: -15px!important;
    padding: 0
}

.encarts .modele-liste, .encarts2 .modele-liste, .encarts3 .modele-liste {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0;
}

.modele-liste .col-md-2, .modele-liste .col-md-3, .modele-liste .col-md-4, .modele-liste .col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.modele-liste .item {
    margin-bottom: 30px;
    position: relative
}

.modele-liste .item .mentions {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    margin: 12px 0;
    border: 1px dashed #686868;
}

.modele-liste .item .mentions .mention {
    font-style: initial;
    color: var(--color3);
    font-family: var(--font_family_2);
}

.modele-liste.cont-sliderfav .item {
    width: 100%;
    padding: 0 20px 0;
    display: flex;
    margin-bottom: initial;
}

.sudo-sliderfav_item, .sudo-slidernouv_item {
    width: 50%;
    padding: 0px 20px 0;
    height: 350px;
}

.sudo-sliderfav_titre-prix, .sudo-slidernouv_titre-prix {
    display: flex;
    justify-content: space-between;
    background: var(--color0);
    align-items: center;
    padding: 10px;
}

.sudo-sliderfav_item_info, .sudo-slidernouv_item_info {
    width: 50%;
    padding: 20px;
}

.sudo-sliderfav_item_info_content, .sudo-slidernouv_item_info_content {
    /* background: #f8f8f8; */
    text-align: right;
}

.sudo-sliderfav_item_info_content ul li, .sudo-slidernouv_item_info_content ul li {
    list-style: none;
    font-size: 15px;
    color: #858585;
    display: flex;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 10px;
}

.sudo-sliderfav_item_info_content li span, .sudo-slidernouv_item_info_content li span {
    float: left;
    font-family: var(--font_family_2);
    color: var(--color3);
    width: 60%;
    text-align: left;
}

.modele-liste.cont-sliderred .item {
    width: 100%;
    padding: 0 20px;
}

.modele-liste.cont-slidernouv .item {
    width: 100%;
    padding: 0 20px 0;
    display: flex;
    margin-bottom: initial;
}

.modele-liste.cont-sliderfav .item .div-proportionnel-item, .modele-liste.cont-sliderred .item .div-proportionnel-item, .modele-liste.cont-slidernouv .item .div-proportionnel-item {
    width: 220px !important;
    display: inline-block;
}

.modele-liste .item .div-proportionnel-item {
    width: 100%;
    position: relative
}

.produit_list_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    gap: 8px;
}

.produit_list_item .prix-item {
    font-size: 15px !important;
    font-family: var(--font_family_2);
}

.produit_list_item h3 {
    margin: initial !important;
    font-size: 14px !important;
    color: var(--color1) !important;
}

.produit_list_item h3 a {
    color: var(--color1) !important;
    font-family: var(--font_family_2);
    text-transform: initial;
}

.modele-liste .item .div-proportionnel-item:after {
    padding-top: 100%;
    display: block;
    content: '';
}

.modele-liste .item .div-proportionnel-item .cont-propor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.modele-liste .item .div-proportionnel-item .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 400ms ease;
    background: var(--color2);
}

.modele-liste .item .div-proportionnel-item .imagecont:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modele-liste .item .div-proportionnel-item .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% !important;
    transition: .4s ease;
    mix-blend-mode: darken;
}

.modele-liste .item .div-proportionnel-item .imagecont .imagefond:hover {
    transform: scale(1.2);
}

.modele-liste .item .noimage {
    background: #fff url(../images/noim.jpg) no-repeat center center
}

.modele-liste .item .tableau {
    width: 100%
}

.modele-liste .item h2, .modele-liste .item h3 {
    margin: 20px 0 10px 0;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.modele-liste .item h2 a, .modele-liste .item h3 a {
    color: var(--color1);
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
}

.modele-liste .item .prix-item {
    font-size: 30px;
    text-align: center;
    line-height: normal;
}

.sudo-sliderfav_titre-prix .prix-item, .sudo-slidernouv_titre-prix .prix-item {
    font-size: 15px !important;
    font-family: var(--font_family_2);
}

.sudo-sliderfav_titre-prix h3, .sudo-slidernouv_titre-prix h3 {
    margin: initial !important;
    font-size: 14px !important;
    color: var(--color1) !important;
    text-transform: initial !important;
}

.modele-liste .item .prix-item div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.modele-liste .item .prix-item div.cell2 {
    display: inline-block;
    white-space: nowrap;
    font-size: 22px;
}

.modele-liste .item .prix-item div.ancien {
    text-decoration: line-through;
    color: #9e9e9e;
    position: relative;
    font-size: 18px;
}

.modele-liste .item .prix-item div.ancien:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 2px;
    right: 2px;
    border-bottom: 1px solid #9e9e9e;
    display: inline-block;
    opacity: 0;
}

.saluuut .item .prix-item {
    font-size: 30px;
    line-height: normal;
}

.saluuut .item .prix-item div {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0px 0
}

.saluuut .item .prix-item div.cell2 {
    display: block;
}

.saluuut .item .prix-item div.ancien {
    text-decoration: line-through;
    color: #9e9e9e;
    position: relative;
    font-size: 24px;
}

.saluuut .item .prix-item div.ancien:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 2px;
    right: 2px;
    border-bottom: 1px solid #9e9e9e;
    display: inline-block;
    opacity: 0;
}

.saluuut .mentions .mention {
    text-align: left;
}

.cat-produit .btn-partage {
    text-align: right;
    position: absolute;
    bottom: -45px;
    right: 0px;
    /* display: none; */
}

.cat-produit .btn-partage .btnp {
    width: 27px;
    height: 25px;
    margin: 0 1px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    vertical-align: top;
    cursor: pointer;
}

.cat-produit .btn-partage .btnp img {
    vertical-align: top;
}

.cat-produit .btn-partage .btnp:hover {
    transform: rotate(360deg)
}

.cat-produit .btn-partage .btnp.btn-fb {
    background-image: url(../images/ico-fb2.png)
}

.cat-produit .btn-partage .btnp.btn-twitter {
    background-image: url(../images/ico-twitter2.png)
}

.cat-produit .btn-partage .btnp.btn-google {
    background-image: url(../images/ico-google2.png)
}

.cat-produit .btn-partage .btnp.btn-pinterest {
    background-image: url(../images/ico-pinterest2.png)
}

.cat-produit .btn-partage .btnp.btn-tumblr {
    background-image: url(../images/ico-tumblr2.png)
}

.cat-produit .btn-partage .btnp.btn-ami {
    background-image: url(../images/ico-ami2.png)
}

.cat-produit .btn-partage .btnp.btn-fb:hover {
    background-image: url(../images/ico-fb2-h.png)
}

.cat-produit .btn-partage .btnp.btn-twitter:hover {
    background-image: url(../images/ico-twitter2-h.png)
}

.cat-produit .btn-partage .btnp.btn-tumblr:hover {
    background-image: url(../images/ico-tumblr2-h.png)
}

.cat-produit .btn-partage .btnp.btn-google:hover {
    background-image: url(../images/ico-google2-h.png)
}

.cat-produit .btn-partage .btnp.btn-pinterest:hover {
    background-image: url(../images/ico-pinterest2-h.png)
}

.cat-produit .btn-partage .btnp.btn-ami:hover {
    background-image: url(../images/ico-ami2-h.png)
}

.cat-produit .particularites li {
    font-size: 15px;
    color: #858585;
    display: flex;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 10px;
}

.ligne_couleur {
    display: flex;
}

.ligne_couleur .list_couleurs {
    width: 70%;
    column-count: 3;
}

.ligne_couleur .list_couleurs li {
    border-bottom: none;
    display: flex;
    justify-content: flex-start;
}

.cat-produit .particularites li span {
    color: #000;
    font-family: var(--font_family_2);
    width: 50%;
    text-align: left !important;
}

.cat-produit .item-titre {
    font-size: 29px;
    color: var(--color1);
    margin: 0 0 0 0;
    max-width: 55%;
}

.item_produit_titre_prix {
    display: flex;
    justify-content: space-between;
}

.cat-produit .item-description {
    font-size: 15px;
    padding: 15px;
    color: var(--color3);
}

.item-description {
    float: left;
    background: var(--color2);
    overflow-y: scroll;
    margin-bottom: 25px;
    height: 200px;
    width: 100%;
}

.item-description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.item-description::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.item-description::-webkit-scrollbar-thumb {
    background-color: #6f6f6f;
}

.cat-produit .item-description p {
    margin-bottom: 0;
}

.cat-produit .item-prix {
    font-size: 25px;
    line-height: 35px;
    padding: 0px 0 0 0;
}

.cat-produit .item-prix div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.cat-produit .item-prix div.cell2 {
    display: inline-block;
    white-space: nowrap;
    font-family: var(--font_family_2);
}

.cat-produit .item-prix div.ancien {
    text-decoration: line-through;
    color: #9e9e9e;
    position: relative;
    font-size: 24px;
}

.cat-produit .item-prix div.ancien:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    right: 2px;
    border-bottom: 1px solid #9e9e9e;
    display: inline-block;
    opacity: 0;
}

img.marque_image {
    width: 100px;
    display: inline-block;
    margin: 0 15px 15px 0;
}

.cat-produit .particularites {
    margin: 40px 0 35px 0;
    padding: 0;
    list-style-type: none
}

.cat-produit .equipements ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cat-produit .btn-retour {
    padding: 20px 0 0 0;
    text-align: center;
}

.cat-produit .btn-retour a {
    transition: all 400ms ease;
    display: inline-block;
    text-decoration: none;
    border: 1px solid var(--color3);
    font-size: 16px;
    color: var(--color3);
    padding: 15px 30px 12px 30px;
    text-transform: initial;
    justify-content: center;
    align-items: center;
    word-spacing: 5px;
}

.cat-produit .btn-retour a:hover {
    background: var(--color1);
    color: var(--color0);
    border-color: var(--color1);
}

.cat-produit .titre-similaire {
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 19px 0 12px 15px;
    color: #403f3f;
    text-align: center;
    border: 1px solid #c8c8c8;
    margin: 70px 0 50px 0;
}

.cat-produit .titre-desc {
    text-transform: none;
    font-size: 19px;
    margin: 20px 0 11px 0;
    color: var(--color0);
    font-family: var(--font_family_1);
    border-bottom: 1px dotted #00000045;
    padding: 8px 10px 10px;
    background: var(--color3);
    text-align: center;
}

.cat-produit .btn-envie {
    text-align: right;
}

.cat-produit .btn-envie a {
    transition: all 400ms ease;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #1313133d;
    font-size: 15px;
    color: var(--color3);
    padding: 15px 30px 12px 55px;
    text-transform: initial;
    background: url(../images/ico-envie.png) no-repeat 30px center;
}

.cat-produit .btn-envie a:hover {
    background: var(--color1) url(../images/ico-envie-h.png) no-repeat 32px center;
    color: #fff;
    border-color: var(--color1);
}

.cat-produit {
    position: relative;
    padding: 4em 0;
}

.cat-produit .cont-sliderthumb .mentions {
    display: flex;
    justify-content: space-between;
    background: var(--color2);
    margin-bottom: 15px;
}

.cat-produit .cont-sliderthumb .div-proportionnel {
    width: 100%;
    position: relative;
}

.cat-produit .cont-sliderthumb .div-proportionnel:after {
    padding-top: 72%;
    display: block;
    content: '';
}

.cat-produit .cont-sliderthumb .div-proportionnel .cont-propor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.cat-produit .cont-sliderthumb .div-proportionnel .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: zoom-in
}

.cat-produit .cont-sliderthumb .div-proportionnel .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.cat-produit .noimage {
    display: block;
    background: #fff url(../images/noim.jpg) no-repeat center center;
    width: 100%;
    height: 400px
}

.cat-produit .sudo-slider-thumb {
    padding: 0;
    text-align: center;
    height: 500px !important;
    background: var(--color2);
}

.cat-produit .sudo-slider-thumb .slide {
    background: var(--color2);
    height: 100%;
}

.cat-produit .sudo-slider-thumb .slide .imagecont img {
    width: 75%;
    height: 100%;
    mix-blend-mode: darken;
}

.cat-produit .noimage {
    background: #fff url(../images/noim.jpg) no-repeat center center;
    background-size: auto !important
}

.cat-produit .cont-miniatures {
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0
}

.cat-produit .miniatures {
    width: 300000px
}

.cat-produit .miniatures .miniature {
    width: 187px;
    float: left;
    margin: 0 2px;
    background: var(--color2);
}

.cat-produit .miniatures .div-proportionnel {
    width: 100%;
    position: relative;
}

.cat-produit .miniatures .div-proportionnel:after {
    padding-top: 94%;
    display: block;
    content: '';
}

.cat-produit .miniatures .div-proportionnel .cont-propor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.cat-produit .miniatures .div-proportionnel .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative
}

.cat-produit .miniatures .div-proportionnel .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% !important;
    mix-blend-mode: darken;
}

.cat-produit .cont-miniatures .precedent-miniatures {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 15px;
    display: none;
    width: 32px;
    height: 32px;
    background-image: url(../images/arrow-gauche.svg);
    background-color: var(--color1);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.cat-produit .cont-miniatures .suivant-miniatures {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 15px;
    display: none;
    width: 32px;
    height: 32px;
    background-image: url(../images/arrow-droit.svg);
    background-color: var(--color1);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.cat-produit .cont-miniatures:hover .precedent-miniatures, .cat-produit .cont-miniatures:hover .suivant-miniatures {
    display: block
}

.cat-produit .cont-sliderthumb a.customLinkThumb[data-target="prev"], .cat-produit .cont-sliderthumb a.customLinkThumb[data-target="next"] {
    z-index: 9000;
    position: absolute;
    top: 50%;
    display: none;
    width: 32px;
    height: 32px;
    margin-top: -16px
}

.cat-produit .cont-sliderthumb a.customLinkThumb[data-target="prev"] {
    left: 0px;
    background: url(../images/ico-thumb-g.png)
}

.cat-produit .cont-sliderthumb a.customLinkThumb[data-target="next"] {
    right: 0px;
    background: url(../images/ico-thumb-d.png)
}

.cat-produit .cont-sliderthumb a.customLinkThumb[data-target="prev"]:hover, .cat-produit .cont-sliderthumb a.customLinkThumb[data-target="next"]:hover {
    opacity: 0.8
}

.cat-produit .cont-sliderthumb:hover a.customLinkThumb[data-target="prev"], .cat-produit .cont-sliderthumb:hover a.customLinkThumb[data-target="next"] {
    display: block
}

.cat-produit .controlsthumb {
    display: inline-block;
    z-index: 9000;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.cat-produit .controlsthumb {
}

.cat-produit .controlsthumb ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cat-produit .controlsthumb ol li {
    display: inline-block
}

.cat-produit .controlsthumb ol li a {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(../images/miette.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 2px;
}

.cat-produit .controlsthumb ol li.current a {
    background-image: url(../images/miette-h.png);
}

.cat-produit .controlsthumb ol li a span {
    display: none
}

.cat-produit .zone-leads {
    padding: 30px 20% 0;
    background: var(--color2);
}

.cat-produit .form-question {
    padding: 20px 0 0 0
}

.cat-produit .form-question select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B9B9B9;
    height: 32px;
    margin: 0 0 20px 0;
    line-height: 32px;
    padding: 5px 5px 5px 0px
}

.cat-produit .form-question textarea {
    width: 100%;
    border: 1px solid #B9B9B9;
    padding: 10px;
    height: 277px;
    margin: 0 0 12px 0;
}

.cat-produit .form-question input[type="text"], .cat-produit .form-question input[type="email"], .cat-produit .form-question input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B9B9B9;
    margin: 0 0 20px 0;
    height: 32px;
    line-height: 1;
    line-height: 32px \9;
    padding: 0px 0px;
}

.cat-produit .form-question input[type="submit"] {
    width: 100%;
    border: 3px solid #e4b779;
    padding: 6px 20px 2px 0;
    color: #484848;
    background: #fff;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.cat-produit .form-question input[type="submit"]:hover {
    background: #e4b779;
    color: #fff;
}

.help-block {
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    top: -15px;
}

.cat-produit .form-question input[name="captcha"] {
    width: 83%;
}

.cat-produit .form-question #captcha3 {
    height: 34px !important;
    padding: 0px 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0), screen and (-moz-images-in-menus:0) {
    .cat-produit .form-question select {
        -webkit-appearance:none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        line-height: normal !important;
    }

    .cat-produit .form-question select option {
        color: inherit
    }
}

.cat-produit .form-question *::-webkit-input-placeholder {
    color: #000 !important
}

.cat-produit .form-question *:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

.cat-produit .form-question *::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

.cat-produit .form-question *:-ms-input-placeholder {
    color: #000 !important
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: #ffffff;
    letter-spacing: 1px;
}

.sidebar-left a,.sidebar-right a,.sidebar-bottom-controls a,.contactButton,.nav-item-active,.sidebar-form label,.sidebar-send-button,.sidebar-divider-text {
    color: #fff!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    background: var(--color0);
    width: 100%;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    /* overflow-y: hidden; */
}

.top-logo img {
    position: absolute;
    left: 10px;
    top: 0px;
    max-height: 76px;
    max-width: 160px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: #e4b779;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
}

.deploy-right-mail {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/mail.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0;
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/telephone.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute !important;
    right: 130px;
    top: 0;
}

.deploy-back-home {
    background-image: url(../images/menu-mobile-3/home.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.delete-right-sidebar {
    display: none;
    background-image: url(../images/menu-mobile-3/contact.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.sidebar-left {
    font-family: 'Nunito-Regular',Helvetica!important;
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -270px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0;
    width: 310px;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
    background-color: #c31c26;
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto !important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0);
}

.sidebar-right {
    font-family: 'Nunito-Regular',Helvetica!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-decoration {
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 15px
}

.sidebar-left a,.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: #403f3f !important;
    z-index: 1;
}

.sidebar-header-left {
    height: 65px;
    background-color: #f78e1e;
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px;
}

.sidebar-right-logo {
    margin-left: auto;
    top: 14px;
    right: 4px;
    max-width: 180px;
    float: right;
    max-height: 37px;
    position: relative;
}

.close-sidebar-left {
    background-image: url(../images/menu-mobile-3/left-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 205px;
    display: block
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color1) !important;
    font-family: var(--font_family_2);
}

.home-nav {
    background-image: url(../images/menu-mobile-3/home.png)
}

.info-nav {
    background-image: url(../images/menu-mobile-3/infoabout.png)
}

.folio-nav {
    background-image: url(../images/menu-mobile-3/bendedright.png)
}

.mail-nav {
    background-image: url(../images/menu-mobile-3/mail.svg)
}

.newsletter-nav {
    background-image: url(../images/menu-mobile-3/rss.png)
}

.call-nav {
    background-image: url(../images/menu-mobile-3/phonehook.svg)
}

.text-nav {
    background-image: url(../images/menu-mobile-3/speechbubble4.png)
}

.facebook-nav {
    background-image: url(../images/menu-mobile-3/facebook.png)
}

.twitter-nav {
    background-image: url(../images/menu-mobile-3/twitter.png)
}

.sidebar-bottom-controls {
    background-color: #e4b779;
}

.sidebar-bottom-controls p {
    margin-top: 3px;
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.facebook-bottom {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/facebook.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.twitter-bottom {
    display: block;
    background-image: url(../images/menu-mobile-3/twitter.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.close-bottom-left,.close-bottom-right {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px;
}

.icon-active {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-page {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-drop {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 239px
}

.submenu a {
    text-shadow: 0 2px 0 rgba(0,0,0,1);
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a em {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 15px;
    display: block;
    margin-top: 5px;
    padding-right: 35px
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color1);
    position: relative;
}

.close-sidebar-right {
    background-image: url(../images/menu-mobile-3/right-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left, .sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: var(--color0);
    padding-left: 0;
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
    color: #ffffff !important;
}

.menu-mobile-dynamique .sub-menu {
    background-color: var(--nuanceColor1);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    text-decoration: none !important;
    line-height: 18px;
    font-size: 18px;
    background-image: url(../images/menu-mobile-3/bendedright.svg);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 8px auto;
    text-transform: uppercase;
    color: var(--color3) !important;
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: 20px 20.9px;
    font-family: var(--font_family_2);
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: #BEBEBE
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: #666;
    width: 230px;
    margin-left: 20px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

#contactEmail {
    margin-bottom: -5px!important
}

#contactMessage {
    display: none
}

#contactName {
    display: none;
    margin-bottom: 10px
}

#left_label_name {
    overflow: hidden;
    position: relative;
    display: none;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

#name_label {
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'Lato',sans-serif;
    font-size: 12px;
    color: #c5c5c5
}

#email_label {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: #c5c5c5;
    display: block;
    overflow: hidden;
    position: relative
}

#left_label_mail {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 18px;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    font-family: 'Open Sans',sans-serif;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.contact-button-house {
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 11px;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: baseline;
    outline: none
}

.contactButton {
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    height: 36px;
    font-family: 'Lato',sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 230px;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

.buttonWrap {
    padding: 10px!important;
    min-width: 43%
}

.contactSubmitButton {
    display: block!important;
    height: 36px!important;
    margin-right: 4px;
    float: left;
    margin-bottom: 20px
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px
}

.contactField {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.contactTextarea {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 18px;
    height: 90px;
    padding: 9px 12px
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique .menu-item-external {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto;
}

.sidebar-form {
    display: none;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box
}

.sidebar-form2 {
    display: none
}

.sidebar-form label {
    font-size: 13px;
    border-radius: 0!important;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: .8;
    filter: alpha(opacity=80)
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: .5
}

.sidebar-form input {
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

.sidebar-form textarea {
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d;
    margin-bottom: 0
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #d2d2d2;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.success-subscribe {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px
}

.sidebar-form {
    margin-bottom: 0!important;
    margin-top: -10px!important
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0
}

.sidebar-form .small-notification {
    margin-top: 20px
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.subscribe-notification {
    width: 230px!important;
    margin-left: 20px;
    border-radius: 0!important;
    margin-bottom: -15px!important;
    margin-top: 20px!important;
    background-image: none!important
}

.subscribe-notification p {
    background-image: none!important;
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 20px
}

.formValidationError {
    margin-bottom: -15px
}

.sidebar-form .formValidationError div {
    margin-top: 20px;
    width: 230px;
    border-radius: 0!important;
    height: 36px;
    margin-top: 20px!important
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible!important;
    margin-bottom: 20px
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.red-notification {
    background-color: rgba(219,84,84,0.5);
    border-radius: 5px;
    border: solid 1px #cbb190
}

.formValidationError .red-notification p {
    background-image: none!important;
    display: block!important;
    padding-left: 0!important;
    text-align: center!important
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.red-notification {
    background-color: rgba(219, 84, 84, 0.5);
    border-radius: 5px;
    border: solid 1px #c24747;
}

.formValidationError .red-notification p {
    font-size: 14px;
    background-image: none!important;
    display: block!important;
    padding-left: 0px!important;
    text-align: center!important;
}

.no-bottom {
    margin-bottom: 0px!important;
}

.notification-box {
    color: #fff !important
}

.notification-box h4 {
    color: #fff !important
}

.menu-mobile-dynamique .sub-menu {
    display: none;
}

.sidebar-right .btn-recherche {
    margin: 0px 0 0 0;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/ico-recherche-mobile.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px;
    position: absolute;
    top: 68px;
    right: 50px;
    filter: invert(1);
}

.sidebar-right .btn-favoris {
    position: absolute;
    margin: 0px 0 0 0;
    top: 68px;
    right: 0;
    overflow: hidden;
    text-indent: 110px;
    background: url(../images/ico-favoris-mobile.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px;
    filter: invert(1);
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px
}

.remonter button {
    display: block;
    padding: 3px 10px 6px 10px;
    text-align: center;
    background: none;
    border: 0;
}

.remonter button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica, arial, sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0px
    }
}

@media (max-width: 1199px) {
    .remonter {
        display:none !important
    }

    .sudo-sliderfav_item_info_content ul li, .sudo-slidernouv_item_info_content ul li {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .zone-favoris .article:nth-child(3n+1) {
        clear:both
    }

    .pied .categorie:nth-child(3n+1) {
        clear: both;
    }
}

.for_mobile {
    display: none;
}

@media (max-width: 991px) {
    .body-page-1 .fluid-contenu:before{display: none;}
    .services-arrow{width: 100px;top: 95%;}
    .sudo-slider, .sudo-slider img {
        width: 100%;
        height: 40vh !important;
    }
    .container {
        max-width:none;
        width: auto
    }

    .for_desktop {
        display: none !important;
    }

    .for_mobile {
        display: block;
    }

    .slogan {
        position: absolute;
        width: 100%;
        color: var(--color0);
        z-index: 1;
        top: 50%;
        left: 10%;
    }

    .atout-item, .atout-logo {
        margin: initial;
    }

    .slogan .texte2 {
        font-size: 20px;
    }

    .slogan .texte1 {
        font-size: 30px;
    }

    .ligne-photos.retrait.centerservice2 {
        margin: 0 0 !important;
    }

    .ligne-photos.retrait.centerservice {
        margin: 0 25% !important;
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100% !important;
        margin-right: 0% !important;
        text-align: left !important;
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 0;
        right: 0;
        margin-right: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
            /* bottom: 128px;    */
            position: relative;
    }

    .lb-prev {
        opacity: 1 !important;
        background: url(../images/lightbox-g.png) left 48% no-repeat;
    }

    .lb-next {
        opacity: 1 !important;
        background: url(../images/lightbox-d.png) right 48% no-repeat;
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .scrollbar-content {
        padding: 0
    }

    body {
    }

    h1, .h1 {
        font-size: 25px !important;
        line-height: initial;
        margin-bottom: 45px;
    }

    .nos_atouts_content {
        display: block;
        padding: 2% 10%;
    }

    .cont-slider {
        position: relative;
        width: 100%;
        margin-left: 0;
        height: initial;
        top: 0;
    }

    .caption {
        top: initial;
        bottom: 0;
        left: 10px;
        font-size: 16px;
        color: #fff;
        opacity: 1;
        line-height: 16px;
    }

    .caption .texte1 {
        font-size: 24px;
        line-height: 24px;
        color: #403f3f;
        padding: 0 0 1px 0;
        margin: 0 0 5px 0;
    }

    .caption .texte2 {
        font-size: 22px;
        color: #403f3f;
        line-height: 19px;
    }

    .fluid-contenu {
        margin: 0px 0 0 0 !important
    }

    .fluid-contenu .corps {
        padding: 5px 15px 40px 15px;
    }

    .body-contact .formulaire {
        padding: 0px 2% !important;
    }

    .fluid-collections .titre {
        font-size: 26px;
        padding: 16px 0 10px 0;
        letter-spacing: 0px;
        margin-bottom: 0;
    }

    .fluid-collections .encart {
        padding: 30px 0 30px 0;
    }

    .decouvrez a {
        margin: 25px 0 0 0;
    }

    .encarts .droite {
        height: 630px;
    }

    .encarts2 .droite {
        height: 630px;
    }

    .encarts3 .droite {
        height: 630px;
    }

    .encarts h2, .encarts2 h2, .encarts3 h2 {
        font-size: 25px;
    }

    .modele-liste .item h2, .modele-liste .item h3 {
        margin: 20px 0 10px 0;
    }

    .encarts .tous-tous, .encarts2 .tous-tous, .encarts3 .tous-tous {
        padding: 10px 0 0 0;
    }

    .cont-sliderred .controls {
        bottom: 0px;
    }

    .cont-sliderfav .controls {
        bottom: 0px;
    }

    .cont-slidernouv .controls {
        bottom: 0px;
    }

    .contact .plan {
        margin: 0 0 30px 0;
    }

    .modele-liste .item h2, .modele-liste .item h3 {
        font-size: 19px;
    }

    .filtres-catalogue {
        margin: 0 0 20px 0;
    }

    .cat-liste #filtres {
        padding: 20px 0 20px 0;
    }

    .fil-arianne {
        font-size: 21px;
        line-height: 21px;
    }

    .cat-produit .cont-miniatures {
        display: none;
    }

    .cat-produit .item-titre {
        font-size: 24px;
        max-width: 46%;
    }

    .zone-favoris {
        top: 70px;
        left: 15px;
        right: 15px;
    }

    .zone-favoris .container {
        padding: 0 15px;
    }

    .zone-recherche {
        top: 70px;
        left: 15px;
        right: 15px;
    }

    .zone-recherche .container {
        padding: 0 15px;
    }

    .zone-favoris .soustitre {
        font-size: 21px;
        margin: 20px 0 50px 0;
        line-height: 20px;
        padding: 0 10px 15px 10px;
    }

    .cat-produit .cont-miniatures .suivant-miniatures, .cat-produit .cont-miniatures .precedent-miniatures {
        display: block;
    }
}

@media (max-width: 767px) {
    body.body-catalogue-item .contact .formulaire .form-group input.btn-primary{position: relative;bottom: auto;}
    .fluid-collections .retrait{
        flex-direction: column;
    }
    .encarts2_content, .encarts3_content {
        display: flex;
        height: initial;
        flex-direction: column;
    }
    .cont-slider {
        top: 65px;
    }
    .fluid-contenu {
        margin: 65px 0 0 0 !important;
    }

    #bandeau-infos-exceptionnelles {
        background: var(--color1) !important;
        height: 95px;
    }

    .header-sidebars {
    }

    #bandeau-infos-exceptionnelles p{
        font-size: 14px !important;
    }

    .encarts2_content_titre, .encarts3_content_titre {
        width: 100%;
        padding: 40px;
    }

    .encarts2_content_item, .encarts3_content_item {
        width: 100%;
        background: var(--color2);
    }

    .ligne-photos.retrait.centerservice2 {
        margin: 0 0 !important;
    }

    .ligne-photos.retrait.centerservice {
        margin: 0 0 !important;
    }

    .dtable [class*=col-] {
        display: block;
        vertical-align: middle;
        float: left;
    }

    .dtable #submitReservation {
        width: 100%;
    }

    .tableGrid>.row, .tableGrid {
        display: block;
    }

    .tableGrid>.row>.table-row>[class*=col], .tableGrid>.table-row>[class*=col], .tableGrid>.row>[class*=col], .tableGrid>[class*=col] {
        display: block;
        vertical-align: top;
        float: left;
        height: 100%;
        position: relative;
    }

    .nosServicesBg .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .nosServicesBg .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .services .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .nosServicesBg .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
    }

    .nosServicesBg .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important;
    }

    .nosServicesBg .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .services .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
    }

    .services .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important;
    }

    .services .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        list-style: none;
    }

    .nosServicesBg .bx-viewport li,.services .bx-viewport li {
        height: 100%;
        list-style: none;
    }

    .services .bx-pager,.mainSectionSliderBg .bx-pager {
        z-index: 9999;
    }

    .tableGrid>.table-row {
        height: 100%;
        display: block;
    }

    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pad-xs-l {
        padding-left: 15px !important
    }

    .pad-xs-r {
        padding-right: 15px !important
    }

    .nopad-xs {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-xs-l {
        padding-left: 0 !important
    }

    .nopad-xs-r {
        padding-right: 0 !important
    }

    .zone-favoris .article:nth-child(2n+1) {
        clear: both
    }

    .fluid-collections {
        padding: 0 0 30px 0;
    }

    .fluid-collections .encart {
        padding: 0px 0 0px 0;
    }

    .encarts .gauche, .encarts2 .gauche, .encarts3 .gauche {
        height: 220px;
    }

    .pied .categorie {
        width: 50%;
    }

    .pied .categorie:nth-child(2n+1) {
        clear: both;
    }

    .pied .categorie .liste-cats li a, .pied .categorie .liste-cats li a:visited {
        font-size: 18px;
    }

    .pied .copyright-footer {
        text-align: center;
    }

    .pied h2 {
        font-size: 18px;
    }

    .slider.slider-horizontal {
        width: 100%;
    }

    .filtres-catalogue input[type="submit"] {
        margin: 10px 0 10px 0;
    }

    .cat-produit .btn-retour {
        text-align: center;
        position: static;
        padding: 20px 0 30px 0;
    }

    .cat-produit .fil-arianne {
        margin: 0 0 30px 0;
    }

    .cat-produit .cont-sliderthumb {
        margin: 0 0 20px 0;
    }

    .cat-produit .item-titre {
        max-width: 100%;
    }

    .cat-produit .btn-partage {
        text-align: center;
        position: static;
        padding: 10px 0 0 0;
    }

    .cat-produit .btn-envie {
        text-align: center;
    }

    .cat-produit .particularites {
        margin: 20px 0 35px 0;
    }

    .cat-produit .titre-similaire {
        font-size: 21px;
        padding: 19px 0 12px 0px;
    }

    .zone-recherche input[type="text"] {
        width: 210px;
    }

    .zone-favoris .item h3 {
        font-size: 18px;
    }

    .btn-like {
        text-align: center;
        padding: 20px 0px 0px 0px;
    }
}

@media (max-width: 700px) {
    .encarts2_content_item .sudo-sliderfav, .encarts3_content_item .sudo-slidernouv {
        height: initial !important;
    }

    .body-service-list .fluid-contenu .corps {
        padding: initial;
    }

    .modele-liste.cont-sliderfav .item {
        flex-direction: column;
        padding: 0 0px 0;
    }

    .sudo-sliderfav_item, .sudo-slidernouv_item {
        width: 100%;
        padding: 20px 20px 0;
        height: initial;
    }

    .sudo-sliderfav_item_info, .sudo-slidernouv_item_info {
        width: 100%;
        padding: 2px;
    }

    .modele-liste.cont-slidernouv .item {
        flex-direction: column;
    }

    .cat-produit .zone-leads {
        padding: 30px 7% 0;
        background: var(--color2);
    }

    .slogan .texte1 {
        font-size: 25px;
    }

    .slogan .texte2 {
        font-size: 15px;
    }

    .slogan_contact a {
        margin-top: 15px;
    }

    .fluid-collections .encart a {
        font-size: 13px;
    }

    .fluid-collections .retrait .opp {
        width: 100%;
    }

    .fluid-collections .encart .titre-col {
        font-size: 25px;
        height: 50px;
    }

    .body-page-1 .fluid-contenu:after, .body-page-1 .fluid-collections:after {
        display: none;
    }

    h1, .h1 {
        font-size: 22px !important;
    }

    h2, .h2 {
        font-size: 20px;
    }

    .service_sub_title, .titre-secondaire {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .item_couleurs {
        column-count: 2 !important;
        width: 100% !important;
    }

    .item_couleurs li {
        padding-right: 10px !important;
    }

    .cat-produit .sudo-slider-thumb {
        height: 420px !important;
    }

    .cat-produit .particularites li span {
        width: 70%;
    }

    .cat-produit .sudo-slider-thumb .slide .imagecont img {
        width: 100% !important;
    }

    .item_couleurs li:after {
        width: 15px !important;
        height: 15px !important;
        top: 3px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left:15px !important;
        padding-right: 15px !important
    }

    .pad-sm-l {
        padding-left: 15px !important
    }

    .pad-sm-r {
        padding-right: 15px !important
    }

    .nopad-sm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-sm-l {
        padding-left: 0 !important
    }

    .nopad-sm-r {
        padding-right: 0 !important
    }

    .filtres-catalogue .partie {
        width: 40%;
        margin: 0 4%;
        display: inline-block;
        vertical-align: top;
    }

    .filtres-catalogue h3 a {
        background: url(../images/ico-plus.png) no-repeat right 7px;
    }

    .bx-wrapper .bx-next {
        right: -10px;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .navh {
        width:95%;
    }

    .tete .cols .col.col3 {
        width: 550px;
    }

    .tete .tel {
        font-size: 16px;
        padding: 40px 25px 0 0px;
    }

    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: 15px;
        padding: 10px 30px;
    }

    .caption {
        left: 550px;
    }

    .cat-produit .miniatures .miniature {
        width: 153px;
    }

    .slider.slider-horizontal {
        width: 100%;
    }

    .fluid-app .soustitre {
        font-size: 22px;
    }

    .banniere .slog {
        left: 520px;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 33%;
    }

    .bx-wrapper .bx-next {
        right: -10px;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }
}

@media (min-width: 1200px) and (max-width:1299px) {
    .navh {
        width:97%;
    }
}

@media (min-width: 1200px) {
}

.infinite-scroll {
    padding: 0 0 50px 0;
    position: relative;
}

.infinite-scroll .btn, .infinite-scroll .btn:focus {
    border: 3px solid #000;
    background: #fff;
    padding: 11px 20px 11px 20px;
    text-decoration: none;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    transition: all 400ms ease;
}

.infinite-scroll .btn:hover {
    background: #000;
    color: #fff;
    border: 3px solid #000;
}

.infinite-scroll .chargement {
    display: none;
    background: url(../images/chargement.gif) no-repeat center top;
    height: 32px;
    width: 32px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -16px;
}

#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-image: url(../images/pageLoader.gif);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: rgba(255, 255, 255, .95);
}

.sk-circle {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #e4b779;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

img.blazy {
    width: 100%;
    background-image: url('../images/bx_loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #F6F6F6;
}

img.blazy.b-error {
    background-image: url('../images/noImage.png');
}

div.blazy {
    width: 100%;
    background-image: url('../images/bx_loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
}

div.blazy img {
    width: 100%;
}
.zone-catalogue div.blazy img{
    margin-top: 40px;
}
div.blazy.b-error {
    background-image: url('../images/noImage.png');
}

.blazy.imgLoaded {
    background-size: 100% auto;
}

#clear-filter-form {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.zone-catalogue .categorie {
    min-height: 295px;
}

.slideUp {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
}

.slideDown {
    display: block;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.slide {
    line-height: normal;
    text-align: center;
}

.encarts2_content .cont-sliderfav .slide, .encarts2_content .cont-slidernouv .slide {
    background: var(--color2);
}

.slide .blazy.imgLoaded {
    background-size: contain;
}

.btn {
    padding: 8px 12px 4px 12px;
}

.body-catalogue-item .form-horizontal .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contact .formulaire .form-group, .body-catalogue-item .contact .formulaire .form-group {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#MultipleFiles .btn-primary {
    border-radius: 0;
    background: var(--color1);
    border: none;
}

.ancien {
    display: block;
    width: 100%;
}

@media (max-width: 980px) {
    .flex-seoContain {
        flex-wrap:wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
        padding-top: initial;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img {
        width: 100%;
        height: auto;
    }
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: var(--color0);
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading img {
    width: 300px;
}

.item_couleurs li {
    border-bottom: none !important;
    position: relative;
    display: flex;
    justify-content: flex-end !important;
}

.item_couleurs li:after {
    content: "";
    width: 20px;
    height: 20px;
    Border-radius: 20px;
    left: 6px;
    position: relative;
}

.Blanc:after {
    background: #ffffff;
    border: 3px solid #ededed;
}

.Bleu:after {
    background: #0080ff;
}

.Noir:after {
    background: #000000;
}

.Jaune:after {
    background: #ffff00;
}

.Gris:after {
    background: #d3d3d3;
}

.Vert:after {
    background: #008000;
}

.Rouge:after {
    background: #ff0000;
}

.Rose:after {
    background: #ffc0cb;
}

.Beige:after {
    background: #f5f5dc;
}

.Orange:after {
    background: #ff8000;
}

.Mauve:after {
    background: #d473d4;
}

.Bordeaux:after {
    background: #6d071a;
}

.item_couleurs {
    width: 70%;
    column-count: 3;
}

.input_color {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.input_color::-webkit-color-swatch {
    border: none;
}

.input_color::-moz-color-swatch {
    border: none;
}

.accordion .accordion-item {
    border-bottom: 1px dashed #e5e5e5;
}

.accordion .accordion-item .monBouton[aria-expanded=true] {
    border-bottom: 1px dashed #03b5d2;
}

.accordion .monBouton {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: var(--color0);
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion .monBouton:hover, .accordion .monBouton:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion .monBouton:hover::after, .accordion .monBouton:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion .monBouton .icon {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion .monBouton .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion .monBouton .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion .monBouton[aria-expanded=true] {
    color: #03b5d2;
}

.accordion .monBouton[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion .monBouton[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.slider.slider-horizontal {
    width: 95% !important;
    height: 20px !important;
    left: 7px !important;
}

.body-catalogue-list-2 .catalogue_liste_gauche, .body-catalogue-list-11 .catalogue_liste_gauche, .body-catalogue-list-12 .catalogue_liste_gauche {
    display: none;
}

.body-catalogue-list-2 .catalogue_liste_droit, .body-catalogue-list-11 .catalogue_liste_droit, .body-catalogue-list-12 .catalogue_liste_droit {
    width: 100%;
}
