/*
Theme Name: Grene Provence
Description: Inside Web - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
body{
    margin: 0;
}

html{
    scroll-behavior: smooth;
}

img {
    width: 100%;
}
button {
    transition: all 0.5s ease 0s;
}
p:last-child {
    margin-bottom: 0;
}
nav.navbar-main {
      z-index: 9998;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
.header-topbar{
    background: #f3f3f3;
}
.hide{
    display: none !important;
}


@font-face {
    font-family: 'uniform-3';
    src: url('fonts/Uniform.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'uniform-2';
    src: url('fonts/Uniform\ Bold.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'uniform';
    src: url('fonts/Uniform\ Black.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'condensed-2';
    src: url('fonts/Uniform\ Condensed\ Medium.ttf') format('truetype');
    font-weight: 400;
}

:root{
    --textGreen:#065053;
    --green2: #CFE012;
    --white: #fff;
    --black: #000;
    --transparent: #ffffff00;
    --green: #0D3741;
    --beige: #EFEDE5;
    --beige2: #FCFAF2;
    --uniform-3: "uniform-3";
    --uniform-2: "uniform-2";
    --uniform: "uniform";
    --uniform-condensed-2: "condensed-2";
}

.color-white{
    color: var(--white);
}

.color-green{
    color: var(--textGreen);
}

.color-green2{
    color: var(--green);
}

.color-green-text{
    color: var(--green2);
}

* {
    box-sizing: border-box;
}



/* FONT */

.titre-h1{
    font-family: var(--uniform);
    font-weight: 400;
    font-size: 62px;
    line-height: 72.54px;
    text-transform: uppercase;
}

.titre-h2{
    font-family: var(--uniform-condensed-2);
    font-weight: 400;
    font-size: 15px;
    line-height: 17.44px;
    text-transform: uppercase;
    text-decoration: none;
}

.surtitre{
    font-family: var(--uniform-condensed-2);
    font-weight: 400;
    font-size: 22px;
    line-height: 25.59px;
    text-transform: uppercase;
}

.citation{
    font-family: var(--uniform);
    font-weight: 400;
    font-size: 42px;
    line-height: 49.14px;
    text-transform: uppercase;
}

.citation-25{
    font-size: 25px;
    line-height: 35px;
    color: var(--textGreen);
}

.bodycopy{
    font-family: var(--uniform-3);
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
}

.bodycopy-bold{
    font-family: var(--uniform-2);
    font-weight: 400;
    font-size: 17px;
    line-height: 19.84px;
    text-transform: uppercase;
}

.bodycopy-italic{
    font-family: var(--uniform-3);
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
}

