@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


body > main {
    background-color: var(--volkao-beige);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body > main > #wrapper { flex: 1;}
body,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p {
  font-family:'QuickSand', serif;
  font-weight: 500;
  text-transform: inherit;
  color: #000;
}
a:focus, a:hover { outline: none; }
h1,.h1 {
    font-size: 3em;
    font-weight: 400;
}
h1 b,.h1 b {
    font-weight: 600;
    color: var(--volkao-terracota);
}
body:not(#cms) .page-header.container-cms > h1,
body:not(#cms) .page-header.container-cms > .h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

h2,.h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 1em;
}
h3,.h3 {
    font-size:1.5rem;
    font-weight:500;
    line-height: 1.1em;
    margin-bottom: 1em;
}
h4,.h4 {
    font-size:1.125rem;
    font-weight:700;
}
h5,.h5 {
    font-size:1rem;
    font-weight:700;
}
h6,.h6 {
    font-size:.938rem;
    font-weight:700;
}
p {
    font-size:1rem;
    font-weight:500;
    color: #000;
}
@media (max-width: 778px) {
    body:not(#cms) .page-header.container-cms > h1,
    body:not(#cms) .page-header.container-cms > .h1,
    h1,.h1 { font-size: 2rem; }
    h2,.h2 { font-size: 1.5rem; }
    h3,.h3 { font-size: 1.25rem; }
    p { font-size : 16px;}
}
@media (max-width: 587px) {
    h1,.h1 { font-size: 1.5rem; }
    h2,.h2 { font-size: 1.5rem; }
    h3,.h3 { font-size: 1.25rem; }
    p { font-size : 16px;}
}
@media (min-width:1200px) {
    *:not(#header) .container {
      width:1380px;
      max-width:100%
    }
  }
:root {
    --volkao-beige:                    #F5F0E0;
    --volkao-terracota:                #A74D39;
    --volkao-terracota-semi-dark:      #C48B71;
    --volkao-terracota-semi-ultralight:#E4CEB8;
    --volkao-terracota-semi:           #B56B53;
    --volkao-terracota-semi-light:     #D4AC94;
    --volkao-zeolithe:                 #B4C5B8;    
    --volkao-basalthe:                 #0E1B24;    
    --volkao-basalthe-light:           #404F56;    
    --volkao-basalthe-dark:            #25333B;    
}

.bg-terracota {background-color: var(--volkao-terracota);}

.bg-beige                        { background-color: var(--volkao-beige); }
.bg-terracota                    { background-color: var(--volkao-terracota); }
.bg-terracota-semi-dark          { background-color: var(--volkao-terracota-semi-dark); }
.bg-terracota-semi-ultralight    { background-color: var(--volkao-terracota-semi-ultralight); }
.bg-terracota-semi               { background-color: var(--volkao-terracota-semi); }
.bg-terracota-semi-light         { background-color: var(--volkao-terracota-semi-light); }
.bg-zeolithe                     { background-color: var(--volkao-zeolithe); }
.bg-basalthe                     { background-color: var(--volkao-basalthe); }
.bg-basalthe-light               { background-color: var(--volkao-basalthe-light); }
.bg-basalthe-dark                { background-color: var(--volkao-basalthe-dark); }

.txt-beige                        { color: var(--volkao-beige); }
.txt-terracota                    { color: var(--volkao-terracota); }
.txt-terracota-semi-dark          { color: var(--volkao-terracota-semi-dark); }
.txt-terracota-semi-ultralight    { color: var(--volkao-terracota-semi-ultralight); }
.txt-terracota-semi               { color: var(--volkao-terracota-semi); }
.txt-terracota-semi-light         { color: var(--volkao-terracota-semi-light); }
.txt-zeolithe                     { color: var(--volkao-zeolithe); }
.txt-basalthe                     { color: var(--volkao-basalthe); }
.txt-basalthe-light               { color: var(--volkao-basalthe-light); }
.txt-basalthe-dark                { color: var(--volkao-basalthe-dark); }

.text-center { text-align: center;}


.btn {
    border: 1px solid var(--volkao-beige);
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    padding: 10px 30px 12px;
    text-transform: inherit;
    border-radius: 2px;
}
.btn {
    border-radius: 25px;
    border-color: transparent;
}

#wrapper { background: var(--volkao-beige); }
.header-home-fullscreen.faq, #wrapper { padding-top: 120px; }

#main .page-footer { display:none; }
#footer { background-color: var(--volkao-terracota)!important;margin:0;padding:0 }
#header {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 999;
    color: #000;
    background: var(--volkao-beige);
    transition: background-color 0.3s ease;
    box-shadow: none;
}
#header > div { flex-shrink: 0; }
#header .header-nav {
    background-color: var(--volkao-terracota-semi);
    border: 0;
    max-height: inherit;
    padding: 0.625rem;
    color: white;
    text-align: center;
}
#header .header-top {
    padding: 0.5rem 0;
    border-bottom: 1px solid black;
    transition: border-color 0.3s ease;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .header-top > .container,
#footer .footer-container > .container {
    width: 1314px;
    max-width:100%;
}
#header .header-top > .container {
    width: 1914px;
}
#header .header-top .container > .desktop ,
#header .header-top .container > .mobile {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 20px;
}
#header .logo {
    max-width: 100%;
    height: auto;
    width: 82px;
    transition: filter 0.3s ease;
}
#header .header-top a[data-depth="0"] {
    color: #000;
    text-transform: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
    transition: color 0.3s ease;
}
.header-top-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}
.header-top-icons svg path { stroke: #000000; transition: stroke 0.3s ease; }
.header-top-icons a > span, .header-top-icons div.header > span {
    display: none;
}

#header .header-top .menu { padding: 0;}

.top-menu[data-depth="0"] {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}
#header .header-top .container > .mobile { display:none; }

.burger-menu { width: 49px; }
.burger-menu svg { cursor: pointer;}
.burger-menu svg rect,.burger-menu svg path { fill: #000; }

#header .burger-menu .b-icon-close { display:none; }

#header.menu-open .burger-menu .b-icon-open { display:none; }
#header.menu-open .burger-menu .b-icon-close { display:block; }

.mobile-sub-menu {
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.mobile-sub-menu #top-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mobile-sub-menu .menu {
    display: flex!important;
    width: 100%;
}
.mobile-sub-menu .top-menu .dropdown-item {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-sub-menu .top-menu .dropdown-item::after {
    content: '>';
    margin-right: 5px;
    font-weight: 400;
}
.mobile-sub-menu #top-menu {
    gap: 0.5em;
    padding: 1.5em 0;
}
.bullets {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
    margin-bottom: 50px;
}
.bullets .item {
    border-radius: 100%;
    width: 46px;
    height: 46px;
    background-color: var(--volkao-terracota-semi-light);
    background-size: 75%;
    background-position: center;
    margin: 0;
}
.bullets .item.linkedin {
    background-size: 50% auto;
    background-position: 50% 40%;
  }
@media (max-width: 1182px) {
    .top-menu[data-depth="0"] {
      gap: 10px;
    }
}
@media (max-width: 1082px) {
    #header .header-top {height: 60px!important;}
    #header .logo { width: 49px; }
    .top-menu[data-depth="0"] { gap: 0px; }
    .header-top-icons { gap: 15px;}
    .header-top-icons .user-info svg { width: 15px;}
    .header-top-icons .blockcart svg { width: 18px;}
    .header-home-fullscreen.faq, #wrapper { padding-top: 97px; }
}
@media (max-width: 917px) {
    #header .header-nav {
        font-size: 14px;
        font-weight: 400;
    }
    #header .header-top {
        padding: 0;
        height: 51px!important;
    }
    #menu-icon { width: 49px; }
    #header .header-top .container > .mobile { display:flex;}
    #header .header-top .container > .desktop { display:none;}
    #_mobile_logo.top-logo h1 { margin: 0; }
    #_mobile_logo.top-logo h1 a { display:block; }
    #header .logo {
        width: 49px !important;
        height: auto !important;
        max-height: inherit !important;
    }
    #header .top-logo {
        display: flex;
        align-items: center;
        min-height: 50px;
    }
    #header.menu-open { height: 100vh; }
    #header.menu-open .mobile-sub-menu { display: flex !important; }
    
    .header-home-fullscreen.faq, #wrapper { padding-top: 91px; }
}
#header.transparent-header:not(.scrolled):not(.menu-open) { background-color: transparent; transition: background-color 0.3s ease;}
#header.transparent-header:not(.scrolled):not(.menu-open) .header-top { border-color: #fff; transition: border-color 0.3s ease;}
#header.transparent-header:not(.scrolled):not(.menu-open) .header-top { border-color: transparent;background-color: rgba(255,255,255,0.1);}
#header.transparent-header:not(.scrolled):not(.menu-open) .logo { filter: invert(1) brightness(2); transition: filter 0.3s ease;}
#header.transparent-header:not(.scrolled):not(.menu-open) .header-top a[data-depth="0"] { color: #fff; transition: color 0.3s ease;}
#header.transparent-header:not(.scrolled):not(.menu-open) .header-top-icons svg path { stroke: #fff; transition: stroke 0.3s ease; }
#header.transparent-header:not(.scrolled):not(.menu-open) .burger-menu svg rect,
#header.transparent-header:not(.scrolled):not(.menu-open) .burger-menu svg path { fill: #fff;; transition: fill 0.3s ease; }

#header .header-top a[data-depth="0"]:hover {
    color: var(--volkao-terracota)!important;
    transition: color 0.3s ease;
}
.header-home-fullscreen {
    width: 100%;
    height: 100vh;
    max-height: 980px;
    background: url('../img/home-screen.jpg') no-repeat center center/cover;
    z-index: 0;
    position: relative;
}
.header-home-fullscreen.faq {
    height: inherit;
    min-height: 488px;
    background: url('../img/ambiance-volkao-3.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: end;
}
.header-home-fullscreen.faq h1 {
    color: white;
    position: relative;
    z-index: 1;
    margin-bottom: 1em;
}
@media (max-width: 778px) {
    .header-home-fullscreen.faq { min-height: 256px; }
}
@media (max-width: 571px) {
    .header-home-fullscreen.faq h1 { font-size: 2rem; }
}

.header-home-fullscreen::before {
    content: '';
    display: block;
    width: 100%;height: 100%;
    position: absolute;
    top: 0;left: 0;
    background-color: #000;
    opacity: 0.15;
}
.header-home-fullscreen .fullscreen-text {
    width: 100%;
    max-width: 570px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 0 15px;
}
.header-home-fullscreen .fullscreen-text .top-text{
    font-size: 1.5em;
    line-height: 1.25em;
}
.header-home-fullscreen .fullscreen-text .brand-text{
    font-size: 3em;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#wrapper .breadcrumb {
    padding: 20px 0;
    margin: 0;
}
#wrapper .breadcrumb li a { color: #000; }
#wrapper .breadcrumb li a:hover { color: var(--volkao-terracota); }
#wrapper .breadcrumb li:last-child { color: var(--volkao-terracota-semi); }

@media (max-width: 778px) {
    #wrapper .breadcrumb {
        padding: 10px 0;
    }
}
.footer-container {
  margin-top:0;
  padding-top: 10px;
  box-shadow:none
}
.footer-container .wrapper {
  padding-right:0 !important;
  padding-left:0 !important
}
.footer_right {
    max-width: 517px;
    width: 100%;
    }

