/* GLOBAL */
/* HEADER  */
/* MENU  */
/* BUTTON  */
/* SLIDESHOW  */
/* HOME TITRE  */
/* HOME SECTEURS D'ACTIVITÉS  */
/* HOME BESTS  */
/* HOME CONTENT  */
/* HOME ICONES  */
/* SEARCH FORM  */
/* PAGE CONTENT  */
/* LISTING PRODUIT  */
/* PAGE PRODUIT */
/* ARCHIVE  */
/* ARCHIVE CONTACT  */
/* FOOTER  */
/* BREADCRUMB  */



/* GLOBAL */
body {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
    margin-bottom: 1.3em;
}
button {
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}
select {
    font-family: inherit;
    font-size: 1em;
    line-height: 1;
    color: #fff;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    color: inherit;
}
.site-page {
    padding-top: 4.4375rem;
}
.font-weight-light {font-weight:300;}
.line-height-1_15 {line-height:1.15;}
.max-width-mobile {
    max-width: 810px;
}
.container-a_propos {text-align:left;}
.position-relative{position:relative;}
.hide-on-desktop {
    display: none;
}
.site-anchor {
    position: relative;
    top: -4.4375rem; /* Adjust for fixed header height */
    visibility: hidden;
}
/* GLOBAL */



/* HEADER */
.site-header {
    border-bottom: solid 1px #CDCDCD;
    height: 4.4375em;
    font-size: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}
.custom-logo-link .custom-logo {
    width: auto;
    max-height: 1.875em;
}
.widget_polylang ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.widget_polylang li {
    margin-left: 0.8em;
}
.widget_polylang li:first-child {
    margin-left: 0;
}
.widget_polylang a {
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.widget_polylang a::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: #000;;
    transition-property: left, width;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
}
.widget_polylang .current-lang a::after,
.widget_polylang a:hover::after,
.widget_polylang a:focus::after {
    left: 0;
    width: 100%;
}
/* HEADER */



