*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   list-style: none;
}
main{
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 50px;

}
main p, main a{
    text-align: justify;
    margin: 10px;
    color: #636464;
}
main a{
    display: block;
    padding: 5px;
    color: #008060;
}
.contact_presentations{
    background: url("../service/image/bomoyi-malamu-femme_souriante.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.contact_presentations p{
    /* font-weight: bold; */
    color: white;
}
.contact_presentations .contact_presentation_text{
    background-color: #00000065;
}

.header, .nav{
    width: 100%;
    height: 200px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px;
    margin-bottom: 10px;
}

.header h1 {
    color: #008060;
}
.header{
    margin:40px 0;
    box-shadow: 0px 0px 10px rgba(139, 139, 139, 0.397);
}

.content {
    width: 50%;

    
}
.header-content,.nav .nav-content{
    width: 30%;
    height: 200px;
   
    
}
.content{
    width: 70%;
    height: 200px;
}
.header-content img,.nav .nav-content img {
    width: 100%;
    height: 200px;
}
.nav .content, .header .content{
    padding: 10px;
    
}

.nav .content h1, .header .content h1{
    color: #008060;
    text-transform: uppercase;
    font-size: 1.5rem;
}


/* Le conteneur est 100% responsive */
    #map {
      width: 100%;
      height: 300px; /* Tu peux changer la hauteur */
      border-radius: 10px; /* coins arrondis (optionnel) */
      overflow: hidden;
    }

    /* Mobile */
    @media (max-width: 600px) {
      #map {
        height: 250px;
      }
    }

    /* Tablette */
    @media (min-width: 601px) and (max-width: 1024px) {
      #map {
        height: 350px;
      }
    }

    /* Grand écran */
    @media (min-width: 1025px) {
      #map {
        height: 450px;
      }
    }