.footer-container .links .title {
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid var(--volkao-terracota-semi-ultralight);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-container .links .h3 {
 text-transform: inherit;
 font-size: 1rem;
 font-weight: 500;
 margin: 0;
 line-height: 1em;
}
.links .navbar-toggler {
    width: inherit;
    height: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 16px;
    text-align: center;
}
.links .navbar-toggler i {
    display: inline-block;
    padding: 0;
    font-size: 1.75rem;
    font-style: inherit;
    width: inherit;
    height: inherit;
    font-weight: 300;
    margin: 0;
}
.footer-container .links ul {
  margin-bottom:0;
  background-color:var(--volkao-terracota-semi-ultralight);
}
.footer-container .links ul > li {
  padding:0.625rem;
  font-weight:600;
  border-bottom:1px solid var(--volkao-terracota-semi-ultralight);
  margin-bottom: 0px;
}
.footer-container .links ul > li a {
  color: var(--volkao-basalthe);
}
.links .collapse {  display:none}
.links .collapse.in {  display:block}
.links .title {
  padding:0.625rem;
  cursor:pointer;
  border-bottom:1px solid var(--volkao-beige);
}
.links .title .collapse-icons .remove {  display:none}
.links .title[aria-expanded="true"] .collapse-icons .add {  display:none}
.links .title[aria-expanded="true"] .collapse-icons .remove {  display:block}
.links .navbar-toggler {
  display:inline-block;
  padding:0
}
.links #contact-infos {
    padding: 0.625rem;
    font-weight: 500;
    border-bottom: 1px solid var(--volkao-terracota-semi-ultralight);
    background-color: var(--volkao-terracota-semi-ultralight);
    color: var(--volkao-basalthe);
    font-size: 1rem;
  }

.block_newsletter #block-newsletter-label,
#footer .block_newsletter p, #footer .block_newsletter .page-content.page-cms ul, .page-content.page-cms #footer .block_newsletter ul,
.footer-container .links .h3,
.links .navbar-toggler {
    color: var(--volkao-beige);
}
footer .bullets {
    justify-content: space-between;
    margin-bottom: 0.5em;
    padding: 10px 0;
}

.wrapper_footer {
    display: flex;
    gap: 30px;
    align-items: center;
}
.wrapper_footer > div {
    width: 50%;
}

.block_newsletter {
    padding: 0;
    border: none;
    float: none;
    max-width: 573px;
    font-size: 1em;
    background: inherit;
    text-align: center;
    margin: 0 auto;
}
.block_newsletter #block-newsletter-label.h3 {
    text-transform: inherit;
    font-weight: 500;
    font-size: 2.25rem;
    padding: 0;
    line-height: 1em;
    margin-bottom: 1.5rem;
}
#footer .block_newsletter p {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25em;
}
.block_newsletter form {
    position: relative;
    max-width: 386px;
    margin: 1.5rem auto 0;
}
.block_newsletter form input[type="email"]:focus,
.block_newsletter form input[type="email"] {
    padding: 13px 17px;
    border: 1px solid var(--volkao-terracota-semi-ultralight);
    background-color: var(--volkao-terracota-semi-ultralight);
    color: var(--volkao-terracota-semi);
    font-size: 1rem;
    height: inherit;
    outline: 0;
}
.block_newsletter form input[type="email"]::placeholder {
    color: var(--volkao-terracota-semi);
}
.block_newsletter form input.btn {
    height: inherit;
    box-shadow: none;
    padding: 15px 17px;
    border: 1px solid var(--volkao-terracota-semi-ultralight);
    background-color: var(--volkao-terracota-semi-ultralight);
    color: var(--volkao-terracota-semi);
    font-size: 1rem;
    outline: 0;
    border-radius: 0px;
    width: 100%;
    margin-top: 12px;
}
.block_newsletter form input.btn:hover {
    background-color: var(--volkao-terracota);
    color: var(--volkao-terracota-semi-ultralight);
}
.brand {
    margin: 2.5rem 0 0.5rem;
}
.brand h3 {
    color: var(--volkao-beige);
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    text-align: right;
}

@media (max-width: 991px) {
    .footer-container {
        padding: 80px 0px 50px;
    }
    .wrapper_footer { 
        flex-direction: column;
        gap: 70px;
    }
    .wrapper_footer > div { 
        width: 100%;
        max-width: 500px;
    }
}
@media (max-width: 778px) {
    .block_newsletter #block-newsletter-label.h3 {
        font-size: 1.5rem;
    }
    #footer .block_newsletter p {
        font-size: 1em;
    }
}

body#index #wrapper { padding-top:0; }

.scrolling-banner {
    position: relative;
    overflow: hidden;
    background-color: var(--volkao-beige);
    display: flex;
    align-items: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 22px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1em;
}
.banner-text {
    display: flex;
    gap: 24px;
    animation: scroll 240s linear infinite; /* Animation infinie */
    white-space: nowrap; /* Empêche le texte de se casser en ligne */
}

@media (max-width: 991px) {
    .scrolling-banner {
        font-size: 16px;
        padding: 18px 0;
    }
    .banner-text { gap: 18px; }
}
@keyframes scroll {
    0% {
        transform: translateX(0); /* Départ */
    }
    100% {
        transform: translateX(-100%); /* Défilement complet vers la gauche */
    }
}



.home-pure {
    display: flex;
    background-color: var(--volkao-terracota-semi-ultralight);
    flex-direction: row;
    gap: 25px;
    align-items: center;
    text-align: center;
    padding: 80px 0;
}
.home-pure .left-column,
.home-pure .right-column {
    flex: 1; /* Prend tout l'espace disponible */
    position: relative;
    overflow: hidden;
    height: 497px;
    width:100%;
}
.home-pure .center-column {
    width: 396px;
    max-width: 100%;
    line-height: 1.2em;
}
.home-pure .center-column p {
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.25em;
}
.home-pure .left-column img,
.home-pure .right-column img {
    position: absolute;
    height:100%;
    /* border:1px solid var(--volkao-beige); */
}
.home-pure .left-column img {
    right: 0;
    border-radius: 0 500px 500px 0;
    border-left: 0;
}
.home-pure .right-column img {
    left: 0;
    border-radius: 500px 0 0 500px;
    border-right: 0;
}
.home-pure .btn {
    margin-top: 1em;
}
@media (max-width: 997px) {
    .home-pure .center-column {
        padding: 0 30px;
        }
    .home-pure {
        flex-direction: column;
        gap: 32px;
    }
    .home-pure .left-column, .home-pure .right-column {
        flex: inherit;
        height: 367px;
    }
    .home-pure .left-column img { left: 0; right: inherit;}
    .home-pure .right-column img { right: 0; left: inherit;}
}
@media (max-width: 887px) {
    .home-pure .left-column img { right: 0; left: inherit;}
    .home-pure .right-column img { left: 0; right: inherit;}
}

.home-arguments {
    display: flex;
    max-width: 1440px;
    padding: 80px 30px;
    margin: 0 auto;
    justify-content: center;
    gap: 72px;
    align-items: center;
}
.home-arguments .left-column img {
    border-radius: 16px;
    overflow: hidden;
    max-width:100%;
    width:100%;
}
.home-arguments .right-column h2 {
    max-width: 470px;
}
.home-arguments ul {
    margin: 0;
}
.home-arguments ul li {
    display: flex;
    gap: 1.5em;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px dashed #000;
    font-size: 1.25rem;
    line-height: 1.25em;
}
.home-arguments ul li::before {
    content: '';
    display: block;
    width: 1em;
    background-color: var(--volkao-terracota-semi);
    height: 1em;
    border-radius: 100%;
    font-size: 2.875rem;
    aspect-ratio: 1/1;
}
@media (max-width: 1272px ) {
    .home-arguments {
        gap: 40px;
    }
    .home-arguments > div {
        width: 50%;
    }
}
@media (max-width: 997px) {
    .home-arguments ul li { font-size: 16px;}
}
@media (max-width: 778px) {
    .home-arguments { padding: 40px 15px; }

    .home-arguments > div {
        width: 100%;
    }
    .home-arguments {
        flex-direction: column;
    }
    .home-arguments ul li::before {
        width: 0.7em;
        height: 0.7em;
    }
}

.home-materiaux {
    max-width: 1390px;
    padding: 0px 0px 80px;
    margin: 0 auto;
}
.home-materiaux .wrapper-column{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: stretch;
    width: 100%;
}
.home-materiaux .left-column  {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.player  {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor:pointer;
    transition: 0.3s ease-in-out all;
}

.home-materiaux .player  {
    height: 0;
    padding-bottom: 74%;
    border-radius: 10px;
}

.player .player-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    cursor:pointer;
}
.player .player-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #000;
    display: block;
    transform: translateX(13%);
    cursor:pointer;
}
.player:hover {    background-color: rgba(0, 0, 0,0.35); transition: 0.3s ease-in-out all;}
.player:hover .player-circle{   background-color: var(--volkao-beige);}
.player:hover .player-arrow{    border-color: transparent transparent transparent var(--volkao-terracota);}
.player:active .player-circle{   background-color: var(--volkao-terracota);}
.player:active .player-arrow{    border-color: transparent transparent transparent var(--volkao-beige);}

.home-materiaux .left-column img {
    border-radius: 16px;
    overflow: hidden;
    max-width:100%;
}
.home-materiaux .right-column {
    width: 100%;
    flex: 1;
}
.home-materiaux ul {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 colonnes */
    grid-template-rows: auto auto;
    width: 388px;
    margin: 0 auto;
    height: 100%;
}
.home-materiaux ul li {
    display: flex;
    gap: 1.5em;
    align-items: center;
    padding: 26px;
    font-size: 1.25rem;
    line-height: 1.25em;
    flex-direction: column;
    border-right: 1px dashed #000;
    text-align: center;
    height: 100%;
    justify-content: center;
}
.home-materiaux ul li:nth-child(1),
.home-materiaux ul li:nth-child(2) {
    border-bottom: 1px dashed #000;
}
.home-materiaux ul li:nth-child(2),
.home-materiaux ul li:nth-child(4) {
    border-right: 0px dashed #000;
}
.home-materiaux ul li::before {
    content: '';
    display: block;
    width: 1.5em;
    background-color: var(--volkao-terracota-semi);
    height: 1.5em;
    border-radius: 100%;
    font-size: 2.875rem;
    aspect-ratio: 1/1;
    border: 2px solid white;
}
.home-materiaux ul li.argile::before {
    background-image: url('../img/materiaux-argile.jpg');
}