.button{
    font-family: var(--uniform-condensed-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 16.28px;
    text-transform: uppercase;
}

.mentions{
    font-family: var(--uniform-3);
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
}


@media only screen and (max-width: 768px) { 
    .titre-h1{
        font-size: 38px;
        line-height: 38px;
    }
    .titre-h2{
        font-size: 15px;
        line-height: 17.44px;
    }
    .surtitre{
        font-size: 20px;
        line-height: 23.26px;
    }
    .citation{
        font-size: 25px;
        line-height: 35px;
    }
    .bodycopy, .bodycopy-italic{
        font-size: 14px;
        line-height: 19.6px;
    }
    .bodycopy-bold{
        font-size: 14px;
        line-height: 16.34px;
    }
    .button{
        font-size: 14px;
        line-height: 16.28px;
    }
    .mentions{
        font-size: 12px;
        line-height: 15.6px;
    }

}


/* FIN FONT */
  
  .fab-wrapper {
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    z-index: 9999;
  }
  .fab-checkbox {
    display: none;
  }
  .fab {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: var(--textGreen);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    border: 1px solid var(--textGreen);
    cursor: pointer;
  }
  .spanClose{
    color: var(--white);
    width: 36px;
    height: 36px;
    background-color: var(--textGreen);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: -15%;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .spanClose:hover{
    background-color: var(--green2);
  }
  .divCheck{
    position: relative;
    height: 104px;
    width: 104px;
  }
  .fab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
  }
  .fab-checkbox:checked ~ .fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
  }
  .fab:hover {
    background: var(--green2);
    color: var(--textGreen);
  }

  .contactFloat{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
  }
  
  @keyframes blink {
    50% {
      opacity: 0.25;
    }
  }
  
  .fab-checkbox:checked ~ .fab .fab-dots {
    animation: none;
  }
  
  .fab-wheel {
    position: absolute;
    bottom: 2rem;
    right: 5rem;
    border: 1px solid var(--transparent);
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease-in-out;
    transform-origin: bottom right;
    transform: scale(0);
  }
  
  .fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
  }
  .fab-action {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
  }
  
  .fab-checkbox:checked ~ .fab-wheel .fab-action {
    opacity: 1;
  }
  .rondCercle{
    background-color: var(--textGreen);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .rondCercle:hover{
    background-color: var(--green2);
  }
  .titreFab{
    font-family: var(--uniform-condensed-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 16.28px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .fab-wheel .fab-action-1 {
    right: -2rem;
    top: 2rem;
  }
  
  .fab-wheel .fab-action-2 {
    right: 1rem;
    top: 5rem;
  }
  .fab-wheel .fab-action-3 {
    left: 0rem;
    bottom: -2.5rem;
  }
  .fab-wheel .fab-action-4 {
    left: 1.5rem;
    bottom: -7rem;
  }
  
  #filtreBlack{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    z-index: 999;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    opacity: 0;
  }
  #filtreBlack.active{
    width: 100vw;
    pointer-events: all;
    opacity: 1;
  }

a{
    transition: all 0.3s ease-in-out;
}

main{
    height: 100%;
    margin-top: 85px;
}

main:first-child {
    margin-top: 0 !important;
}

.container-fluid{
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-right: unset;
    margin-left: unset;
}

header .container-fluid{
    margin: 0;
}

.container-fluid > .row {
    margin: auto;
}

.newsletter, .contactSection, .sectionSeparateur, .separateurPad, .section16{
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 1920px) {
    .container-fluid > .row {
      max-width: calc(100vw - 16px);
    }
  }
  @media (min-width: 1584px) and (max-width: 1919px) {
    .container-fluid > .row{
      max-width: calc(100vw - 16px);
    }
  }
  @media (min-width: 1280px) and (max-width: 1583px) {
    .container-fluid > .row{
      max-width: calc(100vw - 16px);
    }
  }
  @media (min-width: 768px) and (max-width: 1279px) {
    .container-fluid > .row{
      max-width: calc(100vw - 16px);
    }
  }
  @media (min-width: 480px) and (max-width: 767px) {
    .container-fluid > .row{
        max-width: calc(100vw - 12px);
        margin-right: auto;
        margin-left: auto;
    }
    .newsletter, .contactSection, .sectionSeparateur, .separateurPad, .section16{
        padding-right: 16px;
        padding-left: 16px;
    }
  }
  @media (max-width: 479px) {
    .container-fluid > .row{
        max-width: calc(100vw - 12px);
        margin-right: auto;
        margin-left: auto;
    }
    .newsletter, .contactSection, .sectionSeparateur, .separateurPad, .section16{
        padding-right: 16px;
        padding-left: 16px;
    }
  }

.imgHeader{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.margin-3{
    margin-top: 3%;
}

.btn-site{
    font-family: var(--uniform-condensed-2);
    text-transform: uppercase;
    background-color: var(--green);
    color: var(--white);
    padding: 10px 40px;
    border: 1px solid var(--green);
    text-decoration: none;
    display: block;
    max-width: max-content;
}

.btn-site:hover{
    background-color: var(--white);
    color: var(--textGreen);
}

.btn-site2{
    font-family: var(--uniform-condensed-2);
    text-transform: uppercase;
    background-color: var(--transparent);
    color: var(--textGreen);
    padding: 10px 40px;
    border: 1px solid var(--green);
    text-decoration: none;
    display: block;
    max-width: max-content;
}

.btn-site2:hover{
    background-color: var(--green);
    color: var(--white);
}

.btn-site5, .divBtnContact button{
    font-family: var(--uniform-condensed-2);
    text-transform: uppercase;
    background-color: var(--textGreen);
    color: var(--white);
    padding: 10px 40px;
    border: 1px solid var(--green);
    text-decoration: none;
    display: block;
    max-width: max-content;
}

.btn-site5:hover, .divBtnContact button:hover{
    background-color: var(--white);
    color: var(--textGreen);
}

.btn-site3{
    font-family: var(--uniform-condensed-2);
    text-transform: uppercase;
    background-color: var(--green);
    color: var(--green2);
    padding: 10px 40px;
    border: 1px solid var(--green2);
    text-decoration: none;
    display: block;
    max-width: max-content;
}

.btn-site3:hover{
    background-color: var(--green2);
    color: var(--green);
}

.btn-site4{
    font-family: var(--uniform-condensed-2);
    text-transform: uppercase;
    background-color: var(--transparent);
    color: var(--white);
    padding: 10px 40px;
    border: 1px solid var(--white);
    text-decoration: none;
    display: block;
    max-width: max-content;
}

.btn-site4:hover{
    background-color: var(--white);
    color: var(--textGreen);
}

.absoluteContainer, .absoluteContainer2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imageFleur{
    position: absolute;
    top: 0%;
    left: 3%;
    width: 25%;
    z-index: 0;
    height: 100%;
    mix-blend-mode: darken;
}

.sectionFocus{
    min-height: 432px;
    background-color: var(--beige);
}

.radius-10{
    border-radius: 10px;
}

.lienCart{
    position: relative;
    max-height: 450px;
    display: block;
    height: 100%;
}

.lienCart img{
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.arrowTopRight{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--green2);
    position: relative;
    transition: all 0.3s ease-in-out;
}

.arrowTopRight i{
    font-size: 37px;
    color: var(--textGreen);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divContenuLien{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: var(--transparent);
    color: var(--textGreen);
}

.borderAbsolute{
    width: 1px;
    height: 100%;
    background-color: var(--green2);
}

.flexBottomLienCart{
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 85%;
}

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

.imgLogoSingle{
    width: 96px;
}

.padding40{
    padding: 40px;
}

.divCartXp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cartXp{
    width: 19%;
    background-color: var(--beige);
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.cartXp img{
    width: 50%;
    margin-bottom: 20px;
    mix-blend-mode: multiply;
    object-fit: contain;
    min-height: 175px;
}

.sectionNewsletter{
    background-color: var(--green);
    border-radius: 10px;
}

.border-left-green{
    border-left: 1px solid var(--green2);
    padding-left: 40px;
}

.lienNewsletter{
    color: var(--white);
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingRight{
    padding-right: 0;
}

.paddingLeft{
    padding-left: 0;
}

.mb-20{
    margin-bottom: 20px;
}

.iconeContact{
    color: var(--white);
    font-size: 48px;
    margin-bottom: 40px;
}

.cartContact{
    padding: 50px 20px;
    padding-top: 100px;
    background-color: var(--green);
    border-radius: 10px;
    display: block;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.headerTitre{
    background-color: var(--green);
    padding-top: 100px;
    padding-bottom: 100px;
}


.lienCart2{
    position: relative;
    max-height: 450px;
    display: block;
    aspect-ratio: 1;
    width: 100%;
}

.lienCart2 img{
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.cartBeige{
    background-color: var(--beige);
    border-radius: 10px;
    padding: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cartBeige2{
    background-color: var(--beige);
    border-radius: 10px;
    padding: 40px;
    margin-top: 12px;
}

.photoRepet{
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 10px;
}

.containerAbsoluteSepa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imageSepa{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 600px;
}

.imageSepa2{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 480px;
    object-position: 0 14%;
}

/* FOOTER */

.col-1-footer ,.col-2-footer{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.col-1-footer{
    width: 20% !important;
}

.col-2-footer{
    width: 80% !important;
}

.logoFooter{
    width: 50%;
}

.row-footer{
    display: flex !important;
    align-items: start;
    justify-content: space-between;
}

.lien-footer{
    display: block;
    color: var(--green);
    text-decoration: none;
}

.col-footer{
    width: 20%;
}

footer{
    padding-bottom: 60px;
}

.col-footer a, .col-footer h6{
    margin-bottom: 10px;
    display: block;
}

/* FIN FOOTER */

/* HEADER */

#menu-header-menu-gauche li, #menu-header-menu-droite li{
    position: initial !important;
}

.gap-40{
    gap: 40px;
}

.nav-link, .lienLigne, .wpml-ls-link, .lienLigne2 {
    display: inline-block;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-family: var(--uniform-condensed-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 16.28px;
    color: var(--textGreen);
    text-transform: uppercase;
}

.wpml-ls-link{
    margin: 0;
}

.lienLigne, .lienLigne2{
    text-decoration: none;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

#navbarHome .nav-link, #navbarHome .wpml-ls-link{
    color: var(--white);
}

#navbarHome .nav-link::after, #navbarHome .wpml-ls-link::after{
    background-color: var(--white);
}

#navbarHome .nav-link.active, #navbarHome .wpml-ls-link.active{
    color: var(--textGreen);
}

#navbarHome .nav-link::after.active, #navbarHome .wpml-ls-link::after.active{
    background-color: var(--textGreen);
}

.lienLigne2{
    min-width: max-content;
}
  
.nav-link::after, .lienLigne::after, .wpml-ls-link::after, .lienLigne2::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 6px;
    bottom: 0;
    left: 0;
    background-color: var(--textGreen);
    transition: transform 0.25s ease-out;
}

.dropdown-toggle::after{
    border: none;
    margin-left: 0;
}
  
.nav-link:hover::after, .lienLigne:hover::after, .lienLigne.active::after, .wpml-ls-link:hover::after, .lienLigne2:hover::after{
    transform: scaleX(1);
}
  
.nav-link::after, .lienLigne::after, .wpml-ls-link::after, .lienLigne2::after {
    transform-origin: bottom right;
}
  
.nav-link:hover::after, .lienLigne:hover::after, .wpml-ls-link:hover::after, .lienLigne2:hover::after{
    transform-origin: bottom left;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--white);
    transition: all 0.3s ease-in-out;
    padding-top: 3px;
    padding-bottom: 3px;
}

.logo-vert{
    width: 187px;
}

.logo-white{
    display: none;
    width: 187px;
}

#navbarHome .logo-white{
    display: block !important;
}

#navbarHome .logo-vert{
    display: none !important;
}

.navbar-nav{
    /* width: 40%; */
}

.navbar-brand{
    margin-right: 0;
}

.btnSpecialMenu a{
    font-weight: 400;
    font-size: 14px;
    line-height: 16.28px;
    color: var(--textGreen);
    text-transform: uppercase;
    border: 1px solid var(--textGreen);
    padding: 14px 40px;
    text-decoration: none;
    display: block;
}

.btnSpecialMenu:hover a{
    background-color: var(--textGreen);
    color: var(--white);
}

.dropdown-menu{
    margin: 0 !important;
    border: unset;
    border-radius: unset;
    padding: 0;
    top: 58px !important;
}


.dropdown-item{
    font-family: var(--uniform-condensed-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 16.28px;
    color: var(--textGreen);
    text-transform: uppercase;
    border-top: 1px solid rgba(6, 80, 83, 0.5);
    padding: 30px 40px;
    padding-right: 80px;
    padding-left: 20px;
}

.dropdown-item:hover{
    background-color: var(--textGreen);
    color: var(--white);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--green);
}

.burger{
    display: flex;
    align-items: center;
    outline: none;
    height: 30px;
    width: 36px;
    border: 0;
    padding: 0px;
    background: var(--transparent);
    transition: all 250ms ease-out;
    cursor: pointer;
    z-index: 120;
}

.burger:focus{
    box-shadow: none;
}

.ligne{
    content: '';
    width: 36px;
    height: 4px;
    position: absolute;
    transition: all 250ms ease-out;
    will-change: transform;
}

#navbarHome .ligne-gauche, #navbarHome .ligne-center, #navbarHome .ligne-droite{
    background-color: var(--white);
}

#navbarHome .ligne-gauche.active2, #navbarHome .ligne-center.active2, #navbarHome .ligne-droite.active2{
    background-color: var(--textGreen);
}