/* MENU */
body.main-menu-opened {
    overflow: hidden;
}
.header-menu-toggle {
    height: 3.125em;
    border: none;
    width: 3.125em;
    background: #fff;
    padding: 0;
    position: relative;
}
.header-menu-toggle span {
    position: absolute;
    height: 2px;
    width: 90%;
    background: #000;
    top: 17%;
    left: 5%;
    border-radius: 1em;
    transition: width .3s ease-in-out;
}
.header-menu-toggle span:nth-child(2) {
    top: calc(50% - 1px);
    transition-delay: .1s;
}
.header-menu-toggle span:nth-child(3) {
    top: 80%;
    width: 50%;
    transition-delay: .2s;
}
body.main-menu-opened .header-menu-toggle span,
body.main-menu-opened .header-menu-toggle span:nth-child(2),
body.main-menu-opened .header-menu-toggle span:nth-child(3) {
    width: 0;
}
.header-menu-toggle::before,
.header-menu-toggle::after {
    content: "";
    position: absolute;
    height: 2px;
    top: 50%;
    background-color: #000;
    width: 100%;
    transform: rotate(0deg);
    left: 0;
    border-radius: 1em;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.header-menu-toggle::after {
    transform: rotate(-90deg);
}
body.main-menu-opened .header-menu-toggle::before,
body.main-menu-opened .header-menu-toggle::after {
    opacity: 1;
    transform: rotate(45deg);
    transition-delay: .5s;
}
body.main-menu-opened .header-menu-toggle::after {
    transform: rotate(-45deg);
}

.site-header-nav,
.menu-dark-background {
    position: fixed;
    top: 4.4375em;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.menu-dark-background {
    background-color: #000;
    cursor: pointer;
}
.main-menu-opened .site-header-nav {
    opacity: 1;
    visibility: visible;
}
.main-menu-opened .menu-dark-background {
    opacity: 0.7;
    visibility: visible;
}
.site-header-menu {
    text-align: center;
    color: #58584E;
    font-size: 1.125em;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    max-height: 100%;
    position: relative;
}
.site-header-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    box-shadow: 0.1em 0.1em 0.1em 0 rgba(0,0,0,0.1);
}
.site-header-menu .show_sub_menu .sub-menu {
    display: block;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-link {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 0.87em 0em;
    border-bottom: solid 1px #cdcdcd;
    background-color: #fff;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}
.menu-item-button {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}
.site-header-menu .sub-menu .menu-item-link {
    font-size: 0.8888em;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    padding: 0.47em 0;
}
.menu-show-sub_menu-button {
    top: 0;
    right: 0;
    padding: 0;
    font-size: 1em;
    height: 2.8em;
    width: 2.8em;
    background: transparent;
    border: none;
    position: absolute;
}
.menu-show-sub_menu-button::before {
    content: "";
    position: absolute;
    top: 1.1em;
    left: 0.7em;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0.3em 0.3em 0 0.3em;
    border-color: #58584E transparent transparent transparent;
    transform: rotate(0deg);
    /* transition: transform .3s ease-in-out; */
}
.show_sub_menu .menu-show-sub_menu-button::before {
    transform: rotateZ(180deg);
}
/* MENU */



/* BUTTON */
.button-catalog {
    color: #fff;
    background-color: #002654;
    display: block;
    text-decoration: none;
    font-size: 1.25em;
    padding: 1.2em 0em 1em;
    letter-spacing: 0.04em;
    line-height: 1.2;
}
.container-button-catalog {
    max-width: 340px;
    position: relative;
}
.container-button-catalog > span:first-of-type {
    font-weight: 700;
}
.container-button-catalog > span:nth-of-type(2) {
    font-style: italic;
}
.button-catalog svg {
    position: absolute;
    top: 50%;
    right: 0.65em;
    stroke: #fff;
    width: 2.6em;
    height: 2.2em;
    transform: translateY(-50%);
}
/* BUTTON */



/* SLIDESHOW */
.lSPager {
    position: absolute;
    margin-top: 0;
    bottom: 4vh;
    bottom: calc(4vh + 55px);
    /* right: 50%;
    transform: translateX(50%); */

    right: 0;
    width: 100%;
    transform: none;

    display: flex;
    align-items: center;
    justify-content: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    margin: 0 0.2em;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #999;
    opacity: 0.5;
    width: 0.75em;
    height: 0.75em;
}
.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #ff0066;
    opacity: 1;
    width: 1em;
    height: 1em;
}
.lSAction > a {
    background: none;
    top: 38%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.3em;
}
/* SLIDESHOW */



/* GLOBAL */
.header-container,
.footer-notices-container {
    max-width: 100%;
}
/* GLOBAL */



/* Slideshow */
.home-slideshow .lSSlideOuter {
    position: relative;
}
.home-slideshow > #home-slideshow-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
#home-slideshow-list .slide-item {
    height: calc( 100vh - 4.4375rem - 4.6rem);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
}
#home-slideshow-list .slide-item-link {
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: absolute;
    display: flex;
    align-items: flex-end;
}
.home-slideshow > #home-slideshow-list > .slide-item + .slide-item {
    display: none;
}
.container.slide-item-content-container {
    max-width: 22.5em;
    margin-bottom: 15vh;
    min-height: 8.917em;
}
.slide-item-content-pretitle {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    margin-bottom: 0.7em;
    padding: 0.5em 0.5em 0.4em 0.8em;
    color: #ff0066;
    font-size: 0.8em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.06em;
}
.slide-item-content-title {
    margin: 0;
    font-size: 1.7em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.2em 0.3em 0.2em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
.slide-item-content-link {
    display: inline-block;
    background-color: #f06;
    color: #fff;
    font-size: 0.8em;
    padding: 0.4em 0.8em;
    text-decoration: none;
    margin-top: 0.4em;
    font-style: italic;
    border-radius: 0.2em;
    /* border-bottom: solid 0.2em #9f0040; */
}
/* SLIDESHOW */



/* HOME TITRE */
.home-section.section-content {
    padding-top: 2.55em;
    margin-bottom: 4.7em;
}
.container.container-content {
    max-width: 23.125em;
}
.section-content-text {
    /* text-align: center; */
    font-size: 1.0625em;
    font-weight: 500;
    font-style: italic;
    line-height: 1.65;
    margin-bottom: 0em;
}
/* HOME TITRE */



/* HOME SECTEURS D'ACTIVITÉS */
.section-secteurs {
    margin-bottom: 2.6em;
}
.container.container-title {
    max-width: 340px;
}
.site-title {
    font-size: 1em;
    margin-bottom: 2.5em;
}
.site-title-pretitle {
    color: #ff0066;
    font-weight: 800;
    font-style: italic;
    font-size: 0.875em;
    display: inline-block;
    margin-bottom: 0.3em;
}
.site-title-title {
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 900;
}
.section-secteurs > .secteurs-list > .secteurs-item + .secteurs-item {
    display: none;
}
.secteurs-item {
    font-size: 10vw;
    width: 7.1em;
    padding-top: 1.9em;
}
.secteurs-item a {
    width: 17.35em;
    text-decoration: none;
    font-size: 0.41em;
    position: relative;
    padding: 0 0 0.8em 1.1em;
    line-height: 0.96;
    min-height: 24.2em;
    display: flex;
    align-items: flex-end;
}
.secteurs-item-image-container {
    width: 14.76em;
    top: -4.63em;
    display: block;
    position: absolute;
    left: 0;
}
.secteurs-item-image-container::before {
    content: "";
    position: absolute;
    width: 5.63em;
    height: 5.63em;
    left: 4.75em;
    top: 4.75em;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.secteurs-item.agriculture-fr .secteurs-item-image-container::before,
.secteurs-item.agriculture-en .secteurs-item-image-container::before {
    background-image: url(../images/watermark-agriculture.png);
}
.secteurs-item.btp-industrie-fr .secteurs-item-image-container::before,
.secteurs-item.construction-industry .secteurs-item-image-container::before {
    background-image: url(../images/watermark-btp.png);
}
.secteurs-item.environnement-fr .secteurs-item-image-container::before,
.secteurs-item.environment .secteurs-item-image-container::before {
    background-image: url(../images/watermark-environnement.png);
}
.secteurs-item-image {
    width: 100%;
}
.secteurs-item-title {
    color: #fff;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4.0625em;
    margin-bottom: 0;
}
/* HOME SECTEURS D'ACTIVITÉS */



/* HOME BESTS */
.section-new_products .site-title {
    margin-bottom: 0.6em;
}
.site-title-link {
    font-size: 0.875em;
    font-weight: 700;
    font-style: italic;
    color: #000;
    text-decoration: none;
    position: relative;
    margin-bottom: 2.3em;
    display: inline-block;
    padding: 0.2em 0;
    transition: color .3s ease-in-out;
}
.site-title-link::before,
.site-title-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: #ff0066;
    height: 1px;
    transition-property: left, width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.site-title-link::after {
    background: #000;
    width: 100%;
}

.site-title-link:hover {
    color: #ff0066;
}
.site-title-link:hover::before {
    width: 100%;
}
.site-title-link:hover::after {
    left: 100%;
    width: 0;
}

.section-new_products .lSSlideOuter {
    margin-bottom: 3.4em;
}
.section-new_products > .new_products-list > .new_products-item + .new_products-item {
    display: none;
}
#new_products-list {
    display: flex;
}
.new_products-item {
    display: block;
    height: 100%;
}
.new_products-item-link {
    color: inherit;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 1.4756em;
    font-weight: 800;
    letter-spacing: -0.04em;
    max-width: 11em;
    margin-left: auto;
    margin-right: auto;
}
.product-listing-image-container {
    border: solid 1px #999;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.65em;
    height: 11.1em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.new_products-item-image {
    display: block;
}
.new_products-item-title {
    font-size: 1em;
    letter-spacing: 0;
    margin-bottom: 0;
}
/* HOME BESTS */



/* HOME CONTENT */
.section-content-bkg {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 12.8em;
}
.section-content-bkg-title {
    font-size: 2.5em;
    margin: 0;
    line-height: 1;
    font-weight: 900;;
}
.section-content-bkg-subtitle {
    font-size: 0.9375em;
    letter-spacing: 0;
    margin-bottom: 1.1em;
    padding: 0.2em 0.5em 0.1em 0.6em;
}
.container-content-text {
    font-style: italic;
    letter-spacing: 0.03em;
    line-height: 1.24;
    padding-bottom: 4.1em;
    max-width: 19.3em;
}
/* HOME CONTENT */



/* HOME ICONES */
.home-section.section-icons {
    color: #fff;
    background-color: #ff0066;
    padding-top: 4em;
    padding-bottom: 4em;
}
.section-icons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.section-icons-item {
    margin-bottom: 3em;
}
.section-icons-item:last-child {
    margin-bottom: 0;
}
.section-icons-item-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
.section-icons-item-image {
    height: 5.2em;
    margin-bottom: 0.6em;
}
.section-icons-item-title {
    font-size: 1.375em;
    font-weight: 700;
    margin: 0;
}
/* HOME ICONES */



/* SEARCH FORM */
.listing-filters {
    color: #fff;
    background: #000;
    position: relative;
}
.listing-filters .listing-filters-blocs {
    display: none;
    padding: 1.9em 1.7em 1.5em;
}
.listing-filters.show .listing-filters-blocs {
    display: block;
}
.listing-filters-blocs .filter-group {
    margin-bottom: 1.8em;
}
.listing-filter-title {
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 0.7em;
}
.filter-select-label {
    display: block;
    position: relative;
}
.filter-select {
    width: 100%;
    background-color: #000;
    border: solid 1px #fff;
    border-radius: 0.2em;
    padding: 0.8em 0.7em 0.7em;
    transition-property: color, background-color, border-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;

    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.filter-select.has-value {
    color: #fff;
    background-color: #f06;
    border-color: #f06;
}
.filter-select-label i {
    position: absolute;
    top: 50%;
    right: 0.4em;
    transform: translate(-50%,-50%);
    font-size: 0.8em;
}
.field-group.last {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.listing-filters-submit {
    font-weight: 700;
    border: none;
    padding: 0.5em 1.6em;
    border-radius: 0.2em;
    margin-right: 2em;
    transition-property: color, background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.listing-filters-submit:hover,
.listing-filters-submit:focus {
    color: #fff;
    background-color: #ff0066;
}
.listing-filters-reset {
    margin: 0;
    font-style: italic;
    padding-bottom: 0.1em;
    position: relative;
    transition: color .3s ease-in-out;
    cursor: pointer;
}
.listing-filters-reset::before,
.listing-filters-reset::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s ease-in-out;
}
.listing-filters-reset::before {
    width: 0%;
    background-color: #ff0066;
}
.listing-filters-reset:hover,
.listing-filters-reset:focus {
    color: #ff0066;
}
.listing-filters-reset:hover::before,
.listing-filters-reset:focus::before {
    width: 100%;
}
.listing-filters-reset:hover::after,
.listing-filters-reset:focus::after {
    width: 0%;
    left: 100%;
}
/* SEARCH FORM */



/* PAGE CONTENT */
.post-content {
    line-height: 1.3;
}
.wp-block-lamy2025-blocks-lamy-block-realisation + .wp-block-lamy2025-blocks-lamy-pastille .lamy-pastille-container {
    max-width: 33vw;
    margin-right: 0;
    margin-left: auto;
}
.wp-block-lamy2025-blocks-lamy-block-realisation.reverse + .wp-block-lamy2025-blocks-lamy-pastille .lamy-pastille-container {
    margin-right: auto;
    margin-left: 0;
}
.wp-block-lamy2025-blocks-lamy-block-realisation ~ .wp-block-lamy2025-blocks-lamy-block-realisation .lamy-block-realisation {
    padding-top: 10em;
}
/* PAGE CONTENT */



/* LISTING PRODUIT */
.listing-header {
    font-size: 0.75rem;
}
.listing-button {
    border: none;
    stroke: #fff;
    background: transparent;
    padding: 0.5em 0.5em 0.4em;
}
.listing-button .svg-filter {
    width: 2em;
}
.main-listing {
    background: #eeeeee;
    padding-bottom: 1em;
}
.listing-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.4em;
    padding-top: 0.5em;
    line-height: 1;
    margin-bottom: 0.6em;
    hyphens: auto;
}
.listing-description {
    color: #58584e;
    font-style: italic;
    font-size: 0.875em;
    line-height: 1.2;
    margin-bottom: 1.5em;
}
.listing-items {
    display: flex;
    flex-wrap: wrap;
}
.listing-item {
    width: 100%;
    max-width: 47.5%;
    margin-right: 5%;
    background-color: #fff;
    font-size: 0.625em;
    padding: 1em;
    margin-bottom: 2em;
}
.listing-item:nth-child(2n) {
    margin-right: 0;
}
.listing-item-link {
    display: block;
    text-decoration: none;
}
.listing-item-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 15.4em;
}
.listing-item-image-container::after {
    content: "";
    position: absolute;
    bottom: -0.4em;
    height: 0.4em;
    background: #ff0066;
    left: 0;
    right: 0;
}
.listing-item-placeholder {
    opacity: 0.5;
}
.listing-item-content-container {
    padding: 1.1em 0.9em 0em;
}
.listing-item-title {
    font-size: 1.7em;
    line-height: 1;
    margin-bottom: 0.4em;
    min-height: 3em;
    hyphens: auto;
}
.listing-item-reference {
    color: #ff0066;
    font-weight: 500;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 0.4em;
}
.listing-item-excerpt {
    line-height: 1.2;
    font-style: italic;
}
/* LISTING PRODUIT */



/* PAGE PRODUIT */
.product-header {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: #eee;
}
.container.product-header-container {
    position: relative;
}
.product-title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1;
    margin-bottom: 1em;
}
.product-gallery-container {
    background-color: #fff;
}
.product-gallery-container .clone,
.product-gallery-container .lslide {
    padding: 1.5em 1.5em 0;
    text-align: center;
    height: 70vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-gallery-container > #product-gallery > li + li {
    display: none;
}
#product-gallery .placeholder img {
    opacity: 0.5;
}
.product-gallery-container .lSAction > a {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
#product-gallery video {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}



.product-gallery-thmbnail-container {
    background-color: #fff;
    padding: 1em;
    margin-bottom: 2em;
}
.product-gallery-thmbnail-item {
    width: 8em;
    height: 5em;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.product-gallery-thmbnail-item.video {
    filter: blur(3px);
}
.product-gallery-thmbnail-item.video::before {
    content: "\f144";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    top: calc( 50% - 0.5em );
    left: calc( 50% - 0.5em );
    z-index: 2;
    font-size: 3em;
    color: #fff;
}
.product-gallery-thmbnail-item.video.landscape video {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.product-more_content-area {
    padding-top: 2.7em;
    margin-bottom: 2.7em;
}
.product-reference {
    font-size: 1.2em;
    color: #ff0066;
    margin-bottom: 0.8em;
}
.product-description {
    line-height: 1.1;
}
.product-description ul {
    padding-left: 1.5em;
}
.product-description li {
    margin-bottom: 0.35em;
}
.product-see-more {
    display: none;
}

.product-see-more {
    display: inline-block;
}
.post-content-readmore-container + * {
    display: none;
}
.product-see-more {
    border: none;
    background: transparent;
    font-size: 0.65em;
    position: absolute;
    padding: 0.5em 0.5em 1.9em;

    bottom: -4em;
    left: 50%;

    transform: translateX(-50%);
}
.product-see-more i {
    position: absolute;
    bottom: 0.1em;
    font-size: 1.6em;
    left: 1em;
}

.product-more_content-left {
    margin-bottom: 4em;
}
.product-more_content-title {
    font-size: 1.25em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}
.product-more_content-text {
    font-size: 0.9375em;
    line-height: 1.2;
    margin-bottom: 2.7em;
}
.product-more_content-text.options {
    color: #ff0066;
    font-style: italic;
    font-weight: 700;
    padding-left: 1.7em;
    font-size: 0.875em;
    margin: 0;
}
.product-more_content-right {
    color: #000;
    stroke: #000;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.product-button {
    width: 13em;
    font-size: 1.125em;
    position: relative;
    text-decoration: none;
    padding: 0.4em 0em 0.4em 3.6em;
    margin-bottom: 0.9em;
    transition-property: stroke, fill, color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.product-more_content-right svg {
    width: 2.2em;
    position: absolute;
    left: 0.15em;
    top: 50%;
    transform: translateY(-50%);
}
.product-button:hover, .product-button:focus {
    stroke: #f06;
    color: #f06;
    fill: #f06;
}
.product-button b {
    font-weight: 900;
}
.product-button span {
    font-style: italic;
    letter-spacing: 0.02em;
}
/* PAGE PRODUIT */



/* ARCHIVE */
.term-content {
    margin-bottom: 3em;
}
.archive-post-listing {
    padding-bottom: 11.2em;
}
.post-in-listing {
    background: #eee;
    text-align: right;
}
.post-in-listing-container {
    display: block;
    text-decoration: none;
}
.post-in-listing-container {
    display: block;
    text-decoration: none;
    padding: 4.05em 15px 17.3em;
    position: relative;
}
.post-in-listing-container .post-title {
    font-size: 2em;
    line-height: 1;
    font-weight: 900;
    color: #ff0066;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.post-thumbnail-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-in-listing-container .post-thumbnail {
    position: absolute;
    right: 0;
    max-width: 16.2em;
    bottom: -6.2em;
    max-height: 22em;
    cursor: pointer;
}
.post-in-listing.odd {
    background: #fff;
    text-align: left;
}
.post-in-listing ~ .post-in-listing .post-in-listing-container {
    padding-top: 11.7em;
}
.post-in-listing.odd .post-in-listing-container .post-thumbnail {
    right: auto;
    left: 0;
}
/* ARCHIVE */



/* ARCHIVE CONTACT */
.page-header img {
    display: block;
    width: 100%;
}
.page-header .attachment-large,
.page-header .attachment-2048x2048 {
    display: none;
}
.lamy-imagetext-header-wrapper {
    position: relative;
}
.lamy-imagetext-header-content {
    bottom: 0;
    left: 0;
    right: 0;
    position: static;
    background: transparent;
    color: #000;
}
.page-title {
    font-size: 0.875em;
    margin-bottom: 2.5em;
    padding-top: 1.7em;
}
.post-type-archive .post-title {
    padding-top: 1.7em;
}
.page-title .page-title-pretitle {
    color: #ff0066;
    font-style: italic;
    margin-bottom: 0.11em;
    padding-left: 0.4em;
    letter-spacing: 0.03em;
    display: block;
}
.page-title .page-title-title {
    font-size: 2.8571em;
    font-weight: 900;
    display: block;
}
.wp-block-lamy2025-blocks-lamy-page-title.a_propos_title .page-title .page-title-title {
    font-size: 2em;
}
.archive-list {
    background: #eee;
    font-size: 0.875em;
}
.archive-list .container {
    padding: 4em 30px;
}
.contact-item-content {
    position: relative;
}
.contact-item-name {
    line-height: 1;
    font-weight: 800;
    margin-bottom: 3.45em;
}
.contact-item-name > * {
    display: block;
    text-transform: uppercase;
}
.contact-item-name-firstname {
    color: #ff0066;
}
.contact-item-position {
    font-size: 0.9125em;
    font-weight: 700;
    margin-bottom: 0.8em;
    max-width: calc(320px - 38vw);
    margin-left: 0;
    margin-right: auto;
}
.contact-item-email {
    letter-spacing: 0.015em;
    margin-bottom: 0;
    line-height: 1.2;
}
.contact-item-phone {
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
}
.contact-item-email a,
.contact-item-phone a {
    text-decoration: none;
}
.contact-item-image img {
    display: block;
}
.contact-item-image {
    top: -0.7em;
    right: 15px;
    position: absolute;
    max-width: 10em;
    border-radius: 50%;
    overflow: hidden;
}
.contact-item-odd {
    background: #ff0066;
    text-align: right;
}
.contact-item-odd .contact-item-name-firstname {
    color: inherit;
}
.contact-item-odd .contact-item-name-lastname {
    color: #fff;
}
.contact-item-odd .contact-item-image {
    left: 15px;
}
.contact-item-odd .contact-item-position {
    margin-left: auto;
    margin-right: 0;
}
/* ARCHIVE CONTACT */



/* FOOTER */
.site-footer {
    position: relative;
    padding-bottom: 4.575em;
    border-top: solid 1px #cdcdcd;
}
.footer-links-left,
.footer-links-middle,
.footer-links-right {
    display: none;
}

.footer-notices-container {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}
.footer-notices {
    background-color: #eee;
    width: 100%;
    font-size: 0.96em;
}
.footer-notices-menu {
    font-size: 0.9em;
    padding: 0.5em 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}
.footer-notices-menu .menu-item {
    display: flex;
    align-items: center;
}
.footer-notices-menu .menu-item + .menu-item::before {
    content: "-";
    margin: 0em 0.5em;
}
.social-networks {
    list-style: none;
    display: flex;
    color: #ff0066;
    margin: 0;
    font-size: 1.6em;
    padding: 0.5em 0;
    justify-content: center;
    width: 100%;
}
.social-networks > li {
    margin: 0 0.3em;
}
.footer-notices-menu .menu-item-link {
    padding: 0.2em 0;
    color: #000;
    font-style: normal;
    font-weight: 100;
    text-transform: none;
    border: none;
    background: transparent;
}
.social-network-item.youtube > a {
    width: 1em;
    height: 1em;
    display: flex;
    background-color: #ff0066;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.social-network-item.youtube i.fab.fa-youtube {
    color: #fff;
    font-size: 0.6em;
}
.copyright {
    width: 100%;
    padding-top: 1em;
    font-weight: 100;
    font-size: 0.9em;
}
.footer-tm-hemis {
    height: 1em;
    margin-left: 0.2em;
    margin-bottom: -0.1em;
}

.copyright-container {
    text-align: center;
}
.hemis-svg-lettre {
    fill: #000 !important;
}
.hemis-svg-et-container {
    fill: #f06 !important;
}
.hemis-svg-et {
    fill: #eee !important;
}



.footer-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002654;
    height: 4.6em;
    color: #fff;
    z-index: 1000;
}
.footer-banner .listing-filters .listing-filters-blocs {
    display: block;
    padding: 1.7em;
}
.container.footer-banner-container {
    padding: 0;
    font-size: 0.875em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 100%;
}
.container.footer-banner-container .button-catalog {
    display: none;
    width: 25.5%;
    padding: 0;
    font-size: 1.4286em;
    position: relative;
}
.container.footer-banner-container .button-catalog.search-button {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    letter-spacing: 0.05em;
    font-size: 1.4286em;
    padding: 0;
    line-height: 1;
    height: 100%;
}
.footer-banner .button-catalog svg {
    right: auto;
    left: 2.4em;
}
.site-footer .listing-filters {
    position: absolute;
    font-size: 1em;
    bottom: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.footer-banner .listing-filters-blocs .filter-group {
    margin-bottom: 1.65em;
}
.site-footer .banner-show-search .listing-filters {
    opacity: 1;
    visibility: visible;
}
.site-footer .listing-filters-reset {
    display: none;
}
.footer-banner .button-catalog.search-button svg {
    left: auto;
    right: 0.5em;
    height: 2.4em;
    width: 2.1em;
}
.footer-banner .button-catalog.search-button span {
    font-style: italic;
    letter-spacing: 0.02em;
    font-weight: 400;
}
/* FOOTER */



/* BREADCRUMB */
.breadcrumbs-container {
    padding: 0.6em 0em;
    line-height: 1.7;
    color: #58584d;
}
#breadcrumbs {
    margin: 0;
}
.breadcrumbs-container a {
    text-decoration: none;
}
.svg-breadcrumb-arrow {
    height: 0.6em;
    fill: #58584d;
    margin: 0em 0.05em 0 0.2em;
}
/* BREADCRUMB */



@media screen and ( min-width: 350px ) {

    /* GLOBAL 350px */

    /* HEADER 350px */

    /* MENU 350px */

    /* BUTTON 350px */

    /* SLIDESHOW 350px */
    .slide-item-content-title {
        font-size: 2em;
    }
    /* SLIDESHOW 350px */

    /* HOME TITRE 350px */

    /* HOME SECTEURS D'ACTIVITÉS 350px */

    /* HOME BESTS 350px */

    /* HOME CONTENT 350px */

    /* HOME ICONES 350px */

    /* SEARCH FORM 350px */

    /* PAGE CONTENT 350px */

    /* LISTING PRODUIT 350px */
    .listing-header {
        font-size: 1rem;
    }
    /* LISTING PRODUIT 350px */

    /* PAGE PRODUIT 350px */

    /* ARCHIVE 350px */

    /* ARCHIVE CONTACT 350px */
    .wp-block-lamy2025-blocks-lamy-page-title.a_propos_title .page-title .page-title-title {
        font-size: 2.2em;
    }
    /* ARCHIVE CONTACT 350px */

    /* FOOTER 350px */

    /* BREADCRUMB 350px */
}



@media screen and ( min-width: 520px ) {
    
    /* GLOBAL 520px */
    .container {
        max-width: 520px;
    }
    /* GLOBAL 520px */

    /* HEADER 520px */

    /* MENU 520px */

    /* BUTTON 520px */
    .button-catalog {
        font-size: 1.5rem;
    }
    /* BUTTON 520px */

    /* SLIDESHOW 520px */
    .home-slideshow {
        font-size: 1.2em;
    }
    /* SLIDESHOW 520px */

    /* HOME TITRE 520px */
    .home-section.section-content {
        font-size: 1.2em;
    }
    /* HOME TITRE 520px */

    /* HOME SECTEURS D'ACTIVITÉS 520px */
    .container.container-title {
        max-width: 480px;
    }
    .site-title {
        font-size: 1.2em;
    }
    .secteurs-item {
        font-size: 8vw;
    }
    /* HOME SECTEURS D'ACTIVITÉS 520px */

    /* HOME BESTS 520px */

    /* HOME CONTENT 520px */
    .section-content-bkg {
        font-size: 1.2rem;
    }
    /* HOME CONTENT 520px */

    /* HOME ICONES 520px */
    .section-icons-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .section-icons-item {
        width: 50%;
    }
    .section-icons-item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
    /* HOME ICONES 520px */

    /* SEARCH FORM 520px */

    /* PAGE CONTENT 520px */

    /* LISTING PRODUIT 520px */
    .listing-items {
        font-size: 1.1rem;
    }
    /* LISTING PRODUIT 520px */

    /* PAGE PRODUIT 520px */
    .product-gallery-container .clone,
    .product-gallery-container .lslide {
        height: 30.5em;
    }
    /* PAGE PRODUIT 520px */

    /* ARCHIVE 520px */

    /* ARCHIVE CONTACT 520px */
    .page-header .attachment-large {
        display: block;
    }
    .page-header .attachment-medium,
    .page-header .attachment-2048x2048 {
        display: none;
    }
    .wp-block-lamy2025-blocks-lamy-page-title.a_propos_title .page-title .page-title-title {
        font-size: 2.8571em;
    }
    .contact-item-position {
        max-width: 100%;
    }
    /* ARCHIVE CONTACT 520px */

    /* FOOTER 520px */
    .footer-notices-menu {
        font-size: 1em;
    }
    /* FOOTER 520px */

    /* BREADCRUMB 520px */
}



@media screen and ( min-width: 760px ) {

    /* GLOBAL 760px */
    .container {
        max-width: 720px;
    }
    /* GLOBAL 760px */

    /* HEADER 760px */

    /* MENU 760px */

    /* BUTTON 760px */

    /* SLIDESHOW 760px */

    /* HOME TITRE 760px */

    /* HOME SECTEURS D'ACTIVITÉS 760px */
    .secteurs-item {
        font-size: 4.45vw;
    }
    /* HOME SECTEURS D'ACTIVITÉS 760px */

    /* HOME BESTS 760px */

    /* HOME CONTENT 760px */

    /* HOME ICONES 760px */

    /* SEARCH FORM 760px */

    /* PAGE CONTENT 760px */

    /* LISTING PRODUIT 760px */

    /* PAGE PRODUIT 760px */

    /* ARCHIVE 760px */
    .post-in-listing-container {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    /* ARCHIVE 760px */
    
    /* ARCHIVE CONTACT 760px */

    /* FOOTER 760px */

    /* BREADCRUMB 760px */
}



@media screen and ( min-width: 1000px ) {

    /* GLOBAL 1080px */
    .container {
        /* max-width: 940px; */
        max-width: 900px;
    }
    .site-page {
        padding-top: 5.3em;
    }
    .container-a_propos {
        text-align: center;
    }
    .site-anchor {
        top: -5.3rem;
    }
    /* GLOBAL 1080px */

    /* HEADER 1080px */
    .site-header {
        height: 4em;
        font-size: 0.8rem;
    }
    .custom-logo-link .custom-logo {
        max-height: 2.35em;
    }
    /* HEADER 1080px */

    /* MENU 1080px */
    .header-menu-toggle {
        opacity: 0;
        visibility: hidden;
    }
    .site-header-nav {
        opacity: 1;
        visibility: visible;
        top: 4em;
        position: absolute;
        bottom: auto;
    }
    .menu-dark-background,
    .menu-show-sub_menu-button {
        display: none;
    }
    .site-header-menu {
        display: flex;
        width: 100%;
        background: #fff;
        font-size: 1em;
        border-bottom: solid 1px #cdcdcd;
        justify-content: center;
        overflow: visible;
    }
    .menu-item-link {
        padding: 0.8em 1.6em;
        border-bottom: none;
    }
    .site-header-menu .sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 15em;
        border-radius: 0px 0 5px 5px;
        overflow: hidden;
        border-top: solid 1px #ccc;

        /* right: 50%;
        transform: translateX(50%);
        left: auto; */
        
        text-align: left;
    }
    .site-header-nav .menu-item-has-children:hover .sub-menu,
    .site-header-nav .menu-item-has-children:focus .sub-menu {
        display: block;
    }
    .site-header-menu .sub-menu .menu-item-link {
        padding: 0.5em 1.8em;
    }
    /* MENU 1080px */

    /* BUTTON 1080px */

    /* SLIDESHOW 1080px */
    .lSPager {
        bottom: 4vh;
    }
    .home-slideshow {
        font-size: 1.5625rem;
    }
    #home-slideshow-list .slide-item {
        height: calc(100vh - 5.28rem - 2.73rem);
    }
    .container.slide-item-content-container {
        max-width: 36.2em;
        margin-bottom: 7.5vh;
    }
    .slide-item-content-pretitle {
        margin-bottom: 0.3em;
        padding: 0.2em 0.5em 0.3em 0.5em;
        font-size: 0.8888em;
        letter-spacing: 0;
    }
    .slide-item-content-title {
        /* padding: 0.2em 0.3em 0.3em; */
        padding: 0.2em;
        max-width: 10.5em;
    }
    .slide-item-content-link {
        font-size: 0.7em;
    }
    .lSPager {
        bottom: 3vh;
    }
    .lSSlideOuter .lSPager.lSpg > li {
        margin: 0 0.1em;
    }
    .lSSlideOuter .lSPager.lSpg > li.active a,
    .lSSlideOuter .lSPager.lSpg > li:hover a,
    .lSSlideOuter .lSPager.lSpg > li {
        width: 0.4444em;
        height: 0.4444em;
    }
    .lSSlideOuter .lSPager.lSpg > li a {
        width: 0.33em;
        height: 0.33em;
    }
    /* SLIDESHOW 1080px */

    /* HOME TITRE 1080px */
    .container.container-content {
        max-width: 39em;
    }
    .home-section.section-content {
        font-size: 1.1em;
        padding-top: 2.85em;
        margin-bottom: 4.275em;
    }
    .section-content-text {
        line-height: 1.4;
    }
    /* HOME TITRE 1080px */

    /* HOME SECTEURS D'ACTIVITÉS 1080px */
    .container.container-title {
        max-width: 630px;
    }
    .site-title-title br {
        display: none;
    }
    .site-title-title {
        font-size: 2.2em;
    }
    #home-secteurs-list {
        min-width: 100%;
    }
    .secteurs-item {
        padding-top: 0;
        width: 7.7em;
    }
    .secteurs-item:last-child {
        width: 7.07em;
    }
    .secteurs-item a {
        width: 16.1em;
        padding: 0em 0em 0em 0.7em;
        min-height: 10.1em;
        align-items: center;
    }
    .secteurs-item-title {
        font-size: 2.42em;
    }
    .secteurs-item-image-container {
        width: 7em;
        top: 0;
        right: -1.1em;
        left: auto;
    }
    .secteurs-item-image-container::before {
        top: 1.65em;
        right: 1.4em;
        width: 3.6em;
        left: auto;
        height: 3.6em;
    }
    /* HOME SECTEURS D'ACTIVITÉS 1080px */

    /* HOME BESTS 1080px */
    .section-secteurs {
        margin-bottom: 4.7em;
    }
    .site-title-link {
        margin-bottom: 1.5em;
    }
    .lSAction > .lSPrev {
        left: -10px;
    }
    .lSAction > .lSNext {
        right: -10px;
    }
    .section-new_products .button-catalog {
        display: none;
    }
    .product-listing-image-container {
        height: 10.6em;
    }
    /* HOME BESTS 1080px */

    /* HOME CONTENT 1080px */
    .section-content-bkg {
        font-size: 1.3888em;
        padding-top: 7.8em;
    }
    .section-content-bkg-title {
        font-size: 2.9em;
    }
    .slide-item-content-pretitle.section-content-bkg-subtitle {
        padding: 0.2em 0.5em 0.1em 0.6em;
        font-size: 1em;
        letter-spacing: 0.04em;
        margin-bottom: 1.2em;
    }
    .container-content-text {
        font-weight: 500;
        max-width: 20.8em;
        line-height: 1.23;
        letter-spacing: 0.02em;
        padding-bottom: 3.6em;
    }
    /* HOME CONTENT 1080px */

    /* HOME ICONES 1080px */
    .home-section.section-icons {
        font-size: 0.7rem;
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .container.container-icons {
        max-width: 71.42em;
    }
    .section-icons-item {
        width: 25%;
        margin-bottom: 0;
    }
    .section-icons-item-image {
        height: 4.6em;
    }
    .section-icons-item-title {
        min-height: 2.2em;
        display: flex;
        align-items: center;
    }
    /* HOME ICONES 1080px */

    /* SEARCH FORM 1080px */
    .listing-filters-container {
        font-size: 0.7em;
    }
    .listing-filters.show .listing-filters-blocs,
    .listing-filters .listing-filters-blocs {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 3em 0 4.2em;
        position: relative;
    }
    .listing-filters-blocs .filter-group {
        width: 20.5%;
        margin-bottom: 0;
    }
    .listing-filters-blocs .listing-filters-submit {
        margin-right: 0;
        padding: 0.9em 2.2em;
    }
    .listing-filters-reset {
        position: absolute;
        right: 0;
        bottom: 2em;
        max-width: none;
        text-align: right;
        width: auto;
    }
    /* SEARCH FORM 1080px */

    /* PAGE CONTENT 1080px */
    .post-content.page-content {
        font-size: 0.95em;
        /* font-size: 1.128em; */
    }
    .container-a_propos .container.lamy-container {
        max-width: 42em;
        font-size: 0.85em;
    }
    .wp-block-lamy2025-blocks-lamy-block-realisation + .wp-block-lamy2025-blocks-lamy-pastille .lamy-pastille-container {
        max-width: 100%;
    }
    /* PAGE CONTENT 1080px */

    /* LISTING PRODUIT 1080px */
    .listing-button {
        display: none;
    }
    .listing-title {
        font-size: 2.08em;
        padding-top: 1.3em;
    }
    .listing-description {
        font-size: 1em;
        margin-bottom: 3.3em;
    }
    .listing-items {
        font-size: 1em;
    }
    .listing-item:nth-child(n) {
        max-width: 29%;
        margin-right: 6.5%;
        font-size: 0.868em;
        padding: 0.9em;
        margin-bottom: 4em;
    }
    .listing-item:nth-child(3n) {
        margin-right: 0;
    }
    .listing-item-image-container {
        height: 16.7em;
    }
    .listing-item-content-container {
        padding: 1.2em 0em 0.6em;
    }
    .listing-item-title {
        /* font-size: 2em;
        min-height: 2em; */
        font-size: 1.6em;
        min-height: 2em;
        margin-bottom: 0.3em;
    }
    .listing-item-reference {
        font-size: 1.4em;
        margin-bottom: 0.3em;
    }
    /* LISTING PRODUIT 1080px */

    /* PAGE PRODUIT 1080px */
    .product-header {
        padding-top: 4.4em;
        padding-bottom: 4em;
    }
    .container.product-header-container {
        padding-left: 29.8em;
        min-height: 25.5em;
    }
    .product-title {
        font-size: 2.777em;
        line-height: 0.99;
        letter-spacing: 0;
        margin-bottom: 0.8em;
    }
    .product-gallery-container {
        position: absolute;
        top: 0;
        left: 15px;
        width: 40%;
        margin-bottom: 0;
    }
    .product-gallery-container .lSSlideWrapper {
        max-width: 100%;
        overflow: hidden;
        /* transform: rotate(90deg); */
        width: 22.5em;
        height: 20em;
    }
    #product-gallery {
        min-height: 20em;
    }
    .product-gallery-container .lslide,
    .product-gallery-container .clone {
        height: 20em;
        /* transform: rotate(-90deg); */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-gallery-container .lSAction > a.lSPrev {
        left: 0;
    }
    .product-gallery-container .lSAction > a.lSNext {
        right: 0;
    }
    .product-gallery-thmbnail-container {
        position: absolute;
        left: 15px;
        width: 40%;
        top: 20em;
        margin: 0;
    }
    .product-gallery-thmbnail-item {
        height: 3.5em;
        width: 5.6em;
    }
    .product-reference {
        font-size: 1.35em;
        margin-bottom: 1.4em;
    }
    .product-description li {
        font-size: 0.95em;
        margin-bottom: 0.15em;
    }
    .product-see-more {
        bottom: -5.4em;
        left: 74.3%;
    }
    .product-more_content-area > .container {
        display: flex;
        justify-content: space-between;
    }
    .product-more_content-left {
        width: 67%;
    }
    .product-more_content-title {
        margin-bottom: 0.6em;
    }
    .product-more_content-text {
        font-size: 0.86805em;
        margin-bottom: 2em;
    }
    .product-more_content-right {
        width: 25%;
    }
    .product-button {
        width: 100%;
        font-size: 0.86805em;
        padding: 0.7em 0em 0.7em 4.5em;
        line-height: 1.2;
        margin-bottom: 1.8em;
    }
    .product-more_content-right svg {
        width: 2.6em;
        left: 0.8em;
    }
    /* PAGE PRODUIT 1080px */

    /* ARCHIVE 1080px */
    .term-header {
        font-size: 1.128em;
        padding-top: 3em;
    }
    .post-in-listing {
        text-align: left;
    }
    .post-in-listing-container {
        padding: 5em 15px 5em 16em;
        min-height: 20.7em;
        max-width: 47.5em;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .post-in-listing-container .post-thumbnail {
        right: 6px;
        bottom: -4.7em;
        max-width: 15.4em;
        max-height: 20.7em;
    }
    .post-in-listing.odd {
        text-align: right;
    }
    .post-in-listing ~ .post-in-listing .post-in-listing-container {
        padding-top: 5em;
    }
    .post-in-listing.even .post-in-listing-container {
        padding-left: 15px;
        padding-right: 16em;
    }
    /* ARCHIVE 1080px */

    /* ARCHIVE CONTACT 1080px */
    .page-header .attachment-2048x2048 {
        display: block;
    }
    .page-header .attachment-medium,
    .page-header .attachment-large {
        display: none;
    }
    .lamy-imagetext-header-content {
        position: absolute;
        color: #fff;
        background: rgba(0,0,0,0.7);
    }
    .page-title {
        font-size: 1em;
        padding-top: 2.2em;
        margin-bottom: 2.7em;
    }
    .page-title .page-title-pretitle {
        margin-bottom: 0.5em;
    }
    .page-title .page-title-title {
        font-size: 3.1em;
    }
    .archive-list .container {
        padding: 6em 10em;
        font-size: 1.09em;
    }
    .contact-item-name {
        font-size: 2.2em;
        line-height: 0.95;
        margin-bottom: 0.6em;
    }
    .contact-item-position {
        max-width: 100%;
        font-size: 1em;
    }
    .contact-item-image {
        top: -2.5em;
        right: 0;
        max-width: 13.7em;
        max-height: 13.7em;
    }
    /* ARCHIVE CONTACT 1080px */

    /* FOOTER 1080px */
    .site-footer {
        font-size: 1rem;
        padding-bottom: 3.9em;
    }
    .footer-links {
        padding-bottom: 2em;
    }
    .footer-links-left,
    .footer-links-middle,
    .footer-links-right {
        display: block;
        text-align: center;
        width: 30%;
    }
    .footer-links-left .sub-menu {
        text-align: left;
    }
    .container.footer-links-container {
        max-width: 75em;
        display: flex;
        font-size: 0.7em;
        justify-content: space-between;
    }
    .footer-links-title {
        font-style: italic;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: solid 1px #ccc;
        font-size: 1.125em;
        padding: 0.78em 0em 0.77em;
        margin-bottom: 0;
        display: block;
        text-decoration: none;
    }
    .menu-item-has-children.menu-item-first-level > .sub-menu {
        display: block;
    }
    .menu-footer-links,
    .menu-footer-links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .menu-footer-links > .menu-item:last-child > a {
        border-bottom: none;
    }
    .menu-footer-links .menu-item-link {
        font-size: 1em;
        padding: 1.006em 2.4em 1.006em 1.05em;
        font-weight: 400;
        text-transform: none;
        font-style: normal;
        border-bottom: solid 1px #ccc;
    }
    .menu-footer-links .sub-menu .sub-menu .menu-item-link {
        font-size: 0.7em;
        padding: 0.5em 0;
        border: none;
        position: relative;
    }
    .menu-footer-links .sub-menu .sub-menu .menu-item-link::after {
        content: "";
        position: absolute;
        left: 36%;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #ccc;
    }
    .menu-footer-links .sub-menu .sub-menu .menu-item:last-child > .menu-item-link::after {
        left: 0;
    }
    .footer-links-left .menu-footer-links .menu-item-link,
    .footer-links-left .menu-footer-links .sub-menu .sub-menu .menu-item-link {
        padding-left: 36%;
    }
    .menu-footer-links ul,
    .site-header-menu.footer-links-full {
        display: none;
    }
    .menu-footer-links .menu-show-sub_menu-button,
    .menu-footer-links .menu-item-has-children.show_sub_menu .sub-menu {
        display: block;
    }
    .menu-footer-links-middle .menu-item-link {
        padding-top: 0.52em;
        padding-bottom: 0.52em;
        padding-right: 1.05em;
        border-bottom: 0;
    }
    .footer-contact {
        line-height: 1;
        padding-top: 1.2em;
    }
    .footer-contact-info {
        margin-bottom: 0.9em;
    }
    .footer-links-full {
        display: none;
    }
    .footer-notices {
        font-size: 0.7em;
    }
    .container.footer-notices-container {
        position: relative;
    }
    .social-networks {
        padding: 0;
        position: absolute;
        right: 15px;
        top: 0.5em;
        width: auto;
    }
    .footer-notices-menu {
        padding: 1.2em 0;
    }
    .footer-notices-menu .menu-item-link {
        margin: 0 1.5em;
    }
    .copyright {
        font-size: 0.7em;
    }

    

    .footer-banner {
        height: 3.9em;
        font-size: 0.85em;

        /* 2025-08-01 - réduire hauteur pour titre pages édito */
        font-size: 0.7em;
    }
    .container.footer-banner-container {
        max-width: 67.14em;
        padding: 0 15px;
        font-size: 0.875em;

        /* 2025-08-01 - réduire hauteur pour titre pages édito */
        max-width: 81.5em;
    }
    .site-footer .listing-filters {
        font-size: 0.7em;
    }
    .container.footer-banner-container .button-catalog.search-button {
        width: 40%;
        padding-left: 3.02em;
        letter-spacing: 0.05em;
        font-size: 1.5873em;
    }
    .footer-banner .button-catalog .container-button-catalog {
        padding: 1em 0em 1em 6em;
    }
    .footer-banner .button-catalog.search-button .container-button-catalog {
        padding: 0;
        max-width: 100%;
        position: static;
    }
    .footer-banner .button-catalog.search-button svg {
        left: 0.6em;
        right: auto;
        width: 1.5em;
        height: 1.7em;
    }
    .footer-banner .button-catalog.search-button br {
        display: none;
    }
    .container.footer-banner-container .button-catalog {
        display: block;
        font-size: 1em;
    }
    .footer-banner .listing-filters-blocs .filter-group {
        width: 19.5%;
        margin: 0;
    }
    .footer-banner .listing-filters .listing-filters-blocs {
        display: flex;
        padding: 2.9em 0 4.4em;
    }
    /* FOOTER 1080px */

    /* BREADCRUMB 1080px */
    .breadcrumbs-container {
        font-size: 0.65em;
        padding: 0.65em 0;
    }
    /* BREADCRUMB 1080px */
}



@media screen and ( min-width: 1280px ) {

    /* GLOBAL 1280px */
    .container {
        max-width: 1015px;
    }
    .site-page {
        font-size: 1.125rem;
    }
    .site-anchor {
        top: -5.9625rem;
    }
    /* GLOBAL 1280px */

    /* HEADER 1280px */
    .site-header {
        font-size: 0.9rem;
    }
    /* HEADER 1280px */

    /* MENU 1280px */

    /* BUTTON 1280px */

    /* SLIDESHOW 1280px */
    .home-slideshow {
        font-size: 1.7578rem;
    }
    #home-slideshow-list .slide-item {
        height: calc(100vh - 5.94rem - 3.07125rem);
    }
    /* SLIDESHOW 1280px */

    /* HOME TITRE 1280px */

    /* HOME SECTEURS D'ACTIVITÉS 1280px */
    .container.container-title {
        max-width: 710px;
    }
    /* HOME SECTEURS D'ACTIVITÉS 1280px */

    /* HOME BESTS 1280px */
    .product-listing-image-container {
        height: 8.4em;
    }
    /* HOME BESTS 1280px */

    /* HOME CONTENT 1280px */

    /* HOME ICONES 1280px */
    .home-section.section-icons {
        font-size: 0.7875rem;
    }
    /* HOME ICONES 1280px */

    /* SEARCH FORM 1280px */

    /* PAGE CONTENT 1280px */

    /* LISTING PRODUIT 1280px */

    /* PAGE PRODUIT 1280px */

    /* ARCHIVE 1280px */

    /* ARCHIVE CONTACT 1280px */

    /* FOOTER 1280px */
    .site-footer {
        font-size: 1.125rem;
    }
    /* FOOTER 1280px */

    /* BREADCRUMB 1280px */
}



@media screen and ( min-width: 1440px ) {

    /* GLOBAL 1440px */
    .container {
        max-width: 1295px;
    }
    .site-page {
        font-size: 1.44rem;

        /* 2025-08-01 - réduire hauteur pour titre pages édito */
        padding-top: 4.6em;
    }
    .site-anchor {
        top: -7.632rem;
    }
    /* GLOBAL 1440px */

    /* HEADER 1440px */
    .site-header {
        font-size: 1.15rem;

        /* 2025-08-01 - réduire hauteur pour titre pages édito */
        font-size: 1.0rem;
    }
    /* HEADER 1440px */

    /* MENU 1440px */

    /* BUTTON 1440px */

    /* SLIDESHOW 1440px */
    .home-slideshow {
        font-size: 2.25rem;
    }
    #home-slideshow-list .slide-item {
        height: calc(100vh - 6.6625rem - 3.9312rem);
    }
    /* SLIDESHOW 1440px */

    /* HOME TITRE 1440px */

    /* HOME SECTEURS D'ACTIVITÉS 1440px */
    .container.container-title {
        max-width: 910px;
    }
    /* HOME SECTEURS D'ACTIVITÉS 1440px */

    /* HOME BESTS 1440px */

    /* HOME CONTENT 1440px */

    /* HOME ICONES 1440px */
    .home-section.section-icons {
        font-size: 1rem;
    }
    /* HOME ICONES 1440px */

    /* SEARCH FORM 1440px */

    /* PAGE CONTENT 1440px */

    /* LISTING PRODUIT 1440px */

    /* PAGE PRODUIT 1440px */

    /* ARCHIVE 1440px */

    /* ARCHIVE CONTACT 1440px */

    /* FOOTER 1440px */
    .site-footer {
        font-size: 1.44rem;
    }
    /* FOOTER 1440px */

    /* BREADCRUMB 1440px */
}