/*
Theme Name: Hymage
Theme URI: https://www.hymage.com
Author: 1way
Author URI: https://wordpress.org/
Description: Template for Hymage
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hymage
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/** RESET CSS **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

/** FONTS **/

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BellMT';
    src: url('fonts/BellMT.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ChronicleDisplay-Roman';
    src: url('fonts/ChronicleDisplay-Roman.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/** GENERAL **/

html {
    font-size: .625em;
    font-size: calc(1em * .625);
}

body{
    font-family: 'Gotham-Light';
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.325;
    color: #000;
}

.container {
    position: relative;
    padding: 0 6vw;
}

main.container {
    margin-top: 75px;
}

.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row-stretch {
    margin-left: -6vw;
    margin-right: -6vw;
}

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

.flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.txt-right {
    text-align: right;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 1.5em 0;
    line-height: 1.325;
}

p em{
    font-family: 'ChronicleDisplay-Italic';
    font-style: italic;
    font-weight: normal;
}

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

.center{
    text-align: center;
}

[role="button"]{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375em 0.75em;
    font-size: 1.6rem;
    line-height: 1.5;
    cursor: pointer;
/* border-radius: 0.25rem; */
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-light {
    background-color: rgba(255,255,255, 1);
    color: #606060;
}

.bglight .bloc-card.bloc_banner .card-title{
    color: #000;
}

.bloc-card.bloc_banner .centered{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,.4);
}

.bloc-card.bloc_banner .centered h2{
    position: relative;
    margin: 1em;
    font-family: 'ChronicleDisplay-Roman', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    text-transform: inherit;
}

.underline {
    margin-bottom: 0.4em;
    display: inline-block;
    border-bottom: 1px solid currentColor;
    line-height: 1.1;
}

.bloc-card a.underline{
    width: inherit;
}

/** BLOCS **/

.bloc-card{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bloc-card .overcard{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.home .s-Entry{
    position: relative;
}

.home .s-Entry .overcard{
    position: absolute;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}

.bloc-card.bgimage .overcard{
    position: relative;
    width: inherit;
    height: inherit;
    gap: 1.5em;
}

.bloc-card.bloc_banner{
    overflow: hidden;
}

.bloc-card.bloc_banner.img_padding:after{
    display: block;
    content: '';
    width: 100%;
    padding-top: 50%;
}

.bloc-card.bloc_banner.img_padding img{
    position: absolute;
}

.bloc-card.bloc_banner h2{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 80%;
    text-align: center;
}

.bloc-card.bloc_banner .overcard{
    position: absolute;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: inherit;
    height: inherit;
    top: inherit;
}

.bloc-card a{
    position: relative;
    width: 100%;
}

.bloc-card .overcard .card-title{
    text-align: center;
}

.bloc-card.bloc_banner .overcard .card-title,
.bloc-card.bloc_banner .overcard .cta{
    margin-top: auto;
    text-align: center;
}

.bloc-card.bloc_banner .card-title,
.bloc-card .overcard h2,
.bloc-card .overcard h3,
.bloc-realisations .card-title{
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 9vw;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #FFF;
}

.s-grid .bloc-card{
    cursor: pointer;
    margin-bottom: 1.8em;
}

.s-grid .bloc-card img{
    width: 100%;
    height: auto;
}

.s-grid .bloc-card .card-foot{
    text-align: left;
    width: 100%;
    padding-top: 10px;
    font-size: .8em;
    z-index: 1;
}

.divider{
    display: inline-block;
    width: 40px;
    height: 3px;
    margin-top: 1em;
    background-color: #000;
}

/** HEADER **/

[role="banner"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f3f3f3;
    z-index: 2;
}

.pageheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 6.75rem;
}

.pageheader_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pageheader_col:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pageheader_col:nth-child(2) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.pageheader_col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.logo{
    font-size: 1.8em;
    margin: 0;
}

.logo a{
    text-decoration: none;
    color: inherit;
}

.logo_label,
.logo_baseline{
    display: block;
    text-align: center;
}

.logo_label {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .2em;
    margin-left: 5px;
}

.logo_baseline {
    font-family: 'BellMT';
    font-weight: normal;
    font-style: italic;
    font-size: .4em;
    color: #606060;
}

.footer_logo{
    margin-bottom: 20px;
}

.call {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .65em;
    line-height: 1.6;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
}

.call .u-hidden--max48{
    color: #606060;
}

.call_tel {
    color: #000;
}

.menu-lang {
    display: block;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .65em;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #606060;
}

/** MENU **/

.main_menu{
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .6em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .02em;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.main_menu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    padding: 0 1em;
}

.main_menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1em;
    line-height: 2.5;
}

.main_menu ul > li > a {
    letter-spacing: .2em;
    padding-top: 1.6em;
}

.main_menu ul.sub-menu li{
    position: relative;
    width: calc( 20% - 0.5em );
    padding: 0 0.25em;
    text-align: left;
}

.main_menu ul.sub-menu li figure{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
}

.main_menu ul.sub-menu li figure:before {
    padding-top: 49%;
    display: block;
    content: '';
    width: 100%;
}

.main_menu ul.sub-menu li span {
    font-size: 0.8em;
    letter-spacing: .1em;
}

.m-menu {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .6em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .02em;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.m-menu .sub-menu{
    overflow: hidden;
    max-height: 0;
}

.m-menu.js-open, .m-menu .sub-menu.js-open {
    max-height: none;
}

.m-menu .menu, .m-menu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1em;
}

.m-menu .menu li {
    line-height: 2.5;
    position: relative;
}

.m-menu .menu > li > a {
    padding-top: 1.6em;
}

.m-menu  .menu > li > a {
    border-bottom: 1px solid #606060;
    letter-spacing: .2em;
}
.m-menu .menu a {
    display: block;
}
.m-menu .menu .sub-menu a {
    font-size: .9em;
    padding: 0.5em 0.25em 0.2em 0;
}

.m-menu  .menu .menu-item-has-children > a.is-active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-menu .menu .menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    display: inline-block;
    content: "\e904";
    padding: 0 1em;
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    top: 10px;
}

.m-menu > li:hover a, .m-menu > li a.is-active, .m-menu .sub-menu li a {
    color: #585b5c;
}

.contact_mobile{
    display: block;
    border-bottom: 1px solid #606060;
    padding: 0 0 5px;
    margin: 0 1em;
}

.contact_mobile p{
    margin-bottom: 0;
}

.header_shop a{
    position: relative;
}

.count_cart{
    position: absolute;
    background: red;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    right: -3px;
    top: 0;
    font-family: 'Montserrat-Regular', sans-serif;
}


/** HOME **/

.m-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.m-card__caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.m-card__caption h2{
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 9vw;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #FFF;
}

.home .s-Entry .bloc-card:before{
    display: block;
    content: '';
    width: 100%;
    padding-top: 58%;
}

.bloc_banner img{
    width: 100%;
    height: auto;
}

.home .m-card__media:before,
.menu_boutique.s-grid .bloc-card .m-card__media:before{
    padding-top: 78.48%;
    display: block;
    content: '';
    width: 100%;
}

.home .s-grid .bloc-card.about,
.home .s-grid .bloc-card.blocmap{
    width: 100%;
}

.home .s-grid .bloc-card{
    width: calc( 100% / 3 );
}

.hoverlight:hover > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255, .4);
}

.bloc-card.bloc_banner .card-title {
    font-size: 2.45rem;
    background-color: rgba(255,255,255,.2);
}

.aboutmap {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "about about blocmap";
}