.home-materiaux ul li.bois::before {
    background-image: url('../img/materiaux-bois.jpg');
}

.home-materiaux ul li.roche::before {
    background-image: url('../img/materiaux-roche.jpg');
}

.home-materiaux ul li.charbon::before {
    background-image: url('../img/materiaux-charbon.jpg');
}

@media (max-width: 997px) {
    .home-materiaux ul li { font-size: 16px;}
}
@media (max-width: 778px) {
    .home-materiaux { padding: 40px 15px; }
    .home-materiaux > div {
        width: 100%;
    }
    .home-materiaux .wrapper-column {
        flex-direction: column;
    }
    .home-materiaux .left-column img,
    .home-materiaux ul {
        width: 100%;
    }
}

.home-composition {
    max-width: 1440px;
    margin: 40px auto 0 auto;
}

.home-composition .composition-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #000;
}
.home-composition .composition-wrapper > div.head {
    background-color: inherit;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.home-composition .composition-wrapper > div.head h2 {
    font-size: 1em;
    line-height: 1.25em;
}
.home-composition .composition-wrapper > div.head .btn {
    width: fit-content;
}
.home-composition .composition-wrapper > div {
    height: 393px;
    border-right: 1px solid #000;
    background-color: #444444;
    padding: 20px;
}
.home-composition .composition-wrapper > div:last-child { border-right: 0; }
.home-composition .title {
    display: flex;
    gap: 10px;
    align-items: center;
}
.home-composition .number {
    background-color: var(--volkao-terracota-semi-dark);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--volkao-beige);
    border-radius: 100%;
    border: 1px solid var(--volkao-beige);
    font-size: 14px;
    font-weight: 500;
}
.home-composition .title h3 {
    margin: 0;
    line-height: 1em;
    font-size: 16px;
    font-weight: 500;
    color: var(--volkao-beige);
}
.home-composition > .btn { display:none;}
@media (max-width: 997px) {
    .home-composition {
        padding:0px 15px 40px;
    }
    .home-composition .composition-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-composition .composition-wrapper > div {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .home-composition .composition-wrapper > div:nth-child(even) {
        border-right: 0px;
    }
    .home-composition .composition-wrapper > div:nth-last-child(-n+2) {
        border-bottom: 0px;
    }
}
@media (max-width: 571px) {
    .home-composition .composition-wrapper {
        grid-template-columns: repeat(1, 1fr);
        border:0!important;
    }
    .home-composition .composition-wrapper > div.head {
        border:0!important;
        height: inherit;
        padding-top: 0;
        padding-left:0;
        padding-right:0;
    }
    .home-composition .composition-wrapper > div.head .btn{ display: none; }
    .home-composition .composition-wrapper > div {
        border: 1px solid #000!important;
        border-bottom: 0!important;
    }
    .home-composition .composition-wrapper > div:nth-last-child(-n+1) {
        border-bottom: 1px solid #000
    }
    .home-composition > .btn {
        display:block;
        width:100%;
        margin-top:2px;
        border-color: var(--volkao-terracota);
    }
}

.home-comparaison {
    padding: 80px 15px;
    background-color: var(--volkao-terracota-semi-ultralight);
}
.home-comparaison h2 {
    text-align: center;
}
.home-comparaison .sub-title {
    font-weight: 500;
    text-align: center;
    font-size: 1rem;
    width: 100%;
    display:none;
}
.home-comparaison .comparaison-wrapper {
    max-width: 1072px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding-top: 3rem;
}
.comparaison-wrapper .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #000;
}
.comparaison-wrapper .item > div {
    padding: 1.25rem 0 0.75rem 0;
}
.comparaison-wrapper .item:first-child,
.comparaison-wrapper .item:last-child{
    border-bottom:0;
}
.comparaison-wrapper .item:last-child > div {
    padding-bottom: 2em;
}

.comparaison-wrapper .item .col_title {
    min-width: 315px;
    width: 100%;
    flex: 1;
    padding-right: 15px;
}
.comparaison-wrapper .item.head .col_title {
    display: flex;
    align-items: end;
    padding-top: 3em;
}
.comparaison-wrapper .item h3 {
    font-size: 1.25rem;
    font-weight: 500;
}
.comparaison-wrapper .item.head h3 {
    font-size: 1.5rem;
}
.comparaison-wrapper .item h3 span {
    display: block;
    font-size: 1rem;
}
.comparaison-wrapper .item.head h3 span {
    font-size: 1em;
}
.comparaison-wrapper .item .col_check {
    width: 256px;
    width: 156px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    padding-right: 25px;
    padding-left: 25px;
}
.comparaison-wrapper .item .col_check.our {
    background-color: var(--volkao-terracota);
}
.comparaison-wrapper .item.head .col_check.our {
    border-radius: 45px 45px 0 0;
}
.comparaison-wrapper .item.head .col_check.our .logo {
    transform: translateY(-35%);
}
.comparaison-wrapper .item.head .col_check .logo {
    max-width: 172px;
    max-height: 152px;
    aspect-ratio: 17/15;
    background-color: #444;
    width: 100%;
    margin: 0 auto;
}
.comparaison-wrapper .item .col_check.our::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: var(--volkao-terracota);
    z-index: -1;
    bottom: -1px;
}

@media (max-width: 997px) {
    .comparaison-wrapper .item h3 {
        font-size: 1em;
      }
    .comparaison-wrapper .item h3 span { display:inline;}
}
@media (max-width: 778px) {
    .comparaison-wrapper .item.head {
        display: none;
    }
    .home-comparaison > h2 { margin-bottom: 0.5em; }
    .home-comparaison .sub-title { display: inline-block; }
    .comparaison-wrapper .item:nth-child(2) > div {
        padding-top: 2em;
    }
}
@media (max-width: 571px) {
    .comparaison-wrapper .item .col_title {
        min-width: inherit;
        width:inherit;
        flex: 1;
    }
    .comparaison-wrapper .item .col_check {
        width:inherit;
        flex: 0;
    }
}

.videos-feed {
    padding: 80px 0px;
    background-color: var(--volkao-terracota-semi-ultralight);
}
.videos-feed h2 { text-align: center;margin-bottom:1.5em; }
.videos-feed .video-feed video {
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid var(--volkao-beige);
    width: 100%;
}
.video-feed {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.video-feed .video-container {
    position: relative;
    width: 100%;
    max-width: 250px;
    cursor: pointer;
}
.video-feed .video-element {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
/* Bouton de lecture centré */
.video-feed .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    background-color: var(--volkao-terracota);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.video-feed .video-play-button::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 23px solid var(--volkao-beige);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    transform: translateX(16%);
}
.video-feed:hover .video-play-button { background-color: var(--volkao-beige); }
.video-feed:hover .video-play-button::after { border-left-color: var(--volkao-terracota);}
.video-feed .video-container.playing .video-play-button {
    opacity: 0; /* Cache le bouton quand la vidéo joue */
}

.video-pause {
    width: 28px;
    height: 28px;
    background-color: #000;
    bottom: 20px;
    right: 15px;
    position: absolute;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    gap: 10%;
    display: none;
}
.video-pause > span{
    display: block;
    max-width: 3px;
    height: 40%;
    background-color: var(--volkao-beige);
    min-width: 3px;
}
.video-container.playing .video-pause { display: flex;}

.home-engagements {
    padding: 80px 30px 0;
}
#product .home-engagements { padding-bottom: 80px;}

.engagements-wrapper {
    background-color: var(--volkao-terracota-semi-ultralight);
    padding: 80px 0;
    margin: 0 auto;
    width: 1380px;
    max-width: 100%;
}
.home-engagements h2 {
    text-align: center;
}
.home-engagements .col-wrapper {
    display: flex;
    margin: 0 50px;
    gap: 30px;
}
.home-engagements .col {
    border-right: 1px solid black;
    padding: 30px;
    padding-left: 0px;
    display: flex;
    gap: 1.5em;
}
.home-engagements .col:last-child {
    border-right: none;
}
.home-engagements .col::before {
    content: '';  
    display: block;  
    width: 36px;  
    height: 36px;  
    border-radius: 100%;  
    background: var(--volkao-terracota-semi);  
    aspect-ratio: 1/1;
}
.engagements-text h3 {
    font-size: 1.25rem;
    line-height: 1.15em;
}
.engagements-text p {
    line-height: 1.5em;
}

@media (max-width: 1224px) {
    .home-engagements {
        padding: 80px 15px 0;
    }
    #product .home-engagements { padding-bottom: 80px;}
    .home-engagements .col-wrapper {
        margin: 0 15px;
        gap: 15px;
    }
    .home-engagements .col {
        padding: 15px;
        gap: .75em;
    }

}
@media (max-width: 997px) {
    .home-engagements .col-wrapper {
        flex-direction: column;    
    }
    .home-engagements .col {
        border-right: 0;
        border-bottom: 1px solid #000;
        padding: 30px 0;
        gap: 15px;
    }
    .home-engagements .col:last-child {
        border-bottom:0;
        padding-bottom:0;
    }
}
@media (max-width: 778px) {
    .engagements-wrapper {
        padding: 40px 0;
    }
    .home-engagements {
        padding: 40px 15px 0;
    }
    .videos-feed { padding-top: 40px;}
    #product .home-engagements { padding-bottom: 40px;}
}

.site-reviews {
    width:100%;
    padding: 80px 0;
    position: relative;
    overflow:hidden;
}
.site-reviews h2 { text-align: center;margin-bottom:1.5em; }
.swiper-container { overflow:hidden;}
.site-reviews .review {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #444;
    width: 289px;
    max-width:289px;
    height: 442px;
}

.site-reviews .review:not(.with-caption) img {
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
}
.site-reviews .review.with-caption {
    display: flex;
    flex-direction: column;
}
.site-reviews .review.with-caption img { width: 100%; }
.site-reviews .review-caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex: 1;
    padding: 25px;
}
.site-reviews .review-name {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0.5em;
}
/* .site-reviews .swiper-wrapper { justify-content: center;} */

