:root {
    --color-primary: #ffca71;
    --font-secondary: blue;
    --color-white-rgb: white;
    --color-default: brown;
    --color-white: white;
    --color-black-rgb: black;


}
body
{
    font-family:Poppins;
    font-weight:200;
    }
.bordeau_newsletter {
    background-color: #9370DB;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.produit {
    font-family: Hind;
}

#parallax {
    background: url(https://www.bioshanti.solutions-web.be/wp-content/themes/Solutions%20Web/images/vrac.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.showcase img {
    width: 70%;
}



.btn-primary {
    color: #fff;
    background-color: #ffca71;
    border-color: #ffca71;
}


.woocommerce-ordering,
.woocommerce-result-count {
    display: none;
}

#header {
    background: #e6991c;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: rgb(0 47 3 / 61%) !important;
}

.checkout-button,
#place_order {
    background-color: #267820 !important;
}
.header-inner
{
    width:100%;
}






.services .img {
    border-radius: 8px;
    overflow: hidden;
}

.services .img img {
    transition: 0.6s;
}

.services .details {
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(white), 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.services .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: var(--color-primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid var(--color-white);
}

.services .details h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}

.services .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .service-item:hover .details h3 {
    color: var(--color-primary);
}

.services .service-item:hover .details .icon {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
}

.services .service-item:hover .details .icon i {
    color: var(--color-primary);
}

.services .service-item:hover .img img {
    transform: scale(1.2);
}

.services h3 {
    padding-top: 1rem;
}
.services img {
    object-fit: cover;
    object-position: 100% 0;
    width: 100%;
    height: 89%;
}

footer {
    padding-top: 50px;
    background: var(--primary-color);
    color: var(--secondary-light-color);
    font-family:Poppins;
    font-size: 16px;
}



nav {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    position: sticky;
    top: 0px;
}

#header-l {
    list-style-type: none;
    display: flex;
}

#header-l li {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

nav a {
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover {
    color: orange;
    border-bottom: 2px solid gold;
}

.sous {
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

nav>ul li:hover .sous {
    display: flex;
    flex-flow: column wrap;
}

.sous li {
    flex: 1 1 auto;
    text-align: left;
}

.sous a {
    padding: 10px;
    border-bottom: none;
}

.sous a:hover {
    border-bottom: none;
    background-color: RGBa(200, 200, 200, 0.1);
}

.deroulant>a::after {
    content: " ▼";
    font-size: 12px;
}



.menu-principal-container {
    width: 100%;
}
.btn-close 
{
    font-size: 20px;
    padding-right:60px;
}  






#footer-bottom
{
    text-align:center!important;
}


nav {
    width: 100%;
    margin: 0 auto;
    background-color: rgb(46, 46, 46);
    position: sticky;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--primary-color);
    border-radius: 5px 5px 0 0;
}



nav ul li a {
    font-family: Poppins;
    color: white;
    text-transform: uppercase;
}

.sous {
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

nav>ul li:hover .sous {
    display: flex;
    flex-flow: column wrap;
}

nav li {
    flex: 1 1 auto;
    text-align: left;
}

nav a {
    padding: 10px;
    border-bottom: none;
}

nav a:hover {
    border-bottom: none; 
}

.deroulant>a::after {
    content: " ▼";
    font-size: 12px;
}

.conteneur {
    margin: 50px 20px;
    height: 1500px;
}

#lien i {
    font-size: 45px;
    font-weight: bold;
}

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: white;
    float: left;
    width: 44px;
    height: 44px;
    background: #ffe191;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}
#menu-s ul
{
    padding-left: 30px;
    padding-top: 100px;
}

.galerie img
{
    object-fit: cover;
    object-position: 100% 0;
    width: 100%;
    height:200px!important;
}
#header-s img
{
    max-width: 80%;
    height: auto;
    padding: 10px;
}
h1 
{
    text-align:center;
    padding-top:60px;
    padding-bottom:25px;
}
.presentation
{
    font-weight: 200;
}