body {
    margin: 0;
    font-family: 'AkzidenzBold', sans-serif;
    color: #333;
}

@font-face {
    font-family: 'AkzidenzBold';
    src: url('AkzidenzGroteskPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'AkzidenzMed';
    src: url('AkzidenzGroteskPro-Md.woff') format('woff');
}

@font-face {
    font-family: 'AkzidenzReg';
    src: url('AkzidenzGroteskPro-Regular.woff');
}

@font-face {
    font-family: 'Andale';
    src: url('Andale.woff') format('woff');
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1.2;
}

h1 {
    font-family: 'AkzidenzMed';
    color: white;
    font-size: 3.5rem;
    text-align: left;
    margin-left: 1%;
}

h2 {
    font-family: 'Andale';
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

h3 {
    font-family: 'Andale';
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

h4 {
    font-family: 'Andale';
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

p {
    margin: 0 0 1rem;
    line-height: 1.6;
}

.type {
    font-family: Andale Mono;
}

.btn,
.btn2 {
    padding: 0.8rem 1.5rem;
    transition: background 0.3s;
    cursor: pointer;
    font-weight: 700;
    border-radius: 200px;
    font-size: 1rem;
    width: 12em;
    border: none;
    margin-left: .9%;
}

.btn {
    background: #ffffff;
    color: #000;
}

.btn:hover {
    background: #3EB43A;
    color: #ffffff;
}

.btn2 {
    background: #80BA27;
    color: #000;
}

.btn2:hover {
    background: #3EB43A;
}

/* Header */
.logo img {
    width: 50px;
    margin: 10px;
}

footer img {
    width: 10%;
    padding-bottom: 2%;
}


header {
    background-color: #ffffff;
}

header>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

nav ul {
    margin: 0;
    margin-top: 1%;
    padding: 0;
    display: flex;
    list-style: none;
}

nav ul li {
    margin-right: 1rem;
    font-family: 'AkzidenzMed';
}

nav ul li a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: black;
}

nav a.active {
    color: #80BA27;
}

.accueil {
    background-image: url('../img/hero.webp');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    height: 70vh;
    padding-left: 5%;
    padding-top: 2%;
}

.accroche h1 {
    margin-bottom: .5em;
}

.caminfos {
    background-color: black;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    color: white;
    padding: 2% 0 2% 0;
}

.cam1 {
    text-align: left;
    margin-left: 1%;
}

.cam2 {
    text-align: right;
    margin-right: 1%;
}

.conceptinfos {
    background-color: #000;
    padding-left: 1%;
    color: white;
}

.conceptinfos p {
    font-family: 'AkzidenzReg';
}

.pconcept {
    display: flex;
    margin-top: 1%;
    height: 60vh;
}

.p1,
.p2,
.p3 {
    margin: 1%;
    max-width: 33%;
}

.container {
    display: flex;
    justify-content: space-around;
    margin: 0;
    gap: 0%;
}

.container .tab {
    width: 100%;
    height: 70vh;
    border: 2px solid #80BA27;
    background-size: cover;
    background-position: center;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    font-family: 'Andale';
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    box-sizing: border-box;
}

.container .tab span {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.container .tab:hover {
    border-color: #4CAF50;
}

.container .flex3 a {
    width: calc(100% / 3);
}

.imgchouette {
    background-image: url('/assets/img/annachouette.webp');
}


.imgfly {
    background-image: url(/assets/img/fly.webp);
}

.imgdeer {
    background-image: url('/assets/img/deer.webp');
}

.imgdeer1 {
    background-image: url('/assets/img/deer1.webp');
}

.imgdeer2 {
    background-image: url(/assets/img/deer2.webp);
}

.imgfox {
    background-image: url('/assets/img/fox.webp');
}

.imgfox1 {
    background-image: url(/assets/img/fox1.webp);
}

.imgraccoon {
    background-image: url('/assets/img/raccoon.webp');
}

.imgsquirrel {
    background-image: url(/assets/img/squirrel.webp);
}

.imgduck {
    background-image: url(/assets/img/duck.webp);
}

.imglynx2 {
    background-image: url(/assets/img/lynx1.webp);
}

.imgswan2 {
    background-image: url(/assets/img/swan2.webp);
}

.imghorraire1 {
    background-image: url(/assets/img/horraire.webp);
}

.imghorraire2 {
    background-image: url(/assets/img/horraire2.webp);
}

.imghorraire3 {
    background-image: url(/assets/img/horraire3.webp);
}

.imghorraire4 {
    background-image: url(/assets/img/horraire4.webp);
}

/* Marquee */
marquee {
    background-color: #000;
    color: #80BA27;
    font-family: 'Andale';
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 0;
    text-transform: uppercase;
    text-decoration: underline;
}

/* Plan Visit */
.planvisit {
    background-image: url(../img/parkimg.webp);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    color: white;
    display: flex;
    width: 100%;
    background-color: #000;
}

.planvisit .visit-info {
    max-width: 40%;
}

.visit-info {
    padding: 7rem 2rem 7rem;
}

.planvisit h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.planvisit p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.planvisit .buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Section cachée des informations */
.info-content {
    display: none;
    background: black;
    padding: 1rem;
    border: 1px solid #ddd;
    margin-top: 0;
    font-family: 'AkzidenzMed', sans-serif;
}

.info-content h2 {
    font-size: 2rem;
    color: #80BA27;
}

.info-content p {
    font-size: 1rem;
    font-family: 'AkzidenzReg';
    color: #ffffff;
    padding-right: 70%
}

/* Actualités */
.actualites img {
    width: 100%;
}

.actualites .actu-header {
    text-align: center;
    margin-bottom: 2rem;
}

.actualites .actu-list {
    display: flex;
    flex-wrap: wrap;
}

.actualites .actu-item {
    background: white;
    max-width: 50%;
    border: 1px solid #000;
    box-sizing: border-box;
}

.plus-actu {
    position: relative;
}

.actu-text {
    max-width: 70%;
    padding: 1.5em;
}

.actu-text p {
    font-family: 'AkzidenzReg';
}

.actu-item .btn2 {
    position: absolute;
    left: 2em;
    bottom: 2em;
}


.actualites .actu-btn:hover {
    background: #3EB43A;
}

.actu-header h2 {
    margin-top: 1%;
}

/* Footer */
footer {
    padding: 2rem 2rem;
    background-color: #80BA27;
    color: #ffffff;
}



.footer-part3 {
    position: relative;
    bottom: 2em;
}

footer>div {
    display: flex;
    flex-flow: row wrap;
    align-items: end;
}

footer>div>div {
    max-width: 33%;
    flex: 1 1 33%;
}

footer a,
footer p {
    color: #ffffff;
    font-family: 'Andale';
}

footer ul {
    list-style: none;
}

footer .resaux img {
    width: 2em;
}

/* Formulaires */
.form-section {
    text-align: center;
    padding: 2rem;
    background-color: #000;
    color: #fff;
}

.form-section h1 {
    font-family: 'AkzidenzMed';
    color: white;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.form {
    background-color: #000;
    border: 1px solid #fff;
    padding: 2rem;
    margin-left: 2%;
    border-radius: 10px;
    display: inline-block;
    text-align: left;
    width: 70%;
    padding-bottom: 10%;
}

.form .form-group {
    margin-bottom: 1.5rem;
}

.form textarea,
.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form input[type="time"] {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.form button.btn {
    background-color: #5bc23c;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form button.btn:hover {
    background-color: #4da332;
}

/* Spécifiques */
.contact {
    background-color: #000;
}

.reservation {
    background-color: #000;
}