.home-spacer {
    position: relative;
    width: 100%;
    height: 150px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 800 50" xmlns="http://www.w3.org/2000/svg"><path d="M0,25 Q100,0 200,25 T400,25 T600,25 T800,25 V50 H0 Z" fill="%23E4CEB8"/></svg>');
    background-size: auto 230px;
    background-position: center;
    background-repeat: repeat;
    margin-top: 80px;
}

/* CMS */
#cms .breadcrumb { display: none;}
.page-content.page-cms {
    text-align: left;
    background: inherit;
}
#main .page-content.page-custom {
    margin: 0;
    padding: 0;
}
.container-cms { 
    max-width: 1380px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-cms.page-about { 
    margin-top: 4rem;
    margin-bottom: 0 !important;
}

.about-content { margin-bottom: 80px;}

.about-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px dashed #000;
    gap: 30px;
    justify-content: space-between;
}
.about-item h2 {
    flex: 0;
    min-width: 240px;
}
.about-text {
    max-width: 913px;
}
.about-text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 778px) {
    .about-item {
        flex-direction: column;
        gap: 0px;
    }
    .about-content { margin-bottom: 40px;}
}
.about-photos {
    display: flex;
    gap: 15px 20px;
    margin: 80px 0;
}
.about-photos .about-photos-item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/0.9;
    height: inherit;
}
@media (max-width: 778px) {
    .container-cms.page-about { margin-top: 2.5rem; }
    .about-diapo { margin: 40px 0;}
}
@media (max-width: 571px) {
    .container-cms.page-about {
        margin-top: 1.5rem;
    }
    .about-photos {
        margin: 30px 0 0;
        flex-direction: column;
    }
}

.about-diapo {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    width: 100%;
    margin: 80px 0;
}
.about-diapo-zone {
    display: flex;
    flex-direction: row;
}
.about-diapo .about-diapo-zone > div {
    height: 650px;
    padding: 30px 30px;
    width: 50%;
}
.about-diapo .about-diapo-background {
    background-color: var(--volkao-terracota-semi-ultralight);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.about-diapo .diapo-title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1em;
}
.about-diapo .diapo-title small {
    display: block;
    font-size: 0.56em;
    line-height: 1em;
    font-weight: 600;
}
.about-diapo .diapo-text {
    color: var(--volkao-terracota);
}
.about-diapo .about-diapo-visuel {
    background-image: url('../img/home-video-materiaux.jpg');
    background-size: cover;
    background-position: center;
}

@media (max-width: 1272px) {
    .about-diapo .diapo-title {
        font-size: 3rem;
    }
    .about-diapo .diapo-text { font-size: 14px; }
}
@media (max-width: 1182px) {}
@media (max-width: 1082px) {}
@media (max-width: 997px) {
    .about-diapo .diapo-title {
        font-size: 2.5rem;
    }
    .about-diapo .about-diapo-zone > div {
        height: 550px;
    }
}
@media (max-width: 778px) {
    .about-diapo {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 10px;
        gap: 10px;
        margin: 40px 0;
    }
    .about-diapo-zone {
        gap: 10px;
    }
    .about-diapo .about-diapo-zone > div {
        height: 450px;
    }
    .about-diapo-zone:nth-child(2),
    .about-diapo-zone:nth-child(3) { flex-direction: row-reverse; }
}
@media (max-width: 571px) {
    .about-diapo .about-diapo-zone > div {
        padding: 20px 10px;
        height: 350px !important;
    }
}

.video-fullwidth {
    height: 846px;
    background: url('../img/home-fullscreen.jpg') no-repeat center center/cover;
    position: relative;
}
  
.video-fullwidth::before {
    content: '';  
    display: block;  
    width: 100%;  
    height: 100%;  
    position: absolute;  
    top: 0;  
    left: 0;  
    background-color: #000;  
    opacity: 0.35;  
}
@media (max-width: 778px) {
    .video-fullwidth {
        height: 408px;

    }
}

.gallery-volkao {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 1px;
    margin-top:40px;
}
.gallery-volkao .image-contener {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    aspect-ratio: 1/1;
}
.gallery-volkao .image-contener img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
    min-height: inherit;
    min-width: inherit;
    height: 100%;
}
.gallery-volkao .image-contener:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 571px) {
    .gallery-volkao {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 15px;
    }
    .gallery-volkao .image-contener:nth-child(n+5) {
        display: none;
    }
}

#content.page-manufacturing header {
    border-top: 1px solid black;
    margin-top: 40px;
    padding: 40px 15px;
}
#content.page-manufacturing header .intro-area {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}
#content.page-manufacturing header .intro-area p {
    font-size: 1.25rem;
    line-height: 1.5em;
    margin: 40px 0;
}

@media (max-width: 778px) {
    #content.page-manufacturing header { border:0;margin:0 }
}
@media (max-width: 587px) {
    #content.page-manufacturing header .intro-area p {
        font-size: 16px;
        margin: 0;
    }
}

.mosaic.mosaic-border {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.mosaic-line {
    display: flex; 
    min-height: 776px;
}
.mosaic-line > div {
    width: 50%;
    display:flex;
    align-items: center;
}
.mosaic-content {
    padding: 40px 50px;
    max-width: 680px;
    width: 100%;
}
.mosaic-line .mosaic-content.image {
    background-color: #444;
    width: 100%;
    max-width: inherit;
    height: 100%;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.mosaic-content.image img {
    position: absolute;
    object-fit: cover;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
.mosaic-line-left { justify-content: end;}
.mosaic-line-right { justify-content: start;}

.mosaic-list {
    width: 496px;
    max-width: 100%;
    margin: 0 auto;
}

.mosaic-content ul {
    margin: 0;
    list-style: none;
}
.mosaic-content ul li {
    display: flex;
    gap: 1.5em;
    /* align-items: center; */
    padding: 20px 0;
    border-bottom: 1px dashed #000;
    font-size: 1.25rem;
    line-height: 1.25em;
}
.mosaic-content ul li::before {
    content: '';
    display: block;
    width: 1em;
    background-color: var(--volkao-terracota);
    height: 1em;
    border-radius: 100%;
    font-size: 2.875rem;
    aspect-ratio: 1/1;
}
.mosaic-content ul li h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
}
.mosaic-content ul li p {
    line-height: 1.25em;
    margin-bottom: 0;
}

@media (max-width: 778px) {
    .mosaic-line {
        flex-direction: column;
        min-height: auto;
    }
    .mosaic-line:nth-child(2) { flex-direction: column-reverse; }
    .mosaic,
    .mosaic-content ul li { border: 0; }
    .mosaic-line > div {  width: 100%;   }
    .mosaic-content {    max-width: inherit;padding: 40px 15px; }
    .mosaic-list {    width: inherit;    }
    .mosaic-line .mosaic-content.image {
        min-height: 372px;
        border-radius: 10px;
    }
}

#content.page-values header {
    padding:24px;
}
#content.page-values header .intro-area {
    text-align: center;
    position: relative;
    overflow:hidden;
    min-height: 592px;
    background: url('../img/home-fullscreen.jpg') no-repeat center center/cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content.page-values header .intro-area::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background-color: #000;
    opacity: 0.35;
    z-index:0;
}
#content.page-values header .intro-area h1 {
    position: relative;
    z-index:1;
    color: var(--volkao-beige);
    max-width: 480px;
    line-height: 1.5em;
}
#content.page-values header .intro-area h1 span{
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    text-align: right;
}
@media (max-width: 587px) {
    #content.page-values header {
        padding: 15px;
    }
    #content.page-values header .intro-area h1 {
        padding: 15px;
        font-size: 2rem;
    }
    #content.page-values header .intro-area {
        min-height: 427px;
    }
}

.big-title { line-height: 1.5em;font-weight: 500;margin-bottom:0; }
.big-title b { font-size: 1.15em;font-weight: 600; }

.mosaic-content.big-picture {
    max-width: 704px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
    aspect-ratio: 1/0.885;
}

#content.page-values .mosaic-line { min-height: 664px; }
#content.page-values .gallery-volkao { margin-bottom: 60px; gap: 3px; }


.mosaic.value-description .mosaic-line {
    min-height: inherit !important;
    padding: 80px 15px;
    gap: 30px;
}
.mosaic.value-description .mosaic-line-right .mosaic-content {
    padding: 0px;
}
.mosaic.value-description .mosaic-line p {
    font-size: 1.5rem;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 1em;
}
.mosaic.value-description .mosaic-line p:last-child { margin-bottom: 0; }

.mosaic.value-matiere .mosaic-line{
    min-height:inherit!important;
    padding: 80px 15px;
}
.mosaic.value-matiere .big-picture {
    aspect-ratio: inherit;
}
.mosaic.value-matiere .big-picture > div {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 2/1;
}
.mosaic.value-matiere .big-picture p,
.key-figures p {
    font-size: 1.5rem;
    line-height: 1.25em;
    margin-bottom: 1em;
    max-width: 570px;
}

.key-figures {
    border-radius: 10px;
    height: 100%;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.key-figures h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom:0;
}
.key-figures p {
    margin-bottom:0;
    margin-top:0.5em;
    max-width: inherit;
}
.mosaic.value-matiere .mosaic-line-right .mosaic-content {
    padding: 0 15px;
    height: 100%;
    margin-left: 110px;
  }

@media (max-width: 1078px) {
    .key-figures {
        border: 1px solid #444;
        padding: 24px;
    }
    .key-figures h3 { font-size: 2rem;}
    .mosaic.value-description .mosaic-line p,
    .key-figures p,
    .mosaic.value-matiere .big-picture p {
        font-size: 18px;
    }
    .mosaic.value-matiere .mosaic-line-right .mosaic-content {
        margin-left: 110px;
        margin-left: 30px;
    }
}
@media (max-width: 778px) {
    #content.page-values .gallery-volkao {
        margin-bottom: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    #content.page-values .mosaic-line { min-height: auto; }
    #content.page-values .mosaic-line .mosaic-content.image {
      border-radius: 0px;
    }
    .mosaic.value-description .mosaic-content.big-picture,
    .mosaic.value-matiere .mosaic-content.big-picture  {
        max-width: inherit;
    }
    .mosaic.value-matiere .mosaic-line,
    .mosaic.value-description .mosaic-line {
        padding: 40px 15px;
    }
    .mosaic.value-matiere .mosaic-line-right .mosaic-content {
        margin: 0;
        padding: 0;
        margin-top: 40px;
    }
    .key-figures p {
        font-size: 1rem;
    }
}
@media (max-width: 587px) {
    #content.page-values .gallery-volkao {
        margin: 40px 0;
        gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}

#module-cmscategorypages-list section#wrapper {
    padding-top: 0 !important;
}

.intro-faq {
    text-align: center;
    margin: 80px auto;
    max-width: 1140px;
}
.intro-faq p{
    font-size: 1.25rem;
    line-height: 1.25em;
}
#main .page-content.page-faq .about-item:first-child {
    border-top: 1px dashed #000;
}