.ligne-center{
    background-color: var(--textGreen);
    transform: translateY(0px);
}

.ligne-gauche{
    background-color: var(--textGreen);
    transform: translateY(-10px);
}

.ligne-droite{
    background-color: var(--textGreen);
    transform: translateY(10px);
}

.ligne-gauche.active{
    transform: translateY(0) rotate(45deg);
}

.ligne-droite.active{
    transform: translateY(0) rotate(-45deg);
}

.ligne-center.active{
    opacity: 0;
}

.dropdown-menu[data-bs-popper]{
    left: auto;
    width: 260px;
    /*transform: translateX(-10%);*/
}

.divNewsHeader{
    display: none;
}

#navbarHome{
    background-color: var(--transparent) !important;
}

#navbarHome .btnSpecialMenu a{
    background-color: var(--white) !important;
    min-width: max-content;
}

#navbarHome .btnSpecialMenu a:hover{
    background-color: var(--textGreen) !important;
}

#navbarHome.active{
    background-color: var(--white) !important;
}

#navbarHome .logo-vert.active{
    display: block !important;
}

#navbarHome .logo-white.active{
    display: none !important;
}

.custom-ul{
    width: 50%;
    min-width: max-content;
}

.linkLangue, .linkLangue2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

.linkLangue2{
    margin: 0;
}