.about{
    grid-area: about;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

.about a{
    display: flex;
    height: 100%;
    padding: 0 6vw;
}

.about .overcard {
    align-items: baseline;
    color: #fff;
}

.about.bloc-card .overcard .card-title{
    font-size: 1.6em;
    margin: 0;
}

.flagFR:before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 17px;
    margin-left: 0.2em;
    background-image: url(img/flag-fr.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.about p {
    margin: 0;
    font-family: 'ChronicleDisplay-Roman', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.15em;
}

.about span{
    font-size: 0.8em;
}

.blocmap{
    grid-area: blocmap;
    justify-content: flex-end;
}

.blocmap.bloc-card .overcard h2{
    font-size: 1.5rem;
    color: #000;
    margin: 0;
    letter-spacing: inherit;
}

.blocmap.bloc-card .overcard h3{
    font-size: 1.1em;
    color: #000;
    margin-top: 0;
    letter-spacing: inherit;
}

.blocmap.bloc-card .overcard p{
    font-size: 1.10em;
    letter-spacing: .025em;
}

.blocmap.bloc-card.center .overcard p{
    margin: 3em 0;
}

html[lang="en-US"] .blocmap.bloc-card p em{
    font-family: inherit;
    font-style: inherit;
}

/** TAXO / CATEGORIES **/

.tax-product_cat .bloc-card.bloc_banner,
.page-template-template-catalogue .bloc-card.bloc_banner,
.page-template-default .bloc-card.bloc_banner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 3.3em;
}

.tax-product_cat .bloc-card.bloc_banner:before,
.page-template-template-catalogue .bloc-card.bloc_banner:before,
.page-template-default .bloc-card.bloc_banner:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 78%;
}