.page-faq .cms-content-toggle {
    width: 100%;
    padding-bottom: 2rem;
}
.page-faq .cms-content-toggle:last-child { padding-bottom: 0; }
.page-faq .cms-content-toggle h3 {
    position: relative;
    padding-right: 1.75em;
    cursor: pointer;
    display: block;
    margin: 0;
}
.page-faq .cms-content-toggle h3:hover {
    color: var(--volkao-terracota);
}
.page-faq .cms-content-toggle h3::after {
    content: "+";
    position: absolute;
    right: 10px;
    font-weight: 200;
}
.page-faq .cms-content-toggle:not(.hidden) h3::after { content: "-"; }
.page-faq .cms-content-toggle .cms-page-content {
    margin-top: 1em;
    padding-right: 1.75em;
}
.page-faq .cms-content-toggle.hidden .cms-page-content {
    display: none;
}
.page-faq h2 {
    max-width: 280px;
    margin-bottom: 0;
    min-width: inherit;
    width: 280px;
    width: 280px;
    flex: 1;
    font-size: 2em;
}
.page-faq .about-text {
    width: 100%;
    flex: 1;
}
@media (max-width: 778px) {
    .intro-faq {
        margin: 40px auto;
    }
    .page-faq h2 {
        font-size: 1.5rem;
        margin-bottom: 1em;
    }
    .page-faq .cms-content-toggle {
        padding-bottom: 1.5rem;
    }
    .page-faq .cms-content-toggle h3 {
        font-size: 1.25rem;
    }
}


.form-control {
    color: #444;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    line-height: 1em;
    padding: 0.75rem 1rem;
    /* padding: 16px 10px; */
    border: 1px solid var(--volkao-terracota);
    border-radius: 3px;
    overflow: hidden;
    background-color: var(--volkao-terracota-semi-ultralight);
}
.form-control:focus {
    background-color: var(--volkao-terracota-semi-light);
    outline: none;
    border-color: var(--volkao-terracota);
    color: #000;
}
.form-control::placeholder { color: #444; }


.contact-form .form-control:disabled {
    background-color: var(--volkao-terracota-semi-ultralight);
}

.contact-form {
    background: inherit;
    color: #000;
    padding: 40px 15px;
}

.contact-form .alert {
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-form .alert ul { margin: 0; }

.contact-form h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
}
#contact .breadcrumb { display: none; }
#contact .contact-form {
    max-width: 50%;
    height: 100%;
}
#contact #content {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    text-align: center;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#contact .contact-screen {
    height: 100%;
    width: 50%;
    background-color: #444;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 850px;
    min-height: 100%;
}
#contact .contact-form > form {
    max-width: 535px;
    margin: 0 auto 40px;
}
@media (max-width: 778px) {
    .contact-form h1 {
        font-size: 2rem;
        text-align: center;
    }
    #contact #content {
        flex-direction: column;
        padding-top: 40px;
    }
    #contact .contact-screen {
        width: 100%;
        height: 315px;
        min-height: inherit;
        margin-bottom: 0px;
        border-radius: 10px 10px 0 0;
    }
    #contact .contact-form {
        height: inherit;
        max-width: 100%;
        padding:0px 15px;
    }
}


.ybc-blog #content-wrapper .ybc-blog-wrapper, #content-wrapper .ybc-blog-wrapper {
    background-color: inherit;
    background-color: inherit;
    padding: 0;
    margin: 0;
}
.ybc_blog .wrapper-list { 
    background-color: var(--volkao-terracota-semi-dark);
}
#ybc_blog_page #content-wrapper {
    padding:0;
    margin:0;
    width:100%;
    max-width:100%;
}

.ybc-blog-list .post-wrapper,
.ybc_blog_content_block_item .post-wrapper {
    width: 100%;
    height: 100%;
    background-color: var(--volkao-beige);
    border-radius: 0 10px 10px 10px;
    position: relative;
    margin: 0;
    overflow: hidden;
    float: none;
    display: flex;
    flex-direction: column;
}
.ybc-blog-wrapper-content-main {
    padding: 30px 18px 18px 18px;
}
.ybc-blog-wrapper .ybc_title_block {
    color: var(--volkao-terracota);
    font-size: 1.25rem;
    text-transform: inherit;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.2em;
    padding: 0;
    float: none;
    display:block;
    text-align:left; 
}
.ybc-blog-wrapper .ybc_date {
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--volkao-terracota);
    color: var(--volkao-beige);
    border: 1px solid var(--volkao-beige);
    margin-bottom: 0.75em;
    font-size: 14px;
}
.ybc_item_img {
    border-radius: 10px;
    float:none;
}
.blog_description {
    margin-top: 0.75em;
}
.ybc-blog-list .blog_description p,
.ybc-blog-popular-content .blog_description p {
    color: var(--volkao-terracota-semi);
    font-size: 14px;
    line-height: 1.25em;
}
.ybc-blog-sidear-post-meta {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background-color: var(--volkao-beige);
    display: block;
    border-radius: 0 0 5px 0;
    width: fit-content;
    color: var(--volkao-terracota-semi);
    font-size: 1rem;
    float: none;
    padding: 0.5em 1em;
}

.ybc-blog-sidear-post-meta .ybc-blog-categories { margin: 0; }
.ybc-blog-sidear-post-meta .ybc-blog-categories .be-label
/* ,.ybc-blog-sidear-post-meta .ybc-blog-categories .sepa */
{ display: none; }
.ybc-blog-wrapper .ybc-blog-latest-toolbar { display:none; }

.read_more {
    font-size: 1.125rem;
    font-size: 14px;
    padding: 0;
    font-style: inherit;
    color: var(--volkao-terracota-semi);
    border: none;
    font-weight: 400;
    line-height: 1em;
}
.read_more::after { content: ' →'; }


.ybc_blog_layout_grid  .ybc-blog-list > li {
    width: 100%;
}

.ybc_blog_layout_grid ul.ybc-blog-list,
.block_content:not(.blog-carrousel-featured) .ybc_blog_content_block.blog_type_slider  {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    float:none; 
    padding: 40px 0 20px;
}
.ybc_blog_layout_grid .ybc-blog-list > li,
.ybc_blog_content_block.blog_type_slider > .ybc_blog_content_block_item {
    float: none;
    padding: 0;
    margin: 0;
    width: 367px;
    max-width: 367px;
    width: 100%;
    flex: 1;
    min-width: 30%;
}
.ybc_blog_content_block.blog_type_slider > .ybc_blog_content_block_item {
    max-width: 100%;
}

.blog-carrousel-featured { overflow: hidden; position: relative; }
.blog-carrousel-featured .ybc_blog_content_block_item.swiper-slide {
    flex:inherit;
    float:none;
    min-width:100%;
    height: 418px;
}
.swipper-button-wrapper > div::after {
    font-size: 0.7em;
    font-weight: bold;
    color: var(--volkao-beige);
}
.swipper-button-wrapper > div.swiper-button-prev { text-indent: -2px; }
.swipper-button-wrapper > div.swiper-button-next { text-indent: 2px; }

.swipper-button-wrapper {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 100px;
    display: flex;
    justify-content: space-between;
    height: 29px;
    padding: 0;
}
.swipper-button-wrapper > div {
    font-size: 22px;
    border-radius: 100%;
    background-color: var(--volkao-terracota);
    color: var(--volkao-beige);
    opacity: 1;
    aspect-ratio: 1/1;
    margin: 0;
    width: 29px;
    height: 29px;
    position: initial;
}
.ybc_custom_header .ybc_blog_content_block_item {
    display: flex;
    border-radius: 0 15px 15px 15px;
    background-color: var(--volkao-terracota-semi-ultralight);
    overflow: hidden;
    position: relative;
    gap: 5%;
    align-items: center;
    align-items: center;
}
.ybc_custom_header .ybc_blog_content_block_item > .ybc_item_img {
    border-radius: 0;
    position: relative;
    height: 100%;
    width: 455px;
    max-width: 50%;
    min-width: 270px;
    background-color: var(--volkao-terracota-semi-ultralight);
}
.ybc_custom_header .ybc_blog_content_block_item > .ybc_item_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    display:none;
}
.ybc_custom_header .ybc_blog_content_block_item > .ybc_item_img img {
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    max-width: inherit;
    max-height: inherit;
    object-fit: cover;
  }
.ybc_custom_header .ybc_blog_content_block_item > .ybc-blog-latest-post-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.ybc_custom_header .ybc_blog_content_block_item > .ybc-blog-latest-post-content .blog_description {
    display: none;
}
.ybc_custom_header .ybc_title_block {
    font-size: 2.5rem !important;
    max-width: 587px;
    margin: 0.5em 0;
}
.ybc_custom_header .read_more {
    font-size: 1rem;
    margin:0;
}
.ybc_custom_header .read_more::after {
    content: ' →';
    font-size: 1.125em;
    margin-left: 10px;
}
.ybc_custom_header .ybc_date {
    width: fit-content;
    margin:0;
}
.ybc_custom_header .ybc-blog-sidear-post-meta {
    border: 1px solid var(--volkao-beige);
    border-top: 0;
    border-left: 0;
    color: var(--volkao-beige);
    background-color: var(--volkao-terracota-semi-dark);
    border-radius: 0 0 10px 0;
}
.ybc_block_popular .ybc-blog-sidear-post-meta {
    color: var(--volkao-beige);
    background-color: var(--volkao-terracota-semi-dark);
}
.ybc_block_popular .ybc-blog-sidear-post-meta a { color: var(--volkao-beige);}
.ybc_block_popular .ybc-blog-sidear-post-meta a:hover { color: var(--volkao-terracota);}

.ybc_custom_header .ybc-blog-sidear-post-meta a { color: var(--volkao-beige); }

.ybc_custom_nav {
    display: flex;
    width: 100%;
    gap: 1.5rem 30px;
    margin-top:20px;
    margin-bottom:40px;
}
.ybc_custom_nav .block.ybc_block_categories {
    background-color: var(--volkao-terracota-semi-ultralight);
    border-radius: 5px;
    width: 100%;
}
.ybc_custom_nav .block.ybc_block_categories > div { height: 100%;}
.ybc_custom_nav .block.ybc_block_categories ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    height: 100%;
    padding: 0px 20px;
    gap: 10px;
    min-height:54px;
}
.ybc_custom_nav .tree {
    display: flex;
}
.ybc_custom_nav .tree a {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    padding: 6px 0;
    display: block;
}
.ybc_custom_nav .tree a:hover,
.ybc_custom_nav .tree .active a { color: var(--volkao-terracota);}