.linkLangue a{
    margin-left: 20px;
    margin-right: 20px;
}

.linkLangue2 a{
    padding: 5px !important;
}

/* FIN HEADER */

/* HOME */

.heightGrene{
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.margin-20{
    margin-bottom: 20px;
}

.padding-110{
    padding-top: 110px;
    padding-bottom: 110px;
}

.minLien{
    max-width: fit-content;
}

/* FIN HOME */

/* Section Coming */

#sectionComing{
    height: 90vh;
    display: flex;
    align-content: center;
    justify-content: center;
}

#sectionComing .container{
    display: flex;
    align-content: center;
    justify-content: center;
}

/* Fin Section Coming */

/* Page boutique produit */

.imgSearch{
    width: 100%;
    height: 384px;
    object-fit: cover;
}

.container-input {
    width: 50%;
    position: relative;
    
}
.search-icon {
    position: absolute;
    left: 23%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search-submit{
    display: none;
}

.search-bar{
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input{
    border: 0;
    border-radius: 10px;
    width: 60%;
    height: 38px;
    padding-left: 6%;
}

.search-input::placeholder{
    font-family: var(--uniform-3);
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: #B4B4B4;
    
}

.filter-categories {
    margin-bottom: 20px;
    padding-left: 20px;
}

.borderCard{
    border: 1px solid var(--green);
}

.parent-category {
    margin-bottom: 20px;
}

.category-filter {
    margin-bottom: 10px;
}

.category-filter input[type="checkbox"] {
    margin-right: 5px;
}

.transitionBtn{
    transition: all 0.3s ease-in-out;
}

.flexProduct{
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-wrap: wrap;
}

.flexCate{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}


.flexCate span{
    background-color: var(--beige);
    padding: 2px 10px;
    margin-right: 5px;
}

.card{
    margin-bottom: 1rem;
    width: 24% !important;
    position: relative;
    text-decoration: none;
    margin-right: 1%;
}

.titreCateCard{
    position: absolute;
    top: 20px;
    left: 20px;
}

.gap-30{
    margin-bottom: 30px;
}

.gap-10{
    margin-bottom: 10px;
}

.card-body{
    padding: 20px;
}

.padding60{
    padding-bottom: 60px;
}

.cardGreenProduit{
    background-color: var(--textGreen);
    border-radius: 10px;
    height: 180px;
    padding: 40px;
}

.imgProduit1, .imgProduit2, .imgProduit3, .imgProduit4{
    width: 60px;
}

.imgProductGallery{
    margin-bottom: 10%;
    aspect-ratio: 1;
    object-fit: contain;
}

.cardProductGallery{
    background-color: var(--beige);
    border-radius: 10px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
}

.filterGreen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(207, 224, 18, 0.7);
    pointer-events: none;
    border-radius: 10px;
    mix-blend-mode: color;
}

.uniformGras{
    font-family: var(--uniform);
}



/* Fin Page boutique produit */

.logoAbsoWhite{
    position: absolute;
    left: 40px;
    top: 40px;
    width: 100px;
    z-index: 2;
}

.modal-dialog{
    max-width: 50%;
}

.modal-body{
    padding: 50px;
    padding-top: 50px;
}

.modal-header{
    border-bottom: 0;
    padding-right: 50px;
    padding-top: 50px;
}

.modal-header, .modal-body{
    background-color: var(--beige);
    padding-top: 10px;
}

.modal-header .btn-close{
    margin-left: auto !important;
}

/* Element card expand */

body .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    height: 400px;
  }
  @media screen and (max-width: 718px) {
    body .options {
      min-width: 520px;
    }
    body .options .option:nth-child(5) {
      display: none;
    }
  }
  @media screen and (max-width: 638px) {
    body .options {
      min-width: 440px;
    }
    body .options .option:nth-child(4) {
      display: none;
    }
  }
  @media screen and (max-width: 558px) {
    body .options {
      min-width: 360px;
    }
    body .options .option:nth-child(3) {
      display: none;
    }
  }
  @media screen and (max-width: 478px) {
    body .options {
      min-width: 280px;
    }
    body .options .option:nth-child(2) {
      display: none;
    }
  }
  body .options .option {
    position: relative;
    overflow: hidden;
    min-width: 13%;
    margin-left: 10px;
    margin-right: 10px;
    background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: 0.7s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  body .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 60%;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    height: 400px;
    background-size: cover;
  }
  .options > *:first-child {
    margin-left: 0 !important;
}

