@import 'https://fonts.googleapis.com/css2?family=Heebo&family=Lato:wght@300&display=swap';

:root {
    --primary: rgb(72, 65, 32);
    --primary-hover: rgb(145, 146, 87);
    --secondary: #eaeaea;
    --secondary-hover: #ffff;
    --background: #fefefe;
    --text: #333333;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: var(--background);
    color: var(--text);
    margin: 0;
    width: 100%;
    overflow-x: hidden;

}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: var(--background);
    color: var(--background);
    text-align: center;
    padding-top: 25%;
    display: block;
}

.list-group .bg-primary,
table .bg-primary {
    background-color: var(--primary) !important;
    color: var(--secondary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.drow-nav {
    font-family: 'Heebo', sans-serif;


}

p {
    font-size: 1.15rem;
}

li {
    font-size: 1.2rem;
    margin-top: 24px;
}

.plant-section {
    background-color: var(--primary-hover);
    color: var(--background);

}

.drow-card h1 {
    font-size: 1.45rem;
}

.header {

    background-size: cover;
    background-position: top center;
    height: 95vh;
    position: relative;


}

.header-sm {
    background-size: cover;
    height: 60vh;
    position: relative;
    background-position: center center;
}

@media screen and (max-width: 968px) {
    .header-sm {
        height: 60vh;
        background-position: top center;

    }
}

.mask {
    background-color: var(--background);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.maskc {
    background-color: var(--background);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.content {
    position: absolute;
    background-color: rgba(72, 65, 32, 0);
    left: 20vw;
    width: 60vw;
    display: inline-block;
    top: 0vh;
    z-index: +1;

}

/*  max-width" */
@media screen and (max-width: 968px) {
    .content {
        top: -5vh;
        width: 96vw;
        left: 2vw;
    }

    .row {
        text-align: center;
    }

    .pcontent {
        top: -5vh;
        width: 96vw;
        left: 2vw;
    }

    .parallax .pcontent {
        top: 0vh;
        width: 96vw;
        left: 2vw;
    }

    .parallax h2 {
        font-size: 1.2rem;
    }
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    text-align: center;
    font-size: 2rem;
    font-weight: bold;

    letter-spacing: 2px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    position: relative;
}

.maskable {
    background-color: var(--background);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.pcontent {
    position: absolute;
    background-color: rgba(72, 65, 32, 0);
    left: 30vw;
    width: 40vw;
    display: inline-block;
    top: 10vh;
    z-index: +1;

}

.top-icon {
    width: 120px;
    height: auto;
}

.top-icon-2 {
    width: 280px;
    height: auto;
}

@media screen and (max-width: 424px) {
    .top-icon-2 {
        width: 180px;
        height: auto;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}

.recaptcha a {
    color: var(--text);
    font-weight: 600;
    text-decoration: none;
}

.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--background) !important;
    color: var(--primary);
    padding: 10px 20px;
    font-size: 1.6rem;
    cursor: pointer;
    transform: scaleY(0);
    transition: transform 0.5s;
    z-index: 9999;
}

.dropdown-menu li {
    margin-top: 2px;
}

.show-ttop {
    transform: scaleY(1);

}

.menu {
    background-color: var(--background);
    transition: transform 0.5s;
    width: 100%;
    overflow: hidden;
}

.pretop {
    background-color: var(--primary);
    color: var(--background);
    padding: 0.5rem;
}

.pretop a {
    color: var(--background);
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 0 .4rem;
}

.logoDesktop img {
    width: 60px;
    height: auto;
    transition: transform 0.4s;
}

.menu-scrolled {
    transform: translateY(-15vh);
    background-color: var(--background);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.menu-reveal {
    transform: translateY(0);
}

.menu-scrolled .logoDesktop img {
    transform: scale(0.8);
}

.float-right {
    float: right;
}

.drow-nav {
    text-decoration: none;
    color: var(--text);
    transition: all 0.5s ease;
    padding: 25px 1.2vw;
    display: inline-block;
    font-size: clamp(14px, 1.1vw, 1.1vw);
}

.drow-nav::after {
    content: '';

    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: width 0.5s;
    margin-top: 5px;
    /* from center */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;


}

.drow-nav:hover::after {
    width: 100%;

}

.current {
    color: var(--primary);
}

.current::after {
    width: 100%;
    content: '';
    height: 2px;
    background-color: var(--primary);
    margin-top: 5px;
    display: block;
}

.xt {
    margin-top: 5vh;
}

.menu-scrolled .drow-nav {
    background-color: var(--background);
}



.btn {
    border-radius: 2rem;
    box-shadow: none;
    outline: none !important;
    padding: clamp(16px, 1.1vw, 1.1vw) clamp(14px, 1.1vw, 1.1vw);
    font-size: clamp(12px, .9vw, .9vw);
    text-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

.sm-p {
    padding: clamp(12px, 1.1vw, 1.1vw) clamp(10px, 1.1vw, 1.1vw);
    font-size: clamp(12px, .9vw, .9vw);

}

.mobile-logo {
    width: 60px;
    height: 60px;
}

.btn-primary {
    background-color: var(--primary);
    color: var(--secondary);
    border: none;
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    color: var(--background);
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: var(--secondary);
    color: var(--primary);
    border: none;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.1);

}

.btn-secondary:hover {
    background-color: var(--text);
    color: var(--background);
    transform: translateY(-2px);
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.3);
}

.text-primary {
    color: var(--primary) !important;
}



.drow-card {
    background-color: var(--background);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.drow-card:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    transition: all 0.5s ease;
    box-shadow: none !important;
}

.form-control:focus {
    border-bottom: 1px solid var(--primary);
}

label {
    font-size: 1rem;

    color: var(--primary);
}

footer {
    background-color: rgba(0, 0, 0, 0.04);
}


@media screen and (max-width: 768px) {
    .drow-nav {
        display: block;
        padding: 12px 20px;
    }
}

.menuMobile {
    width: 100%;
    height: 100vh;
    background-color: var(--background);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.5s;
    overflow-y: auto;

}

.menuMobile .drow-nav {
    display: block;
    padding: 20px 0;
}

.menu .menu-toggle {
    padding: 20px 0;
    display: block
}

.menu-active {
    transform: translateX(0);
}

footer a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.5s ease;
}

.accordion-button {
    background-color: var(--primary);
    color: var(--secondary);
    border: none;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    transition: all 0.5s ease;
    box-shadow: none !important;
    padding: 1rem 2.25rem;
    font-size: clamp(12px, 1.1vw, 1.1vw);
    text-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

/* not collapsed:*/
.accordion-button:not(.collapsed) {
    background-color: var(--primary-hover);
    color: var(--background);
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.cookie-conscent {
    position: fixed;
    bottom: 10px;
    left: 5%;
    width: 90%;
    background-color: white;
    z-index: 9999;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.btn-tay {
    margin: 0 !important;
    border: none;
    padding: 4px 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;

    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.alertable-drow {
    position: fixed;
    top: 20px;
    left: max(0px, calc(50vw - 200px));
    z-index: 9999;
    width: 440px;

}

td {
    vertical-align: middle;
}

.rdv {
    padding: 10px 12px;
    background: var(--secondary);
    box-shadow: 0px 0px 4px #ccc;
    margin-top: 8px;
}