.ybc_custom_nav .tree a.home {
    background-color: var(--volkao-terracota-semi-dark);
    padding: 0.25em 0.5em;
    color: var(--volkao-beige);
    border: 1px solid var(--volkao-beige);
}
.ybc_custom_nav .tree a.home:hover { background-color: var(--volkao-terracota); }

.ybc_custom_nav .ybc_block_search form {
    position: relative;
    min-width: 320px;
}
.ybc_custom_nav .ybc_block_search form .button {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 0;
    background-color: inherit;
    font-size: 0;
    transform: translateY(-50%);
}
.ybc_custom_nav .ybc_block_search form .button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.0002 21.0002L16.6572 16.6572M16.6572 16.6572C17.4001 15.9143 17.9894 15.0324 18.3914 14.0618C18.7935 13.0911 19.0004 12.0508 19.0004 11.0002C19.0004 9.9496 18.7935 8.90929 18.3914 7.93866C17.9894 6.96803 17.4001 6.08609 16.6572 5.34321C15.9143 4.60032 15.0324 4.01103 14.0618 3.60898C13.0911 3.20693 12.0508 3 11.0002 3C9.9496 3 8.90929 3.20693 7.93866 3.60898C6.96803 4.01103 6.08609 4.60032 5.34321 5.34321C3.84288 6.84354 3 8.87842 3 11.0002C3 13.122 3.84288 15.1569 5.34321 16.6572C6.84354 18.1575 8.87842 19.0004 11.0002 19.0004C13.122 19.0004 15.1569 18.1575 16.6572 16.6572Z' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.ybc_custom_nav .ybc_block_search form .button:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.0002 21.0002L16.6572 16.6572M16.6572 16.6572C17.4001 15.9143 17.9894 15.0324 18.3914 14.0618C18.7935 13.0911 19.0004 12.0508 19.0004 11.0002C19.0004 9.9496 18.7935 8.90929 18.3914 7.93866C17.9894 6.96803 17.4001 6.08609 16.6572 5.34321C15.9143 4.60032 15.0324 4.01103 14.0618 3.60898C13.0911 3.20693 12.0508 3 11.0002 3C9.9496 3 8.90929 3.20693 7.93866 3.60898C6.96803 4.01103 6.08609 4.60032 5.34321 5.34321C3.84288 6.84354 3 8.87842 3 11.0002C3 13.122 3.84288 15.1569 5.34321 16.6572C6.84354 18.1575 8.87842 19.0004 11.0002 19.0004C13.122 19.0004 15.1569 18.1575 16.6572 16.6572Z' stroke='%23A74D39' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ybc_custom_nav .ybc_block_search form input.form-control {
    background-color: #fff;
    font-size: 1rem;
    border-color: #000;
    padding: 1rem 3.375rem 1rem 0.75rem;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
}
.ybc_custom_nav .ybc_block_search form input.form-control::placeholder {
    color: #000;
}
.ybc_custom_footer { background-color: var(--volkao-terracota-semi-ultralight); }

.ybc_block_popular {
    padding-bottom: 80px;
}
.ybc_block_popular .ybc_blog_content_block.blog_type_slider{
    padding-bottom: 0px;
}
.ybc_block_popular > h2 {
    margin: 20px auto 0px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.blog-paggination {
    padding: 0px 0 20px;
    margin: 0;
}

.ybc-blog-wrapper  .page-heading {
    background-color: var(--volkao-terracota-semi-dark);
    margin: 0;
    padding: 40px 15px 0;
    color: white;
    text-align: center;
    text-transform: inherit;
    font-size: 2.25rem;
    font-weight: 500;
    margin: 0 auto;
}
.ybc-blog-wrapper.ybc-blog-wrapper-blog-list .blog-category {
    display: none;
}


.detail-post#content-wrapper.container-cms {
    max-width: 1380px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}
.detail-post .ybc-blog-wrapper-detail {
    background: inherit;
    padding: 0;
    margin: 0;
    float: none;
    color: #000;
}
.detail-post .ybc_blog_img_wrapper img {
    border-radius: 15px;
    overflow: hidden;
}
.detail-post .page-heading .title_cat {
    width: 100%;
    color: var(--volkao-terracota);
    text-transform: inherit;
    font-weight: 600;
    line-height: 1.2em;
    padding: 0;
    float: none;
    display: block;
    text-align: left;
    font-size: 3rem !important;
    margin: 0.5em 0;
}
.ybc-blog-related-posts .ybc_blog_content_block_item .post-wrapper { background-color: var(--volkao-terracota-semi-ultralight);  }
.ybc_blog_carousel button.slick-arrow {
    border-radius: 100% !important;
    background-color: var(--volkao-terracota) !important;
    color: var(--volkao-beige) !important;
    border: 0;
}
.ybc_blog_carousel button.slick-arrow::before {
    border-color: var(--volkao-beige) !important;
    border-width: 2px;
}
.post-details > .blog_description p {
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
}
.post-details .be-categories { color: #000; }
.post-details .be-categories a { color: var(--volkao-terracota); }
.ybc-blog-latest-toolbar .post-date {
    padding: 3px 8px;
    background-color: var(--volkao-terracota);
    color: var(--volkao-beige);
    border: 1px solid var(--volkao-beige);
    margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 1rem;
}
@media (max-width: 1107px) {
    .ybc_custom_nav {
        flex-direction: column-reverse;
    }
    .ybc_block_popular .ybc_blog_content_block.blog_type_slider {
        gap: 15px!important;
    }
}
@media (max-width: 778px) {
    .ybc_custom_header .ybc_title_block {
        font-size: 1.25rem !important;
        max-width: inherit;
    }
    .ybc_custom_header .ybc_blog_content_block_item > .ybc-blog-latest-post-content .blog_description {
        display: block;
        margin: 0;
        margin-bottom: 1em;
        font-size: 14px;
        color: var(--volkao-terracota);
        line-height: 1.25em;
      }

    .ybc_blog_layout_grid ul.ybc-blog-list,
    .ybc_blog_content_block.blog_type_slider { gap: 15px; }
    .ybc_blog_layout_grid .ybc-blog-list > li { min-width: 40%; }

    .block_content:not(.blog-carrousel-featured) .ybc_blog_content_block.blog_type_slider > .ybc_blog_content_block_item {
        max-width: calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        min-width: calc(50% - 7.5px);
    }

    .ybc_custom_nav .block.ybc_block_categories {
        background-color: transparent;
    }
    .ybc_custom_nav .block.ybc_block_categories ul {
        min-height: inherit;
        padding:0;
        flex-wrap: wrap;
        justify-content: inherit;
    }
    .ybc_custom_nav .ybc_block_search form input.form-control {
        padding: 0.75rem 3.375rem 0.75rem 0.75rem;
        font-size: 14px;
    }
    .ybc_custom_nav .tree a {
        font-size: 14px;
        background-color: transparent;
        padding: 0.35em 0.5em;
        color: var(--volkao-terracota);
        border: 1px solid var(--volkao-terracota);
    }
    .ybc_custom_nav .tree .active a {
        background-color: var(--volkao-terracota);
        color: #fff;
    }
    .ybc_custom_nav .tree a.home {
        padding: 0.35em 0.5em;
    }
    .detail-post .page-heading .title_cat {
        font-size: 2rem !important;
    }
    .post-details > .blog_description p { font-size: 1rem; }
    .blog-extra,
    .post-details .ybc-blog-latest-toolbar { margin-bottom:0; }
}
@media (max-width: 587px) {
    .ybc_blog_layout_grid .ybc-blog-list > li { min-width: 100%; }
    .ybc_custom_nav .ybc_block_search form {min-width: 100%;}
    .ybc_custom_nav .ybc_block_search form .button { width:18px;height:18px;}

    .blog-carrousel-featured .ybc_blog_content_block_item.swiper-slide {
        display: block;
        min-height: inherit;
        max-height: inherit;
        height: inherit;
        box-sizing: border-box;
    }
    .blog-carrousel-featured .ybc_blog_content_block.blog_type_slider {
        gap:0;
    }
    .blog-carrousel-featured .ybc_blog_content_block_item.swiper-slide > * {
        width: 100%;
        height: auto;
        min-width: 100%;
        min-height: inherit;
        max-height: inherit;
        max-width: inherit;
        border-radius: 10px;
    }
    .blog-carrousel-featured .ybc_blog_content_block_item.swiper-slide .ybc-blog-latest-post-content { padding: 20px 15px 80px; }
    .blog-carrousel-featured .ybc_blog_content_block_item.swiper-slide > * > img {
        position: inherit;
        transform: inherit;
        left: inherit;
        top: inherit;
    } 
    .swipper-button-wrapper {
        right: 50%;
        transform: translateX(50%);
        z-index: 1;
    }
    .block_content:not(.blog-carrousel-featured) .ybc_blog_content_block.blog_type_slider > .ybc_blog_content_block_item {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
      }
}


section.featured-products {
    padding-top: 40px;
    padding-bottom: 80px;
}
.featured-products .all-product-link {
    font-size: 1.25rem;
    line-height: 1em;
    color: #000;
    text-decoration: underline;
}

.featured-products .product.swiper-slide {
    width: 315px;
}

@media (max-width: 1410px) {
    .featured-products .product.swiper-slide {
        width: 330px;
        padding-left: 15px;
        padding-right: 0;
    }
    section.featured-products > .swiper-container {
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 15px;
    }
}
@media (max-width: 778px) {
    .h3.products-section-title {
        font-size: 1.25rem;
    }
    .featured-products .all-product-link {font-size: 1rem;}
    section.featured-products {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.product-cover img { background: #e6eae4; }
.product-list-head {
    padding: 20px 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-list-head > * { margin: 0 !important; }

.product-miniature {
    max-width: 330px;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    background-color: #e6eae4;
    border-radius: 10px;
    overflow:hidden;
    /* transition: 0.2s all ease; */
}
/* .product-miniature .thumbnail-container .product-thumbnail:hover img {
    transform: scale(1.05);
} */
.product-miniature .thumbnail-container {
    background-color: transparent;
    margin-bottom: 0;
}
.product-minimal-quantity.js-product-minimal-quantity { display: none;}
#products .products, .featured-products .products, .product-accessories .products {
    gap: 30px;
}
.page-index .product, .page-search .product, .products > .product {
    width: calc( 25% - 24px );
}


#prices-drop #content-wrapper,
#new-products #content-wrapper,
#best-sales #content-wrapper,
#category #content-wrapper {
    width: 100%;
}
.hidden-md-up.text-xs-right.up,
#js-product-list-top {
    display: none!important;
}
#products .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
#products .products > * {
    width: 100%;
}
@media (max-width: 1189px) {
    #products .products { gap: 15px; }
}
@media (max-width: 1060px) {
    #products .products {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }
}
@media (max-width: 910px) {
    #products .products { gap: 15px;}
}
@media (max-width: 725px) {
    #products .products {
      grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 478px) {
    #products .products {
      grid-template-columns: repeat(1, 1fr);
    }
    #products .products .product-miniature{
      margin: 0 auto;
    }
}