.options > *:last-child {
    margin-right: 0 !important;
}
  .shadow{
    box-shadow: none !important;
  }
  
  body .options .option.active .label {
    bottom: 40px;
    left: 30px;
    display: block;
  }
  body .options .option.active .label .info > div {
    opacity: 1;
  }
  body .options .option:not(.active) {
    flex-grow: 1;
    border-radius: 10px;
  }
  body .options .option:not(.active) .shadow {
    bottom: -40px;
  }
  body .options .option:not(.active) .label {
    bottom: 40px;
    left: 30px;
  }
  body .options .option:not(.active) .label .info > div {
    left: 20px;
    opacity: 0;
  }
  body .options .option .shadow {
    position: absolute;
    top: 40px;
    left: 30px;
    right: 0px;
    height: 120px;
  }
  body .options .option .label {
    display: none;
    position: absolute;
    right: 0px;
    height: 40px;
  }
  body .options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--green2);
  }
  body .options .option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
  }
  body .options .option .label .info > div {
    position: relative;
    transition: 0.7s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  body .options .option .label .info .main {
    font-weight: bold;
    font-size: 1.2rem;
  }
  @media (max-width: 500px) {
    body .options {
      flex-direction: column;
    }
  }

/* Fin Element card expand */

.btn-filtre{
    background-color: var(--green);
    color: var(--white);
    border-radius: 10px;
    width: 100%;
    padding: 12px 0;
    border: 1px solid var(--green);
    transition: all 0.3s ease-in-out;
}

.btn-filtre:hover{
    color: var(--green);
    background-color: var(--white);
}

.offcanvas.offcanvas-top{
    height: 100%;
    z-index: 9998;
}

.offcanvas-body{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    margin-top: 85px;
    padding: 0;
}

.offcanvas-header{
    padding-left: 40px;
    padding-right: 40px;
}

.btn-close{
    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) 0 calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) !important;
}

