@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.btn-custom {
    font-family: 'Oswald', sans-serif;
}

p,
tr,
td,
th,
button,
.trait-span,
.table-header,
span,
.news-link {
    font-family: 'Poppins', sans-serif !important;
}

/* RESET SIMPLE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* HEADER */
.hero {
    color: white;
    position: relative;
    height: 60vh;
}

.hero img {
    width: 100%;
    height: 100%;
}

.hero .overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
}

/* NAVIGATION */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 10px 40px;
    font-family: 'Oswald', sans-serif;
}

nav .logo {
    font-weight: bold;
    color: #6a8345;
}

nav ul {
    display: flex;
    list-style: none;
    margin: 0;
}

nav ul li {
    margin: 0 15px;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    line-height: 1.2;
}

nav span,
nav ul li .nav-label {
    text-decoration: none;
    color: #333;
    font-family: 'Oswald', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    line-height: 1.2;
    white-space: nowrap;
}

.nav-active-accueil {
    border-bottom: 4px solid #A8AF69;
}

nav ul li a:hover {
    border-bottom: 4px solid #A8AF69;
}

nav .nav-item-has-submenu:hover>.nav-label {
    border-bottom: 4px solid #A8AF69;
}

nav .nav-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: white;
    border: 1px solid #e5e5e5;
    padding: 12px 0 6px;
    z-index: 1000;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

nav .nav-submenu li {
    margin: 0;
}

nav .nav-submenu a {
    display: block;
    padding: 8px 14px;
    font-family: 'Oswald', sans-serif !important;
    text-transform: none;
    border-bottom: none !important;
}

nav .nav-item-has-submenu:hover .nav-submenu {
    display: block;
}

nav .auth {
    display: flex;
    align-items: center;
    gap: 10px;
}

nav input {
    padding: 5px;
}

.btn-login {
    background: #A8AF69;
    color: white;
    border: none;
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 4px;
}

/* SECTION CUEILLETTE */

.cueillette {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    position: relative;
}

.cueillette a {
    color: #2C6218;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cueillette .plus-info {
    background-color: #2C6218;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cueillette .bg-ceuillette-info {
    background-color: #A8AF69;
    height: 120px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.cueillette .bg-ceuillette-info:hover {
    background-color: #2D621C;
    transition: all 0.3s ease-in-out;
}

.cueillette .bg-ceuillette-info img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
}

.cueillette .boite-ceuillette p {
    margin: 0;
    padding-left: 15px;
}

.cueillette .boite-ceuillette {
    width: 100%;
    gap: 50px;
}

.cueillette .photo-cueillette-droite img {
    width: 450px;
    height: 600px;
}

/* ACTUALITÉS */
.actus {
    padding: 80px 80px;
    background: #f9f9f9;
}

.actus h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}

.cards-actus {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-actus img {
    height: 290px;
}

.card-info {
    flex: 1 1 300px;
    padding-bottom: 20px;
}

.card-info img {
    width: 100%;
}

.card-info h3 {
    margin: 15px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #2D621C;
    font-weight: bold;
}

.card-info .date {
    color: #6d706c;
    font-style: italic;
}

.card-info p {
    margin: 0 15px 15px;
}

.card-info a {
    margin-left: 15px;
    color: #2D621C;
    text-decoration: none;
    font-weight: bold;
}

.btn-actus {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 50px;
    text-decoration: none;
    color: #2D621C;
    border: 1px solid #2D621C;
    padding: 10px 20px;
    transition: all 0.2s;
}

.btn-actus:hover {
    color: white;
    background-color: #2D621C;
    transition: all 0.2s;
}

/* FOOTER */
footer {
    background: #A8AF69;
    color: white;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-links {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    text-decoration: none;
    color: white;
}

h4 {
    margin-bottom: 10px;
}

copyright {
    text-align: center;
}