.product-miniature .product-description {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 15px 0;
    flex-direction: row;
}
.product-miniature .product-title,
.product-miniature .product-title a {
    margin: 0;
    color: #000;
    font-size: 1rem;
    line-height: 1.2em;
    text-align: left;
    font-weight: 500;
    text-transform: inherit;
}
.product-miniature .product-title:hover a {
	color: var(--volkao-terracota);
}
.product_rating {
    display: flex;
    align-items: center;
    gap: 2px;
}
.product-miniature .product_rating { margin-top: 0.5em; }
.product_rating span {
    font-size: 14px;
    text-decoration: underline;
    margin-left: 0.5em;
    color: var(--volkao-basalthe);
}
.product-miniature .product-price-and-shipping {
    font-weight: 400;
    color: #000;
    font-size: 1rem;
    line-height: 1.1em;
}
.product-miniature .product-flags {
    flex-direction: row;
    gap: 5px;
    padding: 0px 15px;
    width: 100%;
    box-sizing: border-box;
    top: 15px;
    left: 0;
}
.product-miniature .product-flags li.product-flag {
    border: 1px solid var(--volkao-beige);
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    padding: 7px 10px;
    text-transform: inherit;
    border-radius: 2px;
    color: #f5f0e0;
    background: var(--volkao-terracota-semi-dark);
    margin: 0;
    min-width: inherit !important;
    min-height: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    position: unset !important;
    width: fit-content !important;
    float: none !important;
    order: inherit;
}
.product-miniature .product-flags li.product-flag.discount {
    order: -1;
    background: var(--volkao-terracota-semi);
}
.product-miniature .product-flags li.product-flag:before {display:none;}

.product-flags {
    top: 15px;
    left: 15px;
}
.product-miniature .highlighted-informations {display:none!important;}
.product-miniature .thumbnail-container:hover .product-description::after { display: none; }


.category-wrapper {
    display: flex;
    padding: 20px 0 40px;
}

#prices-drop #wrapper .breadcrumb,
#new-products #wrapper .breadcrumb,
#best-sales #wrapper .breadcrumb,
#category #wrapper .breadcrumb {
    display: block;
}
.category-wrapper #left-column {display:none; }
 
.category-wrapper .block-category {
    min-height: inherit;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}

.product-add-to-cart > .control-label { display:none; }
.product-add-to-cart .product-quantity .qty{ display:none; }

.product-actions .product-discounts { margin-bottom:0;}

.product-quantity .qty, .product-quantity .add {
    margin:0;width:100%;
}
.product-actions .add-to-cart { 
    border: 1px solid var(--volkao-beige);
    font-size: 14px;
    width: 100%;
    height: inherit;
    line-height: 1em;
    width: 100%;
    display: block;
    padding: 10px;
}

.product-container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

#prices-drop .container-full > .container-cms:first-child,
#new-products .container-full > .container-cms:first-child,
#best-sales .container-full > .container-cms:first-child,
#category .container-full > .container-cms:first-child,
#product .container-full > .container-cms:first-child { display:none;}

#product .product-left-area #content {
    max-width: inherit;
    width: 100%;
}

.product-container .product-left-area {
    max-width: 857px;
    width:100%;
}
.product-container .product-right-area {
    width:100%;
    max-width: 462px;
    min-width: 420px;
    padding: 40px 15px 20px;
    flex: 1;
}
.product-container .product-right-area h1 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25em;
}

.product-container .product-right-area .top-right-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.top-right-wrapper .product-prices { margin: 0;display: flex; }
.top-right-wrapper .product-prices.h5,
.top-right-wrapper .current-price-value {
    font-size: 16px;
    font-weight: 500;
}

.top-right-wrapper .product-prices div { margin: 0; line-height: 1em; }
.top-right-wrapper .product-prices .tax-shipping-delivery-label { display: none; }

#ps_checkout-payment-method-logo-block-container  { display: none;}


.product-right-area .product-flags.js-product-flags {
    position: unset;
    top: inherit;
    left: inherit;
    flex-direction: row;
    gap: 10px;
    margin:0;
}
.product-right-area ul.product-flags.js-product-flags > li {
    display: block;
    position: unset !important;
    margin: 0;
    font-size: 14px;
    line-height: 1em;
    border: 1px solid var(--volkao-terracota);
    background-color: transparent !important;
    color: var(--volkao-terracota);
    padding: 5px 8px;
    text-transform: inherit;
    font-weight: 500;
    width: fit-content;
    order: unset;
}
.product-right-area ul.product-flags.js-product-flags > li:before { display: none;}
.product-right-area ul.product-flags.js-product-flags > li.discount {
    order: -1;
    background-color: var(--volkao-terracota) !important;
    color: var(--volkao-beige);
}

.product-right-area .product-description > p { margin-bottom: 0.9em;}


.color-selector {
    padding: 28px 0;
}
.color-selector ul {
    display: flex;
    gap: 1.5rem;
    margin:0;
}
.color-selector ul li { padding-bottom: 0.5rem; }
.color-selector ul li.active,
.color-selector ul li:hover { border-bottom: 1px solid black;}
.color-selector ul li a {
    display: block;
    width: 26px;
    border: 4px solid white;
    border-radius: 100%;
    background-color: transparent;
    aspect-ratio: 1/1;
    height: 26px;
    cursor: pointer;
}


.color-selector ul li a.rouge,
.color-selector ul li a.red     { background-color: var(--volkao-terracota);}
.color-selector ul li a.bleu,
.color-selector ul li a.blue    { background-color: var(--volkao-basalthe-dark);}
.color-selector ul li a.anthracite,
.color-selector ul li a.grey    { background-color: var(--volkao-basalthe-light);}
.color-selector ul li a.blanc,
.color-selector ul li a.green   { background-color: var(--volkao-terracota-semi-ultralight);}

.product-bullet {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-bullet h3 {
    display: flex;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    flex-direction: row;
    gap: 0.5em;
    align-items: start;
}
/* .product-bullet h3::before {
    content: '';
    color: var(--volkao-beige);
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: var(--volkao-terracota-semi-dark);
    border-radius: 100%;
    flex: 0;
} */

.product-videos {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    text-align: center;
    padding: 30px 0;
}
.product-videos .video-wrapper {
    border-radius: 100%;
    border: 2px solid #000;
    width: 88px;
    height: 88px;
    overflow: hidden;
}
.product-videos .video-launcher {
    background-color: var(--volkao-basalthe-light);
    background-size: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border: 3px solid var(--volkao-beige);
    border-radius: 100%;
}
.video-launcher a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-videos .prodduct-video-item > span {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.product-videos .prodduct-video-item.materiaux .video-launcher {  background-image: url(../img/product-video-1.png); }
.product-videos .prodduct-video-item.nettoyage .video-launcher {  background-image: url(../img/product-video-2.png); }
.product-videos .prodduct-video-item.assemblage .video-launcher { background-image: url(../img/product-video-3.png); }


.product-information { color: #000; }
.product-information .product-actions .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    border-color: white;
    color: white;
    padding: 12px 10px;
}

.product-content { padding: 20px 0;}
.product-content .content.description {
    border-bottom: 1px solid #E6E6E6;
}
.product-content .content.description .h3 {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1em;
  padding: 20px 0;
  display: block;
  margin: 0;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.product-content .content.description .h3:hover { color: var(--volkao-terracota); }
.product-content .content.description .h3::after {
    content: '+';
    position: absolute;
    right: 0;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 400;
}
.product-content .product-description { display: none; }

.product-content .content.description.open .h3::after { content: '-'; }
.product-content .open .product-description { display:unset ;}

section.product-composition,
section.product-contents {
    padding: 80px 0;
    text-align: center;
}
section.product-composition { background-color: var(--volkao-terracota-semi-ultralight);}

.reassurance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}
.shipping-delay {
    display: flex;
    flex-wrap: wrap;
    font-size: 1em;
    gap: 10px;
}
.shipping-delay img { width: 20px;}
.reassurance .payment-logo ul {
    display: flex;
    margin-bottom:0;
    gap: 12px;
}
.reassurance .payment-logo ul img {    height: 24px; }

.product-cover-rework .item {
    width: 100%;
  }


.product-accessories.swiper-slide {
    width: 160px;
}
.product-accessories .product-miniature {
    max-width: 100%;
}
.product-accessories .product-miniature .product-flags,
.product-accessories .product-miniature .product_rating,
.product-accessories .product-miniature .product-price-and-shipping {
    display: none;
}
.product-accessories .product-title a {
    text-transform: none;
    font-size: 12px;
    line-height: 1em;
}
.product-accessories .btn.btn-primary.add-to-cart {
    font-size: 10px;
}
.product-accessories .btn.btn-primary.add-to-cart span.cut{
    display: none;
}
.product-accessories .product-title {
    padding: 10px 0 !important;
}
.product-accessories article .h3::after {
    display: none!important;
}

.images-container.js-images-container { position: relative; }
.images-container .product-cover img {
    border-radius: 0px 10px 10px 0;
}
.product-thumbnails-list {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin:0;
}
.product-thumbnails {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.thumb.js-thumb {
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid var(--volkao-beige);
}
.thumb.js-thumb.selected {
    border-color: var(--volkao-terracota);
}
@media (max-width: 1080px) {
    .thumb.js-thumb {
        width: 60px;
        height: auto;
    }
}

@media (max-width: 900px) {
    .product-thumbnails {
        top: inherit;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
    .product-thumbnails-list {
        flex-direction: row;
    }
    .thumb.js-thumb {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        border-color: var(--volkao-basalthe);
        background-color: var(--volkao-basalthe);
        position: relative;
        opacity: 0.75;
        filter: grayscale(100%) brightness(0);
    }
    .thumb.js-thumb.selected {
        border-width: 7px;
        filter: grayscale(100%) brightness(0) invert(1);
    }
    .category-wrapper .block-category {
        margin-bottom: 20px;
        margin-top: 0;
    }
}

@media (max-width: 778px) {
    .product-container {
        flex-direction: column;
        gap: 0;
    }
    .product-container .product-right-area { 
        max-width: inherit;
        min-width:100%;
        padding: 20px 15px 20px;
    }
    section.product-composition,
    section.product-contents  {
        padding: 40px 0;
    }
    .images-container .product-cover img {
        border-radius: 0px;
    }
}
@media (max-width: 460px) {
    .reassurance .hidden-mobil { display:none;}
    .product-accessories .swiper-container {
        margin-left: -15px;
        margin-right: -15px;
    }
}


#checkout section.container-cms,
#cart section.container-cms {
    padding-top: 80px;
    padding-bottom:40px;
}
.has-discount.product-price, .has-discount p, .has-discount .page-content.page-cms ul, .page-content.page-cms .has-discount ul {
    color: var(--volkao-terracota);
}
.has-discount .discount { background: var(--volkao-terracota); }
#checkout .done { color: var(--volkao-terracota); }
body#checkout section.checkout-step.-reachable.-current .step-number { background: var(--volkao-terracota); }
.order-options #delivery {
    display: none;
}

@media (max-width: 778px) {
    #checkout section.container-cms,
    #cart section.container-cms {
        padding-top: 40px;
        padding-bottom:20px;
    }
}


.column-wrapper {
    display: flex;
    width: 100%;
    gap: 60px;
    flex-direction: row;
    margin-bottom: 80px;
    align-items: stretch;
    justify-content: center;
    justify-content: space-between;
}
.reverse .column-wrapper { flex-direction: row-reverse; }
.column-wrapper img {
    border-radius: 16px;
    max-width: 100%;
}
.column-wrapper h2 { font-size :2rem; }
.column-wrapper > .col-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.column-wrapper .col-item.col-2t {
    width: 60%;
}
.column-wrapper .col-item.col-1t {
    width: 40%;
}
.col-item .demo-visuel {
    background-color: #444;
    border-radius: 10px;
    max-height: 620px;
    width: 100%;
    aspect-ratio: 7/6;
}
.col-item .text {
    max-width: 496px;
    text-align: left;
}




.product-composition .column-wrapper { margin-bottom: 0;}
.product-composition .container-cms {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.product-composition .col-item .text {
    max-width: 320px;
    width: 100%;
}
.product-composition h2 {
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 10px;
}
.product-composition h2, .product-composition h3 { text-transform: uppercase; }
.product-composition ul {
    list-style: disc;
    padding: 0 20px;
    margin:0;
}
.product-composition ul li { margin-bottom: 0.5em; }
.product-composition .col-item .demo-visuel {
    height: 435px;
    padding: 0;
    aspect-ratio: 8.6/4.3;
}
.bullet-wrapper {
    border-bottom: 1px dashed black;
    display: flex;
    gap: 1.5em;
    margin-bottom: 1rem;
}
.bullet-wrapper::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: var(--volkao-terracota-semi);
    aspect-ratio: 1/1;
}
.bullet-wrapper h3 {
    font-size: 1.25rem;
    line-height: 1.15em;
    margin-bottom: 0.5rem;
}
.bullet-wrapper p {
    line-height: 1.5em;
}

.product-contents .column-wrapper .btn {
    display:block;
    margin-top:1.5rem;
}
.column-wrapper table {
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    max-width: 439px;
    text-align: left;
    margin-bottom: 2rem;
}
.column-wrapper table td,
.column-wrapper table th {
    padding: 1rem;
    border-right: 1px solid black;
    font-weight: 500;
    font-size: 14px;
}
.column-wrapper table th { font-weight: 600;text-align: center;}
.column-wrapper table td:last-child,
.column-wrapper table th:last-child {
    border-right: none;   

}
.column-wrapper table tr {                    background-color: var(--volkao-terracota-semi-light);}
.column-wrapper table tr:nth-child(even) {    background-color: var(--volkao-terracota-semi-ultralight);}

.check-list { margin: 2.5em 0 2.5em; }
ul.check-list > li::before {
    content: '🗸';
    border-radius: 100%;
    background-color: var(--volkao-terracota-semi-dark);
    width: 1.45em;
    height: 1.45em;
    display: flex;
    color: white;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    line-height: 0.5em;
    aspect-ratio: 1/1;
}
ul.check-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 0.5em;
}