.tax-product_cat .bloc-card.bloc_banner h1,
.page-template-template-catalogue .bloc-card.bloc_banner h1,
.page-template-default .bloc-card.bloc_banner h1{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1.7em;
    color: black;
    line-height: 1.325;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2em;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before{
    display: none;
    content: '';
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{
    width: 100%;
    margin: 0;
}

.woocommerce ul.products li.product a img{
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 0.8em;
    color: #606060;
    margin-bottom: -2px;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-bottom: 0;
}

.woocommerce ul.products li.product .more{
    font-size: 0.8em;
}

.bloc-realisations{
    padding: 6em 0;
    margin: 0;
}

.bloc-realisations .card-title{
    color: #606060;
    font-size: 1.7em;
    margin-bottom: 1.2em;
}

.bloc-realisations .medias{
    position: relative;
    padding: 0 9vw;
}

.swiper-realisations{
    overflow: hidden;
}

.bloc-realisations .swiper-button-next,
.bloc-realisations .swiper-button-prev {
    width: 18px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.bloc-realisations .swiper-button-next:after,
.bloc-realisations .swiper-button-prev:after {
    display: none;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 44"><path d="M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z" fill="%23000000"/></svg>');
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 44"><path d="M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z" fill="%23000000"/></svg>');
}

.tax-product_cat .blocmap{
    margin: 1.3em 0 0;
}

.product-tax-datas{
    display: flex;
    justify-content: space-between;
}

.product-tax-datas .custom_price{
    display: block;
    margin-top: 0.5em;
    font-size: 0.7em;
}

.woocommerce nav.woocommerce-pagination{
    margin: 2vw 0 6vw;
}

.woocommerce nav.woocommerce-pagination ul{
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li{
    float: inherit;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    padding: 10px 15px;
    font-size: 0.85em;
    line-height: inherit;
    border-bottom: 1px solid #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:focus,
.woocommerce nav.woocommerce-pagination ul li span:hover{
    background: none;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background: none;
    color: #000;
    border-bottom: 1px solid;
}

/** SINGLE PRODUCT PAGE **/

.woocommerce div.wrapper-product{
    display: flex;
    column-gap: 2em;
    margin-bottom: 6vw;
    justify-content: space-between;
}

.woocommerce #content div.product div.thumbs,
.woocommerce div.product div.thumbs,
.woocommerce-page #content div.product div.thumbs,
.woocommerce-page div.product div.thumbs{
    width: 60%;
    margin-bottom: 6vw;
    float: left;
    text-align: center;
    display: block;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    width: 85%;
    margin: 0 auto;
    float: none;
}

.woo-variation-gallery-wrapper{
    width: 85% !important;
    min-width: inherit !important;
    margin: 0 auto;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{
    left: 0;

}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow{
    right: 0;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow,
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow{
    background: transparent;
    opacity: 1;
    font-size: 30px;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover,
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover{
    background: transparent;
}

.woo-variation-product-gallery {
    max-width: 60% !important;
    width: 60% !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
    width: 40%;
    float: inherit;
}

.woocommerce div.product div.summary ul{
    padding-left: 1em;
}

.woocommerce div.product div.summary ul li{
    list-style-type: disc;
    font-size: 0.8em;
    font-family: 'Gotham-Book';
}

.is_boutique.single-product .woo-variation-product-gallery{
    max-width: 40% !important;
    width: 40% !important;
}

.is_boutique.single-product .points_forts{
    width: 30%;
    background: #f6f6f6;
    padding: 16px;
    align-self: flex-start;
}

.is_boutique.single-product .wc-tab .points_forts{
    padding: 0;
    background: inherit;
    width: 100%;
}

.is_boutique.single-product .points_forts.resp{
    display: none;
}

.is_boutique.single-product .points_forts .title{
    display: block;
    font-family: 'Montserrat-Regular';
    margin-bottom: 24px;
}

.is_boutique.single-product .points_forts .specs{
    position: relative;
    padding-left: 20px;
    font-size: 0.8em;
}

.is_boutique.single-product .points_forts .specs li{
    position: relative;
    margin-bottom: 16px;
    list-style-type: disc;
}

.is_boutique.single-product.woocommerce div.product div.summary{
    width: 30%;
}

.is_boutique.single-product.woocommerce div.product div.summary .bloc_price,
.is_boutique.single-product.woocommerce div.product div.summary .in-stock,
.is_boutique.single-product.woocommerce div.product div.summary .rassurances{
    background: #f6f6f6;
    padding: 16px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.is_boutique.single-product.woocommerce div.product div.summary .bloc_price .price{
    font-size: 24px;
    line-height: 30px;
    color: #E13D3D;
    font-family: 'Montserrat-Regular';
    margin: 0;
}

.is_boutique.single-product.woocommerce div.product div.summary .bloc_price .price span.public{
    display: block;
    color: #aaa;
    font-size: 0.6em;
    font-family: 'Gotham-Light';
    font-style: italic;
    margin-bottom: -10px;
}

.is_boutique.single-product.woocommerce div.product div.summary .bloc_price .price span.special{
    display: block;
    margin: 20px 0 10px;
}

.is_boutique.single-product.woocommerce div.product div.summary .bloc_price .price.not_logued{
    font-size: 1em;
    margin: 2em 0;
}

.is_boutique.single-product.woocommerce div.product div.summary .bloc_price .price span.sur_price{
    font-size: 12px;
    color: #000;
    text-transform: none;
    display: block;
    font-weight: 400;
    font-family: 'Gotham-Book';
    margin-bottom: -10px;
}

.is_boutique.single-product.woocommerce div.product div.summary .woocommerce-variation-price .sur_price_variation{
    font-size: 12px;
    color: #000;
    text-transform: none;
    display: block;
    font-weight: 400;
    font-family: 'Gotham-Book';
}

.woocommerce div.product div.summary ul.wvs-style-squared.variable-items-wrapper{
    margin: 0;
    padding: 0;
}

.woo-variation-swatches.woocommerce .wvs-style-squared.variable-items-wrapper[data-attribute_name="attribute_pa_encadrement-tv"]{
    gap: 5px;
}

.woo-variation-swatches.woocommerce .wvs-style-squared.variable-items-wrapper[data-attribute_name="attribute_pa_encadrement-tv"] .variable-item:not(.radio-variable-item){
    width: 30%;
    margin: 0;
    max-width: 100px;
    height: auto;
}

.woo-variation-swatches.woocommerce .wvs-style-squared.variable-items-wrapper[data-attribute_name="attribute_pa_montage"] .variable-item:not(.radio-variable-item),
.woo-variation-swatches.woocommerce .wvs-style-squared.variable-items-wrapper[data-attribute_name="attribute_pa_taille-tv"] .variable-item:not(.radio-variable-item){
    width: auto;
    height: auto;
}

.woocommerce div.product div.summary ul.wvs-style-squared.variable-items-wrapper[data-attribute_name="attribute_pa_montage"],
.woocommerce div.product div.summary ul.wvs-style-squared.variable-items-wrapper[data-attribute_name="attribute_pa_encadrement-tv"],
.woocommerce div.product div.summary ul.wvs-style-squared.variable-items-wrapper[data-attribute_name="attribute_pa_taille-tv"]{
    margin-bottom: 20px;
}

.is_boutique.single-product.woocommerce div.product div.summary .woocommerce-variation-price .price{
    display: block;
    margin-bottom: 10px !important;
}

.is_boutique.single-product.woocommerce div.product div.summary .bloc_price .eco_part{
    display: block;
    font-size: 0.6em;
    margin-bottom: 1.5em;
}

.is_boutique.single-product.woocommerce div.product div.summary .in-stock i{
    margin-right: 5px;
}

body.is_boutique.single-product.woocommerce div.product div.summary .rassurances{
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 5px;
}

body.is_boutique.single-product.woocommerce div.product div.summary .rassurances i{
    margin-right: 5px;
    margin-top: 2px;
}


body.is_boutique.single-product.woocommerce div.product div.summary .rassurances p{
    margin: 0;
    font-size:0.8em;
    display: flex;
    font-family: inherit;
}

.is_boutique.single-product.woocommerce div.product div.summary .rassurances strong{
    font-family: 'Montserrat-Regular';
}

.woocommerce div.product div.images.woocommerce-product-gallery{
    overflow: hidden;
}

.woocommerce div.product .swiper-button-next:after,
.woocommerce div.product .swiper-button-prev:after{
    font-size: 22px;
    color: white;
}

.is_boutique.single-product .bloc_price form.cart,
.is_boutique.single-product .woocommerce-variation-add-to-cart{
    width: 100%;
    justify-content: center;
}

.is_boutique.single-product.woocommerce div.product form.cart div.quantity{
    display: none !important;
}

.is_boutique.single-product.woocommerce div.product form.cart .button{
    float: inherit;
}

.shipping_before_cart{
    display: block;
    margin-bottom: 20px;
    position: relative;
    font-size: 0.8em;
}

.shipping_before_cart i{
    margin-right: 5px;
}

/*.shipping_before_cart:before{
    position: absolute;
    top: 0;
    width: 50%;
    height: 1px;
    background: #D0D3D0;
    content: ' ';
}

.shipping_before_cart:after{
    position: absolute;
    width: 50%;
    height: 1px;
    background: #D0D3D0;
    content: ' ';
    left: 25%;
    bottom: 0;
}*/

.woocommerce div.product form.cart .variations{
    position: relative;
}

.woocommerce div.product form.cart .variations select{
    font-family: 'Gotham-Light';
    padding: 10px;
    font-size: 0.8em;
}

.woocommerce div.product form.cart .reset_variations{
    position: absolute;
    top: 2px;
    right: -10px;
}

.woo-selected-variation-item-name{
    font-size: 0.8em;
}

.woocommerce div.product div.images.swiper-galery{
    margin-bottom: 20px;
}

.woocommerce div.product .swiper-galery .swiper-slide{
    width: 100% !important;
}

.woocommerce div.product .product_title,
.top_product_boutique h1{
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.top_product_boutique h1{
    color: #6b6b6b;
    margin-bottom: 1em;
}

.top_product_boutique h1 span{
    color: #000;
}

.woocommerce div.product .entry-summary p{
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-style: normal;
    font-size: 0.8em;
}

.woocommerce div.product .entry-summary p.price{
    color: #000;
}

.woocommerce div.product .entry-summary p .flagFR:before{
    width: 16px;
    height: 10px;
}

.woocommerce div.product .entry-summary .pdf{
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-style: normal;
    font-size: .7em;
    text-transform: uppercase;
    color: #606060;
}

.woocommerce div.product .entry-summary .rappel{
    padding: 2em 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 3em;

}

.woocommerce div.product .entry-summary .rappel .underline{
    align-self: flex-start;
}

.woocommerce div.product .entry-summary .rappel .title{
    display: block;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 1.5em 0;
}

.woocommerce div.product .entry-summary .rappel .content{
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.woocommerce div.product .entry-summary .rappel .content a:first-child{
    text-decoration: underline;
    border: none;
}

.products.related h2{
    margin-bottom: 1em;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #606060;
}

.breadcrumb {
    color: #606060;
    font-size: 0.6em;
}

.breadcrumb a{
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #606060;
}

.single-product .blocmap {
    margin: 3vw 0 0;
}

.single-product.woo-variation-swatches.wvs-show-label .variations th{
    text-align: center;
}

.woo-variation-swatches .variable-items-wrapper{
    justify-content: center;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){
    border-radius: 0;
}

.woocommerce div.product form.cart{
    margin: 0;
}

.woocommerce div.product form.cart .variations label{
    font-size: 14px;
}

.woocommerce div.product form.cart .button{
    border-radius: 0;
    background: #000;
    border: 1px solid #000;
    font-size: 0.8em;
    color: #fff;
    width: 100%;
    margin-bottom: 0.1em;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 28px;
    cursor: pointer;
}

.woocommerce div.product form.cart .button i{
    margin-right: 10px;
}

.woocommerce .quantity .qty{
    line-height: 38px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled{
    padding: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover{
    background: inherit;
    color: #000;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{
    display: none;
}

.woocommerce div.product div.summary .custom_price{
    display: block;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 1.5em;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-4,
.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-4{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item{
    width: 30px;
    height: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    display: flex;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
    padding: 10px 20px;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel{
    border-left: 1px solid #d3ced2;
    border-right: 1px solid #d3ced2;
    border-bottom: 1px solid #d3ced2;
    padding: 2em;
}

.woocommerce div.product .woocommerce-tabs .wc-tab p{
    font-weight: normal;
    font-style: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active){
    border-top: none;
    background: #444;
    border-left: none;
    border-right: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a{
    color: #fff;
}

body.is_boutique.woocommerce .related ul.products li.product:last-child,
body.is_boutique.woocommerce-page .related ul.products li.product:last-child{
    border: none;
}

.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product{
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display: block;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    text-transform: uppercase;
}

.specs-product-table th,
.specs-product-table td{
    padding: 1em 2em;
    border: 1px solid #ebebee;
    text-align: left;
    font-size: 0.8em;
}

.specs-product-table td:first-child{
    font-family: 'Montserrat-Regular', sans-serif;
}

.is_boutique section.related.products{
    margin-top: 6vw;
}

.is_boutique.single-product .rappel,
.is_boutique.woocommerce-checkout .rappel{
    display: flex;
    justify-content: space-between;
    border: 1px solid #d3ced2;
    padding: 2em;
    align-items: center;
}

.is_boutique.woocommerce-checkout .rappel{
    padding: 1em 2em;
}

.is_boutique.single-product .rappel .title,
.is_boutique.woocommerce-checkout .rappel .title{
    font-family: 'Montserrat-Regular', sans-serif;
}

.is_boutique.single-product .rappel .content,
.is_boutique.woocommerce-checkout .rappel .content{
    display: flex;
    flex-direction: column;
    align-items: end;
}

.is_boutique.single-product .rappel .content a span,
.is_boutique.woocommerce-checkout .rappel .content a span{
    font-family: 'Montserrat-Regular', sans-serif;
}

/** FOOTER **/

.footer .content{
    padding: 2em 3.5em 3.5em;
    background-color: #FFF;
    border-top: 1px solid #939393;
}

.footer_logo .logo_label,
.footer_logo .logo_baseline {
    text-align: left;
}

html[lang="en-US"] .footer_logo .logo_label,
html[lang="en-US"] .footer_logo .logo_baseline {
    text-align: center;
}

.footer_logo .logo_label{
    margin-left: -3px;
    margin-bottom: -3px;
}

.footer_liste{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #606060;
}

.footer_liste li {
    line-height: 2.5;
}

.copyright {
    background-color: #FFF;
    font-family: 'ChronicleDisplay-Roman', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .6em;
    line-height: 3;
    text-align: center;
}

.form_catalogue_wrapper,
.popup_search_wrapper{
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255, .7);
}

.form_catalogue{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90vw;
    max-width: 560px;
    padding: 2em 1em 4em;
    background-color: #FFF;
    border: 1px solid #606060;
    z-index: 11;
}

.form_catalogue p.title{
    margin-bottom: 1em;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-align: center;
}

.form_catalogue label{
    color: #585b5c;
    font-size: .7em;
}

.form_catalogue form p{
    margin: 1em 0;
}

.form_catalogue .wpcf7{
    width: 100%;
}

.form_catalogue .close-popup{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.23em;
    cursor: pointer;
}

.u-visuallyhidden{
    display: none;
}

.m-modal__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.m-modal__checkbox:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #585b5c;
    background-color: #FFF;
    margin-right: 1em;
}

.m-modal__checkbox.is-checked:before {
    background-image: url(img/cross.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.popup_search_wrapper .search{
    padding: 0 3vw;
}

.popup_search_wrapper .search .content_search{
    display: flex;
    gap: 15px;
}

.popup_search_wrapper .search .content_search input[type="search"]{
    width: 80%;
}

.popup_search_wrapper .search .content_search input[type="submit"]{
    width: 20%;
}

.grecaptcha-badge{
    transform: translateX(999999px);
}

.jlplg-lovecoding-cookie-info{
    font-size: 0.8em;
}

.jlplg-lovecoding-cookie-info-container button{
    background-color: transparent !important;
}

.jlplg-lovecoding-cookie-info-container span.button-text{
    color: #fff !important;
    border: 1px solid #fff;
    padding: 5px 15px 6px 15px;
    font-size: 0.8em;
}

/** CONTACT **/

.contact-bottom{
    margin-bottom: 6vw;
}

.contact-bottom.s-grid > div.bloc-card{
    margin-bottom: 0;
}

.page-template-template-contact .contact-bottom h2{
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.contact-bottom.s-grid > div.bloc-card.showroom{
    padding: 0 3vw;
    margin: 12vw 0;
}

.contact-bottom.s-grid > div.bloc-card.showroom p:last-child{
    margin-bottom: 0;
}

.wpcf7{
    text-align: left;
    width: calc( 100% - 6vw );
    padding: 0 3vw;
}

.wpcf7 .mid-col{
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}

.wpcf7 input{
    width: calc( 100% - 12px );
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wpcf7 .wpcf7-list-item{
    margin: 0;
    width: 50%;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"]{
    width: inherit;
    margin: 0px 10px 0 0;
}

input:not(.wpcf7-form-control), input[type="text"], input[type="email"],
input[type="tel"], input[type="number"],
input[type="file"] + label, textarea, select {
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #000;
    width: calc( 100% - 10px );
}

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"] {
    padding: 5px;
}

input[type="submit"] {
    border: 1px solid #97999c;
    background-color: #97999c;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1em;
    letter-spacing: .1em;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    padding: 5px;
    width: 100%;
}

.wpcf7-form-control-wrap {
    margin: 5px 0 0;
    display: block;
}

.wpcf7 p{
    position: relative;
}

.wpcf7 p:last-child{
    margin-bottom: 0;
}

.wpcf7-spinner{
    position: absolute;
    right: 5px;
    top: 2px;
    margin: 0;
}

.form_catalogue .wpcf7 form.sent > p{
    display: none;
}

.form_catalogue .wpcf7 form.sent .wpcf7-response-output{
    border: none;
    padding: 2em 0 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.form_type_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.form_type_contact:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #585b5c;
    background-color: #FFF;
    margin-right: 1em;
}

.form_type_contact.is-checked:before {
    background-image: url(img/cross.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

span.custom_file{
    display: block;
    font-size: 16px;
    width: calc( 100% - 10px );
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
}

.wpcf7-file{
    display: none;
}

/** WHATSAPP **/

.ctc_nb{
    background: linear-gradient(135deg, rgb(41, 50, 60), rgb(72, 85, 99)) !important;
    box-shadow: rgba(41, 50, 60, 0.5) 0px 2px 16px !important;
}

.ctc_s_7_icon_padding{
    background: linear-gradient(135deg, rgb(41, 50, 60), rgb(72, 85, 99)) !important;
}

.ctc_s_7_1_cta{
    font-size: 0.8em !important;
}


/** WOOCOMMERCE **/

.woocommerce-info{
    border-top-color: #000;
}

.woocommerce-info::before {
    color: #000;
}

/** ENCADREMENTS **/

.page-template-template-encadrements .bloc-card.bloc_banner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 3.3em;
}

.page-template-template-encadrements .bloc-card.bloc_banner .card-title{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 1.42em;
    background-color: rgba(255,255,255,.4);
}

.page-template-template-encadrements .bloc-card.bloc_banner::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 22%;
}

.page-template-template-encadrements .s-desc{
    display: block;
    width: 100%;
    text-align: center;
}

.page-template-template-encadrements .s-desc p{
    margin: 2vw auto 4vw;
    font-size: 0.9em;
}

.encadrements_liste {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1em 2em;
    grid-template-areas:
    "gamme1 encadrements encadrements"
    "gamme2 gamme3 gamme4"
    "gamme5 . .";
    margin-top: 6vw;
    margin-bottom: 6vw;
}
.gamme1 { grid-area: gamme1; }
.encadrements { grid-area: encadrements; }
.gamme2 { grid-area: gamme2; }
.gamme3 { grid-area: gamme3; }
.gamme4 { grid-area: gamme4; }
.gamme5 { grid-area: gamme5; }

.bloc_gamme a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
    background-color: rgba(231,231,231,.17);
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    /* font-size: 1.25em; */
    line-height: .8;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #97999c;
    cursor: pointer;
    height: 100%;
}

.bloc_gamme:first-child a,
.bloc_gamme:hover a{
    color: #000;
}

.encadrements_liste .encadrements{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    align-items: center;
    align-self: center;
}

.encadrements_liste .encadrements .encadrement{
    cursor: pointer;
}

.encadrements_liste .encadrements .encadrement img{
    max-width: 100%;
    height: auto;
}

.top_encadrements{
    display: flex;
}

.top_encadrements .encadrement_anim{
    flex-shrink: 1;
    flex-grow: 1;
    width: 50%;
}

.top_encadrements .encadrement_anim img{
    width: 100%;
    height: auto;
}

.top_encadrements .encadrement_detail{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0 6vw 2vw;
    background-color: rgba(231,231,231,.17);
    justify-content: center;
    width: 50%;
}

.top_encadrements .encadrement_detail img{
    max-width: 60%;
    margin-left: -15%;
}

.top_encadrements .encadrement_detail span{
    font-size: 1.66em;
    line-height: 1.6;
    margin-bottom: 2em;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-align: center;
}

.top_encadrements .encadrement_detail span.title{
    margin-top: 1.5em;
}

.page-template-template-encadrements .bloc-card{
    margin: 0;
    padding: 4vw 2vw;
}

.page-template-template-encadrements .bloc-card p:last-child{
    margin-bottom: 0;
}

/** BUTTON **/

button, [role="button"], .c-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375em 0.75em;
    font-size: 1.6rem;
    line-height: 1.5;
    /* border-radius: 0.25rem; */
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/** ABOUT **/

.page-template-template-about .s-content{
    display: flex;
    gap: 2em;
}

.s-content h1,
.s-content h2{
    font-family: 'Montserrat-Regular', sans-serif;
}

.s-content h1{
    font-size: 1.2em;
    margin-bottom: 1em;
}

.s-content h2{
    font-size: 0.8em;
}

.s-content .about-galerie{
    width: 60%;
    margin-bottom: 1.8em;
}

.s-content .about-content{
    width: calc( 40% - 2em );
}

.s-content .about-content p{
    font-size: .815em;
}

.s-content .about-galerie .m-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
}

.s-content .about-galerie .m-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.s-content .about-galerie .m-card__media:before{
    padding-top: 100%;
    display: block;
    content: '';
    width: 100%;
}

.s-content .about-galerie .m-card__caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 80%;
    text-align: center;
}

.s-content .about-galerie .m-card__caption img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 50%;
}

.page-template-template-about .blocmap{
    margin-bottom: 0.5em;
    margin-top: 6vw;
}

.about-galerie-thumbs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}

.s-content .about-galerie .about-galerie-thumbs .m-card{
    margin-bottom: 0;
}

.s-partenaires{
    overflow: hidden;
    text-align: center;
    margin: 6vw -6vw;
}

.s-partenaires .title{
    font-size: 0.8em;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.partenaires-swiper {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    padding: 20px 0;
    transform: translateX(10%);
}

.partenaires-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

.partenaires-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    margin: 0 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 120px;
    width: calc( 100% / 7 );
}

/** HEADER SHOP **/

.header_shop{
    display: flex;
    gap: 1em;
}

.header_shop .fas{
    font-weight: 900;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
}

.woocommerce-shop .blocmap{
    margin: 6em 0 0;
}

/** SLIDER SHOP **/

.slider_boutique{
    overflow: hidden;
}

.slider_boutique .bloc-card.bloc_banner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 3.3em;
}

.slider_boutique .bloc-card.bloc_banner:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 78%;
}

.slider_boutique .bloc-card.bloc_banner a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: black;
    line-height: 1.325;
}

.slider_boutique .bloc-card.bloc_banner .card-title{
    background-color: inherit;
}

/** MENU SHOP **/

.menu_boutique.s-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.menu_boutique.s-grid .bloc-card .m-card__caption{
    right: 20px;
    left: 20px;
}

/** BOUTIQUE **/

.is_boutique.woocommerce .products ul,
.is_boutique.woocommerce ul.products{
    grid-template-columns: repeat(1,1fr);
    max-width: 80%;
    margin: 0 auto;
}

.is_boutique.woocommerce .related.products ul,
.is_boutique.woocommerce .related ul.products{
    display: inherit;
    max-width: 100%;
}

.is_boutique.woocommerce .swiper-related-product{
    overflow: hidden;
    margin-right: -6vw;
}

.is_boutique.woocommerce ul.products li.product,
.is_boutique.woocommerce-page ul.products li.product{
    display: flex;
    gap: 2em;
    align-items: center;
    border-bottom: 1px solid #E5E4E9;
    cursor: pointer;
    padding-bottom: 2em;
}

.is_boutique.woocommerce ul.products li.product:last-child,
.is_boutique.woocommerce-page ul.products li.product:last-child{
    border-bottom: 0;
}

.is_boutique.woocommerce .related.products ul li.product,
.is_boutique.woocommerce .related ul.products li.product{
    border: none;
    flex-direction: column;
}

.is_boutique.woocommerce ul.products li.product a.woocommerce-loop-product__link{
    width: 20%;
}

.is_boutique.woocommerce .related ul.products li.product a.woocommerce-loop-product__link{
    width: 100%;
}

.is_boutique.woocommerce ul.products li.product a.woocommerce-loop-product__link img{
    max-width: 80%;
    margin: 0 auto;
}

.is_boutique.woocommerce ul.products li.product .datas-product-shop{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.is_boutique.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.2em;
}

.is_boutique.woocommerce ul.products li.product .woocommerce-loop-product__title span{
    color: #000;
}

.is_boutique.woocommerce .related ul.products li.product .woocommerce-loop-product__title{
    font-size: 0.8em;
}

.is_boutique.woocommerce .related ul.products li.product .product-tax-datas{
    width: 100%;
}

.is_boutique.woocommerce ul.products li.product .actions .in-stock,
.is_boutique.woocommerce ul.products li.product .datas-product-shop p,
.is_boutique.woocommerce ul.products li.product .datas-product-shop .view{
    font-size: .8em;
}

.is_boutique.woocommerce ul.products li.product ul.specs{
    gap: 0;
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 0.8em;
}

.is_boutique.woocommerce ul.products li.product ul.specs li{
    list-style-type: disc;
}

.is_boutique.woocommerce ul.products li.product .actions{
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.is_boutique.woocommerce ul.products li.product .actions .sur_price{
    font-size: 0.8em;
    margin-bottom: -1.2em;
}

.is_boutique.woocommerce ul.products li.product .actions .button{
    align-self: flex-start;
}

.is_boutique.woocommerce ul.products li.product .price{
    color: #E13D3D;
    font-size: 1em;
    font-family: 'Montserrat-Regular', sans-serif;
    margin: 0;
}

.is_boutique.woocommerce ul.products li.product .price span.public{
    display: block;
    color: #aaa;
    font-size: 0.8em;
    font-family: 'Gotham-Light';
    font-style: italic;
}

.is_boutique.woocommerce ul.products li.product .shipping{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 0.8em;
}

.is_boutique.woocommerce ul.products li.product .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce table.cart td.actions #coupon_code.input-text,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    border: 1px solid #97999c;
    background: #fff;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 0.8em;
    letter-spacing: .1em;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 0;
    color: #515151;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .cart .button[name="apply_coupon"]:hover{
    background: transparent;
    color: #515151;
}

.woocommerce-cart input[type="number"]{
    border: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.cart td.actions #coupon_code.input-text{
    width: auto;
    padding: 9px 10px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
    background: inherit;
    border: 1px solid #d3ced2;
    border-radius: 0;
}

.page-template-default .s-content article ul.woocommerce-error{
    margin-left: 0;
    padding-left: 3.5em;
}

.woocommerce table.shop_table th,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 0.8em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/** CHECKOUT **/

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading{
    font-size: 1.2em;
}

#customer_details{
    margin-bottom: 3vw;
}

input[data-placeholder],
textarea[placeholder],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
    font-family: 'Gotham-Light';
    font-size: 1em;
}

.woocommerce table.shop_table td{
    font-size:0.8em;
}

/** PAGE DEFAUT **/

.page-template-default .s-content{
    margin-bottom: 6vw;
}

.page-template-default .s-content h1{
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    text-transform: uppercase;
}

.page-template-default .s-content article p{
    font-size: 0.8em;
}

.page-template-default .s-content article ul{
    margin-left: 1em;
    padding-left: 1em;
    list-style-type: disc;
    font-size: 0.8em;
    margin-bottom: 1.5em;
}

.page-template-default .blocmap,
.page-template-template-catalogue .blocmap,
.search-results .blocmap{
    margin-bottom: inherit;
}

/** ACCOUNT **/

.woocommerce-account .woocommerce-MyAccount-content{
    float: inherit;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    float: inherit;
    width: 100%;
    margin-bottom: 1.5em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    border: 1px solid #939393;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 10px;
    display: block;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .8em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2em;
}

.woocommerce-info{
    font-size: 0.8em;
}

/** TEMPLATE CATALOGUE **/

.page-template-template-catalogue .s-content .wpcf7{
    margin: 0 auto 6vw;
    max-width: 50%;
}

.page-template-template-catalogue .s-content .wpcf7 p.title{
    display: none;
}

/** 404 **/

#post-404{
    text-align: center;
}

#post-404 h1{
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
}

/** MAINTENANCE **/

body.maintenance > .main-container:after {
    display: none;
}

/** PANIER **/

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    width: 50%;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals{
    display: flex;
}

.woocommerce-cart .bloc_help_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.woocommerce-cart .wc-proceed-to-checkout{
    padding: 1em 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    margin: 0;
}

.woocommerce table.shop_table{
    border-radius: 0;
}

.bloc_help_wrapper .bloc_help{
    display: flex;
}

.bloc_help_wrapper .bloc_help .infos{
    display: flex;
    flex-direction: column;
    align-self: center;
}

.bloc_help_wrapper .bloc_help .infos p{
    margin: 5px 0 0;
}

.bloc_help_wrapper .bloc_help .infos p strong{
    font-family: 'Montserrat-Regular', sans-serif;
}

/** CHECKOUT **/

.secure_payment_wrapper .secure_payment{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    padding: 1em;
    margin-top: 24px;
    gap: 1em;
}

.secure_payment_wrapper .secure_payment span{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.2em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.secure_payment_wrapper .secure_payment .infos{
    display: flex;
    align-items: center;
    gap: 1em;
}

/** REGISTER / LOGIN **/

.is_boutique.mon-compte #customer_login h2{
    font-size: 1.2em;
    font-family: 'Montserrat-Regular', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: flex;
    width: 100%;
    margin-bottom: 10px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox{
    width: auto;
    margin-left: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span{
    margin: 2px 0 0;
}

@media only screen and (min-width: 64em){

    body {
        font-size: calc(1.285em + .25vw);
    }

    main.container {
        margin-top: 0;
    }

    .row-stretch {
        margin-left: 0;
        margin-right: 0;
    }

    .btn {
        font-size: .88em;
        letter-spacing: .1em;
        padding: 0.8em 3em 0.6em;
    }

    .bloc-card.bloc_banner .centered h2{
        font-size: 1.7em;
    }

    body:not(.home) .bloc_banner .card-title {
        font-size: 1.7em;
    }

    .s-grid{
        display: flex;
        gap: 2em;
    }

    /** HEADER **/

    .c-toggleMenu {
        display: none;
    }

    .pageheader {
        height: auto;
        padding: 1em 3.5vw 1.8em;
    }

    .pageheader_col {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pageheader_col:nth-child(2){
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .pageheader_col:nth-child(3){
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    [role="banner"],
    [role="contentinfo"] {
        padding: 2.5vw;
        background-color: #FFF;
    }

    [role="banner"] {
        position: relative;
        padding-top: 1.5vw;
        padding-bottom: 1.9vw;
    }

    .logo {
        margin-top: -0.25em;
    }

    .logo_baseline {
        font-size: .38em;
    }

    /** MENU **/

    .main_menu {
        max-height: none;
        overflow: inherit;
        border-top: 1px solid #939393;
        font-size: .8em;
    }

    .main_menu.is-sticky {
        position: fixed;
        top: 0;
        right: 2.5vw;
        left: 2.5vw;
        border-top: 0;
        z-index: 2;
    }

    ul.sub-menu{
        position: absolute;
        top: calc(100% - 1px);
        z-index: 10;
        overflow: hidden;
        margin-bottom: 0;
        background-color: #FFF;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        transform: translateX(0);
        max-height: 0;
    }

    .main_menu ul{
        margin-left: 3.6vw;
        margin-right: 3.6vw;
    }

    .main_menu > ul,
    ul.sub-menu{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0;
    }

    .main_menu ul > li > a {
        border: 0;
        padding-bottom: 0.7em;
    }

    .main_menu ul > li > ul > li > a {
        padding-bottom: 0;
    }

    .main_menu.is-sticky {
        background-image: url(img/logo-small.png);
        background-repeat: no-repeat;
        background-position: left 20px;
        background-size: 2.8em;
        padding-bottom: 1.2em;
        padding-top: 1em;
    }

    .main_menu.is-sticky ul > li > a{
        padding-top: 0.6em;
        padding-bottom: 0.6em;
    }

    .main_menu > ul > li:hover ul.sub-menu {
        z-index: 10;
        max-height: none;
        padding: 1em;
        border: 1px solid #939393;
        margin: 0;
    }

    .main_menu .fullwidth .sub-menu {
        right: -1.25vw;
        left: -1.25vw;
        transform: translateX(0);
    }

    .main_menu .sub-menu li {
        position: inherit;
    }

    .main_menu .smallwidth ul.sub-menu li {
        width: 17.65vw;
        padding: 0 0.25em;
    }

    .main_menu .smallwidth ul.sub-menu {
        transform: translateX(-20%);
    }

    .main_menu li.sono.smallwidth ul.sub-menu  {
        transform: translateX( calc( (  ( -100% / 3 ) + 3em   ) - 7.2vw  ));
    }

    /** HOME **/

    .home .m-card__media:before,
    .menu_boutique.s-grid .bloc-card .m-card__media:before{
        padding-top: 100%;
    }

    .home .s-Entry .bloc-card:before{
        padding-top: 49%;
    }

    .bloc-card.bloc_banner .card-title,
    .bloc-card .overcard .card-title {
        font-size: 2.4em;
        margin: 0;
    }

    .home .s-grid h2,
    .menu_boutique.s-grid .bloc-card h2{
        font-size: 2.4em;
    }

    .flagFR:before {
        background-size: 90%;
    }

    .about p {
        padding-right: 5em;
        text-align: justify;
    }

    .blocmap{
        padding: 6vw 2vw 1vw;
    }

    body:not(.home) .blocmap{
        padding: 3vw 2vw;
    }

    .blocmap.bloc-card .overcard h2{
        font-size: 1.7em;
    }

    .home .blocmap.bloc-card .overcard h2{
        line-height: 26px;
    }

    .bloc-card.bloc_banner.img_padding:after{
        padding-top: 33%;
    }

    /** TAXO **/

    .tax-product_cat .bloc-card.bloc_banner:before,
    .page-template-template-catalogue .bloc-card.bloc_banner:before,
    .page-template-default .bloc-card.bloc_banner:before{
        padding-top: 22%;
    }

    .tax-product_cat .bloc-card.bloc_banner h1,
    .page-template-template-catalogue .bloc-card.bloc_banner h1,
    .page-template-default .bloc-card.bloc_banner h1{
        background-color: rgba(255,255,255,.4);
    }

    /** FOOTER **/

    .footer_liste-menu li {
        display: inline-block;
    }

    .footer_liste-menu li + li {
        padding-left: 3em;
    }

    .copyright {
        padding: 1em;
    }

    /** CONTACT **/

    .contact-bottom{
        margin-bottom: 0;
    }

    .bloc-card.bloc_banner.img_padding img{
        bottom: -300px;
    }

    .page-template-template-contact .bloc-card.bloc_banner {
        margin-bottom: 1.8em;
    }

    .contact-bottom{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .contact-bottom.s-grid > div.bloc-card.showroom {
        margin: 0;
    }

    /** PRODUCT **/

    .woocommerce div.product .product_title{
        font-size: 1.8em;
    }

    .woocommerce div.product .entry-summary .rappel {
        border-bottom: 0;
    }

    .single-product .blocmap {
        padding: 3vw 2vw;
    }

    /** BOUTIQUE **/

    .slider_boutique .bloc-card.bloc_banner:before {
        padding-top: 22%;
    }

}

@media only screen and (max-width: 1279px){

    /** SINGLE PRODUCT **/

    .is_boutique.single-product .points_forts{
        display: none;
    }

    .is_boutique.single-product .points_forts.resp{
        display: block;
        margin: 0 0 2em;
        width: 100%;
    }

    .is_boutique.single-product .woo-variation-product-gallery {
        max-width: 60% !important;
        width: 60% !important;
    }

    .is_boutique.single-product.woocommerce div.product div.summary{
        width: 40%;
    }

}

@media only screen and (max-width: 1190px){

    /** MENU **/

    .main_menu ul{
        margin-right: 0;
        margin-left: 0;
    }

    .main_menu > ul > li{
        padding: 0;
    }

}

@media only screen and (min-width: 48em){

    /**HEADER **/

    .u-hidden--min48 {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px){

    /** HEADER **/

    .header_shop a:last-child{
        margin-right: 20px;
    }

    .logo_label{
        font-size: 0.8em;
    }

    .logo_baseline {
        font-size: .3em;
    }

    .menu-lang{
        display: none;
    }

    .c-toggleMenu {
        width: 32px;
        height: 32px;
        padding: 0;
        margin-top: -4px;
        overflow: hidden;
        background: none;
        font-size: 3.2rem;
        line-height: 1;
    }

    .u-visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        white-space: nowrap;
    }

    [class^="ic-"], [class*=" ic-"] {
        font-family: 'icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .ic-hamburger:before {
        content: "\e900";
    }

    /** HOME **/

    .bloc-card.bloc_banner .card-title {
        background-color: rgba(0,0,0,.1);
    }

    .home .s-grid .bloc-card{
        width: 100%;
    }

    .home .s-grid .bloc-card.about,
    .home .s-grid .bloc-card.blocmap{
        width: 100%;
    }

    .home .aboutmap{
        grid-template-columns: 1fr;
        grid-template-areas: "about" "blocmap";
    }

    .home .s-grid .bloc-card.about{
        padding: 8vw 0;
        margin-bottom: 1em;
    }

    .home .s-grid .bloc-card.blocmap .overcard{
        align-items: flex-start;
        padding: 8vw 6vw;
    }

    .home .blocmap.bloc-card .overcard p{
        font-size: 0.8em;
    }

    .home .s-grid .bloc-card.blocmap{
        margin-bottom: 1em;
    }

    .about p{
        font-size: 0.9em;
    }

    .home .blocmap.bloc-card .overcard h2{
        font-size: 1.6em;
    }

    /** FOOTER **/

    .footer .content{
        padding: 1em;
        background-color: rgba(215,215,215,.3);
        border: none;
    }

    .footer_logo{
        margin-bottom: 15px;
    }

    .footer .content .col:last-child{
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .ht-ctc{
        bottom: 25px !important;
        right: 25px !important;
    }

    /** CATEGORY **/

    .is_boutique.woocommerce .products ul,
    .is_boutique.woocommerce ul.products{
        max-width: 100%;
    }

    .tax-product_cat .bloc-card.bloc_banner{
        margin-bottom: 6vw;
    }

    .tax-product_cat .bloc-card.bloc_banner:before{
        padding-top: 58%;
    }

    .tax-product_cat .bloc-card.bloc_banner h1{
        color: #fff;
    }

    .tax-product_cat .bloc-card.bloc_banner .card-title{
        background-color: inherit;
    }

    .tax-product_cat.woocommerce .products ul,
    .tax-product_cat.woocommerce ul.products{
        grid-template-columns: repeat(1,1fr);
    }

    .bloc-realisations{
        margin-left: -6vw;
        margin-right: -6vw;
    }

    .bloc-realisations .card-title{
        font-size: 0.8em;
        margin-bottom: 1.5em;
    }

    .tax-product_cat .blocmap,
    .single-product .blocmap,
    .page-template-default .blocmap,
    .page-template-template-about .blocmap,
    .page-template-template-catalogue .blocmap,
    .page-template-template-encadrements .blocmap,
    .search-results .blocmap{
        margin: 0 -6vw 0.5em -6vw;
        padding: 8vw 6vw;
        text-align: left;
        align-items: flex-start;
    }

    .tax-product_cat .blocmap.bloc-card .overcard h2,
    .single-product .blocmap.bloc-card .overcard h2,
    .page-template-default .blocmap.bloc-card .overcard h2,
    .page-template-template-about .blocmap.bloc-card .overcard h2,
    .page-template-template-catalogue .blocmap.bloc-card .overcard h2,
    .page-template-template-encadrements .blocmap.bloc-card .overcard h2,
    .search-results .blocmap.bloc-card .overcard h2{
        font-size: 2.5rem;
    }

    .tax-product_cat .blocmap.bloc-card .overcard p,
    .single-product .blocmap.bloc-card .overcard p,
    .page-template-default .blocmap.bloc-card .overcard p,
    .page-template-template-catalogue .blocmap.bloc-card .overcard p,
    .search-results .blocmap.bloc-card .overcard p,
    .page-template-template-encadrements .blocmap.bloc-card .overcard p,
    .page-template-template-about .blocmap.bloc-card .overcard p{
        font-size: 0.9em;
        letter-spacing: inherit;
    }

    .tax-product_cat .blocmap.bloc-card .overcard p:last-child,
    .single-product .blocmap.bloc-card .overcard p:last-child,
    .page-template-default .blocmap.bloc-card .overcard p:last-child,
    .page-template-template-catalogue .blocmap.bloc-card .overcard p:last-child,
    .search-results .blocmap.bloc-card .overcard p:last-child,
    .page-template-template-encadrements .blocmap.bloc-card .overcard p:last-child,
    .page-template-template-about .blocmap.bloc-card .overcard p:last-child{
        margin-bottom: 0;
    }

    /** SINGLE PRODUCT **/

    .is_boutique.single-product .top_product_boutique{
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .single-product .breadcrumb a {
        font-size: 0.75em;
    }

    .single-product .container{
        padding: 0;
    }

    .woocommerce div.wrapper-product{
        flex-direction: column;
    }

    .woo-variation-product-gallery,
    .is_boutique.single-product .woo-variation-product-gallery,
    .is_boutique.single-product.woocommerce div.product div.summary{
        max-width: 100% !important;
        width: 100% !important;
    }

    .is_boutique.single-product.woocommerce div.product div.summary{
        margin-bottom: 1em;
    }

    body.is_boutique.single-product.woocommerce div.product div.summary .rassurances{
        margin-bottom: 0;
    }

    .woo-variation-gallery-wrapper {
        width: 100% !important;
    }

    .woo-variation-gallery-thumbnail-wrapper{
        display: none;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary{
        width: 100%;
        padding: 0 6vw;
        margin-bottom: 6vw;
    }

    .is_boutique.single-product .points_forts.resp{
        margin: 0 6vw 2em;
        width: calc( 100% - 12vw );
    }

    .woocommerce div.product .entry-summary .rappel .content{
        margin-bottom: 1.5em;
        font-size: 1em;
    }

    .single-product .products.related{
        padding: 0 6vw;
    }

    .single-product.woocommerce .products ul,
    .single-product.woocommerce ul.products{
        grid-template-columns: repeat(1,1fr);
    }

    .products.related h2 {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .single-product .blocmap{
        margin: 2em 0 0.5em !important;
    }

    .woocommerce div.wrapper-product{
        margin-bottom: inherit;
    }

    .woocommerce div.product .woocommerce-tabs{
        padding: 0 6vw 3vw;
    }

    .is_boutique.single-product .rappel{
        flex-direction: column;
        margin: 0 6vw;
    }
    .is_boutique.woocommerce-checkout .rappel{
        flex-direction: column;
    }
    .is_boutique.single-product .rappel .title,
    .is_boutique.woocommerce-checkout .rappel .title{
        margin-bottom: 1em;
        text-align: center;
    }

    .is_boutique.single-product .rappel .content,
    .is_boutique.woocommerce-checkout .rappel .content{
        align-items: center;
    }

    /** ABOUT **/

    .page-template-template-about .s-content{
        flex-direction: column;
        padding: 0 6vw;
        gap: 1em;
    }

    .s-content .about-galerie,
    .s-content .about-content{
        width: 100%;
    }

    .s-content .about-galerie,
    .s-content .about-galerie .m-card{
        margin-bottom: 0;
    }

    .s-content .about-content{
        margin-bottom: 6vw;
    }

    .about-galerie-thumbs{
        display: none;
    }

    .s-content h1 {
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .s-content h2 {
        font-size: 1.1em;
    }

    .s-content .about-content p {
        font-size: 1em;
    }

    /** BOUTIQUE **/

    .menu_boutique.s-grid{
        grid-template-columns: repeat(1,1fr);
    }

    .is_boutique.woocommerce ul.products li.product a.woocommerce-loop-product__link,
    .is_boutique.woocommerce ul.products li.product .actions{
        width: 25%;
    }

    .is_boutique.woocommerce ul.products li.product .datas-product-shop p{
        margin-bottom: 0;
    }

    .is_boutique.woocommerce ul.products li.product .datas-product-shop .view{
        display: none;
    }

    .is_boutique.woocommerce ul.products li.product .datas-product-shop{
        width: 50%;
    }

    .is_boutique.woocommerce ul.products li.product .actions a.button{
        align-self: self-start;
    }

    .menu_boutique.s-grid .bloc-card .m-card__media:before{
        padding-top: 30%;
    }

    /** PAGE DEFAUT **/

    .page-template-default .s-content h1{
        font-size: 1.6em;
    }

    .page-template-default .s-content article p{
        font-size: inherit;
    }

    /** ENCADREMENTS **/

    .page-template-template-encadrements .bloc-card.bloc_banner::before{
        padding-top: 48%;
    }

    .page-template-template-encadrements .bloc-card.bloc_banner .card-title{
        background-color: inherit;
        color: #fff;
    }

    .top_encadrements {
        flex-direction: column;
    }

    .top_encadrements .encadrement_anim,
    .top_encadrements .encadrement_detail{
        width: 100%;
    }

    .top_encadrements .encadrement_detail{
        padding: 4vw 6vw 2vw;
    }

    .encadrements_liste{
        display: flex;
        grid-auto-rows: inherit;
        grid-template-areas: inherit;
        flex-direction: column;
        gap: 0;
    }

    .encadrements_liste .encadrements{
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    /** CATALOGUE TEMPLATE **/

    .page-template-template-catalogue .bloc-card.bloc_banner h1{
        color: #fff;
    }

    .page-template-template-catalogue .s-content .wpcf7{
        max-width: 100%;
    }

    /** COMPTE ACCOUNT **/

    .page-template-default.mon-compte .bloc-card.bloc_banner:before,
    .page-template-default.woocommerce-checkout .bloc-card.bloc_banner:before,
    .page-template-default.woocommerce-cart .bloc-card.bloc_banner:before{
        padding-top: 22%;
    }

    .page-template-default.mon-compte .bloc-card.bloc_banner h1 ,
    .page-template-default.woocommerce-checkout .bloc-card.bloc_banner h1 ,
    .page-template-default.woocommerce-cart .bloc-card.bloc_banner h1 {
        background-color: rgba(255,255,255,.4);
    }

    .woocommerce-account .woocommerce-MyAccount-content{
        width: 100%;
    }

    /** PANIER **/

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals{
        flex-direction: column;
        gap: 30px;
    }

    .woocommerce-cart .bloc_help_wrapper,
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals{
        width: 100%;
    }

}

@media only screen and (max-width: 768px){

    /** HEADER **/

    .m-call__icon {
        font-size: 3.4rem;
        line-height: 1.3;
        padding: 0;
    }

    .u-hidden--max48 {
        display: none !important;
    }

    /** BOUTIQUE **/

    .is_boutique.woocommerce ul.products li.product .datas-product-shop p{
        display: none;
    }

    .is_boutique.woocommerce .products ul, .woocommerce ul.products{
        gap: 0;
    }

    .is_boutique.woocommerce ul.products li.product,
    .is_boutique.woocommerce-page ul.products li.product{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 0.5fr 1.5fr;
    }

    .is_boutique.woocommerce ul.products li.product .actions{
        align-self: baseline;
    }

    .is_boutique.woocommerce.tax-product_cat ul.products li.product,
    .is_boutique.woocommerce-page.tax-product_cat ul.products li.product{
        display: grid;
        grid-template-columns: 0.6fr 1.4fr;
        grid-template-rows: 0.5fr 1.5fr;
        gap: 0 2em;
        grid-template-areas:
            "woocommerce-loop-product__link datas-product-shop"
            "woocommerce-loop-product__link actions";
        padding-bottom: 2em;
    }

    .is_boutique.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__link { grid-area: woocommerce-loop-product__link; }
    .is_boutique.woocommerce.tax-product_cat ul.products li.product .datas-product-shop { grid-area: datas-product-shop; margin-bottom: 1em; }
    .is_boutique.woocommerce.tax-product_cat ul.products li.product .actions {
        grid-area: actions;
        display: flex;
        flex-direction: column;
    }

    .is_boutique.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__link,
    .is_boutique.woocommerce.tax-product_cat ul.products li.product .datas-product-shop,
    .is_boutique.woocommerce.tax-product_cat ul.products li.product .actions{
        width: 100%;
    }

    .is_boutique.woocommerce ul.products li.product ul.specs{
        display: none;
    }

    /** COMPTE / ACCOUNT **/

    .woocommerce-account .woocommerce-MyAccount-navigation ul{
        overflow: scroll;
    }

    /** CHECKOUT **/

    .woocommerce-additional-fields{
        margin-top: 3vw;
    }

    .secure_payment_wrapper .secure_payment{
        flex-direction: column;
    }

    .secure_payment_wrapper .secure_payment span{
        font-size: 1em;
    }

}

@media only screen and (max-width: 768px){

    /** BOUTIQUE **/

    .is_boutique.woocommerce ul.products li.product,
    .is_boutique.woocommerce-page ul.products li.product{
        grid-template-columns: 0.6fr 1.4fr;
        padding: 1em 0;
    }

    .is_boutique.woocommerce ul.products li.product .datas-product-shop{
        align-self: baseline;
    }

    .is_boutique.woocommerce ul.products li.product .woocommerce-loop-product__title{
        padding: 0;
        font-size: 1em;
    }

    .is_boutique.woocommerce ul.products li.product .actions a.button{
        font-size: 0.8em;
    }

    /** PANIER **/

    .woocommerce table.cart td.actions #coupon_code.input-text{
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce table.cart td.actions .coupon .input-text+.button[name="apply_coupon"]{
        width: 100%;
    }

}

@media only screen and (max-width: 550px){

    /** HEADER **/

    .header_shop{
        gap: 5px;
        margin-right: 10px;
    }

    .header_shop a:first-child{
        display: none;
    }

    /** SINGLE PRODUCT **/

    .woocommerce div.product .woocommerce-tabs{
        display: flex;
        align-items: flex-start;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs{
        width: 40px;
        transform: rotate(180deg);
        writing-mode: vertical-lr;
        text-orientation: mixed;
        display: flex;
        flex-direction: row-reverse;
    }

    .woocommerce div.product .woocommerce-tabs .panel{
        width: calc( 100% - 40px );
        padding: 0 0 0 10px;
        border: none;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        padding: 0 10px;
        border: none;
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
        border-left: 1px solid #d3ced2;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs::before{
        display: none;
    }

    .specs-product-table th, .specs-product-table td{
        padding: 1em;
    }

    /** TAX PRODUCT **/

    .is_boutique.woocommerce.tax-product_cat ul.products li.product,
    .is_boutique.woocommerce-page.tax-product_cat ul.products li.product{
        grid-template-columns: 0.7fr 1.3fr;
        grid-template-rows: 1fr;
        gap: 0 1em;
    }

    .is_boutique.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__link{
        align-self: flex-start;
    }

    .is_boutique.woocommerce.tax-product_cat ul.products li.product a.woocommerce-loop-product__link img{
        max-width: 100%;
    }

    .is_boutique.woocommerce.tax-product_cat ul.products li.product .actions{
        gap: 5px;
    }

    .is_boutique.woocommerce ul.products li.product .actions .sur_price{
        margin-bottom: -10px;
    }

    /** CHECKOUT **/

    .secure_payment_wrapper .secure_payment .infos{
        gap: 10px;
    }

    .secure_payment_wrapper .secure_payment .infos img{
        width: 44px;
    }

}