.dropdown-menu.show{
    /* transform: none !important; */
    /* position: unset !important; */
}

.carousel{
    width:100%;
    margin:0px auto;
}

.slick-slide{
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.slick-slide img{
    width:100%;
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
}

.divCarousel span{
    position: absolute;
    top: 40px;
    left: 40px;
}

.divCarousel a{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.mobileNone{
    display: block !important;
}

.pcNone{
    display: none !important;
}

.padding-10-p{
    margin-left: 10%;
}

.headerImage .filterGreen{
    border-radius: 0;
}

.headerImage{
    margin-top: 0;
}

.margin-lien{
    margin-left: 1rem;
    margin-right: 1rem;
    text-decoration: none;
}

.canvaFiltre{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.mobileYes{
    display: none;
}

.detkstopYes{
    display: block;
}

.flexFormulaire{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-bottom: 20px;
}

.inputText, #message{
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--textGreen);
    height: 38px;
}

.home main{
    margin-top: 0;
}

.flexFormulaire label{
    font-family: var(--uniform-3);
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: var(--textGreen);
    margin-bottom: 10px;
}

.divBtnContact{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

#message{
    height: 400px;
}

.imgProduct{
    height: 700px;
    object-fit: cover;
}

.single .card-body{
    padding: 0;
}

.flexInform{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.produit-row{
    border-top: 1px solid #EFEDE5;
    padding: 20px 30px;
}

.paddingLetter{
    padding-left: 2rem;
}

.card-img-top{
    min-height: 215.08px;
    max-height: 60%;
    object-fit: cover;
}

.single-produit .card-img-top{
    min-height: auto;
    height: 160px;
    object-fit: contain;
    mix-blend-mode: darken;
}

#modalCalendy{
    z-index: 10000;
}

.page-numbers{
    font-family: var(--uniform-3);
    color: var(--textGreen);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.6px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;  
    text-decoration: none; 
}

.pagination{
    margin-top: 30px;
    margin-bottom: 30px;
}

.logoLast:last-child {
    width: 50% !important;
}

.positionBio{
    position: absolute;
    top: 20px;
    left: 20px;
}

.bioImg{
    width: 70px;
}

.bioImg2{
    width: 20px;
    margin-left: 20px;
}

.franceImg{
    width: 125px;
}

.positionFrance{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.flex-footer-margin-lien{
    display: flex;
    justify-content: center;
}

.parentFlexParent{
    justify-content: start;
}

.btnShow{
    display: flex;
    justify-content: center;
    align-items: center;
}

hr{
    color: var(--textGreen);
    margin: 30px 0;
}

.titrePage{
    margin-top: 150px;
}

@media only screen and (max-width: 1440px){ 
    
}
@media only screen and (max-width: 1200px){ 
    .divContenuLien{
        padding: 20px;
    }
}
@media only screen and (max-width: 1150px){ 
    .card{
        width: 48% !important;
    }
}
@media only screen and (max-width: 1040px){ 
    
}
@media only screen and (max-width: 995px){ 
    
}

@media only screen and (max-width: 992px) {
    .produit-row, .paddingLetter{
        padding: 35px 0;
    }
    .borderCard{
        width: 48% !important;
    }
    .margin-20{
        margin-bottom: 10px;
    }
    .cardGreenProduit{
        height: auto;
    }
    .card{
        margin-right: 0;
    }
    .imgProduct{
        height: 350px;
    }
    .flexInform{
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .gap-30{
        margin-bottom: 20px;
    }
    .imageSepa2{
        height: 60vh;
        object-position: unset;
    }
    .bioImg{
        width: 40px;
    }
    
    .bioImg2{
        width: 15px;
        margin-left: 10px;
    }
    .franceImg{
        width: 80px;
    }
    .card-img-top{
        min-height: auto;
    }
    .container-input{
        width: 80%;
    }
    .row{
        --bs-gutter-y: 12px;
    }
    .imageSepa{
        height: 700px;
        max-height: 701px;
    }
    .divContenuLien{
        padding: 20px;
    }
    .sectionFocus{
        min-height: 550px;
    }
    .imageFleur{
        width: 70%;
        left: 50%;
        object-fit: contain;
        height: auto;
        bottom: 0;
        top: unset;
        transform: translate(-50%, 15%);
    }
    .sectionFocus{
        overflow: hidden;
    }
    .fab-wrapper{
        bottom: 7rem;
        right: 2rem;
    }
    .lienCart{
        height: 303px;
    }
    .pcNone{
        display: block !important;
    }
    .mobileNone{
        display: none !important;
    }
    /* #navbarHome{
        background-color: var(--white) !important;
    } */
    #navbarHome .nav-link, #navbarHome .wpml-ls-link{
        color: var(--white) !important;
    }
    #navbarHome .nav-link.active, #navbarHome .wpml-ls-link.active{
        color: var(--textGreen) !important;
    }
    #navbarHome .nav-link.active2{
        color: var(--textGreen) !important;
    }
    #navbarHome .logo-white.active, #navbarHome .logo-white.active2{
        display: none !important;
    }
    #navbarHome .logo-vert.active, #navbarHome .logo-vert.active2{
        display: block !important;
    }
    .divNewsHeader{
        display: block;
    }
    .collapse:not(.show){
        display: none !important;
    }
    .btnSpecialMenu a{
        border: unset;
        border-bottom: 1px solid rgba(6, 80, 83, 0.5);
    }
    .menu-item{
        border-top: 1px solid rgba(6, 80, 83, 0.5);
    }
    .padding-110{
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .flexProduct{
        justify-content: space-between;
    }
    .navbar-nav{
        width: 100%;
        margin-bottom: 0 !important;
    }
    .navPaddingNone{
        padding: 0;
    }
    .ligne-gauche.active, .ligne-center.active, .ligne-droite.active{
        background-color: var(--textGreen) !important;
    }
    .search-input{
        width: 100%;
        padding-left: 11%;
    }
    .search-icon{
        left: 6%;        
    }
    .burger{
        margin-left: 20px;
    }
    .navbar-brand{
        padding-right: 0;
    }
    .menu-item{
        width: 100%;
    }
    .modal-body{
        padding: 50px;
    }
    .modal-dialog{
        max-width: 100%;
    }
    .cartXp{
        width: 48%;
    }
    .cartXp img{
        min-height: auto;
    }
    .cartXp{
        margin-bottom: 20px;
    }
    .nav-link, .btnSpecialMenu a{
        width: 100%;
        margin: 0;
        padding: 30px 40px !important;
    }
    .nav-link:hover::after {
        transform: scaleX(0);
    }
    .borderLeftMenu{
        border-left: 1px solid var(--textGreen);
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-top: 30px;
        padding-left: 30px;
    }
    .dropdown-menu.show{
        transform: none !important;
        position: unset !important;
    }
    .divNewsHeader{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .titreNewsHeader{
        font-family: var(--uniform);
        font-weight: 400;
        font-size: 14px;
        line-height: 16.28px;
        color: var(--textGreen);
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 30px;
        display: block;   
    }
    .container{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .dropdown-menu[data-bs-popper]{
        transform: translate(0);
    }
    .dropdown-item{
        border: none;
        padding-left: 70px;
    }
    .linkLangue{
        display: none;
    }
    .absoluteContainer2{
        top: 35%;
    }
    .cartBeige{
        padding: 40px 30px;
    }
    #sectionComing{
        height: calc(100vh - 83.64px);
    }
    .col-1-footer{
        display: none;
    }
    .col-2-footer{
        width: 100% !important;
        flex-wrap: wrap;
    }
    .col-footer{
        width: 50%;
        margin-bottom: 20px;
    }
    .margin-lien{
        margin: 0;
    }
    .flex-footer-margin-lien{
        display: flex;
        justify-content: space-between;
    }
    .linkLangue2{
        margin-right: 20px;
    }
    .mobileYes{
        display: block;
    }
    .detkstopYes{
        display: none;
    }
    .citation-25{
        font-size: 18px;
        line-height: 21.6px;
    }
}

@media only screen and (max-width: 768px) { 
    .card{
        width: 100%;
    }
}