@media (max-width: 920px) {
    .product-composition .column-wrapper {
        gap: 30px;
    }
    .product-composition .col-item .demo-visuel {
        height: 335px;
    }
    .product-contents .column-wrapper {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 40px;
    }
    .product-contents .column-wrapper > .col-item,
    .product-contents .column-wrapper > .col-item .text {
        width: 100%;
        max-width: 100% !important;
    }
    .product-contents .column-wrapper .col-item.col-2t {
        order: -1;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 1rem;
        max-width: unset !important;
        width: calc( 100% + 30px ) !important;
    }
    .column-wrapper .btn { margin-left:auto;margin-right:auto;}
}

@media (max-width: 778px) {
    .column-wrapper h2 { font-size: 1.5rem; }
    .column-wrapper h3 { font-size: 1rem; }
}

@media (max-width: 620px) {
    .product-composition .column-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    .product-composition .column-wrapper > .col-item,
    .product-composition .column-wrapper > .col-item .text {
        width: 100%;
        max-width: 100% !important;
    }
}

body#landing .wrapper_footer > div {
  width: 100%;
  margin: 45px auto;
}
body#landing .footer_right {
  display: none;
}
@media (max-width: 991px) {
    body#landing .footer-container {
        padding: 40px 0px 40px;
    }
    body#landing .wrapper_footer > div {
        width: 100%;
        margin: 0 auto;
    }
}

body#landing #header .header-top > .container {
  text-align: center;
}

body#landing #wrapper {
  padding-top: 0;
}

.header-home-fullscreen.landing .fullscreen-text {
  max-width: 1290px;
  padding: 30px;
  height: 100%;
  align-items: start;
  justify-content: center;
  bottom: 0;
}

body#landing h3 {
  font-size: 1.25rem;
}

body#landing #content > section:not(.home-comparaison) {
  max-width: 1260px;
  padding: 60px 30px;
  margin-left: auto;
  margin-right: auto;
}
body#landing footer { margin-top: 60px;}

.header-home-fullscreen.landing {
    margin-bottom:0;
    background-image: url(../img/home-landing.jpg);
    margin-top: 120px;
    height: calc( 100vh - 120px );
    max-height: 860px;
}

@media (max-width: 1082px) {
    .header-home-fullscreen.landing {
        margin-top: 100px;
        height: calc( 100vh - 100px );
        max-height: 880px;
    }
}
@media (max-width: 917px) {
    .header-home-fullscreen.landing {
        margin-top: 91px;
        height: calc( 100vh - 91px );
        max-height: 871px;
    }
    .header-home-fullscreen.landing .fullscreen-text {
        align-items: center;
    }
}
.home-intro.landing {
  padding-bottom: 40px !important;
}
.home-intro.landing h2 {
  margin-bottom: 0.2em;
}
.home-intro.landing h3 {
  font-weight: 500;
  margin-bottom: 1em;
}
.home-intro.landing p {
  margin-bottom: 0em;
}

.home-arguments.landing {
    align-items: start;
}
.home-arguments.landing > div {
    width:50%;
}
.home-arguments.landing .right-column h2 { max-width: 100%;}
.home-arguments.landing ul li {
    align-items:start;
}
.home-arguments.landing ul li h3 {
    margin-bottom: 0.5em;
}
.home-arguments.landing ul li p {
    margin-bottom: 0;
    line-height: 1.125em;
}

body#landing .column-wrapper { margin-bottom:0;} 

.scrolling-banner,
.home-composition,
.site-reviews {
    display: none;
}
.klaviyo-form {
    max-width: 450px;
  width: 100%;
  height: fit-content;
}
.klaviyo-form > div {
    transform: translate(0px);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
}
form.needsclick {
    max-height: 400px;
    align-self: center;
}
body#landing #content-wrapper .wrapper-column,
body#landing #content-wrapper section { align-content: center!important;align-items: center!important; }


@media (max-width: 1082px) {
    body#landing #content > section:not(.home-comparaison) {
        padding: 40px 30px;
    }
    body#landing footer {
        margin-top: 40px; 
    }
}
@media (max-width: 992px) {
    body#landing #content-wrapper .wrapper-column,
    body#landing #content-wrapper .column-wrapper,
    body#landing #content-wrapper section {
        flex-direction: column;
    }
    body#landing #content-wrapper .wrapper-column img,
    body#landing #content-wrapper section .col-item img,
    body#landing #content-wrapper .wrapper-column h2,
    body#landing #content-wrapper section h2,
    body#landing #content-wrapper .col-item .text,
    body#landing #content-wrapper .column-wrapper table { width:100%;max-width:100%;}

    body#landing #content-wrapper .column-wrapper.tab {flex-direction: column-reverse;}

    body#landing #content-wrapper section h2 br { display:none; }

    body#landing #content-wrapper .wrapper-column > *,
    body#landing #content-wrapper section .col-item,
    body#landing #content-wrapper section .left-column,
    body#landing #content-wrapper section .right-column {
        width: 720px!important;
        max-width: 100%!important;
        margin-left: auto;
        margin-right: auto;
    }
    body#landing #content-wrapper section,
    body#landing #content-wrapper .wrapper-column {
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    body#landing #content {
        padding-top: 20px;
    }
    body#landing #content > section:not(.home-comparaison) {
        padding: 15px 20px;
    }

}



/* APPARITION */
.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0!important;
    transform: translateY(30px)!important;
    transition: 0s!important;
}
.reveal-loaded .reveal [class*="reveal-"].from-top   { transform: translateY( 120px)!important; }
.reveal-loaded .reveal [class*="reveal-"].from-bot   { transform: translateY(-120px)!important; }
.reveal-loaded .reveal [class*="reveal-"].from-left  { transform: translateX(-120px)!important; }
.reveal-loaded .reveal [class*="reveal-"].from-right { transform: translateX( 120px)!important; }

.reveal-loaded [class*="reveal-"]{ transition: 1.0s cubic-bezier(.5, 0, 0, 1); }
.reveal-loaded .reveal-1 { transition-delay: .1s; }
.reveal-loaded .reveal-2 { transition-delay: .2s; }
.reveal-loaded .reveal-3 { transition-delay: .3s; }
.reveal-loaded .reveal-4 { transition-delay: .4s; }
.reveal-loaded .reveal-5 { transition-delay: .5s; }
.reveal-loaded .reveal-6 { transition-delay: .6s; }


.wrapper-img {
    border-radius: 1rem;
    overflow: hidden;
}
.wrapper-img > img {
  transition: 0.2s all ease;
}
.wrapper-img > img:hover {
  transform: scale(1.15);
  transition: 0.2s all ease;
}

@media (prefers-reduced-motion: reduce) {
    .reveal [class*="reveal-"] {
        opacity: 1!important;
        transform: translateY(0px)!important;
    }
    [class*="reveal-"]{
        transition-duration: 0s!important;
        transition-delay: 0s!important;
    }
} 