/* FONT-FAMILY */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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');

* {
    font-family: 'poppins' , Arial, Helvetica, sans-serif;
    color: rgb(174, 128, 28);
}

body {
    overflow-x: hidden;
    background-color: rgba(57, 165, 7, 0.245); 
    background-size: cover;
}

#menu a {
    font-size: 18px;
    color: rgb(76, 175, 80);
}
#carouselExampleCaptions {
    max-height: 36rem;
    width: 60%;
    margin:50px;
}
.carousel-caption {
    background-color:rgba(251, 253, 251, 0.498);
    border-radius: 10px;
}
.image-services {
    border-radius: 10px;
}

.carte {
   margin-top: 100px;
}
#info {
    background:rgba(0, 128, 0, 0.533);
    padding-bottom: 150px;
    display:flex;
    justify-content: center;
}
.wrapper {
    width: 50%;
    margin-left: 100px;
    padding-top: 150px;
}
#horaires div {
    padding: 0 20px 0 0 ;
    height: 48px;
}
#horaires div:not(:last-child) {
    border-right: 2px solid green;
}
#horaires div:not(:first-child) {
    padding-left: 20px;
}
#horaires p {
    margin:0;
}
.main-habitat {
   height: 700px;
}




/* MEDIA QUERIES LARGE */
@media (max-width:1200px) {
    #info {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .wrapper {
        width:90%;
        margin:auto;
        padding-top: 50px;
    }

}
